changeset 100467:1e274138c4bf

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 17 Dec 2008 15:25:54 +0000
parents c20359810a75
children 78ef07127814
files admin/ChangeLog lib-src/ChangeLog lisp/gnus/ChangeLog nt/ChangeLog src/ChangeLog test/ChangeLog
diffstat 6 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/admin/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/admin/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -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>
 
--- a/lib-src/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/lib-src/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -2,9 +2,10 @@
 
 	* emacsclient.c: Include syswait.h instead of sys/types.h.
 
-2008-12-11  dhruva <dhruvakm@gmail.com> (tiny change)
-
-	* emacsclient.c (WCONTINUED): New compatibility define for older systems.
+2008-12-11  dhruva  <dhruvakm@gmail.com>  (tiny change)
+
+	* emacsclient.c (WCONTINUED): New compatibility define
+	for older systems.
 
 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
--- a/lisp/gnus/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/lisp/gnus/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -2295,7 +2295,7 @@
 	* 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.
--- a/nt/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/nt/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -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>
 
--- a/src/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/src/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -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>
 
--- a/test/ChangeLog	Wed Dec 17 14:41:44 2008 +0000
+++ b/test/ChangeLog	Wed Dec 17 15:25:54 2008 +0000
@@ -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>