*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sun, 1 May 2005 22:51:13 +0000 (22:51 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 1 May 2005 22:51:13 +0000 (22:51 +0000)
lisp/ChangeLog
src/ChangeLog

index 7e5d4ac..3a7e608 100644 (file)
@@ -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.
 
index 15671e0..073c9f0 100644 (file)
@@ -1,7 +1,12 @@
-2005-05-01  Kim F. Storm  <storm@cua.dk>
+2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
 
-       * 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  <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>