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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 01 Nov 2004 18:08:31 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6531 emacs/lisp/ChangeLog:1.6532
*** emacs/lisp/ChangeLog:1.6531 Mon Nov  1 20:46:16 2004
--- emacs/lisp/ChangeLog        Mon Nov  1 23:02:26 2004
***************
*** 1,3 ****
--- 1,12 ----
+ 2004-11-02  Kim F. Storm  <address@hidden>
+ 
+       * kmacro.el (group kmacro): Add :version.
+       (kmacro-keyboard-quit): New function to cleanup on C-g.
+       (kmacro-start-macro): Set defining-kbd-macro to append when
+       appending to last macro.
+ 
+       * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
+ 
  2004-11-02  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-enable-debug-log)
***************
*** 5,23 ****
        (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
        Add :version keyword.
  
! 2004-11-01  Jay Belanger  <address@hidden>
! 
!       * calc/calc-frac.el (calc-over-notation): Replaced
!       `completing-read' with `interactive "s"'.
  
! 2004-11-2  Pavel Kobiakov <address@hidden>
!       
!       * progmodes/flymake.el (flymake-err-line-patterns): Use 
        `flymake-reformat-err-line-patterns-from-compile-el' to convert
        `compilation-error-regexp-alist-alist' to internal Flymake format.
!       
        * progmodes/flymake.el: eliminated byte-compiler warnings.
  
  2004-11-01  Jan Dj,Ad(Brv  <address@hidden>
  
        * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
--- 14,32 ----
        (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
        Add :version keyword.
  
! 2004-11-02  Pavel Kobiakov <address@hidden>
  
!       * progmodes/flymake.el (flymake-err-line-patterns): Use
        `flymake-reformat-err-line-patterns-from-compile-el' to convert
        `compilation-error-regexp-alist-alist' to internal Flymake format.
! 
        * progmodes/flymake.el: eliminated byte-compiler warnings.
  
+ 2004-11-01  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-frac.el (calc-over-notation): Replaced
+       `completing-read' with `interactive "s"'.
+ 
  2004-11-01  Jan Dj,Ad(Brv  <address@hidden>
  
        * mouse.el (mouse-yank-at-click, mouse-yank-secondary):




reply via email to

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