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