diff options
| author | Pavel Janík | 2002-04-29 09:27:57 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-29 09:27:57 +0000 |
| commit | e656fc9d38c9f7fcd6d7466fec1fadc1ef9f75d0 (patch) | |
| tree | db8240b4f60508fdbbe650b8bb95c35ed541b8d4 | |
| parent | b1d1e9389ca0cf7bffd7f307c7126a27b1999f36 (diff) | |
| download | emacs-e656fc9d38c9f7fcd6d7466fec1fadc1ef9f75d0.tar.gz emacs-e656fc9d38c9f7fcd6d7466fec1fadc1ef9f75d0.zip | |
*** empty log message ***
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 17 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 66cae28d6c0..6a2f0d790b3 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au> | ||
| 2 | |||
| 3 | * quail/vntelex.el: Use proper charset. | ||
| 4 | |||
| 1 | 2002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr> | 5 | 2002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr> |
| 2 | 6 | ||
| 3 | * quail/hanja.el ("Od"): Remove rule. | 7 | * quail/hanja.el ("Od"): Remove rule. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86f429158c5..5a29fe6621f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | * filesets.el (filesets-data): Doc fix. | 11 | * filesets.el (filesets-data): Doc fix. |
| 12 | (filesets-running-xemacs): Define even when compiling. | 12 | (filesets-running-xemacs): Define even when compiling. |
| 13 | 13 | ||
| 14 | * recentf.el (recentf-cancel-dialog): Remove dot at the end of | ||
| 15 | sentence. | ||
| 16 | |||
| 14 | 2002-04-29 Stefan Monnier <monnier@cs.yale.edu> | 17 | 2002-04-29 Stefan Monnier <monnier@cs.yale.edu> |
| 15 | 18 | ||
| 16 | * textmodes/fill.el (fill-context-prefix): Fix last change with | 19 | * textmodes/fill.el (fill-context-prefix): Fix last change with |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 3ead711d797..b142aa10665 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * xlwmenu.c <XtNmargin, XtNverticalSpacing, XmNshadowThickness>: | ||
| 4 | Change default values. | ||
| 5 | |||
| 1 | 2002-04-28 Jan D. <jan.h.d@swipnet.se> | 6 | 2002-04-28 Jan D. <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xlwmenu.c: Do not grab keyboard if installation-directory is | 8 | * xlwmenu.c: Do not grab keyboard if installation-directory is |
diff --git a/src/ChangeLog b/src/ChangeLog index 7eb47dac606..d51a24e53f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN) | ||
| 4 | (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values. | ||
| 5 | |||
| 1 | 2002-04-28 Richard M. Stallman <rms@gnu.org> | 6 | 2002-04-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp. | 8 | * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp. |