changeset 62000:b5861a852e49

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 01 May 2005 22:51:13 +0000
parents b8e64f81f45f
children 1650d8cea39e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 01 22:33:57 2005 +0000
+++ b/lisp/ChangeLog	Sun May 01 22:51:13 2005 +0000
@@ -4,6 +4,8 @@
 
 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
 
+	* progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
+
 	* international/mule-util.el (truncate-string): Remove alias and
 	obsolete declaration.
 
--- a/src/ChangeLog	Sun May 01 22:33:57 2005 +0000
+++ b/src/ChangeLog	Sun May 01 22:51:13 2005 +0000
@@ -1,7 +1,12 @@
-2005-05-01  Kim F. Storm  <storm@cua.dk>
-
-	* 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-02  Nick Roberts  <nickrob@snap.net.nz>
+
+	* charset.c (Fchars_in_region): Remove as obsolete.
+
+005-05-01  Kim F. Storm  <storm@cua.dk>
+
+	* 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  <teirllm@auburn.edu>