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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 02 Feb 2005 18:32:16 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6949 emacs/lisp/ChangeLog:1.6950
*** emacs/lisp/ChangeLog:1.6949 Wed Feb  2 05:51:51 2005
--- emacs/lisp/ChangeLog        Wed Feb  2 23:32:15 2005
***************
*** 10,16 ****
        * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
        Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
  
!       * case-table.el (get-upcase-table): New function. 
        (copy-case-table): Copy upcaes table too if non-nil.
        (set-case-syntax-delims): Maintain upcase table too.
        (set-case-syntax-pair): Likewise.
--- 10,16 ----
        * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
        Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
  
!       * case-table.el (get-upcase-table): New function.
        (copy-case-table): Copy upcaes table too if non-nil.
        (set-case-syntax-delims): Maintain upcase table too.
        (set-case-syntax-pair): Likewise.
***************
*** 151,157 ****
  
  2005-01-29  Richard M. Stallman  <address@hidden>
  
!       * ses.el (undo-more): defadvice deleted.
        (ses-begin-change): Doc fix.
  
        * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
--- 151,157 ----
  
  2005-01-29  Richard M. Stallman  <address@hidden>
  
!       * ses.el (undo-more): Delete defadvice.
        (ses-begin-change): Doc fix.
  
        * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
***************
*** 169,175 ****
  
        * simple.el (undo): Fix the test for continuing a series of undos.
        (undo-more): Set pending-undo-list to t when we reach end.
!       (pending-undo-list): defvar moved up.
  
        * wid-edit.el (widget-button-click):
        Shorten the range of the track-mouse binding.
--- 169,175 ----
  
        * simple.el (undo): Fix the test for continuing a series of undos.
        (undo-more): Set pending-undo-list to t when we reach end.
!       (pending-undo-list): Move up defvar.
  
        * wid-edit.el (widget-button-click):
        Shorten the range of the track-mouse binding.
***************
*** 194,199 ****
--- 194,213 ----
        (gdb-assembler-custom): Update to recognise breakpoint information
        added on 2005-01-19.
  
+ 2005-01-28  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
+       (dsssl-mode): Use define-derived-mode.
+       (scheme-mode-initialize): Remove.
+       (scheme-mode): Use run-mode-hooks.
+ 
+       * cus-edit.el (customize-group-other-window)
+       (custom-buffer-create-other-window): Don't override special-display-*.
+       (custom-mode-map): Make it dense.
+ 
+       * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
+       sets the default value.
+ 
  2005-01-28  Eli Zaretskii  <address@hidden>
  
        * descr-text.el: Add more keywords.




reply via email to

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