emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 05 Oct 2005 20:09:52 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8281 emacs/lisp/ChangeLog:1.8282
*** emacs/lisp/ChangeLog:1.8281 Wed Oct  5 17:20:04 2005
--- emacs/lisp/ChangeLog        Thu Oct  6 00:09:49 2005
***************
*** 12,17 ****
--- 12,50 ----
        (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
        (gdb-threads-font-lock-keywords): New font lock keywords definition.
        (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
+       
+ 2005-10-05  Michael Kifer  <address@hidden>
+       
+       * ediff-merge.el (ediff-merge-region-is-non-clash): new defsubst.
+       (ediff-merge-region-is-non-clash-to-skip): previouslu called
+       ediff-merge-region-is-non-clash.
+       
+       * ediff-mult.el (ediff-append-custom-diff,ediff-meta-show-patch): use
+       insert-buffer-substring.
+       
+       * ediff-ptch.el (ediff-fixup-patch-map): use better heuristics for
+       selecting files to patch. Also bug fixes.
+       
+       * ediff-util.el (ediff-setup): bug fix.
+       (ediff-next-difference): Never skip clashes that differ in white space
+       only.
+       
+       * ediff-wind.el (ediff-setup-control-frame,ediff-destroy-control-frame):
+       check the menubar feature.
+       
+       * viper-cmd.el (viper-normalize-minor-mode-map-alist,
+       viper-refresh-mode-line): use make-local-variable to localize some vars
+       instead of make-variable-buffer-local. Suggested by Stefan Monnier.
+       
+       * viper-init.el (viper-make-variable-buffer-local): delete alias.
+       (viper-restore-cursor-type,viper-set-insert-cursor-type): use
+       make-local-variable instead of make-variable-buffer-local. Suggested by
+       Stefan Monnier.
+       
+       * viper.el (viper-mode): don't use viper-make-variable-buffer-local.
+       (viper-comint-mode-hook): use make-local-variable on
+       require-final-newline.
+       (viper-non-hook-settings): don't use make-variable-buffer-local.
  
  2005-10-05  Stefan Monnier  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]