Mercurial > emacs
annotate src/ChangeLog @ 32342:357b0831cf07
.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 09 Oct 2000 20:01:56 +0000 |
parents | 2366f009e5e5 |
children | 565db62c7ee1 |
rev | line source |
---|---|
32342 | 1 2000-10-09 Andreas Schwab <schwab@suse.de> |
2 | |
3 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to | |
4 -1 after socket is closed, to fall through to error processing. | |
5 | |
32336 | 6 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> |
7 | |
8 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object | |
9 variables. If ALISt includes foreground-color or | |
10 background-color, change also the colors of the default face for | |
11 this frame. | |
12 | |
32273 | 13 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> |
14 | |
15 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make | |
16 them extern (they are defined on xfaces.c). | |
17 (syms_of_msdos): Don't intern and don't staticpro | |
18 Qbackground_color and Qforeground_color. | |
19 | |
32255 | 20 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
21 | |
22 * frame.c (Fframe_parameter): For non-windowed frames, if | |
23 f->param_alist says foreground or background color is unspecified, | |
24 call tty_color_name to return the color name computed from the | |
25 frame's current colors. | |
26 | |
32238 | 27 2000-10-06 Dave Love <fx@gnu.org> |
28 | |
29 * terminfo.c (ospeed): Don't declare. | |
30 | |
31 * sysdep.c: Don't include string.h. | |
32 (h_errno): Declare conditional also on TRY_AGAIN. | |
33 | |
34 * charset.c (Ffind_charset_string): Doc fix. | |
35 | |
36 * fns.c (Fbase64_encode_region, Fbase64_encode_string) | |
37 (Fbase64_decode_region, Fbase64_decode_string): More explicit | |
38 error messages. | |
39 | |
32180 | 40 2000-10-05 Dave Love <fx@gnu.org> |
41 | |
42 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar | |
43 position like menu-bar. | |
44 | |
32177 | 45 2000-10-05 Gerd Moellmann <gerd@gnu.org> |
46 | |
47 * keyboard.c (Frecursive_edit): Make sure redisplay can happen. | |
48 | |
49 * xdisp.c (handle_single_display_prop): Use safe_call1. | |
50 (safe_call): Renamed from call_function. | |
51 (safe_call1): New function. | |
52 (handle_fontified_prop): Use safe_call1 instead of call1. | |
53 (safe_eval): Renamed from eval_form. | |
54 (safe_eval_handler): Renamed from eval_handler. | |
55 (handle_single_display_prop, display_mode_element): Use safe_eval | |
56 instead of eval_form. | |
57 | |
58 * xfaces.c (merge_face_heights): Use safe_call instead of | |
59 call_function. | |
60 | |
61 * keyboard.c (show_help_echo): Use safe_call instead of | |
62 call_function; use safe_eval instead of eval_form. | |
63 | |
64 * lisp.h (safe_call): Renamed from call_function. | |
65 (safe_eval): Renamed from eval_form. | |
66 (safe_call1): Add prototype. | |
67 | |
32165 | 68 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
69 | |
70 * xfns.c (image_ascent): Rearrange ascent calculation for the | |
71 has-a-font case. | |
72 | |
32146
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
73 2000-10-04 Stefan Monnier <monnier@cs.yale.edu> |
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
74 |
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
75 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'. |
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
76 (where_is_internal_1): Don't bother ignoring menu-items any more. |
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
77 |
32142 | 78 2000-10-04 Gerd Moellmann <gerd@gnu.org> |
79 | |
80 * keyboard.c (update_menu_bindings): New variable. | |
81 (parse_menu_item): Use AREF. If update_menu_bindings | |
82 is 0, don't update menu bindings. | |
83 (syms_of_keyboard): New Lisp variable `update-menu-bindings'. | |
84 | |
32100 | 85 2000-10-03 Eli Zaretskii <eliz@is.elta.co.il> |
86 | |
87 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call | |
88 to `mark_object'. | |
89 | |
32088
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
90 2000-10-02 Stefan Monnier <monnier@cs.yale.edu> |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
91 |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
92 * syntax.c (forw_comment): Match nestedness of ender/starter. |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
93 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace. |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
94 (prev_char_comstart_first): Remove. |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
95 (back_comment): Check two-char comment markers more carefully |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
96 to better handle overlapping cases like *//* or /* */* */ ... |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
97 Match nestedness of ender/starter. |
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
98 |
32075 | 99 2000-10-02 Dave Love <fx@gnu.org> |
100 | |
101 * config.in (HAVE_GAI_STRERROR): Add undef. | |
102 | |
103 * process.c (Fopen_network_stream): Use it. | |
104 | |
105 * m/alpha.h (NO_REMAP): Don't define. | |
106 | |
32068 | 107 2000-10-02 Gerd Moellmann <gerd@gnu.org> |
108 | |
109 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can | |
110 return with a string converted to an integer or vice versa when | |
111 Vmocklisp_arguments is t. | |
112 (Fsignal): Likewise. The function can return for `quit'. | |
113 (struct gcpro): Declare member `var' to point to a volatile | |
114 Lisp_Object. | |
115 | |
116 * eval.c (error): Prevent compiler warning. | |
117 | |
32039
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
118 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
119 |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
120 * keymap.c (keymap_memberp): New function. |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
121 (Fset_keymap_parent): Use it. |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
122 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
123 Use keymap_memberp to avoid creating cycles. |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
124 (access_keymap): Use KEYMAPP. |
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
125 |
32034 | 126 2000-09-30 Gerd Moellmann <gerd@gnu.org> |
127 | |
128 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use | |
32068 | 129 gai_strerror. Make sure xerrno is set if connect fails. Improve |
130 error recovery. | |
32034 | 131 |
32021 | 132 2000-09-29 Jason Rumney <jasonr@gnu.org> |
133 | |
134 * w32term.c (w32_char_font_type, w32_encode_char) | |
135 (x_produce_glyphs): Distinguish single and multibyte BDF fonts. | |
136 (w32_bdf_per_char_metric): New function. | |
137 (w32_per_char_metric): Use it. | |
138 (x_draw_glyph_string_background): Always draw background for BDF | |
139 glyphs. | |
140 | |
141 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not | |
142 GDI object which is a scarce resource. | |
143 | |
144 * w32bdf.c (search_file_line): Fix skipping of whitespace. | |
145 (get_quoted_string): Fix limit on memchr search. | |
146 (set_bdf_font_info): Use unsigned chars. Negate yoffset. | |
147 (w32_init_bdf_font): Initialize codepoint and bitmap heaps. | |
148 (w32_free_bdf_font): Free bitmaps and codepoints on heaps. | |
149 (get_cached_font_char, cache_char_offset): Use macro | |
150 BDF_CODEPOINT_RANGE_COVER_P. | |
151 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. | |
152 (clear_cached_bitmap_slots): New function. | |
153 (GET_HEX_VALUE): G-Z, g-z are not hex. | |
154 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. | |
155 (get_bitmap_with_cache): Use new cache implementation. | |
156 (create_offscreen_bitmap): New function. | |
157 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. | |
158 | |
159 * w32term.c (x_produce_glyphs): If the distance from the current | |
160 position to the next tab stop is less than a canonical character | |
161 width, use the tab stop after that. | |
162 (x_draw_glyphs): Handle case START and END are out of bounds more | |
163 carefully. | |
164 (x_clear_mouse_face): Block/unblock input. | |
165 (x_display_and_set_cursor): Don't show a hollow box cursor for | |
166 buffers whose cursor_type is nil. | |
167 | |
32001 | 168 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
169 | |
170 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar | |
171 disappears. | |
172 | |
173 * dispextern.h (updating_frame): Declare extern. | |
174 | |
31998 | 175 2000-09-29 Andreas Schwab <schwab@suse.de> |
176 | |
177 * m/ia64.h: Remove hack of not prototyping bcopy, etc. | |
178 | |
31992 | 179 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
180 | |
31996 | 181 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol, |
182 use its function definition. | |
183 (tool_bar_items): Likewise. | |
184 | |
31992 | 185 * lisp.h (fatal): Declare NO_RETURN. |
186 | |
31988 | 187 2000-09-29 Kenichi Handa <handa@etl.go.jp> |
188 | |
189 * keymap.c: Remove the line "#undef NULL". | |
190 | |
31953 | 191 2000-09-28 Gerd Moellmann <gerd@gnu.org> |
192 | |
193 * xterm.c (x_make_frame_visible): Try harder to make the frame | |
194 visible. | |
195 | |
31946 | 196 2000-09-28 Dave Love <fx@gnu.org> |
197 | |
31959 | 198 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP. |
199 | |
32002 | 200 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define. |
201 | |
202 * .gdbinit (xreload): Note its need on GNU/Linux. | |
203 | |
31946 | 204 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare |
205 r_alloc, r_alloc_free. | |
206 | |
31943 | 207 2000-09-28 Kenichi Handa <handa@etl.go.jp> |
208 | |
209 * syntax.c (skip_chars): Handle negation correctly. | |
210 | |
31936 | 211 2000-09-27 Gerd Moellmann <gerd@gnu.org> |
212 | |
31941 | 213 * xfaces.c (realize_default_face): Call set_lface_from_font_name |
214 with non-zero FORCE_P argument. | |
215 | |
31936 | 216 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows): |
217 Add assertions. | |
218 | |
219 * xdisp.c (window_box_height): Add an assertion. | |
220 | |
221 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the | |
222 tool-bar than is available. | |
223 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. | |
224 | |
31926 | 225 2000-09-27 Dave Love <fx@gnu.org> |
226 | |
31946 | 227 * s/irix6-5.h: Now works 64-bit. Tidied. |
31926 | 228 |
31898 | 229 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
230 | |
31908 | 231 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT |
232 instead of BITS_PER_INT. | |
233 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and | |
234 EMACS_UINT, respectively. | |
235 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine. | |
236 | |
237 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define. | |
238 | |
239 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64. | |
240 | |
31904 | 241 * window.c (freeze_window_starts): Construct last argument for |
242 foreach_window differently. | |
243 | |
244 * xfns.c (x_decode_color): Don't return a Lisp_Object. | |
245 | |
246 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and | |
247 EMACS_UINT instead of `int' and `unsigned int'. | |
248 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'. | |
249 | |
250 * frame.h (struct frame): Make the `nothing' member of union | |
251 output_data an EMACS_INT. | |
252 | |
31898 | 253 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug |
254 hunting. | |
255 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's | |
256 size in the sdata structure. | |
257 (SDATA_NBYTES, SDATA_DATA): New macros. | |
258 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define | |
259 differently for the different layout of the sdata structure. | |
260 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size | |
261 in sdata. | |
262 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]: | |
263 Check that size recorded in the string size and size recorded in | |
264 the sdata structure agree. | |
265 | |
31893 | 266 2000-09-25 Dave Love <fx@gnu.org> |
267 | |
268 * buffer.c: Include stdio.h. | |
269 | |
270 Partly suggested by Eduardo Horvath <eeh@netbsd.org>. | |
271 | |
272 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t. | |
273 | |
274 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it. | |
275 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as | |
276 size_t. | |
277 (__malloc_extra_blocks): Declare as __malloc_size_t. | |
278 | |
31867 | 279 2000-09-25 Gerd Moellmann <gerd@gnu.org> |
280 | |
31890 | 281 * alloc.c (mark_image): Use GC_NILP instead of NILP. |
282 | |
31881 | 283 * keyboard.c (show_help_echo): Set help_echo_showing_p. |
284 (read_char): If help-echo is showing, preserve the echo area | |
285 when redisplaying. | |
286 | |
287 * xdisp.c (help_echo_showing_p): New variable. | |
288 (set_message): Reset it to 0. | |
289 (init_xdisp): Initialize help_echo_showing_p. | |
290 | |
291 * dispextern.h (help_echo_showing_p): Declare extern. | |
292 | |
293 * config.in: Fix typo in __GNUC_MINOR__. | |
294 | |
295 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN. | |
296 | |
31872 | 297 * s/freebsd.h (POSIX_SIGNALS): Define. |
298 | |
31867 | 299 * xterm.c (x_clear_mouse_face): Block/unblock input. |
300 | |
31866 | 301 2000-09-24 Dave Love <fx@gnu.org> |
302 | |
303 * fns.c (base64_encode_1): Fix last change. | |
304 | |
31851 | 305 2000-09-22 Gerd Moellmann <gerd@gnu.org> |
306 | |
307 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts. | |
308 | |
309 * xdisp.c (try_window_reusing_current_matrix): More fixes | |
310 for the case window has a header-line. | |
311 | |
31843 | 312 2000-09-22 Dave Love <fx@gnu.org> |
313 | |
31848 | 314 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide |
315 a doc string. | |
316 | |
317 * xterm.c [SOLARIS2]: Remove redundant include of string.h. | |
318 | |
31843 | 319 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. |
320 | |
31805 | 321 2000-09-21 Gerd Moellmann <gerd@gnu.org> |
322 | |
31848 | 323 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))' |
31834 | 324 for GCC >= 2.5. |
325 | |
326 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare | |
327 NO_RETURN. | |
328 | |
31831 | 329 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c, |
330 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c, | |
331 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler | |
332 warnings. | |
333 | |
334 * marker.c (byte_char_debug_check): Return void. | |
335 | |
31827 | 336 * xfns.c (Fx_create_frame): Set default frame parameter value |
337 for tool-bar-lines to 1. | |
338 | |
339 * dispnew.c (scrolling_window): Compare y-positions of rows | |
340 equal at the start. Some simplification. | |
341 | |
342 * xdisp.c (try_window_reusing_current_matrix): Fix computation of | |
343 reused rows' y-position in the case window has a header-line, and | |
344 new window start is greater than old window start. | |
345 | |
31807 | 346 * process.c (process_sent_to): New variable. |
347 (send_process): Workaround for a crash on sparc-sun-solaris-2.6 | |
348 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. | |
349 Declare more parameters volatile. | |
350 | |
31805 | 351 * lread.c (Vrecursive_load_depth_limit): New variable. |
352 (Fload): Check recursive loads whose recursion depth exceeds | |
353 Vrecursive_load_depth_limit. | |
354 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit. | |
355 | |
31763 | 356 2000-09-20 Gerd Moellmann <gerd@gnu.org> |
357 | |
31776 | 358 * fileio.c (Fread_file_name): Doc fix. |
359 | |
360 * editfns.c (Fmessage_or_box): Doc fix. | |
361 | |
362 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix. | |
363 | |
31770 | 364 * xfns.c (xbm_scan): Allow C-style comments. |
365 | |
31763 | 366 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color |
367 symbols are specified, add color translations to the cache. | |
368 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New | |
369 functions. | |
370 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and | |
371 xpm_cache_color. | |
372 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes | |
373 structures to xpm_init_color_cache. | |
374 | |
31733 | 375 2000-09-19 Gerd Moellmann <gerd@gnu.org> |
376 | |
377 * dispnew.c (update_window_line): Make sure to always draw | |
378 mode-lines. | |
379 | |
31713 | 380 2000-09-19 Andrew Innes <andrewi@gnu.org> |
381 | |
382 * makefile.nt (bootstrap-emacs): Don't change directory. | |
383 | |
31701 | 384 2000-09-19 Kenichi Handa <handa@etl.go.jp> |
385 | |
31704 | 386 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. |
387 | |
31701 | 388 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly. |
389 If output buffer is too small, signal an appropriated error. | |
390 | |
31698 | 391 2000-09-18 Dave Love <fx@gnu.org> |
392 | |
393 * keyboard.c (menu_bar_items, tool_bar_items) | |
394 (current_active_maps): Remove redundant get_local_map call. | |
395 | |
31687 | 396 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
397 | |
31700 | 398 * xterm.c (x_display_and_set_cursor): Don't show a hollow box |
399 cursor for buffers whose cursor_type is nil. | |
400 | |
31696 | 401 * xterm.c (x_draw_image_glyph_string): Remove a comment describing |
402 a feature to implement that is already implemented. | |
403 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler | |
404 warnings. | |
405 | |
406 * xfns.c (x_clear_image_1): New function. | |
407 (x_clear_image): Use it. | |
408 (x_from_xcolors): Use x_clear_image_1; don't free the image's | |
409 mask. | |
410 | |
31692 | 411 * dispnew.c (update_window): Move test for invisible lines |
412 at the top to update_window_line. | |
413 (update_window_line): Handle invisible lines here. | |
414 | |
31689 | 415 * xfns.c (clear_image_cache): Clear current matrices of all |
416 frames sharing an image cache. Block input while freeing | |
417 images. Fix timestamp comparison. | |
418 (x_clear_image): Also free the mask. | |
419 | |
31687 | 420 * xfns.c (lookup_image): Block input while loading the image so |
421 that we won't get interrupted in a state where the image isn't yet | |
422 set up completely. | |
423 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) | |
424 (lookup_pixel_color, x_to_xcolors, x_from_xcolors) | |
425 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) | |
426 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock | |
427 input. | |
428 | |
31654 | 429 2000-09-16 Gerd Moellmann <gerd@gnu.org> |
430 | |
431 * dispnew.c (update_window): Make sure to make desired rows | |
432 current even if they are completely invisible at the top | |
433 of a window. | |
434 | |
31636 | 435 2000-09-15 Gerd Moellmann <gerd@gnu.org> |
436 | |
31652 | 437 * xfns.c (lookup_image): Build mask before applying an algorithm. |
438 Recognize algorithm `disabled'. | |
439 (cross_disabled_images): New variable. | |
440 (COLOR_INTENSITY): New macro. | |
441 (x_detect_edges): Use COLOR_INTENSITY. | |
442 (x_disable_image): New function. | |
443 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images. | |
444 | |
445 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in | |
446 disabled state, don't apply an image transformation algorithm if | |
447 the user specified an image for the disabled state. Use | |
31687 | 448 `:algorithm disabled' for creating a disabled item's image if the |
31652 | 449 user hasn't specified an image. |
450 | |
31639 | 451 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color |
452 allocation functions with the XPM lib. | |
453 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. | |
454 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro. | |
455 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable. | |
456 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color) | |
457 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New | |
458 functions. | |
459 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation | |
460 functions, if possible, because these handle color allocation | |
461 failure more gracefully. | |
462 (Fimage_mask_p): New function. | |
463 | |
31636 | 464 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) |
465 (Qedge_detection, Qheuristic): New symbols. | |
466 (syms_of_xfns): Initialize new symbols. | |
467 (lookup_image): Handle `:mask X', `:algorithm emboss', and | |
468 `algorithm (edge-detection ...)'. | |
469 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format): | |
470 (tiff_format, gif_format, gs_format): Add `:mask'. | |
471 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK) | |
472 (GIF_MASK, GS_MASK): New enumerators. | |
473 (x_laplace_read_row, x_laplace_write_row): Functions removed. | |
474 (emboss_matrix, laplace_matrix): New variables. | |
475 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss) | |
476 (x_edge_detection): New functions. | |
477 (x_laplace): Rewritten in terms of x_detect_edges. | |
478 (x_build_heuristic_mask): If image has a mask, free it. | |
479 | |
31632 | 480 2000-09-14 Andrew Innes <andrewi@gnu.org> |
481 | |
482 * makefile.w32-in: Revert to Unix line endings. | |
483 | |
31630 | 484 2000-09-14 Andrew Innes <andrewi@gnu.org> |
485 | |
486 * makefile.w32-in: Standardize indentation somewhat. | |
487 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to | |
488 cater for differences between shells. | |
489 | |
490 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts. | |
491 | |
31615 | 492 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
493 | |
494 * xterm.c (x_produce_glyphs): If the distance from the current | |
495 position to the next tab stop is less than a canonical character | |
496 width, use the tab stop after that. | |
497 | |
31613 | 498 2000-09-14 Dave Love <fx@gnu.org> |
499 | |
500 * buffer.c (alloc_buffer_text): Fix xmalloc call. | |
501 | |
31607 | 502 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
503 | |
31611 | 504 * xdisp.c (handle_fontified_prop): While running fontification |
505 functions, bind `fontification-functions' and | |
506 `after-change-functions' to nil. | |
507 | |
31607 | 508 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h |
509 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. | |
510 | |
511 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. | |
512 | |
513 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to | |
514 USE_MMAP_FOR_BUFFERS. | |
515 | |
516 * insdel.c (make_gap): Use enlarge_buffer_text. | |
517 | |
518 * buffer.c: Move allocation with mmap here, from ralloc.c. Change | |
519 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS. | |
520 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed | |
521 from former r_alloc_* functions in ralloc.c. | |
522 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New | |
523 variables. | |
524 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro. | |
525 (mmap_init) [REL_ALLOC_MMAP]: New function. | |
526 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New | |
527 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and | |
528 BUFFER_FREE. | |
529 | |
530 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed. | |
531 (enlarge_buffer_text): Add prototype. | |
532 | |
533 * ralloc.c: Remove everything having to do with the use of mmap. | |
534 | |
31577 | 535 2000-09-13 Gerd Moellmann <gerd@gnu.org> |
536 | |
31588 | 537 * sound.c (Fplay_sound): Doc fix. |
538 | |
31580 | 539 * keyboard.c: Avoid some more compiler warnings. |
540 (parse_tool_bar_item): Ignore cached key bindings. | |
541 | |
31577 | 542 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap |
543 and allocation of Lisp data. | |
544 | |
31555 | 545 2000-09-12 Gerd Moellmann <gerd@gnu.org> |
546 | |
31571 | 547 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS. |
548 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame | |
549 defaults first. | |
550 | |
31555 | 551 * lread.c (Fload): Put code checking for recursive loads in #if 0. |
552 | |
31550 | 553 2000-09-12 Miyashita Hisashi <himi@meadowy.org> |
554 | |
555 * ccl.c: Comment fixed. | |
556 (MAX_MAP_SET_LEVEL): Increased to 30. | |
557 (PUSH_MAPPING_STACK): Enclose with do-while block. | |
558 (POP_MAPPING_STACK): Likewise. | |
559 (stack_idx_of_map_multiple): New variable. | |
560 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro. | |
561 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol, | |
562 call the corresponding CCL program by | |
563 CCL_CALL_FOR_MAP_INSTRUCTION. | |
564 (ccl_driver) <CCL_MapSingle>: Likewise. | |
565 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal | |
566 with the case where looking up process reaches to the end of | |
567 map-set, and call CCL programs as the above change. | |
568 | |
31535 | 569 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
570 | |
31544 | 571 * xfns.c (png_load, jpeg_load): Declare some variables volatile |
572 that might be clobbered by longjmp. | |
573 (check_x_display_info, x_decode_color, create_frame_xic) | |
574 (Fx_display_backing_store, Fx_display_visual_class) | |
575 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler | |
576 warnings. | |
577 | |
31537 | 578 * lread.c (init_lread): Set Vloads_in_progress to nil. |
579 (Fload): Show list of recursively loaded files, when signaling an | |
580 error. | |
581 | |
31535 | 582 * lread.c (Vloads_in_progress): New variable. |
583 (record_load_unwind): New function. | |
584 (Fload): Check for recursive loads. | |
585 (syms_of_lread): Initialize Vloads_in_progress. | |
586 (read_integer, read1): Avoid some compiler warnings. | |
587 | |
588 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some | |
589 compiler warnings. | |
590 | |
31532 | 591 2000-09-11 Miles Bader <miles@gnu.org> |
592 | |
593 * editfns.c (Fbuffer_string): Doc fix. | |
594 | |
31526 | 595 2000-09-10 Gerd Moellmann <gerd@gnu.org> |
596 | |
597 * ralloc.c (mmap_enlarge): Don't return 0 if successful. | |
598 | |
31524
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
599 2000-09-09 Ken Raeburn <raeburn@gnu.org> |
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
600 |
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
601 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding |
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
602 whether to include other header files. |
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
603 |
31523 | 604 2000-09-09 Gerd Moellmann <gerd@gnu.org> |
605 | |
606 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned | |
31527 | 607 by Fmemq as a boolean. |
31523 | 608 |
31521
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
609 2000-09-08 Stefan Monnier <monnier@cs.yale.edu> |
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
610 |
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
611 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko. |
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
612 |
31490 | 613 2000-09-08 Gerd Moellmann <gerd@gnu.org> |
614 | |
31516 | 615 * ralloc.c (mmap_fd): Remove initializer which can make it |
616 read-only in a dumped Emacs. | |
617 (mmap_fd_1): New variable. | |
618 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1, | |
619 restore it from there. | |
620 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init | |
621 unconditionally so that mmap_fd can be initialized there. | |
622 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed. | |
623 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero. | |
624 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1. | |
625 | |
31508 | 626 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object. |
627 | |
628 * xdisp.c (dump_glyph_row): Fix printf format string. | |
629 (display_line, move_it_in_display_line_to): Avoid compiler | |
630 warnings. | |
631 | |
31502 | 632 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define. |
633 | |
31497 | 634 * keymap.c (Fset_keymap_parent): Check for cycles in keymap |
635 inheritance. | |
636 | |
31494 | 637 * xdisp.c (try_window_id): When trying to locate cursor in |
638 unchanged rows at the top, handle the case that we can't find it. | |
639 | |
31490 | 640 * xterm.c (x_draw_glyphs): Handle case START and END are out |
641 of bounds more carefully. | |
642 | |
31488 | 643 2000-09-08 Dave Love <fx@gnu.org> |
644 | |
31505 | 645 * s/sol2.h (REL_ALLOC_MMAP): Define. |
646 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise. | |
647 | |
648 * ralloc.c: Don't include string.h (redundant). | |
649 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined. | |
650 [!MAP_ANON]: Include fcntl.h. | |
651 (mmap_fd) [REL_ALLOC_MMAP]: New variable. | |
652 (r_alloc, r_re_alloc, r_alloc_free) | |
653 (mmap_enlarge, mmap_set_vars): Use it. | |
654 (r_alloc_init_fd): New function. | |
655 (__morecore) [SYSTEM_MALLOC]: Don't declare. | |
656 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on | |
657 malloc type. | |
658 | |
659 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: | |
660 Remove vm-limit.o. | |
661 | |
31488 | 662 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last |
663 change to __NetBSD__. | |
664 | |
31485 | 665 2000-09-08 Kenichi Handa <handa@etl.go.jp> |
666 | |
667 * search.c (compile_pattern): Check the multibyteness of cached | |
668 string and PATTERN. | |
669 | |
31484 | 670 2000-09-08 Miles Bader <miles@gnu.org> |
671 | |
672 * xfaces.c (default_face_vector): Function removed. | |
673 (Finternal_merge_in_global_face): Restore old global/local | |
674 attribute override order. Use inline loop instead of calling | |
675 default_face_vector. | |
676 | |
31474 | 677 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
678 | |
679 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use) | |
680 (get_bloc, relocate_blocs, update_heap_bloc_correspondence) | |
681 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *' | |
682 where necessary, in case POINTER_TYPE is `void'. | |
683 | |
31472 | 684 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il> |
685 | |
686 * frame.c (make_terminal_frame): Initialize frame foreground and | |
687 background colors to unspecified, for the initial instance of an | |
688 MSDOS frame. | |
689 | |
31467 | 690 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
691 | |
31469 | 692 * ralloc.c (mmap_find): Fix overlap computation. |
693 (mmap_enlarge): Compute nbytes before trying to find an | |
694 overlapping region. | |
695 | |
31467 | 696 * xfaces.c (smaller_face): Compare font heights with `<' and `>' |
697 instead of `!='. | |
698 | |
699 * lread.c (syms_of_lread): Change value of regexp | |
700 Vbytecomp_version_regexp to not match some XEmacs-compiled files. | |
701 | |
702 * xmenu.c (xdialog_show): When looking up the selection in | |
703 menu_items, take `quote' boundaries into account; this corresponds | |
704 to a nil ITEM in x-popup-dialog. | |
705 | |
31454 | 706 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
707 | |
31459 | 708 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, |
709 not 0x81. | |
710 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7). | |
711 | |
31454 | 712 * coding.c (encode_coding_sjis_big5): Use translation table for |
31456 | 713 encoding, not decoding. Fix the handling of latin-jisx0201. |
714 Check for the charset katakana-jisx0201 too. | |
31454 | 715 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. |
31467 | 716 (detect_coding_sjis): Check the byte sequence more rigidly. |
31454 | 717 |
31441 | 718 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
719 | |
31452 | 720 * xfaces.c (Vparam_value_alist): New variable. |
721 (syms_of_xfaces): Initialize it. | |
722 (Finternal_set_lisp_face_attribute): Avoid more consing. | |
723 | |
724 * frame.c (Fframe_parameter): Handle `name' and `background-mode' | |
725 specially. | |
726 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially. | |
727 (Qbackground_mode): New variable. | |
728 (syms_of_frame_1): Initialize Qbackground_mode. | |
729 | |
730 * lisp.h (Qdisplay): Declare extern. | |
31444 | 731 |
31441 | 732 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0, |
733 change face on all frames, and change the default for new frames. | |
734 | |
31438 | 735 2000-09-07 Dave Love <fx@gnu.org> |
736 | |
737 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. | |
738 | |
31418 | 739 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
740 | |
31433 | 741 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0. |
742 | |
31432 | 743 * charset.c: Include composite.h |
744 (lisp_string_width): New function. | |
745 (Fstring_width): Call lisp_string_width instead of strwidth. | |
746 | |
747 * Makefile.in (charset.o): Depends on composite.h. | |
748 | |
31418 | 749 * process.c (read_process_output): Before inserting the decoded |
750 text in the buffer, adjust the multibyteness. | |
751 | |
31409 | 752 2000-09-06 Gerd Moellmann <gerd@gnu.org> |
753 | |
31417 | 754 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If |
755 buffer's text buffer is null, map new memory. | |
756 | |
31415 | 757 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of |
758 POINTER_TYPE and size_t. | |
759 (struct mmap_region) [REL_ALLOC_MMAP]: New structure. | |
760 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables. | |
761 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA) | |
762 [REL_ALLOC_MMAP]: New macros. | |
763 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars) | |
764 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free) | |
765 [REL_ALLOC_MMAP]: New functions. | |
766 | |
767 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars | |
768 before and after unexec. | |
769 | |
770 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer | |
771 text buffers if necessary. | |
772 | |
773 * buffer.h (R_ALLOC_DECLARE): Removed because unused. | |
774 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t | |
775 in prototypes. | |
776 | |
31409 | 777 * config.in (HAVE_MMAP): Add #undef. |
778 | |
31394 | 779 2000-09-05 Gerd Moellmann <gerd@gnu.org> |
780 | |
31402 | 781 * frame.c (Qdisplay_type): New variable. |
782 (syms_of_frame_1): Initialize it. | |
783 (Fframe_parameter): New function that avoids consing. | |
784 (syms_of_frame): Defsubr it. | |
785 | |
31396 | 786 * buffer.c (Fother_buffer): Consider buffers as invisible when |
787 they are displayed in a window on an invisible frame. | |
788 | |
31394 | 789 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making |
790 get-largest-window always return nil. | |
791 | |
31368 | 792 2000-09-04 Gerd Moellmann <gerd@gnu.org> |
793 | |
794 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp | |
795 variable; recognize Emacs 19 elc files. | |
796 | |
31366 | 797 2000-09-04 Miles Bader <miles@gnu.org> |
798 | |
799 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face | |
800 before initially popping up the menu, so the menu doesn't flash | |
801 when the face settings are significantly different from the | |
802 defaults. | |
803 | |
31360
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
804 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
805 |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
806 * regex.c (WIDE_CHAR_SUPPORT): New macro. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
807 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
808 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT) |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
809 (BIT_UNIBYTE): Remove. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
810 (re_match_2_internal): Delete corresponding code and streamline the |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
811 BIT_MULTIBYTE case to not bother checking ISUNIBYTE. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
812 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
813 (re_wctype_t): New type. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
814 (re_wctype, re_iswctype, re_wctype_to_bit): New functions. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
815 (regex_compile): Use them and fix handling of overly long char classes. |
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
816 |
31352 | 817 2000-09-03 Andrew Innes <andrewi@gnu.org> |
818 | |
31359 | 819 * makefile.w32-in: Change to DOS line endings. |
820 | |
31352 | 821 * s/ms-w32.h (ORDINARY_LINK): New define. |
822 | |
823 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define | |
824 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
825 | |
826 * makefile.w32-in (clean): Don't delete config.h and epaths.h. | |
827 (distclean): Delete them here instead. | |
828 | |
31355 | 829 * w32proc.c (compare_env): Convert to uppercase for comparison, |
830 not lowercase, to match how the native Windows shell works. | |
831 | |
31346 | 832 2000-09-03 Jason Rumney <jasonr@gnu.org> |
833 | |
834 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as | |
835 CVS changes the line-ends when checking in/out on DOS/Windows. | |
836 | |
837 * makefile.nt (emacs): Do not change directory to run temacs, as | |
838 the load-path is set relative to current directory. | |
839 | |
31342 | 840 2000-09-03 Miles Bader <miles@gnu.org> |
841 | |
842 * xterm.c (x_alloc_lighter_color_for_widget): New function. | |
843 | |
31333 | 844 2000-09-02 Gerd Moellmann <gerd@gnu.org> |
845 | |
31339 | 846 * xdisp.c (redisplay_mode_lines): New function. |
847 (display_mode_lines): Return number of mode lines displayed. | |
848 (echo_area_display): Use redisplay_mode_lines to draw garbaged | |
849 mode lines. Don't temporarily bind redisplay-dont-pause to t. | |
850 | |
31337 | 851 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of |
852 string.h and strings.h. | |
853 (index) [HAVE_INDEX]: Add prototype. | |
854 | |
31333 | 855 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define. |
856 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define. | |
857 | |
858 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>. | |
859 (GC_SETJMP_WORKS, GC_MARK_STACK): Define. | |
860 | |
31316 | 861 2000-09-01 Gerd Moellmann <gerd@gnu.org> |
862 | |
863 * lread.c (read1): Accept `?' as symbol constituent, for | |
864 compatiblity with XEmacs. | |
865 | |
31312
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
866 2000-08-31 Stefan Monnier <monnier@cs.yale.edu> |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
867 |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
868 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
869 (struct re_pattern_buffer): Remove newline_anchor. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
870 * regex.c: Keep namespace clean for GNU libc by renaming <fun> |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
871 to __<fun> and using `weak_alias (__<fun>, <fun>)'. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
872 (re_max_failures, fail_stack): Use size_t rather than unsigned. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
873 (regex_compile): For ^ and $, choose between buffer and line (beg|end) |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
874 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
875 (print_compiled_pattern, re_search_2, mutually_exclusive_p) |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
876 (re_match_2_internal, re_compile_pattern, re_comp, regcomp): |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
877 Get rid of references to newline_anchor. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
878 (regcomp): Allocate and precompute a fastmap. |
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
879 |
31308 | 880 2000-08-31 Gerd Moellmann <gerd@gnu.org> |
881 | |
882 * lread.c (openp): GCPRO local variable `filename'. | |
883 | |
31300
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
884 2000-08-30 Stefan Monnier <monnier@cs.yale.edu> |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
885 |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
886 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
887 |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
888 * regex.c: Merge some changes from GNU libc. Add prototypes. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
889 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal): |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
890 Use memcmp and memcpy instead of bcopy and bcmp. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
891 (init_syntax_once): Use ISALNUM. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
892 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
893 (REG_UNSET_VALUE): Remove. Use NULL instead. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
894 (REG_UNSET, re_match_2_internal): Use NULL. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
895 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND): |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
896 New macros. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
897 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS). |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
898 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
899 (regex_compile): In handle_interval, return an error rather than try to |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
900 unfetch the interval if we can't find the closing brace. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
901 Obey the RE_NO_GNU_OPS syntax bit. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
902 (TOLOWER): New macro. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
903 (regcomp): Use it. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
904 (regexec): Allocate regs.start and regs.end as one block. |
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
905 |
31293 | 906 2000-08-30 Gerd Moellmann <gerd@gnu.org> |
907 | |
31296 | 908 * xdisp.c (echo_area_display): Check display_completed instead |
909 of calling detect_input_pending. | |
910 | |
31297 | 911 * dispnew.c (update_frame): Only set display_completed here; move |
31296 | 912 the update_begin and update_end calls here from update_frame_1. |
913 (update_frame_1): Don't set display_completed here, don't call | |
914 update_begin/update_end. | |
915 | |
31293 | 916 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters |
917 instead of store_frame_param. | |
918 | |
31272 | 919 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
920 | |
921 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a | |
922 desired window matrix hasn't been displayed, use the current row | |
923 instead. Make sure that only those frame rows are updated for | |
924 which there exists a corresponding enabled desired row. | |
925 | |
31263 | 926 2000-08-29 Miles Bader <miles@gnu.org> |
927 | |
928 * xfaces.c (default_face_vector): New function. | |
929 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors. | |
930 | |
31256 | 931 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
932 | |
933 * lread.c (openp): Prevent temporary string passed to | |
934 Ffile_readable_p from being garbage collected. | |
935 | |
31234 | 936 2000-08-28 Dave Love <fx@gnu.org> |
937 | |
938 * keymap.c (store_in_keymap): Add `static' to declaration. | |
939 | |
31229 | 940 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
941 | |
942 * emacs.c, callint.c, doc.c, editfns.c | |
943 (toplevel) [HAVE_STRING_H]: Include string.h. | |
944 (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |
945 (index): Remove prototypes which might conflict with non-standard | |
946 definitions of index/strchr. | |
947 | |
948 * s/usg5-3.h (index): Define only if not HAVE_INDEX. | |
949 (rindex): Define only if !HAVE_RINDEX. | |
950 | |
951 * s/sco5.h (bcopy, bzero, bcmp): Don't define. | |
952 | |
953 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs. | |
954 | |
31222 | 955 2000-08-28 Miles Bader <miles@gnu.org> |
956 | |
957 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if | |
958 made inconsistent by a font-related attribute in FROM. | |
959 (merge_face_inheritance): Add function comment. | |
960 | |
31216 | 961 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
962 | |
963 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with | |
964 the 4th arg (PREV_EVENT) Qt to suppress input method. | |
965 | |
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
966 2000-08-27 Stefan Monnier <monnier@cs.yale.edu> |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
967 |
31214
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
968 * regex.c: Indent cpp directives and remove parens after `defined'. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
969 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
970 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
971 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
972 (re_compile_pattern): Use size_t for length. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
973 (init_syntax_once): Move to a better place. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
974 * regex.h: Merge changes from GNU libc. Indent cpp directives. |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
975 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning). |
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
976 |
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
977 * syntax.c (back_comment): Detect cases where a comment-starter is |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
978 actually inside another comment as in: /* a // b */ c // d \n. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
979 Make it clear that `comstart_pos' is unused for nested comments. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
980 |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
981 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
982 (KEYMAPP): New macro. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
983 (Fkeymap_parent, Fset_keymap_parent): Use it. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
984 (fix_submap_inheritance): Mark it static. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
985 (define_as_prefix, describe_buffer_bindings, describe_command) |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
986 (describe_translation, describe_map): Complete prototypes. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
987 |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
988 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
989 |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
990 * keyboard.c (menu_bar_item): Detect duplicate entries for all items |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
991 to better match the key-lookup behavior. |
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
992 |
31203 | 993 2000-08-27 Gerd Moellmann <gerd@gnu.org> |
994 | |
995 * xfaces.c (lface_fully_specified_p): Handle :inherit. | |
996 (Finternal_set_lisp_face_attribute): Fix typo in error message. | |
997 | |
31200 | 998 2000-08-27 Eli Zaretskii <eliz@is.elta.co.il> |
999 | |
1000 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o) | |
1001 (process.o, scroll.o, sysdep.o): Depend on keyboard.h. | |
1002 (xterm.o): Depend on coding.h | |
1003 | |
31181 | 1004 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
1005 | |
1006 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and | |
1007 the corresponding '#endif'. | |
1008 | |
31180 | 1009 2000-08-26 Miles Bader <miles@gnu.org> |
1010 | |
1011 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX. | |
1012 * xfaces.c (QCinherit): New variable. | |
1013 (syms_of_xfaces): Initialize it. | |
1014 (LFACE_INHERIT): New macro. | |
1015 (Finternal_get_lisp_face_attribute) | |
1016 (merge_face_vector_with_property) | |
1017 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute. | |
1018 (check_lface_attrs): Allow new types of face height. Check | |
1019 inherit attribute. | |
1020 (CYCLE_CHECK): New macro. | |
1021 (merge_face_inheritance): New function. | |
1022 (merge_face_vectors): Merge inherited faces too. Add F and | |
1023 CYCLE_CHECK arguments. | |
1024 (merge_face_vector_with_property, Finternal_merge_in_global_face) | |
1025 (lookup_named_face, lookup_derived_face, realize_named_face) | |
1026 (face_at_string_position, face_at_buffer_position): Supply | |
1027 new F and CYCLE_CHECK arguments to merge_face_vectors. | |
1028 (merge_face_heights): New function. | |
1029 (merge_face_vectors, merge_face_vector_with_property) | |
1030 (Finternal_set_lisp_face_attribute): Call merge_face_heights to | |
1031 handle relative face heights. | |
1032 (lface_same_font_attributes_p): Compare heights using EQ. | |
1033 | |
31176 | 1034 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
1035 | |
1036 * charset.c (char_to_string): Check the character validity. | |
1037 (char_valid_p): If C is not less than MAX_CHAR, be sure to return | |
1038 0. | |
1039 | |
31172
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1040 2000-08-25 Stefan Monnier <monnier@cs.yale.edu> |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1041 |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1042 * regex.c (PUSH_FAILURE_COUNT): New macro. |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1043 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG. |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1044 Handle popping of a register's or a counter's data. |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1045 (POP_FAILURE_POINT): Use the new name. |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1046 (re_match_2_internal): Push counter data on the stack for succeed_n, |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1047 jump_n and set_number_at and remove misleading dead code in succeed_n. |
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1048 |
31171 | 1049 2000-08-25 Gerd Moellmann <gerd@gnu.org> |
1050 | |
1051 * xdisp.c (redisplay_internal): If considering all windows on all | |
1052 frames, update the display for each frame as soon as possible, | |
1053 instead of first building all desired matrices for all frames, and | |
1054 then updating them all. | |
1055 (try_cursor_movement): Handle case that last_cursor.vpos is -1. | |
1056 | |
31148 | 1057 2000-08-24 Gerd Moellmann <gerd@gnu.org> |
1058 | |
31153 | 1059 * bytecode.c (mark_byte_stack): Add a comment. |
1060 | |
31148 | 1061 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH) |
1062 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is | |
1063 a graphical frame. | |
1064 | |
31137 | 1065 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
1066 | |
31139 | 1067 * minibuf.c (do_completion): Always use compare-string, not |
1068 string-equal because the latter doesn't pay attention to | |
1069 multibyteness of strings. | |
1070 | |
31137 | 1071 * process.c (create_process): Don't setup raw-text coding here. |
1072 (Fopen_network_stream): Don't set coding->src_multibyte and | |
1073 coding->dst_multibyte here. | |
1074 (read_process_output): For process filter, return unibyte string | |
1075 if default-enable-multibyte-characters is nil. | |
1076 (send_process): If OBJECT is multibyte text, be sure to encoded it | |
1077 by the specified coding system for the process. Otherwise, setup | |
1078 raw-text coding. | |
1079 (init_process): Don't initialize default-process-coding-system | |
1080 here. | |
1081 | |
31129 | 1082 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
1083 | |
1084 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | |
1085 <scroll-down-aggressively>: Likewise. | |
1086 | |
31121 | 1087 2000-08-23 Kenichi Handa <handa@etl.go.jp> |
1088 | |
31122 | 1089 * coding.c (encode_eol): Fix bug for the case of dst_bytes being |
1090 zero. Set coding->produced_char correctly. | |
31121 | 1091 |
31120 | 1092 2000-08-22 Andrew Innes <andrewi@gnu.org> |
1093 | |
1094 * makefile.w32-in: New file. | |
1095 | |
1096 * unexw32.c (unexec): Ignore old_name, and use the actual location | |
1097 of the current executable instead. Base new_name on this. | |
1098 | |
1099 * w32proc.c (create_child): Remove reference to security | |
1100 descriptor, which isn't needed and doesn't compile with mingw32. | |
1101 | |
1102 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1103 up dllimport attributes. | |
1104 (x_update_window_end): Update prototype. | |
1105 | |
1106 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary | |
1107 extern, which screws up dllimport attributes. | |
1108 | |
1109 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1110 up dllimport attributes. | |
1111 | |
1112 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
1113 screws up dllimport attributes. | |
1114 | |
1115 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1116 up dllimport attributes. | |
1117 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which | |
1118 screws up dllimport attributes. | |
1119 | |
1120 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1121 up dllimport attributes. | |
1122 | |
1123 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
1124 screws up dllimport attributes. | |
1125 | |
1126 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
1127 screws up dllimport attributes. | |
1128 | |
1129 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1130 up dllimport attributes. | |
1131 | |
1132 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove | |
1133 unnecessary extern, which screws up dllimport attributes. | |
1134 (main): Ditto. | |
1135 | |
1136 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1137 up dllimport attributes. | |
1138 | |
1139 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove | |
1140 unnecessary extern, which screws up dllimport attributes. | |
1141 | |
1142 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
1143 screws up dllimport attributes. | |
1144 | |
1145 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
1146 up dllimport attributes. | |
1147 | |
1148 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers. | |
1149 | |
1150 * w32bdf.c (search_file_line): | |
1151 (set_bdf_font_info): | |
1152 (seek_char): | |
1153 (w32_get_bdf_glyph): | |
1154 (w32_BDF_to_x_font): Fix compile warnings. | |
1155 | |
1156 * w32menu.c: Include keyboard.h before frame.h. Fix compile | |
1157 warnings. | |
1158 | |
1159 * w32select.c: Include keyboard.h before frame.h. | |
1160 | |
1161 * w32fns.c (max): Define macro. | |
1162 (JOHAB_CHARSET): Define if not known. | |
1163 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known. | |
1164 (Fx_show_tip): Synch with X version. | |
1165 | |
1166 * w32xfns.c: Include keyboard.h before frame.h. | |
1167 | |
1168 * w32fns.c: Include keyboard.h before frame.h. | |
1169 | |
1170 * w32term.c: Include keyboard.h before frame.h. | |
1171 | |
1172 * fontset.c: Include keyboard.h before frame.h. | |
1173 | |
1174 * w32inevt.c: Include keyboard.h before frame.h. | |
1175 (MOUSE_MOVED): Define if not known. | |
1176 | |
1177 * minibuf.c: Include keyboard.h before frame.h. | |
1178 | |
1179 * keyboard.c: Include keyboard.h before frame.h. | |
1180 | |
1181 * indent.c: Include keyboard.h before frame.h. | |
1182 | |
1183 * dispnew.c: Include keyboard.h before frame.h. | |
1184 | |
1185 * buffer.c: Include keyboard.h before frame.h. | |
1186 | |
1187 * alloc.c: Include keyboard.h before frame.h. | |
1188 | |
1189 * print.c: Include keyboard.h before frame.h. | |
1190 | |
1191 * process.c: Include keyboard.h before frame.h. | |
1192 | |
1193 * scroll.c: Include keyboard.h before frame.h. | |
1194 | |
1195 * sysdep.c: Include keyboard.h before frame.h. | |
1196 | |
1197 * term.c: Include keyboard.h before frame.h. | |
1198 | |
1199 * window.c: Include keyboard.h before frame.h. | |
1200 | |
1201 * xdisp.c: Include keyboard.h before frame.h. | |
1202 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE. | |
1203 | |
1204 * frame.c: Include keyboard.h before frame.h. | |
1205 | |
1206 * w32heap.h: Undefine min, max. | |
1207 | |
1208 * w32gui.h: Undefine min, max. | |
1209 | |
1210 * unexw32.c: Change PUCHAR to PCHAR. | |
1211 (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
1212 (relocate_offset): | |
1213 (get_section_info): | |
1214 (copy_executable_and_dump_data): Remove unnecessary static defs. | |
1215 (copy_executable_and_dump_data): Fix compile warnings. | |
1216 | |
1217 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined. | |
1218 | |
1219 * w32console.c (min): Define macro. | |
1220 (clear_frame, write_glyphs): Fix compile warning. | |
1221 | |
1222 * w32proc.c (compare_env): | |
1223 (find_child_console): Fix compile warning. | |
1224 | |
1225 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use | |
1226 sys_errlist instead of _sys_errlist. | |
1227 (get_emacs_configuration_options): New function. | |
1228 | |
1229 * s/ms-w32.h (sys_nerr): Provide default definition. | |
1230 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same | |
1231 name with _ prepended. | |
1232 (NSIG): Define if not known. | |
1233 (get_emacs_configuration): Provide extern declaration. | |
1234 (get_emacs_configuration_options): Provide extern declaration. | |
1235 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options. | |
1236 | |
1237 * w32.c (gettimeofday): Use struct timeb, not struct _timeb. | |
1238 (map_w32_filename): | |
1239 (read_unc_volume): Fix compile warning. | |
1240 | |
1241 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock | |
1242 definitions from being used. | |
1243 | |
1244 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. | |
1245 | |
1246 * w32.c (unc_volume_file_attributes): | |
1247 (open_unc_volume): Make arg const. | |
1248 | |
1249 * sysdep.c [WINDOWSNT]: Remove extern decl of errno. | |
1250 (read_input_waiting): Remove excess parameter. | |
1251 | |
1252 * w32.c (init_environment): Call _access. | |
1253 (check_windows_init_file): Call _close. | |
1254 (init_user_info): Call _putenv. | |
1255 (init_environment): Call _putenv and _strdup. | |
1256 (init_ntproc): Reset volume info cache on startup. | |
1257 | |
1258 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if | |
1259 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it | |
1260 cannot override the CRT malloc. | |
1261 | |
1262 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested. | |
1263 (LINK_FLAGS): Append to original value of LINK_FLAGS. | |
1264 | |
1265 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term | |
1266 unless we are linking with a static CRT. | |
1267 (RVA_TO_PTR): Cast result to unsigned char*. | |
1268 | |
1269 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup. | |
1270 (add_volume_info): Use xstrdup. | |
1271 | |
31107
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1272 2000-08-22 Stefan Monnier <monnier@cs.yale.edu> |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1273 |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1274 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'. |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1275 (do_completion, Fminibuffer_complete_word): Use it. |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1276 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1277 var so it can take non-boolean values. |
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
1278 |
31004 | 1279 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
1280 | |
31017 | 1281 * editfns.c (find_field): Formatting changes. |
1282 (toplevel): Some old-style function forward declarations | |
1283 changed to prototypes, some new protypes added, some functions | |
1284 made static. | |
1285 | |
1286 * lisp.h (set_time_zone_rule): Add prototype. | |
1287 (use_dialog_box): External declaration. | |
1288 | |
31014 | 1289 * keyboard.c (gen_help_event): Add parameter SIZE. |
1290 (kbd_buffer_events_waiting): Slightly rewritten. | |
1291 (clear_event): New function. | |
1292 (kbd_buffer_get_event): Use it, and clear the input_events of | |
1293 HELP_EVENTs. | |
1294 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and | |
1295 don't fill the newly created array with nils. | |
1296 (toplevel): Convert some old-style function forward declarations | |
1297 to prototypes. | |
1298 | |
1299 * keyboard.h (gen_help_event): Change prototype. | |
1300 | |
1301 * xterm.c (XTread_socket): Change calls to gen_help_event. | |
1302 | |
1303 * w32term.c (w32_read_socket): Change calls to gen_help_event. | |
1304 | |
31004 | 1305 * eval.c (Fmacroexpand): Doc fix. |
1306 | |
30990 | 1307 2000-08-20 Jason Rumney <jasonr@gnu.org> |
1308 | |
1309 * w32term.h (x_display_info_for_display): Remove as this function | |
1310 does not exist on W32. | |
1311 | |
1312 * w32term.c (help_echo_window): New variable. | |
1313 (syms_of_w32term): staticpro it. | |
1314 (note_mode_line_highlight): Set it. | |
1315 (XTextExtents16): Removed as there is no equivalent on W32. | |
1316 (x_compute_glyph_string_overhangs): Incomplete body removed, as | |
1317 the X way of doing this will not work for W32. | |
1318 (w32_intersect_rectangles): Removed. Use IntersectRect API call. | |
1319 (x_draw_image_foreground): Avoid drawing outside of the clip area | |
1320 when image doesn't have a mask. | |
1321 (note_mouse_highlight): Process overlays in the right order of | |
1322 priority. Set help_echo_window. | |
1323 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor | |
1324 because that's more visible for large images. | |
1325 | |
1326 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane | |
1327 name to single_keymap_panes. | |
1328 (w32_menu_show): Set wv->title when dealing with titles. | |
1329 (w32_menu_display_help): Call show_help_echo with OBJECT and POS. | |
1330 | |
30977 | 1331 2000-08-21 Miles Bader <miles@gnu.org> |
1332 | |
1333 * minibuf.c (do_completion): Try again if we rewrite the input | |
1334 string, but no completion was done, so that any completion message | |
1335 will be correct. | |
1336 | |
30975 | 1337 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
1338 | |
1339 * xfaces.c (lface_equal_p): Compare strings differently. | |
1340 (Qtty_color_alist, Vtty_defined_color_alist): New variables. | |
1341 (realize_tty_face): Use them. | |
1342 (syms_of_xfaces): Initialize new variables. | |
1343 (map_tty_color): New function, extracted from realize_tty_face. | |
1344 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default | |
1345 foreground or background color, store the new color name in the | |
1346 realized face; previous code trying to do this had no effect. | |
1347 (realize_tty_face): Use map_tty_color. | |
1348 (Fclear_face_cache): Set face_change_count and ensure thorough | |
1349 redisplay. | |
1350 | |
30963 | 1351 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
1352 | |
30975 | 1353 * undo.c (record_first_change, record_marker_adjustment): Don't |
1354 use XBUFFER on last_undo_buffer which might not be a buffer. | |
30963 | 1355 |
30949 | 1356 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
1357 | |
1358 * coding.c (decode_coding_string): Set members consumed, | |
1359 consumed_char, produced, produced_char of *coding correctly. If | |
1360 decode_coding doesn't consume any byte, don't try anymore. | |
1361 (encode_coding_string): Likewise. | |
1362 | |
30944 | 1363 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
1364 | |
30975 | 1365 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the |
1366 conditional have void type, for Standard C compilers. | |
30944 | 1367 |
1368 * xdisp.c (redisplay_internal): Compare windows for equality with | |
1369 EQ, instead of applying XWINDOW to something that might not | |
1370 be a window. | |
1371 | |
30940 | 1372 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
1373 | |
1374 * fontset.c (Finternal_char_font): Search only the selected frame | |
1375 for a window of the current buffer. | |
1376 | |
30937 | 1377 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
1378 | |
30975 | 1379 * minibuf.c (do_completion): Use EQ instead of `!=' to compare |
30939 | 1380 Lisp_Objects. |
1381 | |
30937 | 1382 * keyboard.c (kbd_buffer_get_event): Handle the case that the |
1383 second half of a HELP_EVENT is found at the start of kbd_buffer. | |
1384 | |
30932 | 1385 2000-08-18 Miles Bader <miles@gnu.org> |
1386 | |
30935 | 1387 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl. |
1388 | |
30932 | 1389 * editfns.c (save_restriction_save): Rewrite to use markers. |
1390 (save_restriction_restore): Rewrite to understand new form of data | |
1391 saved by save_restriction_save. | |
1392 (Fsave_restriction): Remove cautionary note in doc-string. | |
1393 | |
30928 | 1394 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
1395 | |
1396 * fileio.c (build_annotations): Add a comment explaining the | |
1397 return value of format-annotate-function. Replace a spurious call | |
1398 to Flength with a CONSP test. Call format-annotate-function with | |
1399 a fifth arg specifying how many times the function is been called | |
1400 in a row, to let it choose temporary buffers appropriately. | |
1401 | |
30919 | 1402 2000-08-17 Dave Love <fx@gnu.org> |
1403 | |
1404 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | |
1405 declare make_temp_name twice. | |
1406 | |
1407 * lread.c: Prototype readevalloop, load_unwind, | |
1408 load_descriptor_unwind. | |
1409 (unreadpure): Give it an arg. | |
1410 | |
1411 * unexalpha.c: Prototype fatal_unexec, mark_x, | |
1412 update_dynamic_symbols. Declare unexec as void. | |
1413 | |
1414 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>. | |
1415 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. | |
1416 | |
1417 * alloc.c (lisp_malloc): Declare with POINTER_TYPE. | |
1418 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on | |
1419 DOUG_LEA_MALLOC. | |
1420 | |
1421 * alloca.c: Use #error. | |
1422 [POINTER_TYPE]: Use it. | |
1423 | |
1424 * eval.c (Fdefvar): Doc fix. | |
1425 | |
1426 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid | |
1427 INITIALIZE_INTERVAL. | |
1428 | |
1429 * buffer.h: Avoid DECLARE_INTERVALS. | |
1430 | |
1431 * config.in: Add size_t. | |
1432 | |
30901 | 1433 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il> |
1434 | |
1435 * w16select.c (set_clipboard_data): If there's not enough memory | |
1436 to put text into clipboard, return 1, as Fw16_set_clipboard_data | |
1437 expects. In case of other failures, return 3. | |
1438 (system_error_msg): New error message. | |
1439 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print | |
1440 system_error_msg. | |
1441 | |
30849 | 1442 2000-08-16 Gerd Moellmann <gerd@gnu.org> |
1443 | |
1444 * term.c (write_glyphs): Also turn off inverse video after turning | |
1445 off other appearances in case TS_exit_attribute_mode is not equal | |
1446 to TS_end_standout_mode. | |
1447 (insert_glyphs): Turn inverse video on/off for each run of glyphs | |
1448 with the same face. | |
1449 (turn_off_face): Reset standout_mode only if | |
1450 TS_exit_attribute_mode has been output and TS_exit_attribute_mode | |
1451 is equal to TS_end_standout_mode. | |
1452 | |
30843 | 1453 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
1454 | |
30846 | 1455 * coding.c (encode_coding): Fix the bug of not flushing ISO escape |
1456 sequence at the end of the source block. | |
1457 | |
30843 | 1458 * ccl.c (Fccl_program_p): Docstring modified. |
1459 (Fccl_execute): Likewise. | |
1460 (Fccl_execute_on_string): Likewise. | |
1461 | |
30841 | 1462 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
1463 | |
1464 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *. | |
1465 | |
30830 | 1466 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
1467 | |
1468 The following changes are mainly to fix bugs of | |
1469 encode/decode-coding-string failing if encoding/decoding return | |
1470 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global | |
1471 variable conversion_buffer. | |
1472 | |
1473 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char, | |
1474 decrement dst_end to avoid buffer overflow in the later call of | |
1475 string_as_multibyte | |
1476 | |
1477 * coding.h (conversion_buffer_size, conversion_buffer) | |
1478 (get_conversion_buffer): Extern deleted. | |
1479 | |
1480 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted. | |
1481 (conversion_buffer, conversion_buffer_size): Variables deleted. | |
1482 (get_conversion_buffer): Function deleted. | |
1483 (struct conversion_buffer): New structure. | |
1484 (MAX_ALLOCA): New macro. | |
1485 (allocate_conversion_buffer): New macro. | |
1486 (extend_conversion_buffer, free_conversion_buffer): New functions. | |
1487 (ccl_coding_driver): Set coding->result. | |
1488 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if | |
1489 this is the last block of source. | |
1490 (encode_coding): Likewise. Handle the source block as the last | |
1491 one only when the whole source text is consumed. | |
1492 (decode_coding_string): Handle the case that the output buffer is | |
1493 too small to decode the whole source text. Use | |
1494 allocate_conversion_buffer, extend_conversion_buffer and | |
1495 free_conversion_buffer, not get_conversion_buffer. | |
1496 (encode_coding_string): Likewise. | |
1497 (init_coding): Function deleted. | |
1498 (init_coding_once): Delete code to initialize | |
1499 conversion_buffer_size. | |
1500 | |
1501 * emacs.c (main): Don't call init_coding. | |
1502 | |
1503 * msdos.c (IT_write_glyphs): Use a locally declared | |
1504 conversion_buffer. | |
1505 | |
1506 * term.c (write_glyphs): Use a locally declared conversion_buffer. | |
1507 (insert_glyphs): Likewise. | |
1508 | |
1509 * w32console.c (write_glyphs): Use a locally declared | |
1510 conversion_buffer. | |
1511 | |
30827 | 1512 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
1513 | |
1514 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame | |
1515 member of display_info is NULL. | |
1516 | |
30822 | 1517 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
1518 | |
30825 | 1519 * alloc.c (compact_small_strings): Use safe_bcopy, add an |
1520 assertion. | |
1521 | |
30822 | 1522 * term.c (turn_off_face): Reset standout_mode when resetting |
30825 | 1523 appearances with capability `me'. |
30822 | 1524 (write_glyphs): Switch on inverse video before each face change. |
1525 | |
30785 | 1526 2000-08-14 Dave Love <fx@gnu.org> |
1527 | |
1528 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. | |
1529 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk. | |
1530 (lisp_free): Declare and make static. | |
1531 | |
1532 * window.c: Fix embedded comment. | |
1533 (syms_of_window): Fix doc string. | |
1534 | |
30781 | 1535 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
1536 | |
1537 * keymap.c (push_key_description): If C without modifiers is < 32, | |
1538 make sure to print `C-' before `M-', like in the manual. | |
1539 | |
30762 | 1540 2000-08-11 Gerd Moellmann <gerd@gnu.org> |
1541 | |
1542 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially | |
1543 since they aren't relocated anymore. | |
1544 (sxhash_string): Make sure returned hash code fits in a Lisp | |
1545 integer. | |
1546 | |
1547 * xdisp.c (try_cursor_movement): Fix handling of cursor in | |
1548 partially visible line which is smaller than the window's | |
1549 height. | |
1550 | |
30753 | 1551 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
1552 | |
1553 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | |
1554 the multibyte form of eight-bit-control characters. | |
1555 (Fccl_execute_on_string): Initialize ccl->multibyte. | |
1556 | |
1557 * ccl.h (struct ccl_program): New member multibyte. | |
1558 | |
1559 * coding.c (ccl_coding_driver): Initialize ccl->multibyte. | |
1560 | |
30751 | 1561 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
1562 | |
1563 * regex.c (regex_compile) <normal_char>: Pay attention to | |
1564 multibyteness. | |
1565 (analyse_first) <exactn>: Setup fastmap correctly for | |
1566 eight-bit-control characters. | |
1567 | |
1568 2000-08-11 Kenichi Handa <handa@etl.go.jp> | |
1569 | |
1570 * termhooks.h (enum event_kind): New member | |
1571 multibyte_char_keystroke. | |
1572 | |
1573 * keyboard.c (make_lispy_event): Handle the new event type | |
1574 multibyte_char_keystroke. | |
1575 | |
1576 * xterm.c: Include coding.h. | |
1577 (XTread_socket): Work around a bug of XmbLookupString. If the | |
1578 input is from XIM, decode it according to the current locale. In | |
1579 that case, generate multibyte_char_keystroke events. | |
1580 | |
30746 | 1581 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
1582 | |
1583 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. | |
1584 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. | |
1585 | |
30745 | 1586 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
1587 | |
1588 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable. | |
1589 (TRACE_MOVE) [GLYPH_DEBUG]: New macro. | |
1590 (move_it_in_display_line_to): Record iterator's ascent and descent | |
1591 before producing glyphs, and restore them when we know the glyph | |
1592 doesn't fit on the line. | |
1593 (move_it_to): Restructured so that it's easier to debug. If | |
1594 moving to a vpos, and not moving to an x or character position, | |
1595 stop as soon as the specified vpos is reached; don't move further | |
1596 into that line because that might change the computed line height. | |
1597 (try_cursor_movement): New function, extracted from the cursor | |
1598 movement branch of redisplay_window. If ending on a partially | |
1599 visible line, don't try to scroll if the cursor line is taller | |
1600 than the window. | |
1601 (redisplay_window): Use try_cursor_movement. | |
1602 | |
1603 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion, | |
1604 because that function doesn't cope with variable-height lines. | |
1605 | |
1606 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a | |
1607 box cursor because that's better visible for large images. | |
1608 | |
30737 | 1609 2000-08-10 Miles Bader <miles@gnu.org> |
1610 | |
1611 * w32term.c (note_mouse_highlight): Update calls to overlays_at. | |
1612 | |
30729 | 1613 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
1614 | |
1615 * xdisp.c (Vmessages_buffer_name): New variable. | |
1616 (message_dolog): Use it. | |
1617 (syms_of_xdisp): Initialize it. | |
1618 | |
30726 | 1619 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
1620 | |
1621 * msdos.c (IT_note_mouse_highlight): Update the calls to | |
1622 overlays_at. | |
1623 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's | |
1624 redundant now that keyboard.h is included. | |
1625 | |
30715 | 1626 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
1627 | |
1628 * keyboard.c (kbd_buffer_events_waiting): New function. | |
1629 | |
1630 * keyboard.h (kbd_buffer_events_waiting): Add prototype. | |
1631 | |
1632 * msdos.c: Include keyboard.h. | |
1633 (XMenuActivate): Empty no_event events from the event buffer. If | |
1634 no events are left after that, call clear_input_pending. | |
1635 (mouse_clear_clicks): New function, code moved from mouse_init. | |
1636 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the | |
1637 mouse driver to ``forget'' any past clicks. | |
1638 | |
1639 * Makefile.in (msdos.o): Depend on keyboard.h. | |
1640 | |
30708 | 1641 2000-08-09 Gerd Moellmann <gerd@gnu.org> |
1642 | |
30724 | 1643 * lisp.h (input_pending): External declaration. |
1644 | |
1645 * dispextern.h (Qredisplay_dont_pause): Declare extern. | |
1646 | |
1647 * xdisp.c (echo_area_display): Display thoroughly if input is | |
1648 pending. Bind redisplay-dont-pause to t during the redisplay. | |
1649 in case input is pending. | |
1650 | |
1651 * dispnew.c (Qredisplay_dont_pause): New variable. | |
1652 (syms_of_display): Initialize and staticpro it. | |
1653 (update_frame_1): Don't interrupt the display for pending input if | |
1654 redisplay_dont_pause is set. | |
1655 | |
30714 | 1656 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P. |
1657 | |
30708 | 1658 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
1659 | |
30702 | 1660 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> |
1661 | |
1662 * callproc.c (Fcall_process): Terminate the unwind-protect around | |
1663 the post-read-conversion of coding system. | |
1664 | |
30701 | 1665 * buffer.c (overlays_at): Add CHANGE_REQ parameter. |
1666 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. | |
1667 * buffer.h (overlays_at): Update prototype. | |
1668 * xdisp.c (next_overlay_change): Update call to overlays_at. | |
1669 * xfaces.c (face_at_buffer_position): Likewise. | |
1670 * textprop.c (Fget_char_property): Likewise. | |
1671 * xterm.c (note_mouse_highlight): Likewise. | |
1672 | |
30685 | 1673 * minibuf.c (do_completion): Don't consider a simple change of |
1674 case as `completion'. | |
1675 | |
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
1676 2000-08-08 Ken Raeburn <raeburn@gnu.org> |
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
1677 |
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1678 * keyboard.c (syms_of_keyboard): Initialize |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1679 last_point_position_buffer. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1680 * undo.c (record_delete): Make sure last_point_position_buffer is |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1681 a buffer before comparing pointers. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1682 |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1683 * coding.h (decode_coding_string): Declare. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1684 |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1685 * intervals.h (Fprevious_single_char_property_change): Declare. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1686 |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1687 * textprop.c (Fprevious_single_char_property_change): Don't do |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1688 arithmetic directly on lisp objects. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1689 |
30693 | 1690 * editfns.c (find_field): Use EQ, not ==, to compare Lisp |
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1691 objects. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1692 |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1693 * keyboard.h (menu_item_eval_property): Declare. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1694 |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1695 * xdisp.c (message_dolog): Save and protect string "*Messages*" to |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1696 reuse as buffer name, instead of recreating (and discarding) every |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1697 time a message is logged. |
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1698 (with_echo_area_buffer): Make callback arg A2 a lisp object. |
30693 | 1699 (current_message_1, truncate_message_1, set_message_1) |
1700 (display_echo_area_1, resize_mini_window_1): Signatures changed. | |
1701 (current_message, truncate_echo_area, display_echo_area) | |
1702 (resize_echo_area_axactly): Changed calls. | |
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
1703 |
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
1704 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a |
30693 | 1705 Lisp object. |
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
1706 (Ffind_coding_systems_region_internal): First argument to Fappend |
30693 | 1707 must be an integer, not a Lisp object. |
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
1708 |
30672 | 1709 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
1710 | |
1711 * charset.c (Fchar_width): Doc fix. | |
1712 | |
30671 | 1713 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
1714 | |
1715 * charset.c (Fstring_width): Doc fix. | |
1716 | |
30632 | 1717 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
1718 | |
30708 | 1719 * xdisp.c (start_display): When starting display on a continuation |
30654 | 1720 line, clear ascent and descent members of the iterator structure; |
1721 the height of the continued line does not affect the height of the | |
1722 continuation line. | |
1723 (make_cursor_line_fully_visible): Do nothing if cursor is on a | |
1724 line taller than the window. | |
1725 (redisplay_window) <forced window start>: Handle case that the | |
1726 middle of the window is not found in any row. | |
1727 (dump_glyph_row): Show more information. | |
1728 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the | |
1729 first text line in a glyph matrix. | |
1730 | |
1731 * xterm.c (x_draw_image_foreground): Avoid drawing outside | |
1732 of the clip area when image doesn't have a mask. | |
1733 | |
30639 | 1734 * fns.c (sweep_weak_table): Fix survival conditions for |
1735 key-or-value and key-and-value weakness. | |
1736 | |
1737 * .gdbinit (xhashtable): New command. | |
1738 | |
30635 | 1739 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked |
1740 tables out of the list of all weak hash tables. | |
1741 | |
30632 | 1742 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and |
30633 | 1743 a new buffer is created, make sure echo_area_buffer[] references |
1744 the new buffer. | |
30632 | 1745 |
30629 | 1746 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
1747 | |
1748 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in | |
1749 the doc string. | |
1750 | |
30625 | 1751 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
1752 | |
1753 * syntax.c (skip_chars): Fix previous change. Make the handling | |
1754 of unibyte string consistent with that of regex search. | |
1755 | |
30603 | 1756 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
1757 | |
30614 | 1758 * xmenu.c (popup_get_selection): Use xfree instead of free. |
1759 | |
1760 * fileio.c (Finsert_file_contents): Use xfree instead of free. | |
1761 | |
1762 * editfns.c (Ftranspose_regions): Use xfree instead of free. | |
1763 | |
1764 * callproc.c (child_setup): Use xfree instead of free. | |
1765 | |
1766 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc | |
1767 instead of malloc. | |
1768 (run_mac_command, closedir): Use `xfree' instead of `free'. | |
1769 | |
1770 * keymap.c (current_minor_maps): Use xmalloc instead of malloc. | |
1771 | |
1772 * eval.c (error): Use xfree instead of free. | |
1773 | |
30603 | 1774 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. |
1775 | |
1776 * fns.c: Replace `illegal' with `invalid'. | |
30614 | 1777 (Fmake_hash_table, make_hash_table): Allow table size of 0. |
30603 | 1778 |
30596
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
1779 2000-08-05 Kenichi Handa <handa@etl.go.jp> |
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
1780 |
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
1781 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte |
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
1782 conversion. |
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
1783 |
30598
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
1784 2000-08-04 Noah Friedman <friedman@splode.com> |
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
1785 |
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
1786 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in |
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
1787 docstring. |
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
1788 |
30595 | 1789 2000-08-04 Gerd Moellmann <gerd@gnu.org> |
1790 | |
1791 * syntax.c (skip_chars): Fix typo in error message. | |
1792 | |
30588
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
1793 2000-08-04 Andreas Schwab <schwab@suse.de> |
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
1794 |
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
1795 * m/ia64.h: Moved from s/ia64.h. |
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
1796 |
30577 | 1797 2000-08-04 Kenichi Handa <handa@etl.go.jp> |
1798 | |
30582 | 1799 * process.c (read_process_output): Big simplification. Handle |
1800 composition and post-read-conversion of coding system correctly. | |
1801 (send_process): Handle composition correctly. | |
1802 | |
1803 * callproc.c (Fcall_process): Handle post-read-conversion of | |
1804 coding system if any. | |
1805 | |
30577 | 1806 * coding.c (decode_coding_iso2022): More strict check for handling |
1807 single shifting. | |
30582 | 1808 (coding_restore_composition): Pay attention to the case that |
1809 cmp_data is not set properly (because of invalid code in the | |
1810 source text). | |
1811 (run_pre_post_conversion_on_str): Include text properties in the | |
1812 resulting string. | |
1813 (decode_coding_string): Set members of coding correctly. | |
30577 | 1814 |
30576 | 1815 2000-08-03 Gerd Moellmann <gerd@gnu.org> |
1816 | |
1817 * s/ia64.h: New file. | |
1818 | |
1819 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues): | |
1820 Use NULL instead of 0 at the end of variable argument list of | |
1821 XtVaGetValues and XtVaSetValues, because 0 fails on systems where | |
1822 sizeof (int) < sizeof (void *). | |
1823 | |
1824 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end | |
1825 of variable argument lists of XtVaGetValues and XtVaSetValues. | |
1826 | |
1827 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of | |
1828 variable argument lists of XtVaGetValues and XtVaSetValues. | |
1829 | |
30564 | 1830 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
1831 | |
1832 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. | |
1833 (xrealloc, xmalloc): Use size_t. Some callers adjusted. | |
1834 | |
1835 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change | |
1836 prototype. | |
1837 | |
1838 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter | |
1839 in call to Fsingle_key_description. | |
1840 | |
1841 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES. | |
1842 Callers changed. | |
1843 | |
1844 2000-08-02 Colin Walters <walters@cis.ohio-state.edu> | |
1845 | |
1846 * window.c (display_buffer_reuse_frames): New variable. | |
1847 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse | |
1848 frames displaying BUFFER. | |
1849 (syms_of_window): Define Lisp variable | |
1850 display-buffer-reuse-frames. | |
1851 | |
30551 | 1852 2000-08-01 Miles Bader <miles@gnu.org> |
1853 | |
1854 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding | |
1855 when to constrain NEW_POS (they were pretty screwed up before). | |
1856 | |
30531 | 1857 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
1858 | |
1859 * msdos.c (run_msdos_command): Save and restore the master | |
1860 environment, for the case that child_setup signals an error. | |
1861 When mirroring slashes in DOS shell commands, don't fail when | |
1862 argv[2] has embedded blanks. | |
30533 | 1863 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions. |
1864 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons. | |
1865 (dos_ttraw): Call mouse_setup_buttons. | |
30531 | 1866 |
1867 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of | |
1868 using alloca; free it after run_msdos_command returns. | |
1869 | |
30507 | 1870 2000-07-27 Dave Love <fx@gnu.org> |
1871 | |
1872 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't | |
1873 define. | |
1874 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently | |
1875 working. | |
1876 | |
1877 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define. | |
1878 | |
30504 | 1879 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il> |
1880 | |
1881 * editfns.c (lisp_time_argument): Fix last change. | |
1882 | |
30502 | 1883 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
1884 | |
30511 | 1885 * fns.c (Fdelete): Make it work on vectors and strings in addition |
1886 to lists. | |
1887 | |
30502 | 1888 * fns.c (Qkey_or_value, Qkey_and_value): New variables. |
1889 (syms_of_fns): Initialize new variables. | |
1890 (sweep_weak_table): Handle weakness `key-or-value' and | |
1891 `key-and-value'. | |
1892 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value' | |
1893 weakness, with t meaning the same as `key-and-value'. | |
1894 | |
30490 | 1895 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
1896 | |
1897 * coding.h (struct coding_system): Member safe_charset deleted. | |
1898 | |
1899 * coding.c (Qsafe_charsets): This variable deleted. | |
1900 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New | |
1901 variables. | |
1902 (coding_safe_chars): New function. | |
1903 (CODING_SAFE_CHAR_P): New macro. | |
1904 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of | |
1905 checking safe_charsets member of the coding system. Caller | |
1906 changed. | |
1907 (detect_coding_iso2022): New local variable safe_chars. | |
1908 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking | |
1909 safe_charsets member of the coding system. | |
1910 (decode_coding_iso2022): New local variable safe_chars. | |
1911 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here. | |
1912 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. | |
1913 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed. | |
1914 (ENCODE_UNSAFE_CHARACTER): New macro. | |
1915 (encode_coding_iso2022): New local variable safe_chars. Check | |
1916 unsafe chars. | |
1917 (setup_coding_system): Delete the code to initialize | |
1918 coding->safe_charses | |
1919 (intersection, find_safe_codings): New functions. | |
1920 (Ffind_coding_systems_region_internal): New function. | |
1921 (syms_of_coding): Defsubr it. Initialize Qsafe_chars, | |
1922 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp | |
1923 variable and initialize it. | |
1924 | |
1925 * fns.c (char_table_ref_and_index): New function. | |
1926 | |
1927 * lisp.h (char_table_ref_and_index): Add prototype. | |
1928 | |
30480 | 1929 2000-07-26 Sam Steingold <sds@gnu.org> |
1930 | |
1931 * editfns.c (lisp_time_argument): Added third argument `usec'. | |
30511 | 1932 (Ffloat_time): New built-in Lisp function. |
30480 | 1933 |
30473 | 1934 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
1935 | |
30477 | 1936 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits |
1937 for the character code. | |
1938 | |
1939 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and | |
1940 GNU/Linux. | |
1941 | |
30473 | 1942 * xmenu.c (menu_highlight_callback): Call show_help_echo directly |
1943 if called for a popup menu. | |
1944 (xmenu_show): Store help string in widget values. | |
1945 | |
30466 | 1946 2000-07-26 Dave Love <fx@gnu.org> |
1947 | |
1948 * syswait.h: Move some definitions. | |
1949 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex. | |
1950 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More | |
1951 perspicuous definitions. | |
1952 (WTERMSIG): Fix bit pattern used. | |
1953 | |
30460 | 1954 2000-07-26 Kenichi Handa <handa@etl.go.jp> |
1955 | |
1956 * print.c (print_object): If vector printing is truncated, print | |
1957 "..." to indicate it as well as the case of list printing. | |
1958 | |
30444 | 1959 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
1960 | |
30449 | 1961 * xdisp.c (next_element_from_display_vector): Improve comments. |
1962 | |
1963 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits | |
1964 for the character code, and the rest for the face id as in 20.x. | |
1965 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly. | |
1966 | |
1967 * window.c (window_display_table): Cleaned up. | |
1968 | |
30444 | 1969 * syntax.c (Fforward_word): Add last arg nil in call of |
1970 Fconstrain_to_field. | |
1971 | |
30442 | 1972 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> |
1973 | |
30449 | 1974 * fileio.c (Frename_file) [DOS_NT]: If the file names are |
30442 | 1975 identical but for the letter-case, don't call |
1976 barf_or_query_if_file_exists. | |
1977 | |
30438 | 1978 2000-07-25 Miles Bader <miles@gnu.org> |
1979 | |
1980 * editfns.c (find_field): Honor special `boundary' fields. | |
1981 (Qboundary): New variables. | |
1982 (syms_of_editfns): Initialize Qboundary. | |
1983 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument. | |
1984 Use scan_buffer instead of find_before_next_newline, because it | |
1985 allows us to detect the boundary case where there's a newline at | |
1986 the search limit. | |
1987 * lisp.h (Fconstrain_to_field): Update external declaration. | |
1988 | |
30433 | 1989 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
1990 | |
1991 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks | |
1992 if that is nil. | |
30438 | 1993 |
30431 | 1994 2000-07-24 Dave Love <fx@gnu.org> |
1995 | |
1996 * s/sunos4-0.h, s/sol2.h: | |
1997 (LIBS_TERMCAP): Move from m/sparc.h. | |
1998 | |
1999 * m/sparc.h (TERMINFO): Moved to system files (probably only | |
2000 relevant for sunos4 judging by its vintage). | |
2001 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on | |
2002 __arch64__. | |
2003 | |
30424 | 2004 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
2005 | |
2006 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane | |
2007 name to single_keymap_panes. | |
2008 | |
30418 | 2009 2000-07-24 Andreas Schwab <schwab@suse.de> |
2010 | |
2011 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil. | |
2012 | |
30415 | 2013 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
2014 | |
2015 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT | |
2016 parameters instead of using int parameters. Expect FN to accept | |
2017 EMACS_INT parameters. | |
2018 (display_echo_area, resize_echo_area_axactly, current_message) | |
2019 (truncate_echo_area, set_message_1): Call with_echo_area_buffer | |
2020 with new argument list. | |
2021 (resize_mini_window_1): New callback function. | |
2022 (current_message_1, truncate_message_1, set_message_1): Change | |
2023 parameter lists to the new format expected by | |
2024 with_echo_area_buffer. | |
2025 | |
30397 | 2026 2000-07-24 Kenichi Handa <handa@etl.go.jp> |
2027 | |
2028 * fontset.c (fontset_ref): Remove INLINE declaration. | |
2029 (fontset_ref_via_base): Likewise. | |
2030 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications | |
2031 to downcase. | |
2032 | |
30382 | 2033 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
2034 | |
2035 * msdos.c (IT_note_mouse_highlight): Process overlays in the | |
2036 correct order of priority. If help echo was found in an overlay, | |
2037 use that overlay as the object in which the help echo was found. | |
2038 | |
30378 | 2039 2000-07-22 Miles Bader <miles@gnu.org> |
2040 | |
2041 * textprop.c (Fprevious_single_char_property_change): The initial | |
2042 property value should be from the position preceding POSITION, not | |
2043 following it. | |
2044 | |
30377 | 2045 2000-07-22 Eli Zaretskii <eliz@is.elta.co.il> |
2046 | |
2047 * coding.c (syms_of_coding): Doc fix for | |
2048 inhibit-iso-escape-detection. | |
2049 | |
30364 | 2050 2000-07-21 Gerd Moellmann <gerd@gnu.org> |
2051 | |
30372 | 2052 * xterm.c (note_mouse_highlight): Process overlays in the right |
2053 order of priority. | |
30480 | 2054 |
30370 | 2055 * keyboard.c (show_help_echo, gen_help_event): Extend comments. |
2056 | |
2057 * xterm.c (note_mouse_highlight): If help-echo was found in an | |
2058 overlay, use that overlay as the object in which the help was | |
2059 found. | |
2060 | |
30367 | 2061 * window.c (foreach_window_1): Fix typo reversing an if-condition. |
30480 | 2062 |
30364 | 2063 * window.c (foreach_window): Instead of a fake variable argument |
2064 list, take one USER_DATA argument. | |
2065 (foreach_window_1): Likewise, and call callback functions with two | |
2066 args, the window and USER_DATA. | |
2067 (struct check_window_data): New struct. | |
2068 (check_window_containing): Use it. | |
2069 (window_from_coordinates): Set up a struct check_window_data for | |
2070 foreach_window. | |
2071 (add_window_to_list, freeze_window_start): Change parameters | |
2072 according to new calling convention. | |
2073 | |
2074 * window.h (foreach_window): Change prototype. | |
2075 | |
2076 * buffer.c (Fprevious_overlay_change): Avoid memory leak. | |
2077 | |
2078 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il> | |
2079 | |
2080 * xmenu.c (menu_help_callback): Call show_help_echo with | |
2081 additional arguments OBJECT and POS. | |
2082 | |
30355 | 2083 2000-07-21 Kenichi Handa <handa@etl.go.jp> |
2084 | |
30357 | 2085 * data.c (Faset): Allow storing any multibyte character in a |
2086 string. Convert unibyte string to multibyte if necessary. | |
2087 | |
30355 | 2088 * xfns.c (x_encode_text): New function. |
2089 (x_set_name): Use x_encode_text. | |
2090 (x_set_title): Likewise. | |
2091 | |
2092 * xselect.c (lisp_data_to_selection_data): Use x_encode_text. | |
2093 | |
2094 * xterm.h (x_encode_text): Add prototype. | |
2095 | |
30346 | 2096 2000-07-20 Dave Love <fx@gnu.org> |
2097 | |
2098 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use | |
2099 xfree, not free. | |
2100 | |
30342 | 2101 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> |
2102 | |
2103 * msdos.c (help_echo_window): New variable. | |
2104 (syms_of_msdos): Initialize and staticpro it. | |
2105 (IT_note_mode_line_highlight): Set help_echo_window. | |
2106 (IT_note_mouse_highlight): Ditto. | |
2107 (dos_rawgetc): Store help_echo_window in the second event produced | |
2108 for HELP_EVENTs. | |
2109 | |
2110 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight): | |
2111 Record the object that generated the help echo and the position of | |
2112 that object in help_echo_object and help_echo_pos. Record that | |
2113 some glyphs in a row are displayed in mouse-face. | |
2114 (IT_update_begin): Don't clear mouse highlight unless one of the | |
2115 enabled glyph rows is marked as being displayed in mouse-face. | |
2116 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object | |
2117 and position recorded in help_echo_object and help_echo_pos to the | |
2118 event queue. | |
2119 (IT_menu_display): Accept a new argument PN: the pane number of | |
2120 the current menu pane. Record the pane number and the item | |
2121 number of the item which has associated help string. | |
2122 (XMenuActivate): Update the prototype for help_callback in | |
2123 function declaration. Call IT_menu_display with the current menu | |
2124 pane number as an additional argument. Call help_callback with | |
2125 two additional arguments: the pane number and the item number of | |
2126 the menu item associated with the help text. | |
2127 (help_echo_object, help_echo_pos): New variables. | |
2128 (syms_of_msdos): Initialize them and staticpro help_echo_object. | |
2129 | |
2130 * msdos.h (XMenuActivate): Update prototype. | |
2131 | |
30318 | 2132 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
2133 | |
30329 | 2134 * xdisp.c (with_echo_area_buffer): Call FN with more arguments. |
2135 Add some more prototypes. | |
2136 | |
2137 * xterm.c, xterm.h: Add some more prototypes. | |
2138 | |
2139 * lisp.h (Fnext_single_char_property_change): Add prototype. | |
2140 | |
2141 * dispnew.c (direct_output_for_insert): Remove confusing | |
2142 outer local variable mouse_face_overwritten_p. | |
2143 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG. | |
2144 | |
30318 | 2145 * alloc.c (allocate_string_data): Don't copy old string contents. |
2146 | |
30314 | 2147 2000-07-19 Kenichi Handa <handa@etl.go.jp> |
2148 | |
2149 * coding.c (code_convert_region): Delete text properties before | |
2150 shrinking the conversion region. | |
2151 | |
30303 | 2152 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
2153 | |
30308 | 2154 * dispnew.c (update_text_area): Write the whole row if it |
2155 has mouse-face in it. | |
2156 | |
30305 | 2157 * xfaces.c (face-alternative-font-family-alist): Remove |
2158 DEFVAR_LISP; staticpro instead. | |
2159 | |
30480 | 2160 * xmenu.c (menu_help_callback): Call show_help_echo with |
30303 | 2161 new arguments. |
2162 | |
2163 * keyboard.c (show_help_echo): Add parameter WINDOW. | |
2164 (read_char): Call show_help_echo with window extracted from Lisp | |
2165 help event. | |
2166 (gen_help_event): Add parameter WINDOW. | |
2167 | |
2168 * keyboard.h (show_help_echo, gen_help_event): Change prototypes. | |
2169 | |
2170 * xterm.c (help_echo_window): New variable. | |
2171 (note_mouse_highlight, note_tool_bar_highlight): Set | |
2172 help_echo_window. | |
2173 (XTread_socket): Pass help_echo_window to gen_help_event. | |
2174 (syms_of_xterm): Initialize and staticpro help_echo_window. | |
2175 | |
30298 | 2176 2000-07-18 Dave Love <fx@gnu.org> |
2177 | |
2178 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, | |
2179 systime.h. | |
2180 | |
30290 | 2181 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
2182 | |
30296 | 2183 * alloc.c (allocate_string_data): If string had already data |
2184 assigned, copy old contents to new string data. | |
2185 | |
2186 * coding.c (syms_of_coding): Fix typo in spelling of variable | |
2187 `inhibit-iso-escape-detection'. | |
2188 | |
30290 | 2189 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. |
2190 | |
2191 * Makefile.in: Add dependencies on dispextern.h. | |
2192 (alloca.o): Don't define malloc and define EMACS_FREE instead of | |
2193 `free'; both can conflict with system header files. | |
2194 | |
30281 | 2195 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2196 | |
2197 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is | |
2198 undefined. | |
2199 | |
30266 | 2200 2000-07-18 Dave Love <fx@gnu.org> |
2201 | |
2202 * window.c (Fwindow_list): Declare arg `window'. | |
2203 | |
30262 | 2204 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2205 | |
2206 * coding.c (setup_coding_system): Don't override the explicitly | |
2207 specified designations. | |
2208 | |
30245 | 2209 2000-07-15 Miles Bader <miles@gnu.org> |
2210 | |
2211 * editfns.c (char_property_eq, char_property_stickiness): Renamed | |
2212 from `text_property_eq' and `text_property_stickiness', respectively. | |
2213 (find_field, Fconstrain_to_field, char_property_eq) | |
2214 (char_property_stickiness): Changed to call char-property functions | |
2215 instead of text-property-only ones. | |
2216 | |
2217 * textprop.c (Fnext_single_char_property_change): Made a subr (was | |
2218 `next_single_char_property_change'). Do more error checking, and | |
2219 cleanup limit behavior. | |
2220 (Fprevious_single_char_property_change): New function. | |
2221 (syms_of_textprop): Initialize new subrs. | |
2222 | |
2223 * xdisp.c (display_prop_end, invisible_text_between_p): | |
2224 Call Fnext_single_char_property_change instead of | |
2225 next_single_char_property_change. | |
2226 | |
30241 | 2227 2000-07-15 Jason Rumney <jasonr@gnu.org> |
2228 | |
2229 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree | |
2230 after menu is finished with. | |
2231 (add_menu_item): Only consider wv->title as a menu title. | |
2232 (w32_menu_display_help): Add OBJECT and POS to show_help_echo. | |
2233 | |
2234 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a | |
2235 null title. | |
2236 (FONT_REGEXP): Remove unused macro, and its sub-components. | |
2237 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts. | |
2238 | |
2239 * w32term.c (help_echo_object, help_echo_pos): New variables. | |
2240 (note_mode_line_highlight): Store additional information about the | |
2241 help-echo in help_echo_object and help_echo_pos. Check both | |
2242 `local-map' and `keymap' properties for changing the cursor | |
2243 (note_mouse_highlight): Store additional information about the | |
2244 help-echo in help_echo_object and help_echo_pos. | |
2245 (note_tool_bar_highlight): Set help_echo_object to nil and | |
2246 help_echo_pos to -1. | |
2247 (w32_read_socket): Use gen_help_event instead of filling | |
2248 input_events manually. | |
2249 (syms_of_w32term): Staticpro help_echo_object. | |
2250 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If | |
2251 set, arrange for a mouse-highlight redisplay in | |
2252 XTframe_up_to_date. | |
2253 (x_clear_mouse_face): New function. | |
2254 (w32_redisplay_interface): Add pointer to x_clear_mouse_face. | |
2255 (x_update_window_begin): No need to turn off the mouse | |
2256 highlight here. | |
2257 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
2258 depending on whether they contain glyphs highlighted in | |
2259 mouse-face. | |
2260 (x_fill_stretch_glyph_string): Consume runs of stretch | |
2261 glyphs instead of a single one. | |
2262 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
2263 with new argument list. | |
2264 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
2265 (x_append_glyph, x_append_composite_glyph) | |
2266 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
2267 changes in struct glyph starting 1999-12-27. See comments for | |
2268 xterm.c on 2000-07-05. | |
2269 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2270 2000-07-14 Sam Steingold <sds@gnu.org> |
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2271 |
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2272 * xfaces.c (realize_x_face): Fix the last patch: |
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2273 check `default_face' before dereferencing. |
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2274 |
30229 | 2275 2000-07-14 Dave Love <fx@gnu.org> |
2276 | |
30266 | 2277 * syntax.c (back_comment): Add null default in switch (for pcc). |
30229 | 2278 |
30206 | 2279 2000-07-14 Kenichi Handa <handa@etl.go.jp> |
2280 | |
30210 | 2281 * xfaces.c (realize_x_face): Make fontset using the base of the |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2282 default_face's fontset, not using the default fontset. |
30210 | 2283 |
30206 | 2284 * coding.c (inhibit_iso_escape_detection): New variable. |
2285 (syms_of_coding): Make it a Lisp variable. | |
2286 (detect_coding_iso2022): If inhibit_iso_escape_detection is | |
2287 nonzero, ignore ISO2022's escape sequence. | |
2288 | |
30203 | 2289 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
2290 | |
30234 | 2291 * alloca.c (malloc) [emacs]: Define as xmalloc. |
2292 | |
30226 | 2293 * xfns.c (Fx_show_tip): If frame parameters contain a position, |
2294 use that instead of the mouse position. Add parameters DX and DY. | |
2295 | |
2296 * dispextern.h (Fx_show_tip): Adjust number of parameters | |
2297 in prototype. | |
2298 | |
30219 | 2299 * keyboard.c (show_help_echo): Add parameters OBJECT and POS. |
2300 if HELP is a function, call it with OBJECT and POS as parameters | |
2301 to get the help to display. | |
2302 (gen_help_event, kbd_buffer_store_help_event): New functions. | |
2303 (kbd_buffer_get_event): Construct the Lisp help-event differently. | |
2304 (read_char): Call show_help_echo with new parameters. | |
2305 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2306 * keyboard.h (gen_help_event, kbd_buffer_store_help_event): |
30219 | 2307 Add prototypes. |
2308 | |
2309 * xterm.c (help_echo_object, help_echo_pos): New variables. | |
2310 (note_mode_line_highlight): Store additional information about the | |
2311 help-echo in help_echo_object and help_echo_pos. Check both | |
2312 `local-map' and `keymap' properties for changing the cursor | |
2313 (note_mouse_highlight): Store additional information about the | |
2314 help-echo in help_echo_object and help_echo_pos. | |
2315 (note_tool_bar_highlight): Set help_echo_object to nil and | |
2316 help_echo_pos to -1. | |
2317 (XTread_socket): Use gen_help_event instead of filling | |
2318 input_events manually. | |
2319 (syms_of_xterm): Staticpro help_echo_object. | |
2320 | |
2321 * xmenu.c (menu_highlight_callback): Use | |
2322 kbd_buffer_store_help_event instead of setting up and input_event | |
2323 structure manually. | |
2324 | |
2325 * xdisp.c (eval_form): GCPRO argument sexpr. | |
2326 (call_function): New function. | |
2327 (handle_single_display_prop): Use call_function and FUNCTIONP | |
2328 instead of checking whether if font_height is a symbol and | |
2329 using eval_form. | |
2330 | |
2331 * eval.c (internal_condition_case_2): New function. | |
2332 | |
2333 * lisp.h (FUNCTIONP): New macro. | |
2334 (internal_condition_case_2, call_function): Add prototypes. | |
2335 | |
30203 | 2336 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event) |
2337 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket): | |
2338 Always set `arg' member of input_events. | |
2339 (construct_menu_click): Unused function removed. | |
2340 | |
2341 * msdos.c (dos_rawgetc): Always set `arg' member of input_events. | |
2342 | |
2343 * w32term.c (construct_mouse_click, construct_mouse_wheel) | |
2344 (construct_drag_n_drop, x_scroll_bar_handle_click) | |
2345 (w32_read_socket): Always set `arg' member of input_events. | |
2346 | |
2347 * keyboard.c (show_help_echo): Use eval_form. Add comment. | |
2348 | |
2349 * lisp.h (eval_form): Add prototype. | |
2350 | |
2351 * xdisp.c (eval_form): Make it externally visible. | |
2352 | |
30183 | 2353 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
2354 | |
2355 * xterm.c (x_handle_tool_bar_click): Store the frame in the | |
2356 frame_or_window slot of TOOL_BAR_EVENT input events instead of | |
2357 consing. For prefix events, store the frame in the `arg' slot of | |
2358 the event, otherwise store the key there. | |
2359 (XTread_socket): Instead of consing, use the frame_or_window slot | |
2360 of HELP_EVENTs for the frame, and the `arg' slot for the help | |
2361 string. | |
2362 | |
2363 * xmenu.c (menu_highlight_callback): Store help string in the | |
2364 `arg' member of the input event; don't cons. | |
2365 (menubar_selection_callback): Use the `arg' slot of input events | |
2366 to queue additional information, instead of consing. | |
2367 | |
2368 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs. | |
2369 | |
2370 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in | |
2371 TOOL_BAR_EVENTs. | |
2372 (w32_read_socket): Adapt to changes in HELP_EVENTs. | |
2373 | |
2374 * w32menu.c (menubar_selection_callback): Use the `arg' slot of | |
2375 input events to queue additional information, instead of consing. | |
2376 | |
2377 * keyboard.c (kbd_buffer_gcpro): Renamed from | |
2378 kbd_buffer_frame_or_window. Now used for all Lisp objects | |
2379 referenced from the input queue. | |
2380 (kbd_buffer_store_event): Always use structure assignment for | |
2381 copying input events. Record all Lisp objects referenced from | |
2382 events in kbd_buffer_gcpro. | |
2383 (kbd_buffer_get_event): Construct Lisp `help-echo' events | |
2384 differently from input events. Test for prefix menu_bar_events | |
2385 and TOOL_BAR_EVENTs differently. Reset all slots used by an input | |
2386 event in kbd_buffer_gcpro to nil. | |
2387 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose | |
2388 frame_or_window is equal to its arg member as prefix events. | |
2389 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro | |
2390 used by an input event to nil. | |
2391 (init_keyboard): Use two times the size of the input queue | |
2392 for kbd_buffer_gcpro. | |
2393 (syms_of_keyboard): Likewise. | |
2394 | |
2395 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use | |
2396 USER_SIGNAL_EVENT. | |
2397 | |
2398 * termhooks.h (struct input_event): Add member `arg'. | |
2399 (MENU_BAR_EVENT): Renamed from menu_bar_event. | |
2400 (USER_SIGNAL_EVENT): Renamed from user_signal. | |
2401 | |
2402 * xfaces.c (ASET): Remove definition. | |
2403 | |
2404 * lisp.h (AREF, ASET, ASIZE): New macros. | |
2405 | |
2406 * fontset.c (AREF, ASIZE): Remove definitions. | |
2407 | |
2408 * fns.c (AREF): Remove definition. | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2409 |
30183 | 2410 * composite.c (AREF): Remove definition. |
2411 | |
30163 | 2412 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
2413 | |
30166 | 2414 * dispnew.c (redraw_overlapped_rows): Add missing local. |
2415 (scrolling_window): Remove debug code. | |
2416 | |
30163 | 2417 * xdisp.c (try_window_reusing_current_matrix, try_window_id): |
2418 Before scrolling, turn off a mouse-highlight in the window | |
2419 being scrolled. | |
2420 | |
2421 * xterm.c (x_update_window_end): Add parameter | |
2422 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight | |
2423 redisplay in XTframe_up_to_date. | |
2424 (x_clear_mouse_face): New function. | |
2425 (x_redisplay_interface): Add pointer to x_clear_mouse_face. | |
2426 | |
2427 * dispnew.c (make_current): Preserve the mouse_face_p flag of the | |
2428 current glyph row. | |
2429 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set | |
2430 it when any row is written to that contains glyphs highlighted in | |
2431 mouse-face. | |
2432 (update_window): Call the window update end hook with new | |
2433 parameter MOUSE_FACE_OVERWRITTEN_P. | |
2434 (direct_output_for_insert): Give up if row contains mouse-face. | |
2435 | |
2436 * dispextern.h (struct redisplay_interface): Add parameter | |
2437 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. | |
2438 (clear_mouse_face): New function pointer member. | |
2439 | |
30157
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2440 2000-07-11 Stefan Monnier <monnier@cs.yale.edu> |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2441 |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2442 * syntax.c (back_comment): Use one switch rather than a few `if's. |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2443 Obey open_paren_in_column_0_is_defun_start. |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2444 When reverting to the `slow' method, try to nicely handle the case |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2445 of nested comments by checking that the comment-starter we found |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2446 does indeed match the comment-ender. |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2447 (scan_sexps_forward, scan_sexps_forward): |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2448 Ignore excessive opening parenthesis rather than throwing an error. |
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
2449 |
30155 | 2450 2000-07-11 Gerd Moellmann <gerd@gnu.org> |
2451 | |
2452 * doc.c (Fsubstitute_command_keys): Handle case that a GC | |
2453 in Fwhere_is_internal or get_keymap_1 relocates string contents. | |
2454 | |
2455 * dispnew.c (direct_output_forward_char): Give up if currently | |
2456 displaying a message instead of the minibuffer contents. | |
2457 | |
2458 * xterm.c (x_update_window_begin): No need to turn off the mouse | |
2459 highlight here. | |
2460 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
2461 depending on whether they contain glyphs highlighted in | |
2462 mouse-face. | |
2463 | |
2464 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set, | |
2465 compare the mouse_face_p flags of both rows. | |
2466 | |
2467 * dispextern.h (struct glyph_row): Add flag mouse_face_p. | |
2468 | |
30146 | 2469 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
2470 | |
2471 * keyboard.c (show_help_echo): Accept additional parameter | |
2472 ok_to_overwrite_keystroke_echo. | |
2473 (read_char): Call show_help_echo with a zero | |
2474 ok_to_overwrite_keystroke_echo argument. | |
2475 * keyboard.h (show_help_echo): Update prototype of | |
2476 show_help_echo. | |
2477 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero | |
2478 ok_to_overwrite_keystroke_echo argument. | |
2479 * w32menu.c (w32_menu_display_help): Call show_help_echo with | |
2480 non-zero ok_to_overwrite_keystroke_echo argument. | |
2481 | |
30135 | 2482 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
2483 | |
30140 | 2484 * xdisp.c (try_window_id): If changes are all below what is |
2485 displayed in the window, and point is in the window, we still | |
2486 might have to find point on the display. | |
2487 | |
2488 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch | |
2489 glyphs instead of a single one. | |
2490 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
2491 with new argument list. | |
2492 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
2493 | |
30135 | 2494 * keymap.c (get_keymap_1): Add comment that this function can GC. |
2495 (where_is_internal_2, where_is_internal_1): Add GCPROs, add | |
2496 comment that functions can GC. | |
2497 (Fset_keymap_parent): GCPRO arg KEYMAP. | |
2498 | |
30133 | 2499 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il> |
2500 | |
2501 * msdos.c (XMenuActivate): After exiting the menu, restore the | |
2502 echo area message and erase it. | |
2503 | |
30125 | 2504 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
2505 | |
2506 * fontset.c (Ffontset_info): Make the return value more compatible | |
2507 with that of Emacs 20. | |
2508 | |
30107 | 2509 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
2510 | |
2511 * eval.c (Fsignal): Handle case that backtrace_list is null. | |
2512 | |
30104 | 2513 2000-07-07 Kenichi Handa <handa@etl.go.jp> |
2514 | |
2515 * ccl.c (Fccl_execute): Typo fixed. | |
2516 | |
30096 | 2517 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
2518 | |
30103 | 2519 * window.c (window_loop): Add missing gcpro1 local variable. |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2520 |
30096 | 2521 * window.c (Fwindow_list): Reverse list at the end. |
2522 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil | |
2523 means allow windows on OWINDOW's frame, only. | |
2524 (window_loop): Simplified; use Fwindow_list. | |
2525 | |
2526 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make. | |
2527 | |
30085 | 2528 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2529 | |
2530 * xterm.c (XTread_socket): Increment handling_signal at the start, | |
2531 decrement it at the end. | |
2532 | |
2533 * eval.c (handling_signal): New variable. | |
2534 (Fsignal): Abort if handling_signal is non-zero. | |
2535 | |
2536 * lisp.h (handling_signal): External declaration. | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2537 |
30085 | 2538 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. |
2539 | |
30079
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2540 2000-07-05 Ken Raeburn <raeburn@gnu.org> |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2541 |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2542 Sound support for NetBSD through "Linux emulation" support: |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2543 * config.in (HAVE_SOUNDCARD_H): Undef. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2544 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2545 * Makefile.in (LIBSOUND): New variable. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2546 (LIBES): Include it. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2547 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2548 <soundcard.h>. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2549 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2550 elsewhere. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2551 (vox_open): Use DEFAULT_SOUND_DEVICE. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2552 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio. |
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
2553 |
30076 | 2554 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2555 | |
2556 * print.c (print_error_message): If Vsignaling_function is set, | |
2557 show it in *Messages*. | |
2558 | |
2559 * lisp.h (Vsignaling_function): External declaration. | |
2560 | |
2561 * eval.c (Vsignaling_function): New variable. | |
2562 (Fsignal): Compute it. | |
2563 (syms_of_eval): Staticpro it. | |
2564 | |
30069 | 2565 2000-07-05 Dave Love <fx@gnu.org> |
2566 | |
2567 * syswait.h: Use the autoconf recommended approach. Old code | |
2568 #if'd out in case we need to revert. | |
2569 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2570 * config.in (HAVE_SYS_WAIT_H): Added. |
30069 | 2571 |
30067 | 2572 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2573 | |
2574 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore | |
2575 when non-NULL instead of __morecore, to take account of buffer | |
2576 memory. This also solves a problem with spurious memory warnings | |
2577 on Windows. | |
2578 | |
2579 * ralloc.c: Make real_morecore non-static. | |
2580 | |
2581 * eval.c (internal_condition_case): Comment out abort if | |
2582 interrupt_input_blocked is not zero. | |
2583 | |
2584 * makefile.nt: Add support for `bootstrap' and related targets. | |
2585 Include minimal debug info in emacs.exe in release build. | |
2586 Remove all dependencies on lisp.h, and fixup some others. | |
2587 | |
2588 * w32.c (init_environment): Install code from 20.7 for providing | |
2589 default values for environment variables, based on the | |
2590 executable's own location. | |
2591 (map_w32_filename): Handle filenames that are longer than | |
2592 MAX_PATH. | |
2593 (sys_socket): Install socket inheritance bug fix from 20.7. | |
2594 | |
2595 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included | |
2596 here via blockinput.h). | |
2597 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2598 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2599 |
30098
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
2600 * w32menu.c (w32_menu_display_help): |
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
2601 * xmenu.c (menu_help_callback): Use show_help_echo. |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2602 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2603 * keyboard.h (show_help_echo): Declare. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2604 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2605 * keyboard.c (show_help_echo): New function, extracted from read_char. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2606 Feval its `msg' argument if it's a cons cell. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2607 (read_char): Use it. |
30118
67bba9343314
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30107
diff
changeset
|
2608 (follow_key): Pass `autoload' to get_keyelt. |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2609 |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2610 * xterm.c (note_mode_line_highlight, note_mouse_highlight) |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2611 (note_tool_bar_highlight, XTread_socket): |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2612 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight) |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2613 (dos_rawgetc): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2614 * w32term.c (note_mode_line_highlight, note_mouse_highlight) |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2615 (note_tool_bar_highlight, w32_read_socket): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2616 Do not gratuitously ignore non-string `help-echo' properties. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
2617 |
30043 | 2618 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
2619 | |
30049 | 2620 * eval.c (Feval): Put check for interrupt_input_block in #if 0. |
2621 | |
30046 | 2622 * window.c (delete_all_subwindows): Reset Vwindow_list. |
2623 | |
30043 | 2624 * xterm.c (x_append_glyph, x_append_composite_glyph) |
2625 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
2626 changes in struct glyph starting 1999-12-27. Some bit-fields of | |
2627 struct glyph were not set, which made glyphs unequal when compared | |
2628 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering | |
2629 effects were the result. This also depended on the contents of | |
2630 memory returned by xmalloc. If flickering happens again, activate | |
2631 the code in clear_glyph_row that's in #if 0. If the flickering is | |
2632 gone with that, chances are that it is caused by something | |
2633 similar. | |
2634 | |
2635 * dispnew.c (clear_glyph_row): Add debug code in #if 0. | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2636 |
30043 | 2637 * dispextern.h: Add some comments. |
2638 | |
2639 * window.c (add_window_to_list): Add parameter LIST. | |
2640 (window_list): Order list so that, for each frame, windows are | |
2641 in canonical order, and so that frames appear in the list in | |
2642 the order given by Vframe_list. | |
2643 (next_window): Reverse the handling of NEXT_P. | |
2644 | |
30031 | 2645 2000-07-04 Gerd Moellmann <gerd@gnu.org> |
2646 | |
30038 | 2647 * window.c (Vwindow_list): New variable. |
2648 (make_window, delete_window): Set Vwindow_list to nil. | |
2649 (check_window_containing): New function. | |
2650 (window_from_coordinates): Rewritten. | |
2651 (add_window_to_list, window_list, candidate_window_p) | |
2652 (decode_next_window_args, next_window): New functions. | |
2653 (Fnext_window, Fprevious_window): Rewritten in terms of | |
2654 next_window. | |
2655 (Fwindow_list): New function. | |
2656 (Fother_window): Cleaned up. | |
2657 (foreach_window): Add a longer "variable argument list". Let | |
2658 callback function return 0 to indicate that cycling over windows | |
2659 should stop. | |
2660 (foreach_window_1): Likewise. | |
2661 (freeze_window_start): Return int. | |
2662 (init_window): New function. | |
2663 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list. | |
2664 | |
2665 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear | |
2666 input_event with bzero. | |
2667 (main): Call init_window. | |
2668 | |
30031 | 2669 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating |
2670 a menu filter. | |
2671 | |
30026 | 2672 2000-07-04 Kenichi Handa <handa@etl.go.jp> |
2673 | |
2674 * composite.h (make_composition_value_copy): Extern it. | |
2675 | |
2676 * composite.c (make_composition_value_copy): New function. | |
2677 | |
2678 * editfns.c (Fformat): While copying text properties, make each | |
2679 composition property value a copy. | |
2680 | |
2681 * fns.c (concat): While copying text properties, make each | |
2682 composition property value a copy. | |
2683 | |
29996 | 2684 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2685 | |
30012 | 2686 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define. |
2687 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2688 * fns.c (sweep_weak_table): Mark only objects that are not |
30008 | 2689 marked already. |
2690 | |
29996 | 2691 * frame.c (next_frame, prev_frame): If MINIBUF is a window, |
2692 include those frames as candidates which have their focus | |
2693 redirected to the minibuffer frame. | |
2694 | |
29992
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
2695 2000-07-03 Stefan Monnier <monnier@cs.yale.edu> |
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
2696 |
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
2697 * fns.c (Fputhash): Return `value' rather than nil. |
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
2698 |
29988 | 2699 2000-06-30 Gerd Moellmann <gerd@gnu.org> |
2700 | |
29989 | 2701 * frame.c (next_frame): Don't check focus redirection in case |
2702 MINIBUF is a window. Doing so excludes frames using MINIBUF | |
29988 | 2703 unless their focus is redirected, which contradicts the |
2704 specification of next-frame, and leads to infinite loops in | |
2705 certain situations when cycling through windows with next-window. | |
2706 | |
29983 | 2707 2000-06-30 Kenichi Handa <handa@etl.go.jp> |
2708 | |
29984 | 2709 * coding.c (code_convert_region): Even if the length of text is |
29983 | 2710 zero, try to convert it if coding->type is coding_type_ccl. |
29984 | 2711 (decode_coding_string, encode_coding_string): Likewise. |
29983 | 2712 |
29972 | 2713 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
2714 | |
29982 | 2715 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse |
29989 | 2716 the display if windows_or_buffers_changed. |
29982 | 2717 |
2718 * dispnew.c (struct row_entry): New structure. | |
2719 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) | |
2720 (row_table_size, old_lines, new_lines, old_lines_size) | |
2721 (new_lines_size, run_pool, runs_size, runs): New variables. | |
2722 (add_row_entry): New function. | |
2723 (scrolling_window): Use data structures allocated with xmalloc and | |
29989 | 2724 held in global variables, instead of allocating them with alloca and |
29982 | 2725 holding them in local variables. Use a larger hash table whose |
2726 size depends on glyph matrix sizes. Don't use bzero to clear the | |
2727 hash table; instead, clear used slots only. | |
2728 | |
2729 * fns.c (next_almost_prime): Make it externally visible. | |
2730 | |
2731 * lisp.h (next_almost_prime): Add prototype. | |
2732 | |
29972 | 2733 * s/isc4-0.h (sigunblock): Define. |
2734 | |
2735 * s/sco5.h (sigunblock): Define. | |
2736 | |
29965 | 2737 2000-06-27 Dave Love <fx@gnu.org> |
2738 | |
2739 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change | |
2740 (moved to osf5-0.h). | |
2741 [!NOT_C_CODE]: Protect string.h stuff. | |
2742 | |
2743 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) | |
2744 (sys_siglist, NSIG): Definitions moved here from osf1.h. | |
2745 | |
29961 | 2746 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
2747 | |
29989 | 2748 * xdisp.c (resize_mini_window): Subtract the extra line spacing |
29961 | 2749 below the last line from the needed window height. |
2750 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2751 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2752 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2753 * fns.c (Fplist_member): Renamed from Fwidget_plist_member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2754 (Fwidget_get): Use it. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2755 (syms_of_fns): Defsubr it. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
2756 |
29939 | 2757 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
2758 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2759 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the |
29949 | 2760 display info for XIM. |
2761 (xim_open_dpy): Likewise. | |
2762 (xim_close_dpy): Don't free the display info's XIM. | |
2763 | |
2764 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic. | |
2765 | |
2766 * config.in (USE_XIM): New define. | |
2767 | |
29942 | 2768 * keymap.c (get_keyelt): For menu-items containing a `:filter |
2769 FILTER', apply FILTER to the menu-item's definition to get the | |
2770 real definition to use. | |
2771 | |
2772 * lisp.h (QCfilter): External declaration. | |
2773 | |
29939 | 2774 * xfns.c (Fimage_size): New function. |
2775 (syms_of_xfns): Defsubr it. | |
2776 | |
29933 | 2777 2000-06-26 Andreas Schwab <schwab@suse.de> |
2778 | |
2779 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after | |
2780 Fstring_as_unibyte. | |
2781 | |
29930 | 2782 2000-06-25 Dave Love <fx@gnu.org> |
2783 | |
2784 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, | |
2785 tgetnum. | |
2786 | |
2787 * Makefile.in (blockinput.h): Depend on atimer.h. | |
2788 (atimer.h): Depend on systime.h. | |
2789 | |
2790 * blockinput.h: Protect against multiple inclusion. Include | |
2791 atimer.h. | |
2792 | |
2793 * atimer.h: Protect against multiple inclusion. Include | |
2794 systime.h. | |
2795 | |
2796 * lisp.h (swap_in_global_binding): Declare. | |
2797 | |
29921
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
2798 2000-06-24 Ken Raeburn <raeburn@gnu.org> |
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
2799 |
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
2800 * process.c (Fopen_network_stream): Turn off atimers for duration |
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
2801 of call to connect. (Patch from Gerd.) |
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
2802 |
29916 | 2803 2000-06-23 Dave Love <fx@gnu.org> |
2804 | |
29918 | 2805 * ralloc.c: Maybe include unistd.h |
2806 | |
29916 | 2807 * emacs.c (setgrp): Undefine before defining. |
2808 (malloc_warning, set_time_zone_rule, index): Prototype. | |
2809 | |
2810 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use | |
2811 HAVE_STRUCT_TIMEZONE. | |
2812 | |
2813 * s/osf1.h: Move string.h hack here from alpha.h and make it | |
2814 conditional. | |
2815 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with | |
2816 _XOPEN_SOURCE. | |
2817 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define. | |
2818 (SOCKLEN_TYPE): Don't define. | |
2819 | |
2820 * m/alpha.h: Remove string.h hack. | |
2821 | |
2822 * s/osf5-0.h: New file. | |
2823 | |
2824 * filelock.c: Use feature tests for fcntl.h, string.h. Don't | |
2825 include time.h, done by systime.h. | |
2826 [__FreeBSD__]: Remove redundant includes. | |
2827 | |
29942 | 2828 * callproc.c (setpgrp): Undefine before defining. |
29916 | 2829 (delete_temp_file): Return Qnil to avoid warning. |
2830 | |
2831 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. | |
2832 | |
2833 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not | |
2834 HAVE_X_WINDOWS. | |
2835 | |
2836 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset. | |
2837 | |
2838 * composite.h (compose_text): Declare. | |
2839 | |
2840 * xterm.c: Don't include sys/types.h unconditionally. Don't | |
2841 protect its inclusion with !USG (following xmenu.c). | |
2842 | |
29888 | 2843 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
2844 | |
2845 * xfns.c (x_create_tip_frame): Initialize frame's colors like | |
2846 in x_create_frame. | |
2847 | |
29878 | 2848 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il> |
2849 | |
2850 * coding.c (decode_eol_post_ccl): Special handling for undecided | |
2851 and inconsistent EOL types. | |
2852 | |
29860 | 2853 2000-06-22 Gerd Moellmann <gerd@gnu.org> |
2854 | |
29868 | 2855 * xrdb.c (x_load_resources): Add default resource for scroll bar's |
2856 trough color and main window's background color. | |
2857 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2858 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events |
29868 | 2859 differently. |
2860 | |
2861 * xterm.h (Xt_app_con): External declaration. | |
2862 | |
2863 * widget.c (EmacsFrameRealize): Fix typo. | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2864 |
29862 | 2865 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask. |
2866 | |
29860 | 2867 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero. |
2868 (handle_invisible_prop): Record the start of invisible text in | |
2869 it->add_overlay_start. | |
2870 (struct overlay_entry): Add member `overlay'. | |
2871 (handle_overlay_change): Simplify. | |
2872 (next_overlay_string): After having processed overlay strings at the | |
2873 end of the buffer, record that fact in | |
2874 it->overlay_strings_at_end_processed_p. | |
2875 (compare_overlay_entries): If before- and after-strings come | |
2876 from the same overlay, let before-strings come first. | |
2877 (RECORD_OVERLAY_STRING): Record the overlay that strings come from. | |
2878 (load_overlay_strings): Take it->add_overlay_start into account | |
2879 when adding overlay strings. | |
2880 | |
2881 * dispextern.h (struct it): Add member add_overlay_start. | |
2882 | |
29852 | 2883 2000-06-22 Dave Love <fx@gnu.org> |
2884 | |
2885 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. | |
2886 | |
2887 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here. | |
2888 | |
29846 | 2889 2000-06-22 Kenichi Handa <handa@etl.go.jp> |
2890 | |
2891 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it | |
2892 is greater than 0. | |
2893 | |
29843 | 2894 2000-06-21 Dave Love <fx@gnu.org> |
2895 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2896 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. |
29843 | 2897 |
29836
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2898 2000-06-21 Stefan Monnier <monnier@cs.yale.edu> |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2899 |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2900 * syntax.c (back_comment): Simplify string-parity counting (with |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2901 the added benefit of handling multiple string-styles as long as |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2902 they are not intertwined). |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2903 Jump to the slow code as soon as a comment starter is found in |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2904 a "string_lossage" position. Fixes the case: " /* " /* " */. |
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
2905 |
29834 | 2906 2000-06-21 Dave Love <fx@gnu.org> |
2907 | |
2908 * Makefile.in: Use GETLOADAVG_LIBS. | |
2909 | |
2910 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, | |
2911 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE. | |
2912 | |
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2913 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2914 |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2915 * syntax.c (describe_syntax): Recognize the `n'estable bit. |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2916 (Fforward_comment, scan_lists): |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2917 Check the comstyle of single-char comment-starters. |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2918 (scan_sexps_forward): Don't try to recognize `half comment-enders' if |
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2919 we're just at the beginning of the comment (f.ex with (*) ... (*)). |
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
2920 Check the comstyle of single-char comment-starters. |
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
2921 Clarify control-flow around the Scomment case. |
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
2922 |
29815 | 2923 2000-06-20 Dave Love <fx@gnu.org> |
2924 | |
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
2925 * fns.c (make_hash_table, maybe_resize_hash_table): |
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
2926 Cast arg of next_almost_prime. |
29815 | 2927 |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2928 * tparam.c [emacs]: Include lisp.h. |
29815 | 2929 |
2930 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h | |
2931 and unistd.h. | |
2932 | |
29814 | 2933 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
2934 | |
29820 | 2935 * keyboard.c (adjust_point_for_property): Check if display |
2936 property should be treated as intangible by looking at its | |
2937 value. | |
2938 | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2939 * xdisp.c (single_display_prop_intangible_p) |
29820 | 2940 (display_prop_intangible_p): New functions. |
2941 | |
2942 * dispextern.h (display_prop_intangible_p): Add prototype. | |
2943 | |
2944 * xdisp.c (dump_glyph_row): Show type of glyph->object. | |
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
2945 |
29814 | 2946 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second |
2947 argument to sigprocmask. | |
2948 | |
2949 * s/sco5.h (sigblock): Redefined to pass a pointer as second | |
2950 argument to sigprocmask. | |
2951 | |
2952 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set | |
2953 sigprocmask_set, and pass a pointer to it to sigprocmask. | |
2954 | |
2955 * sysdep.c (sigprocmask_set): New variable. | |
2956 | |
2957 * fileio.c (make_temp_name): Don't use `%s' in string passed to | |
2958 report_file_error. | |
2959 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
2960 2000-06-20 Sam Steingold <sds@gnu.org> |
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
2961 |
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
2962 * xrdb.c: Don't declare xmalloc, xrealloc. |
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
2963 |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2964 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2965 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2966 * regex.c (re_match, re_match_2): Protect calls to alloca (0). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2967 (re_comp): Cast gettext return value to avoid complaints when |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2968 !HAVE_LIBINTL. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
2969 |
29786 | 2970 2000-06-20 Dave Love <fx@gnu.org> |
2971 | |
29796 | 2972 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, |
2973 HAVE_GETTIMEOFDAY. | |
2974 | |
29815 | 2975 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. |
29796 | 2976 |
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
2977 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD. |
29796 | 2978 |
2979 * m/alpha.h: Don't declare xmalloc, xrealloc. | |
2980 | |
29790 | 2981 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT. |
2982 | |
2983 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. | |
2984 | |
2985 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. | |
2986 | |
2987 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare | |
2988 HAVE_GETWD. | |
2989 | |
29786 | 2990 * keyboard.h (poll_for_input_1): Declare. |
2991 | |
2992 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure). | |
2993 | |
2994 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | |
2995 | |
2996 * doprnt.c: Don't declare xmalloc, xrealloc. | |
2997 | |
2998 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text) | |
2999 (getenv, ctime, getwd): Removed. | |
3000 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE. | |
3001 | |
3002 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic, | |
3003 x_set_tool_bar_lines. | |
3004 | |
3005 * config.in: Add HAVE_GETWD. Move some definitions above | |
3006 machine/system includes. | |
3007 | |
29766 | 3008 2000-06-20 Kenichi Handa <handa@etl.go.jp> |
3009 | |
29770 | 3010 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1. |
3011 | |
29766 | 3012 * xfaces.c (font_list): Handle the case that REGISTRY doesn't |
3013 contain information about ENCODING. | |
3014 | |
3015 * fontset.c (FONTSET_ASCII): Use the first element of char table | |
3016 for an ASCII font, not defalt slot. | |
3017 (fontset_ref_via_base): If FONTSET doesn't contain information for | |
3018 C, try the default fontset. | |
3019 (make_fontset): Don't copy the default fontset. | |
3020 (fontset_font_pattern): Likewise. | |
3021 (accumulate_font_info): If ELT is nil, use the corresponding | |
3022 element in the default fontset. | |
3023 | |
29752 | 3024 2000-06-19 Dave Love <fx@gnu.org> |
3025 | |
29758 | 3026 * syntax.c (Fparse_partial_sexp): Doc fix. |
3027 | |
3028 * regex.h: Test PROTOTYPES as well as __STDC__. | |
3029 | |
29752 | 3030 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare |
3031 errno, strerror. Put text after #endif in comment. | |
3032 | |
3033 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for | |
3034 pcc). | |
3035 | |
3036 * xterm.c (x_frame_of_widget): Likewise. | |
3037 | |
29747 | 3038 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
3039 | |
3040 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table | |
3041 to Vfundamental_mode_abbrev_table. | |
3042 | |
3043 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no | |
3044 bogus objects are marked. This slows down GC by ~80 percent, but | |
3045 it might be worth trying when debugging GC-related problems. | |
3046 This feature requires conservative stack marking to be enabled. | |
3047 | |
3048 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString | |
3049 returns XLookupChars, reset `modifiers' to zero. | |
3050 | |
29738 | 3051 2000-06-19 Dave Love <fx@gnu.org> |
3052 | |
3053 * mktime.c: Unprotoized. | |
3054 | |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3055 2000-06-19 Richard Stallman <rms@gnu.org> |
29736 | 3056 |
3057 * data.c (set_internal): If variable is frame-local, | |
3058 store the new value immediately into the frame parameter alist. | |
3059 | |
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3060 2000-06-19 Ken Raeburn <raeburn@gnu.org> |
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3061 |
29728
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3062 * xfns.c (jpeg_load): Fetch error-handling data first, then fill |
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3063 in the custom handler pointer. |
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3064 |
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3065 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key |
29727
a1a4b7597a40
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
29726
diff
changeset
|
3066 value, or checks for CHAR_META can fail when Lisp_Object is a |
a1a4b7597a40
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
29726
diff
changeset
|
3067 union type. |
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3068 * keymap.c (get_keyelt): Likewise. |
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3069 |
29720 | 3070 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
3071 | |
3072 * ccl.h (struct ccl_program): New member eol_type. | |
3073 (struct ccl_spec): New member cr_carryover. | |
3074 | |
3075 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type. | |
3076 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF. | |
3077 | |
3078 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'. | |
3079 (ccl_coding_driver): On encoding, initialize ccl->eol_type. | |
3080 (decode_eol_post_ccl): New function. | |
3081 (decode_coding): Don't detect EOL format here for CCL based coding | |
3082 systems. | |
3083 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call | |
3084 decode_eol_post_ccl after running the CCL program. | |
3085 (code_convert_region): Don't detect EOL format here for CCL based | |
3086 coding systems. | |
3087 (decode_coding_string): Likewise. | |
3088 | |
29717
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3089 2000-06-18 Ken Raeburn <raeburn@gnu.org> |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3090 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3091 * charset.c (update_charset_table): Use XINT on "iso_final_char" |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3092 when treating it as an integer. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3093 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3094 * coding.h (encode_coding_string): Declare. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3095 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3096 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3097 it as an integer. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3098 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3099 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3100 "xkeymap" to avoid shadowing the "enum map_type" value that needs |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3101 to be passed to get_local_map. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3102 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3103 * sound.c (Fplay_sound): Don't call make_number on |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3104 Frun_hook_with_args count argument. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3105 |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3106 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3107 for lisp objects in X event structure data field, when lisp |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3108 objects are represented with unions. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3109 (x_scroll_bar_to_input_event): Ditto. |
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3110 |
29697
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3111 2000-06-16 Ken Raeburn <raeburn@gnu.org> |
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3112 |
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3113 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL |
29698
9ad6e18de5f7
* xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer.
Ken Raeburn <raeburn@raeburn.org>
parents:
29697
diff
changeset
|
3114 termination of string. Fix sense of test whether |
9ad6e18de5f7
* xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer.
Ken Raeburn <raeburn@raeburn.org>
parents:
29697
diff
changeset
|
3115 Vline_number_display_limit is an integer. |
29697
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3116 |
29688 | 3117 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
3118 | |
29712 | 3119 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors |
3120 only if HAVE_X_WINDOWS. | |
3121 | |
29696 | 3122 * keymap.c (describe_buffer_bindings): Add `\f\n' in front |
3123 of titles. | |
3124 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3125 * dispnew.c (update_frame_1): Handle case that cursor vpos is |
29688 | 3126 out of bounds. |
3127 | |
29670 | 3128 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
3129 | |
3130 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS | |
3131 of its headers. | |
3132 | |
29662 | 3133 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
3134 | |
3135 * coding.c (decode_coding_emacs_mule): Always set src_base at the | |
3136 start of the while loop. | |
3137 | |
29661 | 3138 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
3139 | |
29673 | 3140 * atimer.c (alarm_signal_handler): Add forward declaration. |
3141 | |
29661 | 3142 * data.c (set_internal): Remove debug code. |
3143 | |
29637 | 3144 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
3145 | |
29657 | 3146 * Makefile.in (bootstrap-temacs): Add `-I../src'. |
3147 | |
29654 | 3148 * unexec.c (toplevel) [COFF]: Include coff.h. |
3149 | |
3150 * s/lynxos.h: New file. | |
3151 | |
3152 * keymap.c (Fsingle_key_description): Enclose function key and | |
3153 event symbol names in angle brackets. | |
3154 | |
29644 | 3155 * xdisp.c (setup_echo_area_for_printing): Call |
3156 message_log_maybe_newline if message_buf_print is not set. | |
3157 | |
3158 * print.c (printchar, strout): Don't check message_buf_print | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3159 before calling setup_echo_area_for_printing because that |
29644 | 3160 function does something useful even when message_buf_print is |
3161 already set. | |
3162 | |
29637 | 3163 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New |
3164 variables. | |
3165 (ensure_echo_area_buffers): Initialize echo buffer's | |
3166 truncate lines setting to nil. | |
3167 (with_echo_area_buffer): Don't set the echo buffer's truncate | |
3168 lines setting here. | |
29644 | 3169 (set_message_1): Set it here instead, based on the value |
29637 | 3170 of message_truncate_lines. |
3171 (resize_mini_window): Handle case that lines are truncated. | |
3172 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL | |
3173 message-truncate-lines. | |
3174 | |
3175 * keyboard.c (read_char): Bind message-truncate-lines to t | |
3176 while displaying a help-echo. | |
3177 | |
3178 * lisp.h (Qmessage_truncate_lines): External declaration. | |
3179 | |
29620 | 3180 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
3181 | |
29633 | 3182 * xdisp.c (Vline_number_display_limit): Renamed from |
3183 line_number_display_limit. | |
3184 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit. | |
3185 Extend documentation string. Initialize | |
3186 Vline_number_display_limit to nil meaning no limit. | |
3187 (decode_mode_spec): Use Vline_number_display_limit with its new | |
3188 meaning. | |
3189 | |
29620 | 3190 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. |
3191 | |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3192 2000-06-13 Richard Stallman <rms@gnu.org> |
29620 | 3193 |
3194 * frame.c (Fmodify_frame_parameters): Doc fix. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3195 |
29620 | 3196 * xfns.c (x_set_frame_parameters): Comment fix. |
3197 | |
3198 * frame.c (store_frame_param): Call swap_in_global_binding if the | |
3199 variable's current binding was chosen based on this frame. | |
3200 | |
3201 * data.c (swap_in_global_binding): New function. | |
3202 | |
29615 | 3203 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
3204 | |
3205 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING | |
3206 macro, instead AND with CODING_REQUIRE_ENCODING_MASK. | |
3207 | |
29612 | 3208 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
3209 | |
3210 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_. | |
3211 | |
29606 | 3212 2000-06-12 Jason Rumney <jasonr@gnu.org> |
3213 | |
3214 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__ | |
3215 | |
3216 * w32.h (EMACS_W32_H): Renamed from _NT_H_ | |
3217 | |
3218 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__ | |
3219 | |
3220 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__ | |
3221 | |
29603 | 3222 2000-06-12 Gerd Moellmann <gerd@gnu.org> |
3223 | |
3224 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function. | |
3225 (syms_of_xfaces): Defsubr Sdump_colors. | |
3226 (x_free_colors): Don't treat b&w specially on default visual. | |
3227 (x_free_dpy_colors): New function. | |
3228 (free_face_colors): Don't check visual class; it's done | |
3229 in x_free_colors. | |
3230 | |
3231 * xterm.c (x_frame_of_widget): New function. | |
3232 (x_alloc_nearest_color_for_widget): Use it. | |
3233 (x_copy_dpy_color): New function. | |
3234 (x_destroy_window): Free various colors. | |
3235 | |
29574 | 3236 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
3237 | |
3238 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H. | |
3239 | |
3240 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H. | |
3241 | |
3242 * coding.h (EMASC_CODING_H): Renamed from _CODING_H. | |
3243 | |
3244 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H. | |
3245 | |
3246 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H. | |
3247 | |
29560 | 3248 2000-06-11 Dave Love <fx@gnu.org> |
3249 | |
3250 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H. | |
3251 | |
29558 | 3252 2000-06-11 Eli Zaretskii <eliz@is.elta.co.il> |
3253 | |
3254 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead. | |
3255 | |
29556 | 3256 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
3257 | |
29603 | 3258 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu |
29556 | 3259 to `XEvent *'. |
3260 | |
29537 | 3261 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
3262 | |
29545 | 3263 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. |
3264 (regex_compile): Fix the code for handling the case of single byte | |
3265 char and multibyte char being mixed in a range within [...]. | |
3266 | |
29541 | 3267 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte |
3268 and dst_multibyte members of coding. | |
3269 | |
29537 | 3270 * charset.c (update_charset_table): Update the table |
3271 bytes_by_char_head. | |
3272 (init_charset_once): Initialize elements of bytes_by_char_head to | |
3273 1 except for leading codes for private charases. | |
3274 | |
3275 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80. | |
3276 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte | |
3277 sequence. | |
3278 | |
29536
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
3279 2000-06-09 Ken Raeburn <raeburn@gnu.org> |
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
3280 |
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
3281 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to |
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
3282 access the data it doesn't point to. |
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
3283 |
29517 | 3284 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
3285 | |
3286 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which | |
29556 | 3287 will be translated to a switch-frame event when reading the |
29517 | 3288 event queue. This is necessary because Emacs otherwise won't |
3289 perform a switch-frame to a new frame until some other event, for | |
3290 example a keystroke event, forces it to do so. This has various | |
3291 effects, one visible being that the cursor of a frame created with | |
3292 C-x 5 2 or switched to with a window manager key binding like | |
3293 A-TAB stays hollow because selected_window isn't on the newly | |
3294 focused frame until the switch-frame is performed. | |
3295 | |
3296 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by | |
3297 generating a switch-frame event if necessary. | |
3298 | |
3299 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT. | |
3300 | |
3301 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos'; | |
3302 it's an integer. | |
3303 | |
29502 | 3304 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
3305 | |
3306 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a | |
3307 charset. | |
3308 | |
29482 | 3309 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
3310 | |
29489 | 3311 * window.c (displayed_window_lines): Take empty lines at |
3312 the bottom of a window into account. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3313 |
29487 | 3314 * window.c (displayed_window_lines): New function. |
3315 (Fmove_to_window_line): Use displayed_window_lines to determine | |
3316 the number of lines to move, instead of using the window's height. | |
3317 | |
3318 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange | |
3319 to stop reading, even if the form read sets point to a different | |
3320 value when evaluated. | |
3321 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3322 * xdisp.c (display_line): Fix code deciding in which line to |
29482 | 3323 put the cursor. |
3324 | |
29479 | 3325 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
3326 | |
3327 * fileio.c (e_write): Free composition data if stored in | |
3328 coding->cmp_data. | |
3329 | |
29460 | 3330 2000-06-06 Gerd Moellmann <gerd@gnu.org> |
3331 | |
29475 | 3332 * xdisp.c (display_line): Set row's and iterator's |
3333 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags. | |
3334 Set cursor even if row ends in the middle of a character. | |
3335 (dump_glyph_row): Print values of new flags. | |
3336 (redisplay_window) <cursor movement in unchanged window>: When | |
3337 point has been moved forward, and PT is at the end of the cursor | |
3338 row, don't place the cursor in the next row if the cursor row ends | |
3339 in the middle of a character or at ZV. | |
3340 | |
3341 * dispextern.h (struct it): Add starts_in_middle_of_char_p. | |
3342 (struct glyph_row): Add starts_in_middle_of_char_p and | |
3343 ends_in_middle_of_char_p. | |
3344 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's | |
3345 ends_in_middle_of_char_p flag. | |
3346 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise. | |
3347 | |
29463 | 3348 * term.c (append_glyph): Revert change of 2000-06-06. |
3349 | |
3350 * xdisp.c (display_line): Revert change of 2000-06-06. Treat | |
3351 padding glyph not fitting on line as whole character not | |
3352 fitting on line. | |
3353 | |
29460 | 3354 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0'; |
3355 this isn't true for images with `:ascent 100'. | |
3356 | |
29450 | 3357 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
3358 | |
29457 | 3359 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer |
3360 as modified if it is originally unmodified. | |
3361 | |
29450 | 3362 * term.c (encode_terminal_code): Change the way to check if |
3363 terminal coding does any conversion. | |
3364 (append_glyph): Set glyph->pixel_width correctly. | |
3365 | |
29451 | 3366 * xdisp.c (display_line): While checking line continuation, pay |
3367 attention to a padding glyph. | |
3368 | |
29447 | 3369 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
3370 | |
3371 * xdisp.c (redisplay_window): Always use set_buffer_internal_1. | |
3372 | |
29431 | 3373 2000-06-05 Dave Love <fx@gnu.org> |
3374 | |
29444 | 3375 * xdisp.c: Include fontset.h. |
3376 | |
3377 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned. | |
3378 | |
3379 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
3380 | |
3381 * dispnew.c: Conditionally include term.h. | |
3382 | |
3383 * coding.h: Declare code_convert_string_norecord. | |
3384 | |
3385 * frame.h (struct frame): Use volatile unconditionally. | |
3386 | |
3387 * buffer.h: Remove Vbefore_change_function, Vafter_change_function. | |
3388 | |
3389 * xmenu.c (menu_item_selection): Declare volatile unconditionally. | |
3390 | |
3391 * systime.h: Protect against multiple inclusion. | |
3392 (timezone) [USG5_4]: Define as time_t. | |
3393 | |
3394 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
3395 (Foptimize_char_table, make_temp_name): Declare. | |
3396 | |
3397 * Makefile.in (xdisp.o): Depend on fontset.h. | |
3398 | |
3399 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
3400 | |
3401 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
3402 (Foptimize_char_table, make_temp_name): Declare. | |
3403 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3404 * s/irix4-0.h: |
29431 | 3405 * s/irix5-0.h: |
3406 * s/netbsd.h: Don't define autoconfiscated MATHERR. | |
3407 | |
29397 | 3408 2000-06-02 Dave Love <fx@gnu.org> |
3409 | |
3410 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | |
3411 | |
29395 | 3412 2000-06-02 Gerd Moellmann <gerd@gnu.org> |
3413 | |
3414 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the | |
29447 | 3415 result face, set flags in that face indicating that colors may not |
29395 | 3416 be freed. |
3417 | |
3418 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character | |
3419 glyph, use the ASCII NUL character to determine the face. | |
3420 | |
29388 | 3421 2000-06-02 Dave Love <fx@gnu.org> |
3422 | |
3423 * sysdep.c: Conditionally include stdlib.h, unistd.h. | |
3424 (VFORK_RETURN_TYPE): Remove. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3425 |
29388 | 3426 * config.in: Add NO_MATHERR. |
3427 | |
29368 | 3428 2000-06-01 Dave Love <fx@gnu.org> |
3429 | |
29383 | 3430 * cmds.c (internal_self_insert): Don't check |
3431 Vbefore_change_function, Vafter_change_function. | |
3432 | |
3433 * insdel.c (signal_before_change, signal_after_change): Likewise. | |
3434 | |
3435 * buffer.c (Vbefore_change_function, Vafter_change_function): | |
3436 Variables and their initializations deleted. | |
3437 | |
29372 | 3438 * callint.c (Fcall_interactively): Doc fix. |
3439 | |
29368 | 3440 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. |
3441 | |
29343 | 3442 2000-05-31 Dave Love <fx@gnu.org> |
3443 | |
3444 * textprop.c: Revert last change -- duplicated. | |
3445 | |
29338 | 3446 2000-05-31 Gerd Moellmann <gerd@gnu.org> |
3447 | |
3448 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put | |
3449 in #if 0. | |
3450 | |
3451 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'. | |
3452 | |
29331 | 3453 2000-05-31 Jason Rumney <jasonr@gnu.org> |
3454 | |
29334 | 3455 * search.c (Fre_search_forward, Fre_search_backward) |
3456 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs. | |
3457 | |
29331 | 3458 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil. |
3459 | |
29308 | 3460 2000-05-30 Jason Rumney <jasonr@gnu.org> |
3461 | |
3462 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros. | |
3463 [WINDOWSNT]: Add extern for Vw32_system_coding_system. | |
3464 | |
3465 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type | |
3466 member. | |
3467 | |
3468 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog. | |
3469 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to | |
3470 expand a nil default_filename. | |
3471 | |
3472 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window | |
3473 pointer to glyph_to_pixel_coords, not a frame. | |
3474 | |
3475 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and | |
3476 coding.h to dependencies. | |
3477 | |
3478 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p. | |
3479 | |
3480 * w32console.c (glyph_to_pixel_coords): Change first parameter to | |
3481 window pointer to be consistent with w32term.c and xterm.c. | |
3482 | |
3483 * w32fns.c: Format and doc changes to bring closer to xfns.c. | |
3484 (VIETNAMESE_CHARSET): Define if not defined in system headers. | |
3485 (Qline_spacing, Qcenter): New variables. | |
3486 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c. | |
3487 (x_set_line_spacing): New function. | |
3488 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT | |
3489 macros. | |
3490 (x_specified_cursor_type): New function. | |
3491 (x_set_cursor_type): Use it. | |
3492 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar | |
3493 and icon strings. | |
3494 (validate_x_resource_name, x_get_resource_string): Measure lengths | |
3495 of external strings in bytes. | |
3496 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling | |
3497 GetTextExtentPoint32 with NULL title. | |
3498 (Fx_create_frame): Initialize Qline_spacing. | |
3499 (w32_load_system_font): Initialize font->double_byte_p. | |
3500 (x_to_w32_charset): Use Vw32_charset_info_alist. | |
3501 (Image, busy cursor, tooltip functions): Merged changes from | |
3502 xfns.c. Not yet functional on Windows. | |
3503 | |
3504 * w32gui.h (W32FontStruct): Add double_byte_p member. | |
3505 | |
3506 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant. | |
3507 (emacs_button_translation): Use it. | |
3508 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit | |
3509 in `mask' to be set. | |
3510 | |
3511 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on | |
3512 menu strings. | |
3513 | |
3514 * w32term.c: Format and doc changes to bring closer to xterm.c. | |
3515 (w32_char_font_type): New enum. | |
3516 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c. | |
3517 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p. | |
3518 (w32_encode_char): New function. | |
3519 (x_encode_char): Removed. | |
3520 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of | |
3521 x_encode_char and w32_font_is_double_byte. | |
3522 (x_produce_image_glyph): Use image_ascent. | |
3523 (x_produce_glyphs): Use new version of w32_per_char_metric and | |
3524 handle NULL return value. Allow extra line spacing. | |
3525 (W32_TEXTOUT): Distinguish between Unicode and DBCS text. | |
3526 (w32_get_glyph_overhangs): Remove unicode_p param. Use | |
3527 w32_font_type member of glyph instead. | |
3528 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts. | |
3529 (fast_find_position): Make sure not to consider rows not visible | |
3530 in the window. | |
3531 (w32_read_socket) [WM_MENUSELECT]: Cannot call | |
3532 w32_menu_display_help with input blocked, as it can abort. | |
3533 (x_display_and_set_cursor): Choose cursor depending | |
3534 on buffer-local value of cursor_type. | |
3535 (x_draw_bar_cursor): Add parameter WIDTH. | |
3536 | |
3537 * w32term.h (CP_DEFAULT): Define. | |
3538 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare. | |
3539 | |
29302 | 3540 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
3541 | |
3542 * search.c (Fre_search_forward, Fre_search_backward) | |
3543 (Fposix_search_backward, Fposix_search_forward): Doc fix. | |
3544 | |
29298 | 3545 2000-05-30 Kenichi Handa <handa@etl.go.jp> |
3546 | |
3547 * coding.c (detect_coding_iso2022): Fix code for checking | |
3548 CODING_CATEGORY_MASK_ISO_8_2. | |
3549 | |
29297
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
3550 2000-05-29 Stefan Monnier <monnier@cs.yale.edu> |
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
3551 |
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
3552 * regex.c (PREFETCH_NOLIMIT): New function. |
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
3553 (re_match_2_internal): Use it and adjust the end_match_2 logic. |
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
3554 |
29285 | 3555 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
3556 | |
29295 | 3557 * syntax.c (find_defun_start): Move test for |
3558 open_paren_in_column_0_is_defun_start outside of the loop. | |
3559 | |
29292 | 3560 * xdisp.c (redisplay_window): Really switch buffers when |
3561 displaying mode lines, and temporarily set selected_frame to the | |
3562 frame of the window that's redisplayed. | |
3563 | |
29285 | 3564 * xfaces.c (free_realized_faces): Block/unblock input. |
3565 (free_realized_multibyte_face): Ditto. | |
3566 | |
29283 | 3567 2000-05-29 Dave Love <fx@gnu.org> |
3568 | |
3569 * textprop.c (Qkeymap): New variable. | |
3570 (syms_of_textprop): Intern it. | |
3571 | |
3572 * keymap.c: Include intervals.h. | |
3573 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property. | |
3574 | |
3575 * Makefile.in (keymap.o): Depend on intervals.h. | |
3576 | |
3577 * keyboard.c (menu_bar_items, tool_bar_items) | |
3578 (Fexecute_extended_command): Deal with `keymap' property. | |
3579 (read_key_sequence): Track map from `keymap' property as well as | |
3580 `local_map'. | |
3581 | |
3582 * intervals.c (get_local_map): Extra arg to allow looking for | |
3583 `keymap' too. | |
3584 | |
3585 * intervals.h (map_property): New enum. | |
3586 (get_local_map): Extra arg using it. | |
3587 (Qkeymap): Declare. | |
3588 | |
29285 | 3589 * lisp.h (get_local_map): Don't declare here. |
29283 | 3590 |
29271 | 3591 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
3592 | |
3593 * Makefile.in (callproc.o): Depend on composite.h. | |
3594 | |
3595 * callproc.c: Include composite.h. | |
3596 (Fcall_process): Handle composition correctly. | |
3597 | |
3598 * coding.h (coding_allocate_composition_data): Extern it. | |
3599 (coding_restore_composition): Likewise. | |
3600 | |
3601 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not | |
3602 yet allocated, finish decoding with result | |
3603 CODING_FINISH_INSUFFICIENT_CMP. | |
3604 (coding_allocate_composition_data): Make it non-static. | |
3605 (coding_restore_composition): Likewise. | |
3606 | |
29270 | 3607 2000-05-29 Eli Zaretskii <eliz@is.elta.co.il> |
3608 | |
3609 * charset.c (syms_of_charset): Revert last change. | |
3610 | |
29264 | 3611 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3612 | |
3613 * term.c (produce_glyphs): Treat characters from the eight-bit-* | |
30196
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
3614 charsets as unibyte, with 1-column screen width. Sent by Kenichi |
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
3615 Handa. |
29264 | 3616 |
29261 | 3617 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
3618 | |
3619 * charset.c (syms_of_charset): Set width of character sets | |
3620 eight-bit-control and eight-bit-graphic to 1 column. | |
3621 | |
29254 | 3622 2000-05-26 Gerd Moellmann <gerd@gnu.org> |
3623 | |
3624 * config.in (HAVE_SPEED_T): New define. | |
3625 | |
3626 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as | |
3627 `extern speed_t'. | |
3628 | |
29248 | 3629 2000-05-26 Dave Love <fx@gnu.org> |
3630 | |
3631 * coding.c (shrink_decoding_region): Initialize eol_conversion. | |
3632 | |
3633 * data.c (Qsubrp, Qmany, Qunevalled): New variables. | |
3634 (Fsubr_arity): New function. | |
3635 (syms_of_data): Install them. | |
3636 | |
29226 | 3637 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
3638 | |
29235 | 3639 * charset.c (init_charset_once): Set the table bytes_by_char_head |
3640 correctly. | |
3641 | |
29230 | 3642 * fontset.c (syms_of_fontset): Adjust the font name for ascii of |
3643 the default fontset to what Emacs uses by default. | |
29235 | 3644 (check_registry_encoding): This function deleted. |
3645 (Fset_fontset_font): Remove the adhoc condition for the default | |
3646 fontset. Allow cons in FONTNAME. | |
3647 | |
3648 * fns.c (map_char_table): Ignore char-table entries for | |
3649 charsets eight-bit-control and eight-bit-graphic. | |
29226 | 3650 |
29198
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
3651 2000-05-25 Ken Raeburn <raeburn@gnu.org> |
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
3652 |
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
3653 * emacs.c (main): Initialize keyboard syms before initializing |
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
3654 window code, so face names are available. |
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
3655 |
29195
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
3656 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
3657 |
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
3658 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case |
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
3659 of an anchor at the beginning of a shy-group. |
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
3660 |
29193 | 3661 2000-05-25 Gerd Moellmann <gerd@gnu.org> |
3662 | |
3663 * xdisp.c (handle_invisible_prop): Don't try to skip over | |
3664 invisible text if end of text is already reached. | |
3665 | |
29183 | 3666 2000-05-25 Dave Love <fx@gnu.org> |
3667 | |
29186 | 3668 * xdisp.c (Fdump_glyph_matrix): Declare the arg. |
3669 | |
29183 | 3670 * coding.c (encode_eol): Add null statement after label. |
3671 | |
29181 | 3672 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
3673 | |
3674 * w16select.c (Fw16_set_clipboard_data): Fix the change from | |
3675 2000-05-20. | |
3676 | |
29173 | 3677 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3678 | |
29174 | 3679 * ccl.c (ccl_driver): Fix previous change. |
29173 | 3680 |
29169 | 3681 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
3682 | |
29171 | 3683 * coding.c (run_pre_post_conversion_on_str): Set point to the |
3684 beginning of buffer before calling coding->post_read_conversion. | |
3685 (decode_coding_string): Give correct args to | |
3686 run_pre_post_conversion_on_str. | |
3687 (encode_coding_string): Likewise. | |
3688 | |
29169 | 3689 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> |
3690 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and | |
3691 eight-bit-graphic correctly. | |
3692 | |
29153 | 3693 2000-05-24 Kenichi HANDA <handa@etl.go.jp> |
3694 | |
3695 * fileio.c (Finsert_file_contents): Even if a file is not found, | |
3696 execute codes for setting up coding system. Call | |
3697 after-insert-file-functions unconditionally. | |
3698 | |
29151 | 3699 2000-05-24 Gerd Moellmann <gerd@gnu.org> |
3700 | |
3701 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and | |
3702 BSD_PGRPS are not defined. | |
3703 | |
29142 | 3704 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
3705 | |
3706 * charset.c (update_charset_table): Accept nil in LONG_NAME and | |
3707 DESCRIPTION. | |
3708 (syms_of_charset): Avoid building same strings. | |
3709 | |
29127 | 3710 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3711 | |
3712 * lread.c (Fload): Add a comment about the meaning of | |
3713 Vuser_init_file being t. | |
3714 | |
3715 * puresize.h (BASE_PURESIZE): Increase to 675000. | |
3716 | |
3717 * s/gnu-linux.h (setpgrp): Don't define it here because this | |
3718 prevents compilation on GNU/Linux systems with glib 2.2. | |
3719 | |
3720 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define | |
3721 as setpgid. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3722 |
29104 | 3723 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3724 | |
3725 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc, | |
3726 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS | |
3727 version. | |
3728 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc. | |
3729 | |
29092 | 3730 2000-05-23 Kenichi Handa <handa@etl.go.jp> |
3731 | |
29100
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
3732 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE |
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
3733 unconditionally. |
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
3734 |
29096 | 3735 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. |
3736 | |
3737 * term.c (encode_terminal_code): Set coding->src_multibyte | |
3738 properly. | |
3739 | |
29092 | 3740 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding. |
3741 | |
29064 | 3742 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3743 | |
29068
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
3744 * keyboard.c (read_char): Allow character codes 128..255 to be |
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
3745 handled by input-method-function. |
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
3746 |
29064 | 3747 * insdel.c (adjust_markers_for_replace): Fix previous change. |
3748 (adjust_after_replace): If PREV_TEXT is nil, call | |
3749 adjust_markers_for_insert, not adjust_markers_for_replace. | |
3750 | |
29036 | 3751 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp> |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3752 |
29036 | 3753 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define. |
3754 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF) | |
3755 [HAVE_GRANDPT]: Define. | |
3756 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE. | |
3757 | |
3758 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined | |
3759 like SYSV_PTYS. | |
3760 | |
3761 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines. | |
3762 | |
3763 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h. | |
3764 | |
29028 | 3765 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3766 | |
3767 The following changes are to handle 8-bit characters in a | |
3768 multibyte buffer/string without facing with byte combining | |
3769 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and | |
3770 eight-bit-graphic (for 0xA0..0xFF) are introduced. | |
3771 | |
3772 * Makefile.in (fns.o): Depend on charset.h. | |
3773 | |
3774 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte, | |
3775 convert it to unibyte. | |
3776 (make_string): Use parse_str_as_multibyte, not chars_in_text. | |
3777 | |
3778 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a | |
3779 apparent char boundary. | |
3780 (Fset_buffer_multibyte): Convert 8-bit characters in the range | |
3781 0x80..0x9F to/from multibyte form. | |
3782 | |
3783 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it | |
3784 to unibyte. | |
3785 | |
3786 * callproc.c (Fcall_process): Always encode an argument string if | |
3787 it is multibyte. Setup src_multibyte and dst_multibyte members of | |
3788 process_coding properly. | |
29102 | 3789 |
29028 | 3790 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not |
3791 SPLIT_NON_ASCII_CHAR. | |
3792 | |
3793 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters | |
3794 as is. | |
3795 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR. | |
3796 | |
3797 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New | |
3798 variables. | |
3799 (SPLIT_CHARACTER_SEQ): This macro deleted. | |
3800 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is | |
3801 valid. | |
3802 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control | |
3803 and eight-bit-graphic. | |
3804 (char_to_string): Likewise. Signal an error for too large | |
3805 character code. | |
3806 (char_printable_p): Return 0 for 8-bit characters. | |
3807 (update_charset_table): Update iso_charset_table only when a final | |
3808 character is non-negative. | |
3809 (find_charset_in_text): Renamed from find_charset_in_str. | |
3810 Arguments and return value changed. Callers changed. | |
3811 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can | |
3812 be -1 if CHARSET is used only internally. | |
3813 (Fmake_char_internal): Handle new charsets; eight-bit-control and | |
3814 eight-bit-graphic. | |
3815 (Fcharset_after): Simplified. | |
3816 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR. | |
3817 (char_bytes): Return 2 for chars of the range 0xA0..0xFF. | |
3818 (multibyte_chars_in_text): Simplified by assuming there's no | |
3819 invalid multibyte sequence. | |
3820 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
3821 str_as_unibyte): New functions. | |
3822 (Fstring): Simpified by assuming that byte combining never | |
3823 happens. | |
3824 (init_charset_once): Initialization for | |
3825 LEADING_CODE_8_BIT_CONTROL. | |
3826 (syms_of_charset): Intern and staticpro Qeight_bit_control and | |
3827 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets | |
3828 eight-bit-control and eight-bit-graphic. | |
3829 | |
3830 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL, | |
3831 CHARSET_8_BIT_GRAPHIC): New macros. | |
3832 (SINGLE_BYTE_CHAR_P): Make it faster by using casting. | |
3833 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT. | |
3834 (CHARSET_REVERSE_CHARSET): Likewise. | |
3835 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and | |
3836 eight-bit-graphic. | |
3837 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII. | |
3838 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise. | |
3839 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we | |
3840 encounter an invalid multibyte sequence. | |
3841 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte | |
3842 sequence is always valid. | |
3843 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted. | |
3844 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New | |
3845 macros. | |
3846 (CHAR_STRING): For 8-bit characters, call char_to_string. | |
3847 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume | |
3848 multibyte sequence is always valid. | |
3849 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise. | |
3850 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
3851 str_as_unibyte): Extern them. | |
3852 (BCOPY_SHORT): Fix a bug. | |
3853 (CHAR_LEN): This macro deleted. Callers changed to use | |
3854 CHAR_BYTES. | |
3855 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING. | |
3856 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro. | |
3857 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer. | |
3858 | |
29161 | 3859 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to |
29028 | 3860 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source. |
3861 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE, | |
3862 EMIT_BYTES): New macros. | |
3863 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII, | |
3864 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These | |
3865 macros deleted. | |
3866 (CHECK_CODE_RANGE_A0_FF): This macro deleted. | |
3867 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to | |
3868 check the validity of multibyte sequence. | |
3869 (decode_coding_emacs_mule): New function. | |
3870 (encode_coding_emacs_mule): New macro. | |
3871 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from | |
3872 the source. | |
3873 (DECODE_ISO_CHARACTER): Just return a character code. | |
3874 (DECODE_COMPOSITION_START): Set coding->result instead of result. | |
3875 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use | |
3876 EMIT_CHAR to produced decoded characters. Exit the loop only by | |
3877 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last | |
3878 block here. | |
3879 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce | |
3880 only position codes for an invalid character. | |
3881 (encode_designation_at_bol): Return new destination pointer. 5th | |
3882 arg DSTP is changed to DST. | |
3883 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character | |
3884 from the source by ONE_MORE_CHAR. Don't handle the case of last | |
3885 block here. | |
3886 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These | |
3887 macros deleted. | |
3888 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8, | |
3889 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and | |
3890 TWO_MORE_BYTES to fetch a byte from the source. | |
3891 (encode_eol): Pay attention to coding->src_multibyte. | |
3892 (detect_coding, detect_eol): Preserve members src_multibyte and | |
3893 dst_multibyte. | |
3894 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text. | |
3895 (encoding_buffer_size): Set magnification to 3 for all coding | |
3896 systems that require encoding. | |
3897 (ccl_coding_driver): For decoding, be sure that the result is | |
3898 valid multibyte sequence. | |
3899 (decode_coding): Initialize coding->errors and coding->result. | |
3900 For emacs-mule, call decode_coding_emacs_mule. For no-conversion | |
3901 and raw-text, always call decode_eol. Handle the case of last | |
3902 block here. If not coding->dst_multibyte, convert the resulting | |
3903 sequence to unibyte. | |
3904 (encode_coding): Initialize coding->errors and coding->result. | |
3905 For emacs-mule, call encode_coding_emacs_mule. For no-conversion | |
3906 and raw-text, always call encode_eol. Handle the case of last | |
3907 block here. | |
3908 (shrink_decoding_region, shrink_encoding_region): Detect cases | |
3909 that we can't skip data more rigidly. | |
3910 (code_convert_region): Setup src_multibyte and dst_multibyte | |
3911 members of coding. For decoding, if the buffer is multibyte, | |
3912 convert the source sequence to unibyte in advance. For encoding, | |
3913 if the buffer is multibyte, convert the resulting sequence to | |
3914 multibyte afterward. | |
3915 (run_pre_post_conversion_on_str): New function. | |
3916 (code_convert_string): Deleted and divided into the following two. | |
3917 (decode_coding_string, encode_coding_string): New functions. | |
3918 (code_convert_string1, code_convert_string_norecord): Call one of | |
3919 above. | |
3920 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of | |
3921 MAKE_NON_ASCII_CHAR. | |
3922 (Fset_terminal_coding_system_internal, | |
3923 Fset_safe_terminal_coding_system_internal): Setup src_multibyte | |
3924 and dst_multibyte members. | |
3925 (init_coding_once): Initialize iso_code_class with new enum | |
3926 ISO_control_0 and ISO_control_1. | |
3927 | |
3928 * coding.h (enum iso_code_class_type): Member ISO_control_code is | |
3929 devided into ISO_control_0 and ISO_control_1. | |
3930 (struct coding_system): New members src_multibyte, dst_multibyte, | |
3931 errors, and result. Delete member fake_multibyte. | |
3932 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is | |
3933 nonzero. | |
3934 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is | |
3935 nonzero. | |
3936 | |
3937 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR. | |
3938 (Faset): Likewise. | |
3939 | |
3940 * editfns.c (Fformat): Be sure to convert 8-bit characters to | |
3941 multibyte form. | |
3942 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte | |
3943 combining occurs. | |
3944 (Ftranspose_region): Delete codes for handling byte combining. | |
3945 | |
3946 * fileio.c (Finsert_file_contents): Setup src_multibyte and | |
3947 dst_multibyte members of coding. On handling REPLACE on unibyte | |
3948 buffer, convert the result of decode_coding to unibyte. On | |
3949 inserting into a mutibyte buffer, always call code_convert_region. | |
29161 | 3950 (e_write): Setup coding->src_multibyte according to the |
29028 | 3951 multibyteness of the source (buffer or string). |
3952 | |
3953 * fns.c (concat): Handle 8-bit characters correctly. | |
3954 (Fstring_as_unibyte): Be sure to make all 8-bit characters in | |
3955 unibyte in the result. | |
3956 (Fstring_as_multibyte): Be sure to make all 8-bit characters in | |
3957 valid multibyte form in the result. | |
3958 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
3959 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1 | |
3960 return -1, signal an error. | |
3961 (base64_encode_1): New arg MULTIBYTE. Get each character by | |
3962 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte | |
3963 character is found, return -1. | |
3964 (Fbase64_decode_region): Delete codes for handling byte-combining. | |
3965 Treat each decoded byte as a unibyte character. | |
3966 (Fbase64_decode_string): Return unibyte string. | |
3967 (Fcompare_strings, concat, string_byte_to_char): Use | |
3968 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off | |
3969 FETCH_STRING_CHAR_ADVANCE. | |
3970 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
3971 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE. | |
3972 | |
3973 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of | |
3974 SPLIT_NON_ASCII_CHAR. | |
3975 (fontset_ref_via_base, fontset_set): Likewise | |
3976 | |
3977 * insdel.c (adjust_markers_for_record_delete): Deleted. | |
3978 (adjust_markers_for_insert): Argument changed. Caller changed. | |
3979 (adjust_markers_for_replace): Likewise. | |
3980 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error, | |
3981 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted. | |
3982 (copy_text): Delete unused local varialbe c_save. For converting | |
3983 to multibyte, be sure to make all 8-bit characters in valid | |
3984 multibyte form. | |
3985 (count_size_as_multibyte): Handle 8-bit characters correctly. | |
3986 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
3987 adjust_after_replace, replace_range, del_range_2) | |
3988 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs. | |
3989 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
3990 adjust_after_replace, replace_range, del_range_2) Delete codes for | |
3991 handling byte combining. | |
3992 (adjust_before_replace): Deleted. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3993 |
29028 | 3994 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of |
3995 SPLIT_NON_ASCII_CHAR. | |
3996 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
3997 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE | |
3998 unconditionally. | |
3999 (Fkey_description): Likewise. | |
4000 | |
4001 * lread.c (read1): On reading multibyte string, be sure to make | |
4002 all 8-bit chararacters in valid multibyte form. | |
4003 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
4004 | |
4005 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE | |
4006 unconditionally. | |
4007 | |
4008 * process.c (Fstart_process): GCPRO current_dir before calling | |
4009 Ffind_operation_coding_system. Encode arguments here. | |
4010 (create_process): Don't encode arguments here. Setup | |
4011 src_multibyte and dst_multibyte members of struct coding. | |
4012 (read_process_output): Setup src_multibyte and dst_multibyte | |
4013 members of struct coding. If the output is to multibyte buffer, | |
4014 always decode the output of the process. Adjust the | |
4015 representation of 8-bit characters to the multibyteness of the | |
4016 output. | |
4017 (send_process): Setup coding->src_multibyte according to the | |
4018 multibyteness of the source. | |
4019 | |
4020 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE | |
4021 unconditionally. | |
4022 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and | |
4023 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately. | |
4024 | |
4025 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of | |
4026 CHAR_LEN. | |
4027 | |
4028 * w16select.c (Fw16_set_clipboard_data): Setup members | |
4029 src_multibyte and dst_multibyte of coding. Adjusted for the | |
4030 change for find_charset_in_str. | |
4031 (Fw16_get_clipboard_data): Likewise. | |
4032 | |
4033 * w32fns.c (w32_to_x_font): Setup members src_multibyte and | |
4034 dst_multibyte of coding. | |
4035 (x_to_w32_font): Likewise. | |
4036 | |
4037 * w32select.c (Fw32_set_clipboard_data): Setup members | |
4038 src_multibyte and dst_multibyte of coding. Adjusted for the | |
4039 change for find_charset_in_str. | |
4040 (Fw32_get_clipboard_data): Likewise. | |
4041 | |
4042 * xdisp.c (get_next_display_element): Handle 8-bit characters | |
4043 correctly. | |
4044 (next_element_from_display_vector): Use CHAR_BYTES instead of | |
4045 CHAR_LEN. | |
4046 (disp_char_vector): Use SPLIT_CHAR instead of | |
4047 SPLIT_NON_ASCII_CHAR. | |
4048 | |
4049 * xselect.c (selection_data_to_lisp_data): Setup members | |
4050 src_multibyte and dst_multibyte of coding. Adjusted for the | |
4051 change for find_charset_in_str. | |
4052 (lisp_data_to_selection_data): Likewise. | |
4053 | |
28988 | 4054 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
4055 | |
28993 | 4056 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed |
4057 buffer. | |
4058 | |
28988 | 4059 * dispextern.h (Vimage_types): Add extern declaration. |
4060 | |
4061 * xdisp.c (Vimage_types): Moved here from xfns.c. | |
4062 (syms_of_xdisp): Move `image-types' variable here from xfns.c. | |
4063 | |
4064 * xfns.c (Vimages_types): Moved to xdisp.c. | |
4065 (syms_of_xfns): Move `image-types' to xdisp.c. | |
4066 | |
4067 * w32fns.c (Vimage_types): Removed. | |
4068 (syms_of_w32fns): Remove `image-types'. | |
4069 | |
28965 | 4070 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
4071 | |
4072 * fns.c (map_char_table): Pay attention to character number of | |
4073 charset. Check the validity of charset at the first level. For | |
4074 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with | |
4075 the default value. | |
4076 | |
4077 * fontset.c: Include "buffer.h". | |
4078 (fs_load_font): If the face has fontset, record the face ID in | |
4079 that fontset. | |
4080 (Finternal_char_font): New function. | |
4081 (accumulate_font_info): New function. | |
4082 (Ffontset_info): Rewritten for the new fontset implementation. | |
4083 (syms_of_fontset): Register Vdefault_fontset in the first element | |
4084 of Vfontset_table. Include Vdefault_fontset in | |
4085 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp | |
4086 function. | |
4087 | |
28945 | 4088 2000-05-16 Dave Love <fx@gnu.org> |
4089 | |
4090 * m/iris5d.h: Deleted -- unused. | |
4091 | |
28929 | 4092 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
4093 | |
28939 | 4094 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term |
4095 `invalid' instead of `illegal'. | |
4096 | |
4097 * indent.c (Fmove_to_column): When ending within a tab, insert | |
4098 spaces first so that markers at the end of the tab get adjusted. | |
4099 | |
28931 | 4100 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's |
4101 buffer list that wasn't selected in that frame. | |
4102 | |
28929 | 4103 * filelock.c (get_boot_time): To obtain an 8 char file name, which |
4104 is needed on mescaline, use a 2 char prefix, and call | |
4105 make_temp_name with second arg non-zero. | |
4106 | |
4107 * fileio.c (make_temp_name): New function, extracted from | |
4108 Fmake_temp_name. | |
4109 (Fmake_temp_name): Use it. | |
4110 | |
28921 | 4111 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
4112 | |
4113 * window.c (coordinates_in_window): Subtract 1 when computing | |
4114 right_x. | |
4115 | |
28919 | 4116 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
4117 | |
4118 * Makefile.in (lisp): Add env.elc. | |
4119 | |
4120 * callproc.c (Fgetenv_internal): Renamed from Fgetenv. | |
4121 | |
28887 | 4122 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
4123 | |
4124 * search.c (Freplace_match): Handle case of `\N' in the | |
4125 replacement when there's no group N. | |
4126 | |
28870 | 4127 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4128 | |
28877 | 4129 * xdisp.c (add_to_log): Don't pass the terminating NUL byte |
4130 of the message to message_dolog. | |
4131 | |
28872 | 4132 * keyboard.c (read_char): Don't clear current message for help |
4133 events; let the code handling help events handle this. Change | |
4134 code detecting help events that should be ignored. | |
4135 | |
28870 | 4136 * xdisp.c (handle_single_display_prop): Don't try to set PT if |
4137 we're interating over a string. | |
4138 | |
28848 | 4139 2000-05-09 Dave Love <fx@gnu.org> |
4140 | |
4141 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to | |
4142 that offset before writing. Move gcpro region past call of | |
4143 Ffile_regular_p. | |
4144 | |
28820 | 4145 2000-05-04 Dave Love <fx@gnu.org> |
4146 | |
4147 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix. | |
4148 | |
28817 | 4149 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
4150 | |
4151 * insdel.c (insert_from_buffer_1): Adjust FROM position by number | |
4152 of inserted characters when BUF equals the current buffer, and PT | |
4153 is in front of or equal to FROM. | |
4154 | |
28795 | 4155 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
4156 | |
28805 | 4157 * xdisp.c (handle_single_display_prop): If display property value |
4158 is invalid, or something not supported on the frame, restore | |
4159 iterator's position to what it was initially. Make sure to return | |
4160 0 for invalid and unsupported property values. | |
4161 | |
28795 | 4162 * xterm.c (x_produce_glyphs) <composite chars>: Handle case |
4163 that x_per_char_metric returns null. | |
4164 | |
28782 | 4165 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
4166 | |
28789 | 4167 * xterm.h (struct face): Add forward declaration. |
4168 (struct image): Ditto. | |
4169 (image_ascent): Add prototype. | |
4170 | |
4171 * xterm.c (x_produce_image_glyph, x_draw_image_foreground) | |
4172 (x_draw_image_relief, x_draw_image_foreground_1): Call function | |
4173 image_ascent instead of using IMAGE_ASCENT. | |
4174 | |
4175 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro. | |
4176 (IMAGE_ASCENT): Removed. | |
4177 | |
4178 * xfns.c (Qcenter): New variable. | |
4179 (enum image_value_type): Add IMAGE_ASCENT_VALUE. | |
4180 (parse_image_spec): Handle IMAGE_ASCENT_VALUE. | |
4181 (image_ascent): New function. | |
4182 (lookup_image): Recognize `:ascent center'. | |
4183 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | |
4184 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE. | |
4185 (xbm_load): Don't set image's ascent here. | |
4186 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p) | |
4187 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't | |
4188 check ascent values here. | |
4189 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed. | |
4190 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. | |
4191 (syms_of_xfns): Initialize Qcenter. | |
4192 | |
28782 | 4193 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near |
4194 to the limits, increase the limits. | |
4195 | |
28765 | 4196 2000-05-01 Kenichi Handa <handa@etl.go.jp> |
4197 | |
4198 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII. | |
4199 Check Vfont_encoding_alist against the full name of the opened | |
4200 font. | |
4201 | |
28755 | 4202 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
4203 | |
4204 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows | |
4205 taller than the window. | |
4206 | |
28752 | 4207 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
4208 | |
4209 * xfaces.c (realize_x_face): Fix the argument of the second | |
4210 xassert. BASE_FACE may not be a face for ASCII. | |
4211 | |
28734 | 4212 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
4213 | |
28748 | 4214 * print.c (print_object): Treat print-length < 0 as nil. |
4215 | |
4216 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ. | |
4217 | |
4218 * s/freebsd.h (TERMCAP_OBJ): Removed. | |
4219 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000. | |
4220 | |
4221 * lread.c (read1): Don't treat period followed by certain | |
4222 characters as symbol start. | |
4223 | |
4224 * xfns.c (slurp_file): New function. | |
4225 (xbm_image_p): Handle case of in-memory XBM files. | |
4226 (xbm_scan): Rewritten to work on memory buffers instead of files. | |
4227 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data. | |
4228 Work on memory buffers instead of files. If DATA is null test | |
4229 if buffer looks like an in-memory XBM file. | |
4230 (xbm_load_image): Renamed from xbm_load_image_file. Work on | |
4231 memory buffers instead of files. | |
4232 (xbm_file_p): New function. | |
4233 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file. | |
4234 | |
28734 | 4235 * lread.c (end_of_file_error): New function. |
4236 (read1): Call it instead of signaling `end-of-file' directly. | |
4237 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4238 * print.c (print_error_message): Print data of `end-of-file' |
28734 | 4239 with Fprinc instead of Fprin1. |
4240 | |
28727
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4241 2000-04-26 Ken Raeburn <raeburn@gnu.org> |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4242 |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4243 * window.c (freeze_window_start): Check that minibuffer scroll |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4244 window isn't nil before extracting the window structure pointer |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4245 from it. |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4246 |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4247 * undo.c (record_delete): If we hit the end of the undo list, stop |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4248 picking elements apart. |
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
4249 |
28724 | 4250 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
4251 | |
4252 * xdisp.c (display_line): If lines are continued, restore | |
4253 iterator's ascent/descent information to the values before the | |
4254 first glyph not fitting on the line. | |
4255 | |
28710 | 4256 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
4257 | |
4258 * xdisp.c (try_window_id) <all changes above window start>: Adjust | |
4259 positions in glyph matrix. Don't compute new window end | |
4260 positions. | |
4261 | |
4262 * dispnew.c (increment_matrix_positions): Renamed from | |
4263 increment_glyph_matrix_buffer_positions. | |
4264 (increment_row_positions): Renamed from | |
4265 increment_glyph_row_buffer_positions. | |
4266 | |
4267 * dispextern.h: Change names of renamed functions from dispnew.c | |
4268 in prototypes. | |
4269 | |
28695 | 4270 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
4271 | |
28699 | 4272 * fileio.c (Fdo_auto_save): Create directories for auto-save |
4273 list file if necessary. | |
4274 | |
28695 | 4275 * xdisp.c (init_iterator): Set iterator's extra_line_spacing |
4276 from buffer or frame. | |
4277 (automatic_hscrolling_p): New variable. | |
4278 (hscroll_windows): Scroll windows horizontally only if automatic | |
4279 hscrolling is allowed. | |
4280 (syms_of_xdisp): New variable `automatic-hscrolling'. | |
4281 | |
4282 * frame.h (struct frame): Add member extra_line_spacing. | |
4283 | |
4284 * xfns.c (x_set_line_spacing): New function. | |
4285 (Fx_create_frame): Set line spacing from resources. | |
4286 (Qline_spacing): New variable. | |
4287 (syms_of_xfns): Initialize Qline_spacing. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4288 |
28695 | 4289 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'. |
4290 | |
4291 * buffer.c (init_buffer_once): Handle extra_line_spacing. | |
4292 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'. | |
28699 | 4293 (reset_buffer): Don't initialize extra2 and extra3. Initialize |
28695 | 4294 extra_line_spacing from default value. |
4295 (init_buffer_once): Initialize default value of extra_line_spacing. | |
4296 | |
4297 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2 | |
4298 and extra3. | |
4299 | |
4300 * xterm.c (x_produce_glyphs): Remove reference to struct it's | |
4301 prompt_width. Add extra line spacing. | |
4302 | |
4303 * term.c (produce_glyphs): Remove reference to struct it's | |
4304 prompt_width. | |
4305 | |
4306 * dispextern.h (struct it): Remove member prompt_width, add | |
4307 extra_line_spacing. | |
4308 | |
28683 | 4309 2000-04-22 Gerd Moellmann <gerd@gnu.org> |
4310 | |
4311 * dispnew.c (update_frame_line): When writing a whole line, make | |
4312 sure cursor is in the right row afterwards, otherwise a use of | |
4313 capability `ch' in cmgoto might leave the cursor in the row below. | |
4314 | |
28680 | 4315 2000-04-21 Gerd Moellmann <gerd@gnu.org> |
4316 | |
4317 * lisp.h (struct Lisp_Buffer_Cons): Remove. | |
4318 | |
4319 * keyboard.c (timer_check): Fix typo in comment. | |
4320 | |
28675 | 4321 2000-04-21 Kenichi Handa <handa@etl.go.jp> |
4322 | |
4323 * fontset.c (Fset_fontset_font): Fix docstring. Local variable | |
4324 name change: ch -> character. | |
4325 | |
28674 | 4326 2000-04-20 Gerd Moellmann <gerd@gnu.org> |
4327 | |
4328 * keyboard.c (echo_message_buffer): New variable. | |
4329 (echo_now): Set echo_message_buffer to the echo area buffer used | |
4330 to display the echo. | |
4331 (cancel_echoing): Reset echo_message_buffer to nil. | |
4332 (read_char): Code rewritten that handles canceling an echo or | |
4333 echoing a dash, respectively. | |
4334 | |
4335 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent | |
4336 directory doesn't exist. | |
4337 | |
28668 | 4338 2000-04-19 Dave Love <fx@gnu.org> |
4339 | |
4340 * fns.c (syms_of_fns): Defsubr mapc. | |
28756 | 4341 (concat): Don't allow numeric args. |
4342 (Fconcat): Doc change. | |
28668 | 4343 |
28665
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4344 2000-04-19 Stefan Monnier <monnier@cs.yale.edu> |
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4345 |
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4346 * regex.c (re_match_2_internal): Don't shorten the strings anymore, |
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4347 instead define end_match(1|2) more carefully. |
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4348 Use GET_CHAR_BEFORE_2 for `begline'. |
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
4349 |
28648 | 4350 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
4351 | |
28653 | 4352 * frame.h (SELECTED_FRAME): Change definition to compile cleanly |
4353 on 64-bit systems where NULL is defined as `0'. | |
4354 | |
4355 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for | |
4356 the `variable argument list' to make it work on Alpha. | |
4357 | |
28648 | 4358 * m/alpha.h (_LP64) [!_LP64]: Define. |
4359 (ORDINARY_LINK): Define for NetBSD. | |
4360 | |
4361 * m/macppc.h (ORDINARY_LINK): Define for NetBSD. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4362 |
28637 | 4363 2000-04-19 Dave Love <fx@gnu.org> |
4364 | |
28644 | 4365 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14 |
4366 change. | |
4367 | |
4368 * Makefile.in (LIBS): Don't use. | |
4369 (GETLOADAVG_OBJ): Define again. | |
4370 (otherobj): Add GETLOADAVG_OBJ. | |
4371 | |
28637 | 4372 * buffer.c (Fmake_indirect_buffer): Escape newline in doc. |
4373 | |
28630 | 4374 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
4375 | |
28634 | 4376 * lread.c (read_filtered_event): Cancel and start busy cursor. |
4377 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4378 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account |
28630 | 4379 that the per-character metrics may be null. |
4380 | |
28621 | 4381 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
4382 | |
28626 | 4383 * buffer.c (clone_per_buffer_values): New function. |
4384 (Fmake_indirect_buffer): Add optional argument CLONE. Call | |
4385 clone_per_buffer_values if CLONE is not nil. | |
4386 | |
28621 | 4387 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
4388 | |
28610 | 4389 2000-04-16 Dave Love <fx@gnu.org> |
4390 | |
4391 * Makefile.in: Remove obsolete localcpp stuff. | |
4392 (GETLOADAVG_OBJ): Don't define. | |
4393 (obj): Move LIBOBJS... | |
4394 (otherobj): ... to here. | |
4395 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped | |
4396 whitespace-only lines after the continuation (Irix). | |
4397 | |
28598 | 4398 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4399 | |
4400 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors. | |
4401 | |
4402 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'. | |
4403 | |
28595 | 4404 2000-04-14 Dave Love <fx@gnu.org> |
4405 | |
4406 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h: | |
4407 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h: | |
4408 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h: | |
4409 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated | |
4410 NLIST_STRUCT. | |
4411 | |
4412 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define | |
4413 autoconfiscated HAVE_GETLOADAVG. | |
4414 | |
4415 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated | |
4416 BROKEN_MKTIME. | |
4417 | |
28591 | 4418 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
4419 | |
4420 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes. | |
4421 (fill_in_lock_file_name): Avoid existing files that aren't | |
4422 links. | |
4423 | |
28588 | 4424 2000-04-14 Dave Love <fx@gnu.org> |
4425 | |
28598 | 4426 * Makefile.in (LIBS, LIBOBJS): New variable. |
28588 | 4427 (INTERVAL_SRC): Convert to make variable. |
4428 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT) | |
4429 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove. | |
4430 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and | |
4431 add LIBOBJS. | |
4432 (SOME_MACHINE_OBJECTS): Remove interval stuff. | |
4433 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP. | |
4434 (shortlisp): Add facemenu, float-sup, frame. | |
4435 (SOME_MACHINE_LISP): Remove them from here. | |
4436 (LIBES): Change unused LDLIBS to autoconf LIBS. | |
4437 | |
4438 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION. | |
4439 | |
28579 | 4440 2000-04-14 Kenichi Handa <handa@etl.go.jp> |
4441 | |
28580 | 4442 * composite.c (update_compositions): If FROM and TO are not in a |
28579 | 4443 valid range, do nothing. |
4444 | |
28577 | 4445 2000-04-13 Gerd Moellmann <gerd@gnu.org> |
4446 | |
4447 * tparam.c (tparam1): Abort when encountering an unknown | |
4448 `%'-specifier. | |
4449 | |
4450 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as | |
4451 terminfo.o. | |
4452 | |
4453 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define | |
4454 as TERMCAP_OBJ. | |
4455 | |
28562 | 4456 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
4457 | |
4458 * fileio.c (a_write): Remove redundant semi-colons. | |
4459 (e_write): Return -1 if failed to write all the data. | |
4460 This fixes the changes made at 1999-12-15. | |
4461 | |
28555
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
4462 2000-04-12 Dave Love <fx@gnu.org> |
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
4463 |
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
4464 * fns.c (mapcar1): Test for null vals to support mapc. |
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
4465 (Fmapc): New function. |
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
4466 |
28554 | 4467 2000-04-12 Eli Zaretskii <eliz@is.elta.co.il> |
4468 | |
4469 * msdos.c (NUM_MOUSE_BUTTONS): Define. | |
4470 (IT_frame_up_to_date): Support the buffer local value of | |
4471 cursor-type, if defined. | |
4472 | |
28547 | 4473 2000-04-10 Dave Love <fx@gnu.org> |
4474 | |
4475 * editfns.c (preceding-char, following-char): Doc fix. | |
4476 | |
28546
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
4477 2000-04-10 Ken Raeburn <raeburn@gnu.org> |
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
4478 |
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
4479 * Makefile.in (temacs): Revert 2000-03-12 change. |
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
4480 |
28543 | 4481 2000-04-10 Jason Rumney <jasonr@gnu.org> |
4482 | |
4483 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P. | |
4484 | |
28538 | 4485 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4486 | |
28542 | 4487 * xdisp.c (setup_echo_area_for_printing): Choose an echo |
4488 area buffer, if it's not set up yet. | |
4489 | |
28538 | 4490 * indent.c (compute_motion): Set immediate_quit. |
4491 | |
28523 | 4492 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4493 | |
28530 | 4494 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New |
4495 variable. | |
4496 (realize_tty_face): Suppress boldness if colors are the inverse of | |
4497 the default colors, and tty_suppress_bold_inverse_default_colors_p | |
4498 is set. | |
4499 (Ftty_suppress_bold_inverse_default_colors): New function. | |
4500 (syms_of_xfaces): Defsubr it. | |
4501 | |
28523 | 4502 * buffer.c (Frestore_buffer_modified_p): New function. |
4503 (syms_of_buffer): Defsubr it. | |
4504 | |
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4505 2000-04-08 Ken Raeburn <raeburn@gnu.org> |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4506 |
28515
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
4507 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a |
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
4508 charset id (int) argument, not a charset (Lisp_Object). |
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
4509 |
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4510 * coding.h (code_convert_string): Declare. |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4511 * coding.c (code_convert_string_norecord): Pass an int, not a lisp |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4512 object, as the fourth argument to code_convert_string. |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4513 |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4514 * fontset.c (make_fontset_for_ascii_face): Use XINT on return |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4515 value. |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4516 (Fset_fontset_font): Use EQ to compare lisp objects. |
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
4517 |
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4518 2000-04-05 Ken Raeburn <raeburn@gnu.org> |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4519 |
28509
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4520 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4521 a pointer that looks like a lisp object. |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4522 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4523 zero, instead see whether it's an integer object, since they can't |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4524 have intervals. |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4525 (GET_INTERVAL_OBJECT): Simply assign to the destination. |
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
4526 |
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4527 * dispnew.c (allocate_matrices_for_frame_redisplay, |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4528 direct_output_forward_char): Use X(U)INT and make_number as needed |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4529 to convert between (unsigned) int values and lisp integers. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4530 * keyboard.c (read_key_sequence): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4531 * lread.c (substitute_object_recurse): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4532 * fns.c (concat, hash_lookup, hash_remove): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4533 * minibuf.c (do_completion, Fminibuffer_complete_word, |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4534 Fminibuffer_completion_help): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4535 * term.c (produce_special_glyphs): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4536 |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4537 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4538 * print.c (print_preprocess, print_object): Likewise. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4539 |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4540 * search.c (compile_pattern): Use NILP when checking for nil. |
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
4541 |
28508
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4542 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4543 __OPTIMIZE__]: Provide a GNU C macro version that handles |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4544 lisp-object unions. |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4545 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4546 field, to better cope with ENABLE_CHECKING and calls that modify a |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4547 Lisp_Object using its old value. |
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
4548 |
28499 | 4549 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4550 | |
28506 | 4551 * window.c (compare_window_configurations): Signal an error |
4552 if parameters C1 or C2 aren't window configurations. | |
4553 | |
28499 | 4554 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/ |
4555 AFTER_POTENTIAL_GC calls around calls to functions that can | |
4556 signal an error and thus invoke the debugger. | |
4557 | |
28483 | 4558 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4559 | |
28496 | 4560 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal |
4561 an error if decoding fails. | |
4562 | |
28483 | 4563 * keyboard.c (lispy_mouse_names): Variable removed. |
4564 (Vlispy_mouse_stem): New variable. | |
4565 (syms_of_keyboard): Initialize Vlispy_mouse_stem. | |
4566 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort | |
4567 for any mouse button number. Increase size of mouse_syms and | |
4568 button_down_location as needed. Call modify_event_symbol with | |
4569 different arguments. | |
4570 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]: | |
4571 Call modify_event_symbol with different arguments. | |
4572 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort | |
4573 for any button number. Call modify_event_symbol with different | |
4574 arguments. | |
4575 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM. | |
4576 Accept a string for NAME_ALIST_OR_STEM. | |
4577 | |
4578 * lisp.h (larger_vector): Add prototype. | |
4579 | |
4580 * fns.c (larger_vector): Make externally visible. | |
4581 | |
4582 * termhooks.h (NUM_MOUSE_BUTTONS): Removed. | |
4583 | |
28473
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4584 2000-04-02 Stefan Monnier <monnier@cs.yale.edu> |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4585 |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4586 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4587 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4588 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4589 we are between str1 and str2. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4590 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4591 (PATFETCH): Use `TRANSLATE'. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4592 (PATFETCH_RAW): Fetch multibyte char if applicable. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4593 (PATUNFETCH): Remove. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4594 (regex_compile): Rely on PATFETCH to do most of the multibyte magic. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4595 When writing a char, write it directly into the pattern buffer rather |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4596 than going needlessly through a temp char-array. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4597 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4598 multibyte magic and remove the useless `#ifdef emacs'. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4599 (bcmp_translate): Don't compare as multibyte chars when in a unibyte |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4600 buffer. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4601 |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4602 * regex.h (struct re_pattern_buffer): Make field `multibyte' |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4603 conditional on `emacs'. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4604 |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4605 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c. |
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
4606 |
28469
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4607 2000-04-01 Ken Raeburn <raeburn@gnu.org> |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4608 |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4609 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4610 non-union-type versions of XMARK and friends here, because XMARK |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4611 and friends won't work on an integer field if NO_UNION_TYPE is not |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4612 defined. |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4613 (make_number): Define as a function if it's not defined as a |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4614 macro. |
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
4615 |
28472
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
4616 * composite.c (run_composite_function): Use NILP when checking for |
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
4617 nil. |
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
4618 (syms_of_composite): Delete local var NARGS, pass an int as first |
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
4619 argument to Fmake_hash_table. |
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
4620 |
28471
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
4621 * editfns.c (text_property_stickiness): Use NILP to test |
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
4622 Lisp_Object boolean value. |
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
4623 (Fmessage_or_box): Don't use NILP to test int variable. |
28470
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
4624 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING |
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
4625 problems reading from and changing the same lisp value in an |
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
4626 XSETSTRING call. |
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
4627 |
28466 | 4628 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
4629 | |
4630 * term.c (TN_no_color_video): New variable. | |
4631 (term_init): Intitialize TN_no_color_video. | |
4632 (enum no_color_bit): New enumeration. | |
4633 (MAY_USE_WITH_COLORS_P): New macro. | |
4634 (turn_on_face): Use it to determine if attributes may be used | |
4635 combined with colors. | |
4636 | |
28463
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4637 2000-04-01 Ken Raeburn <raeburn@gnu.org> |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4638 |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4639 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4640 with int lvalues via casts; instead, just yield lisp object |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4641 lvalues. |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4642 (enlarge_window): Variable sizep now points to Lisp_Object. Use |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4643 proper accessor macros. |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4644 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT. |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4645 (grow_mini_window): Fix typo getting int value of root->height. |
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
4646 |
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4647 * xdisp.c (compute_string_pos): Fix order of arguments to |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4648 string_pos_nchars_ahead. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4649 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4650 count arg to variable-arg routines like Frun_hook_with_args and |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4651 Fformat. |
28483 | 4652 (back_to_previous_visible_line_start) |
4653 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to | |
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4654 fixed-arg routines like Fget_char_property and Fmake_string. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4655 (reconsider_clip_changes): Use XINT when comparing integer lisp |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4656 objects, or passing them as int arguments. |
28483 | 4657 (mark_window_display_accurate, insert_left_trunc_glyphs) |
4658 (append_space, extend_face_to_end_of_line): Use make_number when | |
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4659 storing or passing integer values as lisp objects. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4660 (set_cursor_from_row, highlight_trailing_whitespace): Use |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4661 INTEGERP, not implicit test against zero, for glyph object. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4662 (try_window_id): Don't use make_number when we want an int value. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4663 |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4664 * xfaces.c (xlfd_symbolic_value): Make last argument a |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4665 Lisp_Object, to be consistent with callers. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4666 (Fbitmap_spec_p): Use XINT to get numeric value of height. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4667 (lface_hash): Apply XFASTINT to lisp values before folding in. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4668 |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4669 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4670 fill in window width and height. Pass an int, not a lisp object, |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4671 as first arg to Finsert. |
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
4672 |
28455 | 4673 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
4674 | |
28462 | 4675 * xfaces.c (realize_basic_faces): Block input while realizing |
4676 the faces. | |
4677 | |
28455 | 4678 * keyboard.c (lispy_mouse_names): Add additional mouse names. |
4679 | |
4680 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. | |
4681 | |
28444 | 4682 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4683 | |
4684 * xterm.c (x_produce_glyphs): When displaying unibyte text | |
28462 | 4685 or ASCII, handle case that per-char metric is null. |
28444 | 4686 |
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4687 2000-03-30 Ken Raeburn <raeburn@gnu.org> |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4688 |
28430
f805ef5a2a03
* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Ken Raeburn <raeburn@raeburn.org>
parents:
28417
diff
changeset
|
4689 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef. |
f805ef5a2a03
* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Ken Raeburn <raeburn@raeburn.org>
parents:
28417
diff
changeset
|
4690 |
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4691 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4692 XSUBR, XBUFFER): Verify correct object type before returning |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4693 pointer, using eassert. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4694 * frame.h (XFRAME): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4695 |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4696 * buffer.c (Frename_buffer, Fset_buffer_multibyte, |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4697 swap_out_buffer_local_variables, Fmove_overlay): Don't apply |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4698 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4699 type. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4700 * data.c (set_internal): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4701 * dispextern.h (WINDOW_WANTS_MODELINE_P, |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4702 WINDOW_WANTS_HEADER_LINE_P): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4703 * fileio.c (auto_save_1): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4704 * insdel.c (check_markers): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4705 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4706 * undo.c (record_insert): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4707 * vmsproc.c (child_sig): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4708 * window.c (unshow_buffer, window_loop): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4709 * xterm.c (x_erase_phys_cursor): Likewise. |
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
4710 |
28415 | 4711 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4712 | |
4713 * xfns.c (free_image_cache): Free the cache structure itself | |
4714 last, after all its members have been freed. | |
4715 | |
4716 * lisp.h (xstrdup): Add prototype. | |
4717 | |
4718 * alloc.c (xstrdup): Moved here from xfaces.c. | |
4719 (allocating_for_lisp): Variable removed. | |
4720 (lisp_malloc): Block input around the calls to malloc and | |
4721 mem_insert. | |
4722 | |
4723 * xfaces.c (realize_tty_face): Use find_symbol_value instead | |
4724 of Fsymbol_value. | |
4725 (xstrdup): Moved to alloc.c. | |
4726 | |
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4727 2000-03-29 Ken Raeburn <raeburn@gnu.org> |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4728 |
28407
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
4729 * scroll.c (CHECK_BOUNDS): Renamed from CHECK. |
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
4730 |
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
4731 * emacs.c (main): Fix sense of no-loadup test. |
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
4732 |
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4733 * config.in (ENABLE_CHECKING): Undef. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4734 |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4735 * lisp.h (struct interval): Replace "parent" field with a union of |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4736 interval pointer and Lisp_Object; add new bitfield to use as |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4737 discriminant. Change other flag fields to bitfields. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4738 (CHECK): New macro for consistency checking. If ENABLE_CHECKING |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4739 is defined and the supplied test fails, print a message and |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4740 abort. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4741 (eassert): New macro. Use CHECK to provide an assert-like |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4742 facility. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4743 |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4744 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4745 pointers; abort if the value looks like a lisp object. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4746 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT, |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4747 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT): |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4748 Modify for new interval parent definition. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4749 |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4750 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE, |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4751 UNMARK_BALANCE_INTERVALS): Update references that need an |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4752 addressable lisp object in the interval structure. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4753 (die): New function. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4754 (suppress_checking): New variable. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4755 |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4756 * intervals.c (interval_start_pos): Just return 0 if there's no |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4757 parent object. |
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
4758 |
28390 | 4759 2000-03-29 Gerd Moellmann <gerd@gnu.org> |
4760 | |
4761 * lread.c (read1): Accept `.' (period) as symbol start like in CL | |
4762 and earlier Emacs versions. | |
4763 | |
4764 * keyboard.c (Ftop_level): Cancel busy-cursor. | |
4765 | |
4766 * eval.c (call_debugger): Cancel busy-cursor. | |
4767 | |
28385 | 4768 2000-03-29 Kenichi Handa <handa@etl.go.jp> |
4769 | |
4770 * search.c (Freplace_match): Adjust multibyteness of the current | |
28386 | 4771 buffer and NEWTEXT. Free allocated memory before signaling an |
4772 error. | |
28385 | 4773 |
28381
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4774 2000-03-28 Stefan Monnier <monnier@cs.yale.edu> |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4775 |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4776 * regex.c (analyse_first): New function obtained by ripping out most |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4777 of re_compile_fastmap and generalizing it a little bit so that it |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4778 can also just return whether a given (sub)pattern can match the empty |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4779 string or not. |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4780 (regex_compile): Use `analyse_first' to decide whether the loop-check |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4781 needs to be done or not for *, +, *? and +? (the loop check is costly |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4782 for non-greedy repetition). |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4783 (re_compile_fastmap): Delegate the actual work to `analyse_first'. |
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
4784 |
28375 | 4785 2000-03-28 Dave Love <fx@gnu.org> |
4786 | |
28379 | 4787 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, |
4788 alpha. | |
4789 | |
28375 | 4790 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__. |
4791 | |
28373
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4792 2000-03-27 Stefan Monnier <monnier@cs.yale.edu> |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4793 |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4794 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4795 an expression. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4796 (enum re_opcode_t): Update description of succeed_n. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4797 (PATFETCH): Always define. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4798 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4799 operators, char classes, shy-groups and intervals). |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4800 Optimize special cases of intervals so as to only use succeed_n and |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4801 jump_n when really needed. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4802 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4803 that we don't have to handle the special cases any more. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4804 Simplify on_failure_jump handling as well. |
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
4805 |
28371 | 4806 2000-03-28 Jason Rumney <jasonr@gnu.org> |
4807 | |
4808 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT. | |
4809 | |
28348 | 4810 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
4811 | |
28366 | 4812 * s/freebsd.h (GC_SETJMP_WORKS): Define. |
4813 | |
4814 * s/msdos.h (GC_SETJMP_WORKS): Define. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4815 |
28366 | 4816 * alloc.c (mark_maybe_object): New function. |
4817 (mark_memory): Use it. | |
4818 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros. | |
4819 (setjmp_tested_p, longjmp_done): New variables. | |
4820 (test_setjmp): New function. | |
4821 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp. | |
4822 (init_alloc): Initialize setjmp_tested_p and longjmp_done. | |
4823 | |
28363 | 4824 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness |
4825 to DEC_TEXT_POS and INC_TEXT_POS. | |
4826 | |
4827 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS | |
4828 with parameter MULTIBYTE_P. | |
4829 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4830 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter |
28363 | 4831 MULTIBYTE_P. |
4832 | |
28359 | 4833 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte |
28366 | 4834 buffers because it looks for multibyte character byte sequences |
4835 which don't exist in unibyte text. | |
28359 | 4836 |
28357 | 4837 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. |
4838 | |
28368 | 4839 * xfaces.c (register_color, unregister_color, unregister_colors) |
28357 | 4840 [DEBUG_X_COLORS]: New functions. |
4841 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. | |
4842 | |
4843 * xfns.c (x_set_cursor_color): Get color reference counts right. | |
4844 | |
4845 * xterm.c (x_copy_color): New function. | |
4846 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color. | |
4847 | |
4848 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS. | |
4849 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET. | |
4850 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX. | |
4851 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P. | |
4852 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P. | |
4853 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX. | |
4854 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE. | |
4855 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE. | |
4856 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. | |
4857 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. | |
4858 | |
28368 | 4859 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro |
4860 names for handling per-buffer variables. | |
28357 | 4861 |
4862 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | |
4863 instead of MAX_BUFFER_LOCAL_VARS. | |
4864 (last_per_buffer_idx): Renamed from max_buffer_local_idx. | |
4865 | |
4866 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P. | |
4867 | |
28348 | 4868 * xfns.c (x_specified_cursor_type): New function. |
4869 (x_set_cursor_type): Use it. | |
4870 | |
4871 * buffer.h (struct buffer): Add cursor_type. | |
4872 | |
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4873 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4874 |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4875 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop. |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4876 (print_partial_compiled_pattern, re_compile_fastmap): Handle new |
28348 | 4877 opcode. |
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4878 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops. |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4879 (re_match_2_internal): Add code for on_failure_jump_nastyloop when |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4880 executing it as well as when popping it off the stack to find infinite |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4881 loops in non-greedy repetition operators. |
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
4882 |
28320 | 4883 2000-03-26 Gerd Moellmann <gerd@gnu.org> |
4884 | |
28335 | 4885 * doc.c (Qfunction_documentation): New variable. |
4886 (syms_of_doc): Initialize Qfunction_documentation. | |
4887 (Fdocumentation): If FUNCTION is a symbol with non-nil | |
4888 `function-documentation' property, return a documentation derived | |
4889 from that. | |
4890 | |
28333 | 4891 * buffer.c (syms_of_buffer): Add default-cursor-type. |
4892 (init_buffer_once): Don't let cursor_type have a local value | |
4893 in every buffer. | |
4894 | |
28323 | 4895 * xterm.c (x_display_and_set_cursor): Choose cursor depending |
4896 on buffer-local value of cursor_type. | |
4897 (x_draw_bar_cursor): Add parameter WIDTH. | |
4898 | |
4899 * buffer.c (reset_buffer): Initialize buffer's cursor_type. | |
4900 (init_buffer_once): Set default cursor_type value to t. | |
4901 Mark cursor_type as local everywhere. | |
4902 (syms_of_buffer): New per-buffer variable cursor-type. | |
4903 | |
28320 | 4904 * buffer.h (struct buffer): Remove member local_var_flags, |
4905 add local_flags. | |
4906 (MAX_BUFFER_LOCAL_VARS): New macro. | |
4907 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX) | |
4908 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P) | |
4909 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE) | |
4910 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros. | |
4911 | |
4912 * print.c (print_object): Use new macros for per-buffer | |
4913 variables. | |
4914 | |
4915 * category.c (Fset_category_table): Use new macros for per-buffer | |
4916 variables. | |
4917 | |
4918 * buffer.c (buffer_permanent_local_flags): Make a char array. | |
4919 (max_buffer_local_idx): New variable. | |
4920 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten | |
4921 for new handling of per-buffer variables. | |
4922 (buffer_slot_type_mismatch): Use new macros for per-buffer vars. | |
4923 (init_buffer_once): Initialize per-buffer vars differently. | |
4924 Set max_buffer_local_idx. | |
4925 | |
4926 * syntax.c (Fset_syntax_table): Use new macros for per-buffer | |
4927 variables. | |
4928 | |
4929 * lread.c (defvar_per_buffer): Use new macros for per-buffer | |
4930 variables. | |
4931 | |
4932 * data.c (do_symval_forwarding, store_symval_forwarding) | |
4933 (find_symbol_value, set_internal, default_value, Fset_default) | |
4934 (Fkill_local_variable, Flocal_variable_p): Use new macros for | |
4935 per-buffer variables. | |
4936 | |
4937 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'. | |
4938 | |
28303 | 4939 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4940 | |
28308 | 4941 * xterm.c (x_term_init): Unblock input around call1 of |
4942 Qvendor_specific_keysyms. | |
4943 | |
28303 | 4944 * syntax.c (open_paren_in_column_0_is_defun_start): New variable. |
4945 (find_defun_start): Consider an open parenthesis in column 0 | |
4946 a defun start only if open_paren_in_column_0_is_defun_start is set. | |
4947 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start. | |
4948 | |
28298
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
4949 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
4950 |
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
4951 * eval.c (Fautoload): Add entry in load-history (if after dump). |
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
4952 * lread.c (load-history): Update docstring. |
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
4953 |
28294 | 4954 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4955 | |
4956 * indent.c (Fvertical_motion): Always use the current buffer. | |
4957 Temporarily change the window's buffer, if necessary. | |
4958 | |
28283 | 4959 2000-03-23 Gerd Moellmann <gerd@gnu.org> |
4960 | |
4961 * xterm.c (fast_find_position): Make sure not to consider rows | |
4962 not visible in the window. | |
4963 | |
28280
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4964 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4965 |
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4966 * regex.c (enum syntaxcode): Provide default for non-Emacs. |
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4967 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix. |
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4968 |
28276 | 4969 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4970 | |
4971 * w32menu.c (single_submenu): Set help string to NULL if none. | |
4972 (w32_menu_show): Set help string correctly. | |
4973 (add-menu-item): Set help string in MIIM_DATA for menu item. | |
4974 Load SetMenuItemInfoA explicitly. | |
4975 (w32_menu_display_help): New function. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4976 |
28276 | 4977 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message. |
4978 (QCdata): Moved to xdisp.c. | |
4979 | |
4980 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message. | |
4981 (Vw32_charset_to_codepage_alist): Removed. | |
4982 (Vw32_charset_info_alist): New variable. | |
4983 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312, | |
4984 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic, | |
4985 greek, hebrew, thai, johab, mac, unicode]): New symbols. | |
4986 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace | |
4987 with TODO comment. | |
4988 (w32_codepage_for_font): Use Vw32_charset_info_alist. | |
4989 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist. | |
4990 Define Vw32_charset_info_alist and w32_charset symbols. | |
4991 | |
4992 2000-03-22 Jason Rumney <jasonr@gnu.org> | |
4993 | |
4994 * makefile.nt (w32bdf.obj): Update dependencies. | |
4995 | |
4996 * w32bdf.c: Include frame.h and dispextern.h before fontset.h. | |
4997 | |
4998 * w32fns.c: Include fontset.h after dispextern.h. | |
4999 (Fx_create_frame): Do not create fontset. | |
5000 (w32_load_system_font): Doc fix. | |
5001 (Fx_close_connection): Free full_name if it is not shared. | |
5002 | |
5003 * w32term.c: Include fontset.h after dispextern.h. | |
5004 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers | |
5005 updated. | |
5006 (w32_per_char_metric): If PCM is invalid, delete and return NULL. | |
5007 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id. | |
5008 (w32_font_is_double_byte): New function, needs body. | |
5009 (x_append_glyph): Set glyph->glyph_not_available_p. | |
5010 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
5011 it->charset. If it->multibyte_p is zero and it->c is a multibyte | |
5012 character, convert it to a unibyte character. | |
5013 (struct glyph_string): Delete member `charset'. | |
5014 (W32_TEXTOUT): Temporarily remove charset_dim until another way of | |
5015 calculating it is found. | |
5016 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
5017 the case that per char metric is not available correctly. | |
5018 (x_fill_glyph_string): Handle the case that the specific glyph is | |
5019 not available correctly. | |
5020 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
5021 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
5022 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
5023 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
5024 fontset. Don't call FS_LOAD_FONT. | |
5025 | |
28269
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5026 2000-03-22 Ken Raeburn <raeburn@gnu.org> |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5027 |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5028 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5029 (INT_LISPLIKE): New macro. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5030 (NULL_INTERVAL_P): Use it. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5031 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5032 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5033 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5034 |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5035 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5036 explicit references to "parent" field of struct interval and |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5037 associated unclean type conversions. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5038 * intervals.c (create_root_interval, root_interval, rotate_right, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5039 rotate_left, balance_possible_root_interval, split_interval_right, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5040 split_interval_left, interval_start_pos, find_interval, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5041 next_interval, previous_interval, update_interval, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5042 adjust_intervals_for_insertion, delete_node, delete_interval, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5043 adjust_intervals_for_deletion, merge_interval_right, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5044 merge_interval_left, reproduce_tree, graft_intervals_into_buffer, |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5045 copy_intervals_to_string): Likewise. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5046 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL): |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5047 Likewise. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5048 * syntax.c (update_syntax_table): Likewise. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5049 |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5050 * intervals.c (reproduce_tree_obj): New function, like |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5051 reproduce_tree but takes a Lisp_Object for the parent. Declare |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5052 with prototype. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5053 (graft_intervals_into_buffer): Use it when appropriate. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5054 (reproduce_tree): Declare with prototype. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5055 (balance_possible_root_interval): Check that the parent is a lisp |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5056 object before trying to examine its type. |
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5057 |
28267 | 5058 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
5059 | |
5060 * xfaces.c (lface_same_font_attributes_p): Compare font attributes | |
5061 as strings only if both are known to be strings. | |
5062 | |
5063 * s/openbsd.h (LIBS_TERMCAP): Undef. | |
5064 | |
28262
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5065 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5066 |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5067 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5068 definitions for non-Emacs compilation. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5069 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5070 outside of `#ifdef emacs'. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5071 (print_partial_compiled_pattern): Update. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5072 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5073 (re_compile_fastmap): Merge handling of charset and charset_not (for |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5074 emacs and non-emacs compilation as well). |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5075 Similarly for (not)categoryspec and (not)syntaxspec. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5076 Don't use the fastmap when reaching `anychar' since the added |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5077 complexity is not justified. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5078 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs) |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5079 and (not)syntaxspec. Merge (not)categoryspec. |
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5080 |
28253 | 5081 2000-03-22 Kenichi Handa <handa@etl.go.jp> |
5082 | |
28255 | 5083 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P, |
5084 FACE_FOR_CHAR): Define them differently for the configuration of | |
5085 --without-x. | |
28253 | 5086 |
28242 | 5087 2000-03-21 Dave Love <fx@gnu.org> |
5088 | |
5089 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in | |
5090 doc string. | |
5091 | |
28238 | 5092 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
5093 | |
5094 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error. | |
5095 (lface_fully_specified_p): Don't check contents of | |
5096 LFACE_FONT_INDEX because that attribute is optional. | |
5097 (realize_x_face): Remove now unwarranted xassert. | |
5098 | |
28218 | 5099 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
5100 | |
28219 | 5101 The following changes are to make font selection based on |
5102 characters, not charset. In addition, they recover fontset | |
5103 facilities while utilizing the new font selection mechanism. | |
28218 | 5104 |
28233 | 5105 * Makefile.in (fontset.o): Depend on dispextern.h. |
5106 | |
5107 * alloc.c (mark_face_cache): Don't mark face->registry. | |
5108 | |
28218 | 5109 * dispextern.h (struct glyph): New member glyph_not_available_p. |
5110 Use 22 bits for face_id. | |
5111 (enum lface_attribute_index): Add LFACE_FONT_INDEX. | |
5112 (struct face): Delete member registry, new member ascii_face. | |
5113 (FACE_SUITABLE_FOR_CHAR_P): Renamed from | |
5114 FACE_SUITABLE_FOR_CHARSET_P. Caller changed. | |
5115 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed. | |
5116 (struct it): Delete member charset, new member | |
5117 glyph_not_available_p. | |
5118 | |
5119 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed. | |
5120 (struct fontset_info, struct fontset_data): Structs removed. | |
5121 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset, | |
5122 Vglobale_fontset_alist, font_idx_temp): Externs removed. | |
5123 (fs_load_font, fs_query_fontset): Adjusted for new argument. | |
5124 (fs_free_face_fontset, fontset_font_pattern, | |
5125 face_suitable_for_char_p, face_for_char, | |
5126 make_fontset_for_ascii_face): Extern them. | |
5127 (FS_LOAD_FONT): Adjusted for the change of fontset implementation. | |
5128 (FS_LOAD_FACE_FONT): New macro. | |
5129 | |
5130 * fontset.c: All codes rewritten or adjusted for the change of | |
5131 fontset implementation. Now fontset is represented by char table. | |
5132 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables | |
5133 removed. | |
5134 (my_strcasecmp): Function removed. | |
5135 (Vfontset_table, next_fontset_id, Vdefault_fontset): New | |
5136 variables. | |
5137 (AREF, ASIZE): New macros. | |
5138 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME, | |
5139 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF, | |
5140 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros. | |
5141 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset, | |
5142 fontset_id_valid_p, font_family_registry, fontset_name, | |
5143 fontset_ascii, free_face_fontset, face_suitable_for_char_p, | |
5144 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern): | |
5145 New functions. | |
5146 (fs_load_font): New arg FACE. Caller changed. | |
5147 (fs_query_fontset): Argument changed. Caller changed. | |
5148 (Fquery_fontset): call fs_query_fontset. | |
5149 (fs_register_fontset, alloc_fontset_data, free_fontset_data): | |
5150 Functions removed. | |
5151 (clear_fontset_elements, check_registry_encoding, | |
5152 check_fontset_name): New functions. | |
5153 (syms_of_fontset): Set char-table-extra-slots property of fontset | |
5154 to 3. Staticpro and initialize Vfontset_table and | |
5155 Vdefault_fontset. Defsubr fontset_font and fontset_list. | |
5156 | |
5157 * frame.h (struct frame): Member `fontset_data' removed. | |
5158 (FRAME_FONTSET_DATA): Macro removed. | |
5159 | |
5160 * frame.c (make_frame): Don't allocate f->fontset_data. | |
5161 (Fdelete_frame): Don't free f->fontset_data. | |
5162 | |
28233 | 5163 * msdos.c (XMenuActivate): Args to lookup_derived_face changed. |
5164 | |
28218 | 5165 * xdisp.c (charset_at_position): Function removed. |
5166 (init_iterator): Don't set member charset of struct `it'. | |
5167 (handle_face_prop, reseat_to_string, set_iterator_to_next, | |
5168 next_element_from_display_vector, insert_left_trunc_glyphs): | |
5169 Likewise. | |
5170 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not | |
5171 FACE_FOR_CHARSET. | |
5172 (get_next_display_element, append_space, | |
5173 extend_face_to_end_of_line): Likewise. | |
5174 | |
5175 * xfaces.c (Qx_charset_registry, Vface_default_registry): | |
5176 Variables removed. | |
5177 (clear_font_table, frame_update_line_height, load_face_font): | |
5178 Adjusted for the change of fontset implementation. | |
5179 (load_face_fontset_font): Function removed. | |
5180 (pixel_point_size): New function. | |
5181 (font_list): Argument type changed. Caller changed. | |
5182 (LFACE_FONT): New macro. | |
5183 (check_lface_attrs): Check attr[LFACE_FONT_INDEX]. | |
5184 (set_lface_from_font_name): Type of arg FONTNAME is changed to | |
5185 Lisp_Object. Determine the font name by actually loading a font | |
5186 by the specified pattern. Set LFACE_FONT (lface) to the specified | |
5187 pattern. Even if a font is not found, don't try alternatives. | |
5188 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface. | |
5189 (set_font_frame_param): If `font' is specified in lface, use it. | |
5190 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface. | |
5191 (lface_same_font_attributes_p): Likewise. | |
5192 (make_realized_face): Arguent changed. Caller changed. Set | |
5193 face->ascii_face to face itself. | |
5194 (free_realized_face): Free face->fontset if face is for ASCII. | |
5195 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p, | |
5196 deduce_unibyte_registry, x_charset_registry): Functions removed. | |
5197 (free_realized_multibyte_face): New function. | |
5198 (lookup_face, lookup_named_face, lookup_derived_face): Argument | |
5199 changed. Caller changed. | |
5200 (try_font_list): Argument type changed. | |
5201 (face_fontset): Check `font' slot of ATTRS, not `family' slot. | |
5202 (choose_face_font): Argument changed. Handle fontset properly. | |
5203 (choose_face_fontset_font): Function removed. | |
5204 (realize_default_face, realize_named_face): Don't remove the | |
5205 former face here. | |
5206 (realize_face): Argument changed. Caller changed. Remove face | |
5207 with the arg former_face_id in advance. Load font for the new | |
5208 face. | |
5209 (realize_x_face): Argument changed. Caller changed. For a | |
5210 multibyte character, share fontset with base_face. For a single | |
5211 byte character, make a new realized fontset. Don't load a font | |
5212 here. | |
5213 (realize_tty_face): Argument changed. Caller changed. | |
5214 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET. | |
5215 (face_at_buffer_position): Don't check multibyte_p for returning | |
5216 DEFAULT_FACE_ID. | |
5217 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not | |
5218 FACE_SUITABLE_FOR_CHARSET_P. | |
5219 (syms_of_xfaces): Remove code for Qx_charset_registry and | |
5220 Vface_default_registry. | |
5221 | |
28233 | 5222 * xterm.c: Include fontset.h after dispextern.h. Undo the changes |
5223 related to PER_CHAR_METRIC done by Gerd on 2000-03-03. | |
28218 | 5224 (x_per_char_metric): Don't try FONT->default_char. Even if |
5225 pcm->width is zero, glyph bits may exist. | |
5226 (x_encode_char): Always initialize char2b->byte1. | |
5227 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id. | |
5228 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller | |
5229 changed. | |
5230 (x_append_glyph): Set glyph->glyph_not_available_p. | |
5231 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
5232 it->charset. Handle the case that per char metric is not | |
5233 available. If it->multibyte_p is zero and it->c is a multibyte | |
5234 character, convert it to a unibyte character. | |
5235 (struct glyph_string): Delete member `charset'. | |
5236 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
5237 the case that per char metric is not available correctly. | |
5238 (x_fill_glyph_string): Handle the case that the specific glyph is | |
5239 not available correctly. | |
5240 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
5241 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
5242 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
5243 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
5244 fontset. Don't call FS_LOAD_FONT. | |
5245 | |
5246 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset. | |
5247 (x_create_tip_frame): Likewise. | |
5248 (Fx_close_connection): Free full_name of font_info. | |
5249 | |
5250 * fns.c (optimize_sub_char_table): New function. | |
5251 (Foptimize_char_table): New function. | |
5252 (syms_of_fns): Defsubr Soptimize_char_table. | |
5253 | |
28209 | 5254 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
5255 | |
5256 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines | |
5257 only if buffer is displayed in some window. | |
5258 | |
5259 * xdisp.c (handle_single_display_prop): Initialize local `value'. | |
5260 (try_window_reusing_current_matrix): Don't call scroll run | |
5261 function if run's current and desired position are the same; | |
5262 this prevents cursor flickering. | |
5263 | |
28204
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5264 2000-03-19 Stefan Monnier <monnier@cs.yale.edu> |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5265 |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5266 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5267 |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5268 * regex.c (RE_STRING_CHAR): New macro. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5269 (GET_CHAR_AFER_2): Remove. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5270 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5271 (enum re_opcode_t): Remove on_failure_jump_exclusive. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5272 (print_partial_compiled_pattern, re_compile_fastmap) |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5273 (re_match_2_internal): Remove on_failure_jump_exclusive. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5274 (regex_compile): Turn optimizable P+ loops into PP*, so that the |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5275 optimization only need to work for * (ie. can use of_keep_string_jump). |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5276 Remove the special case for .*\n since it is now covered by the general |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5277 optimization. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5278 (re_search_2): Don't bother with `room'. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5279 (skip_one_char): New function. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5280 (skip_noops): Simplify since `memory' is not needed any more. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5281 (mutually_exclusive_p): Restructure slightly to use `switch' and |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5282 add handling for "all" remaining cases. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5283 (re_match_2_internal): Change on_failure_jump_smart to use |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5284 on_failure_keep_string_jump (and redirect the end-of-loop jump) |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5285 rather than on_failure_jump_exclusive. |
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
5286 |
28201 | 5287 2000-03-19 Gerd Moellmann <gerd@gnu.org> |
5288 | |
5289 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the | |
5290 number of bits per RGB because it's everywhere used as the depth | |
5291 of the visual. | |
5292 | |
5293 * term.c (calculate_costs): Remove code dealing with X frames. | |
5294 | |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
5295 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5296 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5297 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte. |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
5298 |
28194 | 5299 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
5300 | |
5301 * lread.c (read_integer): Unread the last char not consumed. | |
5302 | |
28184 | 5303 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
5304 | |
5305 * xterm.c (x_update_window_cursor): Don't update in frames | |
28194 | 5306 which are in the process of being deleted. |
28184 | 5307 |
28166 | 5308 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
5309 | |
28176 | 5310 * Makefile.in (mostlyclean): Add `*.core'. |
5311 (clean): Add `bootstrap-emacs'. | |
5312 | |
28166 | 5313 * lread.c (read_integer): New function. |
5314 (read1): Support read syntax #o, #x, #b, #r. | |
5315 | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5316 2000-03-15 Stefan Monnier <monnier@cs.yale.edu> |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5317 |
28166 | 5318 * regex.c (re_match_2): Fix string shortening (to fit `stop') to |
5319 make sure POINTER_TO_OFFSET gives the same value before and after | |
5320 PREFETCH. Use `dfail' to guarantee "atomic" matching. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5321 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET. |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5322 (debug): Now only active if > 0 rather than if != 0. |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5323 (DEBUG_*): Update for the new meaning of `debug'. |
28166 | 5324 (print_partial_compiled_pattern): Add missing `succeed' case. Use |
5325 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs | |
5326 in `succeed_n', `jump_n' and `set_number_at'. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5327 (store_op1, store_op2, insert_op1, insert_op2) |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5328 (at_begline_loc_p, at_endline_loc_p): Add prototype. |
28166 | 5329 (group_in_compile_stack): Move to after its arg's types are |
5330 declared and add a prototype. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5331 (PATFETCH): Define in terms of PATFETCH_RAW. |
28166 | 5332 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' |
5333 wrapper. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5334 (QUIT): Redefine as a nop except for NTemacs. |
28166 | 5335 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix |
5336 indentation of the greedy-op and shy-group code. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5337 (at_(beg|end)line_loc_p): Fix argument's types. |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5338 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc. |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5339 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation. |
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5340 (MATCHING_IN_FIRST_STRING): Remove. |
28166 | 5341 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr |
5342 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use | |
5343 QUIT unconditionally. | |
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
5344 |
28159 | 5345 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
5346 | |
5347 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding | |
5348 a sole completion. | |
5349 | |
5350 * process.c (send_process): Add a hint that the function | |
5351 can call Lisp code to its comment. | |
5352 | |
5353 * lread.c (load_dangerous_libraries): New variable. | |
5354 (Vbytecomp_version_regexp): New variable. | |
5355 (safe_to_load_p): New function. | |
5356 (Fload): Handle files not compiled with Emacs specially. | |
5357 (syms_of_lread): New Lisp variable load-dangerous-libraries. | |
5358 | |
28139 | 5359 2000-03-14 Gerd Moellmann <gerd@gnu.org> |
5360 | |
28147 | 5361 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. |
5362 | |
5363 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM | |
5364 support functions only if HAVE_X11R6_XIM is defined. | |
5365 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM. | |
5366 | |
5367 * s/sol2.h (INHIBIT_X11R6_XIM): Define. | |
5368 | |
5369 * xfns.c (X_I18N_INHIBITED): Don't define. | |
5370 (create_frame_xic): Remove conditional compilation on | |
5371 X_I18N_INHIBITED. | |
5372 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL. | |
5373 | |
5374 * config.in (HAVE_X_I18N): Moved here from xterm.h. | |
5375 (HAVE_X11R6_XIM): Define. | |
5376 | |
5377 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in. | |
5378 | |
28139 | 5379 * xterm.c (x_term_init): Add support for X resource `synchronous'. |
5380 If set, call XSynchronize. | |
5381 | |
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5382 2000-03-13 Stefan Monnier <monnier@cs.yale.edu> |
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5383 |
28139 | 5384 * regex.c: Declare a new type `re_char' used throughout the code |
5385 for the string char type. It's `const unsigned char' to match the | |
5386 rest of Emacs. Consistently make sure all pointers to strings use | |
5387 it and make sure all pointers into the pattern use `unsigned | |
5388 char'. | |
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5389 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of |
28139 | 5390 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce |
5391 code duplication. | |
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5392 |
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5393 * charset.h (GET_CHAR_AFTER_2): Remove. |
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5394 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else. |
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
5395 |
28133
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5396 2000-03-12 Ken Raeburn <raeburn@gnu.org> |
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5397 |
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5398 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary |
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5399 variable before the invocation of YMF_PASS_LDFLAGS, in case both |
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5400 of them try to use backquotes. |
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
5401 |
28122 | 5402 2000-03-12 Dave Love <fx@gnu.org> |
5403 | |
5404 * unexelf.c: Restore changes of 1999-10-19. | |
5405 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise | |
5406 fix its type and alignment; copy it from current process. | |
5407 | |
28098 | 5408 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
5409 | |
28120 | 5410 * atimer.c (cancel_atimer): Break out of the loop as soon as timer |
5411 has been found. Fix bug not computing timer's predecessor. | |
5412 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5413 * fileio.c (Fread_file_name): Handle case that DIR contains a |
28118 | 5414 file name. |
5415 | |
28109 | 5416 * window.c (Fsave_window_excursion): Doc fix. |
5417 | |
28098 | 5418 * xfns.c (x_defined_color): Rewritten to use |
5419 x_allocate_nearest_color. | |
5420 | |
28095 | 5421 2000-03-12 Eli Zaretskii <eliz@is.elta.co.il> |
5422 | |
5423 * msdos.c (vga_installed): New function, code moved from | |
5424 dos_set_window_size. | |
5425 (Qbar, Qcursor_type, outside_cursor): New variables. | |
5426 (syms_of_msdos): Intern and staticpro them. | |
5427 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor | |
5428 shape used outside Emacs when called for the first time. | |
5429 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the | |
5430 cursor shape used outside Emacs. | |
5431 (msdos_set_cursor_shape, IT_set_cursor_type): New functions. | |
5432 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor | |
5433 type has changed. | |
5434 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame | |
5435 parameters specify the cursor. Make qreverse a global | |
5436 variable (renamed to Qreverse). | |
5437 | |
28073 | 5438 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
5439 | |
5440 * fns.c (Fy_or_n_p): Cancel busy-cursor. | |
5441 | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5442 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5443 |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5444 This is a big redesign of failure-stack and register handling, prompted |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5445 by bugs revealed when trying to add shy-groups. Overall, what happened |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5446 is that loops are now structured a little differently, groups can be |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5447 shy and the code is a little simpler. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5448 |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5449 * regex.h: Update the copyright. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5450 (RE_SHY_GROUPS): New value. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5451 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5452 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5453 |
28073 | 5454 * regex.c (enum re_opcode_t): Remove jump_past_alt, |
5455 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add | |
5456 on_failure_jump_(exclusive, loop and smart). Also fix the comment | |
5457 for (start|stop)_memory since they now only take one argument (the | |
5458 second has becomes unnecessary). | |
5459 (print_partial_compiled_pattern): Adjust for changes in | |
5460 re_opcode_t. | |
5461 (print_compiled_pattern): Use %ld to printf long ints and flush to | |
5462 make debugging a little easier. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5463 (union fail_stack_elt): Make the integer unsigned. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5464 (struct fail_stack_type): Add a `frame' element. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5465 (INIT_FAIL_STACK): Init `frame' as well. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5466 (POP_PATTERN_OP): New macro for re_compile_fastmap. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5467 (DEBUG_PUSH, DEBUG_POP): Remove. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5468 (NUM_REG_ITEMS): Remove. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5469 (NUM_NONREG_ITEMS): Adjust. |
28073 | 5470 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE) |
5471 (TOP_FAILURE_HANDLE): New macros for the cycle detection. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5472 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT). |
28073 | 5473 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New |
5474 macros. | |
5475 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern | |
5476 address pushed is not the destination of the jump but the source | |
5477 of it instead. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5478 (NUM_FAILURE_ITEMS): Remove. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5479 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop |
28073 | 5480 registers before the actual failure point). Don't hardcode any |
5481 meaning for str==NULL anymore. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5482 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE) |
28073 | 5483 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED): |
5484 Remove. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5485 (REG_UNSET_VALUE): Use NULL (why not?). |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5486 (compile_range): Remove declaration since it doesn't exist. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5487 (struct compile_stack_elt_t): Remove inner_group_offset. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5488 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5489 (regex_grow_registers): Remove dead code. |
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5490 (FIXUP_ALT_JUMP): New macro. |
28073 | 5491 (regex_compile): Add shy-groups Change loops to use |
5492 on_failure_jump_smart&jump instead of | |
5493 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the | |
5494 initial (dummy_failure_)jump. Remove c1_base (looks like unused | |
5495 variable to me). Use `jump' instead of `jump_past_alt' and don't | |
5496 bother with push_dummy_failure in alternatives since it is now | |
5497 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef | |
5498 emacs' for (re)allocating the stack. | |
5499 (re_compile_fastmap): Remove dead variables i and num_regs. Exit | |
5500 from loop when bufp->can_be_null rather than jumping to `done'. | |
5501 Avoid jumping backwards so as to ensure termination. Use | |
5502 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of | |
5503 backreferences. Remove dead code in handling of `anychar'. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5504 (skip_noops, mutually_exclusive_p): New functions taken from the |
28073 | 5505 handling of `maybe_pop_jump' in re_match_2_internal. Slightly |
5506 improve mutually_exclusive_p to handle ".+\n". | |
5507 (lowest_active_reg, highest_active_reg, | |
5508 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove. | |
5509 (re_match_2_internal): Use %p instead of 0x%x when printf'ing | |
5510 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead | |
5511 variables. Push register (in `start_memory') on the stack rather | |
5512 than storing it in old_reg(start|end). Remove the cycle detection | |
5513 from `stop_memory', replaced by the use of on_failure_jump_loop | |
5514 for greedy loops. Add code for the new on_failure_jump_<foo>. | |
5515 Remove ad-hoc code in `on_failure_jump' to push more registers in | |
5516 the case of a loop. Take out code from `maybe_pop_jump' into | |
5517 separate functions and adapt it to the semantics of | |
5518 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump | |
5519 and push_dummy_failure. Remove dummy_failure handling and | |
5520 handling of `failures to jump to on_failure_jump' (this last one | |
5521 was already dead code, it seems). | |
5522 (group_match_null_string_p, alt_match_null_string_p) | |
5523 (common_op_match_null_string_p): Remove. | |
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
5524 |
28059 | 5525 2000-03-08 Dave Love <fx@gnu.org> |
5526 | |
28060 | 5527 * config.in: Don't depend on __STDC__ for volatile. |
5528 Add POINTER_TYPE, PTR, PROTOTYPES. | |
5529 | |
28059 | 5530 * hftctl.c, strftime.c: Use PROTOTYPES. |
5531 * eval.c (find_handler_clause): Likewise. | |
5532 | |
5533 * mem-limits.h: Use POINTER_TYPE. | |
5534 | |
5535 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__. | |
5536 (memory_warnings): Declare using POINTER_TYPE. | |
5537 | |
28046 | 5538 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
5539 | |
28051 | 5540 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor. |
5541 | |
28048 | 5542 * xdisp.c (display_echo_area): Temporarily inhibit garbage |
5543 collection. | |
5544 | |
28046 | 5545 * xfns.c: Remove obsolete code in #if 0. |
5546 (Fx_focus_frame): New function. | |
5547 | |
28137 | 5548 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5549 | |
5550 * coding.c (coding_category_name): Add coding-category-utf-8, | |
5551 coding-category-utf-16-be, coding-category-utf-16-le. | |
5552 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P, | |
5553 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P, | |
5554 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros. | |
5555 (detect_coding_utf_8): New function. | |
5556 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P | |
5557 UTF_16_LOW_SURROGATE_P): New macros. | |
5558 (detect_coding_utf_16): New function | |
5559 (detect_coding_mask): When priorities are specified, skip any | |
5560 categories that have `nil' coding-system. Fix bug of returning | |
5561 wrong mask when PRIORITIES is specified and detect_coding_XXX() | |
5562 returns a mask not set in PRIORITIES. | |
5563 (detect_eol_type_in_2_octet_form): New function. | |
5564 (detect_eol): selects detect_eol_type_XXX to call according to | |
5565 cooding->category_idx. | |
5566 (detect_coding_system): Remove `nil' coding-system in the result. | |
5567 (Fupdate_coding_systems_internal): Update all coding-categories. | |
5568 | |
5569 * coding.h (CODING_CATEGORY_IDX_UTF_8, | |
5570 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New | |
5571 macros. | |
5572 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY, | |
5573 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros. | |
5574 CODING_CATEGORY_IDX_UTF_16_LE. | |
5575 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE, | |
5576 CODING_CATEGORY_MASK_UTF_16_LE): New macros. | |
5577 (CODING_CATEGORY_MASK_ANY): Include the above macros. | |
5578 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro. | |
5579 | |
28026 | 5580 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
5581 | |
28037 | 5582 * doc.c (Fdocumentation_property): If value is not a string, |
5583 and doesn't refer to etc/DOC, evaluate it to obtain a string. | |
5584 | |
28035 | 5585 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to |
5586 close the display with XtCloseDisplay. This caused a bus error | |
5587 on OpenWindows. | |
5588 | |
28027 | 5589 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is |
5590 complete but not unique. | |
28026 | 5591 |
28011 | 5592 2000-03-06 Gerd Moellmann <gerd@gnu.org> |
5593 | |
28014 | 5594 * process.c (send_process): Remove local variable `procname' that |
5595 might become invalid when a GC happens. Instead, access the | |
5596 process name slot directly. | |
5597 | |
28011 | 5598 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and |
5599 orig_height if set. | |
5600 | |
5601 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and | |
5602 orig_height if set. | |
5603 | |
28009 | 5604 2000-03-06 Eli Zaretskii <eliz@is.elta.co.il> |
5605 | |
5606 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's | |
5607 glyph matrices have been freed. | |
5608 | |
27995 | 5609 2000-03-05 Gerd Moellmann <gerd@gnu.org> |
5610 | |
28005 | 5611 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. |
28007 | 5612 (bootstrap-temacs): Set LC_ALL to C like for temacs. |
28005 | 5613 |
5614 * xfns.c (QCdata): Moved to xdisp.c. | |
5615 | |
5616 * xdisp.c (QCdata): Moved here from xfns.c. | |
5617 (syms_of_xdisp): Initialize QCdata. | |
5618 | |
5619 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. | |
5620 | |
5621 * window.c (coordinates_in_window): Use | |
5622 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of | |
5623 FRAME_INTERNAL_BORDER_WIDTH. | |
5624 | |
27995 | 5625 * xdisp.c (try_window_id): Recompute unchanged information if |
28011 | 5626 it is obviously invalid. |
27995 | 5627 |
5628 * xterm.c (x_term_init): Create a colormap if not using the | |
5629 default visual. | |
5630 | |
5631 * xterm.h (select_visual): Change prototype. | |
5632 | |
5633 * xfns.c (select_visual): Rewritten. Recognize user-specified | |
5634 visual classes. | |
5635 (visual_classes): New variable. | |
5636 | |
27989 | 5637 2000-03-04 Gerd Moellmann <gerd@gnu.org> |
5638 | |
5639 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color) | |
5640 (lookup_pixel_color, x_laplace, x_build_heuristic_mask) | |
5641 (png_load): Access colormap of frame using FRAME_X_COLORMAP. | |
5642 (x_decode_color): Don't handle allocation of white and black | |
5643 specially. | |
5644 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and | |
5645 XtNcolormap resources. | |
5646 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow. | |
5647 (Fx_create_frame): Initialize color members of x_output structure. | |
5648 (xpm_load): Pass colormap to XPM lib. | |
5649 | |
5650 * xfaces.c (x_free_colors): Access colormap of frame using | |
5651 FRAME_X_COLORMAP. Be paranoid about freeing black and white | |
5652 when default colormap is used. | |
5653 | |
5654 * xterm.c (x_term_init): Set Colormap member of x_display_info | |
5655 structure. Copy colormap if resource `privateColormap' is | |
5656 specified (PseudoColor only). | |
5657 (x_setup_relief_color): Access colormap of frame using | |
5658 FRAME_X_COLORMAP. | |
5659 | |
5660 * xterm.h (struct x_display_info): Add Colormap member `cmap'. | |
5661 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros. | |
5662 | |
27983 | 5663 2000-03-04 Jason Rumney <jasonr@gnu.org> |
5664 | |
5665 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or | |
5666 other non-platform-specific equivalents. | |
27989 | 5667 [WINDOWSNT]: Include w32term.h, fontset.h and define X |
27983 | 5668 specific functions and macros as their w32 equivalents where |
5669 non-platform-specifics are not available. | |
5670 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. | |
5671 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions. | |
5672 (clear_font_table) [WINDOWSNT]: Call w32_unload_font. | |
5673 (frame_update_line_height): Use macros to access f->output_data. | |
5674 (defined_color): Remove FIXME comments; fixed. | |
5675 (x_face_list_fonts, prepare_face_for_display): Put X specifics | |
5676 into #ifdef blocks. Add WINDOWSNT blocks. | |
5677 (Fx_list_fonts): Use macros for accessing font data. | |
5678 (set_lface_from_font_name): Different default fonts for X and | |
5679 WINDOWSNT. | |
5680 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as | |
5681 scalable for backward compatibility. | |
27989 | 5682 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT. |
27983 | 5683 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default. |
5684 | |
27989 | 5685 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of |
27983 | 5686 syms_of_w32faces. |
5687 | |
5688 * makefile.nt (w32faces.obj): Remove. | |
5689 (xfaces.obj): Add. | |
5690 | |
27978 | 5691 2000-03-03 Jason Rumney <jasonr@gnu.org> |
5692 | |
5693 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with | |
5694 correct parameters. | |
5695 | |
27977
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
5696 2000-03-03 Ken Raeburn <raeburn@gnu.org> |
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
5697 |
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
5698 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide |
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
5699 standard ELF definitions here if the system header does not. |
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
5700 |
27976 | 5701 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
5702 | |
5703 * xterm.c (PER_CHAR_METRIC): Removed. | |
5704 (x_per_char_metric_1, x_default_char): New functions. | |
5705 (x_per_char_metric): If font's default char is invalid, return | |
5706 metrics of a suitably chosen usable default char. | |
5707 (x_draw_glyph_string_foreground): If font has an invalid default | |
27989 | 5708 char, replace occurrences of unprintable chars with a suitably |
5709 chosen usable default char. | |
27976 | 5710 |
27965 | 5711 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
5712 | |
27969 | 5713 * xterm.c (note_mouse_highlight): Return quickly if frame's |
5714 glyph matrices have been freed. | |
5715 | |
5716 * dispnew.c (free_glyphs): Block input while freeing matrices. | |
5717 | |
27965 | 5718 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors. |
5719 | |
5720 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use | |
5721 x_free_colors. | |
5722 | |
5723 * dispextern.h (x_free_colors): Add prototype. | |
5724 | |
5725 * xfaces.c (x_free_colors): New function. | |
5726 (unload_color, free_face_colors): Use it. | |
5727 | |
27958 | 5728 2000-03-02 Eli Zaretskii <eliz@is.elta.co.il> |
5729 | |
5730 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero. | |
5731 | |
5732 * window.c [MSDOS]: Include msdos.h. | |
5733 | |
27954 | 5734 2000-03-02 Dave Love <fx@gnu.org> |
5735 | |
5736 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH. | |
5737 | |
5738 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't | |
5739 set C_OPTIMIZE_SWITCH for gcc. | |
5740 | |
27942 | 5741 2000-03-02 Kenichi Handa <handa@etl.go.jp> |
5742 | |
5743 * coding.c (coding_save_composition): Be sure to allocate | |
5744 composition data area in coding even if there's no composition in | |
5745 the current run. | |
5746 | |
27938 | 5747 2000-03-01 Jason Rumney <jasonr@gnu.org> |
5748 | |
5749 * w32term.c: Equivalent changes to those made to xterm.c on | |
5750 2000-02-25 and 2000-02-24. | |
5751 | |
5752 * w32fns.c: Equivalent changes to those made to xfns.c on | |
5753 2000-02-25 and 2000-02-21. | |
5754 | |
5755 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure | |
5756 correct line-end convention is followed. | |
5757 | |
5758 * w32menu.c [HAVE_BOXES]: Remove #undef. | |
5759 (single_keymap_panes): Remove code for simulating checkmarks. | |
5760 (single_menu_item): Remove notbuttons_ptr argument. Callers changed. | |
5761 Remove code for drawing simulated checkmarks. | |
5762 (w32_menu_show): make unibyte help string correctly. | |
5763 (add_menu_item): draw standard Windows checkmarks. Draw radio | |
5764 buttons as radio buttons if possible. | |
5765 | |
27919 | 5766 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
5767 | |
27927 | 5768 * sysdep.c (start_of_text): Don't define this function for NetBSD |
5769 with ELF. | |
5770 | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5771 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: |
27927 | 5772 Don't define. |
5773 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o. | |
5774 (LINKER): Don't undef if __NetBSD__ is defined. | |
5775 | |
5776 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define. | |
5777 | |
5778 * fileio.c [__NetBSD__]: Define `unix'. | |
5779 | |
27919 | 5780 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay. |
5781 | |
27910 | 5782 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5783 | |
27914 | 5784 * atimer.c (start_atimer): Don't abort when timers are stopped. |
5785 (append_atimer_lists): New function. | |
5786 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle | |
5787 arbitrary lists of stopped and running atimers. | |
5788 | |
27910 | 5789 * atimer.c (cancel_atimer): Handle canceling an atimer when |
5790 some timers are stopped. | |
5791 | |
5792 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null | |
5793 after canceling it. | |
5794 | |
5795 * fns.c (maybe_resize_hash_table): Handle case of new size | |
5796 coming out as being the same as old size. | |
5797 | |
27898 | 5798 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5799 | |
5800 * makefile.nt: Add atimer.h to dependencies. | |
5801 * w32.c (init_environment): Set Vw32_num_mouse_buttons here. | |
5802 * w32console.c: Only disable window system features for dispextern.h | |
5803 (initialize_w32_display): Build a display info for the console. | |
5804 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17. | |
5805 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, | |
5806 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice | |
5807 as 2 button mice. | |
5808 * w32gui.h (struct W32FontStruct): Revert last change after change | |
5809 to xdisp.c. | |
5810 * w32menu.c (single_submenu): Set up help string. | |
5811 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. | |
5812 (w32_dialog_show): Set up help string. | |
5813 * w32term.c (w32_display_info_for_display): Remove unused function. | |
5814 (w32_draw_bitmap): Use pre-built bitmaps. | |
5815 (w32_initialize_display_info): New function to initialize parts of | |
5816 display info that are common to both GUI and console frames. | |
5817 (w32_term_init): Use w32_initialize_display_info. Do not set | |
5818 Vw32_num_mouse_buttons here, as it is not called for console | |
5819 frames. Build bitmaps for indicating truncated lines etc. | |
5820 (x_delete_display): Destroy pre-built bitmaps. | |
5821 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro. | |
5822 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM. | |
5823 | |
27886 | 5824 2000-02-27 Dave Love <fx@gnu.org> |
5825 | |
5826 * lisp.h: Add a bunch of prototypes. | |
5827 | |
27878 | 5828 2000-02-26 Kenichi Handa <handa@etl.go.jp> |
5829 | |
27879 | 5830 * keyboard.c (read_char): Set `usec' correctly. |
27878 | 5831 |
27876 | 5832 2000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
5833 | |
5834 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is | |
5835 `lambda', set reg[RRR] to the map index. | |
5836 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set | |
5837 reg[RRR] to 0. Otherwise, set it to -1. | |
5838 | |
27875 | 5839 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5840 | |
27927 | 5841 * emacs.c (main): Remove code snippet commented out with `//'. |
27875 | 5842 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
5843 2000-02-25 Richard M. Stallman <rms@gnu.org> |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5844 |
27873 | 5845 * fileio.c (Ffile_symlink_p): If result starts with a `/' |
5846 and contains a `:', prepend `/:'. | |
5847 | |
5848 * window.c (select_window_1): If selected_window is nil, | |
5849 don't "swap out" the buffer's point. | |
5850 (Fset_window_configuration): Set selected_window to nil | |
5851 before calling Fselect_window. | |
5852 (unshow_buffer): Don't set point in buffer from window's point | |
5853 if another more recently selected window also shows the buffer. | |
5854 | |
27849 | 5855 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5856 | |
27868 | 5857 * keyboard.c (recursive_edit_1): Cancel busy-cursor. |
5858 | |
27866 | 5859 * xfns.c (inhibit_busy_cursor, busy_count): Removed. |
5860 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. | |
5861 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New | |
5862 variables. | |
5863 (DEFAULT_BUSY_CURSOR_DELAY): New define. | |
5864 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor) | |
5865 (hide_busy_cursor): New functions. | |
5866 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay. | |
5867 | |
5868 * minibuf.c (read_minibuf): Cancel busy-cursor. | |
5869 | |
5870 * keyboard.c (command_loop_1): Call start_busy_cursor before | |
5871 Fcommand_execute and cancel_busy_cursor after it. | |
5872 (timer_check): Remove busy-cursor code. | |
5873 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy | |
5874 cursor timer. | |
5875 | |
5876 * process.c (wait_reading_process_input): Remove busy-cursor code. | |
5877 | |
5878 * eval.c (Fsignal): Call cancel_busy_cursor instead of | |
5879 Fx_hide_busy_cursor. | |
5880 | |
5881 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor): | |
5882 Remove prototyoes. | |
5883 (start_busy_cursor, cancel_busy_cursor): Add prototypes. | |
5884 | |
5885 * lisp.h (Fx_hide_busy_cursor): Remove prototype. | |
5886 | |
5887 * xterm.c (XTread_socket): Remove busy-cursor code. | |
5888 | |
27856 | 5889 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. |
5890 (build_frame_matrix_from_leaf_window): Put code handling | |
5891 glyph row's not being a slice of a frame row in #if 0. | |
5892 (sync_window_with_frame_matrix_rows): New function. | |
5893 (frame_row_to_window): New function. | |
5894 (mirror_line_dance): Handle copies between windows. | |
5895 | |
27853 | 5896 * lread.c (Fload): Use `xfree' instead of `free'. |
5897 (init_obarray): Use `xmalloc' instead of `malloc'. | |
5898 | |
27849 | 5899 * window.c (Fset_window_buffer): Set WINDOW to the window |
5900 after decoding. | |
27851 | 5901 (coordinates_in_window): Take frame's internal border width |
5902 into account. | |
27849 | 5903 |
27847 | 5904 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5905 | |
5906 * xterm.c (x_display_and_set_cursor): Display cursor of | |
5907 non-selected windows depending on the setting of | |
5908 cursor_in_non_selected_windows. | |
5909 | |
5910 * xdisp.c (cursor_in_non_selected_windows): New variable. | |
5911 (syms_of_xdisp): DEFVAR_BOOL it. | |
5912 | |
27820 | 5913 2000-02-23 Gerd Moellmann <gerd@gnu.org> |
5914 | |
27827 | 5915 * data.c (Fstring_to_number): If number is greater than what |
5916 fits into an integer, return a float. | |
5917 | |
27820 | 5918 * eval.c (specbind): Remove references to |
5919 keyword_symbols_constant_flag. | |
5920 | |
5921 * data.c (keyword_symbols_constant_flag): Removed. | |
5922 (Fmakunbound, set_internal, syms_of_data): Remove references to | |
5923 keyword_symbols_constant_flag. | |
5924 | |
5925 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag. | |
5926 | |
27813 | 5927 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5928 | |
5929 * syntax.c (multibyte_syntax_as_symbol): New variable. | |
5930 (syms_of_syntax): Declare it as a Lisp variable. | |
5931 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. | |
5932 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are | |
5933 nonzero, treat all multibyte characters as symbol. | |
27847 | 5934 (init_syntax_once): Give syntax `word' to all multibyte |
27813 | 5935 characters. |
5936 | |
27801 | 5937 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il> |
5938 | |
27853 | 5939 * frame.c (Fdelete_frame): Don't let echo_area_window remain on |
30196
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
5940 a deleted frame. |
27801 | 5941 |
27799 | 5942 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5943 | |
5944 * frame.c (Fmouse_position): GCPRO retval instead of x and y. | |
5945 | |
5946 * xfns.c (x_window_to_frame, x_any_window_to_frame) | |
5947 (x_non_menubar_window_to_frame): Check the busy-cursor window. | |
5948 | |
27796 | 5949 2000-02-21 Dave Love <fx@gnu.org> |
5950 | |
5951 * frame.c (Vmouse_position_function): New variable. | |
5952 (Fmouse_position): Use it. | |
5953 (syms_of_frame): Install it. | |
5954 | |
5955 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'. | |
5956 | |
27790 | 5957 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5958 | |
5959 * fileio.c (Finsert_file_contents): Unbind the binding of | |
5960 standard-output done by temp_output_buffer_setup. | |
27785 | 5961 |
5962 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless | |
5963 Vmocklisp_arguments is nil. Inline Fcar and Fcdr. | |
5964 (specbind, unbind_to): Handle most common case of non-constant | |
5965 symbol with trivial value specially. | |
5966 | |
5967 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. | |
5968 | |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
5969 2000-02-20 Richard M. Stallman <rms@gnu.org> |
27780
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5970 |
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5971 * data.c (Fmake_variable_buffer_local): Doc fix. |
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5972 Init found_for_buffer to 0. |
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5973 (Fmake_variable_frame_local): If the variable has already |
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5974 been buffer-local, set the check_frame field. |
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
5975 |
27776 | 5976 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5977 | |
5978 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data | |
5979 produced for CODING_MODE_LAST_BLOCK requires. | |
5980 | |
27767 | 5981 2000-02-18 Dave Love <fx@gnu.org> |
5982 | |
5983 * keyboard.c (echo_keystrokes): Remove declaration. | |
5984 (Vecho_keystrokes) New variable. | |
5985 (read_char, record_menu_key, read_key_sequence): Use it to allow | |
5986 use of float value. | |
5987 (syms_of_keyboard): Change Vecho_keystrokes declaration. | |
5988 | |
5989 * lread.c: Undef feature selection macros before defining. | |
5990 | |
27759 | 5991 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5992 | |
5993 * data.c (let_shadows_buffer_binding_p): Ignore specbindings | |
5994 for symbols other than the symbol in question. | |
5995 | |
27751 | 5996 2000-02-17 Dave Love <fx@gnu.org> |
5997 | |
5998 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization. | |
5999 | |
27747 | 6000 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
6001 | |
27749 | 6002 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef. |
6003 | |
27747 | 6004 * alloc.c (enum mem_type): Compile unconditionally. |
6005 | |
27744 | 6006 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
6007 | |
6008 * xfaces.c (tty_defined_color): Don't return faulire indication | |
6009 for unspecified-fg and unspecified-bg pseudo-colors. | |
6010 | |
27726 | 6011 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
6012 | |
27742 | 6013 * alloc.c (mark_object): Don't mark symbol names in pure space. |
6014 (gc_sweep): Don't unmark symbol names in pure space. | |
6015 | |
6016 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS) | |
6017 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES) | |
6018 [GC_MARK_STACK]: New defines. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6019 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO) |
27742 | 6020 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops. |
6021 | |
6022 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base. | |
6023 | |
6024 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use | |
6025 allocate_buffer instead of xmalloc. | |
6026 | |
6027 * alloc.c (toplevel): Include setjmp.h. | |
6028 (PURE_POINTER_P): New define. | |
6029 (enum mem_type) [GC_MARK_STACK]: New enumeration. | |
6030 (Vdead) [GC_MARK_STACK]: New variable. | |
6031 (lisp_malloc): Add parameter TYPE, call mem_insert if | |
6032 GC_MARK_STACK is defined. | |
6033 (allocate_buffer): New function. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6034 (lisp_free) [GC_MARK_STACK]: Call mem_delete. |
27742 | 6035 (free_float) [GC_MARK_STACK]: Set type to Vdead. |
6036 (free_cons) [GC_MARK_STACK]: Set car to Vdead. | |
6037 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables. | |
6038 (MEM_NIL) [GC_MARK_STACK]: New define. | |
6039 (struct mem_node) [GC_MARK_STACK]: New structure. | |
6040 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup) | |
6041 (mem_delete_fixup, mem_rotate_left, mem_rotate_right) | |
6042 (live_string_p, live_cons_p, live_symbol_p, live_float_p) | |
6043 (live_misc_p, live_vector_p, live_buffer_p, mark_memory) | |
6044 (mark_stack) [GC_MARK_STACK]: New functions. | |
6045 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack. | |
6046 (clear_marks): Removed. | |
6047 (gc_sweep): Set free conses' car, free floats' type, free | |
6048 symbols' function to Vdead. Use lisp_free to free buffers. | |
6049 (init_alloc_once): Initialize Vdead. | |
6050 (survives_gc_p): Return non-zero for pure objects. | |
6051 | |
6052 * alloc.c: Add comments throughout the file. | |
6053 | |
27735 | 6054 * atimer.c (stop_other_atimers): Don't call cancel_atimer because |
6055 that unblocks alarms. | |
6056 | |
27729 | 6057 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, |
6058 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, | |
6059 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. | |
6060 | |
27726 | 6061 * frame.c (make_frame): Set frame initiallly to `garbaged'. |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6062 |
27720 | 6063 2000-02-17 Kenichi Handa <handa@etl.go.jp> |
6064 | |
27722 | 6065 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to |
27723 | 6066 avoid infinite error signaling. Allocate sufficient memory for |
27722 | 6067 eol_str in the case that eoltype is Lisp_Int. |
27720 | 6068 |
27719
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6069 2000-02-17 Stefan Monnier <monnier@cs.yale.edu> |
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6070 |
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6071 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode |
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6072 depends on the previous behavior. |
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6073 |
27710 | 6074 2000-02-16 Gerd Moellmann <gerd@gnu.org> |
6075 | |
6076 * sysdep.c (vfork) [!HAVE_VFORK]: Removed. | |
6077 | |
27707 | 6078 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
6079 | |
6080 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define. | |
6081 | |
6082 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]: | |
27710 | 6083 Workaround for FreeBSD bug. Clear output queue after EAGAIN in |
27707 | 6084 write(2). |
6085 | |
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6086 2000-02-15 Richard M. Stallman <rms@gnu.org> |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6087 |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6088 * data.c (set_internal): Don't make variable buffer-local |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6089 if within a let-binding for the same buffer. |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6090 (let_shadows_buffer_binding_p): New function. |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6091 |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6092 * eval.c (specbind): For buffer-local value, |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6093 record the current buffer also. |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6094 (unbind_to): Cope with that change. |
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6095 |
27700 | 6096 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
6097 | |
6098 * window.c (Fsave_window_excursion): Doc fix. | |
6099 | |
27698
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6100 2000-02-15 Stefan Monnier <monnier@cs.yale.edu> |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6101 |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6102 * syntax.c (back_comment): Make sure we only consider comment-starters |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6103 of the relevant style and return -1 in case of a failure to find the |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6104 beginning of the comment. |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6105 (Fforward_comment): If back_comment fails, go back to the position just |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6106 after the comment-end. |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6107 (scan_lists): Add comment describing a very minor bug. |
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6108 |
27697
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6109 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> |
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6110 |
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6111 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to |
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6112 `completion-regexp-list' in the docstring. |
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6113 |
27696 | 6114 2000-02-14 Dave Love <fx@gnu.org> |
6115 | |
6116 * xfaces.c (tty_defined_color): Declare color_idx unsigned long. | |
6117 | |
27692
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6118 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6119 |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6120 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6121 to Emacs' syntax. Also fix the comment about set/not-set meanings |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6122 since Emacs syntax is not the value 0 any more. |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6123 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6124 since it's now part of RE_SYNTAX_EMACS. |
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6125 |
27689 | 6126 2000-02-12 Dave Love <fx@gnu.org> |
6127 | |
6128 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on | |
6129 Alpha. | |
6130 | |
27687 | 6131 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6132 | |
6133 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively. | |
6134 | |
27680 | 6135 2000-02-12 Dave Love <fx@gnu.org> |
6136 | |
6137 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. | |
6138 | |
6139 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: | |
27687 | 6140 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h: |
6141 * s/hpux.h: Don't define HAVE_VFORK. | |
27680 | 6142 |
6143 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. | |
6144 | |
6145 * s/nextstep.h: Don't define HAVE_ALLOCA. | |
6146 | |
6147 * config.in: Add vfork bits. | |
6148 | |
27672 | 6149 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
6150 | |
6151 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register | |
6152 unwind function to undo the effect of stopping atimers. | |
6153 | |
6154 * keyboard.c (bind_polling_period): Stop all timers except | |
6155 poll_timer. | |
6156 | |
6157 * atimer.c (stopped_atimers): New variable. | |
6158 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): | |
6159 New functions. | |
6160 | |
6161 * atimer.h (stop_other_atimers, run_all_atimers) | |
6162 (unwind_stop_other_atimers): Add function prototypes. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6163 |
27672 | 6164 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined. |
6165 | |
27665
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6166 2000-02-11 Ken Raeburn <raeburn@gnu.org> |
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6167 |
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6168 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff |
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6169 library may depend on jpeg. |
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6170 (atimer.o): Depends on atimer.c. |
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6171 |
27663 | 6172 2000-02-11 Kenichi Handa <handa@etl.go.jp> |
6173 | |
6174 * insdel.c (del_range_1): Call update_compositions. | |
6175 (del_range_both): Call update_compositions just once.. | |
6176 | |
27660 | 6177 2000-02-10 Dave Love <fx@gnu.org> |
6178 | |
6179 * xfns.c (create_frame_xic): Fix initialization of automatic | |
6180 aggregates for pcc. | |
6181 | |
27648 | 6182 2000-02-09 Kenichi Handa <handa@etl.go.jp> |
6183 | |
6184 * ccl.c (CCL_MAKE_CHAR): New macro. | |
6185 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of | |
6186 registers by CCL_MAKE_CHAR before calling translate_char. | |
6187 <CCL_TranslateCharacterConstTbl> Likewise. | |
6188 | |
27646 | 6189 2000-02-08 Dave Love <fx@gnu.org> |
6190 | |
6191 * lread.c (__EXTENSIONS__): Define. | |
6192 | |
27644 | 6193 2000-02-08 Gerd Moellmann <gerd@gnu.org> |
6194 | |
6195 * puresize.h (BASE_PURESIZE): Increase to 650000. | |
6196 | |
27641 | 6197 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
6198 | |
6199 * msdos.c (XMenuActivate): Turn off the cursor after displaying | |
6200 the help message. | |
6201 | |
27639 | 6202 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
6203 | |
6204 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue, | |
6205 md, mh, mb, mr, and me to the fake termcap entry. | |
6206 | |
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6207 2000-02-06 Ken Raeburn <raeburn@gnu.org> |
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6208 |
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6209 * sound.c (sound_cleanup): Don't call device close routine if the |
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6210 function pointer is null. |
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6211 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6212 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6213 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6214 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6215 around image definitions and prototypes. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6216 (gamma_correct) [WINDOWSNT]: New prototype. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6217 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6218 * w32term.c (x_make_frame_visible): Replace call to |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6219 input_poll_signal with poll_for_input. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6220 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6221 * window.c [WINDOWSNT]: Include w32term.h. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6222 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6223 * xdisp.c [WINDOWSNT]: Include w32term.h. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6224 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6225 * makefile.nt: Add dependencies on w32gui.h. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6226 (OBJ1): Include atimer.obj. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6227 ($(BLD)\atimer.obj): New dependency rule. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6228 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6229 * w32.c (sigmask): New function (does nothing). |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6230 (sigunblock): Ditto. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6231 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6232 * frame.c [WINDOWSNT]: Include w32term.h. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6233 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6234 * w32gui.h (struct W32FontStruct): Add ascent and descent slots. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6235 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6236 * lread.c (syms_of_lread): Fix literal newlines. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6237 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6238 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6239 the string constant limit (2048 bytes) in MSVC. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6240 (main): Ditto. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6241 |
27620 | 6242 2000-02-05 INOUE Seiichiro <inoue@ainet.or.jp> |
6243 | |
6244 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit | |
6245 area. | |
6246 (x_display_cursor) [HAVE_X_I18N]: Don't set it here. | |
6247 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't | |
6248 dispatch the event. | |
6249 | |
27614 | 6250 2000-02-04 Dave Love <fx@gnu.org> |
6251 | |
6252 * fileio.c: Remove some unused vars. | |
6253 (_GNU_SOURCE): Define (for euidaccess). | |
6254 | |
6255 * lread.c (_XOPEN_SOURCE): Declare (for ftello). | |
6256 | |
6257 * minibuf.c (read_minibuf_noninteractive): Remove undeclared | |
6258 gcpro1, gcpro2. | |
6259 (read_minibuf): Deal with allow_props correctly. | |
6260 | |
27594 | 6261 2000-02-03 Eli Zaretskii <eliz@is.elta.co.il> |
6262 | |
6263 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000. | |
6264 | |
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6265 2000-02-03 Ken Raeburn <raeburn@gnu.org> |
27592
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
6266 |
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
6267 * search.c (compile_pattern): If a cache entry has a nil regexp, |
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
6268 fill in that entry instead of clobbering a previously cached |
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
6269 string regexp. |
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
6270 |
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6271 2000-02-02 Ken Raeburn <raeburn@gnu.org> |
27591
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
6272 |
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
6273 * puresize.h (BASE_PURESIZE): Increase to 610000. |
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
6274 |
27587 | 6275 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
6276 | |
6277 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name | |
6278 can GC. | |
6279 | |
27565 | 6280 2000-02-02 Kenichi Handa <handa@etl.go.jp> |
6281 | |
27567 | 6282 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address |
6283 instead of incrementing ic directly. | |
6284 <CCL_WriteExprConst> Likewise. | |
6285 <ccl_set_expr>: Set ic to jump_address. | |
6286 | |
27565 | 6287 * fileio.c (e_write): Fix the handling of |
6288 CODING_FINISH_INSUFFICIENT_SRC. | |
6289 | |
27561 | 6290 2000-02-01 Dave Love <fx@gnu.org> |
6291 | |
6292 * editfns.c (Fpropertize): Doc fix. | |
6293 | |
6294 * process.c (Fstart_process): Doc fix. | |
6295 | |
6296 * eval.c: Fix various doc strings not to duplicate information | |
6297 from help-manyarg-func-alist. | |
6298 | |
6299 * window.c (Fset_window_margins): Don't make interactive. Doc | |
6300 fix. | |
6301 | |
6302 * doc.c (Vhelp_manyarg_func_alist): New variable. | |
6303 (Fdocumentation): Use it. | |
6304 (syms_of_doc): Define it. | |
6305 | |
27531 | 6306 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
6307 | |
27545 | 6308 * xterm.c (xim_open_dpy): Remove unused local variable. |
6309 | |
27541 | 6310 * emacs.c (USAGE): Use term `display options' instead of `X |
6311 options'. | |
6312 | |
6313 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function. | |
6314 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it. | |
6315 | |
27531 | 6316 * fns.c (sweep_weak_table): New function. |
6317 (sweep_weak_hash_tables): Use it. Keep on marking until there | |
6318 is no more change. | |
6319 | |
27527 | 6320 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
6321 | |
6322 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure | |
6323 that XTread_socket does not crash by trying to call XNoOp on a | |
6324 closed display. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6325 |
27523 | 6326 2000-01-30 Jason Rumney <jasonr@gnu.org> |
6327 | |
6328 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
6329 Change selected_frame to SELECTED_FRAME (). | |
6330 (w32_console_mouse_position): Remove #ifndef MULE from around | |
6331 `insist' parameter. | |
6332 | |
6333 * makefile.nt: Remove dosfns.obj. | |
6334 | |
6335 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors. | |
6336 | |
6337 * w32fns.c (w32_defined_color): Check for valid frame before | |
6338 applying gamma correction. Eliminate dependency on frame elsewhere. | |
6339 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH. | |
6340 (w32_to_x_font): Use resx and resy not height_in and width_in. | |
6341 (x_to_w32_font): Doc fix. | |
6342 (xlfd_strip_height): New function to strip and return font height. | |
6343 (w32_font_match): Compare height separately from rest of xlfd | |
6344 spec, using xlfd_strip_height. | |
6345 | |
6346 * w32term.c (w32_term_init): Swap resx and height_in, resy and | |
6347 width_in. Use w32_defined_color in place of defined_color. | |
6348 | |
6349 * w32faces.c: Merge more of DOS and X specifics in preparation for | |
6350 merge with xfaces.c. | |
6351 (defined_color): Remove FIXME comment. | |
6352 (tty_color_name): Provide w32-specific function. | |
6353 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially. | |
6354 | |
6355 * w32console.c (turn_on_face, turn_off_face): Removed. | |
6356 (w32_face_attributes): New function. | |
6357 (Global_variables): Reduce scope where possible. | |
6358 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as | |
6359 fill attribute. | |
6360 (hl_mode): Don't modify text attributes. | |
6361 (write_glyphs): Don't do anything if len <= 0. Use | |
6362 w32_face_attributes to get attributes for drawing. Write | |
6363 terminating codes using char_attr_normal. | |
6364 (reset_terminal_modes, set_terminal_modes): Turn off highlight. | |
6365 (update_begin, update_end): Likewise. | |
6366 (vga_stdcolor_name): New function. | |
6367 (initialize_w32_display): Remove char_attr_reverse and char_attr. | |
6368 (Fset_screen_color): Remove char_attr_reverse. | |
6369 | |
27506 | 6370 2000-01-29 Gerd Moellmann <gerd@gnu.org> |
6371 | |
6372 * xfns.c (xic_set_preeditarea): Take window parameter and | |
6373 window-relative pixel-positions. | |
6374 | |
6375 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window | |
6376 is its frame's selected window. | |
6377 (xim_instantiate_callback): Likewise. | |
6378 | |
6379 * xfns.c (x_create_im): Removed. | |
6380 (DEFAULT_STYLE, DEFAULT_FONT): Removed. | |
6381 (supported_xim_styles): Renamed from supported_styles. | |
6382 (best_xim_style): Renamed from best_style. | |
6383 (create_frame_xic): Renamed from xic_create_frame. | |
6384 (free_frame_xic): Renamed from xic_destroy_frame. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6385 |
27506 | 6386 2000-01-29 INOUE Seiichiro <inoue@ainet.or.jp> |
6387 | |
6388 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of | |
6389 our frames, call XFilterEvent with 2nd parameter `None'. | |
6390 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString | |
6391 returning XBufferOverflow. | |
6392 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status | |
6393 area. | |
6394 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area. | |
6395 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset. | |
6396 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) | |
6397 (xim_initialize, xim_close) | |
6398 [HAVE_X_I18N && HAVE_X11R6]: New functions. | |
6399 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. | |
6400 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. | |
6401 (x_delete_display) [HAVE_X_I18N]: Call xim_close. | |
6402 | |
6403 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim' | |
6404 and `xim_styles'. | |
6405 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add | |
6406 `xic_style' and `xic_xfs'. | |
6407 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES) | |
6408 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros. | |
6409 (FRAME_XIM): Removed. | |
6410 | |
6411 * xfns.c (supported_styles): New variable. | |
6412 (DEFAULT_STYLE, DEFAULT_FONT): New macros | |
6413 (xic_create_xfontset, best_style, xic_create_frame) | |
6414 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea) | |
6415 (xic_set_xfontset): New functions. | |
6416 | |
27491 | 6417 2000-01-28 Dave Love <fx@gnu.org> |
6418 | |
6419 * s/irix6-5.h: Revert last change after change to irix5-0.h. | |
6420 | |
6421 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0. | |
6422 | |
27473 | 6423 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
6424 | |
27481 | 6425 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode |
6426 for *scratch* if it already existed. | |
6427 | |
27473 | 6428 * emacs.c (USAGE): New macro. |
6429 (main): Use it to display usage information. | |
6430 | |
27464 | 6431 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
6432 | |
6433 Support for the menu-help feature: | |
6434 | |
6435 * msdos.h: Change prototypes of XMenuAddSelection and | |
6436 XMenuActivate. | |
6437 | |
6438 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared | |
6439 part of the line to the termscript file. | |
6440 (IT_clear_to_end): Clear the entire line, not just its beginning. | |
6441 (menu_help_message, prev_menu_help_message): New variables. | |
6442 (IT_menu_make_room): Make room for the help_text member. | |
6443 (IT_menu_display): New argument disp_help; all callers changed. | |
6444 If disp_help is non-zero, store the help text of the active menu | |
6445 item in menu_help_message. | |
6446 (XMenuAddPane): Initialize the help_text member to NULL. | |
6447 (XMenuAddSelection): New argument help_text. Store it in the | |
6448 XMenu structure. | |
6449 (XMenuActivate): New argument help_callback. If the value of | |
6450 menu_help_message has changed since the last time, display the | |
6451 menu help message text while waiting for the mouse to move. Clear | |
6452 the echo area before exiting. | |
6453 (XMenuDestroy): Free the help_text member. | |
6454 | |
27459 | 6455 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
6456 | |
6457 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to | |
6458 XMenuAddSelection. Pass help callback to XMenuActivate. | |
6459 (menu_help_callback) [!USE_X_TOOLKIT]: New function. | |
6460 | |
27453 | 6461 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
6462 | |
6463 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS | |
6464 and EMACS_SET_USECS. | |
6465 | |
27443 | 6466 2000-01-26 Dave Love <fx@gnu.org> |
6467 | |
27446 | 6468 * editfns.c (Fchar_after, Fchar_before): Doc fix. |
6469 | |
27443 | 6470 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where |
6471 an error may be signalled. | |
6472 | |
27439 | 6473 2000-01-26 Gerd Moellmann <gerd@gnu.org> |
6474 | |
27441 | 6475 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef |
6476 LD_SWITCH_SYSTEM inherited from irix5-0.h. | |
6477 | |
27439 | 6478 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. |
6479 | |
27435 | 6480 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6481 | |
6482 * charset.c (Fstring): If there is a multibyte char among | |
6483 the args, always return a multibyte string. | |
6484 | |
27433 | 6485 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
6486 | |
6487 * sysdep.c (sys_select): Turn atimers off and on instead of | |
6488 recording and restoring old alarm handler | |
6489 | |
6490 * process.c (toplevel): Include atimer.h. | |
6491 (create_process_1): Rewritten. | |
6492 (create_process): Use atimers instead of alarm. | |
6493 (wait_reading_process_input) [hpux]: Turn atimers off instead | |
6494 of turning off SIGALRM. | |
6495 (wait_reading_process_input): Turn off atimers instead off | |
6496 calling stop_polling. | |
6497 | |
6498 * emacs.c (main): Call init_atimer. | |
6499 | |
6500 * keyboard.c (toplevel): Include systime.h and atimer.h. | |
6501 (polling_for_input): Removed because unused. | |
6502 (input_poll_signal) [POLL_FOR_INPUT]: Removed. | |
6503 (poll_timer): New variable. | |
6504 (poll_for_input, poll_for_input_1): New functions. | |
6505 (start_polling, stop_polling): Rewritten. | |
6506 | |
6507 * keyboard.h (polling_for_input): Removed. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6508 |
27433 | 6509 * atimer.h, atimer.c: New files. |
6510 | |
6511 * Makefile.in (obj): Add atimer.o. | |
6512 (atimer.o): New target. | |
6513 | |
6514 * blockinput.h (pending_atimers): Add extern declaration. | |
6515 (UNBLOCK_INPUT): Rewritten. Handle pending atimers. | |
6516 | |
6517 * lisp.h (popup_activated_flag): Add extern declaration. | |
6518 | |
6519 * xmenu.c (popup_activated_flag): Make externally visible. | |
6520 (popup_activate_callback) [USE_MOTIF]: Increment | |
6521 popup_activated_flag. | |
6522 (popup_deactivate_callback) [USE_MOTIF]: Decrement it. | |
6523 | |
6524 * xterm.c (toplevel): Include atimer.h. | |
6525 (toolkit_scroll_bar_interaction): New variable. | |
6526 (Fxt_process_timeouts): Removed. | |
6527 (x_process_timeouts): New function. | |
6528 (xt_action_hook): Clear toolkit_scroll_bar_interaction. | |
6529 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction. | |
6530 (x_make_frame_visible): Call poll_for_input_1 instead of | |
6531 input_poll_signal. Don't call alarm. | |
6532 (x_initialize): Install timer calling x_process_timeouts. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6533 |
27413 | 6534 2000-01-24 Dave Love <fx@gnu.org> |
6535 | |
27446 | 6536 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now. |
27413 | 6537 Don't use -cckr -- apparently not now necessary. |
6538 | |
27410 | 6539 2000-01-24 Eli Zaretskii <eliz@is.elta.co.il> |
6540 | |
6541 * msdos.c (IT_menu_display): Truncate long menu lines at the right | |
6542 screen boundary. | |
6543 | |
27408 | 6544 2000-01-23 Jason Rumney <jasonr@gnu.org> |
6545 | |
6546 * w32fns.c (w32_defined_color): Apply gamma correction before | |
6547 trying to map to the palette. | |
6548 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame | |
6549 to w32_clear_rect. | |
6550 | |
6551 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc | |
6552 here. Callers changed to always pass real device context. | |
6553 (w32_draw_bitmap): Likewise. | |
6554 (w32_get_glyph_overhangs): Likewise. | |
6555 (w32_draw_box_rect): Make use of s->hdc rather than getting a new | |
6556 one. | |
6557 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to | |
6558 pfnSetScrollInfo and SetScrollRange. | |
6559 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters | |
6560 back into MULE characters after decoding them. | |
6561 (x_get_glyph_face_and_encoding): Likewise. | |
6562 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when | |
6563 GetCharABCWidthsW fails, since this is defined on Windows 9x. | |
6564 (x_produce_glyphs): Calculate per char metrics for a character | |
6565 that we know exists in default font when font_not_found_p is true. | |
6566 | |
27393 | 6567 2000-01-22 Jason Rumney <jasonr@gnu.org> |
6568 | |
6569 * makefile.nt (intervals.obj, composite.obj): New modules. | |
6570 (composite.h): Added as dependency where appropriate. | |
6571 | |
6572 * w32gui.h (XGCValue): New struct for emulating X GCs. | |
6573 | |
6574 * w32term.h (XCharStruct): New struct for emulating X. | |
6575 | |
6576 * w32console.c (turn_on_face, turn_off_face): New functions. | |
6577 (change_line_highlight): New prototype for new redisplay. | |
6578 (write_glyphs): Support multibyte text. Support faces. | |
6579 | |
6580 * w32faces.c: Complete rewrite for new redisplay based on new | |
6581 xfaces.c. | |
6582 | |
6583 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame | |
6584 throughout. struct frame * in place of FRAME_PTR. | |
6585 Skeleton support for images, toolbars, tooltips from xfns.c. | |
6586 (Fx_create_frame): Use system default for default scroll bar | |
6587 width. | |
6588 (w32_get_arg): Renamed from x_get_arg. | |
6589 (Fx_file_dialog): New function. | |
6590 (w32_list_fonts): Check cache before asking system. | |
6591 (Vw32_enable_synthesized_fonts): New variable. | |
6592 (Vw32_enable_italics): Obsolete, removed. | |
6593 | |
6594 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
6595 Use SELECTED_FRAME macro. | |
6596 | |
6597 * w32menu.c: Add skeleton support for help strings on menus. | |
6598 (add_menu_item): Native checkbox and radio support added, but not | |
6599 yet enabled due to bugs. | |
6600 (push_menu_item): Add parameters type, selection and help. | |
6601 Callers updated. | |
6602 Formatting changes to reduce unnecessary diffs with xmenu.c. | |
6603 | |
6604 * w32select.c (Fw32_set_clipboard_data): Update call to | |
6605 find_charset_in_str. | |
6606 | |
6607 * w32term.c: Complete rewrite for new redisplay based on new | |
6608 xterm.c with necessary sections merged back in from old w32term.c. | |
6609 | |
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6610 2000-01-21 Richard M. Stallman <rms@gnu.org> |
27390
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
6611 |
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
6612 * data.c (set_internal): Further fix in same criterion. |
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
6613 |
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6614 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27372
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
6615 |
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
6616 * data.c (set_internal): Fix the criteria for whether |
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
6617 to swap out the old cached binding. |
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
6618 |
27366 | 6619 2000-01-19 Dave Love <fx@gnu.org> |
6620 | |
6621 * lread.c: (syms_of_lread) [user-init-file]: Doc change. | |
6622 | |
27354 | 6623 2000-01-18 Kenichi Handa <handa@etl.go.jp> |
6624 | |
6625 * regex.c (re_compile_fastmap): While checking a range table for | |
6626 `charset', skip flag bits for a character class correctly. | |
6627 | |
27344 | 6628 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
6629 | |
27347 | 6630 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC. |
6631 | |
27344 | 6632 * xfns.c (x_window): Call lw_create_widget with new parameter |
6633 list. | |
6634 | |
6635 * widget.c (EmacsFrameSetCharSize): Change size of children first | |
6636 because of problems with main window geometry management under | |
6637 Lesstif. | |
6638 | |
6639 * xmenu.c (enum menu_item_idx): New enumeration replacing defines | |
6640 MENU_ITEMS_ITEM_.*. | |
6641 (MENU_ITEMS_ITEM_HELP): New enumerator. | |
6642 (push_menu_item): Add parameter HELP. Record help in menu_items. | |
6643 (single_menu_item, single_submenu, list_of_items): Call | |
6644 push_menu_item with new parameter. | |
6645 (single_submenu): Set help string in widget value. | |
6646 (menu_highlight_callback): New function. | |
6647 (set_frame_menubar): Call lw_create_widget with new | |
6648 parameter list. | |
6649 (xmenu_show, xdialog_show): Ditto. | |
6650 | |
27316 | 6651 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6652 | |
6653 * sound.c (Fplay_sound): Improve doc string. | |
6654 | |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
6655 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6656 |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6657 * lisp.h (set_internal): Enter the new arg. |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6658 |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6659 * eval.c (specbind): Record buffer-local variables specially, |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6660 indicating which buffer's binding was saved. |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6661 (unbind_to): Restore buffer-local variables specially |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6662 in the proper buffer. |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6663 |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6664 * data.c (set_internal): New arg BUF. |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6665 |
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6666 * eval.c (specbind, unbind_to): Pass new arg to set_internal. |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6667 * data.c (Fset): Pass new arg to set_internal. |
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6668 * bytecode.c (Fbyte_code): Pass new arg to set_internal. |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6669 |
27291 | 6670 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6671 | |
6672 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, | |
6673 xprintsym. | |
6674 | |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
6675 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27283
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
6676 |
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
6677 * minibuf.c (Ftry_completion): Doc fix. |
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
6678 |
27276 | 6679 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6680 | |
6681 * keyboard.c (Fclear_this_command_keys): Clear recent_keys | |
6682 vector, too. | |
6683 | |
27273 | 6684 2000-01-11 Andreas Schwab <schwab@suse.de> |
6685 | |
6686 * coding.c (code_convert_region): Initialize total_skip. | |
6687 | |
27244 | 6688 2000-01-08 Dave Love <fx@gnu.org> |
6689 | |
6690 * eval.c (Fuser_variable_p): Check customizability too. | |
6691 | |
27237 | 6692 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6693 | |
6694 * minibuf.c (Fcompleting_read): Doc fix. | |
6695 | |
27158 | 6696 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
6697 | |
27171 | 6698 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and |
6699 -L /usr/local/lib. | |
6700 | |
27158 | 6701 * xfns.c (x_create_im): New function to set IM and IC of a frame. |
6702 Check that input style is supported before trying to create an | |
6703 IC for it. | |
6704 (x_window): Call x_create_im. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6705 |
27143 | 6706 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6707 | |
27155 | 6708 * xfns.c (current_gif_memory_src): New variable. |
6709 (gif_load): Record the address of the current memory source | |
6710 in current_gif_memory_src. | |
6711 (gif_read_from_memory): Use current_gif_memory_src. | |
6712 | |
27150 | 6713 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give |
6714 macros statement form. | |
6715 | |
27147 | 6716 * sound.c (struct sound): Renamed from struct sound_file. |
6717 (struct sound): Add members `data' and `header_size'. | |
6718 (enum sound_attr): Add SOUND_DATA. | |
6719 (current_sound, current_sound_device): Variables renamed from | |
6720 sound_file and sound_device. | |
6721 (parse_sound): Parse :data. | |
6722 (parse_sound): Handle sound data in strings. | |
6723 (find_sound_type): Function renamed from find_sound_file_type. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6724 (wav_init, au_init): Fail if sound's header_size is smaller than |
27147 | 6725 needed header size. |
6726 (wav_play, au_play): Play sounds from string data. | |
6727 | |
27143 | 6728 * puresize.h (BASE_PURE_SIZE): Increase to 600000. |
6729 | |
6730 * lisp.h: Add prototype for allocate_string_data. | |
6731 | |
6732 * alloc.c (Fgarbage_collect): Return number of live and free | |
6733 strings. | |
6734 | |
6735 * alloc.c (mark_buffer): Remove code in #if 0. | |
6736 (gc_sweep): Ditto. | |
6737 (UNMARK_BALANCE_INTERVALS): Give the macro statement form. | |
6738 (strings_consed): New variable. | |
6739 (allocate_string): Set it. | |
6740 (syms_of_alloc): Add DEFVAR_INT for strings_consed. | |
6741 (Fmemory_use_counts): Return strings_consed. Use Flist. | |
6742 | |
6743 * alloc.c: General cleanup in comments etc. Remove conditional | |
6744 compilation for `standalone'. | |
6745 | |
6746 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'. | |
6747 | |
6748 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): | |
6749 (GC_STRING_BYTES, GC_STRING_CHARS): New macros. | |
6750 (DONT_COPY_FLAG): Removed. | |
6751 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros. | |
6752 (struct sdata, struct sblock): New | |
6753 (struct string_block): Rewritten. | |
6754 (STRINGS_IN_STRING_BLOCK): New macro. | |
6755 (oldest_sblock, current_sblock, total_strings, total_free_strings) | |
6756 (large_sblocks, string_blocks, string_free_list): New variables. | |
6757 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros. | |
6758 (init_strings): Rewritten. | |
6759 (allocate_string, allocate_string_data, compact_small_strings) | |
6760 (free_large_strings, sweep_strings): New functions. | |
6761 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE) | |
6762 (struct string_block_head, current_string_block) | |
6763 (first_string_block, large_string_blocks, STRING_FULLSIZE) | |
6764 (STRING_PAD): Removed. | |
6765 (make_uninit_multibyte_string, make_pure_string): Rewritten. | |
6766 (Fgarbage_collect): Don't set mark bit in large strings. | |
6767 (mark_object): Mark strings differently. Mark symbol names | |
6768 differently. | |
6769 (survives_gc_p): Test marked strings differently. | |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6770 (gc_sweep): Sweep strings differently, unmark strings in |
27143 | 6771 symbol names. |
6772 (compact_strings): Removed. | |
6773 | |
27138 | 6774 2000-01-04 Eli Zaretskii <eliz@is.elta.co.il> |
6775 | |
6776 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and | |
6777 Scolor_supported_p even if HAVE_X_WINDOWS is not defined. | |
6778 | |
27127 | 6779 2000-01-04 Kenichi Handa <handa@etl.go.jp> |
6780 | |
27133 | 6781 * fileio.c (Finsert_file_contents): Signal error if visiting file |
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6782 in a non-empty buffer. |
27133 | 6783 |
27130 | 6784 * term.c (encode_terminal_code): Fix the previous change. |
27127 | 6785 |
27122 | 6786 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
6787 | |
6788 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to | |
6789 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. | |
6790 | |
6791 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU. | |
6792 | |
27119 | 6793 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6794 | |
6795 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No | |
6796 need to test for MSDOS frames. | |
6797 | |
27116 | 6798 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6799 | |
6800 * dosfns.c (unspecified_colors): Remove. | |
6801 (msdos_stdcolor_idx): Use global variables unspecified_fg and | |
6802 unspecified_bg. | |
6803 (msdos_stdcolor_name): Return strings for unspecified fore- and | |
6804 back-ground colors. | |
6805 | |
6806 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. | |
27680 | 6807 (syms_of_xfaces): Remove their staticpro's. |
27116 | 6808 (tty_color_name): Return Lisp strings for unspecified fore- and |
6809 back-ground colors. | |
6810 (Finternal_set_lisp_face_attribute): Remove the special treatment | |
6811 for Qunspecified_{f,b}g. | |
6812 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp | |
6813 string. | |
6814 | |
27112 | 6815 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
6816 | |
6817 * xdisp.c (reseat_at_next_visible_line_start): Position before | |
6818 newline only if ending up on a newline. | |
6819 (next_element_from_ellipsis): Return success. Handle case of | |
6820 displaying no ellipsis. Fix case of ellipsis defined in display | |
6821 table. | |
6822 (next_element_from_buffer): Return 0 if next_element_from_ellipsis | |
6823 returns 0. | |
6824 | |
27102 | 6825 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6826 | |
6827 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p. | |
6828 (Fcolor_supported_p): Renamed from face-color-supported-p. | |
6829 | |
27091 | 6830 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6831 | |
6832 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The | |
6833 list of colors renamed to tty-defined-color-alist. | |
6834 (tty_color_name): Pass the frame to tty-color-by-index. | |
6835 (realize_tty_face): tty-color-alist is now a function which | |
6836 accepts the frame as argument. | |
6837 | |
6838 * term.c (Ftty_display_color_p): Accept an optional argument | |
6839 FRAME. | |
6840 | |
27086 | 6841 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6842 | |
6843 * term.c (insert_glyphs): Pass glyph, not &glyph, to | |
6844 encode_terminal_code. | |
6845 | |
27084 | 6846 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6847 | |
6848 * dispnew.c (mode_line_string): Support termcap frames as well. | |
6849 | |
27067 | 6850 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6851 | |
27082 | 6852 * syntax.c (Fforward_word): Undo previous change. |
6853 | |
6854 * editfns.c (Fconstrain_to_field): Don't constrain if | |
6855 inhibit-field-text-motion is non-nil. | |
6856 (Fline_beginning_position): Undo previous change. | |
6857 (Fline_end_position): Ditto. | |
6858 | |
6859 * syntax.c (Fforward_word): Notice field boundaries only if | |
6860 inhibit-field-text-motion is nil. | |
6861 | |
6862 * lisp.h: Add extern declaration for Vinhibit_field_text_motion. | |
6863 | |
6864 * editfns.c (Vinhibit_field_text_motion): New variable. | |
6865 (inhibit-field-text-motion): New DEFVAR_LISP. | |
6866 (Fline_beginning_position, Fline_end_position): Notice field | |
6867 boundaries only if inhibit-field-text-motion is nil. | |
6868 | |
27072 | 6869 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE. |
6870 All calls adjusted. | |
6871 (x_build_heuristic_mask): Likewise. | |
6872 (xbm_load_image_from_file): Change error output. | |
6873 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load) | |
6874 (gif_load, gs_load, x_kill_gs_process): Ditto. | |
6875 | |
27067 | 6876 * xfns.c (gif_load): Avoid sign extension and thus out of bounds |
6877 color indices when accessing raster pixels. | |
27070 | 6878 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only |
6879 one of :file or :data. | |
6880 (enum pbm_keyword_index): Add PBM_DATA. | |
6881 (pbm_format): Add :data. | |
6882 (pbm_image_p): Allow either :file or :data. | |
6883 (pbm_read_file): New function. | |
6884 (pbm_scan_number): Rewritten to read from string. | |
6885 (pbm_load): Support :data. | |
27067 | 6886 |
30727 | 6887 See ChangeLog.8 for earlier changes. |
30994 | 6888 |
6889 ;; Local Variables: | |
31346 | 6890 ;; coding: iso-2022-7bit |
30994 | 6891 ;; End: |