emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 04 Mar 2008 10:29:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/03/04 10:29:48

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6230
retrieving revision 1.6231
diff -u -b -r1.6230 -r1.6231
--- ChangeLog   3 Mar 2008 22:29:12 -0000       1.6230
+++ ChangeLog   4 Mar 2008 10:29:47 -0000       1.6231
@@ -1,3 +1,7 @@
+2008-03-04  Juanma Barranquero  <address@hidden>
+
+       * .cvsignore: Add oo.
+
 2008-03-03  Andreas Schwab  <address@hidden>
 
        * coding.c (decode_coding_object): Inhibit gap shrinking while
@@ -6,7 +10,7 @@
 2008-03-03  Dan Nicolaescu  <address@hidden>
 
        * w32term.c: Remove unused include "gnu.h".
-       * makefile.w32-in (w32term.o): Don't depend on gnu.h
+       * makefile.w32-in (w32term.o): Don't depend on gnu.h.
 
        * gnu.h: Rename to ...
        * emacs-icon.h: ... this.
@@ -687,7 +691,7 @@
 
 2008-02-07  Jim Meyering  <address@hidden>
 
-       Use "do...while (0)", not "if (1)..else" in macro definitions.
+       Use "do...while (0)", not "if (1)...else" in macro definitions.
        The latter provokes a warning from gcc about the empty else, when
        followed by ";".  Also, without that trailing semicolon, it would
        silently swallow up any following statement.
@@ -1259,7 +1263,7 @@
 2008-02-01  CHENG Gao  <address@hidden>  (tiny change)
 
        * frame.c (Fdelete_frame): Call font_update_drivers only when
-       USE_FONT_BACKEND is defined..
+       USE_FONT_BACKEND is defined.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -1567,13 +1571,13 @@
 
        * w32font.c (w32font_close): Delete the GDI font object.
 
-       * w32menu.c: Include character.h
+       * w32menu.c: Include character.h.
 
        * w32proc.c: Likewise.
 
        * w32select.c: Likewise.
 
-       * makefile.w32-in (w32proc.o): Depend on character.h
+       * makefile.w32-in (w32proc.o): Depend on character.h.
 
 2008-02-01  Jason Rumney  <address@hidden>
 
@@ -1699,7 +1703,7 @@
        Remove redundant loop and allocation.
 
        * makefile.w32-in (font.o, w32font.o): New objects.
-       (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h
+       (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
        (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
 
        * xdisp.c (fill_composite_glyph_string): Make the first arg to
@@ -1758,7 +1762,7 @@
        (reorder_font_vector): Check contents of font_def.
 
        * font.c (struct otf_list): Delete it.
-       (otf_list): Make it a lisp variable..
+       (otf_list): Make it a lisp variable.
        (otf_open): Use lispy otf_list.
        (generate_otf_features): Rename from parse_gsub_gpos_spec.
        (check_otf_features): New function.
@@ -3281,7 +3285,7 @@
        * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
 
        * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
-       (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte..
+       (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -5112,7 +5116,7 @@
 
 2008-02-01  Dave Love  <address@hidden>
 
-       * Makefile.in (chartab.o): Depend on charset.h
+       * Makefile.in (chartab.o): Depend on charset.h.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -6603,7 +6607,7 @@
 
        * lisp.h (enum pvec_type): New tag PVEC_OTHER.
        (allocate_pseudovector): Declare.
-       (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
+       (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
 
 2007-11-15  Andreas Schwab  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]