]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Mark var as initialized...
2011-04-16 Paul Eggert* pop.c: Undo previous change.
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):...
2011-04-16 Paul Eggert* process.c (keyboard_bit_set): Define only if SIGIO.
2011-04-16 Paul Eggert* s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra...
2011-04-16 Paul Eggert* eval.c: Include <stdio.h>, for vsnprintf on non-GNU...
2011-04-16 Paul Eggert* data.c (arith_error): Mark with NO_RETURN if it doesn...
2011-04-16 Paul Eggert* alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
2011-04-16 Paul Eggert* xterm.c (xembed_send_message): Likewise.
2011-04-16 Paul Eggert* xfaces.c (USG, __TIMEVAL__): Likewise.
2011-04-16 Paul Eggert* termhooks.h (struct terminal): Likewise.
2011-04-16 Paul Eggert* sysdep.c (_FILE_OFFSET_BITS): Make this hack even...
2011-04-16 Paul Eggert* dispextern.h (struct redisplay_interface): Rename...
2011-04-16 Paul Eggert* lwlib-utils.c (XtCompositeChildren): Likewise.
2011-04-16 Paul Eggert* lwlib-Xm.c (make_dialog): Rename local to avoid shado...
2011-04-16 Paul Eggert* pop.c (socket_connection): Double-cast to avoid GCC...
2011-04-16 Paul Eggert* movemail.c (mail_spool_name): Protoize.
2011-04-16 Paul Eggert* fakemail.c (xmalloc, xreallc): Use standard C prototypes
2011-04-16 Paul Eggert* emacsclient.c (main): Don't use uninitialized var.
2011-04-16 Paul Eggert* insdel.c (make_gap_smaller): Define only if
2011-04-16 Paul Eggert* keyboard.c (read_char): Make a var volatile so longjm...
2011-04-16 Paul Eggert* emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where...
2011-04-16 Paul EggertAdd bug#.
2011-04-16 Paul Eggert* xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Avoid possibly-uninitiali...
2011-04-16 Eli ZaretskiiFix argument to `error' in `gnutls-boot'.
2011-04-16 Eli ZaretskiiFix regex.c, syntax.c and friends for buffers > 2GB.
2011-04-16 Paul Eggert* xterm.c (x_dispatch_event): More accurate ifdefs.
2011-04-16 Paul Eggert* lwlib.c (first_child) [USE_MOTIF]: Protoize.
2011-04-16 Paul Eggert* xfns.c (x_real_positions): Mark locals as initialized.
2011-04-16 Paul Eggert* xmenu.c (xmenu_show): Don't use uninitialized vars.
2011-04-16 Paul Eggert* xterm.c: Fix problems found by static analysis with...
2011-04-16 Paul Eggert* xmenu.c (menu_help_callback): Pointer type fixes.
2011-04-16 Paul Eggert* xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
2011-04-16 Paul Eggert* menu.c (push_submenu_start, push_submenu_end): Do...
2011-04-16 Lars Magne... (url-http-wait-for-headers-change-function): Protect...
2011-04-16 Paul Eggert* keyboard.c (make_lispy_event): Remove unused local...
2011-04-16 Paul Eggert* frame.c, frame.h (x_get_resource_string): Bring this...
2011-04-16 Paul EggertChange bitmaps back to X11-compatible types.
2011-04-16 Paul EggertModernize to C89, for better static checking.
2011-04-16 Paul Eggert* xgselect.c (xgselect_initialize): Check vs interface
2011-04-16 Teodor Zlatanovregistry.el (registry-reindex): New method to recreate...
2011-04-16 Paul Eggert* xmenu.c (xmenu_show): Rename parm to avoid shadowing.
2011-04-16 Paul Eggert* xrdb.c (x_load_resources): Omit unused local.
2011-04-16 Paul Eggert* xterm.c (x_create_toolkit_scroll_bar): Use const...
2011-04-16 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix typos.
2011-04-16 Ben KeyFixed bugs in ns_get_family and ns_descriptor_to_entity...
2011-04-16 Paul Eggert* fns.c (vector): Remove; this old hack is no longer...
2011-04-16 Paul Eggert* xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don...
2011-04-16 Paul Eggert* xsmfns.c: Remove unused var.
2011-04-16 Paul Eggert* xsmfns.c (create_client_leader_window): Rename shadow...
2011-04-16 Paul Eggert* xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused...
2011-04-16 Paul Eggert* xfns.c (USG): Use the kludged USG macro, to pacify...
2011-04-16 Paul Eggert* xfns.c (x_window): Rename locals to avoid shadowing.
2011-04-16 Paul Eggert* xfns.c (free_frame_menubar, atof): Remove duplicate...
2011-04-16 Paul Eggert* xterm.c (x_term_init): Remove local to avoid shadowing.
2011-04-16 Paul Eggert* xterm.c (x_alloc_nearest_color_for_widget): Remove...
2011-04-16 Paul Eggert* xfns.c, xterm.c (_XEditResCheckMessages): Protoize...
2011-04-16 Paul Eggert* xdisp.c, dispextern.h (set_vertical_scroll_bar):...
2011-04-16 Paul Eggert* lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".
2011-04-16 Paul Eggert* lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget...
2011-04-16 Paul Eggert* xlwmenu.c (MINL): Define only if not emacs.
2011-04-16 Paul Eggert* xlwmenu.c (XlwMenuSetValues): Rename/ move locals...
2011-04-15 Ben KeyModified the code that parses the --cflags and --ldflag...
2011-04-15 Teodor Zlatanovnus-registry.el (gnus-registry--split-fancy-with-parent...
2011-04-15 Stefan MonnierUse completion-at-point for mailalias.el
2011-04-15 Stefan Monnier* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use...
2011-04-15 Stefan Monnier* lisp/gnus/gnus-draft.el (gnus-draft-setup): New arg...
2011-04-15 Stefan Monnier* lisp/htmlfontify.el (hfy-etags-cmd): Remove inoperant...
2011-04-15 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer...
2011-04-15 Paul Eggert* sysdep.c (emacs_read): Remove unnecessary check vs...
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul Eggert* sound.c: Use EMACS_INT rather than size_t.
2011-04-15 Paul Eggert* process.c (send_process): Change a size_t to EMACS_INT.
2011-04-15 Paul Eggert* process.c (send_process): Change another size_t to...
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul EggertMerge from mainline.
2011-04-15 Juanma Barranquerolisp/loadup.el: Use `string-to-number', not `string...
2011-04-15 Ben KeyFix link errors in the Mac OS build that were caused...
2011-04-15 Stefan Monnier* lisp/progmodes/gud.el (gud-gdb): Use completion-at...
2011-04-15 Juanma Barranquerosrc/font.c (Qopentype): Don't make static (used from...
2011-04-15 Stefan Monnier* src/process.c (Qprocessp): Don't declare static.
2011-04-14 Paul EggertFix merge typo.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Michael Albinus* tramp.texi (Frequently Asked Questions): New item...
2011-04-14 Michael Albinus* net/tramp-sh.el (tramp-sh-handle-file-attributes...
2011-04-14 Katsumi YamaokaFix typos in the last change in gnus-registry docs.
2011-04-14 Teodor Zlatanovgnus.texi (nnmairix caveats, Setup, Registry Article...
2011-04-14 Andreas Schwab* fileio.c (Finsert_file_contents): Fix typo in 2005...
2011-04-14 Paul EggertFix typo in previous comment.
2011-04-14 Paul EggertDon't publish debugger-only interfaces to other modules.
2011-04-14 Paul Eggert* fileio.c: Add FIXMES mentioning Bug#8496.
2011-04-14 Paul Eggert* sysdep.c (croak): Now static, if
2011-04-14 Paul Eggert2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-14 Paul Eggert* xsettings.c, xsettings.h (xsettings_get_system_normal...
2011-04-14 Paul Eggert* xrdb.c (x_customization_string, x_rm_string): Now...
next