Mercurial > emacs
comparison lisp/ChangeLog @ 45591:a66800bc5520
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 30 May 2002 17:16:05 +0000 |
parents | d997ffad4f09 |
children | 9652174d182d |
comparison
equal
deleted
inserted
replaced
45590:6c146fa85973 | 45591:a66800bc5520 |
---|---|
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. |
4 (calc-refresh): Only show banner if `calc-show-banner' is non-nil. | 27 (calc-refresh): Only show banner if `calc-show-banner' is non-nil. |
5 (calc-mode-var-list): Add `calc-show-banner'. | 28 (calc-mode-var-list): Add `calc-show-banner'. |