Mercurial > emacs
comparison lisp/ChangeLog @ 49305:0466495e6bbd
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 18 Jan 2003 15:32:16 +0000 |
parents | 8d203a2bfdef |
children | 77705cf7893d |
comparison
equal
deleted
inserted
replaced
49304:a9d24051c803 | 49305:0466495e6bbd |
---|---|
1 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change) | |
2 | |
3 * progmodes/cperl-mode.el: Don't make faces depend on window-system. | |
4 | |
1 2003-01-18 Markus Rost <rost@math.ohio-state.edu> | 5 2003-01-18 Markus Rost <rost@math.ohio-state.edu> |
2 | 6 |
3 * cus-edit.el (customize-changed-options): Undo last doc change. | 7 * cus-edit.el (customize-changed-options): Undo last doc change. |
4 | 8 |
5 2003-01-17 Dave Love <fx@gnu.org> | 9 2003-01-17 Dave Love <fx@gnu.org> |
45 because the former name is somewhat unrelated to the variables' | 49 because the former name is somewhat unrelated to the variables' |
46 possible values. | 50 possible values. |
47 | 51 |
48 2003-01-15 Deepak Goel <deego@gnufans.org> | 52 2003-01-15 Deepak Goel <deego@gnufans.org> |
49 | 53 |
50 * calc/README: Add new maintainer. | 54 * calc/README: Add new maintainer. |
51 | 55 |
52 * calc/*: Ditto. | 56 * calc/*: Ditto. |
53 | 57 |
54 * calc/calc.el (calc-bug-address): Change address to | 58 * calc/calc.el (calc-bug-address): Change address to |
55 deego@gnufans.org | 59 deego@gnufans.org |
88 bug/quirk in annotations. | 92 bug/quirk in annotations. |
89 (gdb-reset): Use with-current-buffer. | 93 (gdb-reset): Use with-current-buffer. |
90 | 94 |
91 2003-01-14 Kim F. Storm <storm@cua.dk> | 95 2003-01-14 Kim F. Storm <storm@cua.dk> |
92 | 96 |
93 * ido.el (ido-read-internal, ido-file-internal) | 97 * ido.el (ido-read-internal, ido-file-internal) |
94 (ido-copy-current-file-name, ido-wide-find-dirs-or-files): | 98 (ido-copy-current-file-name, ido-wide-find-dirs-or-files): |
95 Don't use `path' as name of local variables holding a file name. | 99 Don't use `path' as name of local variables holding a file name. |
96 | 100 |
97 * arc-mode.el (archive-arc-rename-entry): Fix error message. | 101 * arc-mode.el (archive-arc-rename-entry): Fix error message. |
98 (archive-lzh-summarize): Rename local var `path' to `dir'. | 102 (archive-lzh-summarize): Rename local var `path' to `dir'. |
107 | 111 |
108 * net/browse-url.el (browse-url-filename-alist): Doc fix. | 112 * net/browse-url.el (browse-url-filename-alist): Doc fix. |
109 | 113 |
110 2003-01-14 John Paul Wallington <jpw@shootybangbang.com> | 114 2003-01-14 John Paul Wallington <jpw@shootybangbang.com> |
111 | 115 |
112 * apropos.el (apropos): Restore autoload cookie. Fix typo in | 116 * apropos.el (apropos): Restore autoload cookie. Fix typo in |
113 "error retrieving function documentation" output. | 117 "error retrieving function documentation" output. |
114 | 118 |
115 2003-01-14 Kim F. Storm <storm@cua.dk> | 119 2003-01-14 Kim F. Storm <storm@cua.dk> |
116 | 120 |
117 * subr.el (process-put, process-get): New functions. | 121 * subr.el (process-put, process-get): New functions. |