comparison lisp/ChangeLog @ 30851:f9233f642b88

* 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.
author Sam Steingold <sds@gnu.org>
date Wed, 16 Aug 2000 14:33:21 +0000
parents d83ff3be716a
children e9f90c0f204c
comparison
equal deleted inserted replaced
30850:befd90253848 30851:f9233f642b88
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.
4 (ccl-execute-with-args): Likewise. 10 (ccl-execute-with-args): Likewise.
5 11
15 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' 21 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16 fails. 22 fails.
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
24 * font-lock.el: Require jit-lock to prevent a very late 30 * font-lock.el: Require jit-lock to prevent a very late
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>
32 38
33 * textmodes/ispell.el (ispell-graphic-p): New constant. 39 * textmodes/ispell.el (ispell-graphic-p): New constant.
102 * emacs-lisp/authors.el: New file. 108 * emacs-lisp/authors.el: New file.
103 109
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
111 beginning-of-line with inhibit-field-text-motion bound. 117 beginning-of-line with inhibit-field-text-motion bound.
112 118
122 128
123 2000-08-14 Emmanuel Briot <briot@gnat.com> 129 2000-08-14 Emmanuel Briot <briot@gnat.com>
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
133 * comint.el (comint-send-string, comint-send-region): Make into 139 * comint.el (comint-send-string, comint-send-region): Make into
134 real functions. Snapshot the prompt before sending. 140 real functions. Snapshot the prompt before sending.