comparison lisp/ChangeLog @ 50002:a94214474050

*** empty log message ***
author Matthew Swift <swift@alum.mit.edu>
date Sun, 02 Mar 2003 16:26:32 +0000
parents 1f54e3351ad2
children be0d26ee0479
comparison
equal deleted inserted replaced
50001:745c2428aae8 50002:a94214474050
1 2003-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
1 2003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10 2003-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
6 and initialize as for tool-bar-mode. 15 and initialize as for tool-bar-mode.
7 16
33 (tramp-chunksize): It's now a defcustom. Set to 500 on systems 42 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
34 only known to have a buggy `process-send-string' implementation. 43 only known to have a buggy `process-send-string' implementation.
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
39 2003-02-26 Matt Swift <swift@alum.mit.edu> 48 2003-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
42 and readability. Rephrase booleans to avoid `(not noninteractive)'. 51 and readability. Rephrase booleans to avoid `(not noninteractive)'.
43 Clarify several booleans expressions using De Morgan's laws. 52 Clarify several booleans expressions using De Morgan's laws.