]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 7e5d4ac0148d273632e2bd542201294aec9b2445..3a7e608ef302933b6c34c664af2ed34ec453ba12 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 15671e0b38a0ba9fcbc516cdaa48d1ed48094a41..073c9f07e3e27e834657abd66497d4da2ff12817 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>