diff options
| author | Richard M. Stallman | 2002-05-30 17:16:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-30 17:16:05 +0000 |
| commit | a71867c57a8b9dad886c4d86af2041aee1d009f8 (patch) | |
| tree | f730ec0e5f99572c40cfd8cb10ef87f228512692 /lisp | |
| parent | c0e38e32b9dadde1e3b77de7d75ba91b82443e09 (diff) | |
| download | emacs-a71867c57a8b9dad886c4d86af2041aee1d009f8.tar.gz emacs-a71867c57a8b9dad886c4d86af2041aee1d009f8.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e501385cc8f..6e385a7e8da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2002-05-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.el (find-file-default): Add defvar for var already used. | ||
| 4 | |||
| 5 | * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar. | ||
| 6 | |||
| 7 | * subr.el (open-network-stream, open-network-stream-nowait) | ||
| 8 | (open-network-stream-server, process-kill-without-query): | ||
| 9 | Moved from simple.el. | ||
| 10 | |||
| 11 | * simple.el (open-network-stream, open-network-stream-nowait) | ||
| 12 | (open-network-stream-server, process-kill-without-query): | ||
| 13 | Moved to subr.el. | ||
| 14 | |||
| 15 | * simple.el (byte-compiling-files-p): Function deleted. | ||
| 16 | |||
| 17 | * textmodes/ispell.el (ispell-library-directory): Renamed from | ||
| 18 | ispell-library-path. If Ispell is not installed, init to nil. | ||
| 19 | (check-ispell-version): Doc fix. | ||
| 20 | (ispell-menu-map): Get rid of byte-compiling-files-p hackery; | ||
| 21 | initialize this unconditionally when ispell-menu-map-needed is t. | ||
| 22 | Local `path' renamed to `dir'. | ||
| 23 | |||
| 1 | 2002-05-30 Miles Bader <miles@gnu.org> | 24 | 2002-05-30 Miles Bader <miles@gnu.org> |
| 2 | 25 | ||
| 3 | * calc/calc.el (calc-show-banner): New variable. | 26 | * calc/calc.el (calc-show-banner): New variable. |