]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Nov 2005 02:42:57 +0000 (02:42 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Nov 2005 02:42:57 +0000 (02:42 +0000)
lisp/ChangeLog
src/ChangeLog

index bd00eeb3e7a6857e218c15cfe9a3b7f59f01eb9a..c998bbbddf8675e70c7c6eb0c1f6e561020e17d2 100644 (file)
@@ -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.
index b0a4a71b219f24250e531d4f9a76ec4e021f05e9..9bbd31ecc9ffb6d7c0df01f33f40632b433eea57 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
+
 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
 
        * .gdbinit: Make SIGTSTP work like SIGINT normally does.