aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-05-01 22:51:13 +0000
committerNick Roberts <[email protected]>2005-05-01 22:51:13 +0000
commitb161ea4eea382793ad019735ce6c6c7b3f6f8179 (patch)
tree77d03af1f1a455fcda6e5225de2db83f1b3feb7d
parent1934f5299945dd37028d72c8e07f8d67e0237cb1 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog11
2 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e5d4ac014..3a7e608ef3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,8 @@
2005-05-02 Nick Roberts <[email protected]>
+ * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
+
* international/mule-util.el (truncate-string): Remove alias and
obsolete declaration.
diff --git a/src/ChangeLog b/src/ChangeLog
index 15671e0b38..073c9f07e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,12 @@
-2005-05-01 Kim F. Storm <[email protected]>
+2005-05-02 Nick Roberts <[email protected]>
- * xdisp.c (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
- This may happen if last glyphs was an image or stretch glyph.
+ * charset.c (Fchars_in_region): Remove as obsolete.
+
+005-05-01 Kim F. Storm <[email protected]>
+
+ * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
+ TO_CHARPOS. This may happen if last glyphs was an image or stretch
+ glyph.
2005-05-01 Luc Teirlinck <[email protected]>