]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
[gnu-emacs] / lisp / ChangeLog
index 4d88bd8ad37491cf55567caa3b2c82d758fbcd37..ffaf73d86d195dd720459169968d630584660fc6 100644 (file)
@@ -1,3 +1,73 @@
+2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
+       
+       * viper.el (viper-set-hooks): use frame bindings for
+       viper-vi-state-cursor-color.
+       (viper-non-hook-settings): don't set default
+       mode-line-buffer-identification.
+       
+       * viper-util.el (viper-set-cursor-color-according-to-state): new
+       function.
+       (viper-set-cursor-color-according-to-state,
+       viper-get-saved-cursor-color-in-replace-mode,
+       viper-get-saved-cursor-color-in-insert-mode): make conditional on
+       viper-emacs-state-cursor-color.
+       
+       * viper-cmd.el (viper-envelop-ESC-key): bug fix.
+       (viper-undo): use point if undo-beg-posn is nil.
+       (viper-insert-state-post-command-sentinel,viper-change-state-to-emacs,
+       viper-after-change-undo-hook): don't use
+       viper-emacs-state-cursor-color by default.
+       (viper-undo): more sensible positioning after undo.
+       
+       * viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr.
+       (viper-emacs-state-cursor-color): default to nil, since this feature
+       doesn't work well yet.
+       
+       * ediff-mult.el (ediff-intersect-directories,
+       ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
+       always expand filenames.
+       
+2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
+       Accept internal time format for SECS arg.
+       (timer-relative-time): Doc fix.
+
+       * jit-lock.el: "Stealth fontification by requeuing timers" patch,
+       adapted from Martin Rudalics.
+       (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
+       (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
+       (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
+       using sit-for.
+
+2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
+
+       * cus-start.el (all): Add `overline-margin' and
+       `x-underline-at-descent-line'.
+
+2006-08-24  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
+       to mean "use find -exec"; nil now unambiguously means auto-detect.
+       (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
+       Use shell-quote-argument to build grep-find-command and grep-find-template.
+       (rgrep): Use shell-quote-argument to properly quote arguments to find.
+       Reported by Tom Seddon.
+
+2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (fancy-splash-head): Give instructions for dismissing
+       the splash screen for default startup too.
+       (display-startup-echo-area-message, fancy-splash-screens)
+       (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
+       all splash text at once and keep the splash buffer around.
+       (command-line-1): Give display-startup-echo-area-message a t arg.
+
+2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
+       gnus frame is selected.
+
 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
@@ -7,7 +77,7 @@
        * ido.el (ido-set-matches-1): Fix full matching for subdirs.
        Add suffix matching for subdirs.
 
-2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
+2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
 
        * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
        mouse-yank-at-point is non-nil.