(gamegrid-add-score-with-update-game-score): Handle the case where
[bpt/emacs.git] / src / ChangeLog
1 2002-04-23 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (notice_overwritten_cursor): Handle the special case
4 of the cursor being in the first blank non-text line at the
5 end of a window.
6
7 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
8 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
9 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
10 bar cursors only, to make phys_cursor_width contain what its name
11 suggests.
12 (notice_overwritten_cursor): Consider the cursor image erased if
13 the output area intersects the cursor image in y-direction.
14
15 2002-04-23 Simon Marshall <simon@gnu.org>
16
17 * xfns.c (x_set_mouse_color): Change default for cross_cursor
18 to XC_hand2.
19
20 2002-04-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
21
22 * xdisp.c: Remove unused global variable
23 `minibuf_prompt_pixel_width'.
24
25 2002-04-22 Kim F. Storm <storm@cua.dk>
26
27 * textprop.c (remove_properties): Fixed trap for malformed plist.
28
29 2002-04-22 Richard M. Stallman <rms@gnu.org>
30
31 * cmds.c (Fend_of_line): Handle intangible text in mid line.
32
33 * window.c (make_window): Initialize height_fixed_p,
34 last_cursor_off_p, and p->cursor_off_p slots.
35
36 2002-04-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37
38 * fns.c (use-dialog-box): Doc fix.
39
40 2002-04-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
41
42 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
43 variables `row', `i' and `area'.
44 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
45 toolkit library.
46
47 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
48
49 * xfaces.c (clear_font_table): Don't free the default font of
50 a frame even if it's on another display.
51 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
52 that could be Qt.
53
54 2002-04-19 Juanma Barranquero <lektu@terra.es>
55
56 * indent.c (Fmove_to_column): Remove unused local variable
57 `next_boundary_byte'.
58 (current_column_1): Likewise.
59
60 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * msdos.c (Qhbar): New variable.
63 (syms_of_msdos): Intern and staticpro it.
64 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
65 cursor type.
66
67 2002-04-19 Dave Lambert <dlambert@acm.org>
68
69 Theses change implement an underscore-like (`hbar') cursor.
70
71 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
72
73 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
74 Handle the `hbar' cursor type.
75 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
76
77 * xfns.c (Qhbar): New variable.
78 (syms_of_xfns): Intern and staticpro it.
79 (x_specified_cursor_type): Handle `hbar' cursor.
80
81 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
82 not defined.
83
84 2002-04-18 Richard M. Stallman <rms@gnu.org>
85
86 * textprop.c (remove_properties): New arg LIST allows scanning
87 either a list or a plist.
88 (interval_has_some_properties_list): New function, like
89 interval_has_some_properties using list instead of plist.
90 All callers changed.
91 (Fremove_list_of_text_properties): New function.
92 (syms_of_textprop): Defsubr it.
93
94 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
97
98 2002-04-17 Juanma Barranquero <lektu@terra.es>
99
100 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
101
102 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
103
104 * window.c (coordinates_in_window): Don't report on margin area
105 if its width is zero.
106
107 2002-04-16 Jason Rumney <jasonr@gnu.org>
108
109 * w32fns.c (Fx_file_dialog): Decode file name before using.
110
111 * w32term.c (construct_drag_n_drop): Likewise.
112
113 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
116 store load-history in pure space.
117
118 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
119
120 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
121
122 * xterm.c (Qlatin_1, Qutf_8): New vars.
123 (syms_of_xterm): Initialize them.
124 (XTread_socket): Eliminate incorrect optimization that tried to avoid
125 decoding the output of X*LookupString.
126 Always use latin-1 to decode the output of XLookupString.
127 Try Xutf8LookupString if XmbLookupString failed.
128
129 * region-cache.c (new_region_cache): Use BEG.
130
131 2002-04-16 Gerd Moellmann <gerd@gnu.org>
132
133 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
134 configuration files.
135 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
136 returns 0.
137
138 2002-04-15 Andreas Schwab <schwab@suse.de>
139
140 * config.in: Regenerated using autoheader.
141
142 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
143 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
144 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
145 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
146 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
147 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
148 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
149 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
150 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
151 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
152 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
153 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
154 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
155 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
156 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
157 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
158 STACK_DIRECTION, now set by autoconf.
159
160 2002-04-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
161
162 * dispnew.c (marginal_area_string): Sort arguments.
163
164 * dispextern.h (marginal_area_string): Add prototype.
165
166 2002-04-13 Richard M. Stallman <rms@gnu.org>
167
168 * fileio.c (Finsert_file_contents):
169 Don't call temp_output_buffer_setup--do just part, by hand.
170
171 * coding.c (run_pre_post_conversion_on_str):
172 Don't call temp_output_buffer_setup--do just part, by hand.
173
174 * keyboard.c (command_loop_1): Don't call start_hourglass
175 or cancel_hourglass when executing a macro.
176
177 * marker.c (count_markers): New function.
178
179 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
180 grow without limit. Move recently used elements to the front.
181
182 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
183
184 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
185
186 2002-04-12 Gerd Moellmann <gerd@gnu.org>
187
188 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
189 rows marginal areas.
190 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
191 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
192
193 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
194
195 2002-04-12 Dave Love <fx@gnu.org>
196
197 * dispnew.c (marginal_area_string): New.
198
199 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
200 (Qleft_margin, Qright_margin): Declare.
201 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
202
203 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
204 note_mode_line_highlight and extended.
205
206 * keyboard.c (Qleft_margin, Qright_margin): Declare.
207 (make_lispy_event): Deal with mouse events in margins.
208
209 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
210
211 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
212
213 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
214 than deactivating the mark if tmm is set to `lambda'.
215 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
216 Use a single event for HELP_EVENT.
217 (Fexecute_extended_command): Save last_point_position.
218
219 2002-04-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
220
221 * lisp.h (Fpropertize): Add prototype.
222
223 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
224
225 2002-04-10 Colin Walters <walters@verbum.org>
226
227 * config.in: Add HAVE_SHARED_GAME_DIR.
228
229 * callproc.c: (Vgame_score_directory): New variable.
230 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
231
232 2002-04-10 Richard M. Stallman <rms@gnu.org>
233
234 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
235
236 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
237
238 * minibuf.c (read_minibuf): Use empty_string.
239 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
240 Short-circuit the search as soon as it "failed".
241 (Fall_completions): Allow lambda forms and lists of strings for alist.
242 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
243 when require_match is nil.
244 (Ftest_completion): Rename from `test_completion' and export to elisp.
245 Call the predicate also when alist is a list.
246 Obey Vcompletion_regexp_list.
247 (do_completion, Fminibuffer_complete_and_exit): Use it.
248 (Fassoc_string): Rename from `assoc_for_completion'.
249 Allow list of strings as well and export to elisp.
250
251 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
252
253 * puresize.h (BASE_PURESIZE): Increase to 900KB.
254
255 2002-04-08 Juanma Barranquero <lektu@terra.es>
256
257 * w32.c (sys_accept): Don't hide variable `s'.
258
259 2002-04-05 Gerd Moellmann <gerd@gnu.org>
260
261 * callint.c (Fcall_interactively): Use INTEGERP instead of
262 NUMBERP for checking Vhistory_length.
263
264 2002-04-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
265
266 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
267 Doc fix to reflect it.
268
269 2002-04-04 Richard M. Stallman <rms@gnu.org>
270
271 * xdisp.c (display_mode_element): New arg RISKY.
272 Disregard text props found or specified within a variable
273 that isn't marked risky-local-variable.
274 (Qrisky_local_variable): New variable.
275 (syms_of_xdisp): Init and staticpro it.
276
277 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
278
279 * undo.c (record_point): New fun.
280 (record_delete, record_insert): Use it.
281
282 2002-04-03 Juanma Barranquero <lektu@terra.es>
283
284 * doc.c (Fdocumentation): Add missing parentheses.
285 (Fdocumentation_property): Likewise.
286
287 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
288
289 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
290 data is 0, just return nil.
291
292 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * msdos.c (syms_of_msdos): Fix last change with
295 mouse_autoselect_window.
296
297 2002-04-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
298
299 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
300 mouse_autoselect_window.
301
302 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
303
304 * keyboard.c (make_lispy_event): Handle unknown keysyms together
305 with system-specific keysyms. Use it also for unknown function keys.
306
307 * doc.c (reread_doc_file): Return whether reload was attempted.
308 (Fdocumentation, Fdocumentation_property): Don't try to reload
309 if the doc is 0 and only ask once.
310
311 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
312
313 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
314
315 * keyboard.c (read_char): If the event was Qselect_window,
316 restore timer_idleness_start_time to its previous value.
317
318 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
319
320 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
321
322 * region-cache.c (new_region_cache): Use BEG.
323
324 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
325 Use BEG and BEG_BYTE.
326
327 * doc.c (get_doc_string): Return nil if the location is wrong.
328 (reread_doc_file): New fun.
329 (Fdocumentation, Fdocumentation_property):
330 Call it if get_doc_string fails.
331 (Fsnarf_documentation): Make it work for a dumped Emacs.
332
333 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
334 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
335
336 * charset.c (Fstring): Allow 0 arguments.
337
338 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
339
340 * process.c (DATAGRAM_CONN_P, list_processes_1)
341 (Fprocess_datagram_address, Fset_process_datagram_address)
342 (Fset_network_process_options, server_accept_connection):
343 Fix some int/Lisp_Object confusions (thank you union types).
344
345 2002-04-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
346
347 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
348
349 * w32term.c: Likewise.
350 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
351
352 * keyboard.c (Qselect_window): New symbol.
353 (head_table): Use it.
354 (keys_of_keyboard): Bound select-window event to handle-select-window.
355 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
356
357 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
358 (last_window): New variable.
359 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
360 (note_mouse_movement): Remove reimplemented code in #if 0.
361 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
362 Emacs windows.
363
364 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
365
366 2002-03-31 Gerd Moellmann <gerd@gnu.org>
367
368 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
369 Callers changed.
370
371 2002-03-30 Richard M. Stallman <rms@gnu.org>
372
373 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
374 loop whenever it stops making progress.
375
376 * widget.c (set_frame_size): Don't call change_frame_size.
377
378 2002-03-30 Gerd Moellmann <gerd@gnu.org>
379
380 * dispnew.c (direct_output_for_insert):
381 Call mark_window_display_accurate.
382
383 2002-03-29 Jason Rumney <jasonr@gnu.org>
384
385 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
386
387 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * Makefile.in (lread.o): Depend on coding.h.
390
391 * lread.c (openp, Fload): Encode the file name before passing it
392 to `stat', `access', and `emacs_open'.
393 (openp): GCPRO the encoded file name. Don't recompute Lisp
394 strings unnecessarily.
395
396 2002-03-29 Kim F. Storm <storm@cua.dk>
397
398 * fns.c (Flax_plist_put): Doc fix.
399
400 2002-03-28 Miles Bader <miles@gnu.org>
401
402 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
403
404 2002-03-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
405
406 * process.c (set-network-process-options): Add usage.
407 (make-network-process): Doc fix.
408
409 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
410
411 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
412
413 2002-03-26 Richard M. Stallman <rms@gnu.org>
414
415 * fns.c (Fsubstring_no_properties): New function.
416 (Flax_plist_get, Flax_plist_put): New functions.
417 (syms_of_fns): defsubr them.
418
419 * xdisp.c (update_menu_bar): Test only update_mode_lines;
420 don't test or alter w->update_mode_line.
421
422 * window.c (Fdisplay_buffer): Doc fix.
423
424 2002-03-24 Richard M. Stallman <rms@gnu.org>
425
426 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
427
428 2002-03-24 Gerd Moellmann <gerd@gnu.org>
429
430 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
431 (Fdefmacro): Handle `(declare ...)'.
432 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
433 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
434
435 2002-03-24 Jason Rumney <jasonr@gnu.org>
436
437 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
438 (xbm_file_p): Add prototypes.
439 (xbm_format, xbm_image_p): Sync with xfns.c.
440 (reflect_byte): New function.
441 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
442 (xbm_load_image): Create bitmaps with a depth of 1.
443 (init_xfns): Enable XBM images.
444
445 2002-03-23 Jason Rumney <jasonr@gnu.org>
446
447 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
448 correctly. Do not pass up_modifier to keyboard buffer.
449
450 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
451
452 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
453
454 * Makefile.in (bootstrapclean): New target.
455 (bootstrap-temacs, bootstrap-doc): Remove.
456 (bootstrap-emacs): Use a bog-standard `temacs'.
457 Don't bother to build a DOC file.
458
459 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
460
461 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
462 in temacs even if !CANNOT_DUMP.
463 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
464
465 * alloc.c (check_pure_size): Only output a warning.
466
467 2002-03-22 Jason Rumney <jasonr@gnu.org>
468
469 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
470 supported.
471
472 * w32term.c (zv_bits): Declare as short, for word alignment.
473 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
474 (syms_of_w32term): Define x-use-underline-position-properties.
475
476 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
477 (clear_image_cache): Block input, fix logic, clear matrices in
478 all frames that share this cache.
479
480 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
481
482 * emacs.c (main): Update the Copyright year in the blurb printed
483 by "emacs --version".
484
485 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
486
487 * xterm.c (XTread_socket): If XK_ISO_Lock and
488 XK_ISO_Last_Group_Lock are defined, handle keysyms between
489 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
490
491 2002-03-21 Kim F. Storm <storm@cua.dk>
492
493 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
494 menu-bar bindings in keymap and local-map properties _are_ used.
495 But try keymap property first in accordance with 2002-01-03 patch.
496 Added comment describing why this is not always reliable.
497 (tool_bar_items): Ditto for tool-bar.
498
499 2002-03-21 Jason Rumney <jasonr@gnu.org>
500
501 * w32fns.c (x_clear_image_1): Disable color table code.
502
503 2002-03-21 Kim F. Storm <storm@cua.dk>
504
505 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
506 removed the wrong version of the DEFUN macro; fixed it.
507
508 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
509 Fmember rather than Fmemq).
510 (Fprovide): Check that subfeatures is a list.
511
512 * process.c (QCfeature, QCdatagram): Removed variables.
513 (QCtype, Qdatagram): New variables.
514 (network_process_featurep): Removed function.
515 (Fmake_network_process): Removed :feature check.
516 Use :type 'datagram instead of :datagram t to create a datagram
517 socket. This allows us to add other connection types (e.g. raw
518 sockets) later in a consistent manner.
519 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
520 supported subfeatures for feature make-network-process.
521 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
522 Intern and staticpro QCtype and Qdatagram.
523 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
524
525 * xfns.c: (QCtype): Remove duplicate declaration and
526 initialization (is now declared in process.c).
527
528 * w32fns.c: (QCtype): Remove duplicate declaration and
529 initialization (is now declared in process.c).
530
531 2002-03-21 Richard M. Stallman <rms@gnu.org>
532
533 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
534 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
535 when jumping to `fail' to avoid undoing reg changes in the
536 last iteration of the loop.
537 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
538
539 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
540 Depend on process.h.
541
542 2002-03-20 Jason Rumney <jasonr@gnu.org>
543
544 Most of the following changes are still conditional on HAVE_IMAGES
545 which is not set by default on Windows.
546
547 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
548
549 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
550 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
551 (four_corners_best, x_clear_image_1, x_clear_image)
552 (x_alloc_image_color, postprocess_image)
553 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
554 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
555 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
556
557 * w32gui.h (struct XImage): Define.
558
559 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
560 extract mouse co-ordinates.
561
562 2002-03-20 Jason Rumney <jasonr@gnu.org>
563
564 * w32.c (init_winsock): Dynamically load new server and UDP
565 socket functions.
566 (socket_to_fd): New function.
567 (sys_socket): Use it.
568 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
569 (sys_recvfrom, sys_sendto): New wrapper functions.
570
571 * process.c (QCfamily, QCfilter): Remove duplicate declaration
572 and initialization.
573
574 * makefile.w32-in (LIBS): Remove $(WSOCK32).
575
576 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
579 use "sun" as a variable, it's a predefined constant on Sun
580 machines.
581
582 2002-03-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
583
584 * bytecode.c (Fbyte_code): Revert last change.
585
586 2002-03-19 Kim F. Storm <storm@cua.dk>
587
588 * makefile.w32-in (LIBS): Add $(WSOCK32).
589 From David Ponce <dponce@voila.fr>.
590
591 2002-03-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
592
593 * process.c (wait_reading_process_input): Move variables `pname'
594 and `pnamelen' down where they are used.
595
596 * bytecode.c (Fbyte_code): Discard unused computed value to
597 prevent gcc warning.
598
599 * lisp.h (Fplist_member): Add prototype.
600
601 2002-03-18 Kim F. Storm <storm@cua.dk>
602
603 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
604 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
605 HAVE_SYS_UN_H.
606
607 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
608 Remove explicit GNU_LINUX settings for datagram support.
609
610 2002-03-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
611
612 * process.c (Fmake_network_process): Remove unused variable `sa'.
613 Doc fix. Add usage:.
614 (set_socket_options): Remove unused variables `optnum' and
615 `opttype'.
616
617 2002-03-17 Richard M. Stallman <rms@gnu.org>
618
619 * xdisp.c (cursor_type_changed): New variable.
620 (redisplay_internal): Redisplay all windows if cursor_type_changed.
621 Clear it when clearing windows_or_buffers_changed.
622 (try_cursor_movement, redisplay_window, try_window_id)
623 (try_window_reusing_current_matrix): Test cursor_type_changed
624 along with windows_or_buffers_changed.
625
626 * window.h (cursor_type_changed): New variable.
627
628 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
629 not update_mode_lines, and always set it to 1.
630
631 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
632 if no frames needed redrawing.
633
634 2002-03-17 Kim F. Storm <storm@cua.dk>
635
636 The following changes add support for network server processes,
637 datagram connections, and local (unix) sockets.
638
639 * process.h (struct Lisp_Process): New member log.
640 Doc fix: Member command used to indicate stopped network process.
641 Doc fix: Member childp contains plist for network process.
642 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
643
644 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
645 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
646 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
647 New variables.
648 (NETCONN1_P): New macro.
649 (DATAGRAM_SOCKETS): New conditional symbol.
650 (datagram_address): New array.
651 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
652 (status_message): Use concat3.
653 (Fprocess_status): Add `listen' status to doc string. Return `stop'
654 for a stopped network process.
655 (Fset_process_buffer): Update contact plist for network process.
656 (Fset_process_filter): Ditto. Don't enable input for stopped
657 network processes. Server must listen, even if filter is t.
658 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
659 New functions.
660 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
661 (Fprocess_contact): Added KEY argument. Handle datagrams.
662 (list_processes_1): Optionally show only processes with the query
663 on exit flag set. Dynamically adjust column widths. Omit tty
664 column if not needed. Report stopped network processes.
665 Identify server and datagram network processes.
666 (Flist_processes): New optional arg `query-only'.
667 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
668 (conv_lisp_to_sockaddr, set_socket_options)
669 (network_process_featurep, unwind_request_sigio): New helper functions.
670 (Fprocess_datagram_address, Fset_process_datagram_address):
671 (Fset_network_process_options): New lisp functions.
672 (Fopen_network_stream): Removed. Now defined in simple.el.
673 (Fmake_network_process): New lisp function. Code is based on previous
674 Fopen_network_stream, but heavily reworked with new property list based
675 argument list, support for datagrams, server processes, and local
676 sockets in addition to old client-only functionality.
677 (server_accept_connection): New function.
678 (wait_reading_process_input): Use it to handle incoming connects.
679 Do not enable input on a new connection if process is stopped.
680 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
681 (send_process): Handle datagram sockets.
682 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
683 network process is indicated by setting command field to t .
684 (Fprocess_send_eof): No-op if datagram connection.
685 (Fstatus_notify): Don't read input for a stream server socket or a
686 stopped network process.
687 (init_process): Initialize datagram_address array.
688 (syms_of_process): Intern and staticpro new variables, defsubr new
689 functions.
690
691 2002-03-16 Jason Rumney <jasonr@gnu.org>
692
693 * w32fns.c (w32_to_all_x_charsets): Return correct type in
694 startup case.
695
696 2002-03-16 Richard M. Stallman <rms@gnu.org>
697
698 * xdisp.c (redisplay_internal, redisplay_windows):
699 Use list_of_error to call internal_condition_case_1.
700 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
701 so as to catch all errors with no possibility of debugger redisplay.
702 (list_of_error): New variable.
703 (syms_of_xdisp): Init and staticpro it.
704
705 * print.c (print_object): Delete `\ ' from printed rep of frame.
706
707 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
710 until its implementation is fixed.
711
712 2002-03-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
713
714 * xfns.c (png_load): Remove unused variable `gamma_str'.
715
716 2002-03-14 Richard M. Stallman <rms@gnu.org>
717
718 * xfns.c (x_real_positions): Handle failure in XQueryTree.
719
720 2002-03-14 Miles Bader <miles@gnu.org>
721
722 * intervals.c (adjust_for_invis_intang): New function.
723 (set_point_both): Use `adjust_for_invis_intang' to do most of the
724 work for dealing with invisible+intangible regions. Do so before
725 and after both forward and backward movements, to handle both
726 front-sticky and rear-sticky cases.
727 * textprop.c (text_property_stickiness): Function moved here from
728 `editfns.c'.
729 * intervals.h (text_property_stickiness): New declaration.
730 * editfns.c (char_property_eq): Function removed.
731 (text_property_stickiness): Function moved to `textprop.c'.
732
733 2002-03-13 Jason Rumney <jasonr@gnu.org>
734
735 * config.in: Add STRFTIME_NO_POSIX2.
736
737 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
738 and %OX when underlying strftime does not.
739
740 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
741
742 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
743 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
744 line) to avoid annoying flicker.
745 (xm_scroll_callback): Get rid of the now unnecessary kludge.
746 (XTread_socket): Mark it static.
747
748 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
749
750 2002-03-13 Kim F. Storm <storm@cua.dk>
751
752 * puresize.h (BASE_PURESIZE): Increase to 775000.
753
754 2002-03-12 Juanma Barranquero <lektu@terra.es>
755
756 * editfns.c (syms_of_editfns): Fix typo.
757
758 2002-03-12 Gerd Moellmann <gerd@gnu.org>
759
760 * xsmfns.c: Include stdio.h because termhooks.h needs it.
761 Include termopt.h for interrupt_input.
762
763 2002-03-11 Andreas Schwab <schwab@suse.de>
764
765 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
766
767 2002-03-11 Gerd Moellmann <gerd@gnu.org>
768
769 * xterm.c (note_mouse_movement): Put code for
770 x_autoselect_window_p in #if 0.
771
772 * lread.c (Fload): Don't assume that message_with_string uses the
773 string it is given like a C string.
774
775 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
776
777 * xterm.h (x_session_check_input, x_session_initialize): Declared.
778
779 * xterm.c: (XTread_socket): Add call to x_session_check_input and
780 x_session_have_connection.
781 (x_initialize): Add call to x_session_initialize.
782
783 * termhooks.h (enum event_kind): Add save_session_event.
784
785 * keyboard.c: Add Emacs event save_session_event.
786
787 * emacs.c (main): Add call to syms_of_xsmfns.
788
789 * lisp.h: Declare syms_of_xsmfns as extern.
790
791 * config.in: Add HAVE_X_SM.
792
793 * Makefile.in (LIBXT): Add -lSM -lICE
794 if HAVE_X_SM and not USE_X_TOOLKIT.
795 (XOBJ): New file xsmfns.c added.
796
797 * xsmfns.c: New file for X session management.
798
799 2002-03-09 Jason Rumney <jasonr@gnu.org>
800
801 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
802 read-only when setting modified time.
803
804 2002-03-08 Gerd Moellmann <gerd@gnu.org>
805
806 * xdisp.c (move_it_vertically_backward): At the end of the
807 function, when moving forward by lines, treat terminal frames
808 specially.
809
810 * keyboard.c (echo_char): Make sure to add a separator between
811 keys even if echo_dash hasn't been called.
812
813 * xdisp.c: Use new string macros.
814 (update_echo_area): Pass number of bytes to message3 instead of
815 number of chars.
816 (set_message_1): Don't access a string's size_byte directly.
817 (decode_mode_spec_coding): Use number of bytes of eoltype string
818 instead number of chars.
819
820 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
821
822 2002-03-08 Juanma Barranquero <lektu@terra.es>
823
824 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
825 24-bit.
826
827 2002-03-06 Jason Rumney <jasonr@gnu.org>
828
829 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
830
831 2002-03-06 Gerd Moellmann <gerd@gnu.org>
832
833 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
834 (cancel_echoing, echo_length, echo_truncate): Changed to
835 work with new kboard definition.
836 (echo_now): Use message3_nolog instead of message2_nolog.
837
838 * alloc.c (mark_kboards): Mark echo_string.
839
840 * keyboard.h (ECHOBUFSIZE): Removed.
841 (struct kboard): Member echoptr removed, member echobuf renamed
842 to echo_string.
843
844 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
845 message3 instead of message2 to display the message using STRING's
846 text properties.
847
848 2002-03-05 Andreas Schwab <schwab@suse.de>
849
850 * xdisp.c (hscroll_margin): Change to EMACS_INT.
851
852 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
853
854 * frame.c (default-frame-alist): Explain that setting it doesn't
855 affect existing frames.
856
857 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
858
859 * indent.c (skip_invisible): Fix my brain fart.
860
861 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
862
863 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
864
865 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
866 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
867 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
868 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
869 and variables to use EMACS_INT instead of just int.
870
871 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
872
873 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
874
875 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
876 environment, pass it down with corrected value.
877
878 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
879
880 * lread.c (read_filtered_event): Do not call start_hourglass
881 before returning.
882
883 2002-03-04 Juanma Barranquero <lektu@terra.es>
884
885 * w32term.c (x_display_and_set_cursor): Fix typo.
886
887 2002-03-03 Richard M. Stallman <rms@gnu.org>
888
889 * fileio.c (Fmake_temp_name): Doc fix.
890
891 2002-03-03 Gary Wong <gtw@gnu.org>
892
893 * termcap.c [!emacs]: Replace ospeed for building standalone
894 libtermcap, for binary compatibility.
895
896 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
897
898 2002-03-03 Richard M. Stallman <rms@gnu.org>
899
900 * xrdb.c (file_p): Rename arg `path' to `filename'.
901
902 * abbrev.c (Fexpand_abbrev): Increment plist as use count
903 only if it is an integer.
904
905 * xfns.c (png_load): Set screen_gamma based on f->gamma.
906 If png_get_sRGB gives an answer, call png_set_gamma
907 using the default image gamma value.
908
909 * lread.c (read1): When reading from a file, default string to
910 multibyte only if it has some multibyte characters.
911
912 * print.c (print_object): Output multibyte chars 128...255
913 using \x even if ! print_escape_multibyte.
914
915 * xdisp.c (display_mode_element): Move the places where
916 bytepos, charpos, this, and lisp_string are set.
917 Use lisp_string to set bytepos.
918
919 * xdisp.c (redisplay_internal):
920 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
921
922 * xdisp.c (display_mode_element): Merge properties specified with
923 :propertize onto those that come with the string.
924
925 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
928 automatic-hscrolling. Users changed.
929 <hscroll-margin>: Renamed from automatic-hscroll-margin.
930 Users changed.
931 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
932
933 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
936
937 2002-03-02 Kim F. Storm <storm@cua.dk>
938
939 * window.c (Fminibuffer_selected_window): New function.
940 (syms_of_window): Defsubr it.
941
942 2002-03-01 Kim F. Storm <storm@cua.dk>
943
944 * window.h (struct window): New member phys_cursor_width.
945
946 * window.c (make_window, replace_window): Init phys_cursor_width.
947
948 * xterm.c (x_display_and_set_cursor): Blink box cursor using
949 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
950
951 * w32term.c (x_display_and_set_cursor): Blink box cursor using
952 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
953
954 * lisp.h (GCPRO6): New macro.
955
956 * process.c (Fopen_network_stream): Use GCPRO6.
957
958 2002-03-01 Kim F. Storm <storm@cua.dk>
959
960 * process.c (Qconnect, Qfailed): New variables.
961 (syms_of_process): Intern and staticpro them.
962 (Fprocess_status): Document connect and failed return values.
963 [NON_BLOCKING_CONNECT]: New conditional.
964 (connect_wait_mask, num_pending_connects): New variables.
965 (status_message): Convert Qfailed status.
966 (Fopen_network_stream): Added support for non-blocking connect.
967 New optional args: filter, sentinel, non_blocking. Doc updated.
968 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
969 (deactivate_process): Handle pending non-blocking connect.
970 (wait_reading_process_input): Poll for status of non-blocking
971 connects. Exec sentinel directly when connect succeeds.
972 (status_notify): Don't read process output if not yet connected.
973
974 2002-02-28 Kim F. Storm <storm@cua.dk>
975
976 * window.c: (minibuf_selected_window): Renamed from
977 Vminibuf_selected_window. Users changed.
978 (syms_of_window): Staticpro it.
979
980 2002-02-26 Kim F. Storm <storm@cua.dk>
981
982 The following changes add a new Vminibuf_selected_window variable
983 which is similar to Vminibuf_scroll_window, but which is only set
984 on entry to the minibuffer (from a non-minibuffer window):
985
986 * window.c: (Vminibuf_selected_window): New variable.
987 (struct save_window_data): New member minibuf_selected_window.
988 (Fset_window_configuration): Restore Vminibuf_selected_window.
989 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
990 Set minibuf_scroll_window member to nil if minibuf_level is 0.
991 (compare_window_configurations): Compare minibuf_selected_window.
992
993 * window.h: (Vminibuf_selected_window): Declare extern.
994
995 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
996 entry to minibuffer or on entry from a non-minibuffer window.
997
998 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
999 Vminibuf_selected_window instead of Vminibuf_scroll_window.
1000
1001 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
1002 instead of Vminibuf_scroll_window when deciding in which window
1003 the region should be highlighted. Consequently, the region remains
1004 highlighteded even when a completion buffer is also displayed.
1005
1006 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * fileio.c (Fsubstitute_in_file_name): Fix the change from
1009 2002-02-08.
1010
1011 * xselect.c (Qcompound_text_with_extensions): Renamed from
1012 Qcompound_text_no_extensions.
1013 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
1014
1015 2002-02-26 Juanma Barranquero <lektu@terra.es>
1016
1017 * w32proc.c (syms_of_ntproc): Doc fix.
1018
1019 2002-02-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1020
1021 * intervals.h: Include "dispextern.h" unconditionally.
1022
1023 2002-02-24 Jason Rumney <jasonr@gnu.org>
1024
1025 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
1026 and disp-table.elc.
1027 (lisp): Add emacs-lisp/backquote.elc.
1028
1029 2002-02-24 Kim F. Storm <storm@cua.dk>
1030
1031 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
1032 The validation of the event type was too strict as it didn't
1033 allow string events; buffer names are used in bindings for
1034 menu-bar-select-buffer (see `menu-bar-update-buffers').
1035
1036 2002-02-23 Kim F. Storm <storm@cua.dk>
1037
1038 The following changes rework my patch of 2002-02-06 which
1039 added command remapping by entering the commands directly into
1040 the keymaps. Now, command remapping uses an explicit `remap'
1041 prefix in the keymaps, i.e. [remap COMMAND].
1042
1043 * keymap.c (Qremap, remap_command_vector): New variables.
1044 (is_command_symbol): Removed function.
1045 (Fdefine_key): No longer accept a symbol for KEY.
1046 Added validation of [remap COMMAND] argument for KEY.
1047 The DEF is no longer required to be a symbol when remapping a command.
1048 (Fremap_command): New function to remap command through keymaps.
1049 (Flookup_key): Perform command remapping initiated by
1050 Fremap_command directly for speed.
1051 (Fkey_binding): Use Fremap_command for command remapping.
1052 (where_is_internal): Handle new command remapping representation.
1053 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
1054 staticpro them. Defsubr Fremap_command.
1055
1056 * keymap.h (Fremap_command): Declare extern.
1057 (is_command_symbol): Remove extern.
1058
1059 * keyboard.c (command_loop_1): Use Fremap_command for command
1060 remapping; now try command remapping for all symbols.
1061
1062 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1063
1064 * coding.h (run_pre_post_conversion_on_str): Add prototype.
1065
1066 2002-02-23 Jason Rumney <jasonr@gnu.org>
1067
1068 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
1069 on the string before encoding it.
1070 (Fw32_get_clipboard_data): Run post-read-conversion on the string
1071 after decoding it.
1072
1073 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
1074
1075 2002-02-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1076
1077 * w32term.c (enter_timestamp): Remove unused static variable to
1078 prevent warning.
1079
1080 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
1081
1082 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1083
1084 * w16select.c (Fw16_get_clipboard_data): Fix last change.
1085
1086 * xselect.c (selection_data_to_lisp_data): Fix last change.
1087
1088 2002-02-22 Jason Rumney <jasonr@gnu.org>
1089
1090 * w32term.h (struct w32_output): New member menu_command_in_progress.
1091
1092 * w32menu.c (menubar_selection_callback): Free the menu and
1093 clear the menu_command_in_progress flag.
1094
1095 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
1096 (menu_free_timer): New variable.
1097 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
1098 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
1099 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
1100 menu command is in progress.
1101 <WM_COMMAND>: Set the menu_command_in_progress flag.
1102 Kill any menu_free_timer that is running.
1103
1104 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
1105 Call ExtTextOutA rather than ExtTextOut.
1106
1107 2002-02-22 Eli Zaretskii <eliz@gnu.org>
1108
1109 * puresize.h (BASE_PURESIZE): Increase to 755000.
1110
1111 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
1114 on the string before encoding it.
1115 (Fw16_get_clipboard_data): Run post-read-conversion on the string
1116 after decoding it.
1117
1118 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1119
1120 Support for ICCCM Extended Segments in X selections:
1121
1122 * xselect.c <Qcompound_text_no_extensions>: New variable.
1123 (syms_of_xselect): Intern and staticpro it.
1124 (selection_data_to_lisp_data): Run post-read-conversion on decoded
1125 selection text.
1126 (lisp_data_to_selection_data): If next-selection-coding-system is
1127 compound-text-no-extensions, set the type of selection to be
1128 compound-text.
1129
1130 * xterm.h (x_encode_text): Update prototype.
1131
1132 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
1133 callers changed. If SELECTIONP is non-zero, run the
1134 pre-write-conversion function before encoding the selection text.
1135
1136 2002-02-21 Kim F. Storm <storm@cua.dk>
1137
1138 * frame.c (syms_of_frame): Change mouse-highlight default to t.
1139
1140 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1141 Correct composing of language-change event.
1142
1143 2002-02-20 Kim F. Storm <storm@cua.dk>
1144
1145 * keyboard.c (menu_bar_items): Don't include keymap or local-map
1146 bindings at PT when building menu (the menu is not updated often
1147 enough for this to work reliable).
1148 (tool_bar_items): Likewise.
1149 (current_active_maps): Removed unused (and buggy) function.
1150
1151 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1152
1153 * xfns.c (gif_load): Use correct width and height for GIF images.
1154
1155 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1156
1157 * floatfns.c (Fatan): Accept an optional second arg and call
1158 atan2 if passed 2 args.
1159
1160 2002-02-18 Jason Rumney <jasonr@gnu.org>
1161
1162 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
1163
1164 2002-02-17 Jason Rumney <jasonr@gnu.org>
1165
1166 * w32term.c (x_autoselect_window_p): New variable.
1167 (syms_of_w32term): DEFVAR_BOOL and initialize it.
1168 (note_mouse_movement): Use it.
1169
1170 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
1171
1172 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
1173
1174 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1175 New variables.
1176 (syms_of_w32fns): Intern and staticpro them.
1177 (x_frame_parms) <"fullscreen">: New parameter.
1178 (x_fullscreen_move, x_set_fullscreen): New functions.
1179 (x_set_frame_parameters): Support Qfullscreen.
1180 (x_real_positions): Save x/y_pixels_diff frame params.
1181 (x_figure_window_size): Support full-screen frames.
1182 (Fx_create_frame): Default the fullscreen parameter.
1183
1184 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
1185 (x_fullscreen_adjust): New functions.
1186 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
1187 fullscreen. Call x_check_fullscreen_move, and set the
1188 want_fullscreen member of output_data.w32
1189 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
1190
1191 * w32term.h: New enum for FULLSCREEN_* constants.
1192 (struct w32_output): New members want_fullscreen, x_pixels_diff,
1193 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
1194 (x-fullscreen-adjust): New prototype.
1195
1196 2002-02-17 Kim F. Storm <storm@cua.dk>
1197
1198 * frame.c: (Vmouse_highlight): New variable.
1199 (syms_of_frame): DEFVAR_LISP it.
1200
1201 * frame.h: (Vmouse_highlight): Declare extern.
1202
1203 * xterm.h (struct x_display_info): Add mouse_face_hidden.
1204
1205 * xterm.c (disable_mouse_highlight): Removed variable.
1206 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1207 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1208 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
1209 and on after keyboard input.
1210 (x_term_init): Initialize mouse_face_hidden.
1211
1212 * msdos.h (struct display_info): Add mouse_face_hidden.
1213
1214 * msdos.c (disable_mouse_highlight): Removed variable.
1215 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1216 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1217 (internal_terminal_init): Initialize mouse_face_hidden.
1218 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
1219 and on after keyboard input.
1220
1221 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
1222
1223 * w32term.c (disable_mouse_highlight): Removed variable.
1224 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
1225 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1226 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
1227 and on after keyboard input.
1228 (w32_initialize_display_info): Initialize mouse_face_hidden.
1229
1230 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1231
1232 * msdos.c (last_mouse_window): New variable.
1233 (dos_rawgetc): Fix last change--if the mouse is in the same window
1234 as recorded in last_mouse_window, don't select this window.
1235
1236 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
1237
1238 * msdos.c (x_autoselect_window_p): New variable.
1239 (syms_of_msdos): Defvar it.
1240 (dos_rawgetc): If x_autoselect_window_p is set, select the window
1241 in which the last mouse movement occured, unless it is already
1242 selected.
1243
1244 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
1245 New variables.
1246 (syms_of_xdisp): DEVFAR them.
1247 (hscroll_window_tree): Use automatic_hscroll_margin and
1248 Vautomatic_hscroll_step to compute the amount of window scrolling.
1249
1250 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1251
1252 * xterm.c (x-autoselect-window): New variable.
1253 (note_mouse_movement): Use it.
1254
1255 * keyboard.c: Do not include "systime.h" twice.
1256
1257 2002-02-15 Andreas Schwab <schwab@suse.de>
1258
1259 * puresize.h (BASE_PURESIZE): Increase to 9/5.
1260
1261 * alloc.c (NSTATICS): Increase to 1280.
1262
1263 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1264
1265 * alloc.c (NSTATICS): Bump to 1026.
1266
1267 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
1268 (Vx_super_keysym): New variables.
1269 (syms_of_xterm): DEFVAR_LISP them.
1270 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
1271 variables to determine which keys to use for the various modifiers.
1272
1273 2002-02-13 Kim F. Storm <storm@cua.dk>
1274
1275 * window.c: (Vmode_line_in_non_selected_windows): Removed.
1276 (mode_line_in_non_selected_windows): New variable.
1277 (syms_of_window): DEFVAR_BOOL it.
1278
1279 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
1280 Use mode_line_in_non_selected_windows.
1281 (mode_line_in_non_selected_windows): Declare extern.
1282 (Vmode_line_in_non_selected_windows): Removed extern.
1283
1284 2002-02-13 Richard M. Stallman <rms@gnu.org>
1285
1286 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
1287 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
1288 (Fclear_this_command_keys): Doc fixes.
1289
1290 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
1291 (update_face_from_frame_parameter): Increment face_change_count
1292 and windows_or_buffers_changed to force redisplay using changed faces.
1293
1294 * xdisp.c (QCpropertize): New variable.
1295 (mode_line_proptrans_alist): New variable.
1296 (display_mode_element): New arg PROPS; all calls changed.
1297 Implement this, for strings.
1298 Handle literal output of strings by sharing the
1299 main-line code for strings, using local var `literal'.
1300 Handle :propertize feature.
1301 (syms_of_xdisp): Initialze and staticpro QCpropertize and
1302 mode_line_proptrans_alist.
1303
1304 2002-02-11 Kim F. Storm <storm@cua.dk>
1305
1306 * window.c: (Vmode_line_in_non_selected_windows): New variable.
1307 (syms_of_window): DEFVAR_LISP it.
1308
1309 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
1310 (CURRENT_MODE_LINE_FACE_ID): Use it.
1311 (Vmode_line_in_non_selected_windows): Declare extern.
1312
1313 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
1314 to get mode line face.
1315
1316 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
1319 variables; cus-start.el doesn't need them anymore.
1320
1321 2002-02-09 Kim F. Storm <storm@cua.dk>
1322
1323 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
1324 reduction. This fixes a display problem where stray newlines were
1325 inserted in the window (corrected by C-l). Clarified code (IMHO).
1326
1327 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
1330
1331 * xdisp.c (display_mode_lines): Fix last change.
1332
1333 2002-02-09 Jason Rumney <jasonr@gnu.org>
1334
1335 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
1336 match each other.
1337 (w32_load_system_font): Prevent Cleartype fonts from loading.
1338 (Fx_show_tip): Ensure tip frames are above other topmost windows.
1339
1340 2002-02-09 Kim F. Storm <storm@cua.dk>
1341
1342 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
1343 (CURRENT_MODE_LINE_HEIGHT): Use it.
1344 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
1345
1346 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
1347 (pos_visible_p, handle_face_prop): Likewise.
1348 (display_mode_lines): Likewise, but for the real selected window.
1349 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
1350
1351 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
1352 in non-selected windows.
1353 (realize_basic_faces): Realize it.
1354 (syms_of_term): Intern and staticpro it.
1355
1356 2002-02-08 Kim F. Storm <storm@cua.dk>
1357
1358 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
1359 Changed mail addresses to emacs-devel@gnu.org.
1360
1361 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * fileio.c (Fsubstitute_in_file_name): If the file name includes
1364 ~user, and there's no such user, don't discard everything before ~user.
1365
1366 * floatfns.c (Fround): Doc fix.
1367
1368 2002-02-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1369
1370 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
1371
1372 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
1373
1374 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1375
1376 2002-02-07 Kim F. Storm <storm@cua.dk>
1377
1378 * keymap.c (where_is_internal): Only check whether definition is
1379 remapped if it fulfills is_command_symbol.
1380
1381 2002-02-07 Andreas Schwab <schwab@suse.de>
1382
1383 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
1384
1385 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
1386
1387 2002-02-06 Kim F. Storm <storm@cua.dk>
1388
1389 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
1390 defining command remapping. Doc updated.
1391 (Flookup_key): Remap command through keymap if KEY is a symbol.
1392 (is_command_symbol): New function.
1393 (Fkey_binding): Use it. New optional argument NO-REMAP.
1394 Doc updated. Callers changed. Perform command remapping via
1395 recursive call unless that arg is non-nil.
1396 (where_is_internal): New argument no_remap. Callers changed.
1397 Call recursively to find original key bindings for a remapped
1398 comand unless that arg is non-nil.
1399 (Fwhere_is_internal): New optional argument NO-REMAP.
1400 Doc updated. Callers changed. Pass arg to where_is_internal.
1401
1402 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
1403 (is_command_symbol): Added prototype.
1404
1405 * keyboard.c (Vthis_original_command): New variable.
1406 (syms_of_keyboard): DEFVAR_LISP it.
1407 (command_loop_1): Set it, and perform command remapping.
1408
1409 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1410
1411 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
1412
1413 2002-02-06 Jason Rumney <jasonr@gnu.org>
1414
1415 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
1416
1417 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1418
1419 * charset.c (get_charset_id): Use if-else instead of ?:.
1420
1421 2002-02-06 Richard M. Stallman <rms@gnu.org>
1422
1423 * filelock.c (S_ISLNK): Define if not defined.
1424
1425 2002-02-03 Richard M. Stallman <rms@gnu.org>
1426
1427 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
1428
1429 * lread.c (read1): Redesign strategy for force_multibyte and
1430 force_singlebyte. Now is_multibyte records whether read_buffer
1431 is multibyte. Encountering any multibyte character makes it so.
1432
1433 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
1434
1435 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
1436 with the same sequence, map that sequence to f10 rather than f0.
1437
1438 2002-02-03 Andreas Schwab <schwab@suse.de>
1439
1440 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
1441 latter never being defined on GNU/Linux.
1442
1443 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * xfaces.c (realize_default_face): Don't set the weight and slant
1446 of the default face to Qnormal, unless these attributes are
1447 unspecified.
1448
1449 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1450
1451 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
1452 Call cancel_hourglass unconditionally.
1453
1454 * eval.c (Fsignal): Remove duplicated declaration of
1455 the variable `display_hourglass_p'.
1456
1457 2002-01-31 Richard M. Stallman <rms@gnu.org>
1458
1459 * editfns.c (region_limit): Nicer error message.
1460
1461 * coding.c (decode_composition_emacs_mule):
1462 Give up if NCOMPONENT gets too large to index `component'.
1463
1464 * callint.c (check_mark): New arg to specify clearer error message.
1465 Callers changed.
1466
1467 2002-01-27 Richard M. Stallman <rms@gnu.org>
1468
1469 * minibuf.c (Fcompleting_read): Doc fix.
1470
1471 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1472
1473 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
1474 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
1475 Fix doc-strings.
1476
1477 2002-01-26 Richard M. Stallman <rms@gnu.org>
1478
1479 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
1480
1481 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
1482 and scroll_up_aggressively.
1483
1484 2002-01-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1485
1486 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
1487
1488 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * textprop.c (Fnext_property_change, Fnext_single_property_change)
1491 (Fprevious_property_change, Fprevious_single_property_change):
1492 Stay within the narrowed-buffer boundaries.
1493
1494 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * term.c (Ftty_display_color_cells): New function.
1497 (syms_of_term): Defsubr it.
1498 (Ftty_display_color_cells, Ftty_display_color_p): Change the
1499 argument name to DISPLAY. Doc fix.
1500
1501 * dispextern.h: Add prototype for set_tty_color_mode and
1502 tty_setup_colors.
1503
1504 2002-01-24 Jason Rumney <jasonr@gnu.org>
1505
1506 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
1507 If region left to draw is not what was expected, mark the frame as
1508 garbaged.
1509
1510 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
1511 Combine the regions returned by BeginPaint and GetUpdateRect.
1512
1513 2002-01-23 Jason Rumney <jasonr@gnu.org>
1514
1515 * w32term.c (x_update_window_begin): Only hide caret if
1516 w32_use_visible_system_caret is set.
1517 (x_update_window_end): Only show caret if
1518 w32_use_visible_system_caret is set.
1519 (syms_of_w32term): Handle SystemParametersInfo call failing.
1520
1521 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
1522
1523 2002-01-22 Richard M. Stallman <rms@gnu.org>
1524
1525 * unexelf.c (unexec): Define n so as to cause compilation error
1526 for the code where people have often written n instead of nn.
1527
1528 * .gdbinit (hookpost-run): Defined.
1529
1530 2002-01-22 Jan D. <Jan.Djarv@mbox200.swipnet.se>
1531
1532 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
1533
1534 2002-01-21 Jan D. <Jan.Djarv@mbox200.swipnet.se>
1535
1536 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
1537 if fullscreen is being set.
1538
1539 2002-01-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1540
1541 * minibuf.c (Fminibuffer_contents)
1542 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
1543 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1544
1545 2002-01-21 Richard M. Stallman <rms@gnu.org>
1546
1547 * window.c (check_frame_size): Fix minimum height calculation.
1548
1549 2002-01-20 Ken Raeburn <raeburn@gnu.org>
1550
1551 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
1552 height before comparison.
1553 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
1554
1555 2002-01-20 Jason Rumney <jasonr@gnu.org>
1556
1557 * w32term.c (w32_system_caret_width): Remove.
1558 (w32_use_visible_system_caret): New user flag.
1559 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
1560 Windows reports a screen reader running.
1561 (x_update_window_begin): Hide the system caret.
1562 (x_update_window_end): Show the system caret.
1563 (x_display_and_set_cursor): Don't draw a cursor when
1564 w32_use_visible_system_caret is set. Do not adjust width.
1565
1566 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
1567 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
1568 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
1569 the user requests it. Use system default width when creating.
1570 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
1571
1572 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
1573 New window messages.
1574
1575 2002-01-20 Richard M. Stallman <rms@gnu.org>
1576
1577 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
1578
1579 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1580
1581 * doprnt.c (doprnt1): Fix typos in error call.
1582
1583 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
1584
1585 * unexelf.c (unexec) [__sgi]: Support the .got sections.
1586
1587 2002-01-20 Jason Rumney <jasonr@gnu.org>
1588
1589 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
1590 that Windows returns. If a double check fails, try to guess how
1591 ExtTextOut is going to act.
1592
1593 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
1594 in place of stricmp.
1595 (w32_list_synthesized_fonts): Removed.
1596 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
1597 (struct enumfont_t): New element; list.
1598 (enum_font_cb2): List all style and charset variations of a font.
1599 (Fw32_select_font): New optional argument; include_proportional.
1600 Exclude vertical fonts. Exclude proportional fonts unless
1601 include_proportional is non-nil.
1602 (w32_enable_synthesized_fonts): Change to a boolean.
1603 (Fw32_send_sys_command): Doc fix.
1604
1605 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1606
1607 * dispnew.c (update_frame): Move the variable `tem' to the block
1608 where it is used.
1609
1610 2002-01-19 Jason Rumney <jasonr@gnu.org>
1611
1612 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
1613 call to face-set-after-frame-default.
1614
1615 2002-01-18 Richard M. Stallman <rms@gnu.org>
1616
1617 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
1618 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
1619
1620 2002-01-17 Richard M. Stallman <rms@gnu.org>
1621
1622 * window.c (enlarge_window): When exceeding size of parent,
1623 directly delete all the siblings instead of trying to resize it.
1624
1625 2002-01-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1626
1627 * term.c (set_tty_color_mode): Remove unused variable `tem'.
1628
1629 2002-01-16 Henrik Enberg <henrik@enberg.org>
1630
1631 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
1632
1633 2002-01-16 Kim F. Storm <storm@cua.dk>
1634
1635 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
1636 is invisible. This can happen if cursor is on top line of a
1637 window, and we switch to a buffer with a header line.
1638
1639 * w32term.c (x_erase_phys_cursor): Ditto.
1640
1641 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1642
1643 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1644 `dont_resize' only when used.
1645
1646 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
1647
1648 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
1649
1650 * xdisp.c (display_mode_element): When computing charpos, depend
1651 on multibyteness of elt, not the text in field.
1652
1653 2002-01-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1654
1655 * buffer.c (Fkill_all_local_variables):
1656 Increment `update_mode_lines' only once.
1657
1658 2002-01-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1659
1660 * lisp.h (adjust_after_replace_noundo)
1661 (Fupdate_coding_systems_internal): Add prototypes.
1662
1663 * sound.c (Fplay_sound): Initialize header_size also for :data case.
1664
1665 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1666
1667 Support for the --color command-line argument and tty-color-mode
1668 frame parameter:
1669
1670 * term.c (tty_default_color_capabilities, tty_setup_colors)
1671 (set_tty_color_mode): New functions.
1672 (term_init): Call tty_default_color_capabilities.
1673 (Qtty_color_mode_alist): New variable.
1674 (syms_of_term): Intern and staticpro it.
1675
1676 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
1677 frames.
1678 (do_switch_frame): For termcap frames, switch the tty
1679 color mode as specified by the frame's parameters.
1680 (Qtty_color_mode): New variable.
1681 (syms_of_frame): Intern and staticpro it.
1682
1683 * emacs.c (USAGE2): Add the --color option.
1684 (standard_args): Ditto.
1685
1686 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1687
1688 * xterm.h (struct x_output): New members want_fullscreen,
1689 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
1690 y_pixels_outer_diff.
1691 New enum for FULLSCREEN_* constants.
1692 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
1693 is NULL.
1694 (x_fullscreen_adjust): Add prototype.
1695
1696 * emacs.c (USAGE2): Add the new full-screen arguments.
1697 (standard_args): Ditto.
1698
1699 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1700 New variables.
1701 (syms_of_xfns): Intern and staticpro them.
1702 (x_frame_parms) <"fullscreen">: New parameter.
1703 (x_fullscreen_move, x_set_fullscreen): New functions.
1704 (x_set_frame_parameters): Support for Qfullscreen.
1705 (x_real_positions): More accurate computation of the frame position.
1706 (x_figure_window_size): Support full-screen frames.
1707 (Fx_create_frame): Default the fullscreen parameter.
1708
1709 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
1710 (XTread_socket) <Expose>: Call x_check_fullscreen.
1711 <ConfigureNotify>: Don't resize to fullscreen.
1712 Call x_check_fullscreen_move, and set the want_fullscreen member of
1713 output_data.x.
1714
1715 2002-01-13 Jason Rumney <jasonr@gnu.org>
1716
1717 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
1718 for mice with more than 3 buttons.
1719
1720 * w32term.c (parse_button): New parameter xbutton. Callers changed.
1721 (w32_read_socket): Handle new "XBUTTON" messages.
1722
1723 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
1724 (syms_of_w32fns): DEFVAR_BOOL it.
1725 (w32_wnd_proc): Handle new "XBUTTON" messages.
1726
1727 2002-01-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1728
1729 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
1730
1731 2002-01-13 Andreas Schwab <schwab@suse.de>
1732
1733 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
1734
1735 2002-01-12 Andreas Schwab <schwab@suse.de>
1736
1737 * .gdbinit (xbuffer): Remove address operator since data is now a
1738 pointer.
1739
1740 2002-01-11 Richard M. Stallman <rms@gnu.org>
1741
1742 * insdel.c (adjust_after_replace_noundo): New function.
1743
1744 * coding.c (code_convert_region): Don't copy old text if undo disabled.
1745
1746 2002-01-09 Jason Rumney <jasonr@gnu.org>
1747
1748 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
1749 when checking for multiple frames.
1750
1751 2002-01-08 Richard M. Stallman <rms@gnu.org>
1752
1753 * window.c (delete_window): Rewrite the code for changing the
1754 selected window to handle the case where WINDOW is not a leaf.
1755
1756 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1757
1758 * process.c (send_process): Set src_multibyte to 1 after the call
1759 top setup_coding_system, not before the call.
1760
1761 2002-01-07 Jason Rumney <jasonr@gnu.org>
1762
1763 * xmenu.c (set_frame_menubar, xmenu_show):
1764 (xdialog_show): Initialize wv->help to Qnil.
1765
1766 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
1767 (w32_dialog_show): Initialize wv->help to Qnil.
1768
1769 2002-01-06 Jason Rumney <jasonr@gnu.org>
1770
1771 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
1772
1773 * w32menu.c (w32_menu_display_help): Revert last change.
1774
1775 * xmenu.c (menu_highlight_callback): Revert last change.
1776
1777 2002-01-06 Andreas Schwab <schwab@suse.de>
1778
1779 * insdel.c (make_gap_larger): Make sure buffer size does not
1780 overflow range of int.
1781
1782 2002-01-05 Jason Rumney <jasonr@gnu.org>
1783
1784 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1785 OVERLAPS_P.
1786
1787 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
1788
1789 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
1790 to the left or to the right of the pointer, put it against
1791 the left screen edge.
1792 (x_frame_parms): Add missing braces around initializer.
1793
1794 * w32term.c (x_setup_relief_colors): Don't compute an image's
1795 background color if it doesn't have a Pixmap.
1796 (notice_overwritten_cursor): Don't depend on
1797 output_cursor and updated_area. Compare pixel coordinates with
1798 window's cursor pixel coordinates.
1799 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1800 Call notice_overwritten_cursor with new arg list.
1801 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1802 unconditionally.
1803 (x_draw_image_relief): Use predefined macro instead of
1804 constant when the value of `tool_bar_button_relief' is negative.
1805
1806 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
1807
1808 2002-01-04 Richard M. Stallman <rms@gnu.org>
1809
1810 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
1811
1812 2002-01-03 Richard M. Stallman <rms@gnu.org>
1813
1814 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
1815 (Fkey_binding): Try the `keymap' property map first.
1816 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
1817 minor mode bindings.
1818
1819 2002-01-03 Kim F. Storm <storm@cua.dk>
1820
1821 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
1822
1823 2002-01-02 Richard M. Stallman <rms@gnu.org>
1824
1825 * keyboard.c (read_key_sequence): Handle the keymap property
1826 before minor mode maps.
1827
1828 * editfns.c (Fformat): Update thissize from field_width
1829 based on the actual width, in the string case.
1830
1831 2002-01-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1832
1833 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
1834 when used as truth value to prevent gcc warnings.
1835
1836 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
1837 * w32proc.c: Include <config.h>.
1838
1839 2002-01-01 Andreas Schwab <schwab@suse.de>
1840
1841 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
1842 not EMACS_INT, to make them compatible with DEFVAR_INT.
1843 * lisp.h (max_specpdl_size): Adjust declaration.
1844
1845 2002-01-01 Richard M. Stallman <rms@gnu.org>
1846
1847 * print.c (print_object): Test print_escape_nonascii only for
1848 unibyte strings.
1849 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
1850 when outputting to a multibyte buffer.
1851
1852 2001-12-29 Richard M. Stallman <rms@gnu.org>
1853
1854 * print.c (print_object): In multibyte string, use hex escapes.
1855 Use octal only for unibyte strings.
1856 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
1857
1858 * lread.c (read_escape): New arg BYTEREP for reporting whether
1859 escape forces unibyte or multibyte.
1860 (read1): When reading a string, take note of that info.
1861
1862 2001-12-29 Ken Raeburn <raeburn@gnu.org>
1863
1864 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
1865 comparison to test lisp value returned by Fget.
1866
1867 2001-12-29 Richard M. Stallman <rms@gnu.org>
1868
1869 * lisp.h (max_specpdl_size): Add declaration.
1870
1871 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
1872
1873 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
1874 Handle modifier bits. Correct typo in error message.
1875
1876 2001-12-28 Richard M. Stallman <rms@gnu.org>
1877
1878 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
1879 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
1880 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1881 Update calls to Fdefine_abbrev.
1882 (write_abbrev): Update for changed data format.
1883 Don't list "system" abbrevs.
1884 (Fexpand_abbrev): Update use count with new data format.
1885 (describe_abbrev): Update for changed data format.
1886 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
1887
1888 * config.in (HAVE_MBSINIT): Add #undef.
1889
1890 * strftime.c (mbsinit): Define as no-op if not available.
1891
1892 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
1893 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
1894
1895 * keymap.c (Flookup_key): Error message if key has wrong data type.
1896 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
1897 (exclude_key): New variable.
1898
1899 2001-12-28 Gerd Moellmann <gerd@gnu.org>
1900
1901 * xterm.c (x_setup_relief_colors): Don't compute an image's
1902 background color if it doesn't have a Pixmap.
1903
1904 * xterm.c (notice_overwritten_cursor): Don't depend on
1905 output_cursor and updated_area. Compare pixel coordinates with
1906 window's cursor pixel coordinates.
1907 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1908 Call notice_overwritten_cursor with new arg list.
1909 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1910 unconditionally.
1911
1912 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
1913 height of the cursor line to the amount to scroll.
1914
1915 2001-12-27 Richard M. Stallman <rms@gnu.org>
1916
1917 * intervals.c (set_point_both): The position after an invisible,
1918 intangible character is not an acceptable stopping point.
1919
1920 2001-12-27 Ken Raeburn <raeburn@gnu.org>
1921
1922 * window.c (enlarge_window): In new preserve_before code, convert
1923 CURBEG from lisp object to integer before doing arithmetic.
1924
1925 2001-12-27 Richard M. Stallman <rms@gnu.org>
1926
1927 * bytecode.c (Fbyte_code): Undo previous change.
1928
1929 2001-12-26 Kim F. Storm <storm@cua.dk>
1930
1931 * keyboard.c (record_char): Ignore duplicate help-echo events only
1932 separated by mouse-movement. When tracking mouse, only record
1933 first and last mouse-movement event in same window.
1934 Don't record mouse-movement events in keyboard macros.
1935
1936 2001-12-25 Richard M. Stallman <rms@gnu.org>
1937
1938 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
1939 (Fenlarge_window): New arg PRESERVE_BEFORE.
1940
1941 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
1942 instead of Fstring_as_unibyte.
1943
1944 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1945
1946 The following changes remove mocklisp support:
1947
1948 * mocklisp.h, mocklisp.c: Files removed.
1949
1950 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
1951 `Qmocklisp' and `Qmocklisp_arguments'.
1952 Remove prototype of syms_of_mocklisp.
1953
1954 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
1955
1956 * callint.c: Do not include mocklisp.h.
1957 (Fcall_interactively): Do not test for mocklisp case.
1958
1959 * eval.c: Remove variables `Qmocklisp_arguments',
1960 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
1961 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
1962 Do not test for mocklisp case.
1963 (Fwhile): Remove unused variable `tem'.
1964 (syms_of_eval): Remove variable `moclisp-arguments'.
1965
1966 * data.c (wrong_type_argument): Remove mocklisp case.
1967
1968 * doc.c (Fdocumentation): Remove mocklisp case.
1969
1970 * emacs.c (main): Do not call syms_of_mocklisp.
1971
1972 2001-12-21 Richard M. Stallman <rms@gnu.org>
1973
1974 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
1975 to the left or to the right of the pointer, put it against
1976 the left screen edge.
1977
1978 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1979
1980 * Makefile.in (distclean): Remove .gdbinit if we are building
1981 outside the source tree.
1982
1983 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1984
1985 * w32.c (emacs_root_dir): New function.
1986
1987 * msdos.c (emacs_root_dir): New function.
1988
1989 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
1990 of the current drive as the fallback for default_directory.
1991
1992 * dired.c (file_name_completion): Run the elements of
1993 completion-ignored-extensions through ENCODE_FILE.
1994
1995 * lisp.h (scmp): Remove prototype, since it's now a static
1996 function private to dired.c.
1997
1998 2001-12-18 Richard M. Stallman <rms@gnu.org>
1999
2000 * dired.c (scmp): Function moved from minibuf.c.
2001 Delete multibyte handling--used only on encoded strings.
2002
2003 * minibuf.c (scmp): Function moved to dired.c.
2004
2005 * fns.c (merge): Add QUIT call.
2006
2007 2001-12-18 Dave Love <fx@gnu.org>
2008
2009 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
2010 language/georgian.el.
2011
2012 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2013
2014 * Makefile.in (lisp, shortlisp): Synchronize with changes to
2015 lisp/Makefile.in:DONTCOMPILE.
2016
2017 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2018
2019 * xdisp.c (window_box_height): Do not return negative values.
2020 From Gerd Moellmann <gerd@gnu.org>.
2021
2022 * keyboard.c (head_table): Add missing braces around initializer.
2023
2024 * term.c (keys): Likewise.
2025
2026 * xfns.c (x_frame_parms, visual_classes): Likewise.
2027
2028 2001-12-17 Sam Steingold <sds@gnu.org>
2029
2030 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
2031 patch (COMPOSING_P, not COMPOSING).
2032
2033 2001-12-17 Richard M. Stallman <rms@gnu.org>
2034
2035 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
2036
2037 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
2038 before calling decode_coding.
2039
2040 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
2041
2042 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
2043 instead of only for COMPOSITION_DISABLED.
2044
2045 2001-12-16 Richard M. Stallman <rms@gnu.org>
2046
2047 * alloc.c (pure_alloc): After overflow, allocate just a small block.
2048
2049 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
2050
2051 * buffer.h (struct buffer): New field `display_error_modiff'.
2052 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
2053
2054 * window.c (Frecenter): Clear display_error_modiff field.
2055
2056 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
2057 Call redisplay_window, but not if display_error_modiff field says no.
2058 (redisplay_window_error): New function.
2059 (displayed_buffer): New variable.
2060 (redisplay_internal, redisplay_windows): Call the new functions
2061 instead of redisplay_window directly.
2062
2063 2001-12-15 Richard M. Stallman <rms@gnu.org>
2064
2065 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2066
2067 2001-12-14 Andrew Innes <andrewi@gnu.org>
2068
2069 * makefile.w32-in (EMACSLOADPATH): Define.
2070 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
2071 (bootstrap-temacs): Remove dependency on bootstrap-clean.
2072
2073 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
2076 parameter have a numeric value all the time.
2077
2078 * w32fns.c (x_report_frame_params): Likewise.
2079
2080 2001-12-12 Richard M. Stallman <rms@gnu.org>
2081
2082 * fileio.c (Fwrite_region): Doc fix.
2083
2084 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
2085 (redisplay_internal): Call clear_image_cache only for window terminals.
2086
2087 2001-12-12 Gerd Moellmann <gerd@gnu.org>
2088
2089 * xdisp.c (move_it_vertically_backward): Change heuristic
2090 for the case that we didn't move far enough initially.
2091
2092 * window.c (Frecenter): Simplify computation in the case of window
2093 system frames and ARG < 0; use window_box_height.
2094
2095 2001-12-11 Richard M. Stallman <rms@gnu.org>
2096
2097 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
2098 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
2099
2100 2001-12-11 Andrew Innes <andrewi@gnu.org>
2101
2102 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
2103 arg is negative.
2104
2105 2001-12-11 Richard M. Stallman <rms@gnu.org>
2106
2107 * m/hp800.h: Split the __hpux conditional into the parts
2108 that are right for GNU/Linux too and the parts that are not.
2109 Use the former if GNU_LINUX.
2110 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
2111
2112 * s/gnu-linux.h (GNU_LINUX): Defined.
2113
2114 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2115
2116 * macros.c, msdos.c, w16select.c: Change doc-string comments to
2117 `new style' [w/`doc:' keyword].
2118
2119 2001-12-10 Jason Rumney <jasonr@gnu.org>
2120
2121 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
2122 before using.
2123
2124 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2125
2126 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
2127 keyword].
2128
2129 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
2130
2131 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
2132
2133 * s/hpux10.h (srand48): Don't undefine.
2134
2135 2001-12-09 Jason Rumney <jasonr@gnu.org>
2136
2137 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
2138 Add comment to explain where the struct came from.
2139 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
2140 (add_menu_item): Process pop-up menus first to avoid memory leak.
2141 (add_menu_item, w32_menu_display_help): Use `help' field as
2142 Lisp_Object.
2143 (w32_free_submenu_strings): Only free owner-drawn strings.
2144
2145 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2146
2147 * COPYING: Moved back.
2148
2149 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
2150 Add parentheses around && within ||.
2151
2152 * indent.c (compute_motion): Likewise.
2153
2154 * intervals.c (merge_properties_sticky): Likewise.
2155
2156 * coding.c (setup_coding_system, shrink_encoding_region)
2157 (Fdecode_sjis_char): Likewise.
2158
2159 2001-12-07 Andreas Schwab <schwab@suse.de>
2160
2161 * xdisp.c (display_mode_element): Don't read past end of string if
2162 it ends with '%'.
2163
2164 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
2165 can hold.
2166
2167 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
2168 from most_positive_fixnum and most_negative_fixnum, resp., and
2169 type changed to Lisp_Object.
2170 (syms_of_data): DEFVAR_LISP them.
2171
2172 2001-12-07 Richard M. Stallman <rms@gnu.org>
2173
2174 * callproc.c (init_callproc): Set Vdata_directory based on the source
2175 location whenever Emacs was run uninstalled.
2176
2177 2001-12-06 Paul Eggert <eggert@twinsun.com>
2178
2179 * config.in (HAVE_WORKING_VFORK): New #undefs.
2180 * process.c (create_process):
2181 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2182 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
2183 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
2184 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
2185 * m/intel386.h (HAVE_VFORK): Likewise.
2186 * m/mips-siemens.h (HAVE_VFORK): Likewise.
2187 * m/mips.h (HAVE_VFORK): Likewise.
2188 * s/freebsd.h (vfork): Remove #define.
2189 * s/lynxos.h (HAVE_VFORK): Remove #undef.
2190 * s/usg5-4-2.h: Fix comment about vfork.
2191
2192 2001-12-06 Richard M. Stallman <rms@gnu.org>
2193
2194 * s/hpux10.h (random): Add undef.
2195 (HAVE_RANDOM): Define it just once.
2196
2197 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2198
2199 * eval.c: Undo last change: the standard syntax is not wanted.
2200
2201 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2202
2203 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
2204 scroll bars of the frame before deleting the frame itself. If the
2205 frame has a widget, delete the frame with XtDestroyWidget, and do
2206 not call XDestroyWindow before that.
2207
2208 2001-12-06 Kim F. Storm <storm@cua.dk>
2209
2210 * xfns.c (x_report_frame_params): Return actual fringe widths.
2211
2212 * w32fns.c (x_report_frame_params): Return actual fringe widths.
2213
2214 2001-12-05 Andrew Innes <andrewi@gnu.org>
2215
2216 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
2217 excessively large.
2218
2219 * insdel.c (make_gap_larger): New function.
2220 (make_gap_smaller): New function.
2221 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
2222 make_gap_smaller if arg is negative.
2223
2224 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
2225
2226 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
2227 Pass a dummy argument when calling interrupt_signal.
2228 (parse_menu_item): Mark disabled items before checking for empty def.
2229 (read_char_minibuf_menu_prompt): Make safety more visible.
2230 (read_key_sequence): Add a `first_unbound' variable.
2231 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
2232 unbound prefix as soon as we can detect it.
2233
2234 * doc.c (Fsnarf_documentation): Add prototype.
2235 (get_doc_string): Handle negative arguments.
2236 (Fdocumentation): Use AREF and ASIZE.
2237 Move the calls to get_doc_string to a single place.
2238 Don't confuse an interactive-spec for a docstring reference.
2239 (Fdocumentation_property): Take advantage of the fact that
2240 get_doc_string now ignores the sign of the docstring position.
2241
2242 * eval.c: Use standard syntax for usage in docstrings.
2243
2244 2001-12-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2245
2246 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
2247
2248 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2249
2250 * xterm.c (x_draw_image_relief): Use predefined macro instead of
2251 constant when the value of `tool_bar_button_relief' is negative.
2252
2253 2001-12-02 Richard M. Stallman <rms@gnu.org>
2254
2255 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
2256 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
2257
2258 * fileio.c (read_non_regular): Delete Fsignal call.
2259
2260 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2261
2262 * lisp.h (run_hook_list_with_args): Undo last change.
2263
2264 2001-12-01 Gerd Moellmann <gerd@gnu.org>
2265
2266 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
2267
2268 2001-12-01 Jason Rumney <jasonr@gnu.org>
2269
2270 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
2271
2272 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
2273 [!WM_MOUSELEAVE]: Define.
2274
2275 * w32menu.c (current_popup_menu, get_menu_item_info):
2276 (set_menu_item_info): New vars.
2277 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
2278 (w32_menu_show): Set current_popup_menu.
2279 (add_menu_item): Allocate new strings for owner-drawn menu items
2280 and help strings.
2281 Use owner-draw for disabled menu items again.
2282 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
2283 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
2284
2285 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
2286 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
2287 <WM_EXITMENULOOP>: Free menu strings.
2288 <WM_MOUSELEAVE>: Stop tracking mouse.
2289 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
2290
2291 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
2292 and mouse face.
2293
2294 2001-12-01 Kim F. Storm <storm@cua.dk>
2295
2296 The following changes add left-fringe and right-fringe
2297 frame parameters to adjust fringe widths, or remove one or
2298 both fringes.
2299
2300 * frame.h (struct frame): Remove trunc_area_pixel_width and
2301 trunc_area_cols fields.
2302 (Qleft_fringe, Qright_fringe): Declare.
2303 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
2304
2305 * frame.c (Qleft_fringe, Qright_fringe): New vars.
2306 (syms_of_frame): Initialize them.
2307
2308 * window.c (coordinates_in_window): Handle separate left and right
2309 fringe widths.
2310
2311 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
2312 and fringe_cols fields.
2313 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
2314 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
2315 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
2316 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
2317 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
2318 (x_compute_fringe_widths): Add prototype.
2319
2320 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
2321 fill fringe evenly with small dashes.
2322 (x_draw_fringe_bitmap): Clear background if necessary. Align and
2323 clip the new ZV bitmap to avoid jitter between rows.
2324 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
2325 background. Don't draw fringe bitmaps if fringe width is zero.
2326 (x_compute_fringe_widths): New function.
2327 (x_new_font, x_set_window_size_1): Use it.
2328
2329 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
2330 (x_set_frame_parameters): Process `font' parameter before other
2331 parameters as fringe widths depend on it.
2332 (x_set_fringe_width): New function.
2333 (x_figure_window_size): Use x_compute_fringe_widths.
2334 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
2335 parameters.
2336
2337 * widget.c (set_frame_size): Use x_compute_fringe_widths.
2338 (EmacsFrameSetCharSize): Ditto.
2339
2340 * w32term.h: Merged changes from xterm.h.
2341 * w32term.c: Merged changes from xterm.c.
2342 * w32fns.c: Merged changes from xfns.c.
2343
2344 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2345
2346 * COPYING: Removed.
2347
2348 2001-11-29 Dave Love <fx@gnu.org>
2349
2350 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
2351 extra extra slot.
2352 (detect_coding_mask): Fix call of detect_coding_iso2022.
2353
2354 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2355
2356 * fileio.c (file-name-coding-system)
2357 (default-file-name-coding-system): Doc fix (links to referenced
2358 variables added).
2359
2360 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2361
2362 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
2363 Add dummy uses of gcproN variables.
2364
2365 * category.c (describe_category, describe_category_1)
2366 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
2367 (syms_of_category): Don't defsubr Sdescribe_categories.
2368
2369 2001-11-28 Richard M. Stallman <rms@gnu.org>
2370
2371 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
2372
2373 * Makefile.in (lispdir): New variable, referring to build dir.
2374 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
2375
2376 2001-11-28 Andrew Innes <andrewi@gnu.org>
2377
2378 * w32menu.c (w32_menu_display_help): Actually add the new argument
2379 OWNER.
2380
2381 2001-11-28 Jason Rumney <jasonr@gnu.org>
2382
2383 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
2384 menu items. From David Ponce <dponce@wanadoo.fr>.
2385 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
2386 conditionally.
2387 (w32_menu_display_help): New argument OWNER. Rewritten to store a
2388 help event in the owner frame's keyboard buffer.
2389
2390 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
2391 (Fx_show_tip): Don't subtract last width from row width.
2392
2393 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
2394 (w32_read_socket): Use EQ to compare frames.
2395
2396 2001-11-28 Gerd Moellmann <gerd@gnu.org>
2397
2398 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2399 OVERLAPS_P.
2400
2401 2001-11-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2402
2403 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
2404 `gcpro3' and `gcpro4'.
2405
2406 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
2407
2408 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2409
2410 * ccl.c: Use AREF and ASIZE.
2411
2412 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2413
2414 * lisp.h (run_hook_list_with_args): Remove.
2415 (LIST_END_P): Fix call to wrong_type_argument.
2416 (make_fixnum_or_float): Use EMACS_INT rather than int.
2417
2418 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2419
2420 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
2421 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
2422
2423 * eval.c: Use AREF and ASIZE.
2424 (Ffetch_bytecode): Add the file name to the error message.
2425
2426 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
2427 which match the end of the file-name.
2428 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
2429 is not a valid env var, but leave it as is instead.
2430
2431 * keymap.c (access_keymap): Handle t bindings like nil bindings.
2432 Make nil bindings in char-tables transparent.
2433 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
2434
2435 2001-11-26 Richard M. Stallman <rms@gnu.org>
2436
2437 * textprop.c (set_text_properties_1): Allow START, END in either order.
2438 Do nothing if range is empty.
2439
2440 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
2441
2442 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
2443 (clean): Not here.
2444
2445 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2446
2447 * textprop.c (set_text_properties_1): Clearly mark that the
2448 interval should not be empty.
2449
2450 * intervals.c (graft_intervals_into_buffer):
2451 Don't call set_text_properties_1 on an empty interval.
2452
2453 2001-11-25 Richard M. Stallman <rms@gnu.org>
2454
2455 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
2456
2457 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
2458 don't lose the data in it.
2459
2460 2001-11-25 Juanma Barranquero <lektu@terra.es>
2461
2462 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
2463
2464 * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
2465
2466 * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
2467
2468 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2469
2470 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
2471
2472 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2473
2474 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
2475 Niemitalo <kon@iki.fi>.
2476
2477 2001-11-25 Jason Rumney <jasonr@gnu.org>
2478
2479 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
2480
2481 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
2482 (Fx_show_tip): Block input during frame creation.
2483 (Fx_show_tip, Fx_hide_tip): Enable.
2484
2485 2001-11-24 Richard M. Stallman <rms@gnu.org>
2486
2487 * lread.c (Fload): Detect recursive load error for more than 3
2488 nestings of the same file.
2489 (Vrecursive_load_depth_limit): Variable deleted.
2490 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2491
2492 2001-11-24 Jason Rumney <jasonr@gnu.org>
2493
2494 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
2495 mouse position if either left or top is not specified.
2496
2497 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
2498 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
2499 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
2500 (my_create_tip_window): Assign tip_window.
2501 (x_create_tip_frame): Use same defaults as X.
2502 (compute_tip_xy): Remove unused variable. Use full screen width.
2503 (Fx_show_tip): Do not double height. Call ShowWindow directly.
2504
2505 * w32term.c (x_after_update_window_line): Doc fix.
2506 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
2507 frames.
2508 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
2509
2510 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
2511 for all Windowed systems.
2512
2513 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2514
2515 * msdos.c (IT_clear_screen): If the frame's faces are not yet
2516 realized, use the initial screen colors to clear the screen.
2517
2518 2001-11-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2519
2520 * textprop.c (Fset_text_properties): Remove unused variables
2521 `unchanged', `prev_changed', `s' and `len'.
2522
2523 * search.c (Freplace_match): Remove unused variable `inslen'.
2524
2525 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2526
2527 2001-11-22 Jason Rumney <jasonr@gnu.org>
2528
2529 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
2530 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
2531 (my_create_tip_window): New function.
2532 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
2533 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
2534
2535 2001-11-20 Jason Rumney <jasonr@gnu.org>
2536
2537 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
2538 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2539
2540 * w32fns.c (Vw32_system_coding_system): Remove.
2541 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2542
2543 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2544
2545 * fileio.c (Fwrite_region): Move choose_write_coding_system to
2546 after build_annotations.
2547
2548 * syntax.c (describe_syntax): Add dummy arg.
2549 (describe_syntax_1): Update call to describe_vector.
2550
2551 * category.c (describe_category): Add dummy arg.
2552 (describe_category_1): Update call to describe_vector.
2553
2554 * keymap.c (Fdescribe_vector): Add `describer' parameter.
2555 (describe_command, describe_translation): Add dummy second param.
2556 (describe_map): Call elt_describer with two arguments.
2557 (describe_vector_princ): Add `fun' parameter.
2558 Call it instead of the hardcoded `princ'.
2559 (describe_vector): Add arg `args'.
2560 Pass it as a new second argument to elt_describer.
2561
2562 * keymap.h (describe_vector): Update prototype.
2563
2564 * frame.c: Don't include keymap.h any more.
2565 (keys_of_frame): Remove.
2566
2567 * lisp.h (keys_of_frame): Remove declaration.
2568
2569 * emacs.c (main): Don't call `keys_of_frame' any more.
2570
2571 2001-11-14 Andreas Schwab <schwab@suse.de>
2572
2573 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
2574 if defined, 0 otherwise.
2575 (MAP_FAILED): Define if not defined and use it to test mmap failure.
2576 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2577
2578 2001-11-19 Richard M. Stallman <rms@gnu.org>
2579
2580 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
2581
2582 2001-11-18 Jason Rumney <jasonr@gnu.org>
2583
2584 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
2585 (x_draw_bar_cursor): If the background color of the glyph under
2586 the cursor equals the frame's cursor color, use the glyph's
2587 foreground color for drawing the bar cursor.
2588 (x_after_update_window_line): Clear internal border in different
2589 circumstances.
2590 (w32_set_vertical_scroll_bar): Check for width and height > 0.
2591 (w32_draw_relief_rect): Correct relief by 1 pixel.
2592 (x_set_glyph_string_background_width):
2593 Set extends_to_end_of_line_p if the row's fill_line_p is set and
2594 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2595 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
2596 if cursor_in_non_selected_windows is false.
2597 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
2598 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
2599 Notice if cursor gets overwritten.
2600 (notice_overwritten_cursor): Renamed from
2601 note_overwritten_text_cursor. Rewritten to take glyph widths
2602 into account, and to take X positions as parameters.
2603 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2604 around call to x_draw_glyphs.
2605 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
2606 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
2607 color to use for image glyph reliefs.
2608 (x_draw_image_relief): Accept zero tool_bar_button_relief.
2609 (glyph_rect): Remove unused variable `area'.
2610
2611 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
2612 some items.
2613 (x_set_internal_border_width): Set frame garbaged when window
2614 doesn't exist yet.
2615 (Fx_create_frame): Accept zero tool_bar_button_relief.
2616 (x_clear_image_1, four_corners_best, image_background)
2617 (image_background_transparent): New functions.
2618 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
2619 (gs_format): Add `:background' entry.
2620 (lookup_image): Set IMG's background color if specified.
2621 (pbm_load, xbm_load_image, png_load): Set IMG's background field
2622 when appropriate.
2623 (x_clear_image_1): Reset `background_valid' and
2624 `background_transparent_valid' fields.
2625 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
2626 calculating it here. Set IMG's background_transparent field.
2627 (enum xpm_keyword_index): Add XPM_BACKGROUND.
2628 (enum png_keyword_index): Add PNG_BACKGROUND.
2629 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
2630 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
2631 (enum gif_keyword_index): Add GIF_BACKGROUND.
2632 (enum gs_keyword_index): Add GS_BACKGROUND.
2633 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
2634 Pre-calculate image background color where necessary.
2635 (x_create_x_image_and_pixmap, xbm_load, gs_load):
2636 Use display info's n_cbits entry for screen depth.
2637 (Fx_show_tip): Remove unused variables `buffer', `top',
2638 `left', `max_width' and `max_height'.
2639
2640 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
2641
2642 2001-11-18 Gerd Moellmann <gerd@gnu.org>
2643
2644 * puresize.h (BASE_PURESIZE): Increase to 750000.
2645
2646 2001-11-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2647
2648 * frame.c (Fframe_live_p): Doc fix.
2649
2650 2001-11-18 Richard M. Stallman <rms@gnu.org>
2651
2652 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
2653 (message_dolog_marker3): New static variables hold three markers.
2654 (syms_of_xdisp): Initialize and staticpro them.
2655 (message_dolog): Use message_dolog_marker1..3 instead of
2656 allocating markers each time. Unchain them when done.
2657
2658 2001-11-17 Richard M. Stallman <rms@gnu.org>
2659
2660 * doc.c (Fsnarf_documentation): Doc fix.
2661
2662 2001-11-17 Andreas Schwab <schwab@suse.de>
2663
2664 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
2665
2666 2001-11-17 Richard M. Stallman <rms@gnu.org>
2667
2668 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
2669
2670 2001-11-17 Jason Rumney <jasonr@gnu.org>
2671
2672 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
2673
2674 2001-11-17 Gerd Moellmann <gerd@gnu.org>
2675
2676 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
2677 with invalid position.
2678
2679 2001-11-16 Richard M. Stallman <rms@gnu.org>
2680
2681 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
2682
2683 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
2684 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
2685 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
2686
2687 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
2688
2689 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * fileio.c (build_annotations): Split off the tail.
2692 (build_annotations_2): New fun. Extracted from build_annotations.
2693 (Fwrite_region): Split the call to build_annotations into two
2694 calls to build_annotations and build_annotations_2.
2695
2696 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2697
2698 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2699 clear_waiting_for_input with argument.
2700
2701 * xterm.h (x_update_cursor): Remove duplicated prototype.
2702
2703 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
2704
2705 * xterm.c (waiting_for_input): Remove unnecessary declaration.
2706
2707 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
2708
2709 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2710
2711 * fileio.c (choose_write_coding_system): New fun, extracted
2712 from Fwrite_region.
2713 (Fwrite_region): Use it.
2714
2715 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2716 (funcall_lambda, run_hook_with_args): Make static and add prototype.
2717 (ml_apply, find_handler_clause): Add prototype.
2718
2719 2001-11-16 Eli Zaretskii <eliz@gnu.org>
2720
2721 * config.in: Add #undef HAVE_COFF_H.
2722
2723 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
2724 Required for ISC 4.1.
2725
2726 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2727
2728 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
2729 Andrew Wiseman <a.wiseman@btclick.com>.
2730
2731 2001-11-16 Kim F. Storm <storm@cua.dk>
2732
2733 The following changes are made to clean up the various internal
2734 references to the fringes to actually use the term `fringe' for
2735 them. Previously, they were called `flags areas', `bitmap areas',
2736 `left/right side of windows', or implicitly as `flags' or
2737 `bitmaps':
2738
2739 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
2740 Comments fixed. Use renamed symbols.
2741
2742 * dispnew.c: Comment fix. Use renamed symbols.
2743
2744 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
2745 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
2746 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
2747
2748 * msdos.c: Comment fix.
2749
2750 * w32fns.c: Use renamed symbols.
2751
2752 * w32term.c: Comment fixes. Use renamed symbols.
2753 (fringe_bitmap_type): Renamed from bitmap_type.
2754 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2755 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
2756 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2757
2758 * w32term.h: Comment fixes. Use renamed symbols.
2759 (fringes_extra): Renamed from flags_areas_extra.
2760 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2761 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2762 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2763 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2764 (FRAME_X_LEFT_FRINGE_WIDTH):
2765 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2766 (FRAME_X_RIGHT_FRINGE_WIDTH):
2767 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2768
2769 * widget.c: Use renamed symbols.
2770
2771 * window.c: Comment fixes. Use renamed symbols.
2772 (coordinates-in-window-p): Doc fix.
2773
2774 * xdisp.c: Comment fixes. Use renamed symbols.
2775
2776 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
2777
2778 * xfns.c: Use renamed symbols.
2779
2780 * xterm.c: Comment fixes. Use renamed symbols.
2781 (fringe_bitmap_type): Renamed from bitmap_type.
2782 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2783 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
2784 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2785
2786 * xterm.h: Comment fixes. Use renamed symbols.
2787 (fringes_extra): Renamed from flags_areas_extra.
2788 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2789 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2790 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2791 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2792 (FRAME_X_LEFT_FRINGE_WIDTH):
2793 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2794 (FRAME_X_RIGHT_FRINGE_WIDTH):
2795 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2796
2797 2001-11-15 Jason Rumney <jasonr@gnu.org>
2798
2799 * w32menu.c (add-menu-item): Make help_echo and radio buttons
2800 work for most menu items. From David Ponce
2801 <david.ponce@wanadoo.fr>.
2802
2803 2001-11-15 Gerd Moellmann <gerd@gnu.org>
2804
2805 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
2806 Some x_set_* function expect to be called even if old and new
2807 value are equal.
2808
2809 * xdisp.c (build_desired_tool_bar_string): Accept zero
2810 tool_bar_button_relief.
2811
2812 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
2813
2814 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
2815
2816 * xterm.c (x_draw_bar_cursor): If the background color of the
2817 glyph under the cursor equals the frame's cursor color, use
2818 the glyph's foreground color for drawing the bar cursor.
2819
2820 * dispnew.c (direct_output_forward_char): Fix character/byte
2821 position comparison.
2822
2823 2001-11-15 Miles Bader <miles@gnu.org>
2824
2825 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
2826 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
2827 Update arguments to find_field.
2828 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
2829 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
2830 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
2831 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
2832
2833 2001-11-14 Richard M. Stallman <rms@gnu.org>
2834
2835 * editfns.c (Fpropertize): Allow call with 1 arg.
2836
2837 * dispextern.h (image_background, image_background_transparent):
2838 Conditionalize on HAVE_X_WINDOWS.
2839
2840 2001-11-13 Richard M. Stallman <rms@gnu.org>
2841
2842 * print.c (Fprin1_to_string): Doc fix.
2843
2844 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
2845
2846 * floatfns.c (Fceiling, Ffloor): Doc fixes.
2847
2848 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
2849
2850 * fileio.c (Ffile_accessible_directory_p): Doc fix.
2851
2852 * eval.c (syms_of_eval): Doc fix.
2853
2854 * coding.c (syms_of_coding): Doc fix.
2855
2856 * doc.c (Fsnarf_documentation): Doc fix.
2857
2858 * dispnew.c (syms_of_display): Doc fix.
2859
2860 * category.c (Fget_unused_category): Doc fix.
2861
2862 * buffer.c (syms_of_buffer): Doc fixes.
2863
2864 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
2865
2866 * print.c (prin1, print): Doc fix.
2867
2868 2001-11-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2869
2870 * fontset.h: Remove declarations of variables
2871 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
2872
2873 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
2874 `Vclip_large_size_font'.
2875
2876 2001-11-13 Jason Rumney <jasonr@gnu.org>
2877
2878 * w32fns.c: Doc fix.
2879
2880 2001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2881
2882 * xfaces.c (Fface_attributes_as_vector): Doc fix.
2883
2884 * w32fns.c (Fx_synchronize): Reindent.
2885
2886 * fns.c: Doc fix.
2887
2888 * emacs.c: Doc fix.
2889
2890 * coding.c: Doc fix.
2891
2892 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
2893 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
2894 `new style' [w/`doc:' keyword].
2895
2896 * xmenu.c (x-popup-menu): Reindent.
2897 (x-popup-dialog): Likewise.
2898
2899 * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
2900
2901 * xdisp.c (Fdump_tool_bar_row): Reindent.
2902
2903 * minibuf.c (Fminibuffer_complete_word): Reindent.
2904 (Fminibuffer_complete_and_exit): Likewise.
2905 (Fminibuffer_completion_help): Likewise.
2906 (Fminibuffer_message): Likewise.
2907
2908 * fns.c (Freverse): Reindent.
2909
2910 * eval.c (Fif): Reindent.
2911 (Fand): Likewise.
2912
2913 * editfns.c (Fuser_real_login_name): Reindent.
2914 (Finsert_buffer_substring): Likewise.
2915 (Fcompare_buffer_substrings): Likewise.
2916 (Fsubst_char_in_region): Likewise.
2917
2918 * dispnew.c (Fsit_for): Reindent.
2919 (Fframe_or_buffer_changed_p): Likewise.
2920 (Finternal_show_cursor_p): Likewise.
2921 (syms_of_display): Likewise.
2922
2923 * alloc.c (Flist): Reindent.
2924 (Fvector): Likewise.
2925
2926 2001-11-12 Richard M. Stallman <rms@gnu.org>
2927
2928 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
2929 LeaveNotify events. Only FocusIn and FocusOut do that now.
2930 (x_display_and_set_cursor): Do display hollow cursors in active
2931 minibuffer windows when they are not selected.
2932
2933 2001-11-12 Jason Rumney <jasonr@gnu.org>
2934
2935 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
2936 * w32term.c: Change doc-string comments to `new style'.
2937 [w/`doc:' keyword]. Doc fixes.
2938
2939 * w32fns.c: Don't define max.
2940 (Fx_open_connection): Only execute once.
2941
2942 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2943
2944 * ccl.c: Change macros to use do-while block instead of if-else.
2945 Use braces to follow GNU Coding Standards.
2946
2947 2001-11-11 Richard M. Stallman <rms@gnu.org>
2948
2949 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
2950
2951 * lread.c (read_escape): Use end_of_file_error for reporting eof.
2952
2953 * insdel.c (replace_range): Use adjust_markers_for_replace
2954 instead of adjust_markers_for_delete and adjust_markers_for_insert.
2955
2956 * intervals.h: Declare set_text_properties and set_text_properties_1.
2957
2958 * textprop.c (set_text_properties_1): New subroutine
2959 broken out of set_text_properties.
2960 (set_text_properties): Use set_text_properties_1.
2961
2962 * intervals.c (graft_intervals_into_buffer):
2963 Use set_text_properties_1 to clear out properties.
2964
2965 * search.c (Freplace_match): Use replace_range to insert
2966 and delete. Don't request property inheritance from
2967 surrounding text.
2968
2969 2001-11-10 Jason Rumney <jasonr@gnu.org>
2970
2971 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
2972 vertical fonts. Allow them if face name is explicitly specified.
2973 Do not give up if we find a font that cannot be converted to an xlfd.
2974
2975 2001-11-10 Gerd Moellmann <gerd@gnu.org>
2976
2977 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
2978 instead of malloc/free.
2979
2980 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2981
2982 * xfaces.c (merge_face_vectors): Use braces to follow GNU
2983 Coding Standards.
2984 (Finternal_set_lisp_face_attribute): Likewise.
2985
2986 * buffer.c (Fbury_buffer): Likewise.
2987
2988 * indent.c (current_column_1): Remove unused variable `prev_col'.
2989
2990 * coding.c (encode_coding): Use precomputed value of `src'.
2991 (encode_coding): Remove unused variable `src_end'.
2992 (code_convert_region): Remove unused variables `count'.
2993
2994 2001-11-07 Jason Rumney <jasonr@gnu.org>
2995
2996 * w32term.c (x_display_and_set_cursor): Do not move system caret
2997 if cursor_glyph is NULL.
2998
2999 2001-11-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3000
3001 * keymap.c (access_keymap): Fix compilation error.
3002
3003 2001-11-07 Miles Bader <miles@gnu.org>
3004
3005 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
3006
3007 2001-11-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3008
3009 * intervals.c (graft_intervals_into_buffer):
3010 Remove #ifdef'd-out code.
3011 (graft_intervals_into_buffer): Remove unused variable `middle'.
3012
3013 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
3014 code (eval-current-buffer).
3015 Change doc-string comments to `new style' [w/`doc:' keyword].
3016
3017 2001-11-06 Richard M. Stallman <rms@gnu.org>
3018
3019 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
3020
3021 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3022
3023 * lread.c (read1): Fix behavior with nested backquoting.
3024
3025 * keyboard.c (make_lispy_event): Check integerness and fix
3026 Lisp_Object/int mixup.
3027
3028 2001-11-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3029
3030 * fns.c (copy_hash_table): Remove unused variable `v'.
3031
3032 * fontset.c (fontset_font_pattern): Remove unused variable
3033 `family_registry'.
3034
3035 * indent.c (current_column_1): Remove unused variable `prev_col'.
3036
3037 2001-11-05 Richard M. Stallman <rms@gnu.org>
3038
3039 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
3040
3041 * buffer.c (Fkill_buffer): Don't delete auto save file
3042 if buffer is modified.
3043
3044 2001-11-05 Andrew Innes <andrewi@gnu.org>
3045
3046 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
3047 CHECK_NUMBER_CDR.
3048
3049 2001-11-05 Richard M. Stallman <rms@gnu.org>
3050
3051 * unexelf.c (unexec): Minor changes; clean up comments.
3052
3053 2001-11-05 Sam Steingold <sds@gnu.org>
3054
3055 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
3056
3057 2001-11-05 Andreas Schwab <schwab@suse.de>
3058
3059 * sound.c (sound_perror): Save errno from being clobbered.
3060
3061 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
3062
3063 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
3064 the program image directly.
3065
3066 2001-11-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3067
3068 * buffer.h (Fbuffer_local_value): Add prototype.
3069
3070 2001-11-04 Richard M. Stallman <rms@gnu.org>
3071
3072 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
3073 and CHECK_BUFFER.
3074
3075 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
3076 (record_char): Likewise.
3077
3078 * keyboard.c (make_lispy_event): Don't insist a drag event must
3079 move to a different buffer position. Instead, check for moving at
3080 least double_click_fuzz.
3081
3082 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
3083
3084 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
3085
3086 * indent.c (current_column_1, Fmove_to_column): Separate the code
3087 for display-table glyphs from the code buffer text, to fix
3088 bugs in the former.
3089
3090 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
3091
3092 * buffer.c (Fbuffer_local_value): New function.
3093 (syms_of_buffer): Defsubr it.
3094
3095 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
3096 value of `cursor-in-non-selected-windows'.
3097
3098 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
3099 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
3100 (syms_of_xdisp): Initialize it.
3101
3102 2001-11-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3103
3104 * xfns.c (Fx_create_frame): Doc fix.
3105
3106 * coding.c: Change doc-string comments to `new style' [w/`doc:'
3107 keyword].
3108
3109 * eval.c (top_level_value, top_level_set): Remove commented and
3110 #ifdef'd-out code.
3111 (Fdefvar): Fix usage in doc-string.
3112
3113 2001-11-03 Richard M. Stallman <rms@gnu.org>
3114
3115 * xfns.c: Include unistd.h, if it exists.
3116
3117 * editfns.c: Move the include of ctype.h after unistd.h.
3118
3119 * gmalloc.c: Test BROKEN_PROTOTYPES.
3120
3121 2001-11-03 Ken Raeburn <raeburn@gnu.org>
3122
3123 * lisp.h (CHECK_STRING_CAR): New macro.
3124 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
3125 treating XCAR and XCDR as lvalues.
3126 (openp): Use CHECK_STRING_CAR.
3127 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
3128
3129 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3130
3131 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
3132 (SIGMASKTYPE): Define.
3133
3134 * syssignal.h (sigunblock): Don't define if already defined.
3135
3136 2001-11-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3137
3138 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
3139 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
3140 Fix typos in comments.
3141
3142 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
3143 and #ifdef'd-out code.
3144 Fix and reindent comments.
3145
3146 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
3147
3148 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
3149 argument `i' in macros.
3150
3151 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
3152 `i' in macros.
3153
3154 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
3155 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
3156 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
3157 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
3158 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
3159 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
3160 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
3161 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
3162 in macros.
3163
3164 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
3165 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
3166 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
3167 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
3168 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
3169 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
3170 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
3171 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
3172 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
3173 (remove unused second argument).
3174
3175 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
3176
3177 * syntax.c (describe_syntax): New wrapper.
3178 (Finternal_describe_syntax_value): Rename from describe_syntax.
3179 Don't insert space at front and \n at the end.
3180 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
3181
3182 * regex.c (re_wctype): Try to fix some warnings.
3183 (regcomp, regexec): Don't forget the __restrict.
3184
3185 2001-11-02 Richard M. Stallman <rms@gnu.org>
3186
3187 * textprop.c (Fget_char_property): Doc fix.
3188
3189 2001-11-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3190
3191 * process.c (Fstart_process): Add usage to doc-string.
3192
3193 * data.c (Fsetq_default): Ditto.
3194
3195 * callint.c (Finteractive): Ditto.
3196
3197 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
3198
3199 * macros.c: Don't include keymap.h any more.
3200
3201 2001-11-01 Richard M. Stallman <rms@gnu.org>
3202
3203 * data.c (Fmake_local_variable): Doc fix.
3204
3205 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
3206 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
3207
3208 * keymap.c (Fdescribe_buffer_bindings): Print character property
3209 bindings along with or instead of the buffer local map.
3210 Make the overriding maps override what they should.
3211
3212 2001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3213
3214 * window.c (grow_mini_window): Fix typo in comment.
3215
3216 2001-11-01 Gerd Moellmann <gerd@gnu.org>
3217
3218 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
3219 (XTset_vertical_scroll_bar): Likewise.
3220
3221 * xfns.c (x_build_heuristic_mask): Use four_corners_best
3222 instead of IMAGE_BACKGROUND.
3223
3224 * xfns.c (four_corners_best): Reindent.
3225
3226 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3227 Handle :box so that it is possible to specify sexprs.
3228
3229 2001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3230
3231 * xfaces.c (Finternal_merge_in_global_face): Reindent.
3232 (Fface_font): Ditto.
3233 (Finternal_set_alternative_font_registry_alist): Ditto.
3234 (Ftty_suppress_bold_inverse_default_colors): Ditto.
3235
3236 * xfns.c (x-get-resource): Reindent.
3237
3238 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * s/hpux11.h: New file.
3241
3242 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3243
3244 * emacs.c (USAGE1): Show command line option --no-window-system
3245 instead of --no-windows in usage.
3246 (standard_args): Rename --no-windows to --no-window-system.
3247 (bug_reporting_address): Follow Emacs coding conventions.
3248
3249 * eval.c (Fcommandp): Doc fix.
3250 Change doc-string comments to `new style' [w/`doc:' keyword].
3251
3252 * frame.c (Fframe_live_p): Doc fix.
3253
3254 * buffer.c (selective-display-ellipses): Doc fix.
3255
3256 2001-10-31 Gerd Moellmann <gerd@gnu.org>
3257
3258 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
3259
3260 * xfaces.c (realize_x_face): If C is not a single-byte character,
3261 set the face's colors_copied_bitwise_p instead of the defaulted_p
3262 members which have a different meaning.
3263 (free_face_colors): Do nothing for a face whose colors have been
3264 copied bitwise.
3265
3266 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
3267
3268 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3269
3270 * marker.c, mocklisp.c: Change doc-string comments to `new style'
3271 [w/`doc:' keyword].
3272
3273 2001-10-31 Gerd Moellmann <gerd@gnu.org>
3274
3275 * fns.c (require_unwind): Return Lisp_Object.
3276
3277 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3278
3279 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
3280 (last-input-char): Revert doc-string to be the same as the
3281 doc-string of `last-input-event'.
3282
3283 * xdisp.c: Fix typos in comments.
3284
3285 2001-10-31 Gerd Moellmann <gerd@gnu.org>
3286
3287 * window.c (grow_mini_window): Handle case that the root
3288 window is already smaller than the nominal mininum height.
3289
3290 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
3291
3292 * emacs.c (main): Don't call keys_of_macros any more.
3293
3294 * lisp.h (keys_of_macros): Remove.
3295
3296 * macros.c (keys_of_macros): Remove.
3297
3298 * xfaces.c (Fface_attribute_relative_p): Declare args.
3299
3300 2001-10-30 Jason Rumney <jasonr@gnu.org>
3301
3302 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
3303 (enum_font_cb2): Ignore fonts with vertical orientation.
3304
3305 2001-10-30 Richard M. Stallman <rms@gnu.org>
3306
3307 * keyboard.c (Finput_pending_p): Doc fix.
3308
3309 2001-10-30 Gerd Moellmann <gerd@gnu.org>
3310
3311 * xterm.c (x_after_update_window_line): Don't run the code
3312 clearing in borders for rows whose visible height is 0.
3313
3314 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
3315 resized_p flag is set. If not set, use the much less flickering
3316 method previously used.
3317
3318 * dispnew.c (change_frame_size_1): Set frame's resized_p.
3319
3320 * frame.h (struct frame) <resized_p>: New member.
3321
3322 * lread.c (to_multibyte): Ensure read_buffer is at least twice
3323 as large as the number of bytes to convert.
3324
3325 * lread.c (to_multibyte): New function.
3326 (read1): Use it.
3327
3328 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
3331
3332 2001-10-30 Gerd Moellmann <gerd@gnu.org>
3333
3334 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
3335 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
3336 if the row's fill_line_p is set and drawing the last glyph with
3337 DRAW_IMAGE_{RAISED,SUNKEN}.
3338
3339 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
3340
3341 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
3342
3343 * xmenu.c: Include coding.h and charset.h.
3344 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
3345 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
3346 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
3347 Explicitly set wv->help. Use `TRUE' rather than `True'.
3348 (menu_help_callback): Use empty_string.
3349
3350 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
3351 (Fx_popup_dialog): Explicitly init f.
3352 (w32_menu_display_help): Use empty_string.
3353
3354 2001-10-29 Richard M. Stallman <rms@gnu.org>
3355
3356 * fns.c (Frequire): Detect recursive try to require the same
3357 feature 3 or more levels deep, and get error.
3358 (require_unwind): New subroutine.
3359 (require_nesting_list): New variable.
3360 (syms_of_fns): Init and staticpro it.
3361
3362 * print.c (print_object): Clarify indication of insertion type.
3363
3364 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
3365
3366 * coding.c (syms_of_coding): Document that locale-coding-system is
3367 used for decoding input on X.
3368
3369 * window.c (Fscroll_left, Fscroll_right): Doc fix.
3370
3371 2001-10-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3372
3373 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
3374 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
3375
3376 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3377
3378 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
3379 use NO_CURSOR if cursor_in_non_selected_windows is false.
3380
3381 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
3382 the slant attribute if FRAME is t.
3383
3384 * xfns.c (x_set_internal_border_width): Set frame garbaged
3385 when X window doesn't exist yet.
3386
3387 * xterm.c (x_after_update_window_line): Clear internal border
3388 in different circumstances.
3389
3390 * xterm.c (XTread_socket) <KeyPress>: Don't use
3391 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
3392 <handa@etl.go.jp>.
3393
3394 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3395
3396 * m/ibms390.h: New file. From Adam Thornton
3397 <athornton@sinenomine.net>.
3398
3399 2001-10-28 Gerd Moellmann <gerd@gnu.org>
3400
3401 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
3402
3403 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
3404 a loop counter.
3405
3406 2001-10-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3407
3408 * emacs.c: Use argv[0] instead of emacs when -t was specified.
3409
3410 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
3411 keyword].
3412 Fix typos in comments.
3413
3414 * emacs.c (bug_reporting_address): New function.
3415 Use it when displaying usage message.
3416
3417 * minibuf.c (read_minibuf): Remove unused external declaration of
3418 variable `Qread_only'.
3419
3420 * keymap.c (access_keymap): Remove unused variable `charset'.
3421
3422 2001-10-28 Miles Bader <miles@gnu.org>
3423
3424 * xfaces.c (merge_face_heights): Handle TO being relative as well.
3425 Remove #ifdef'd-out code.
3426 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
3427 (syms_of_xfaces): Initialize them.
3428
3429 2001-10-27 Jason Rumney <jasonr@gnu.org>
3430
3431 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
3432 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
3433 position using the system caret.
3434
3435 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
3436 (w32_system_caret_height, w32_system_caret_x)
3437 (w32_system_caret_y): New variables for tracking system caret.
3438 (w32_initialize): Initialize them.
3439 (x_display_and_set_cursor): Make system caret follow the active cursor.
3440
3441 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
3442 New messages types.
3443
3444 * w32term.c (note_mouse_highlight): Clear old help_echo.
3445
3446 2001-10-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3447
3448 * xterm.c: Fix typo in a comment.
3449
3450 * emacs.c: Fix typos in comments.
3451 Remove unnecessary spaces.
3452 Change doc-string comments to `new style' [w/`doc:' keyword].
3453 (USAGE2): Fix typos in usage string.
3454
3455 * xterm.c: Fix typo in a comment.
3456
3457 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
3458 emacs.c.
3459
3460 2001-10-27 Gerd Moellmann <gerd@gnu.org>
3461
3462 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
3463 instead of 1/2 line_height in the heuristic for skipping
3464 farther backward when target_y was not reached.
3465
3466 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
3467 Display errno only if non-zero.
3468 (sound_warning): New function.
3469 (vox_configure): Don't treat failing to set sample rate as error.
3470 (various places): Improve error messages.
3471
3472 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
3473
3474 * fileio.c (Faccess_file): Run the argument filename through
3475 Fexpand_file_name, before using it.
3476
3477 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
3478 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
3479
3480 2001-10-26 Gerd Moellmann <gerd@gnu.org>
3481
3482 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
3483
3484 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3485 Fix clearing in the case of scroll bars on the right.
3486
3487 2001-10-26 Juanma Barranquero <lektu@terra.es>
3488
3489 * w32gui.h (XImage): Add a dummy typedef.
3490
3491 2001-10-26 Gerd Moellmann <gerd@gnu.org>
3492
3493 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
3494
3495 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
3496
3497 * frame.c (Fframe_parameter): Fix last change.
3498
3499 * fileio.c: Revert last change (which removed old commented-out
3500 version of expand-file-name). Add a comment that explains why
3501 this old version should not be removed.
3502
3503 2001-10-25 Gerd Moellmann <gerd@gnu.org>
3504
3505 * frame.c (Fframe_parameter): Fix a bug whereby some
3506 ``artificial'' frame parameters, like `minibuffer' were not
3507 obtained by calling Fframe_parameters.
3508
3509 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
3510 cursor differently.
3511
3512 * xdisp.c (move_it_vertically_backward): Compute line height
3513 differently. Add heuristic to try to be more compatible to 20.x.
3514
3515 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
3516
3517 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
3518
3519 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
3520 boolean.
3521
3522 2001-10-25 Miles Bader <miles@gnu.org>
3523
3524 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
3525 BG is a pointer to a structure, not a structure.
3526 (gif_format, png_format): Add missing commas.
3527
3528 2001-10-24 Richard M. Stallman <rms@gnu.org>
3529
3530 * xfaces.c (Fface_attributes_as_vector): New function.
3531 (syms_of_xfaces): Defsubr it.
3532
3533 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3534
3535 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
3536 variable `area'.
3537
3538 2001-10-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3539
3540 * search.c (scan_newline): Remove unused variable `selective_display'.
3541
3542 2001-10-25 Miles Bader <miles@gnu.org>
3543
3544 * dispextern.h (struct image): Add `background',
3545 `background_valid', and `background_transparent' fields.
3546 (image_background, image_background_transparent): New declarations.
3547 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
3548 * xfns.c (image_background, image_background_transparent)
3549 (four_corners_best): New functions.
3550 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3551 (gs_format): Add `:background' entry.
3552 (lookup_image): Set IMG's background color if specified.
3553 (pbm_load, xbm_load_image, png_load): Set IMG's background field
3554 when appropriate.
3555 (x_clear_image_1): Reset `background_valid' and
3556 `background_transparent_valid' fields.
3557 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3558 calculating it here. Set IMG's background_transparent field.
3559 (enum xpm_keyword_index): Add XPM_BACKGROUND.
3560 (enum png_keyword_index): Add PNG_BACKGROUND.
3561 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3562 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3563 (enum gif_keyword_index): Add GIF_BACKGROUND.
3564 (enum gs_keyword_index): Add GS_BACKGROUND.
3565 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3566 Pre-calculate image background color where necessary.
3567 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3568 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3569 color to use for image glyph reliefs.
3570
3571 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3572
3573 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
3574 in full-width rows.
3575
3576 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3577 Fix clearing of area not covered by scroll bar.
3578
3579 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3580
3581 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
3582 and `real_start'.
3583 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
3584 (glyph_rect): Remove unused variable `area'.
3585
3586 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3587
3588 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
3589
3590 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
3591 (row_containing_pos): Take additional argument DY.
3592 Treat rows ending in middle of char differently.
3593 (display_line): Handle tabs on window systems differently.
3594
3595 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
3596 with additional argument.
3597
3598 * dispextern.h (row_containing_pos): Adjust prototype.
3599
3600 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
3601 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
3602 (try_window_id, try_window_reusing_current_matrix)
3603 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3604 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
3605
3606 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3607
3608 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3609 gnuemacs).
3610 (HAVE_BOXES): Fix typo in comment.
3611 (push_menu_pane): Fix typo in comment.
3612
3613 * xdisp.c: (display_prop_string_p): Remove unused local declaration
3614 of `Qwhen'.
3615 (single_display_prop_string_p): Remove unused local declarations
3616 of `Qwhen' and `Qmargin'.
3617 (string_buffer_position): Remove unused variable `around'.
3618 (store_frame_title): Remove unused variable `width'.
3619
3620 * window.c: Don't define max.
3621 (coordinates_in_window): Remove unused variable `uy'.
3622
3623 * widget.c: Don't define max.
3624
3625 * process.c: Don't define max.
3626 (create_process): Remove unused variable `buffer'.
3627
3628 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3629
3630 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
3631
3632 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * xfaces.c (Finternal_set_lisp_face_attribute)
3635 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
3636 frame is on a windowed display.
3637
3638 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3639
3640 * dispnew.c (sync_window_with_frame_matrix_rows):
3641 Fix handling of windows which aren't full-width, fix handling
3642 of marginal areas.
3643
3644 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
3645
3646 2001-10-23 Andreas Schwab <schwab@suse.de>
3647
3648 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
3649 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
3650
3651 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3652
3653 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
3654 REAL_END. Notice if cursor gets overwritten.
3655 (notice_overwritten_cursor): Take X positions as parameters.
3656 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3657 around call to x_draw_glyphs.
3658
3659 2001-10-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3660
3661 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3662 instead of C) and usage.
3663
3664 * editfns.c (char-to-string): Fix argument names (use CHAR instead
3665 of C) and usage.
3666
3667 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
3668 `left', `max_width' and `max_height'.
3669
3670 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3671
3672 * xdisp.c (display_line): For a tab continued to the next line,
3673 set row's ends_in_middle_of_char_p.
3674
3675 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3676
3677 * xdisp.c (display_line): Fix computation of continuation lines
3678 width for TABs.
3679
3680 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3681
3682 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3683 `Qlaplace'.
3684
3685 * fileio.c: Remove unused code.
3686
3687 2001-10-22 Miles Bader <miles@gnu.org>
3688
3689 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3690 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
3691 Remove `DOC_STRINGS_IN_COMMENTS' cases.
3692
3693 2001-10-21 Jason Rumney <jasonr@gnu.org>
3694
3695 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
3696
3697 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3698
3699 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
3700 (Finsert_string): Avoid the multi-line string literals warning.
3701
3702 2001-10-22 Miles Bader <miles@gnu.org>
3703
3704 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
3705 (Fdocumentation): Don't use it.
3706 (syms_of_doc): Don't initialize it.
3707
3708 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
3709 * print.c (Fwith_output_to_temp_buffer): Likewise.
3710 * window.c (Fsave_window_excursion): Likewise.
3711 * editfns.c (Fsave_excursion, Fsave_current_buffer)
3712 (Fsave_restriction): Likewise.
3713 * eval.c (Frun_hooks, Frun_hook_with_args)
3714 (Frun_hook_with_args_until_failure)
3715 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
3716 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
3717 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
3718 (Funwind_protect, Fcondition_case): Likewise.
3719 * coding.c (Ffind_operation_coding_system): Likewise.
3720 * keyboard.c (Ftrack_mouse): Likewise.
3721
3722 2001-10-21 Miles Bader <miles@gnu.org>
3723
3724 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
3725 (Fmake_hash_table): Add usage: string to doc string.
3726 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
3727 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
3728 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
3729 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
3730 (Fml_prefix_argument_loop): Likewise.
3731
3732 2001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3733
3734 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
3735
3736 * sysdep.c (init_sys_modes): Change doc-string comments to `new
3737 style' [w/`doc:' keyword].
3738
3739 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
3740 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
3741 comments to `new style' [w/`doc:' keyword].
3742
3743 2001-10-21 Jason Rumney <jasonr@gnu.org>
3744
3745 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
3746
3747 * w32term.c (remember_mouse_glyph): New function.
3748 (w32_mouse_position): Use it.
3749 (note_mouse_movement): If the mouse moved off the glyph, remember
3750 its new position.
3751
3752 * w32term.h (struct w32_output): Correct spelling of x_compatible.
3753 (w32_display_info): Add mouse_face_overlay.
3754
3755 * w32term.c (notice_overwritten_cursor): Renamed from
3756 note_overwritten_text_cursor. Rewritten to take glyph widths into
3757 account.
3758 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
3759 (fast_find_string_pos): New function.
3760 (fast_find_position): Return the correct vpos. Add parameter
3761 STOP. In the final row, stop before glyphs having STOP as object.
3762 Don't consider glyphs that are not from a buffer.
3763 (fast_find_position) [0]: Add a presumably more correct version
3764 for after 21.1.
3765 (expose_window_tree, expose_frame): Don't compute intersections here.
3766 (expose_window): Do it here instead.
3767 (expose_window_tree, expose_window, expose_line): Return 1 when
3768 overwriting mouse-face.
3769 (expose_window): If W is the window currently being updated, mark
3770 the frame garbaged.
3771 (expose_frame): If mouse-face was overwritten, redo it.
3772 (x_use_underline_position_properties): New variable.
3773 (syms_of_xterm): DEFVAR_BOOL it.
3774 (x_draw_glyph_string): Add comment to use it in future.
3775 (x_draw_glyph_string): Restore clipping after drawing box.
3776 Fix a computation of the underline position.
3777 (w32_get_glyph_string_clip_rect): Minor cleanup.
3778 (x_fill_stretch_glyph_string): Remove an assertion.
3779 (x_produce_glyphs): Don't convert multibyte characters
3780 to unibyte characters in unibyte buffers.
3781 (cursor_in_mouse_face_p): New function.
3782 (x_draw_stretch_glyph_string): Use it to choose a different GC
3783 when drawing a cursor within highlighted text. Don't draw
3784 background again if it has already been drawn.
3785 (x_draw_glyph_string_box): Don't draw a full-width
3786 box just because the glyph row's full_width_p flag is set.
3787 (x_draw_glyphs): Fix computation of rightmost x for
3788 full-width rows.
3789 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3790 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
3791 change bottom shadow accordingly. Some cleanup.
3792 (x_update_window_end): Handle overwritten mouse face
3793 also for tool bar windows.
3794 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
3795 DRAW is DRAW_IMAGE_RAISED.
3796 (clear_mouse_face): Return 1 if text with mouse face was
3797 actually redrawn. Make the function static. Reset
3798 dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
3799 optimize away highlighting if we pass over that same overlay again.
3800 (note_mouse_highlight): Call mouse_face_overlay_overlaps
3801 to detect a case where we have to highlight a different region
3802 despite not having left the currently highlighted region.
3803 Set mouse_face_overlay in the x_display_info. Avoid changing the
3804 mouse pointer shape when show_mouse_face has already done it, or
3805 there is no need. Handle mouse-face and help-echo in strings.
3806 (glyph_rect): New function.
3807 (w32_mouse_position): Use it to raise the threshold for mouse
3808 movement event generation.
3809 (w32_initialize_display_info): Initialize the x_display_info's
3810 mouse_face_overlay.
3811 (w32_set_vertical_scroll_bar): Don't clear a zero height
3812 or width area.
3813 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
3814 a widget to zero height.
3815
3816 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
3817 Protect unibyte strings created by replacing their multibyte
3818 equivalents in menu_items.
3819 (w32_menu_show): Don't overwrite an item's name with its key
3820 description in case the description is a multibyte string.
3821 (single_submenu): Some cleanup.
3822
3823 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
3824 (postprocess_image): New function.
3825 (lookup_image): Call it for all image types except PostScript.
3826 (x_kill_gs_process): Call postprocess_image.
3827 (tiff_error_handler, tiff_warning_handler): New functions.
3828 (tiff_load): Install them as handlers.
3829 (x_kill_gs_process): Recognize if someone has cleared the image
3830 cache under us.
3831 (valid_image_p): Protect better against invalid image
3832 specifications. Previous code could signal an error.
3833 (Fx_hide_tip, Fshow_tip): Doc fix.
3834 (Fv_max_tooltip_size): New variable.
3835 (syns_of_xfns): DEFVAR_LISP it.
3836 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
3837 window buffer to *tip* right after creating the frame. Set frame's
3838 window_width. Use a maximum tooltip size specified by
3839 Vx_max_tooltip_size, if that has valid contents.
3840 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
3841 Make sure the tooltip is completely visible.
3842 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3843 (Fx_create_frame): Adjust the frame's height for presence
3844 of the tool bar before calling x_figure_window_size.
3845 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
3846 when the window gets smaller.
3847 (x_set_foreground_color): Set frame's cursor_pixel.
3848 (x_set_foreground_color, x_set_background_color): Cleaned up.
3849 (x_set_font): Handle case of x_new_fontset returning the same name
3850 as before, although there was a change in fontsets.
3851
3852 2001-10-21 Miles Bader <miles@gnu.org>
3853
3854 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
3855 (Flogxor): Add usage: string to doc string.
3856 * charset.c (Fstring): Likewise.
3857 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
3858 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
3859
3860 2001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3861
3862 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
3863
3864 * alloc.c: Reindent DEFUNs with doc: keywords.
3865
3866 * abbrev.c (Finsert_abbrev_table_description): Reindent.
3867
3868 * frame.c: Change doc-string comments to `new style' [w/`doc:'
3869 keyword].
3870
3871 See ChangeLog.9 for earlier changes.
3872
3873 ;; Local Variables:
3874 ;; coding: iso-2022-7bit
3875 ;; End:
3876
3877 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3878 Copying and distribution of this file, with or without modification,
3879 are permitted provided the copyright notice and this notice are preserved.