diff options
author | Kim F. Storm <storm@cua.dk> | 2005-04-08 07:45:43 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-04-08 07:45:43 +0000 |
commit | 9ba27690ae44fb6fba3140037271c2d21dc7c97f (patch) | |
tree | 6985dc393880bfacd5431ab8e3e539f28c0ab0f8 | |
parent | c09b2b56d2562d2e31c0771d9d6c4bec0a8f0c22 (diff) | |
download | emacs-9ba27690ae44fb6fba3140037271c2d21dc7c97f.tar.gz emacs-9ba27690ae44fb6fba3140037271c2d21dc7c97f.tar.bz2 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 @@ +2005-04-08 Kim F. Storm <storm@cua.dk> + + * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>". + 2005-04-06 Kim F. Storm <storm@cua.dk> * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones. @@ -2877,7 +2881,7 @@ * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. -2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> +2004-10-21 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> * xterm.h (x_output): New member `xic_base_fontname'. (FRAME_XIC_BASE_FONTNAME): New macro. @@ -4158,7 +4162,7 @@ * keyboard.c (cmd_error): Don't call any_kboard_state if inside a recursive edit level. -2004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu> +2004-06-13 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> * keyboard.c (command_loop): Call any_kboard_state before command_loop_2 when at top level. |