diff options
| author | Kim F. Storm | 2005-04-08 07:45:43 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-08 07:45:43 +0000 |
| commit | 9ba27690ae44fb6fba3140037271c2d21dc7c97f (patch) | |
| tree | 6985dc393880bfacd5431ab8e3e539f28c0ab0f8 | |
| parent | c09b2b56d2562d2e31c0771d9d6c4bec0a8f0c22 (diff) | |
| download | emacs-9ba27690ae44fb6fba3140037271c2d21dc7c97f.tar.gz emacs-9ba27690ae44fb6fba3140037271c2d21dc7c97f.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1192d7cc35b..ec60d4add5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-08 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>". | ||
| 4 | |||
| 1 | 2005-04-06 Kim F. Storm <storm@cua.dk> | 5 | 2005-04-06 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones. | 7 | * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones. |
| @@ -2877,7 +2881,7 @@ | |||
| 2877 | 2881 | ||
| 2878 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | 2882 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. |
| 2879 | 2883 | ||
| 2880 | 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> | 2884 | 2004-10-21 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> |
| 2881 | 2885 | ||
| 2882 | * xterm.h (x_output): New member `xic_base_fontname'. | 2886 | * xterm.h (x_output): New member `xic_base_fontname'. |
| 2883 | (FRAME_XIC_BASE_FONTNAME): New macro. | 2887 | (FRAME_XIC_BASE_FONTNAME): New macro. |
| @@ -4158,7 +4162,7 @@ | |||
| 4158 | * keyboard.c (cmd_error): Don't call any_kboard_state | 4162 | * keyboard.c (cmd_error): Don't call any_kboard_state |
| 4159 | if inside a recursive edit level. | 4163 | if inside a recursive edit level. |
| 4160 | 4164 | ||
| 4161 | 2004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu> | 4165 | 2004-06-13 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> |
| 4162 | 4166 | ||
| 4163 | * keyboard.c (command_loop): Call any_kboard_state before | 4167 | * keyboard.c (command_loop): Call any_kboard_state before |
| 4164 | command_loop_2 when at top level. | 4168 | command_loop_2 when at top level. |