diff options
| author | Juanma Barranquero | 2005-05-06 23:10:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-06 23:10:10 +0000 |
| commit | d5fb8dabeb278181c1ec5b47d41c97b7c98214ad (patch) | |
| tree | 28e29cbfd162a72aff5ef80eb0c4922676e7fcb5 /src | |
| parent | e475c66a1e0dd017ef9467f0d63d80b00f5fa780 (diff) | |
| download | emacs-d5fb8dabeb278181c1ec5b47d41c97b7c98214ad.tar.gz emacs-d5fb8dabeb278181c1ec5b47d41c97b7c98214ad.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b5a0a2d6220..36741dfd845 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-05-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * fns.c (Fchar_table_range): Fix typos in docstring. | ||
| 4 | |||
| 1 | 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. | 7 | * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. |
| @@ -1137,7 +1141,7 @@ | |||
| 1137 | * xdisp.c (init_from_display_pos): Don't read past end of | 1141 | * xdisp.c (init_from_display_pos): Don't read past end of |
| 1138 | it->overlay_strings array. | 1142 | it->overlay_strings array. |
| 1139 | 1143 | ||
| 1140 | 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change) | 1144 | 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change) |
| 1141 | 1145 | ||
| 1142 | * buffer.c (syms_of_buffer): Fix typo. | 1146 | * buffer.c (syms_of_buffer): Fix typo. |
| 1143 | 1147 | ||
| @@ -1167,7 +1171,7 @@ | |||
| 1167 | I think those asserts are bogus if buffer contains invisible text | 1171 | I think those asserts are bogus if buffer contains invisible text |
| 1168 | or images. | 1172 | or images. |
| 1169 | 1173 | ||
| 1170 | 2005-02-21 David Kastrup <dak@gnu.org> | 1174 | 2005-02-21 David Kastrup <dak@gnu.org> |
| 1171 | 1175 | ||
| 1172 | * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error. | 1176 | * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error. |
| 1173 | 1177 | ||
| @@ -3767,7 +3771,7 @@ | |||
| 3767 | compositions to encode. | 3771 | compositions to encode. |
| 3768 | (encode_coding_string): Likewise. Free composition data. | 3772 | (encode_coding_string): Likewise. Free composition data. |
| 3769 | 3773 | ||
| 3770 | 2004-09-30 Florian Weimer <fw@deneb.enyo.de> | 3774 | 2004-09-30 Florian Weimer <fw@deneb.enyo.de> |
| 3771 | 3775 | ||
| 3772 | * coding.c (code_convert_region): Free composition data. | 3776 | * coding.c (code_convert_region): Free composition data. |
| 3773 | 3777 | ||
| @@ -4305,7 +4309,7 @@ | |||
| 4305 | * xfns.c (x_icon_verify): New function. | 4309 | * xfns.c (x_icon_verify): New function. |
| 4306 | (Fx_create_frame): Use it. | 4310 | (Fx_create_frame): Use it. |
| 4307 | 4311 | ||
| 4308 | 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change) | 4312 | 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change) |
| 4309 | 4313 | ||
| 4310 | * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined. | 4314 | * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined. |
| 4311 | 4315 | ||
| @@ -5968,7 +5972,7 @@ | |||
| 5968 | * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE | 5972 | * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE |
| 5969 | when keymap and cursor are setup. | 5973 | when keymap and cursor are setup. |
| 5970 | 5974 | ||
| 5971 | 2004-03-14 Steven Tamm <steventamm@mac.com> | 5975 | 2004-03-14 Steven Tamm <steventamm@mac.com> |
| 5972 | 5976 | ||
| 5973 | * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o. | 5977 | * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o. |
| 5974 | 5978 | ||
| @@ -6030,7 +6034,7 @@ | |||
| 6030 | (GTK_OBJ) [USE_GTK]: New declaration. | 6034 | (GTK_OBJ) [USE_GTK]: New declaration. |
| 6031 | (obj): Add $(GTK_OBJ) to list. | 6035 | (obj): Add $(GTK_OBJ) to list. |
| 6032 | 6036 | ||
| 6033 | 2004-03-11 Steven Tamm <steventamm@mac.com> | 6037 | 2004-03-11 Steven Tamm <steventamm@mac.com> |
| 6034 | 6038 | ||
| 6035 | * image.c [MAC_OSX]: Include sys/stat.h. | 6039 | * image.c [MAC_OSX]: Include sys/stat.h. |
| 6036 | 6040 | ||