# HG changeset patch # User Richard M. Stallman # Date 1006656157 0 # Node ID 41ef4373121eba7cc57344b70fe6604172017f07 # Parent a43bf477cba797e992422c3ca0ecdf8550e2b7e5 *** empty log message *** diff -r a43bf477cba7 -r 41ef4373121e etc/NEWS --- a/etc/NEWS Sun Nov 25 02:41:14 2001 +0000 +++ b/etc/NEWS Sun Nov 25 02:42:37 2001 +0000 @@ -202,9 +202,13 @@ ** emacsserver now runs pre-command-hook and post-command-hook when it receives a request from emacsclient. -** The default value of paragraph-start and indent-line-function has -been changed to reflect the one used in text-mode rather than the one -used in indented-text-mode. +** The variable `recursive-load-depth-limit' has been deleted. +Emacs now signals an error if the same file is loaded with more +than 3 levels of nesting. + +** The default values of paragraph-start and indent-line-function have +been changed to reflect those used in Text mode rather than those used +in Indented-Text mode. ** If a major mode function has a non-nil `no-clone-indirect' property, `clone-indirect-buffer' signals an error if you use diff -r a43bf477cba7 -r 41ef4373121e leim/ChangeLog --- a/leim/ChangeLog Sun Nov 25 02:41:14 2001 +0000 +++ b/leim/ChangeLog Sun Nov 25 02:42:37 2001 +0000 @@ -1,3 +1,16 @@ +2001-11-21 KAWABATA, Taichi + + * quail/devanagari.el: Renamed to indian.el. + + * quail/indian.el: Renamed from devanagari.el, and completely + re-written. The input method devanagari-hindi-transliteration is + merged with devanagari-itrans, devanagari-keyboard-a is renamed to + devanagari-inscript, devanagari-transliteration is renamed to + devanagari-kyoto-harvard. + + * Makefile.in: Adjusted for the file name change; + quail/devanagari.elc -> quail/indian.elc. + 2001-11-06 Eli Zaretskii * quail/welsh.el: Avoid an error message due to a commented-out diff -r a43bf477cba7 -r 41ef4373121e lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 25 02:41:14 2001 +0000 +++ b/lisp/ChangeLog Sun Nov 25 02:42:37 2001 +0000 @@ -1,3 +1,25 @@ +2001-11-24 KAWABATA, Taichi + + The following changes are for new indian languages support based + on Unicode charset and CDAC fonts. + + * international/mule-conf.el: Change indian-1-column charset to + indian-glyph charset. + + * international/characters.el: Adjusted for the change of + indian-1-column -> indian-glyph. + + * international/fontset.el: Delete the setting for indian-1-column + and add the setting for indian-glyph in the default fontset. + + * language/indian.el: Completely re-written. + + * language/devanagari.el: Completely re-written. + + * language/devan-util.el: Completely re-written. + + * language/ind-util.el: New file. + 2001-11-24 Richard M. Stallman * startup.el (command-line-1): Don't do startup screen diff -r a43bf477cba7 -r 41ef4373121e src/ChangeLog --- a/src/ChangeLog Sun Nov 25 02:41:14 2001 +0000 +++ b/src/ChangeLog Sun Nov 25 02:42:37 2001 +0000 @@ -1,3 +1,10 @@ +2001-11-24 Richard M. Stallman + + * lread.c (Fload): Detect recursive load error for more than 3 + nestings of the same file. + (Vrecursive_load_depth_limit): Variable deleted. + (syms_of_lread) : Variable deleted. + 2001-11-24 Jason Rumney * xfns.c (compute_tip_xy): Initialize root_x and root_y from