changeset 53670:7a44a79b94b6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 21 Jan 2004 19:36:00 +0000
parents 2127bc33e972
children 12f934857d1b
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 21 19:32:49 2004 +0000
+++ b/lisp/ChangeLog	Wed Jan 21 19:36:00 2004 +0000
@@ -18,6 +18,11 @@
 
 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* 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.
--- a/src/ChangeLog	Wed Jan 21 19:32:49 2004 +0000
+++ b/src/ChangeLog	Wed Jan 21 19:36:00 2004 +0000
@@ -1,3 +1,7 @@
+2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
+
 2004-01-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* lisp.h: Add undef DECL_ALIGN.