diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 02:42:57 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 02:42:57 +0000 |
commit | 8ab84823107bc5d0ce53c2feedeff4854b5d7bdd (patch) | |
tree | ecca9282b28cc941be7423afd47a7f724dd381bc /lisp | |
parent | 29f05691846dd2d62e7f4edbbfd059bb3c92567d (diff) | |
download | emacs-8ab84823107bc5d0ce53c2feedeff4854b5d7bdd.tar.gz emacs-8ab84823107bc5d0ce53c2feedeff4854b5d7bdd.tar.bz2 emacs-8ab84823107bc5d0ce53c2feedeff4854b5d7bdd.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd00eeb3e7a..c998bbbddf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2005-11-15 Luc Teirlinck <teirllm@auburn.edu> + + * 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. + + * 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 <nickrob@snap.net.nz> * progmodes/gud.el (gud-stop-subjob): New function. @@ -71,7 +86,8 @@ 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org> - * 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. |