comparison lisp/ChangeLog @ 37848:24c99dc4a973

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 20 May 2001 18:35:02 +0000
parents 43fffbcb87d0
children fc297b7bb8bb 6a7ecfe87c66
comparison
equal deleted inserted replaced
37847:d5fbaec503ab 37848:24c99dc4a973
1 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * replace.el (keep-lines-read-args): Use `copy-marker'.
4 (how-many): Save excursion properly.
5 (occur-mode): Use define-derived-mode.
6 (perform-replace): Use with-current-buffer.
7
1 2001-05-20 Richard M. Stallman <rms@gnu.org> 8 2001-05-20 Richard M. Stallman <rms@gnu.org>
2 9
3 * play/landmark.el (lm): Use "p" not "P" for interactive spec. 10 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4 11
5 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion. 12 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
14 21
15 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. 22 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
16 23
17 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> 24 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
18 25
19 * international/ccl.el (define-ccl-program): Fix a typo. From 26 * international/ccl.el (define-ccl-program): Fix a typo.
20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 27 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
21 28
22 * international/mule.el (decode-char): Fix a typo. From Pavel 29 * international/mule.el (decode-char): Fix a typo. From Pavel
23 Jan,Bm(Bk <Pavel@Janik.cz>. 30 Jan,Bm(Bk <Pavel@Janik.cz>.
24 31
25 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel 32 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
28 * frame.el (automatic-hscrolling): Fix a typo. From Pavel 35 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
29 Jan,Bm(Bk <Pavel@Janik.cz>. 36 Jan,Bm(Bk <Pavel@Janik.cz>.
30 37
31 2001-05-18 Sam Steingold <sds@gnu.org> 38 2001-05-18 Sam Steingold <sds@gnu.org>
32 39
33 * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' 40 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
34 and [RET] to `cvs-mode-find-file'. 41 and [RET] to `cvs-mode-find-file'.
35 42
36 2001-05-18 John Wiegley <johnw@gnu.org> 43 2001-05-18 John Wiegley <johnw@gnu.org>
37 44
38 * eshell/esh-ext.el (eshell-explicit-command-char): A new 45 * eshell/esh-ext.el (eshell-explicit-command-char): A new
65 * net/goto-addr.el (goto-address-at-point): Deal with URLs 72 * net/goto-addr.el (goto-address-at-point): Deal with URLs
66 part of which look like email addresses. 73 part of which look like email addresses.
67 74
68 2001-05-18 Andrew Innes <andrewi@gnu.org> 75 2001-05-18 Andrew Innes <andrewi@gnu.org>
69 76
70 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use 77 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
71 . instead of absolute path for lisp dir, to avoid bug in W2K 78 Use . instead of absolute path for lisp dir, to avoid bug in W2K
72 cmd.exe's handling of FOR loops. 79 cmd.exe's handling of FOR loops.
73 (autoloads): Set find-file-suppress-same-file-warnings to t to 80 (autoloads): Set find-file-suppress-same-file-warnings to t to
74 avoid slew of spurious messages. 81 avoid slew of spurious messages.
75 82
76 2001-05-18 Simon Josefsson <simon@josefsson.org> 83 2001-05-18 Simon Josefsson <simon@josefsson.org>
83 (browse-url-kde-program, browse-url-kde-args): New variables. 90 (browse-url-kde-program, browse-url-kde-args): New variables.
84 (browse-url-kde): New function. 91 (browse-url-kde): New function.
85 92
86 2001-05-18 Miles Bader <miles@gnu.org> 93 2001-05-18 Miles Bader <miles@gnu.org>
87 94
88 * simple.el (delete-horizontal-space, just-one-space): Use 95 * simple.el (delete-horizontal-space, just-one-space):
89 `constrain-to-field' instead of `field-end'/`field-beginning', 96 Use `constrain-to-field' instead of `field-end'/`field-beginning',
90 because it's more efficient for large files. 97 because it's more efficient for large files.
91 98
92 2001-05-17 Gerd Moellmann <gerd@gnu.org> 99 2001-05-17 Gerd Moellmann <gerd@gnu.org>
93 100
94 * mail/rmail.el (rmail-require-mime-maybe): New function. 101 * mail/rmail.el (rmail-require-mime-maybe): New function.