diff options
| author | Stefan Monnier | 2004-01-21 19:36:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-21 19:36:00 +0000 |
| commit | 438fc6c0c090e041fdfc1cac31ba99942c9248c8 (patch) | |
| tree | 7c1a7d5fd1cd6ae6a0afe0c8d964e8a4276f3059 | |
| parent | 1b35bdf447d1774f08b33845b4b43d3d5a3b1a37 (diff) | |
| download | emacs-438fc6c0c090e041fdfc1cac31ba99942c9248c8.tar.gz emacs-438fc6c0c090e041fdfc1cac31ba99942c9248c8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 745c62829b9..1fd65e5d3cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,6 +18,11 @@ | |||
| 18 | 18 | ||
| 19 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 20 | 20 | ||
| 21 | * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work. | ||
| 22 | (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. | ||
| 23 | (vc-mcvs-cvs): Remove. | ||
| 24 | (vc-mcvs-command): Remove use of assert. | ||
| 25 | |||
| 21 | * outline.el (outline-insert-heading): Tighten up match. | 26 | * outline.el (outline-insert-heading): Tighten up match. |
| 22 | (outline-demote, outline-move-subtree-down): Don't assume anything | 27 | (outline-demote, outline-move-subtree-down): Don't assume anything |
| 23 | about outline-regexp. | 28 | about outline-regexp. |
| @@ -266,7 +271,7 @@ | |||
| 266 | 271 | ||
| 267 | * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. | 272 | * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. |
| 268 | 273 | ||
| 269 | * emacs-lisp/lisp-mnt.el (lm-section-end): require outline. | 274 | * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline. |
| 270 | 275 | ||
| 271 | * progmodes/grep.el (grep-mode-map): | 276 | * progmodes/grep.el (grep-mode-map): |
| 272 | Don't remap next-line, previous-line. | 277 | Don't remap next-line, previous-line. |
diff --git a/src/ChangeLog b/src/ChangeLog index 59087a50bb1..4fba5e166b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. | ||
| 4 | |||
| 1 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * lisp.h: Add undef DECL_ALIGN. | 7 | * lisp.h: Add undef DECL_ALIGN. |