]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / lisp / ChangeLog
index 3dd1ae0dd0eeeec69cd40dc9065491e775af82c2..5901c35c2e9a31ae56ef42c80841272ba41a99d3 100644 (file)
@@ -1,3 +1,14 @@
+2005-03-14  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (next-line, previous-line): Add optional try-vscroll
+       arg to recognize interactive use.  Pass it on to line-move.
+       (line-move): Don't perform auto-window-vscroll when defining or
+       executing keyboard macro to ensure consistent behaviour.
+
+2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
+
 2005-03-13  Lute Kamstra  <lute@gnu.org>
 
        * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
@@ -5,7 +16,7 @@
        debug-on-exit and we don't have to do it manually.  Set an extra
        debug-on-exit for macro's.
        (debugger-setup-buffer): Don't mark the top frame manually.
-       
+
 2005-03-12  Lute Kamstra  <lute@gnu.org>
 
        * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
        (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
        rather than use function `interactive-p'.
 
-2004-10-22  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (translate-region): Implement it in Lisp
-       as a front end of translate-region-internal.
-
 2004-10-21  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):