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: Mon, 03 Dec 2001 04:33:02 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3140 emacs/lisp/ChangeLog:1.3141
*** emacs/lisp/ChangeLog:1.3140 Sun Dec  2 19:08:00 2001
--- emacs/lisp/ChangeLog        Mon Dec  3 04:33:01 2001
***************
*** 1,12 ****
  2001-12-02  Richard M. Stallman  <address@hidden>
  
        * files.el (insert-directory): If the df output does not look right,
        don't try to use it.  Other cleanups in overall code structure.
  
  2001-12-02  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * textmodes/reftex-index.el (reftex-index-mode): Remove
!       make-local-hook.
  
        * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
  
--- 1,53 ----
+ 2001-12-03  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
+ 
  2001-12-02  Richard M. Stallman  <address@hidden>
  
        * files.el (insert-directory): If the df output does not look right,
        don't try to use it.  Other cleanups in overall code structure.
  
+ 2001-12-02  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/outline.el (outline-mode-prefix-map):
+       Add bindings for outline-promote and outline-demote.
+       (outline-minor-mode-menu-bar-map): New var.
+       (outline-minor-mode): Use it.
+       (outline-heading-alist): New var (renamed from outline-level-heading).
+       (outline-level): Use it.
+       (outline-insert-heading, outline-promote, outline-demote):
+       Update to use outline-heading-alist.
+ 
+       * disp-table.el (standard-display-european):
+       Simplify since the function is not interactive any more.
+       Don't set the existing buffers to unibyte.
+ 
+       * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
+ 
+       * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
+ 
+       * reveal.el (reveal-mode): Fix reveal-mode's lighter.
+ 
+       * shell.el (shell): Use shell-file-name.
+       Pop to buffer before calling comint to set COLUMNS properly.
+ 
+       * emacs-lisp/cl.el (svref): New alias.
+ 
+       * progmodes/antlr-mode.el (antlr-c-common-init):
+       Don't inhibit adaptive-fill-mode any more.
+ 
+       * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
+ 
+       * progmodes/etags.el (tags-with-face): Use make-symbol.
+       (tags-search, tags-query-replace): Use backquotes.
+ 
+       * textmodes/picture.el (picture-mode-map): Don't use defconst
+       for a variable.
+ 
  2001-12-02  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * textmodes/reftex-index.el (reftex-index-mode):
!       Remove make-local-hook.
  
        * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
  
***************
*** 22,28 ****
        then do save-excursion, then move point.
        Specify the buffer for get-char-property.
        Don't use `@' in interactive.
!       
        * indent.el (indent-line-function):
        Default is indent-to-left-margin again.
  
--- 63,69 ----
        then do save-excursion, then move point.
        Specify the buffer for get-char-property.
        Don't use `@' in interactive.
! 
        * indent.el (indent-line-function):
        Default is indent-to-left-margin again.
  



reply via email to

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