aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-12-17 15:25:54 +0000
committerJuanma Barranquero <[email protected]>2008-12-17 15:25:54 +0000
commitd483550724c4d57d6c345e71146d2785963f3419 (patch)
treec506b5d6eafd4392744b545e95a4a3e9eac86459
parente6eee6aec1fb6f46c183fde2ca29cdb33cae2bf2 (diff)
Fix typos.
-rw-r--r--admin/ChangeLog2
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--nt/ChangeLog2
-rw-r--r--src/ChangeLog7
-rw-r--r--test/ChangeLog2
6 files changed, 10 insertions, 10 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 9aeb17bd03..ca55d3c05f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -33,7 +33,7 @@
2008-08-16 Jason Rumney <[email protected]>
- * 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 <[email protected]>
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e8e02c1136..16d70d4297 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -2,9 +2,10 @@
* emacsclient.c: Include syswait.h instead of sys/types.h.
-2008-12-11 dhruva <[email protected]> (tiny change)
+2008-12-11 dhruva <[email protected]> (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 <[email protected]>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 14ac0aa89d..a0ebd45bfd 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -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 <[email protected]>
+2007-10-08 Daiki Ueno <[email protected]>
* mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
ones returned from the verify-function.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 2650b4717b..c16aba8a49 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -72,7 +72,7 @@
2008-04-21 Jason Rumney <[email protected]>
* configure.bat (success): Print "make" rather than "gmake", as that
- is what MingW uses.
+ is what MinGW uses.
2008-04-11 Eli Zaretskii <[email protected]>
diff --git a/src/ChangeLog b/src/ChangeLog
index b3b5f3371f..8177bea8a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,7 +10,7 @@
* process.c: Include <limits.h>.
-2008-12-16 Chetan Pandya <[email protected]> (tiny change)
+2008-12-16 Chetan Pandya <[email protected]> (tiny change)
* font.c (font_update_drivers): Fix mistake in reconstructing the
driver list.
@@ -91,9 +91,8 @@
2008-12-11 Chong Yidong <[email protected]>
- * 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 <[email protected]>
diff --git a/test/ChangeLog b/test/ChangeLog
index 2d881355f3..94e08ccc4c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,6 @@
2008-11-30 Shigeru Fukaya <[email protected]>
- * bytecomp-testsuite.el: New file,
+ * bytecomp-testsuite.el: New file.
2008-10-31 Ulf Jasper <[email protected]>