Mercurial > emacs
comparison src/ChangeLog @ 62140:4b5cd45b60b9
*** empty log message ***
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 May 2005 23:10:10 +0000 |
| parents | 4ca8167b7304 |
| children | da3ebc608137 |
comparison
equal
deleted
inserted
replaced
| 62139:7f7d4a001320 | 62140:4b5cd45b60b9 |
|---|---|
| 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. |
| 4 | 8 |
| 5 2005-05-06 Eli Zaretskii <eliz@gnu.org> | 9 2005-05-06 Eli Zaretskii <eliz@gnu.org> |
| 1135 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. | 1139 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. |
| 1136 | 1140 |
| 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 |
| 1144 2005-02-23 Lute Kamstra <lute@gnu.org> | 1148 2005-02-23 Lute Kamstra <lute@gnu.org> |
| 1145 | 1149 |
| 1165 | 1169 |
| 1166 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts. | 1170 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts. |
| 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 |
| 1174 2005-02-20 Kim F. Storm <storm@cua.dk> | 1178 2005-02-20 Kim F. Storm <storm@cua.dk> |
| 1175 | 1179 |
| 3765 | 3769 |
| 3766 * coding.c (code_convert_region): Don't skip ASCIIs if there are | 3770 * coding.c (code_convert_region): Don't skip ASCIIs if there are |
| 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 |
| 3774 2004-09-29 Kim F. Storm <storm@cua.dk> | 3778 2004-09-29 Kim F. Storm <storm@cua.dk> |
| 3775 | 3779 |
| 4303 only when a real abbrev is present. | 4307 only when a real abbrev is present. |
| 4304 | 4308 |
| 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 |
| 4312 2004-07-21 Kim F. Storm <storm@cua.dk> | 4316 2004-07-21 Kim F. Storm <storm@cua.dk> |
| 4313 | 4317 |
| 5966 2004-03-14 Masatake YAMATO <jet@gyve.org> | 5970 2004-03-14 Masatake YAMATO <jet@gyve.org> |
| 5967 | 5971 |
| 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 |
| 5975 2004-03-14 Kim F. Storm <storm@cua.dk> | 5979 2004-03-14 Kim F. Storm <storm@cua.dk> |
| 5976 | 5980 |
| 6028 Move gtkutil.o to new GTK_OBJ list. | 6032 Move gtkutil.o to new GTK_OBJ list. |
| 6029 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. | 6033 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. |
| 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 |
| 6037 * macfns.c (syms_of_macfns): Remove definitions of things now | 6041 * macfns.c (syms_of_macfns): Remove definitions of things now |
| 6038 defined in image.c. | 6042 defined in image.c. |
