aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Swift2003-03-02 16:26:32 +0000
committerMatthew Swift2003-03-02 16:26:32 +0000
commit0b5a13ccf7621def350dd3d73e5380cfaf2581c1 (patch)
tree438b0204d43ccc0a9c0a35509c66c9865538dccb
parent3e8737bf4c73679b1be235f3be4dcd77c3b39e0c (diff)
downloademacs-0b5a13ccf7621def350dd3d73e5380cfaf2581c1.tar.gz
emacs-0b5a13ccf7621def350dd3d73e5380cfaf2581c1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d140ce234f..5de18e72273 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12003-03-02 Matt Swift <swift@alum.mit.edu>
2
3 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): New
4 custom variable.
5 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
6 that first docstring lines ending with a comma are respected. Add
7 "`(" to same so that function and macro bodies beginning with a
8 backquote do not get disturbed. Revise the comments.
9
12003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 102003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 11
3 * startup.el (command-line): Call menu-bar-mode with 1 instead of t. 12 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
4 13
5 * menu-bar.el (menu-bar-mode): Change to define-minor-mode 14 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
@@ -35,7 +44,7 @@
35 First black-listed constellation is GNU Emacs/ hpux. 44 First black-listed constellation is GNU Emacs/ hpux.
36 (tramp-send-region): Correct debug message. 45 (tramp-send-region): Correct debug message.
37 (tramp-bug): Add `tramp-chunksize'. 46 (tramp-bug): Add `tramp-chunksize'.
38 47
392003-02-26 Matt Swift <swift@alum.mit.edu> 482003-02-26 Matt Swift <swift@alum.mit.edu>
40 49
41 * startup.el: Streamline code in several functions for efficiency 50 * startup.el: Streamline code in several functions for efficiency