*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 3734eb1..10dc55e 100644 (file)
@@ -1,3 +1,65 @@
+2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-stop-subjob): New function.
+       (gud-menu-map, gud-tool-bar-map): Use it.
+
+2005-11-16  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-menu-map): Make visibility of stop and
+       go buttons complementary.
+
+2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <kifer@cs.stonybrook.edu>
+
+       * 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  <dann@ics.uci.edu>
+
+       * term.el (term-termcap-format): Fix typos.
+       (term-down): Fix the negative argument case.
+
 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el: Remove face-alias left over from change on
@@ -12,8 +74,7 @@
 
 2005-11-16  Kim F. Storm  <storm@cua.dk>
 
-       * 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  <teirllm@auburn.edu>
@@ -33,7 +94,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.