Mercurial > emacs
comparison src/ChangeLog @ 71211:623f01d9e470
Mention `redisplay-dont-pause' in doc string of
`sit-for'.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Sun, 04 Jun 2006 15:07:25 +0000 |
parents | 727e23c24e03 |
children | a2e78f6a049e |
comparison
equal
deleted
inserted
replaced
71210:5288e792bb28 | 71211:623f01d9e470 |
---|---|
1 2006-06-04 David Kastrup <dak@gnu.org> | |
2 | |
3 * dispnew.c: Mention `redisplay-dont-pause' in doc string of | |
4 `sit-for'. | |
5 | |
1 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c. | 8 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c. |
4 | 9 |
5 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X. | 10 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X. |
8898 | 8903 |
8899 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8904 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
8900 | 8905 |
8901 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | 8906 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. |
8902 | 8907 |
8903 2004-10-21 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | 8908 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
8904 | 8909 |
8905 * xterm.h (x_output): New member `xic_base_fontname'. | 8910 * xterm.h (x_output): New member `xic_base_fontname'. |
8906 (FRAME_XIC_BASE_FONTNAME): New macro. | 8911 (FRAME_XIC_BASE_FONTNAME): New macro. |
8907 (xic_free_xfontset): Declare. | 8912 (xic_free_xfontset): Declare. |
8908 | 8913 |
9842 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | 9847 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> |
9843 | 9848 |
9844 * fileio.c (Fvisited_file_modtime): Return a list of two integers, | 9849 * fileio.c (Fvisited_file_modtime): Return a list of two integers, |
9845 instead of a cons. | 9850 instead of a cons. |
9846 | 9851 |
9847 2004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | 9852 2004-07-14 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
9848 | 9853 |
9849 * keyboard.c (echo_dash): Do nothing if there already is a dash | 9854 * keyboard.c (echo_dash): Do nothing if there already is a dash |
9850 at the end of the echo string. | 9855 at the end of the echo string. |
9851 | 9856 |
9852 2004-07-12 Kim F. Storm <storm@cua.dk> | 9857 2004-07-12 Kim F. Storm <storm@cua.dk> |
10179 Doc fix. | 10184 Doc fix. |
10180 | 10185 |
10181 * keyboard.c (cmd_error): Don't call any_kboard_state | 10186 * keyboard.c (cmd_error): Don't call any_kboard_state |
10182 if inside a recursive edit level. | 10187 if inside a recursive edit level. |
10183 | 10188 |
10184 2004-06-13 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | 10189 2004-06-13 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
10185 | 10190 |
10186 * keyboard.c (command_loop): Call any_kboard_state before | 10191 * keyboard.c (command_loop): Call any_kboard_state before |
10187 command_loop_2 when at top level. | 10192 command_loop_2 when at top level. |
10188 | 10193 |
10189 2004-06-13 Andreas Schwab <schwab@suse.de> | 10194 2004-06-13 Andreas Schwab <schwab@suse.de> |
10492 | 10497 |
10493 * process.c (wait_reading_process_input): Check connect_wait_mask | 10498 * process.c (wait_reading_process_input): Check connect_wait_mask |
10494 before actually accepting connection in case it has already been | 10499 before actually accepting connection in case it has already been |
10495 accepted due to recursion. | 10500 accepted due to recursion. |
10496 | 10501 |
10497 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | 10502 2004-05-23 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
10498 | 10503 |
10499 * coding.c (Fset_safe_terminal_coding_system_internal): | 10504 * coding.c (Fset_safe_terminal_coding_system_internal): |
10500 Set suppress_error in safe_terminal_coding, not terminal_coding. | 10505 Set suppress_error in safe_terminal_coding, not terminal_coding. |
10501 | 10506 |
10502 2004-05-22 Richard M. Stallman <rms@gnu.org> | 10507 2004-05-22 Richard M. Stallman <rms@gnu.org> |