Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Dec 2008 15:25:54 +0000 (15:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Dec 2008 15:25:54 +0000 (15:25 +0000)
admin/ChangeLog
lib-src/ChangeLog
lisp/gnus/ChangeLog
nt/ChangeLog
src/ChangeLog
test/ChangeLog

index 9aeb17b..ca55d3c 100644 (file)
@@ -33,7 +33,7 @@
 
 2008-08-16  Jason Rumney  <jasonr@gnu.org>
 
-       * admin.el (set-version): Set version in nt/emacsclient.rc
+       * admin.el (set-version): Set version in nt/emacsclient.rc.
 
 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
 
index e8e02c1..16d70d4 100644 (file)
@@ -2,9 +2,10 @@
 
        * emacsclient.c: Include syswait.h instead of sys/types.h.
 
-2008-12-11  dhruva <dhruvakm@gmail.com> (tiny change)
+2008-12-11  dhruva  <dhruvakm@gmail.com>  (tiny change)
 
-       * emacsclient.c (WCONTINUED): New compatibility define for older systems.
+       * emacsclient.c (WCONTINUED): New compatibility define
+       for older systems.
 
 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
index 14ac0aa..a0ebd45 100644 (file)
        * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
        Fix comment about "iso8859-1".
 
-2007-10-08   Daiki Ueno  <ueno@unixuser.org>
+2007-10-08  Daiki Ueno  <ueno@unixuser.org>
 
        * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
        ones returned from the verify-function.
index 2650b47..c16aba8 100644 (file)
@@ -72,7 +72,7 @@
 2008-04-21  Jason Rumney  <jasonr@gnu.org>
 
        * configure.bat (success): Print "make" rather than "gmake", as that
-       is what MingW uses.
+       is what MinGW uses.
 
 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
 
index b3b5f33..8177bea 100644 (file)
@@ -10,7 +10,7 @@
 
        * process.c: Include <limits.h>.
 
-2008-12-16   Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
+2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
 
        * font.c (font_update_drivers): Fix mistake in reconstructing the
        driver list.
@@ -91,9 +91,8 @@
 
 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
 
-       * term.c (tty_free_frame_resources): Renamed from
-       delete_tty_output; all callers changed.  Call free_frame_faces to
-       free the face cache.
+       * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
+       all callers changed.  Call free_frame_faces to free the face cache.
 
 2008-12-11  Jason Rumney  <jasonr@gnu.org>
 
index 2d88135..94e08cc 100644 (file)
@@ -1,6 +1,6 @@
 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
 
-       * bytecomp-testsuite.el: New file,
+       * bytecomp-testsuite.el: New file.
 
 2008-10-31  Ulf Jasper  <ulf@web.de>