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