bpt/emacs.git
2011-04-03 Paul Eggert* eval.c (funcall_lambda): Rename local to avoid shadowing.
2011-04-03 Paul Eggert* alloc.c (mark_object_loop_halt, mark_object): Use...
2011-04-03 Paul Eggert* search.c (wordify): Omit three unnecessary tests.
2011-04-03 Paul Eggert* search.c (boyer_moore, wordify): Remove vars set...
2011-04-03 Paul Eggert* indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_...
2011-04-03 Paul Eggert* casefiddle.c (casify_region): Remove var that is...
2011-04-03 Paul Eggert* dired.c (file_name_completion): Remove var that is...
2011-04-03 Paul Eggert* fileio.c (Finsert_file_contents): Make EOF condition...
2011-04-02 Paul Eggert* fileio.c (Finsert_file_contents): Remove unnecessary...
2011-04-02 Paul Eggert* fileio.c (Finsert_file_contents): Avoid signed intege...
2011-04-02 Paul Eggert* minibuf.c (read_minibuf_noninteractive): Use size_t...
2011-04-02 Paul Eggert* buffer.c (Fprevious_overlay_change): Remove var that...
2011-04-02 Paul Eggert* keyboard.c (timer_check_2): Mark vars as initialized.
2011-04-02 Paul Eggert* keyboard.c (timer_check_2): Don't assume timer-list...
2011-04-02 Paul EggertAdd Bug#.
2011-04-02 Paul Eggert* keyboard.c (menu_bar_items, read_char_minibuf_menu_pr...
2011-04-02 Paul Eggert* gtkutil.c (xg_get_file_with_chooser): Mark var as...
2011-04-02 Paul Eggert* image.c (xbm_load): Use parse_p, for gcc -Werror...
2011-04-02 Paul Eggert* image.c (lookup_image): Remove var that is set but...
2011-04-02 Paul Eggert* fontset.c (Finternal_char_font, Ffontset_info): Remov...
2011-04-02 Paul Eggert* xfns.c (make_invisible_cursor): Don't return garbage
2011-04-02 Paul Eggert* xselect.c (x_get_local_selection, x_handle_property_n...
2011-04-01 Paul Eggert* xfns.c (x_create_tip_frame): Remove var that is set...
2011-04-01 Paul Eggert* make-docfile.c (IF_LINT): New macro, copied from...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Paul Eggert* xterm.c (scroll_bar_windows_size): Now size_t, not...
2011-04-01 Paul Eggert* xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
2011-04-01 Paul Eggert* xfaces.c (realize_named_face): Remove vars that are...
2011-04-01 Paul Eggert* term.c (tty_write_glyphs): Use size_t; this avoids...
2011-04-01 Paul Eggert* coding.c: Remove vars that are set but not used.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge.
2011-04-01 Julien Danjoumm-view.el (mm-display-inline-fontify): Do not fontify...
2011-04-01 Eli ZaretskiiAdd a new command `info-display-manual'.
2011-04-01 Paul Eggert* bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE...
2011-04-01 Paul EggertAdd Bug#.
2011-04-01 Paul Eggert* print.c (print_object): Remove var that is set but...
2011-04-01 Paul EggertFix dependencies.
2011-04-01 Paul EggertReplace two copies of readlink code with single gnulib...
2011-04-01 Paul Eggertlib/stdio.in.h, m4/gnulib-common.m4: Regenerate from...
2011-03-31 Juanma Barranquerosrc/xdisp.c (redisplay_internal): Fix prototype.
2011-03-31 Eli Zaretskiietc/NEWS: Reflect new behavior due to 2011-03-31T19...
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan Monnier* lisp/loadup.el: Load minibuffer after loaddefs, to...
2011-03-31 Lars Magne... gnus-sum.el (gnus-update-marks): Revert intersection...
2011-03-31 Tassilo Horn* net/rcirc.el (rcirc-handler-001): Only authenticate...
2011-03-31 Glenn Morris* lisp/progmodes/f90.el (f90-find-tag-default): Handle...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-31 Glenn Morris* lisp/generic-x.el (etc-fstab-generic-mode): Add ext4...
2011-03-31 Juanma Barranquerosrc/xdisp.c: Remove unused parameters.
2011-03-30 Christoph Scholtes* progmodes/python.el (python-default-interpreter)
2011-03-30 Stefan Monnier(completion-in-region): Pop down *Completions* automati...
2011-03-30 Jason Merrill* lisp/vc/add-log.el (add-change-log-entry): Don't...
2011-03-30 Eli ZaretskiiDocumentation parts of the scroll fix.
2011-03-30 Stefan Monnier* src/eval.c (struct backtrace): Don't cheat with negat...
2011-03-30 Stefan Monnier* lisp/subr.el (apply-partially): Use a non-nil static...
2011-03-30 Stefan Monnier* src/bytecode.c (Fbyte_code): CAR and CDR can GC.
2011-03-30 Gnus developersMerge Gnus' changes.
2011-03-30 Juanma Barranquerolisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.
2011-03-30 Zachary Kanfer* src/keyboard.c (Fexecute_extended_command): Do log...
2011-03-30 Stefan Monnier* lisp/subr.el (with-output-to-temp-buffer): Don't...
2011-03-30 Chong YidongChange default type of open-protocol-stream.
2011-03-30 Leo LiuImprove key bindings in edit-abbrevs-mode
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-30 Paul Eggert* unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defin...
2011-03-30 Paul Eggert* editfns.c (Fmessage_box): Remove unused local var.
2011-03-29 Paul EggertMerge from mainline.
2011-03-29 Eli ZaretskiiFix off-by-one in scroll down aggressively.
2011-03-29 Ken Manheimer* allout.el (allout-hide-by-annotation, allout-flag...
2011-03-29 Juanma Barranquerosrc/scroll.c, src/w32.c: Trivial whitespace changes.
2011-03-29 Gnus developersMerge changes made in Gnus trunk.
2011-03-29 Leo LiuAdd to minibuffer-history if HISOTRY is nil in ido.el
2011-03-29 Paul Eggert* xdisp.c (try_window_reusing_current_matrix, x_produce...
2011-03-29 Paul Eggert* window.c (shrink_windows): Omit unused local var.
2011-03-29 Paul Eggert* menu.c (digest_single_submenu): Omit unused local...
2011-03-29 Paul Eggert* dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
2011-03-29 Paul Eggert* etags.c (just_read_file): Remove dummy variable and...
2011-03-29 Glenn Morris* INSTALL.BZR: Tiny re-wording.
2011-03-28 Juanma Barranquerosrc/*.c: Remove some additional unused parameters.
2011-03-28 Stefan MonnierDon't reset post-command-hook to nil upon error.
2011-03-28 Eli ZaretskiiFix failures in try_scrolling when scrolling back.
2011-03-28 Leo LiuPlace empty abbrev tables after nonempty ones when...
2011-03-28 Juanma Barranquerosrc/*.c: Remove unused parameters and other warnings.
2011-03-28 Glenn Morris* autogen/update_autogen: Pass -f to autoreconf.
2011-03-28 Glenn MorrisMake autogen.sh respect AUTOCONF etc.
2011-03-27 Eli ZaretskiiFix scrolling back with scroll-down-aggressively.
2011-03-27 Paul Eggert* keyboard.c (read_key_sequence): Don't check last_real...
2011-03-27 Paul Eggert* keyboard.c (keyremap_step, read_key_sequence): Use...
2011-03-27 Paul Eggert* keyboard.c (parse_modifiers_uncached, parse_modifiers):
2011-03-27 Jan DjärvFormat doc and add customize for ns-auto-hide-menu...
2011-03-27 Jan DjärvIntroduce ns-auto-hide-menu-bar to hide menubar for...
2011-03-27 Jan Djärv* nsmenu.m (runDialogAt): Remove argument to timer_check.
2011-03-27 Paul Eggert* callproc.c (Fcall_process, Fcall_process_region)...
2011-03-27 Paul Eggert* eval.c (Fbacktrace_frame): Don't assume nframes fits...
2011-03-27 Paul Eggert* eval.c (Fbacktrace): Don't assume nargs fits in int.
2011-03-27 Paul Eggert* syntax.c (scan_sexps_forward): Avoid pointer wraparound.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul Eggert* chartab.c (sub_char_table_ref_and_range): Redo for...
2011-03-27 Glenn MorrisAuto-commit of generated files.
2011-03-27 Paul EggertMerge from mainline.
next