diff options
| author | Colin Walters | 2002-05-16 19:32:18 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-05-16 19:32:18 +0000 |
| commit | 9f1f80ae688c8e64449ce52b1c2f836e5475e67f (patch) | |
| tree | 00b4eae60d29cdee04f17a16cd4905419c9e19ff | |
| parent | b96fb65cd3074b83494dce3cc9ac283520dc8830 (diff) | |
| download | emacs-9f1f80ae688c8e64449ce52b1c2f836e5475e67f.tar.gz emacs-9f1f80ae688c8e64449ce52b1c2f836e5475e67f.zip | |
Format John Paul Wallington's changes correctly.
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01b6fdd6211..0e57cfe4226 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-05-16 Colin Walters <walters@debian.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to | ||
| 4 | "Simple Calculator". | ||
| 5 | (menu-bar-tools-menu) <calc>: New. | ||
| 6 | |||
| 1 | 2002-05-16 Juanma Barranquero <lektu@terra.es> | 7 | 2002-05-16 Juanma Barranquero <lektu@terra.es> |
| 2 | 8 | ||
| 3 | * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo. | 9 | * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo. |
| @@ -11,7 +17,7 @@ | |||
| 11 | * emacs-lisp/easymenu.el (easy-menu-make-symbol): | 17 | * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
| 12 | Don't treat (lambda () ...) as an expression. | 18 | Don't treat (lambda () ...) as an expression. |
| 13 | 19 | ||
| 14 | 2002-05-15 John Paul Wallington <jpw@shootybangbang.com> | 20 | 2002-05-15 John Paul Wallington <jpw@shootybangbang.com> |
| 15 | 21 | ||
| 16 | * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly. | 22 | * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly. |
| 17 | 23 | ||
| @@ -319,7 +325,7 @@ | |||
| 319 | (filesets-member): Replaces cl's `member*'. Calls changed. | 325 | (filesets-member): Replaces cl's `member*'. Calls changed. |
| 320 | (filesets-ormap): New function. | 326 | (filesets-ormap): New function. |
| 321 | 327 | ||
| 322 | 2002-05-07 John Paul Wallington <jpw@shootybangbang.com> | 328 | 2002-05-07 John Paul Wallington <jpw@shootybangbang.com> |
| 323 | 329 | ||
| 324 | * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup' | 330 | * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup' |
| 325 | menu items. | 331 | menu items. |
| @@ -391,7 +397,7 @@ | |||
| 391 | (ibuffer-mode-view-menu): Unused variables; deleted. | 397 | (ibuffer-mode-view-menu): Unused variables; deleted. |
| 392 | (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. | 398 | (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. |
| 393 | 399 | ||
| 394 | 2002-05-04 John Paul Wallington <jpw@shootybangbang.com> | 400 | 2002-05-04 John Paul Wallington <jpw@shootybangbang.com> |
| 395 | 401 | ||
| 396 | * ibuffer.el (ibuffer-mode-groups-popup): New variable. | 402 | * ibuffer.el (ibuffer-mode-groups-popup): New variable. |
| 397 | (toplevel): Bind filter group menu entries in it. Add :enable | 403 | (toplevel): Bind filter group menu entries in it. Add :enable |
| @@ -680,7 +686,7 @@ | |||
| 680 | * ibuffer.el (ibuffer-mode): Additional documentation on filter | 686 | * ibuffer.el (ibuffer-mode): Additional documentation on filter |
| 681 | groups. | 687 | groups. |
| 682 | 688 | ||
| 683 | 2002-04-28 John Paul Wallington <jpw@shootybangbang.com> | 689 | 2002-04-28 John Paul Wallington <jpw@shootybangbang.com> |
| 684 | 690 | ||
| 685 | * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an | 691 | * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an |
| 686 | ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil. | 692 | ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil. |