From: Stefan Monnier Date: Wed, 21 Jan 2004 19:36:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7856 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=438fc6c0c090e041fdfc1cac31ba99942c9248c8;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 745c62829b9..1fd65e5d3cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -18,6 +18,11 @@ 2004-01-20 Stefan Monnier + * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work. + (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. + (vc-mcvs-cvs): Remove. + (vc-mcvs-command): Remove use of assert. + * outline.el (outline-insert-heading): Tighten up match. (outline-demote, outline-move-subtree-down): Don't assume anything about outline-regexp. @@ -266,7 +271,7 @@ * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. - * emacs-lisp/lisp-mnt.el (lm-section-end): require outline. + * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline. * progmodes/grep.el (grep-mode-map): 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 @@ +2004-01-21 Stefan Monnier + + * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. + 2004-01-21 Jan Dj,Ad(Brv * lisp.h: Add undef DECL_ALIGN.