]> git.eshelyaron.com Git - emacs.git/commitdiff
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 9aeb17bd035c8ce06ad53ee581517f6b57ea2dc3..ca55d3c05fa32395040eee9115d99a34f8bc0638 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 e8e02c1136f6f86c2b4b0cd03071320377cd8229..16d70d42973e945a167eb93a1a0c472f37bee647 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 14ac0aa89dcbc7fff47f57c00e907aaa8b00cfef..a0ebd45bfd219d439ba04c8ba41854b09f8753f2 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 2650b4717ba3bd96abf0616acdaa17305886db4f..c16aba8a49ef0fa48c2a473bdd5f238dfbd4324e 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 b3b5f3371f75589507178c5e1aac49c00b14a0c2..8177bea8a4513d039628e0cb9f423cc2962a8059 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 2d881355f380786ab50a40a7a300d9422254c2ec..94e08ccc4cad2b212acd09de36c8d234e7588f33 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>