diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efb792df4d6..2b0f6922ed6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c: Put empty line between comment and function body. | ||
| 4 | (xg_destroy_widgets): Renamed from remove_from_container. Just | ||
| 5 | destroy all widgets in list. Argument wcont removed. | ||
| 6 | (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets | ||
| 7 | instead of remove_from_container. | ||
| 8 | (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) | ||
| 9 | (free_frame_tool_bar): Add comment. | ||
| 10 | |||
| 11 | * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME | ||
| 12 | is not NULL before strcmp. | ||
| 13 | |||
| 14 | 2004-10-26 Kim F. Storm <storm@cua.dk> | ||
| 15 | |||
| 16 | * callint.c (Fcall_interactively): Add 'U' code to get the | ||
| 17 | up-event discarded by a previous 'k' or 'K' argument. | ||
| 18 | |||
| 19 | 2004-10-26 David Kastrup <dak@gnu.org> | ||
| 20 | |||
| 21 | * buffer.c (syms_of_buffer): Fix a few typos. | ||
| 22 | |||
| 23 | 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 24 | |||
| 25 | * xsmfns.c: Put empty line between comment and function body. | ||
| 26 | Use two spaces before comment end. | ||
| 27 | |||
| 28 | 2004-10-25 Kenichi Handa <handa@m17n.org> | ||
| 29 | |||
| 30 | * fontset.c (fontset_pattern_regexp): Optimize for the case that | ||
| 31 | PATTERN is full XLFD. | ||
| 32 | |||
| 33 | 2004-10-24 Kenichi Handa <handa@m17n.org> | ||
| 34 | |||
| 35 | * regex.h (enum reg_errcode_t): New value REG_ERANGEX. | ||
| 36 | |||
| 37 | * regex.c (re_error_msgid): Add an entry for REG_ERANGEX. | ||
| 38 | (regex_compile): Return REG_ERANGEX if appropriate. | ||
| 39 | |||
| 40 | 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 41 | |||
| 42 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | ||
| 43 | |||
| 1 | 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> | 44 | 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
| 2 | 45 | ||
| 3 | * xterm.h (x_output): New member `xic_base_fontname'. | 46 | * xterm.h (x_output): New member `xic_base_fontname'. |