diff options
| author | Sam Steingold | 2000-08-16 14:33:21 +0000 |
|---|---|---|
| committer | Sam Steingold | 2000-08-16 14:33:21 +0000 |
| commit | 10e1dad96138dda35864ccb2885bb1c1fb33f8ba (patch) | |
| tree | 68b6ec2e61dfeda332bd124b405fd886ecf8ae21 /lisp/ChangeLog | |
| parent | 6bb6cda236f7c682907eddac367786d97f12e522 (diff) | |
| download | emacs-10e1dad96138dda35864ccb2885bb1c1fb33f8ba.tar.gz emacs-10e1dad96138dda35864ccb2885bb1c1fb33f8ba.zip | |
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
`while'; use `with-current-buffer' instead of `save-excursion'.
Removed unnecessary kludges now that "*Buffer List*" is excluded.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6c2423b900..f7a25e44de3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-08-16 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * buff-menu.el (list-buffers-noselect): Use `dolist' instead of | ||
| 4 | `while'; use `with-current-buffer' instead of `save-excursion'. | ||
| 5 | Removed unnecessary kludges now that "*Buffer List*" is excluded. | ||
| 6 | |||
| 1 | 2000-08-16 Kenichi Handa <handa@etl.go.jp> | 7 | 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2 | 8 | ||
| 3 | * international/ccl.el (declare-ccl-program): Docstring modified. | 9 | * international/ccl.el (declare-ccl-program): Docstring modified. |
| @@ -17,7 +23,7 @@ | |||
| 17 | (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | 23 | (Buffer-menu-execute): When deleting, test `(and buf (buffer-name |
| 18 | buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | 24 | buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer |
| 19 | wasn't killed. | 25 | wasn't killed. |
| 20 | 26 | ||
| 21 | * buff-menu.el (list-buffers-noselect): Don't display the | 27 | * buff-menu.el (list-buffers-noselect): Don't display the |
| 22 | *Buffer List* buffer. | 28 | *Buffer List* buffer. |
| 23 | 29 | ||
| @@ -25,7 +31,7 @@ | |||
| 25 | `Loading jit-lock' message. | 31 | `Loading jit-lock' message. |
| 26 | 32 | ||
| 27 | * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el | 33 | * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el |
| 28 | * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' | 34 | * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
| 29 | mail address. | 35 | mail address. |
| 30 | 36 | ||
| 31 | 2000-08-15 Miles Bader <miles@gnu.org> | 37 | 2000-08-15 Miles Bader <miles@gnu.org> |
| @@ -104,7 +110,7 @@ | |||
| 104 | * paren.el (show-paren-priority): New user option. | 110 | * paren.el (show-paren-priority): New user option. |
| 105 | (show-paren-function): Set overlay priorities to | 111 | (show-paren-function): Set overlay priorities to |
| 106 | show-paren-priority. | 112 | show-paren-priority. |
| 107 | 113 | ||
| 108 | 2000-08-14 Miles Bader <miles@gnu.org> | 114 | 2000-08-14 Miles Bader <miles@gnu.org> |
| 109 | 115 | ||
| 110 | * comint.el (comint-bol): Use `forward-line 0' instead of calling | 116 | * comint.el (comint-bol): Use `forward-line 0' instead of calling |
| @@ -124,9 +130,9 @@ | |||
| 124 | 130 | ||
| 125 | * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | 131 | * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase |
| 126 | identifiers, since XML is case sensitive | 132 | identifiers, since XML is case sensitive |
| 127 | 133 | ||
| 128 | 2000-08-12 Miles Bader <miles@gnu.org> | 134 | 2000-08-12 Miles Bader <miles@gnu.org> |
| 129 | 135 | ||
| 130 | * comint.el (comint-output-filter): Don't bother frobbing | 136 | * comint.el (comint-output-filter): Don't bother frobbing |
| 131 | window-start, it doesn't seem to be necessary. | 137 | window-start, it doesn't seem to be necessary. |
| 132 | 138 | ||