diff options
| author | Miles Bader | 2004-10-27 05:42:04 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-10-27 05:42:04 +0000 |
| commit | e0da2cddda8d2244be17fe33fd3130af8c8041c8 (patch) | |
| tree | 4f29220860cddf776e784932fde024d8ca03c802 /src/ChangeLog | |
| parent | 69c48766bbee2af7643b8995213120216b26a73e (diff) | |
| parent | e65837df545fcf0791b3c8db27186e605cf89538 (diff) | |
| download | emacs-e0da2cddda8d2244be17fe33fd3130af8c8041c8.tar.gz emacs-e0da2cddda8d2244be17fe33fd3130af8c8041c8.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-634
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-639
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-641
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
Update from CVS
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'. |