aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS10
-rw-r--r--leim/ChangeLog13
-rw-r--r--lisp/ChangeLog22
-rw-r--r--src/ChangeLog7
4 files changed, 49 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 47141120a66..262d8e78098 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -202,9 +202,13 @@ called to print the entries' values. It default to `princ'.
202** emacsserver now runs pre-command-hook and post-command-hook when 202** emacsserver now runs pre-command-hook and post-command-hook when
203it receives a request from emacsclient. 203it receives a request from emacsclient.
204 204
205** The default value of paragraph-start and indent-line-function has 205** The variable `recursive-load-depth-limit' has been deleted.
206been changed to reflect the one used in text-mode rather than the one 206Emacs now signals an error if the same file is loaded with more
207used in indented-text-mode. 207than 3 levels of nesting.
208
209** The default values of paragraph-start and indent-line-function have
210been changed to reflect those used in Text mode rather than those used
211in Indented-Text mode.
208 212
209** If a major mode function has a non-nil `no-clone-indirect' 213** If a major mode function has a non-nil `no-clone-indirect'
210property, `clone-indirect-buffer' signals an error if you use 214property, `clone-indirect-buffer' signals an error if you use
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 815f642c561..23922eff67c 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,16 @@
12001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2
3 * quail/devanagari.el: Renamed to indian.el.
4
5 * quail/indian.el: Renamed from devanagari.el, and completely
6 re-written. The input method devanagari-hindi-transliteration is
7 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
8 devanagari-inscript, devanagari-transliteration is renamed to
9 devanagari-kyoto-harvard.
10
11 * Makefile.in: Adjusted for the file name change;
12 quail/devanagari.elc -> quail/indian.elc.
13
12001-11-06 Eli Zaretskii <eliz@is.elta.co.il> 142001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
2 15
3 * quail/welsh.el: Avoid an error message due to a commented-out 16 * quail/welsh.el: Avoid an error message due to a commented-out
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca5e9ce188b..7502e811211 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2
3 The following changes are for new indian languages support based
4 on Unicode charset and CDAC fonts.
5
6 * international/mule-conf.el: Change indian-1-column charset to
7 indian-glyph charset.
8
9 * international/characters.el: Adjusted for the change of
10 indian-1-column -> indian-glyph.
11
12 * international/fontset.el: Delete the setting for indian-1-column
13 and add the setting for indian-glyph in the default fontset.
14
15 * language/indian.el: Completely re-written.
16
17 * language/devanagari.el: Completely re-written.
18
19 * language/devan-util.el: Completely re-written.
20
21 * language/ind-util.el: New file.
22
12001-11-24 Richard M. Stallman <rms@gnu.org> 232001-11-24 Richard M. Stallman <rms@gnu.org>
2 24
3 * startup.el (command-line-1): Don't do startup screen 25 * startup.el (command-line-1): Don't do startup screen
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b2b1a24775..7768bf18868 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12001-11-24 Richard M. Stallman <rms@gnu.org>
2
3 * lread.c (Fload): Detect recursive load error for more than 3
4 nestings of the same file.
5 (Vrecursive_load_depth_limit): Variable deleted.
6 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
7
12001-11-24 Jason Rumney <jasonr@gnu.org> 82001-11-24 Jason Rumney <jasonr@gnu.org>
2 9
3 * xfns.c (compute_tip_xy): Initialize root_x and root_y from 10 * xfns.c (compute_tip_xy): Initialize root_x and root_y from