diff options
| -rw-r--r-- | etc/NEWS | 10 | ||||
| -rw-r--r-- | leim/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/ChangeLog | 22 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
4 files changed, 49 insertions, 3 deletions
| @@ -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 |
| 203 | it receives a request from emacsclient. | 203 | it 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. |
| 206 | been changed to reflect the one used in text-mode rather than the one | 206 | Emacs now signals an error if the same file is loaded with more |
| 207 | used in indented-text-mode. | 207 | than 3 levels of nesting. |
| 208 | |||
| 209 | ** The default values of paragraph-start and indent-line-function have | ||
| 210 | been changed to reflect those used in Text mode rather than those used | ||
| 211 | in 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' |
| 210 | property, `clone-indirect-buffer' signals an error if you use | 214 | property, `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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2001-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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-11-24 Richard M. Stallman <rms@gnu.org> | 23 | 2001-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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-11-24 Jason Rumney <jasonr@gnu.org> | 8 | 2001-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 |