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: Matthew Swift
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 02 Mar 2003 11:26:35 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4892 emacs/lisp/ChangeLog:1.4893
*** emacs/lisp/ChangeLog:1.4892 Sat Mar  1 14:04:28 2003
--- emacs/lisp/ChangeLog        Sun Mar  2 11:26:32 2003
***************
*** 1,5 ****
! 2003-03-01  Jan Dj,Ad(Brv  <address@hidden>
  
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
  
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
--- 1,14 ----
! 2003-03-02  Matt Swift  <address@hidden>
  
+       * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): New
+       custom variable.
+       (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
+       that first docstring lines ending with a comma are respected.  Add
+       "`(" to same so that function and macro bodies beginning with a
+       backquote do not get disturbed.  Revise the comments.
+       
+ 2003-03-01  Jan Dj,Ad(Brv  <address@hidden>
+       
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
  
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
***************
*** 35,41 ****
        First black-listed constellation is GNU Emacs/ hpux.
        (tramp-send-region): Correct debug message.
        (tramp-bug): Add `tramp-chunksize'.
! 
  2003-02-26  Matt Swift  <address@hidden>
        
        * startup.el: Streamline code in several functions for efficiency
--- 44,50 ----
        First black-listed constellation is GNU Emacs/ hpux.
        (tramp-send-region): Correct debug message.
        (tramp-bug): Add `tramp-chunksize'.
!       
  2003-02-26  Matt Swift  <address@hidden>
        
        * startup.el: Streamline code in several functions for efficiency




reply via email to

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