comparison lisp/ChangeLog @ 30291:062625598798

insert-directory: use split-string
author Sam Steingold <sds@gnu.org>
date Tue, 18 Jul 2000 14:18:03 +0000
parents 5d592031fd61
children 8454f2730931
comparison
equal deleted inserted replaced
30290:5d592031fd61 30291:062625598798
1 2000-07-17 Sam Steingold <sds@gnu.org>
2
3 * files.el (insert-directory): Call `split-string' instead of
4 re-implementing it.
5
1 2000-07-18 Gerd Moellmann <gerd@gnu.org> 6 2000-07-18 Gerd Moellmann <gerd@gnu.org>
2 7
3 * mail/vms-pmail.el: Change maintainer to FSF. 8 * mail/vms-pmail.el: Change maintainer to FSF.
4 9
5 * net/goto-addr.el: Change maintainer to FSF. 10 * net/goto-addr.el: Change maintainer to FSF.
194 (Info-search): New Info-search-history. 199 (Info-search): New Info-search-history.
195 200
196 * battery.el, info-look.el: Change author's mail address. 201 * battery.el, info-look.el: Change author's mail address.
197 202
198 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us> 203 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
199 204
200 * mail/rmail.el (rmail-clear-headers): Don't throw an error 205 * mail/rmail.el (rmail-clear-headers): Don't throw an error
201 if rmail-ignored-headers is nil. 206 if rmail-ignored-headers is nil.
202 (rmail-retry-failure): Bind rmail-ignored-headers and 207 (rmail-retry-failure): Bind rmail-ignored-headers and
203 rmail-displayed-headers to nil. 208 rmail-displayed-headers to nil.
204 209
211 216
212 2000-07-01 Francesco Potorti` <pot@gnu.org> 217 2000-07-01 Francesco Potorti` <pot@gnu.org>
213 218
214 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as 219 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
215 exim can use "your message" instead of "the message". 220 exim can use "your message" instead of "the message".
216 221
217 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> 222 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
218 223
219 * facemenu.el: Docstrings fixes. 224 * facemenu.el: Docstrings fixes.
220 (facemenu-get-face): Don't use internal-find-face. 225 (facemenu-get-face): Don't use internal-find-face.
221 (facemenu-iterate): Rename arg to match the docstring. 226 (facemenu-iterate): Rename arg to match the docstring.
222 227
223 * newcomment.el (uncomment-region): Be more careful when skipping 228 * newcomment.el (uncomment-region): Be more careful when skipping
224 backwards over `=' not to bump into BOBP. 229 backwards over `=' not to bump into BOBP.
225 230
226 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> 231 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
227 232
228 * ediff-diff.el (ediff-wordify): Use syntax table. 233 * ediff-diff.el (ediff-wordify): Use syntax table.
229 * ediff-init.el (ediff-has-face-support-p): Use 234 * ediff-init.el (ediff-has-face-support-p): Use
230 ediff-color-display-p. 235 ediff-color-display-p.
231 (ediff-color-display-p): Use display-color-p, changed to defun 236 (ediff-color-display-p): Use display-color-p, changed to defun
232 from defsubst. 237 from defsubst.
233 Got rid of special cases for NeXT and OS/2. 238 Got rid of special cases for NeXT and OS/2.
234 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline 239 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
235 face. 240 face.
236 241
237 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> 242 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
238 243
239 * emacs-lisp/lucid.el: Require CL. 244 * emacs-lisp/lucid.el: Require CL.
240 (copy-tree, remprop): Remove, it's provided by CL. 245 (copy-tree, remprop): Remove, it's provided by CL.
241 (map-keymap): Define in terms of cl-map-keymap. 246 (map-keymap): Define in terms of cl-map-keymap.
248 * Makefile.in (DONTCOMPILE): Add comment that the name may 253 * Makefile.in (DONTCOMPILE): Add comment that the name may
249 not be changed without changing the make-dist script. 254 not be changed without changing the make-dist script.
250 255
251 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. 256 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
252 (cl-mapc): Use mapc instead of cl-old-mapc. 257 (cl-mapc): Use mapc instead of cl-old-mapc.
253 258
254 2000-07-05 Andrew Innes <andrewi@gnu.org> 259 2000-07-05 Andrew Innes <andrewi@gnu.org>
255 260
256 * makefile.nt: Add support for `bootstrap' and related targets. 261 * makefile.nt: Add support for `bootstrap' and related targets.
257 262
258 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> 263 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
401 2000-06-26 Gerd Moellmann <gerd@gnu.org> 406 2000-06-26 Gerd Moellmann <gerd@gnu.org>
402 407
403 * replace.el (perform-replace): Undo change of 2000-04-04. 408 * replace.el (perform-replace): Undo change of 2000-04-04.
404 Instead, move backward 1 character at the end of the loop when 409 Instead, move backward 1 character at the end of the loop when
405 necessary. 410 necessary.
406 411
407 * faces.el (fringe): Change face for different backgrounds. 412 * faces.el (fringe): Change face for different backgrounds.
408 413
409 * eshell/esh-module.el (toplevel): Load defgroup's differently; 414 * eshell/esh-module.el (toplevel): Load defgroup's differently;
410 patch from John. 415 patch from John.
411 416
465 2000-06-23 Gerd Moellmann <gerd@gnu.org> 470 2000-06-23 Gerd Moellmann <gerd@gnu.org>
466 471
467 * comint.el (comint-substitute-in-file-name): Call replace-match 472 * comint.el (comint-substitute-in-file-name): Call replace-match
468 with second and third arg t. 473 with second and third arg t.
469 474
470 * cus-edit.el (custom-button-face, custom-button-pressed-face): 475 * cus-edit.el (custom-button-face, custom-button-pressed-face):
471 Specify foreground color. 476 Specify foreground color.
472 477
473 * faces.el (tool-bar, mode-line, header-line): Specify foreground 478 * faces.el (tool-bar, mode-line, header-line): Specify foreground
474 color. 479 color.
475 480