Mercurial > emacs
comparison lisp/ChangeLog @ 64089:149c7b15b68e
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 04 Jul 2005 20:13:45 +0000 |
parents | e9ecdd073be3 |
children | cf2365ea417c 6c13700d1c13 |
comparison
equal
deleted
inserted
replaced
64088:6b665a797211 | 64089:149c7b15b68e |
---|---|
1 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive | |
4 filling from using prefix when filling a single-line docstring. | |
5 | |
6 * progmodes/flymake.el: Remove useless eval-when-compile. | |
7 | |
8 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction. | |
9 | |
1 2005-07-04 Richard M. Stallman <rms@gnu.org> | 10 2005-07-04 Richard M. Stallman <rms@gnu.org> |
2 | 11 |
3 * textmodes/org.el (org-file-apps-defaults-gnu): | 12 * textmodes/org.el (org-file-apps-defaults-gnu): |
4 Renamed from org-file-apps-defaults-linux. | 13 Rename from org-file-apps-defaults-linux. |
5 (org-default-apps): Don't test system-type for `linux'. | 14 (org-default-apps): Don't test system-type for `linux'. |
6 (org-file-apps): Doc fix. | 15 (org-file-apps): Doc fix. |
7 | 16 |
8 2005-07-04 David Ponce <david@dponce.com> | 17 2005-07-04 David Ponce <david@dponce.com> |
9 | 18 |
43 | 52 |
44 * textmodes/org.el: Leading space replaced by TABS. | 53 * textmodes/org.el: Leading space replaced by TABS. |
45 (org-recalc-marks, org-table-rotate-recalc-marks) | 54 (org-recalc-marks, org-table-rotate-recalc-marks) |
46 (org-table-get-specials): Treat "^" and "_" marks. | 55 (org-table-get-specials): Treat "^" and "_" marks. |
47 (org-table-justify-field-maybe): Optional argument NEW. | 56 (org-table-justify-field-maybe): Optional argument NEW. |
48 (org-table-eval-formula): Parsing of the format simplified. New | 57 (org-table-eval-formula): Parsing of the format simplified. |
49 modes C,I. Honor the %= parameter in the current table. Avoid | 58 New modes C,I. Honor the %= parameter in the current table. |
50 unnecessary re-align by using the NEW argument to | 59 Avoid unnecessary re-align by using the NEW argument to |
51 `org-table-justify-field-maybe'. | 60 `org-table-justify-field-maybe'. |
52 (org-calc-default-modes): Default for date-format mimicks | 61 (org-calc-default-modes): Default for date-format mimicks org-mode. |
53 org-mode. | 62 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command. |
54 (org-agenda, org-timeline): Quote argument in | |
55 `org-agenda-redo-command'. | |
56 | 63 |
57 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | 64 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> |
58 | 65 |
59 * cus-face.el (custom-theme-set-faces): Make it handle face | 66 * cus-face.el (custom-theme-set-faces): Make it handle face |
60 aliases whose alias declarations are pre- or autoloaded. | 67 aliases whose alias declarations are pre- or autoloaded. |
229 Then alter it here instead. | 236 Then alter it here instead. |
230 (tpu-edt-off): Set global-map to the saved one. | 237 (tpu-edt-off): Set global-map to the saved one. |
231 | 238 |
232 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted. | 239 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted. |
233 All references simplified. | 240 All references simplified. |
234 (tpu-lucid-emacs-p): Renamed from tpu-lucid-emacs19-p. Uses changed. | 241 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed. |
235 (zmacs-regions): Add defvar. | 242 (zmacs-regions): Add defvar. |
236 (repeat-complex-command-map): Everything about that deleted. | 243 (repeat-complex-command-map): Everything about that deleted. |
237 | 244 |
238 * textmodes/artist.el (artist-key-is-drawing) | 245 * textmodes/artist.el (artist-key-is-drawing) |
239 (artist-key-endpoint1, artist-key-poly-point-list) | 246 (artist-key-endpoint1, artist-key-poly-point-list) |
250 | 257 |
251 * mail/supercite.el (filladapt-prefix-table): Add defvar. | 258 * mail/supercite.el (filladapt-prefix-table): Add defvar. |
252 | 259 |
253 * mail/rmailsum.el (rmail-summary-redo): Add defvar. | 260 * mail/rmailsum.el (rmail-summary-redo): Add defvar. |
254 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up. | 261 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up. |
255 (rmail-new-summary-line-count): Renamed from new-summary-line-count. | 262 (rmail-new-summary-line-count): Rename from new-summary-line-count. |
256 Add defvar. | 263 Add defvar. |
257 (rmail-summary-beginning-of-message): Use with-no-warnings. | 264 (rmail-summary-beginning-of-message): Use with-no-warnings. |
258 (rmail-summary-first-message, rmail-summary-last-message): Likewise. | 265 (rmail-summary-first-message, rmail-summary-last-message): Likewise. |
259 | 266 |
260 * emulation/vip.el (vip-replace-string, ex-map, ex-read): | 267 * emulation/vip.el (vip-replace-string, ex-map, ex-read): |