changeset 55093:f849da3c5bb4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Apr 2004 00:25:28 +0000
parents 9077e3f7cd49
children 450b41d3c078
files leim/ChangeLog lib-src/ChangeLog lisp/ChangeLog lispintro/ChangeLog lispref/ChangeLog man/ChangeLog nt/ChangeLog src/ChangeLog
diffstat 8 files changed, 46 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/leim/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-09  Andrew Innes  <andrewi@gnu.org>
 
 	* makefile.w32-in (distclean clean): Remove nmake specific
@@ -31,7 +35,7 @@
 2004-01-22  Ognyan Kulev  <ogi@fmi.uni-sofia.bg>  (tiny change)
 
 	* quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
-	Duplicated entry removed.
+	Duplicate entry removed.
 	("bulgarian-bds"): Docstring fixed.
 
 2003-10-06  Dave Love  <fx@gnu.org>
@@ -52,7 +56,7 @@
 
 2003-07-21  KAWABATA, Taichi  <kawabata@m17n.org>
 
-	* quail/indian.el (quail-indian-update-translation): Adjusted the
+	* quail/indian.el (quail-indian-update-translation): Adjust the
 	behaviour according to the change of quail-translate-key.
 
 2003-05-22  Kenichi Handa  <handa@m17n.org>
@@ -71,11 +75,11 @@
 
 2003-02-27  David Kastrup  <dak@gnu.org>
 
-	* quail/greek.el (greek-babel): add koronis transliteration.
+	* quail/greek.el (greek-babel): Add koronis transliteration.
 
 2003-02-23  David Kastrup  <dak@gnu.org>
 
-	* quail/greek.el (greek-babel): fix <' accent.
+	* quail/greek.el (greek-babel): Fix <' accent.
 
 2003-02-17  Dave Love  <fx@gnu.org>
 
@@ -89,7 +93,7 @@
 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
 
 	* quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
-	(bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans)
+	(bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
 	(malayalam-itrans, tamil-itrans): New ITRANS based input methods.
 	(punjabi-inscript, gujarati-inscript, oriya-inscript)
 	(bengali-inscript, assamese-inscript, telugu-inscript)
@@ -104,7 +108,7 @@
 
 2003-02-05  David Kastrup  <dak@gnu.org>
 
-	* quail/greek.el: fix iota accent typos in greek-babel
+	* quail/greek.el: Fix iota accent typos in greek-babel
 	encoding.
 
 2003-01-05  Dave Love  <fx@gnu.org>
@@ -234,8 +238,8 @@
 
 2002-01-07  Jaeyoun Chung  <jay@kldp.org>
 
-	* quail/hangul.el: removed key sequence mapping for O[rsfaqtTd].
-	Not used for Korean Hangul Type 2. (request from emacs-kr mailing
+	* quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
+	Not used for Korean Hangul Type 2 (request from emacs-kr mailing
 	list).
 
 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
@@ -282,7 +286,7 @@
 
 2001-12-03  Jaeyoun Chung  <jay@kldp.org>
 
-	* quail/hangul3.el: Added a few convenient composing sequences for
+	* quail/hangul3.el: Add a few convenient composing sequences for
 	Korean keyboard type 3 users.
 
 2001-11-29  Dave Love  <fx@gnu.org>
@@ -293,7 +297,7 @@
 
 2001-11-28  Juanma Barranquero  <lektu@terra.es>
 
-	* makefile.w32-in (INDIAN): Adjusted for the file name change;
+	* makefile.w32-in (INDIAN): Adjust for the file name change;
 	quail/devanagari.elc -> quail/indian.elc.
 
 	* makefile.nt (INDIAN): Likewise.
--- a/lib-src/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/lib-src/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-17  Paul Eggert  <eggert@gnu.org>
 
 	* rcs2log (Help): Clarify wording of the usage message.
--- a/lisp/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/lisp/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* diff-mode.el (diff-next-error): New fun.
--- a/lispintro/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/lispintro/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-02-29  Juanma Barranquero  <lektu@terra.es>
 
 	* makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
--- a/lispref/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/lispref/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
 
 	* tips.texi (Coding Conventions): defopt -> defcustom.
--- a/man/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/man/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-18  Juri Linkov  <juri@jurta.org>
 
 	* fixit.texi (Spelling): Remove file extension from ispell xref.
--- a/nt/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/nt/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -2,6 +2,7 @@
 
 	* nmake.defs:
 	* gmake.defs:
+	* makefile.w32-in:
 	* makefile.def:
 	* makefile.nt: Add "-*- makefile -*-" mode tag.
 
--- a/src/ChangeLog	Fri Apr 23 00:24:35 2004 +0000
+++ b/src/ChangeLog	Fri Apr 23 00:25:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
@@ -8559,16 +8563,16 @@
 2002-07-11  Juanma Barranquero  <lektu@terra.es>
 
 	* alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
-	* composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
-	* fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
-	* macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
-	* textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
-	* xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
+	composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
+	fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
+	macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
+	textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
+	xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
 
 2002-07-10  Juanma Barranquero  <lektu@terra.es>
 
-	* lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
-	changed.
+	* lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
+	All callers changed.
 
 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>