X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a354cf393bd9daaa9757d60fa0cbd281c9a07e51..1cc9e877dde684ab371104cebca0681d9fc5524c:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3734eb1f57..10dc55e4c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,65 @@ +2005-11-15 Luc Teirlinck + + * font-core.el (global-font-lock-mode): Add :version keyword, + because default was changed. + + * jka-cmpr-hook.el (auto-compression-mode): Ditto. + + * startup.el (command-line): Use `custom-reevaluate-setting' for + `file-name-shadow-mode'. + + * loadup.el: Preload rfn-eshadow. + + * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t. + Add :version keyword. + (file-name-shadow-properties, file-name-shadow-tty-properties): + Add :version keyword. + + * cus-edit.el (custom-add-parent-links): Fix bug whereby, for + instance, `(fringe custom-face)' shadowed `(fringe custom-group)' + in the custom-group property of the symbol frames and the fringe + group got no link to its parent group frames. + Doc fix. + +2005-11-16 Nick Roberts + + * progmodes/gud.el (gud-stop-subjob): New function. + (gud-menu-map, gud-tool-bar-map): Use it. + +2005-11-16 Kim F. Storm + + * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather + than kill it. + (gud-tool-bar-map): Likewise. Move cont/until/finish buttons + to a more useful/logical place. + +2005-11-16 Nick Roberts + + * progmodes/gud.el (gud-menu-map): Make visibility of stop and + go buttons complementary. + +2005-11-15 Stefan Monnier + + * rfn-eshadow.el (rfn-eshadow-regexp): Remove. + (rfn-eshadow-sifn-equal): New function. + (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name. + +2005-11-15 Michael Kifer + + * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in + string. + + * viper.el (viper-emacs-state-mode-list): Ensure that + rcirc-mode buffers come up in Emacs state. + + * ediff-util (ediff-make-temp-file): Use proper file-name-handler + operation. + +2005-11-15 Dan Nicolaescu + + * term.el (term-termcap-format): Fix typos. + (term-down): Fix the negative argument case. + 2005-11-16 Nick Roberts * progmodes/gdb-ui.el: Remove face-alias left over from change on @@ -12,8 +74,7 @@ 2005-11-16 Kim F. Storm - * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New - function. + * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function. (gud-menu-map): Use it. 2005-11-14 Luc Teirlinck @@ -33,7 +94,8 @@ 2005-11-14 Hrvoje Niksic - * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode. + * savehist.el (savehist-mode): Don't bother with + `custom-set-minor-mode'. (savehist-coding-system): Check XEmacs version. (history-length): Declare also at run time. (savehist-mode): Don't emit a message. Don't run the minor mode hook.