]> code.delx.au - gnu-emacs/blob - src/ChangeLog
2006-10-07 Ralf Angeli <angeli@caeruleus.net>
[gnu-emacs] / src / ChangeLog
1 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
2
3 * w32fns.c (w32_createwindow): Honour left and top positions if
4 supplied explicitly.
5
6 2006-10-06 Kim F. Storm <storm@cua.dk>
7
8 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
9
10 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
11
12 * frame.c (Qinhibit_face_set_after_frame_default): New var.
13 (syms_of_frame): Initialize it.
14 (x_set_frame_parameters): Avoid resetting :font attributes to the
15 new-frame defaults.
16
17 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * lisp.h (clear_regexp_cache): Declare.
20
21 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
22 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
23 (clear_regexp_cache): Only flush those regexps which depend on
24 a syntax-table.
25
26 * regex.c (regex_compile): Set the new `used_syntax' bit.
27
28 * regex.h: Remove file local variables.
29 (struct re_pattern_buffer): New field `used_syntax'.
30
31 2006-10-03 Kim F. Storm <storm@cua.dk>
32
33 * process.c (list_processes_1): Run sentinels before removing dead
34 processes. Also remove `closed' network connections.
35
36 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
39
40 2006-09-30 Eli Zaretskii <eliz@gnu.org>
41
42 * config.in Regenerated.
43
44 2006-09-29 Juri Linkov <juri@jurta.org>
45
46 * buffer.c (syms_of_buffer): Reorder coding systems in the
47 docstring of %z to the real order displayed in the modeline.
48
49 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
52
53 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
54
55 * indent.c (Fvertical_motion): Do move back if the Lisp string
56 being displayed contains newlines.
57
58 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
59
60 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
61 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
62
63 2006-09-26 Kenichi Handa <handa@m17n.org>
64
65 * keymap.c (Fsingle_key_description): For an invalid char, return
66 "Invalid char code NNNNN".
67
68 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
69
70 * callint.c (Fcall_interactively): Doc fix.
71
72 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
73
74 * macterm.c (x_underline_at_descent_line): New variable.
75 (syms_of_macterm): DEFVAR_BOOL it.
76 (x_draw_glyph_string): Use it.
77 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
78
79 2006-09-25 Kenichi Handa <handa@m17n.org>
80
81 * keymap.c (Fsingle_key_description): Return unique names for
82 generic characters.
83
84 2006-09-24 Richard Stallman <rms@gnu.org>
85
86 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
87
88 2006-09-24 Eli Zaretskii <eliz@gnu.org>
89
90 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
91 on nt/inc/langinfo.h and nt/inc/nl_types.h.
92
93 * w32proc.c (nl_langinfo): New function.
94
95 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
96 (w32-pass-lwindow-to-system, w32-enable-num-lock)
97 (w32-enable-caps-lock, w32-scroll-lock-modifier)
98 (w32-lwindow-modifier, w32-rwindow-modifier)
99 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
100
101 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
102
103 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
104 (Fdisplay_completion_list): Fix typos in docstrings.
105
106 2006-09-23 Romain Francoise <romain@orebokech.com>
107
108 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
109
110 2006-09-23 Kenichi Handa <handa@m17n.org>
111
112 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
113
114 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * regex.c (analyse_first): For eight-bit-control chars, mark both the
117 char's value and its leading byte in the fastmap.
118 (re_search_2): When fast-scanning without translation, be careful to
119 check that we only match the leading byte of a multibyte char.
120
121 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
122 byte sequence.
123 (AT_CHAR_BOUNDARY): New macro.
124
125 2006-09-22 Kenichi Handa <handa@m17n.org>
126
127 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
128 whose default value is non-nil.
129
130 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
131
132 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
133 Gtk+ versions < 2.10.
134
135 * xfns.c (syms_of_xfns): Fix typo in help text for
136 x-gtk-file-dialog-help-text.
137
138 2006-09-21 Kim F. Storm <storm@cua.dk>
139
140 * fns.c (Fmemq): Refill doc string.
141 (Fmemql): New defun, like memq but using eql.
142 (syms_of_fns): Defsubr it.
143
144 2006-09-20 Kim F. Storm <storm@cua.dk>
145
146 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
147 last visible glyph in window.
148
149 * window.c (Fset_window_hscroll, Fwindow_line_height):
150 Doc fix. Use "off-window" instead of "off-screen".
151 (Fpos_visible_in_window_p): Likewise.
152 If POS is t, return info for last visible glyph in window.
153
154 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
155
156 * search.c (struct regexp_cache): New entry syntax_table.
157 (compile_pattern_1): Set it.
158 (syms_of_search): Initialize it.
159 (compile_pattern): Require the syntax_table entry of the cache
160 element to match the current syntax table entry.
161
162 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * window.c (Fwindow_end): Fix recent change.
165
166 2006-09-19 Kim F. Storm <storm@cua.dk>
167
168 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
169 Doc fix. Use "off-screen" instead of "invisible".
170 (Fwindow_line_height): Make line numbers 0-based. Make line arg
171 optional; if nil, use current cursor row. Handle text terminals
172 properly. Return nil if non-interactive or pseudo-window.
173
174 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * keymap.c: Include alloca.h if available.
177 (Fkey_binding): Only use AREF after checking it's a vector.
178 Remove unused var `window'.
179
180 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
181
182 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
183 inhibit_sentinels.
184
185 * mac.c [!MAC_OSX] (select): Fix argument name.
186
187 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
188 menu ID for Apple menu.
189 (menubar_selection_callback): Remove function.
190 (find_and_call_menu_selection): New function from xmenu.c.
191 (x_activate_menubar): Use it.
192 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
193
194 * macterm.c (menubar_selection_callback): Remove extern.
195 (M_APPLE): Change to 234.
196 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
197 (do_menu_choice): Remove function.
198
199 * macterm.h (struct mac_output): Remove member menubar_active.
200 (do_menu_choice): Remove extern.
201 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
202
203 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
204
205 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
206 x_gtk_file_dialog_help_text.
207
208 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
209 to x-gtk-use-old-file-dialog.
210 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
211 x_gtk_file_dialog_help_text.
212
213 * xfns.c (syms_of_xfns): Ditto.
214
215 2006-09-18 Kim F. Storm <storm@cua.dk>
216
217 * window.c (Fwindow_line_visibility): Remove.
218 (Fwindow_line_height): New defun replacing it.
219 (syms_of_window): Defsubr it.
220
221 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
222
223 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
224 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
225
226 2006-09-17 Jay Belanger <belanger@truman.edu>
227
228 * gmalloc.c:
229 * md5.c:
230 * md5.h:
231 * strftime.c: Replace "GNU Library General Public License" by "GNU
232 General Public License" throughout.
233
234 2006-09-17 Kim F. Storm <storm@cua.dk>
235
236 * dispnew.c (update_text_area): Undo 2000-07-18 change.
237 Always redrawing whole row if line has mouse-face in it causes
238 excessive flickering of the mode line.
239
240 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
241
242 * search.c (clear_regexp_cache): New function.
243
244 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
245
246 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
247
248 * gtkutil.c (xg_get_file_with_chooser):
249 Check x-gtk-show-chooser-help-text before adding the help text.
250
251 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
252
253 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
254 will simply crash if we fail.
255
256 2006-09-16 Richard Stallman <rms@gnu.org>
257
258 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
259
260 2006-09-15 Kim F. Storm <storm@cua.dk>
261
262 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
263 (syms_of_window): Defsubr it.
264 (Fwindow_end): Use window's buffer rather than current buffer.
265
266 2006-09-15 Jay Belanger <belanger@truman.edu>
267
268 * COPYING: Replace "Library Public License" by "Lesser Public
269 License" throughout.
270
271 2006-09-15 David Kastrup <dak@gnu.org>
272
273 * Makefile.in (keymap.o): Add "keymap.h" and "window.h"
274 dependencies.
275
276 * keymap.c: include "window.h".
277 (Fcommand_remapping): New optional POSITION argument.
278 (Fkey_binding): New optional POSITION argument. Completely rework
279 handling of mouse clicks to get the same order of keymaps as
280 `read-key-sequence' and heed POSITION. Also temporarily switch
281 buffers to location of mouse click and back.
282
283 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
284 for additional argument.
285 (parse_menu_item): Adjust call of `Fkey_binding' for additional
286 argument.
287 (read_key_sequence): If there are both `local-map' and `keymap'
288 text properties at some buffer position, heed both.
289
290 * keymap.h: Declare additional optional arguments of
291 `Fcommand_remapping' and `Fkey_binding'.
292
293 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
294
295 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
296
297 2006-09-14 Andreas Schwab <schwab@suse.de>
298
299 * print.c: Whitespace fixup.
300
301 2006-09-14 Kim F. Storm <storm@cua.dk>
302
303 * xdisp.c (produce_image_glyph): Automatically crop wide images at
304 right window edge so we can draw the cursor on the same row to
305 avoid confusing redisplay by placing the cursor outside the visible
306 window area.
307
308 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
309
310 * xterm.c (x_initialize): Don't install Xt event timer here.
311 (x_timeout_atimer_activated_flag): New var.
312 (x_activate_timeout_atimer): New function to install Xt timer.
313 (x_send_scroll_bar_event, x_process_timeouts): Use it.
314
315 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
316 (create_and_show_popup_menu, create_and_show_dialog): Use it.
317
318 * xterm.h (x_activate_timeout_atimer): Add prototype.
319
320 2006-09-13 Richard Stallman <rms@gnu.org>
321
322 * print.c (print_string): When printcharfun is t,
323 copy string contents and call strout on the copy.
324
325 * keyboard.c (read_char): If end_time specified, don't put the
326 event into this_command_keys.
327 (read_key_sequence): If Voverriding_terminal_local_map is specified,
328 don't check Voverriding_local_map at all.
329
330 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * textprop.c (Fnext_property_change, Fnext_single_property_change)
333 (Fprevious_property_change, Fprevious_single_property_change):
334 Avoid changing limit, so we can correctly catch the case where the
335 property is constant up to limit.
336
337 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
338
339 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
340 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
341 Undo 2006-09-08 change.
342
343 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
344
345 * keymap.c (Fkey_binding): Use string position for string objects.
346
347 2006-09-11 Kim F. Storm <storm@cua.dk>
348
349 * keymap.c (Fkey_binding): Fix last change.
350
351 * editfns.c (Fmessage): Recommend using (message "%s" ...).
352
353 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
354
355 * keymap.c (Fkey_binding): Check for local keymap for mouse click
356 events.
357
358 2006-09-10 Kim F. Storm <storm@cua.dk>
359
360 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
361 and Vunread_post_input_method_events.
362
363 * dispnew.c (Fredisplay): Document return value.
364
365 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
366
367 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
368
369 * gtkutil.c (xg_display_close): Always change default display if needed,
370 check for < Gtk+ version 2.10 before calling gdk_display_close.
371
372 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
373
374 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
375 Make variable `ofds' static. Remove variable `maxfd'.
376
377 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
378 Call check_mac.
379
380 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
381 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
382 Apply 2006-09-08 change for xmenu.c.
383
384 * xfns.c (Fx_file_dialog): Call check_x.
385
386 2006-09-10 Kim F. Storm <storm@cua.dk>
387
388 * xdisp.c (get_window_cursor_type): Use hollow cursor on
389 non-transparent images.
390
391 2006-09-09 Eli Zaretskii <eliz@gnu.org>
392
393 * editfns.c (Fsystem_name): Mention "host" in the doc string.
394 (syms_of_editfns) <system-name>: Likewise.
395
396 2006-08-27 Martin Rudalics <rudalics@gmx.at>
397
398 * xdisp.c (mouse_autoselect_window): Remove.
399 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
400
401 * dispextern.h (mouse_autoselect_window): Remove extern.
402 (Vmouse_autoselect_window): Add extern.
403
404 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
405 instead of mouse_autoselect_window.
406
407 * msdos.c (dos_rawgetc): Likewise.
408
409 * w32term.c (w32_read_socket): Likewise.
410
411 * xterm.c (handle_one_xevent): Likewise.
412
413 2006-09-08 Richard Stallman <rms@gnu.org>
414
415 * xdisp.c (Vmenu_updating_frame): Define here.
416 (syms_of_xdisp): DEFVAR it here.
417 (update_menu_bar): Always return hooks_run.
418 Set Vmenu_updating_frame.
419
420 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
421 before calculating SELECTED_FRAME.
422
423 * xmenu.c (Vmenu_updating_frame): Don't define here.
424 (syms_of_xmenu): Don't DEFVAR it here.
425
426 * xterm.c (x_error_quitter): For BadName error, just return.
427
428 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
429
430 * casetab.c (init_casetab_once): Call set_case_table.
431
432 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
433
434 * process.c (inhibit_sentinels): New variable.
435 (exec_sentinel): Test inhibit_sentinels.
436 (init_process): Initialize it.
437
438 * process.h (inhibit_sentinels): Add decl.
439
440 * search.c (looking_at_1, string_match_1, search_command):
441 Make syntax table's canon table point to eqv table.
442
443 2006-09-08 Andreas Schwab <schwab@suse.de>
444
445 * print.c (strout): Fix whitespace.
446
447 2006-09-08 Kim F. Storm <storm@cua.dk>
448
449 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
450
451 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
452
453 * mac.c [!MAC_OSX]: Don't include keyboard.h.
454 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
455 in the same BLOCK_INPUT block, in case that some input has already
456 been read asynchronously. Pretend to be interrupted by a signal
457 if some input is available.
458 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
459 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
460 Now used for ReceiveNextEvent timeout instead of select timeout.
461 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
462 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
463 support. Quit event loop.
464 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
465 connect support. Reuse previously allocated CFRunLoopSource.
466 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
467 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
468
469 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
470 Specify kWindowAsyncDragAttribute.
471
472 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
473 (mac_get_ideal_size): New functions.
474 (x_set_offset, x_set_window_size, x_make_frame_visible)
475 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
476 (install_window_handler, mac_handle_window_event)
477 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
478 kEventWindowBoundsChanged.
479 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
480 DragWindow.
481
482 2006-09-07 Andreas Schwab <schwab@suse.de>
483
484 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
485 use lib64 instead of lib.
486
487 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * Makefile.in: Avoid double quotes when possible.
490
491 2006-09-06 Kenichi Handa <handa@m17n.org>
492
493 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
494 a Lisp string from the result of emacs_memftimeu call.
495
496 2006-09-06 Kim F. Storm <storm@cua.dk>
497
498 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
499 so calculate heights even when pos-visible-in-window-p is called
500 with partially = t. Don't overshoot last_visible_y in move_it_to.
501 Return row height and row number in new rowh and vpos args.
502 (cursor_row_fully_visible_p): First line is always "fully visible".
503 (try_window): Don't clear matrix if vscrolled.
504
505 * lisp.h (pos_visible_p): Update prototype.
506
507 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
508 Return row height and row number for partially visible rows.
509 Modify return value to a 2 element list for fully visible rows and
510 6 for partially visible row.
511 (window_scroll_pixel_based): Use pos_visible_p directly instead of
512 Fpos_visible_in_window_p. Fix auto vscrolling for partially
513 visible lines. Only vscroll backwards if already vscrolled
514 forwards. Unconditionally vscroll forwards if PT is first (and
515 only) line. Set new window start instead of scrolling at
516 start/end of tall line.
517
518 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
519
520 * macterm.c (install_window_handler, mac_handle_window_event)
521 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
522 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
523 ASCII keystroke event.
524
525 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
526
527 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
528 the file chooser message. Only call gtk_file_chooser_set_current_name
529 when action is SAVE.
530
531 2006-09-04 Andreas Schwab <schwab@suse.de>
532
533 * Makefile.in: Double all single and back quotes in C-style
534 comments to help fontifier.
535
536 2006-09-03 Jason Rumney <jasonr@gnu.org>
537
538 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
539 (globals_of_w32): Register it as a signal handler.
540
541 2006-09-02 Juri Linkov <juri@jurta.org>
542
543 * marker.c (Fmarker_position): Doc fix.
544
545 2006-09-03 Eli Zaretskii <eliz@gnu.org>
546
547 * window.c (syms_of_window) <split-height-threshold>:
548 <window-min-height, window-min-width>: Doc fix.
549
550 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
551
552 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
553 for writing files. Call gtk_file_chooser_set_current_name to keep
554 default filename.
555
556 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
557
558 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
559
560 * fns.c (concat) [__GNUC__]: Declare with
561 `__attribute__((noinline))'.
562
563 * eval.c (apply1, call2) [__GNUC__]: Declare with
564 `__attribute__((noinline))'.
565
566 2006-09-02 Stuart D. Herring <herring@lanl.gov>
567
568 * minibuf.c (Finternal_complete_buffer): New function.
569 (syms_of_minibuf): Defsubr it.
570 (Fread_buffer): Use it, instead of Vbuffer_alist.
571
572 2006-09-01 Martin Rudalics <rudalics@gmx.at>
573
574 * buffer.h (struct buffer_text): New field chars_modiff.
575 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
576 * buffer.c (Fbuffer_chars_modified_tick): New function returning
577 value of BUF_CHARS_MODIFF.
578 (syms_of_buffer): Defsubr it.
579 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
580 * insdel.c (modify_region): New argument preserve_chars_modiff.
581 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
582 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
583 (adjust_after_replace, adjust_after_replace_noundo)
584 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
585 * lisp.h (modify_region): Add fourth argument in extern.
586 * casefiddle.c (casify_region): Call modify_region with fourth
587 argument zero to assert that CHARS_MODIFF is updated.
588 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
589 (Ftranspose_regions): Likewise.
590 * textprop.c (Fadd_text_properties, Fset_text_properties)
591 (Fremove_text_properties, Fremove_list_of_text_properties):
592 Call modify_region with fourth argument 1 to avoid that
593 CHARS_MODIFF is updated.
594
595 2006-08-31 Richard Stallman <rms@gnu.org>
596
597 * editfns.c (Fformat): Don't sign-extend for %o or %x.
598
599 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
600
601 * indent.c (Fvertical_motion): Don't move back if we were
602 displaying a Lisp string, either.
603
604 2006-08-28 Kim F. Storm <storm@cua.dk>
605
606 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
607 Don't attempt to replace cursor on image glyphs.
608
609 2006-08-28 Kenichi Handa <handa@m17n.org>
610
611 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
612 docstring about ISO-2022 control characters.
613
614 2006-08-28 Kim F. Storm <storm@cua.dk>
615
616 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
617 with a hollow box cursor if image is larger than 32x32 (or the default
618 frame font if that is bigger). Replace any other cursor on images
619 with hollow box cursor, as redisplay doesn't support bar and hbar
620 cursors on images.
621
622 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
623
624 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
625 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
626
627 * dired.c (directory_files_internal_unwind, directory_files_internal)
628 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
629
630 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
631 of OSErr.
632
633 * keyboard.c (in_sighandler): Remove variable.
634 (Fcurrent_idle_time): Add missing `doc:'.
635 (input_available_signal, init_keyboard): Undo previous change.
636
637 * keyboard.h (in_sighandler): Remove extern.
638
639 * mac.c (create_apple_event_from_event_ref, select)
640 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
641 (Fmac_set_file_type, cfstring_create_normalized)
642 (mac_get_system_locale, select_and_poll_event, sys_select):
643 Use OSStatus instead of OSErr.
644
645 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
646 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
647 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
648
649 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
650 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
651 (get_scrap_private_timestamp, get_scrap_target_type_list)
652 (x_own_selection, x_get_foreign_selection)
653 (Fx_disown_selection_internal, Fx_selection_owner_p)
654 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
655
656 * macterm.c (mac_draw_string_common, mac_query_char_extents)
657 (x_iconify_frame, XLoadQueryFont, install_window_handler)
658 (mac_handle_command_event, init_command_handler, init_menu_bar):
659 Use OSStatus instead of OSErr.
660 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
661 FRAME_FILE_NAME.
662 (x_query_font): Apply 2006-08-04 change for xterm.c.
663 (Qhi_command): Rename from Qhicommand. All uses changed.
664
665 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
666 file_name.
667 (FRAME_FILE_NAME): Remove macro.
668 (install_window_handler, create_apple_event_from_event_ref):
669 Return OSStatus instead of OSErr.
670
671 2006-08-26 Kim F. Storm <storm@cua.dk>
672
673 * buffer.c (Fset_buffer_multibyte):
674 * editfns.c (Fcurrent_time, Fget_internal_run_time):
675 * macfns.c (Fxw_color_values):
676 * w32fns.c (Fxw_color_values):
677 * xfns.c (Fxw_color_values): Simplify; use list3.
678
679 * fileio.c (Fmake_directory_internal, Fdelete_directory)
680 (Fdelete_file): Simplify; use list1.
681 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
682 Simplify; remove NO_ARG_ARRAY stuff, use list2.
683
684 2006-08-25 Richard Stallman <rms@gnu.org>
685
686 * buffer.c (Fswitch_to_buffer): Fix previous change.
687
688 2006-08-25 Kim F. Storm <storm@cua.dk>
689
690 * keyboard.c (Fcurrent_idle_time): Simplify.
691
692 2006-08-25 Richard Stallman <rms@gnu.org>
693
694 * fns.c (sxhash_string): Rotate properly; don't lose bits.
695
696 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
697
698 * xdisp.c (overline_margin): New variable.
699 (x_produce_glyphs): Use it.
700 (syms_of_xdisp): DEFVAR_INT it.
701
702 * xterm.c (x_underline_at_descent_line): New variable.
703 (syms_of_xterm): DEFVAR_BOOL it.
704 (x_draw_glyph_string): Use it.
705 Draw underline and overline up to the end of line if the face
706 extends to the end of line.
707
708 * macterm.c: Likewise.
709
710 * w32term.c: Likewise.
711
712 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
713
714 * buffer.c (Fswitch_to_buffer): Move buffer to front of
715 buffer-alist if necessary.
716
717 2006-08-22 Kim F. Storm <storm@cua.dk>
718
719 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
720 number of items changes.
721
722 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
725
726 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
727
728 * keyboard.c: Clarify difference between in_sighandler and
729 handling_signal.
730
731 2006-08-21 Kim F. Storm <storm@cua.dk>
732
733 * macterm.c (x_draw_stretch_glyph_string):
734 * w32term.c (x_draw_stretch_glyph_string):
735 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
736 stretch glyph in left marginal areas on header and mode lines.
737
738 2006-08-21 Kenichi Handa <handa@m17n.org>
739
740 * keyboard.c (syms_of_keyboard): Docstring of
741 Vunread_post_input_method_events and Vunread_input_method_events
742 fixed.
743
744 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
745
746 * keyboard.c (show_help_echo): Preserve mouse movement flag if
747 tracking mouse.
748
749 2006-08-20 Richard Stallman <rms@gnu.org>
750
751 * xfaces.c (load_pixmap): Add quotes in error message.
752
753 * keyboard.c (Fcurrent_idle_time): New function.
754 (syms_of_keyboard): defsubr it.
755
756 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
757
758 * window.c (Fset_window_fringes): Do nothing on a tty.
759 (Fwindow_fringes): Put ? operator after the line break.
760
761 2006-08-16 Andreas Schwab <schwab@suse.de>
762
763 * print.c (debug_output_compilation_hack): Fix return type.
764
765 2006-08-16 Richard Stallman <rms@gnu.org>
766
767 * print.c (debug_output_compilation_hack): New function.
768
769 2006-08-16 Kenichi Handa <handa@m17n.org>
770
771 * fileio.c (choose_write_coding_system): Use LF for end-of-line
772 in auto-saving.
773
774 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
775
776 * keyboard.c (read_char): Don't change idle timer state at all if
777 end_time is supplied.
778
779 2006-08-15 Kenichi Handa <handa@m17n.org>
780
781 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
782 is exhausted, return with RET.
783 (detect_coding_emacs_mule, detect_coding_iso2022)
784 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
785 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
786 change.
787
788 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
789
790 * keyboard.c (read_char): Don't reset idle timers if a time limit
791 is supplied.
792
793 2006-08-14 Kim F. Storm <storm@cua.dk>
794
795 * .gdbinit (pitx): Print iterator position.
796 Limit stack dump in case iterator is not initialized.
797
798 2006-08-12 Eli Zaretskii <eliz@gnu.org>
799
800 * frame.c (Fmouse_position, Fmouse_pixel_position)
801 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
802
803 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
804
805 * xselect.c (Fx_register_dnd_atom): New function.
806 (syms_of_xselect): Defsubr it.
807 (x_handle_dnd_message): Check that message_type is in
808 dpyinfo->x_dnd_atoms before generating lisp event.
809
810 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
811 of drag and drop Atoms.
812
813 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
814
815 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
816
817 * keyboard.c: Define in_sighandler.
818 (input_available_signal): Set in_sighandler.
819 (init_keyboard): Initialize in_sighandler.
820
821 * keyboard.h: Declare in_sighandler.
822
823 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
824 to check if mutex should be locked or not.
825
826 2006-08-09 Richard Stallman <rms@gnu.org>
827
828 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
829 (read_key_sequence): Always start fkey.start and fkey.end at 0,
830 and likewise for keytran.
831
832 2006-08-09 Kenichi Handa <handa@m17n.org>
833
834 * coding.c (syms_of_coding): Improve the docstring
835 file-coding-system-alist.
836
837 2006-08-07 Andreas Schwab <schwab@suse.de>
838
839 * puresize.h (BASE_PURESIZE): Increase to 1120000.
840
841 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
842
843 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
844 (Fkill_all_local_variables): Use it.
845 (syms_of_buffer): Defvar it.
846
847 2006-08-05 Eli Zaretskii <eliz@gnu.org>
848
849 * w32.c (w32_valid_pointer_p): New function.
850
851 * w32.h: Add prototype for w32_valid_pointer_p.
852
853 * alloc.c: Include w32.h.
854 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
855 the job.
856
857 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
858 is exactly equal to end_time, not only when it is past that.
859
860 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
861
862 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
863
864 * process.c: Reapply 2006-08-01 change.
865
866 2006-08-04 Eli Zaretskii <eliz@gnu.org>
867
868 * w32fns.c (w32_query_font): Fix last change: use stricmp.
869
870 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
873 the before-change-functions since they may have altered the buffer.
874
875 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
876
877 * w32fns.c (w32_createwindow): Handle -geometry command line option
878 and the geometry settings in the Registry.
879
880 2006-08-04 Kenichi Handa <handa@m17n.org>
881
882 * w32fns.c (w32_query_font): Compare names by ignoring case.
883
884 * xterm.c (x_query_font): Compare names by ignoring case.
885
886 2006-08-03 Jason Rumney <jasonr@gnu.org>
887
888 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
889 when no option selected.
890
891 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
892
893 * process.c: Revert last change.
894
895 2006-08-01 Kim F. Storm <storm@cua.dk>
896
897 * process.c (wait_reading_process_output_unwind): New function.
898 Restores waiting_for_user_input_p to saved value.
899 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
900 instead of save/restore old value on stack.
901
902 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
903
904 * editfns.c: Undo 2006-06-27 change.
905
906 2006-07-29 Eli Zaretskii <eliz@gnu.org>
907
908 * coding.c (Ffind_operation_coding_system): Revert the change from
909 2006-05-29.
910
911 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
912
913 2006-07-28 Richard Stallman <rms@gnu.org>
914
915 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
916 Add conditional aborts for clarity.
917
918 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
919 Used to avoid running the hooks over and over for each frame.
920 (prepare_menu_bars): Pass value from update_menu_bar
921 as HOOKS_RUN of next call.
922
923 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
924
925 2006-07-28 Kim F. Storm <storm@cua.dk>
926
927 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
928 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
929
930 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
931
932 * keyboard.c (read_char): New arg END_TIME specifying timeout.
933 All callers changed. Turn off echoing if END_TIME is non-NULL.
934 (kbd_buffer_get_event): New arg END_TIME.
935
936 * lread.c (read_filtered_event): New arg SECONDS to wait until.
937 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
938
939 * lisp.h: Update read-char, read-event, and read_filtered_event
940 prototypes.
941
942 * keyboard.h: Include systime.h. Update read_char prototype.
943
944 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
945
946 * alloc.c (find_string_data_in_pure): New function.
947 (make_pure_string): Use it to reuse existing string data if possible.
948
949 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
950
951 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * keymap.c (Fdefine_key): If the key binding definition looks like an
954 XEmacs-style key sequence, convert it to Emacs's format.
955
956 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
957
958 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
959 parameters are bound to some values, use that instead of
960 CW_USEDEFAULT.
961
962 2006-07-21 Eli Zaretskii <eliz@gnu.org>
963
964 * w32.c (convert_time): Use explicit long double constants to
965 ensure long double arithmetics is used throughout.
966
967 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
968
969 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
970 (init_alloc_once): Initialize them.
971 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
972 without alignment.
973
974 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
975
976 2006-07-18 Francis Litterio <franl@world.std.com>
977
978 * w32term.c (x_calc_absolute_position): Fix frame positioning
979 with negative X/Y coordinates.
980
981 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
982
983 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
984
985 * textprop.c (text_read_only): Likewise.
986
987 * lread.c (end_of_file_error): Likewise.
988
989 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
990 Likewise.
991
992 * eval.c (unwind_to_catch): Likewise.
993
994 * buffer.h (buffer_slot_type_mismatch): Likewise.
995
996 2006-07-18 Kim F. Storm <storm@cua.dk>
997
998 Cleanup Fsignal calls that never returns; now only use it for Qquit.
999
1000 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
1001 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
1002 (signal_error): New no-return function (from xfaces.c).
1003 (Fthrow): Use xsignal2 instead of Fsignal + abort.
1004 (error): Use xsignal1 instead of Fsignal + abort.
1005 (FletX, Flet, grow_specpdl): Use signal_error.
1006 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
1007
1008 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
1009 (list1): New function.
1010
1011 * lisp.h (list1): Add EXFUN.
1012 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
1013 Add prototypes. Mark them as no-return.
1014
1015 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
1016 Use xsignal1.
1017
1018 * callint.c (check_mark): Use xsignal0.
1019
1020 * casefiddle.c (casify_object): wrong_type_argument is no-return.
1021
1022 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
1023
1024 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
1025 (Fdefine_coding_system_internal): Use xsignal1.
1026
1027 * data.c (circular_list_error): Use xsignal.
1028 (wrong_type_argument): Use xsignal2. Don't care about return value.
1029 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
1030 Remove loop around Fsignal.
1031 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
1032 (indirect_function, Findirect_function, Fstring_to_number)
1033 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
1034 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
1035 Use xsignal0.
1036
1037 * doc.c (Fdocumentation): Use xsignal1.
1038
1039 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
1040
1041 * fileio.c (report_file_error): Use xsignal.
1042 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
1043 (Finsert_file_contents): Use xsignal2.
1044 (syms_of_fileio): Use list2, list3.
1045
1046 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
1047 (range_error2, domain_error2): Use xsignal3.
1048 (rounding_driver, fmod_float): Use xsignal0.
1049 (float_error): Use xsignal1.
1050 (matherr): Use xsignal.
1051
1052 * fns.c (Flength): wrong_type_argument is no-return.
1053 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
1054 (Fmd5): Use xsignal1.
1055
1056 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
1057
1058 * keyboard.c (recursive_edit_1): Use xsignal1.
1059
1060 * keymap.c (Fmap_keymap): Use xsignal1.
1061
1062 * lread.c (Fload): Use xsignal2, signal_error.
1063 (end_of_file_error): Use xsignal0, xsignal1.
1064 (read0): Use xsignal1.
1065 (invalid_syntax): New error function marked no-return.
1066 (read_integer, read1, read_list): Use it.
1067
1068 * macselect.c (x_get_local_selection): Use signal_error.
1069
1070 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
1071
1072 * search.c (compile_pattern_1): Use xsignal1.
1073 (signal_failure): Remove (was only called once).
1074 (search_command): Use xsignal1 instead of signal_failure.
1075
1076 * syntax.c (scan_lists): Use xsignal3.
1077
1078 * textprop.c (text_read_only): Use xsignal0, xsignal1.
1079
1080 * unexsol.c (unexec): Use xsignal.
1081
1082 * window.c (window_scroll_pixel_based, window_scroll_line_based):
1083 Use xsignal0.
1084
1085 * xfaces.c (signal_error): Move to eval.c.
1086 (resolve_face_name): Use xsignal1.
1087
1088 * xfns.c (x_decode_color): Use signal_error.
1089
1090 * xselect.c (x_get_local_selection, copy_multiple_data)
1091 (x_get_window_property_as_lisp_data)
1092 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
1093 (Fx_get_cut_buffer_internal): Use signal_error.
1094
1095 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1096
1097 * macterm.c (XTread_socket): Undo previous change.
1098
1099 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1100
1101 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
1102 directly lookup keycode_to_xkeysym_table.
1103 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
1104 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
1105 (XTread_socket): Use character codes to construct keypad key events.
1106 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
1107 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1108
1109 2006-07-17 Richard Stallman <rms@gnu.org>
1110
1111 * keyboard.c (Vcommand_error_function): New variable.
1112 (syms_of_keyboard): Defvar it.
1113 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1114
1115 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1116
1117 2006-07-17 Kim F. Storm <storm@cua.dk>
1118
1119 * xdisp.c (handle_single_display_spec): Ensure the right value of
1120 it->position is saved by push_it.
1121 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1122 (reseat_1): Don't setup it->object twice.
1123 (set_iterator_to_next): No need to set it->object after pop_it.
1124 (move_it_to): Explicitly check to see if last move reached to_charpos.
1125
1126 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1127
1128 * xdisp.c (display_mode_line): Preserve match data.
1129
1130 2006-07-14 Kim F. Storm <storm@cua.dk>
1131
1132 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1133 (init_winsock): Load them. Use ws2_32.dll.
1134 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1135 (sys_accept): Undo last change. Instead, set child status to
1136 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1137 sys_select will wakeup the reader thread.
1138 (_sys_wait_accept): New function used by reader thread to wait for
1139 an incoming connection on a server socket.
1140
1141 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1142
1143 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1144 server socket (FILE_LISTEN flag).
1145
1146 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1147
1148 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1149
1150 2006-07-14 Kim F. Storm <storm@cua.dk>
1151
1152 * w32.c: Fix high cpu load for server sockets.
1153 (pfn_WSAEventSelect): New function ptr.
1154 (init_winsock): Load it.
1155 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1156 char_avail event object to FD_ACCEPT.
1157 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1158 socket's char_avail event object to FD_READ|FD_CLOSE.
1159
1160 * w32.h (FILE_LISTEN): New filedesc flag value.
1161
1162 2006-07-13 Kim F. Storm <storm@cua.dk>
1163
1164 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1165 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1166 Simplify loops and use CAR for Bnth and Belt.
1167
1168 * data.c (Findirect_function): Optimize for no indirection.
1169
1170 * eval.c (Fthrow): Remove loop around Fsignal.
1171 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1172 Use original function name in all signaled errors.
1173 Simplify Fsignal calls (no return).
1174 (funcall_lambda): Simplify Fsignal calls (no return).
1175
1176 2006-07-13 Andreas Schwab <schwab@suse.de>
1177
1178 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1179 out_charpos.
1180
1181 2006-07-13 Kenichi Handa <handa@m17n.org>
1182
1183 * editfns.c (Fformat): Fix calculation of text property positions
1184 of format string.
1185
1186 2006-07-12 Kim F. Storm <storm@cua.dk>
1187
1188 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1189 (CAR_SAFE, CDR_SAFE): New macros.
1190 (ARRAYP, CHECK_ARRAY): New macros.
1191 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1192 (CHECK_WINDOW_CONFIGURATION): New macro.
1193 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1194 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1195 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1196 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1197 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1198 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1199 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1200 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1201
1202 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1203 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1204
1205 * callint.c (Fcall_interactively):
1206 * casefiddle.c (casify_object):
1207 * editfns.c (general_insert_function):
1208 * fns.c (Flength, Felt, Ffillarray):
1209 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1210
1211 * data.c (wrong_type_argument): Remove loop around Fsignal.
1212 (Farrayp, Fsequencep): Use ARRAYP.
1213 (Fcar): Use CAR.
1214 (Fcar_safe): Use CAR_SAFE.
1215 (Fcdr): Use CDR.
1216 (Fcdr_safe): Use CDR_SAFE.
1217 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1218 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1219 (Faset): Use CHECK_ARRAY.
1220
1221 * fns.c (Felt): Use CHECK_ARRAY.
1222 (concat): Use CHECK_NUMBER.
1223 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1224 (Fmemq): Use CHECK_LIST.
1225 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1226 (assq_no_quit): Use CAR_SAFE.
1227 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1228 Use CHECK_LIST_CONS.
1229 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1230
1231 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1232
1233 * casetab.c (check_case_table):
1234 * category.c (check_category_table):
1235 * marker.c (Fcopy_marker):
1236 * syntax.c (check_syntax_table):
1237 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1238
1239 * fns.c (Fcopy_sequence, concat):
1240 * fringe.c (Fdefine_fringe_bitmap):
1241 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1242
1243 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1244
1245 * keymap.c (Fdefine_key, Flookup_key):
1246 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1247
1248 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1249
1250 * search.c (Fset_match_data): Use CHECK_LIST.
1251
1252 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1253
1254 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1255 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1256
1257 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1258
1259 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1260
1261 * dired.c: Include blockinput.h.
1262 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1263
1264 * editfns.c: Include blockinput.h.
1265 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1266 getpwuid/getpwnam.
1267
1268 * fileio.c: Include blockinput.h.
1269 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1270 around getpwnam.
1271 (search_embedded_absfilename): Remove spurious xfree.
1272
1273 2006-07-11 Kim F. Storm <storm@cua.dk>
1274
1275 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1276 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1277 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
1278 Signal error if TIMEOUT is not a number.
1279 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1280 The rework of sit_for args also fixes several incorrect Qt args
1281 which should have been 1.
1282 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1283 detect_input_pending_run_timers.
1284
1285 * lisp.h (sit_for): Update prototype.
1286 (Fredisplay): Add EXFUN.
1287
1288 * dispextern.h (sit_for): Remove prototype.
1289
1290 * callint.c (Fcall_interactively):
1291 * minibuf.c (temp_echo_area_glyphs):
1292 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1293 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1294
1295 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1298
1299 2006-07-11 Kim F. Storm <storm@cua.dk>
1300
1301 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
1302 input is available. Fix test for redisplay_dont_pause non-nil.
1303 Specbind redisplay-dont-pause to t if FORCE non-nil.
1304
1305 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1308
1309 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1310 (Fsit_for): Function deleted.
1311
1312 * keyboard.c (command_loop_1, Fexecute_extended_command):
1313 Call sit_for instead of Fsit_for.
1314
1315 * minibuf.c (temp_echo_area_glyphs): Likewise.
1316
1317 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * syntax.c (Fforward_comment): Revert the reversion.
1320 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
1321
1322 2006-07-09 John Paul Wallington <jpw@pobox.com>
1323
1324 * syntax.c (Fforward_comment): Revert previous change.
1325
1326 2006-07-09 Kim F. Storm <storm@cua.dk>
1327
1328 * window.c (Fforce_window_update): Doc fix.
1329
1330 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1331
1332 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1333 directory unreadable for better user privacy.
1334
1335 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1338
1339 * lread.c (read_filtered_event): Remove `register' qualifier because it
1340 causes compilation problem with gcc-4.0.2-20051125 on amd64.
1341 (readevalloop): Remove unused var `bpos'.
1342 Yet another int/Lisp_Object mixup (YAILOM).
1343
1344 2006-07-07 Eli Zaretskii <eliz@gnu.org>
1345
1346 * keyboard.c (Fexecute_extended_command): Mention the argument
1347 PREFIXARG in the doc string.
1348
1349 2006-07-07 Kim F. Storm <storm@cua.dk>
1350
1351 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1352
1353 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1356 clash detection using the base buffer.
1357
1358 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1359
1360 2006-07-04 Kim F. Storm <storm@cua.dk>
1361
1362 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1363
1364 2006-07-04 Kenichi Handa <handa@m17n.org>
1365
1366 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1367 to update Voverriding_fontspec_alist.
1368
1369 2006-07-03 Richard Stallman <rms@gnu.org>
1370
1371 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1372
1373 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1374
1375 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1376
1377 * eval.c (Fdefvaralias): Doc fix.
1378
1379 2006-07-03 Kim F. Storm <storm@cua.dk>
1380
1381 * dispnew.c (sit_for): Fix preempt condition.
1382
1383 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * lread.c (read_filtered_event): Treat select-window just like
1386 switch-frame.
1387
1388 2006-07-02 Kim F. Storm <storm@cua.dk>
1389
1390 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1391 to ever fit the tool-bar,
1392 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1393 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1394 (redisplay_tool_bar): Only clear desired matrix if we actually
1395 change the tool-bar window height. Only try to make the tool-bar
1396 window bigger if there is actually room for it.
1397
1398 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
1399
1400 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
1401 SPI_GETWORKAREA to find the dimensions of the screen work area,
1402 and adjust vertical position of the frame in order to avoid being
1403 covered by the task bar.
1404
1405 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
1406 f->left_pos and SH_SHOW instead of f->top_pos in the call to
1407 CreateWindow. Record the actual position in f->left_pos and
1408 f->top_pos.
1409
1410 2006-06-30 John Paul Wallington <jpw@pobox.com>
1411
1412 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
1413 Doc fix - default value has changed.
1414
1415 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1416
1417 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
1418
1419 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
1420
1421 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
1422
1423 * macterm.c (Qeql): Add extern.
1424 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
1425 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
1426 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1427 Change keys of Vmac_atsu_font_table from strings to numbers.
1428 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
1429 (init_font_name_table) [USE_ATSUI]: Use it.
1430 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1431 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
1432 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
1433 only when saved_ts_script_language_on_focus coincides with
1434 Vmac_ts_script_language_on_focus.
1435 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
1436 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
1437 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
1438 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
1439
1440 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
1443 (Ffield_string_no_properties, Ffield_end): Mention
1444 args-out-of-range error condition in docstring.
1445
1446 2006-06-27 Kim F. Storm <storm@cua.dk>
1447
1448 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
1449
1450 2006-06-25 Kim F. Storm <storm@cua.dk>
1451
1452 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
1453 version 2.4 and later.
1454
1455 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * xfns.c (Fx_create_frame): Set font parameter directly instead of
1458 using x_default_parameter, since x_get_args clears the parm alist.
1459
1460 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1461
1462 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
1463 case-insensitively.
1464
1465 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
1466
1467 * lread.c (read_escape): When an unknown Unicode code point is
1468 encountered as a string or character escape, signal an error.
1469
1470 2006-06-23 Kim F. Storm <storm@cua.dk>
1471
1472 * .gdbinit (pitx): Dump iterator stack.
1473
1474 * xdisp.c (handle_composition_prop): Push iterator on stack.
1475 (set_iterator_to_next): Pop iterator at end of composition.
1476
1477 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1478
1479 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
1480 itself on DOS_NT platforms, if the old and new names are identical
1481 but for the letter-case.
1482
1483 2006-06-21 Kim F. Storm <storm@cua.dk>
1484
1485 * dispextern.h (struct it): Add `position' member to iterator stack.
1486 Rename `pos' member to `current'. Rearrange and add comments.
1487
1488 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
1489 if we get any overlays.
1490 (set_cursor_from_row): Don't clobber `end' if we rescan from
1491 start_string.
1492 (push_it, pop_it): Save it->position.
1493
1494 2006-06-19 Richard Stallman <rms@gnu.org>
1495
1496 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
1497 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
1498 for the case of a top-level window and the following minibuffer.
1499 Don't exit because of no `next' when there is a parent.
1500 Use the FIRST_ONLY feature when resizing following windows.
1501
1502 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
1503
1504 2006-06-17 Kim F. Storm <storm@cua.dk>
1505
1506 * dispnew.c (update_frame): Check for input pending on entry.
1507 (update_window, update_frame_1): Break loop if input is detected.
1508
1509 2006-06-16 Francis Litterio <flitterio@gmail.com>
1510
1511 * xterm.c (x_check_expected_move, handle_one_xevent)
1512 (x_set_offset, x_check_fullscreen): Extensive changes to make
1513 frame positioning deterministic under X.
1514
1515 * xterm.h (x_output): Added members left_before_move and
1516 top_before_move. Removed members expected_left and expected_top.
1517
1518 2006-06-16 Kim F. Storm <storm@cua.dk>
1519
1520 * dispextern.h (struct it): Add union to iterator stack to save
1521 image, composition, and stretch specific paramters.
1522
1523 * xdisp.c (next_overlay_string): Fix assert.
1524 (push_it, pop_it): Handle composition and stretch specific values.
1525 Only handle it->slice in image (for now).
1526 (back_to_previous_visible_line_start): Continue search if newline is
1527 part of a compisition. Simplify.
1528 (reseat_1): Set it->object to buffer.
1529 (set_iterator_to_next): Set it->object to string or buffer, when
1530 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
1531 (next_element_from_composition): Set it->object to buffer if not
1532 from string.
1533 (set_cursor_from_row): Only save start of string if not already
1534 done to handle multiple strings in a row.
1535
1536 * .gdbinit (pitx): Show composition parameters.
1537 (pgx, pg): New commands to print a glyph structure.
1538 (pgi, pgn): New commands to print specific/next glyph.
1539 (pgrowx, pgrow): New commands to print all glyphs in a row.
1540
1541 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1542
1543 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
1544 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
1545
1546 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
1547 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
1548 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
1549 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1550 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1551 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
1552 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
1553 Services functions to get size of main display in pixels.
1554
1555 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * xdisp.c (back_to_previous_visible_line_start):
1558 Reset it->continuation_lines_width.
1559
1560 2006-06-14 Richard Stallman <rms@gnu.org>
1561
1562 * eval.c (Fdefconst): Mark variable as risky.
1563
1564 * callproc.c (Fcall_process): Doc fix.
1565
1566 * window.c (adjust_window_trailing_edge): Don't break out of the loop
1567 because there's no next window, if there are parallel windows.
1568 Do break out when WINDOW is nil.
1569
1570 2006-06-14 Kim F. Storm <storm@cua.dk>
1571
1572 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
1573 iterator stack (instead of hardcoded number). Increase from 2 to
1574 4 to make room for propertized overlay strings before and after a
1575 display string, image or composition.
1576 (struct it): Add image_id and method members to iterator stack.
1577
1578 * xdisp.c (init_from_display_pos): Don't set it->method and
1579 overlay_string_index after pop_it. Add asserts.
1580 (handle_stop): Look for overlay strings around a display string,
1581 image, or composition. Handle properties on those strings.
1582 (next_overlay_string): Don't set string, pos or method after pop_it.
1583 (get_overlay_strings_1): Split from get_overlay_strings; don't
1584 modify it if no overlay strings are found.
1585 (get_overlay_strings): Use get_overlay_strings_1. Always set
1586 it->string and it->method.
1587 (push_it): Push it->image_id and it->method. Push it->object
1588 instead of it->string if method is GET_FROM_IMAGE.
1589 (pop_it): Pop it->image_id and it->method. Ppo it->object
1590 instead of it->string if method is GET_FROM_IMAGE.
1591 Reset it->current.string_pos if popped it->string is nil.
1592 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
1593 whether a given change was correct; but the change is correct.
1594 Clear it->string_from_display_prop_p.
1595 (set_iterator_to_next): Rely on it->method and it->image_id from
1596 iterator stack, instead of setting them explicitly after pop_it.
1597
1598 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
1599 negative time forces redisplay even when input is available.
1600 (Fsit_for): Doc fix.
1601
1602 2006-06-13 Kim F. Storm <storm@cua.dk>
1603
1604 * dispnew.c: Modify preemptive redisplay to be based on periodic
1605 checks for input.
1606 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
1607 (Vredisplay_preemption_period): New variable.
1608 (syms_of_display): DEFVAR_LISP and initialize it.
1609 (preemption_period, preemption_next_check): New variables.
1610 (update_frame, update_single_window): Initialize them based on
1611 Vredisplay_preemption_period if !force_p.
1612 (update_window, update_frame_1): Use them to determine when to
1613 check for input.
1614
1615 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
1616
1617 * lread.c (read_escape): Provide a Unicode character escape
1618 syntax; \u followed by exactly four or \U followed by exactly
1619 eight hex digits in a comment or string is read as a Unicode
1620 character with that code point.
1621
1622 2006-06-09 Eli Zaretskii <eliz@gnu.org>
1623
1624 * window.c (window_scroll_pixel_based): Signal "Beginning of
1625 buffer" when scroll-down at the beginning of an empty buffer.
1626
1627 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1628
1629 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1630 Exclude 0x7f from ASCII range.
1631
1632 2006-06-05 Jason Rumney <jasonr@gnu.org>
1633
1634 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
1635 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
1636 (x_scroll_bar_report_motion): Remove workarounds for
1637 versions of Windows NT < 3.51.
1638 [!SIF_ALL]: Remove.
1639 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
1640 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
1641
1642 2006-06-04 David Kastrup <dak@gnu.org>
1643
1644 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
1645 `sit-for'.
1646
1647 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1648
1649 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
1650
1651 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
1652
1653 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
1654 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
1655 [USE_MAC_TSM]: Likewise.
1656 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
1657 (Qbefore_string) [USE_MAC_TSM]: Add extern.
1658 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
1659 ActivateTSMDocument/DeactivateTSMDocument.
1660 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
1661 (mac_handle_window_event) [USE_MAC_TSM]: Handle
1662 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1663 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
1664 (install_window_handler) [USE_MAC_TSM]: Install it. Register
1665 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1666 (keycode_to_xkeysym_table): Add entry for f16.
1667 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
1668 before/after passing keystroke event to toolbox dispatcher.
1669 (init_tsm) [USE_MAC_TSM]: New function.
1670 (mac_initialize) [USE_MAC_TSM]: Call it.
1671 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
1672
1673 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
1674
1675 2006-06-02 John Paul Wallington <jpw@gnu.org>
1676
1677 * xfns.c (x_set_name_internal): Set icon to `text', derived from
1678 name, when frame's icon_name isn't a string rather than only when
1679 it is nil.
1680
1681 2006-06-03 Eli Zaretskii <eliz@gnu.org>
1682
1683 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
1684 and not nil.
1685
1686 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
1689 string.
1690
1691 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1692
1693 * xdisp.c (next_element_from_composition): Set it->object to
1694 it->string if composition is coming from string.
1695 (set_cursor_from_row): Don't return 0 unless row displays a
1696 continued line.
1697 (dump_glyph): Dump composite glyph.
1698
1699 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1700
1701 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
1702
1703 2006-06-01 Richard Stallman <rms@gnu.org>
1704
1705 * window.c (Fsplit_window): Doc fix.
1706
1707 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1708
1709 * process.c (deleted_pid_list): New variable to store the pids
1710 of deleted processes. Declare it only if SIGCHLD is defined.
1711 (init_process): Initialize it.
1712 (syms_of_process): Staticpro it.
1713 (Fdelete_process): Add pid of the deleted process to it. Check after
1714 the addition and before the kill if the process is already stopped,
1715 in which case it is deleted from the list and not killed.
1716 (sigchld_handler): Define it only if SIGCHLD is. Search the process
1717 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
1718 Original idea by Stefan Monnier.
1719
1720 2006-06-01 Kim F. Storm <storm@cua.dk>
1721
1722 * dispnew.c (sit_for): Perform redisplay even if input is pending
1723 when redisplay-dont-pause is non-nil.
1724
1725 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1726
1727 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
1728 (XTread_socket): Remove obsolete comment.
1729
1730 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1731
1732 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
1733 menu-bar-open.
1734
1735 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1736
1737 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
1738 menu-bar-open.
1739
1740 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
1741
1742 2006-05-31 Juri Linkov <juri@jurta.org>
1743
1744 * minibuf.c (Vhistory_add_new_input): New variable.
1745 (read_minibuf): Use it.
1746 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
1747 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
1748
1749 2006-05-31 Kim F. Storm <storm@cua.dk>
1750
1751 * process.c (select_wrapper): Add wrapper around select to work around
1752 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
1753 select called from wait_reading_process_output.
1754
1755 2006-05-30 Andreas Schwab <schwab@suse.de>
1756
1757 * xmenu.c (Fmenu_bar_start): Return a value.
1758
1759 2006-05-30 Richard Stallman <rms@gnu.org>
1760
1761 * coding.c (Ffind_operation_coding_system): Doc fix.
1762
1763 2006-05-30 Eli Zaretskii <eliz@gnu.org>
1764
1765 * w32term.c (x_draw_hollow_cursor): Fix last change.
1766
1767 2006-05-29 Kim F. Storm <storm@cua.dk>
1768
1769 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
1770
1771 2006-05-29 Eli Zaretskii <eliz@gnu.org>
1772
1773 * coding.c (Ffind_operation_coding_system): Doc fix.
1774
1775 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1776
1777 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
1778 Call mac_set_font_info_for_selection if font panel is made visible.
1779
1780 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
1781 (mac_font_panel_visible_p, mac_show_hide_font_panel)
1782 [USE_MAC_FONT_PANEL]: New functions.
1783 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
1784 immediately if font panel is not visible.
1785
1786 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
1787 Add externs.
1788
1789 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * search.c (matcher_overflow): Mark as NO_RETURN.
1792
1793 * xterm.c (x_connection_closed): Likewise.
1794
1795 * sysdep.c (croak): Likewise.
1796
1797 * sound.c (sound_perror, alsa_sound_perror): Likewise.
1798
1799 * lisp.h (die, nsberror): Likewise.
1800
1801 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1802
1803 * sound.c (alsa_open, alsa_configure, alsa_write): Move
1804 assignment to err out of if-statement.
1805
1806 * gtkutil.c (menu_nav_ended): New function.
1807 (create_menus): Connect menu_nav_ended to "selection-done" to fix
1808 grabs.
1809
1810 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
1811
1812 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * charset.h (invalid_character): Mark as NO_RETURN.
1815
1816 2006-05-29 Kenichi Handa <handa@m17n.org>
1817
1818 * coding.c (Ffind_operation_coding_system): Call a function by
1819 safe_call1 instead of call1.
1820
1821 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * window.c (struct saved_window): Add `dedicated'.
1824 (Fset_window_configuration, save_window_save): Save/restore the
1825 `dedicated' flag.
1826
1827 2006-05-28 Kim F. Storm <storm@cua.dk>
1828
1829 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
1830 don't update w->cursor and return 0. Return 1 on success.
1831 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
1832 until it succeeds.
1833
1834 * dispextern.h (set_cursor_from_row): Update prototype.
1835
1836 2006-05-28 Kim F. Storm <storm@cua.dk>
1837
1838 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
1839 parameters. Adjust x and width in case cursor in on a partially
1840 visible stretch glyph on the left edge.
1841 (erase_phys_cursor): Don't erase into left fringe/margin in case
1842 previous cursor glyph is a partially visible stretch glyph on left.
1843
1844 * dispextern.h (get_phys_cursor_geometry): Update prototype.
1845
1846 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
1847 cursor and erasing cursor on partially visible stretch glyph on left.
1848 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
1849
1850 * macterm.c: Likewise.
1851
1852 * w32term.c: Likewise.
1853
1854 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1855
1856 * macselect.c (mac_handle_apple_event):
1857 Return errAEEventNotHandled if key binding is not found.
1858
1859 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1860
1861 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
1862 [__MINGW32__]: MinGW-specific declaration of `etext'.
1863
1864 * w32heap.c (etext, edata): Remove unused definitions.
1865
1866 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
1869 Incorporate the exclusive file-opening functionality into the behavior
1870 when OK-IF-ALREADY-EXISTS is nil.
1871 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
1872
1873 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1874
1875 * sound.c (alsa_configure): Move get period/buffer_size after
1876 setting hwparams.
1877
1878 2006-05-26 Kenichi Handa <handa@m17n.org>
1879
1880 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
1881 . BUFFER) in TARGET.
1882
1883 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * image.c (png_load): Don't call fclose on NULL.
1886
1887 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
1888
1889 * fns.c (Fyes_or_no_p):
1890 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
1891 only seven args.
1892
1893 2006-05-25 Juri Linkov <juri@jurta.org>
1894
1895 * lisp.h (Fread_from_minibuffer): Decrement number of args.
1896
1897 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
1898 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
1899
1900 * buffer.c (mode-line-format): Fix docstring.
1901
1902 2006-05-25 Richard Stallman <rms@gnu.org>
1903
1904 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
1905
1906 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1907
1908 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1909
1910 2006-05-24 Alan Mackenzie <acm@muc.de>
1911
1912 * lread.c (Vload_history): Enhance doc-string to say that the file
1913 is the absolute truename of the loaded file.
1914
1915 * lread.c (Vafter_load_alist): doc-string: state that an element
1916 now has a regexp to match file names, not a file name as such.
1917
1918 * lread.c (readevalloop): Call file-truename on the name for
1919 load-history, except at preloading time.
1920
1921 * lread.c (Fload): At preloading time, preserve the extension of
1922 the filename which goes into load-history. New var hist_file_name.
1923
1924 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
1925 function do-after-load-evaluation.
1926
1927 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1928
1929 * mac.c (ae_attr_table): New variable.
1930 (syms_of_mac): Intern and staticpro its elements.
1931 (mac_aelist_to_lisp): Also convert Apple event attributes.
1932 (mac_ae_put_lisp): New function.
1933 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
1934
1935 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
1936
1937 * macselect.c (Qemacs_suspension_id): New variable.
1938 (syms_of_macselect): Intern and staticpro it.
1939 (struct suspended_ae_info): New struct.
1940 (deferred_apple_events, defer_apple_events)
1941 (Fmac_process_deferred_apple_events): Use it.
1942 (suspended_apple_events): New variable.
1943 (mac_handle_apple_event_1): New function.
1944 (mac_handle_apple_event): Use it. Don't process previously
1945 suspended events.
1946 (cleanup_suspended_apple_events, get_suspension_id)
1947 (cleanup_all_suspended_apple_events): New functions.
1948 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
1949 at exit.
1950 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
1951 (Fmac_resume_apple_event): New defuns.
1952 (syms_of_macselect): Defsubr them.
1953
1954 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
1955 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
1956
1957 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
1958 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
1959 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
1960 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1961 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1962 Likewise.
1963 (typeUTF8Text, kEventParamWindowMouseLocation)
1964 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
1965 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
1966
1967 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1968
1969 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
1970 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
1971 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
1972 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
1973 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
1974 resource to backtranslate key with modifiers.
1975 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
1976
1977 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1978
1979 * xterm.c: Remove declarations already in xterm.h
1980
1981 * xterm.h: Add extern declarations for x_clear_errors,
1982 x_fully_uncatch_errors, x_catching_errors and
1983 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
1984
1985 2006-05-21 Richard Stallman <rms@gnu.org>
1986
1987 * xfaces.c (best_matching_font): Abort for best == NULL
1988 before we start to use it.
1989
1990 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
1991
1992 2006-05-20 Kim F. Storm <storm@cua.dk>
1993
1994 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
1995
1996 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1997
1998 * macterm.c (convert_fn_keycode): Fix last change.
1999
2000 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2001
2002 * w32.c (init_environment): Perform the processing of environment
2003 variables on a copy of default variables and their values, not on
2004 the original. Simplify code that calls ExpandEnvironmentStrings
2005 and make buf1[] and buf2[] more visible for easier debugging.
2006
2007 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2008
2009 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
2010
2011 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
2012
2013 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2014
2015 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
2016 Forward keyUp events to toolbox_dispatcher.
2017
2018 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2019
2020 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2021
2022 * config.in: Regenerated (HAVE_ALSA).
2023
2024 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2025 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
2026 (snd_error_quiet, alsa_init): New functions.
2027 (vox_init): Return 0 if unable to open device.
2028 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
2029 a fallback.
2030 (struct sound_device): Add period_size.
2031 (wav_play, au_play): Use period_size if set.
2032
2033 * Makefile.in (CFLAGS_SOUND): New flags for ALSA
2034 (ALL_CFLAGS): Add CFLAGS_SOUND
2035
2036 2006-05-18 Kenichi Handa <handa@m17n.org>
2037
2038 * callproc.c (Fcall_process): Reject encoding arguments by
2039 ascii-incompatible coding systems (e.g. utf-16).
2040
2041 * coding.c (Qascii_incompatible): New variable.
2042 (syms_of_coding): Setup Qascii_incompatible.
2043 (setup_coding_system): Be sure to initialize coding->common_flags.
2044 Check `ascii-incompatible' property of the coding system.
2045
2046 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2047
2048 2006-05-18 Kim F. Storm <storm@cua.dk>
2049
2050 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2051 geometry when backtracking in case last image doesn't fit on line.
2052
2053 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2054
2055 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2056 more than height of one frame default line.
2057
2058 2006-05-17 Richard Stallman <rms@gnu.org>
2059
2060 * xfaces.c (better_font_p): Any font beats no font.
2061 (best_matching_font): Simplify based on above change.
2062
2063 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
2064
2065 2006-05-16 Kim F. Storm <storm@cua.dk>
2066
2067 * xterm.c (handle_one_xevent): Check that f is not NULL before
2068 calling x_kill_gs_process.
2069
2070 2006-05-14 Richard Stallman <rms@gnu.org>
2071
2072 * textprop.c (Fnext_single_char_property_change)
2073 (Fprevious_single_char_property_change): Don't allow returning
2074 value beyond LIMIT in any cases.
2075 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
2076
2077 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
2078
2079 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2080
2081 * xterm.c (handle_one_xevent): Check that f is not NULL before
2082 calling _XEditResCheckMessages.
2083
2084 2006-05-14 Kim F. Storm <storm@cua.dk>
2085
2086 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
2087
2088 2006-05-13 Eli Zaretskii <eliz@gnu.org>
2089
2090 * frame.c (x_set_border_width): Fix error message to say "frame",
2091 not "window".
2092
2093 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2094
2095 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * intervals.c (set_point_both): Fix mixup before before and after
2098 in variable names.
2099
2100 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
2101 while setting point temporarily.
2102
2103 2006-05-11 Richard Stallman <rms@gnu.org>
2104
2105 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
2106
2107 2006-05-11 Kim F. Storm <storm@cua.dk>
2108
2109 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2110
2111 2006-05-11 Kenichi Handa <handa@m17n.org>
2112
2113 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2114 while handling replace operation.
2115
2116 2006-05-10 Kenichi Handa <handa@m17n.org>
2117
2118 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2119 chosen for the default face was different from the frame font,
2120 adjust the frame font.
2121
2122 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2123
2124 * image.c (Qduration) [MAC_OS]: Undo previous change.
2125 (syms_of_image) [MAC_OS]: Likewise.
2126 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2127
2128 * macfns.c (x_to_mac_color): Fix shift amount change.
2129 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
2130 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2131
2132 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2133 Vmac_services_selection. All uses changed.
2134 (mac_store_service_event): Rename from mac_store_services_event in
2135 extern and calls.
2136
2137 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2138 changed.
2139 [MAC_OSX] (mac_store_service_event): Rename from
2140 mac_store_services_event. All callers changed.
2141 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2142 FACE_ID and C. All callers changed.
2143 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2144 mac_set_font_info_for_selection when focus frame is destroyed.
2145 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2146
2147 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2148 args in extern.
2149
2150 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * keymap.c (describe_map): Avoid generating duplicate entries if
2153 the shadowed binding has the same definition.
2154
2155 2006-05-09 Kenichi Handa <handa@m17n.org>
2156
2157 * keymap.c (push_key_description): Handle invalid character key.
2158
2159 2006-05-08 Kenichi Handa <handa@m17n.org>
2160
2161 * callproc.c (Fcall_process): Use system_eol_type for encoding
2162 arguments if eol_type is not yet decided.
2163
2164 * coding.h (system_eol_type): Extern it.
2165
2166 * coding.c (setup_coding_system): For invalid coding-system, set
2167 coding->eol_type to CODING_EOL_UNDECIDED.
2168 (encode_coding): Cancel previous change.
2169 (shrink_encoding_region): Likewise.
2170 (code_convert_region1): Likewise.
2171 (code_convert_string1): Likewise.
2172 (code_convert_string_norecord): Likewise.
2173
2174 * fileio.c (choose_write_coding_system): Use system_eol_type for
2175 encoding if eol_type is not yet decided.
2176
2177 * process.c (setup_process_coding_systems): Use system_eol_type
2178 for encoding if eol_type is not yet decided.
2179 (read_process_output): Likewise.
2180 (send_process): Likewise.
2181
2182 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2185
2186 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2187
2188 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2189 (syms_of_mac): Likewise for defsubr.
2190
2191 * macfns.c (mac_set_font): New function.
2192 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2193 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2194 kWindowToolbarButtonAttribute when creating window.
2195 (Fmac_clear_font_name_table): Move from macfns.c.
2196 (syms_of_macfns): Likewise for defsubr.
2197 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2198 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2199
2200 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2201 and build is done on Mac OS X 10.2 and later.
2202
2203 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2204 (mac_store_services_event): Change return type in extern.
2205
2206 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2207 FMFontFamily value.
2208 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2209 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2210 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2211 (QWindow) [MAC_OSX]: Likewise.
2212 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2213 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2214 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2215 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2216 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2217 (syms_of_macterm): Intern and staticpro them.
2218 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
2219 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2220 function.
2221 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2222 [MAC_OSX] (mac_store_services_event): Likewise.
2223 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2224 kEventWindowToolbarSwitchMode event.
2225 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2226 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2227 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2228 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2229 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2230
2231 * macterm.h (mac_set_font_info_for_selection): Add extern.
2232
2233 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2234
2235 * image.c (Qduration) [MAC_OS]: New variable.
2236 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2237 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2238 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2239 instead of cfstring_create_with_string.
2240
2241 2006-05-06 Kim F. Storm <storm@cua.dk>
2242
2243 * .gdbinit (xframe): Print frame name.
2244 (xlist): New command to print a list (max 10 elements).
2245 (xpr): Print lisp object of any type.
2246 (pitx): Print it->pixel_width.
2247
2248 2006-05-05 Kenichi Handa <handa@m17n.org>
2249
2250 * xdisp.c (handle_composition_prop): Fix for the case of empty
2251 composition component.
2252
2253 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2254
2255 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2256 from event->arg.
2257
2258 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2259 MAC_APPLE_EVENT.
2260
2261 * macterm.h (mac_make_lispy_event_code): Remove extern.
2262 (mac_post_mouse_moved_event): Add extern.
2263 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2264 `const AEDesc *' in externs.
2265 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2266
2267 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2268 `const AEDesc *'.
2269 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2270 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2271 Use xrealloc instead of repeated xmalloc/xfree.
2272 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2273 function.
2274
2275 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2276
2277 * macselect.c: Update copyright year.
2278 (mac_store_apple_event): Change return type to void in extern.
2279 (mac_handle_apple_event): Don't get return value from
2280 mac_store_apple_event.
2281 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2282 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2283 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2284 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2285 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2286 implementation using create_apple_event_from_drag_ref.
2287 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2288 (mac_do_receive_dragUPP): Move variables from macterm.c.
2289 (install_drag_handler, remove_drag_handler): New functions.
2290
2291 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2292 path select also for proxy icon click.
2293 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2294 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2295 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2296 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2297 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2298 macselect.c.
2299 (install_drag_handler, remove_drag_handler): Add extern.
2300 (mac_store_apple_event): Change return type to void. All uses changed.
2301 Create Lisp object from Apple event and store it into input event.
2302 (mac_make_lispy_event_code): Remove function.
2303 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2304 (install_window_handler): Call install_drag_handler.
2305 (remove_window_handler): Call remove_drag_handler.
2306
2307 2006-05-03 Richard Stallman <rms@gnu.org>
2308
2309 * sound.c (Fplay_sound_internal): Dynamically allocate
2310 current_sound_device and current_sound.
2311 (sound_cleanup): Free them.
2312
2313 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2314 when inside a keyboard macro.
2315
2316 2006-05-02 Andreas Schwab <schwab@suse.de>
2317
2318 * xmenu.c (restore_menu_items): Return a value.
2319
2320 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2321
2322 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2323 buffer when moving backwards.
2324
2325 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2326
2327 * dispnew.c (update_window): Don't set changed_p when mode/header
2328 line is updated.
2329
2330 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2331 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2332 Don't distinguish known faces from others.
2333
2334 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2335 through typeFileURL failed.
2336
2337 * macfns.c (mac_update_title_bar): New function.
2338 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
2339 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2340 Call mac_prepare_for_quickdraw.
2341
2342 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2343 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2344 (enum pcm_status): New enum.
2345 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2346 (XCharStructRow): Remove. Now validity is represented by
2347 non-negativeness of sum of ascent and descent.
2348 (struct MacFontStruct): Change type of member `rows'.
2349 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2350
2351 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2352 Adjust endpoints of strictly horizontal/vertical lines.
2353 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2354 (pcm_init, pcm_get_status): New functions.
2355 (x_per_char_metric, XLoadQueryFont): Use them instead of
2356 XCharStructRow and related macros.
2357 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2358 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2359 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2360 and window path pop-up menu on title bar.
2361 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2362
2363 * macterm.h (mac_update_title_bar): Add extern.
2364 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2365 (FRAME_FILE_NAME): New macro.
2366
2367 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2368
2369 2006-04-30 Richard Stallman <rms@gnu.org>
2370
2371 * keymap.c (Fdefine_key): Improve error message
2372 when KEY begins with a non-prefix key.
2373
2374 2006-04-30 Martin Rudalics <rudalics@gmx.at>
2375
2376 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2377 when we skipped backward over a generic comment.
2378
2379 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * .gdbinit (pp1, pv1): Only print value as expression is now
2382 printed out by gud-print.
2383 (pv1): Correct doc string.
2384
2385 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2388 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2389 keymap.c:895: error: address of register variable `def' requested.
2390
2391 2006-04-26 Jason Rumney <jasonr@gnu.org>
2392
2393 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2394
2395 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2396 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2397 where we preempt mouse_button_timer.
2398
2399 2006-04-25 Miles Bader <miles@gnu.org>
2400
2401 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2402
2403 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * process.h: Include headers for pid_t.
2406
2407 2006-04-24 Kim F. Storm <storm@cua.dk>
2408
2409 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
2410 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
2411 (produce_stretch_glyph): Assume that face box height and width is
2412 already included in stretch glyph size so caller doesn't have to
2413 consider the extra space otherwise added (fixes problem in ses.el).
2414
2415 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
2416 matrices to force recalculation of tool-bar height after font change.
2417
2418 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
2419 Clear it when done, so we don't accidentally draw a second copy of
2420 the tool-bar after resetting f->n_tool_bar_rows.
2421 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
2422 we recalculate f->n_tool_bar_rows.
2423
2424 2006-04-23 Lars Hansen <larsh@soem.dk>
2425
2426 * editfns.c (find_field): Fix comment.
2427 (Ffield_beginning): Fix bug when POS is at field beginning.
2428
2429 2006-04-22 Eli Zaretskii <eliz@gnu.org>
2430
2431 * puresize.h (BASE_PURESIZE): Increase to 1205000.
2432
2433 2006-04-21 Kim F. Storm <storm@cua.dk>
2434
2435 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
2436 window start is at BEGV.
2437
2438 * dispextern.h (struct image): New member `corners'.
2439 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
2440
2441 * image.c (four_corners_best): New arg CORNERS specifies what pixels
2442 to look at in case image has margin.
2443 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
2444 (image_background, image_background_transparent)
2445 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
2446 (gif_load): Set img->corners according to image's margin spec.
2447 Use img->corners values directly where applicable.
2448 Save image extension data in img->data.lisp_val.
2449 (gif_clear_image): New function to free img->data.lisp_val.
2450 (gif_type): Use it instead of generic x_clear_image.
2451 (Fimage_extension_data): New defun.
2452 (syms_of_image): Defsubr it.
2453
2454 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
2455
2456 * window.c (Fdisplay_buffer): Doc fix.
2457
2458 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2459
2460 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
2461
2462 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2463
2464 * image.c [MAC_OS] (xpm_load_image): Fill in background field
2465 while we have ximg handy.
2466
2467 * macmenu.c (restore_menu_items, save_menu_items): New functions
2468 from xmenu.c.
2469 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
2470 changes for xmenu.c.
2471
2472 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
2473 (add_mac_font_name): New function.
2474 (init_font_name_table): Use it. Adopt the first found font from
2475 those having the same family name.
2476
2477 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * xdisp.c (note_mouse_highlight): Use build_string.
2480
2481 2006-04-20 Lars Hansen <larsh@soem.dk>
2482
2483 * textprop.c (Fremove_list_of_text_properties):
2484 Ensure modify_region is called only when buffer is modified and that
2485 signal_after_change is allways called in that case.
2486
2487 * print.c (PRINTFINISH): Call signal_after_change.
2488
2489 2006-04-20 Kim F. Storm <storm@cua.dk>
2490
2491 * xdisp.c (redisplay_window): Fix last change.
2492
2493 * xdisp.c (redisplay_window): If current window start is not at the
2494 beginning of a line, select a new window start if buffer is modified
2495 and window start is in the modified region, but the first change is
2496 before window start.
2497
2498 2006-04-18 Richard Stallman <rms@gnu.org>
2499
2500 * xmenu.c (restore_menu_items, save_menu_items): New fns.
2501 (set_frame_menubar): Use save_menu_items. Save updated vector in
2502 the frame before unwinding it. Don't use unuse_menu_items.
2503 Don't use discard_menu_items.
2504 (digest_single_submenu): Abort if an item is not in a pane.
2505 (init_menu_items): Put the error check at the top.
2506
2507 * keymap.c (describe_map): Make "shadowed" warning more verbose.
2508
2509 * window.c (adjust_window_trailing_edge): Correctly distinguish
2510 series vs parallel cases, even when window has no parent.
2511
2512 * abbrev.c (record_symbol): New function.
2513 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
2514
2515 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2516
2517 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
2518 value of xmalloc.
2519
2520 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2521 (create_apple_event_from_event_ref, xrm_get_preference_database)
2522 (cfstring_create_normalized): Don't check return value of xmalloc.
2523
2524 * macselect.c (get_scrap_target_type_list, defer_apple_events)
2525 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
2526 return value of xmalloc/xrealloc.
2527
2528 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
2529 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
2530 (XLoadQueryFont, mac_store_apple_event): Don't check return value
2531 of xmalloc.
2532
2533 2006-04-17 Kim F. Storm <storm@cua.dk>
2534
2535 * window.c (coordinates_in_window): On the vertical border,
2536 calculate the row number measured from the top of the window, not
2537 the top of the frame.
2538 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
2539 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2540
2541 2006-04-16 Eli Zaretskii <eliz@gnu.org>
2542
2543 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
2544
2545 2006-04-16 Romain Francoise <romain@orebokech.com>
2546
2547 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
2548
2549 2006-04-16 Andreas Schwab <schwab@suse.de>
2550
2551 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2552
2553 2006-04-15 Romain Francoise <romain@orebokech.com>
2554
2555 * puresize.h (BASE_PURESIZE): Increment to 1210000.
2556
2557 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2558
2559 * print.c (Fprin1_to_string): Mention in the `doc' that the
2560 behavior is modified by `print-level' and `print-length'.
2561
2562 2006-04-13 Kenichi Handa <handa@m17n.org>
2563
2564 * coding.c (setup_coding_system): If eol-type is not yet decided
2565 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
2566 If coding_system is nil, return 0.
2567 (code_convert_region1): Even if coding_system is nil, don't skip
2568 conversion if system_eol_type is not LF.
2569 (code_convert_string1): Likewise.
2570 (code_convert_string_norecord): Likewise.
2571
2572 2006-04-13 Kenichi Handa <handa@m17n.org>
2573
2574 * coding.c (setup_coding_system): Fix previous change.
2575 (encode_coding): If eol_type is not yet decided, use system_eol_type.
2576 (shrink_encoding_region): If eol_type is not yet decided and
2577 system_eol_type is not LF, don't shrink.
2578
2579 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
2582 line.
2583
2584 2006-04-12 Richard Stallman <rms@gnu.org>
2585
2586 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
2587
2588 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
2589 (Fprocess_send_eof): Abort if fail to open null device.
2590
2591 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2592
2593 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
2594
2595 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
2596 assignment used as truth value. Add explicit braces to avoid
2597 ambiguous `else'.
2598 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
2599
2600 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
2601 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
2602 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
2603 Put externs in #ifdef HAVE_X_WINDOWS.
2604 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
2605 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
2606 (init_mac_osx_environment) [MAC_OSX]: Add extern.
2607
2608 * mac.c (init_process): Remove undef.
2609 (select) [MAC_OSX]: Undefine before including sysselect.h.
2610 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
2611 Remove functions and prototypes.
2612 (parse_value): Add parentheses around + inside shift.
2613 (path_from_vol_dir_name): Make static.
2614 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
2615 [!MAC_OSX] (get_path_to_system_folder): Likewise.
2616 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
2617 variable `cCode'.
2618 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
2619 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
2620
2621 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
2622 (x_set_mouse_color): Remove unused variable `dpy'.
2623 (Fx_create_frame): Remove unused variable `x_frame_count'.
2624 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
2625 (x_sync): Move from macterm.c.
2626 (Fx_file_dialog): Remove unused variable `default_filter_index'.
2627
2628 * macmenu.c (min_menu_id): Make element type explicit.
2629
2630 * macselect.c (get_flavor_type_from_symbol): Remove unused
2631 variable `val'.
2632 (get_scrap_private_timestamp, x_get_foreign_selection)
2633 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
2634 (Fmac_process_deferred_apple_events): Remove unused variables
2635 `keyword', `reply', `apple_event', `count', and `err'.
2636
2637 * macterm.c: Don't include gnu.h.
2638 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
2639 (x_sync): Move to macfns.c.
2640 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
2641 variable `mask_bits'.
2642 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
2643 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
2644 (x_mac_to_emacs_modifiers): Remove function.
2645 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
2646 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
2647 Add explicit braces to avoid ambiguous `else'.
2648 (x_make_frame_visible): Remove unused variables `type',
2649 `original_top', and `original_left'.
2650 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
2651 (x_load_font): Remove unused variables `full_name', and `value'.
2652 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
2653 Remove functions.
2654 (do_zoom_window): Reorganize variables with respect to conditionals.
2655 (init_command_handler): Remove unused variable `err'.
2656 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
2657
2658 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
2659 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
2660 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
2661 (do_menu_choice, have_menus_p, x_real_positions)
2662 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
2663 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
2664 (free_frame_menubar): Add externs.
2665
2666 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
2667 (malloc, realloc, free): Add undefs.
2668 (read_load_commands): Remove unused variable `n' and `j'.
2669 (copy_data_segment): Remove unused variable `r'.
2670
2671 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
2672 within ||. Add explicit braces to avoid ambiguous `else'.
2673 (dump_glyph_row): Remove label for `inverse_p' from legend.
2674
2675 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
2676 Add explicit braces to avoid ambiguous `else'.
2677
2678 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2679
2680 * dispnew.c (init_display): Don't init X display if the user asked
2681 for a non-X display.
2682
2683 2006-04-12 Kenichi Handa <handa@m17n.org>
2684
2685 * coding.c (setup_coding_system): Use system_eol_type for default
2686 coding->eol_type.
2687
2688 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2689
2690 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
2691
2692 * data.c (wrong_type_argument): Try to avoid compiler warnings due
2693 to the fact the function is now marked as NO_RETURN.
2694
2695 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2696
2697 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
2698
2699 2006-04-10 Romain Francoise <romain@orebokech.com>
2700
2701 * xrdb.c (gethomedir): Use xstrdup.
2702
2703 2006-04-10 Andreas Schwab <schwab@suse.de>
2704
2705 * xrdb.c (gethomedir): Make sure to always return a pointer that
2706 can be passed to free.
2707
2708 2006-04-09 Richard Stallman <rms@gnu.org>
2709
2710 * lisp.h (Fkill_emacs): Undo previous change.
2711
2712 2006-04-08 Richard Stallman <rms@gnu.org>
2713
2714 * search.c (boyer_moore): Test ch >= 0400, not >.
2715
2716 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * puresize.h (pure_write_error): Mark as NO_RETURN.
2719
2720 * lisp.h (args_out_of_range, args_out_of_range_3)
2721
2722 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2723
2724 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
2725 if a menu is active on this frame.
2726
2727 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * lisp.h (report_file_error): Mark as NO_RETURN.
2730
2731 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2732
2733 * alloc.c [STDC_HEADERS]: Include stddef.h.
2734
2735 * lisp.h (PSEUDOVECSIZE): Fix last change.
2736
2737 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2740 `raw_status_high', and `raw_status_low' with plain integers, and move
2741 them to the end of the structure.
2742
2743 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
2744 pseudovector's size field so only the Lisp_Object fields get GC'd.
2745
2746 * process.c (update_status, make_process, Fdelete_process)
2747 (Fprocess_status, list_processes_1, start_process_unwind)
2748 (create_process, Fmake_network_process, server_accept_connection)
2749 (wait_reading_process_output, send_process, Fprocess_running_child_p)
2750 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
2751 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
2752 `pid' and `raw_status'.
2753 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
2754 representing PIDs that are larger than most-positive-fixnum.
2755
2756 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
2757
2758 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
2759
2760 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2761
2762 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
2763
2764 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
2765
2766 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
2767 ../lib-src/b2m.c and ../lib-src/editfns.c.
2768 (Fcurrent_time_string): Use it.
2769 Document that the year might not consume 4 columns if it's outside
2770 the range 1000-9999.
2771 Check for asctime failure.
2772 Don't assume that the output string length is always exactly 24.
2773
2774 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2775
2776 * macterm.c (XTread_socket): Initialize variable `f' before its use.
2777
2778 2006-04-03 Kenichi Handa <handa@m17n.org>
2779
2780 * image.c: Include "charset.h" and "coding.h".
2781 (x_find_image_file): Return an encoded file name.
2782
2783 2006-04-01 Eli Zaretskii <eliz@gnu.org>
2784
2785 * configure: Regenerated.
2786
2787 2006-03-31 Kenichi Handa <handa@m17n.org>
2788
2789 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
2790
2791 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2792
2793 * xdisp.c (syms_of_xdisp): Fix variable name.
2794
2795 2006-03-30 Kenichi Handa <handa@m17n.org>
2796
2797 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
2798
2799 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * keyboard.c (process_tool_bar_item): Reorder dummy args.
2802
2803 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * keyboard.c (tool_bar_items): Use map_keymap.
2806 (process_tool_bar_item): Add dummy args to fit the required interface.
2807
2808 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2809
2810 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
2811 to zero before calling debug_print or safe_debug_print.
2812
2813 * print.c (print_output_debug_flag): New global variable.
2814 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
2815 OutputDebugString if print_output_debug_flag is zero.
2816
2817 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
2820 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
2821 (Fdecode_time): Cast tm_year to EMACS_INT.
2822 (Fcurrent_time_string): Report an invalid time specification if
2823 the argument is invalid. Also, check for out-of-range time stamps.
2824
2825 2006-03-24 Kim F. Storm <storm@cua.dk>
2826
2827 * xterm.c (handle_one_xevent):
2828 * w32term.c (w32_read_socket):
2829 * macterm.c (XTread_socket): Don't let key-press clear mouse face
2830 on in toolbar window if mouse-highlight is an integer.
2831
2832 * fns.c (sxhash_list): Include last non-nil CDR in hash.
2833
2834 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2835
2836 * macmenu.c (enum mac_menu_kind): New enum.
2837 (min_menu_id): New variable.
2838 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
2839 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
2840 min_menu_id and enumerators in enum mac_menu_kind.
2841 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
2842 All uses changed. Add range check for menu ID.
2843 (fill_menubar): Add range check for menu ID.
2844 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
2845 GetEventParameter.
2846 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
2847 for each menu kind.
2848
2849 2006-03-22 Kim F. Storm <storm@cua.dk>
2850
2851 * xdisp.c: Undo 2006-03-21 change.
2852
2853 * term.c: Define aliases for append_glyph and produce_stretch_glyph
2854 when `static' is defined to avoid name clash with those in xdisp.c.
2855
2856 * process.c (Faccept_process_output): Fix to comply with lisp
2857 reference. Change arg "timeout" to "seconds" and allow both
2858 integer and float value. Change arg "timeout-msec" to "millisec"
2859 and interpret" as milliseconds rather than microseconds. Fix doc
2860 string accordingly.
2861
2862 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
2863
2864 * xdisp.c (store_next_glyph): Rename from append_glyph.
2865 (generate_stretch_glyph): Rename from produce_stretch_glyph.
2866 All callers changed accordingly.
2867
2868 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2869
2870 * xterm.c: x_session_initialized new variable.
2871 (x_term_init): Use x_session_initialized to check if
2872 x_session_initialize should be called.
2873 (x_initialize): Initialize x_session_initialized.
2874
2875 2006-03-21 Kim F. Storm <storm@cua.dk>
2876
2877 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
2878 bitmap here, but ...
2879 (update_window_fringes): ... here, so we can test if it has changed.
2880
2881 2006-03-20 Andreas Schwab <schwab@suse.de>
2882
2883 * dispnew.c (init_display): Check DISPLAY here.
2884
2885 * emacs.c (main): Don't check here.
2886
2887 * xterm.c (x_display_ok): Don't use DISPLAY env var.
2888
2889 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
2892 mixup (YAILOM).
2893
2894 2006-03-20 Eli Zaretskii <eliz@gnu.org>
2895
2896 * emacs.c (main): Fix last change.
2897
2898 2006-03-20 Kenichi Handa <handa@m17n.org>
2899
2900 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
2901
2902 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
2903
2904 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
2905
2906 * xterm.c (x_term_init): Remove unnecessary GCPRO.
2907
2908 2006-03-19 Kim F. Storm <storm@cua.dk>
2909
2910 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
2911 so it doesn't associate overlay string with following glyph by default.
2912 Allow integer property value to specify explicit number of buffer
2913 positions associate with overlay string.
2914
2915 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
2918
2919 2006-03-18 Nozomu Ando <nand@mac.com>
2920
2921 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
2922 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
2923 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
2924 Don't redefine.
2925
2926 * m/mips.h: Don't use unexmips on NetBSD.
2927 (LIBS_MACHINE): Move definition lower, so it doesn't use
2928 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
2929 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
2930
2931 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
2932 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
2933 option is broken (e.g., MIPS/NetBSD).
2934
2935 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
2936
2937 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
2938 Remove the HAVE_X_WINDOWS conditional.
2939
2940 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
2941
2942 * emacs.c (main): If user asks for a display that is unavailable,
2943 simulate -nw.
2944
2945 * xterm.c (x_display_ok): New function.
2946
2947 * xterm.h: Add prototype for x_display_ok.
2948
2949 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2950
2951 * w32fns.c (Fw32_select_font): Doc fix.
2952
2953 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2954
2955 * image.c [MAC_OS] (XPutPixel, XGetPixel)
2956 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
2957 version when depth is 32.
2958 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
2959 New function.
2960 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
2961 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
2962
2963 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
2964 Create GWorld in ARGB pixel format.
2965 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
2966 Remove functions.
2967 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
2968 instead of mac_copy_area/mac_copy_area_with_mask.
2969
2970 2006-03-15 Kim F. Storm <storm@cua.dk>
2971
2972 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
2973 empty row. Fixes memory corruption revealed by 2006-03-02 change.
2974 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
2975 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
2976 width is exactly the same as the window width. Don't count a final
2977 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
2978
2979 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
2982 conditional on HAVE_NTGUI, not WINDOWS_NT.
2983
2984 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2985
2986 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
2987
2988 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
2989
2990 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
2991 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
2992 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
2993 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
2994 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
2995 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
2996 instead of mac_draw_bitmap.
2997 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
2998 define_fringe_bitmap and destroy_fringe_bitmap.
2999
3000 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * xterm.c (x_uncatch_errors): Block input for entire function.
3003
3004 2006-03-12 Jason Rumney <jasonr@gnu.org>
3005
3006 * w32fns.c (Fx_create_frame): Remove call to
3007 Qface_set_after_frame_default (from xfns.c 2003-05-26).
3008
3009 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
3010 finished with the menu.
3011
3012 * w32term.c: Sync 2005-10-24 xterm.c changes.
3013 (last_mouse_glyph_frame): New var.
3014 (note_mouse_movement): Say mouse moved if current frame differs
3015 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3016 (w32_mouse_position): Set last_mouse_glyph_frame.
3017 Remove OLD_REDISPLAY_CODE block.
3018
3019 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3020
3021 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
3022
3023 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
3024 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
3025
3026 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3027
3028 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
3029
3030 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
3031 (x_draw_composite_glyph_string_foreground)
3032 (x_draw_image_foreground): Undo previous changes.
3033 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
3034 argument of mac_draw_rectangle.
3035 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
3036 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
3037 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
3038 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
3039 [USE_CG_DRAWING]: New functions.
3040 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
3041 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
3042 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
3043 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
3044 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
3045 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
3046 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3047
3048 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3049
3050 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
3051
3052 2006-03-11 Jason Rumney <jasonr@gnu.org>
3053
3054 * w32fns.c (signal_user_input): New function.
3055 (post_character_message): Use it for keyboard input.
3056 (w32_msg_pump): Use it for mouse input.
3057
3058 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3059
3060 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
3061 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
3062
3063 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3064
3065 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
3066 if a menu is already active (the menubar_active flag is on).
3067
3068 2006-03-11 David Ponce <david@dponce.com>
3069
3070 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
3071
3072 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3073
3074 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
3075 the list of unused display error handling functions.
3076
3077 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
3078 HAVE_X_WINDOWS.
3079 (internal_condition_case, internal_condition_case_1)
3080 (internal_condition_case_2): Call x_catching_errors only if
3081 HAVE_X_WINDOWS.
3082
3083 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
3084 Don't include sys/resource.h unless defined.
3085
3086 2006-03-11 Richard Stallman <rms@gnu.org>
3087
3088 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
3089
3090 * vm-limit.c (get_lim_data, lim_data, data_space_start):
3091 Move from mem-limits.h.
3092 (enum warnlevel): New data type.
3093 (check_memory_limits): Rewrite the logic about warnings.
3094 Use standard `struct rlimit'. Check return values for nonsense.
3095 (memory_warnings): Always clear lim_data.
3096
3097 * mem-limits.h (get_lim_data, lim_data, data_space_start):
3098 Move to vm-limit.c.
3099
3100 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
3101
3102 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
3103 (internal_condition_case_1, internal_condition_case_2):
3104 Abort if within unclosed x_catch_errors.
3105
3106 2006-03-11 Romain Francoise <romain@orebokech.com>
3107
3108 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3109
3110 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3111
3112 * lisp.h: Remove duplicate prototypes. Make the prototype of
3113 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3114
3115 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3116
3117 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3118 argument of XDrawRectangle.
3119
3120 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3121
3122 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3123 (x_draw_glyph_string_foreground)
3124 (x_draw_composite_glyph_string_foreground)
3125 (x_draw_image_foreground): Don't subtract 1 from width and height
3126 arguments to mac_draw_rectangle.
3127 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3128
3129 2006-03-10 Kim F. Storm <storm@cua.dk>
3130
3131 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3132
3133 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3136 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3137
3138 2006-03-09 Kenichi Handa <handa@m17n.org>
3139
3140 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3141 ASCII component of a composition.
3142
3143 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3144
3145 * window.c: Declare preserve_y as a static global variable.
3146 (window_scroll_pixel_based): No longer declare preserve_y;
3147 it is global now.
3148 (syms_of_window): Set preserve_y to -1.
3149
3150 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3151
3152 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3153 depth is 32.
3154 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
3155 depth is 32.
3156
3157 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * xdisp.c (handle_invisible_prop): Don't update it->position with
3160 a buffer position if we're in a display string.
3161
3162 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3163
3164 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3165 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3166
3167 * macfns.c (x_default_scroll_bar_color_parameter)
3168 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3169 Remove unnecessary prototypes.
3170 (x_set_scroll_bar_default_width):
3171 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
3172 (mac_set_scroll_bar_width): New function.
3173 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3174
3175 * macterm.c (get_control_part_bounds): Fix type of return value.
3176 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3177 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3178 scroll bar if it is not tall enough to display scroll bar thumb.
3179 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3180 (mac_handle_command_event, mac_handle_window_event)
3181 (mac_handle_mouse_event): Check error code of GetEventParameter.
3182 (convert_fn_keycode) [MAC_OSX]: Likewise.
3183
3184 2006-03-05 Andreas Schwab <schwab@suse.de>
3185
3186 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3187
3188 2006-03-02 Kim F. Storm <storm@cua.dk>
3189
3190 * frame.h (struct frame): New member n_tool_bar_rows.
3191
3192 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3193 that non-toolkit tool-bars must occupy an integral number of screen
3194 lines, by distributing the rows evenly over the tool-bar screen area.
3195 (Vtool_bar_border): New variable.
3196 (syms_of_xdisp): DEFVAR_LISP it.
3197 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3198 Make tool-bar row the desired height. Use default face for border
3199 below tool-bar.
3200 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3201 actual tool-bar rows.
3202 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3203 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3204 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3205 is resized.
3206
3207 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3208
3209 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3210 backslashes to try to make clear that it has a literal meaning; it
3211 does not do that. (It could close a character alternative
3212 containing a backslash.)
3213
3214 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * xselect.c (x_catch_errors_unwind): New function.
3217 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3218 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3219
3220 * window.c (Qscroll_up, Qscroll_down): New syms.
3221 (window_scroll_pixel_based): Make preserve_y static to avoid
3222 getting point stuck when scrolling 1 line.
3223
3224 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
3227
3228 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3229 (handle_one_xevent, x_connection_closed, x_list_fonts):
3230 No arg for x_uncatch_errors.
3231
3232 * xselect.c (x_own_selection, x_decline_selection_request)
3233 (x_reply_selection_request, x_get_foreign_selection)
3234 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3235
3236 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3237 Likewise.
3238
3239 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3240
3241 * lread.c: Declare Vload_file_rep_suffixes instead of
3242 deleted variable default_suffixes.
3243 (Fget_load_suffixes): New function.
3244 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3245 No longer use deleted variable default_suffixes. Update docstring.
3246 (syms_of_lread): defsubr Sget_load_suffixes.
3247 Expand `load-suffixes' docstring.
3248 Delete default_suffixes and DEFVAR_LISP the new variable
3249 `load-file-rep-suffixes'.
3250
3251 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3252 of Vload_suffixes.
3253
3254 * lisp.h: EXFUN Fget_load_suffixes.
3255 Extern Vload_file_rep_suffixes.
3256
3257 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3258 with lisp.h.
3259
3260 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3263 qualifier which was trying to avoid the bug that was fixed by
3264 yesterday's changes to xterm.c.
3265
3266 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * xterm.h (x_catch_errors) Return value changed to void.
3269 (x_uncatch_errors): Delete unused count argument.
3270
3271 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3272 it can be called in a signal handler.
3273 (x_catch_errors_unwind): Function deleted.
3274 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3275 (x_check_errors): Call x_uncatch_errors before signalling error.
3276
3277 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3278 (x_connection_closed, x_list_fonts): Use new versions of
3279 x_catch_errors and x_uncatch_errors.
3280
3281 * xselect.c (x_own_selection, x_decline_selection_request)
3282 (x_reply_selection_request, x_get_foreign_selection)
3283 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3284
3285 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3286 Likewise.
3287
3288 * eval.c (record_unwind_protect): Add an assertion.
3289
3290 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * process.c (Fmake_network_process): Init the process's mark.
3293
3294 2006-02-25 Kim F. Storm <storm@cua.dk>
3295
3296 * buffer.c (modify_overlay): Force redisplay if we modify an
3297 overlay at the end of the buffer.
3298
3299 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3300
3301 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3302 nil the image file has been removed, in that case use the (cached)
3303 pixmap.
3304
3305 2006-02-24 Kenichi Handa <handa@m17n.org>
3306
3307 * fileio.c (Finsert_file_contents): When a text is replaced
3308 partially, be sure to set point before the inserted characters.
3309
3310 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3311
3312 * xfns.c (Fx_file_dialog): Return a decoded file name.
3313
3314 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3315
3316 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3317 glyph whose face is extended to the text area end.
3318
3319 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3320 values if control is not visible or values are not changed.
3321
3322 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3325 The default `window' should not be "on a different frame".
3326
3327 2006-02-22 Kim F. Storm <storm@cua.dk>
3328
3329 * indent.c (Fvertical_motion): Only try to move back if we can.
3330
3331 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3332
3333 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3334 n_clip_rects.
3335
3336 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3337 xmenu.c.
3338
3339 * macterm.c (GC_CLIP_REGION): Remove macro.
3340 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3341 All uses changed. Don't do clipping if n_clip_rects is zero.
3342 (mac_set_clip_rectangles): Use xassert instead of abort.
3343 Set n_clip_rects. Don't make clip_region empty when number of
3344 clipping rectangles is zero.
3345 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3346 calling mac_set_clip_rectangles.
3347 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3348 avoid multiple redraws.
3349
3350 2006-02-22 Kim F. Storm <storm@cua.dk>
3351
3352 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3353
3354 2006-02-21 Kim F. Storm <storm@cua.dk>
3355
3356 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3357
3358 2006-02-21 Zhang Wei <brep@newsmth.org>
3359
3360 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3361 returning it.
3362
3363 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3364
3365 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3366 (standard_bitmaps): Use it.
3367
3368 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3369
3370 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3371 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3372 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3373 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
3374 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3375 Draw background if BG_WIDTH is not zero. Use float constants as
3376 divisors instead of double. Use alloca instead of xmalloc/xfree.
3377 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3378 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3379 mac_draw_image_string* functions.
3380 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3381 some fonts when srcCopy text transfer mode might be used.
3382 (mac_begin_clip, mac_end_clip): Check if region is empty.
3383 (mac_set_clip_rectangles): When resetting clip region, make it
3384 empty instead of disposing of it.
3385
3386 2006-02-20 Kim F. Storm <storm@cua.dk>
3387
3388 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3389
3390 * buffer.h (struct buffer): New members fringe_indicator_alist and
3391 fringe_cursor_alist.
3392
3393 * buffer.c (init_buffer_once): Set dummy default values for
3394 fringe-indicator-alist and fringe-cursor-alist. The proper
3395 default values are set by pre-loading fringe.el.
3396 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3397 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
3398 corresponding default- variables.
3399
3400 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
3401 to use `int'.
3402 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
3403 Define explicitly.
3404 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
3405 (Qhollow_small): New variables.
3406 (syms_of_fringe): Intern and staticpro them.
3407 (question_mark_bits): Rename from unknown_bits.
3408 (left_curly_arrow_bits): Rename from continuation_bits.
3409 (right_curly_arrow_bits): Rename from continued_bits.
3410 (left_triangle_bits): Rename from ov_bits.
3411 (right_triangle_bits): Add.
3412 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
3413 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
3414 (filled_square_bits): Add.
3415 (vertical_bar_bits): Rename from bar_cursor_bits.
3416 (horizontal_bar_bits): Rename from hbar_cursor_bits.
3417 (empty_line_bits): Rename from zv_bits.
3418 (standard_bitmaps): Update to use new names.
3419 (draw_fringe_bitmap_1): Make static.
3420 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
3421 to map from logical cursors and indicators to physical bitmaps.
3422 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
3423 bitmaps using symbol names instead of bitmap numbers.
3424 (update_window_fringes): Use logical indicator symbol names
3425 instead of bitmap numbers for logical. Add bitmap cache.
3426 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
3427
3428 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * regex.c: Revert 2006-02-19 change.
3431 (xmalloc, xrealloc): Define these when not linked to Emacs.
3432 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
3433
3434 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
3435
3436 * regex.c (extend_range_table_work_area): Fix typo.
3437
3438 2006-02-19 Richard M. Stallman <rms@gnu.org>
3439
3440 * xterm.c (x_catch_errors): Use xmalloc.
3441
3442 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
3443 (regex_compile): Likewise.
3444 (regcomp): Use xmalloc.
3445
3446 * gtkutil.c (malloc_widget_value): Use xmalloc.
3447
3448 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
3449 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
3450
3451 * xmenu.c (digest_single_submenu): When pane_string is empty,
3452 do initialize save_wv.
3453
3454 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3455
3456 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
3457 w->update_mode_line if arg F is not the selected frame.
3458
3459 * macmenu.c (popup_activated_flag, submenu_id)
3460 (next_menubar_widget_id): Remove variables.
3461 (initialize_frame_menubar): Remove function.
3462 (pop_down_menu, mac_menu_show): Simplify save value.
3463 (dispose_menus): New function.
3464 (pop_down_menu, fill_menubar): Use it.
3465 (fill_submenu): Remove function. All uses changed to fill_menu.
3466 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
3467 POS. Don't call SetMenuItemHierarchicalID here.
3468 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
3469 used next. Call SetMenuItemHierarchicalID here.
3470 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
3471 objects if needed. Reuse existing menu bar titles if possible.
3472 (set_frame_menubar): Don't clean up menu objects here.
3473
3474 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * window.c (window_min_size_1): Ensure room for the scroll bar and
3477 fringes.
3478
3479 2006-02-17 Romain Francoise <romain@orebokech.com>
3480
3481 * puresize.h (BASE_PURESIZE): Increment to 1200000.
3482
3483 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
3486 addition of the BLOCK_INPUTs.
3487
3488 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * window.c (Fset_window_scroll_bars): Doc fix.
3491
3492 2006-02-17 Kenichi Handa <handa@m17n.org>
3493
3494 * xdisp.c (display_mode_element): Call display_string with correct
3495 PREC arg (which must be a number of characters, not column width).
3496
3497 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3498
3499 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
3500
3501 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
3502
3503 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
3504
3505 2006-02-14 Richard M. Stallman <rms@gnu.org>
3506
3507 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
3508
3509 * m/ibms390x.h: New file.
3510
3511 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3512
3513 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
3514 value of x-gtk-whole-detached-tool-bar.
3515 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
3516
3517 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
3518
3519 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3520
3521 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
3522
3523 * xterm.h: Declare x_x_to_emacs_modifiers.
3524
3525 * gtkutil.c (xg_tool_bar_button_cb): New function.
3526 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
3527 store modifiers in event.
3528 (update_frame_tool_bar): Connect button-release-event to
3529 xg_tool_bar_button_cb.
3530
3531 2006-02-13 Richard M. Stallman <rms@gnu.org>
3532
3533 * .gdbinit (xwindow): Update the code to show the window box.
3534
3535 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3536
3537 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
3538
3539 2006-02-12 Richard M. Stallman <rms@gnu.org>
3540
3541 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
3542
3543 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3544
3545 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
3546 (syms_of_keyboard): DEVFAR_LISP and initialize it.
3547 (parse_tool_bar_item, parse_menu_item): If that variable is
3548 non-nil, don't disable menu items and tool-bar buttons.
3549
3550 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * doc.c (Fsubstitute_command_keys): Doc fix.
3553
3554 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
3555
3556 * data.c (Findirect_function): Rewrite docstring.
3557 Fix omission bug: Declare new arg NOERROR.
3558
3559 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3560
3561 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
3562 if window_desc is not set yet.
3563 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
3564 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
3565 parameter `visibility' is `icon'.
3566 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
3567 instead of "fontset-mac".
3568 (Fx_focus_frame): New defun.
3569 (syms_of_macfns): Defsubr it.
3570
3571 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
3572 for unfocused frame.
3573 (x_raise_frame): Call BringToFront instead of SelectWindow.
3574 (x_lower_frame): Use NULL instead of nil.
3575 (x_make_frame_visible): Don't call SelectWindow.
3576 (XTread_socket): Increment handling_signal at the start, decrement
3577 it at the end.
3578 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
3579 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
3580
3581 2006-02-10 Kim F. Storm <storm@cua.dk>
3582
3583 * data.c (Findirect_function): Add NOERROR arg. All callers changed
3584 to pass Qnil for NOERROR.
3585
3586 * keymap.c (current_minor_maps_error): Remove.
3587 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
3588 instead of using internal_condition_case_1+current_minor_maps_error.
3589
3590 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3591
3592 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
3593 frames for GTK, in that case it is the tool bar. This is so that
3594 highlighted text get reset properly.
3595
3596 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
3599
3600 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3601
3602 * window.c (adjust_window_trailing_edge): Check that shrinking
3603 does not set a window to size zero or less.
3604
3605 2006-02-08 Miles Bader <miles@gnu.org>
3606
3607 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
3608 of Fget_text_property (other field functions work with overlays as
3609 well as text-properties).
3610
3611 2006-02-07 Kenichi Handa <handa@m17n.org>
3612
3613 * dispextern.h (unibyte_display_via_language_environment): Extern it.
3614
3615 * xterm.h (unibyte_display_via_language_environment):
3616 * w32term.h (unibyte_display_via_language_environment):
3617 * macterm.h (unibyte_display_via_language_environment): Delete extern.
3618
3619 2006-02-07 Kenichi Handa <handa@m17n.org>
3620
3621 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
3622 (produce_glyphs): Set the character to print in
3623 it->char_to_display. Handle unibyte-display-via-language-environment.
3624 (produce_stretch_glyph): Set character to print in it->char_to_display.
3625
3626 2006-02-06 Kenichi Handa <handa@m17n.org>
3627
3628 * lread.c (openp): Initialize encoded_fn before GCPRO it.
3629
3630 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
3631
3632 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
3633
3634 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
3635 Cast bitfield value to EMACS_INT, to suppress gcc warning.
3636
3637 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
3638 defining.
3639
3640 2006-02-03 Kim F. Storm <storm@cua.dk>
3641
3642 * xdisp.c: Cache last merged escape glyph face.
3643 (last_escape_glyph_frame, last_escape_glyph_face_id)
3644 (last_escape_glyph_merged_face_id): New variables.
3645 (get_next_display_element): Use/update them.
3646 (redisplay_internal): Reset them before redisplay.
3647
3648 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
3649 Only recheck faces after displaying ellipsis.
3650
3651 2006-02-02 Kenichi Handa <handa@m17n.org>
3652
3653 * coding.c (decode_composition_emacs_mule): Fix handling of
3654 incorrect format data.
3655
3656 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3657
3658 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
3659 (gtk_toolbar_insert) so we can have tool bars of different sizes.
3660
3661 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
3662
3663 * data.c (Flistp): Doc fix.
3664
3665 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
3668 Fix typos in docstrings.
3669
3670 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3671
3672 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
3673
3674 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * alloc.c (make_interval, allocate_string)
3677 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
3678 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
3679 global variables.
3680
3681 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3682
3683 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
3684 the MSDOS definition.
3685
3686 2006-01-26 Richard M. Stallman <rms@gnu.org>
3687
3688 * alloc.c (check_pure_size): Make overflow message an "error message".
3689
3690 * keymap.c (Fmap_keymap): Doc fix.
3691
3692 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
3693 unless they were cleared out.
3694
3695 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
3696
3697 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3698
3699 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
3700 (find_field): Set before_field to after_field when pos is at BEGV.
3701 (Fline_beginning_position, Fline_end_position):
3702 Clarify confusing doc string.
3703
3704 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
3705 string.
3706
3707 2006-01-26 Kenichi Handa <handa@m17n.org>
3708
3709 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
3710 current_dir, and error_file. On reporting an error, decode them
3711 back.
3712
3713 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
3716 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
3717 Don't check for quit, since any loop will go through fail or jump.
3718
3719 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * alloc.c (allocate_string_data): Update next_free immediately, to
3722 reduce risk of memory clobberage.
3723
3724 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3725
3726 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
3727 display when point moves across an ellipsis. If there are
3728 adjacent invisible texts, don't lose the second one's ellipsis.
3729 (x_produce_glyphs): Doc fix.
3730
3731 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
3734
3735 2006-01-23 Kim F. Storm <storm@cua.dk>
3736
3737 * xdisp.c (handle_single_display_spec): Fix handling of space
3738 property on char from string: set *position rather than
3739 it->current.pos.
3740 (produce_stretch_glyph): Reduce width of stretch glyphs so they
3741 don't get wider than the window (unless truncate-lines is on).
3742
3743 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * xterm.c: Avoid allocating Lisp data from a signal handler.
3746 (x_error_message): New var to replace x_error_message_string.
3747 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
3748 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
3749 (syms_of_xterm): Use it instead of x_error_message_string.
3750
3751 * alloc.c (lisp_align_free): Add an assertion.
3752 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
3753 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
3754 a signal handler.
3755
3756 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
3757
3758 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
3759
3760 2006-01-21 Romain Francoise <romain@orebokech.com>
3761
3762 * xdisp.c (get_window_cursor_type): Fix last change.
3763 Update copyright year.
3764
3765 2006-01-20 Eli Zaretskii <eliz@gnu.org>
3766
3767 * lread.c (Fload): Don't leak the file descriptor returned by
3768 openp if we are going to signal an error.
3769
3770 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
3771 directly to _close.
3772 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
3773 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
3774 to _read.
3775 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
3776 directly to _write.
3777
3778 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
3779 if it is NULL.
3780
3781 2006-01-20 Kenichi Handa <handa@m17n.org>
3782
3783 * puresize.h (BASE_PURESIZE): Increment to 1190000.
3784
3785 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * xdisp.c (get_window_cursor_type): Use cursor type specified by
3788 the selected buffer for the echo area too.
3789
3790 2006-01-19 Richard M. Stallman <rms@gnu.org>
3791
3792 * keymap.c (Fmap_keymap): Doc fix.
3793
3794 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
3795
3796 * keyboard.c (echo_char): Don't omit the space between first two
3797 echoed chars.
3798
3799 * minibuf.c (read_minibuf): Fix previous change.
3800
3801 2006-01-19 Kenichi Handa <handa@m17n.org>
3802
3803 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
3804
3805 2006-01-17 Richard M. Stallman <rms@gnu.org>
3806
3807 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
3808 value in f->param_alist.
3809
3810 2006-01-15 Andreas Schwab <schwab@suse.de>
3811
3812 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
3813
3814 2006-01-13 Richard M. Stallman <rms@gnu.org>
3815
3816 * Makefile.in: Define new macro WINDOW_SUPPORT.
3817 (lisp): Use it.
3818 (SOME_MACHINE_LISP): Add conditionally loaded files.
3819
3820 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3821
3822 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
3823 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
3824 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
3825 decomposed form.
3826
3827 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
3828 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
3829 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
3830 macro. Also try member ifr_addr when getting netmask.
3831
3832 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * fileio.c (Fexpand_file_name): Remove redundant tests.
3835 Fix elimination of // so that it doesn't prevent elimination of an
3836 immediately following /. or /..
3837
3838 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3839
3840 * gtkutil.c (xg_toggle_notify_cb): New function.
3841 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
3842 xg_toggle_notify_cb.
3843 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
3844 parameter value changes so the toggle button gets updated.
3845
3846 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * .gdbinit: Fix typo.
3849
3850 2006-01-05 Eli Zaretskii <eliz@gnu.org>
3851
3852 * .gdbinit: Fix last change.
3853
3854 2006-01-05 Kim F. Storm <storm@cua.dk>
3855
3856 * process.c (Fmake_network_process): Use AF_INET instead of
3857 AF_UNSPEC when AF_INET6 is not defined.
3858
3859 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3860
3861 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
3862 Don't check that the other type is known file-related one.
3863
3864 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
3865 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
3866 OS X 10.4 and later.
3867
3868 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3869
3870 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
3871 let GTK do all image processing. Importing Emacs own pixmaps to GTK
3872 looks bad for inactive tool bar items with some Gnome themes.
3873
3874 2006-01-04 Eli Zaretskii <eliz@gnu.org>
3875
3876 * .gdbinit: Avoid a warning message when x_error_quitter is not
3877 compiled in.
3878
3879 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
3880 for w32.
3881
3882 2006-01-04 Kim F. Storm <storm@cua.dk>
3883
3884 * process.c: Add IPv6 support.
3885 (Qipv4, Qipv6): New vars.
3886 (syms_of_process): Intern and staticpro them.
3887 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
3888 with or without port number. Handle 4 element vector as IPv4 address
3889 without port number.
3890 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
3891 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
3892 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
3893 request that address family only. :family nil or omitted means to
3894 determine address family from the specified :host and :service.
3895 (ifflag_table): Add missing OpenBSD IFF_ flags.
3896 (server_accept_connection): Handle IPv6 addresses.
3897 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
3898
3899 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
3900 determine which breakpoints to set.
3901
3902 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
3905
3906 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
3907
3908 2006-01-03 Romain Francoise <romain@orebokech.com>
3909
3910 * emacs.c (main): Update copyright year.
3911
3912 2006-01-03 Ken Raeburn <raeburn@gnu.org>
3913
3914 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
3915 nil for the call to internal_delete_file.
3916
3917 2006-01-01 Ken Raeburn <raeburn@gnu.org>
3918
3919 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
3920 to nil for the call to Fwrite_region.
3921
3922 2005-12-31 Richard M. Stallman <rms@gnu.org>
3923
3924 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
3925
3926 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3927
3928 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
3929
3930 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * textprop.c (set_text_properties): Reword description of return value.
3933 Return Qnil if caller wants to remove all text properties from a
3934 string and the string already has no intervals.
3935
3936 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * term.c (visible_cursor): New boolean var.
3939 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
3940 visible_cursor.
3941 (syms_of_term): Export the new var as "visible-cursor".
3942
3943 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3944
3945 * .gdbinit: Tell users not to worry about GDB warnings that some
3946 functions do not exist in the binary.
3947
3948 2005-12-30 Andreas Schwab <schwab@suse.de>
3949
3950 * process.c (Fnetwork_interface_info): Correctly terminate the
3951 loop over ifflag_table.
3952
3953 2005-12-29 Richard M. Stallman <rms@gnu.org>
3954
3955 * lread.c (readevalloop): Test for reading a whole buffer
3956 before actually reading anything. Handle all cases, including
3957 START = END = nil and an already-narrowed buffer.
3958 Convert END to a marker if it is a number.
3959
3960 * keymap.c (describe_map): Put sparse map elements into an array,
3961 sort them, then output a sequence of identical bindings on one line.
3962 (struct describe_map_elt): New data type.
3963 (describe_map_compare): New function.
3964
3965 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3966
3967 * gtkutil.c (xg_get_file_with_chooser): Change message shown
3968 in file chooser.
3969
3970 2005-12-27 Richard M. Stallman <rms@gnu.org>
3971
3972 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
3973 not the current one.
3974
3975 * minibuf.c (Fminibuffer_message): Doc fix.
3976 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
3977
3978 * eval.c (do_autoload): Ignore elements of Vautoload_queue
3979 where car is not symbol.
3980
3981 2005-12-27 Kenichi Handa <handa@m17n.org>
3982
3983 * charset.c (lisp_string_width): Check multibyteness of STRING.
3984
3985 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3986
3987 * xfns.c: x_show_hidden_files, new variable.
3988 (syms_of_xfns): Defvar it.
3989
3990 * gtkutil.c (xg_toggle_visibility_cb): New function.
3991 (xg_get_file_with_chooser): Add toggle hidden files and a message
3992 to the new file chooser dialog. Show hidden files if
3993 x_show_hidden_files is non-zero.
3994
3995 2005-12-26 Richard M. Stallman <rms@gnu.org>
3996
3997 * keyboard.h: Undo previous change.
3998
3999 * Makefile.in (undo.o): Undo previous change.
4000
4001 * undo.c: Undo previous change.
4002
4003 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
4004
4005 * keyboard.h: extern last_point_position_window.
4006
4007 * undo.c: include keyboard.h.
4008
4009 * Makefile.in (undo.o): Depend on keyboard.h.
4010
4011 2005-12-26 Richard M. Stallman <rms@gnu.org>
4012
4013 * commands.h (last_point_position_window): Declare.
4014
4015 * undo.c: Depend on window.h.
4016 (record_point): Save old point from the correct window.
4017
4018 * keyboard.c (last_point_position_window): New variable.
4019 (command_loop_1): Set last_point_position_window.
4020 (syms_of_keyboard): Init it.
4021
4022 * Makefile.in (undo.o): Depend on window.h.
4023
4024 2005-12-25 Richard M. Stallman <rms@gnu.org>
4025
4026 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
4027 to undo a `provide'.
4028
4029 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
4030
4031 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
4032
4033 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
4034 define for FreeBSD on this platform.
4035
4036 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4037
4038 * macterm.h (TYPE_FILE_NAME): New define.
4039 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
4040
4041 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
4042 Add prototypes. Make static.
4043 (mac_aedesc_to_lisp): Initialize err to noErr.
4044 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
4045 (init_coercion_handler): New functions.
4046 (Fmac_coerce_ae_data): Use coercion of Apple event data for
4047 translation from/to file names.
4048
4049 * macterm.c: Don't include sys/param.h.
4050 (init_coercion_handler): Add extern.
4051 [MAC_OS8] (main): Call init_coercion_handler.
4052 (mac_initialize) [MAC_OSX]: Likewise.
4053 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
4054 Apple event data for translation from/to file names.
4055
4056 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4057
4058 * image.c [MAC_OS] (find_image_fsspec): Likewise.
4059
4060 2005-12-23 Martin Rudalics <rudalics@gmx.at>
4061
4062 * insdel.c (insert, insert_and_inherit, insert_before_markers)
4063 (insert_before_markers_and_inherit): Make sure FROM is correct
4064 when `after-change-functions' are called.
4065
4066 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4067
4068 * xfns.c (Fx_uses_old_gtk_dialog): New function.
4069
4070 * gtkutil.c (xg_uses_old_file_dialog): New function.
4071 (xg_get_file_name): Use xg_uses_old_file_dialog.
4072
4073 * gtkutil.h: Declare xg_uses_old_file_dialog.
4074
4075 2005-12-22 Richard M. Stallman <rms@gnu.org>
4076
4077 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
4078
4079 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4080
4081 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
4082
4083 * macgui.h (XCharStruct): Remove member `valid_p'.
4084 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
4085 (XCharStructRow): New typedef.
4086 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
4087 New macros.
4088 (struct MacFontStruct): Add member `bounds'. Remove member
4089 `per_char'. All uses for QuichDraw Text fonts are changed to
4090 `bounds.per_char'. ATSUI font bounds are represented as an array
4091 `bounds.rows' of XCharStructRow's, each of which consists of a
4092 bitmap of valid entries and an array of char bounds.
4093
4094 * macterm.c (mac_per_char_metric): Add prototype.
4095 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
4096 (mac_query_char_extents): New function.
4097 (x_per_char_metric): Use it.
4098 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
4099 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
4100 Use mac_per_char_metric instead of x_per_char_metric.
4101 (mac_text_extents_16): New function.
4102 (mac_compute_glyph_string_overhangs): Use it.
4103 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
4104
4105 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4108 (Fminibuffer_completion_help): Remove duplicates before display.
4109
4110 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4111
4112 * print.c (print_preprocess): Don't lose print_depth levels while
4113 iterating.
4114
4115 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4116
4117 * macmenu.c (Qmac_apple_event): Add extern.
4118 (set_frame_menubar, mac_menu_show keymp_panes)
4119 (single_keymap_panes, list_of_panes, list_of_item)
4120 (single_menu_item): Add argument types to prototypes.
4121 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4122 (struct skp): New struct (from xmenu.c).
4123 (single_keymap_panes, single_menu_item, list_of_panes)
4124 (list_of_item): Sync with xmenu.c.
4125 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4126 POSITION if it is mac-apple-event event.
4127 (menubar_selection_callback): Don't use menu_command_in_progress.
4128 (set_frame_menubar): First parse all submenus, then make
4129 widget_value trees from them. Don't allocate any widget_value
4130 objects until we are done with the parsing.
4131 (parse_single_submenu, digest_single_submenu): New functions.
4132 (single_submenu): Function deleted, replaced by those two.
4133 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4134 create or dispose of EventHandlerUPP. Install hander to all submenus.
4135 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4136 instead of ENCODE_SYSTEM.
4137 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4138 integer values.
4139 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4140 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4141 format menu item string. Don't use NULL for integer value.
4142
4143 * macterm.h (struct mac_output): Remove unused member
4144 menu_command_in_progress.
4145
4146 2005-12-20 Juri Linkov <juri@jurta.org>
4147
4148 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4149 position is non-nil, else set it to nil.
4150
4151 * macmenu.c (Fx_popup_menu): Add `else' to set
4152 Vmenu_updating_frame to nil only if position is nil.
4153
4154 * w32menu.c (Fx_popup_menu): Add `else' to set
4155 Vmenu_updating_frame to nil only if position is nil.
4156
4157 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4158
4159 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4160 stored in member `args' of struct input_event.
4161
4162 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4163
4164 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4165 stored in member `args' of struct input_event.
4166
4167 * w32term.c (construct_drag_n_drop): Likewise.
4168
4169 * macterm.c (mac_do_receive_drag): Likewise.
4170 (x_use_underline_position_properties): Undo 2005-07-13 change.
4171 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4172 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
4173 (mac_pass_command_to_system, mac_pass_control_to_system):
4174 New boolean variables renamed from Lisp_Object ones
4175 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
4176 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4177 All uses changed.
4178 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4179 Make them user options.
4180 (mac_handle_command_event, mac_store_services_event):
4181 Call create_apple_event_from_event_ref without 5th argument.
4182 (backtranslate_modified_keycode): Mask off modifier keys that are
4183 mapped to some Emacs modifiers before passing it to KeyTranslate.
4184 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4185 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4186 Fix docstrings of `mac-*-modifier'.
4187
4188 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
4189 (do_applescript): Change argument types to Lisp_Object.
4190 All uses changed.
4191
4192 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4193 argument from extern.
4194
4195 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4198 the answer, return `lambda', not nil.
4199
4200 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4201
4202 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4203 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4204 that will break with GNU Make >3.80, when sh.exe is used and
4205 arg quoting is with '..'.
4206
4207 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * print.c (print_preprocess): Just signal an error if print_depth
4210 is exceeded.
4211
4212 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4213
4214 * .gdbinit: Set a breakpoint on w32_abort.
4215
4216 2005-12-16 Juri Linkov <juri@jurta.org>
4217
4218 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4219 created from minibuffer_completion_contents.
4220 (minibuffer_completion_contents): Remove.
4221 (do_completion, Fminibuffer_complete_word)
4222 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4223 with Fminibuffer_completion_contents.
4224 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4225 (Fdisplay_completion_list): Doc fix.
4226 (display_completion_list_1): Use `nil' for second arg of
4227 `Fdisplay_completion_list'.
4228
4229 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4230
4231 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4232
4233 * w32fns.c (compute_tip_xy): Ditto.
4234
4235 * macfns.c (compute_tip_xy): Ditto.
4236
4237 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4240 print_object loop.
4241
4242 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4243
4244 * coding.c (code_convert_region_unwind): GCPRO arg.
4245
4246 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4247
4248 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4249 i.e. dy is offset from top of frame instead of bottom.
4250
4251 * macfns.c (compute_tip_xy): Ditto.
4252
4253 * w32fns.c (compute_tip_xy): Ditto.
4254
4255 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4256 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4257 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4258
4259 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4260 is for an unselected radio menu item.
4261
4262 2005-12-11 Richard M. Stallman <rms@gnu.org>
4263
4264 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4265
4266 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4267
4268 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4269 (Flookup_key): Doc fix.
4270 (syms_of_keymap) <function-key-map>: Doc fix.
4271
4272 * fns.c (Frequire): Treat evaluating from a source file
4273 like loading the file.
4274
4275 * floatfns.c (Flog): Doc fix.
4276
4277 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4278 when we change the buffer.
4279
4280 2005-12-11 Juri Linkov <juri@jurta.org>
4281
4282 * minibuf.c (display_completion_list_1):
4283 Call `minibuffer_completion_contents' instead of using `nil' as
4284 second arg of `Fdisplay_completion_list'.
4285 (keys_of_minibuf): Unbind SPC in
4286 Vminibuffer_local_filename_completion_map (see also related
4287 change on 2005-12-06).
4288
4289 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4290
4291 * emacs.c (main) [MAC_OS8]: Undo previous change.
4292
4293 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4294 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4295
4296 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4297
4298 * Makefile.in (macselect.o): Depend on keymap.h.
4299
4300 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4301 syms_of_macselect.
4302
4303 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4304 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4305
4306 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4307 (syms_of_keyboard) [MAC_OS]: Initialize it.
4308 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4309
4310 * mac.c (Qundecoded_file_name): New variable.
4311 (syms_of_mac): Initialize it.
4312 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
4313 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4314 (Fmac_coerce_ae_data): New defun.
4315 (syms_of_mac): Defsubr it.
4316
4317 * macselect.c: Include keymap.h.
4318 (mac_ready_for_apple_events): New variable.
4319 (Vmac_apple_event_map, Qmac_apple_event_class)
4320 (Qmac_apple_event_id): New variables.
4321 (syms_of_macselect): Initialize them.
4322 (Qundefined, mac_store_apple_event): Add externs.
4323 (struct apple_event_binding): New struct.
4324 (find_event_binding_fun, find_event_binding)
4325 (mac_find_apple_event_spec, defer_apple_events)
4326 (mac_handle_apple_event, init_apple_event_handler)
4327 (copy_scrap_flavor_data): New functions.
4328 (Fmac_process_deferred_apple_events): New defun.
4329 (syms_of_macselect): Defsubr it.
4330 (mac_store_services_event): Fix extern.
4331 (mac_handle_service_event): Don't allocate Lisp objects during
4332 asynchronous input processing. Use mac_store_services_event
4333 instead of mac_store_application_menu_event.
4334
4335 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4336 (Qpreferences): Remove variables.
4337 (syms_of_macterm) : Don't initialize them.
4338 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4339 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4340 (init_required_apple_events, do_ae_open_application)
4341 (do_ae_print_documents, do_ae_open_documents)
4342 (do_ae_quit_application): Remove functions and prototypes.
4343 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4344 (mac_find_apple_event_spec): Add externs.
4345 (mac_store_application_menu_event): Remove function.
4346 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4347 (mac_handle_command_event): Create Apple event from Carbon event.
4348 Use mac_store_apple_event instead of mac_store_application_menu_event.
4349 [MAC_OSX] (mac_store_services_event): Likewise.
4350 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4351 [MAC_OS8] (main): Call init_apple_event_handler instead of
4352 init_required_apple_events.
4353 (mac_initialize) [MAC_OSX]: Likewise.
4354 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4355 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4356
4357 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4358 Add externs.
4359 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4360 (Fmac_get_preference): Add EXFUN.
4361
4362 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4363 event.
4364
4365 2005-12-09 Richard M. Stallman <rms@gnu.org>
4366
4367 * xfns.c (Fx_create_frame): Reinstate previous change.
4368
4369 2005-12-09 Eli Zaretskii <eliz@gnu.org>
4370
4371 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4372 GDB to the abort dialog.
4373
4374 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4375
4376 * indent.c (Fvertical_motion): Force move if starting on
4377 stretch glyph.
4378
4379 2005-12-08 Richard M. Stallman <rms@gnu.org>
4380
4381 * lread.c (read_escape) <\s>: Don't treat strings specially.
4382
4383 * xfns.c (Fx_create_frame): Comment out previous change.
4384
4385 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4386
4387 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4388 when needed.
4389
4390 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4393 Vminibuffer_local_filename_completion_map rather than forcing it
4394 explicitly to the same binding as the global map.
4395
4396 2005-12-06 Ken Raeburn <raeburn@gnu.org>
4397
4398 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
4399 * bytecode.c (Fbyte_code): Likewise.
4400 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
4401 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
4402 * undo.c (truncate_undo_list): Likewise.
4403
4404 2005-12-05 Richard M. Stallman <rms@gnu.org>
4405
4406 * window.c (enlarge_window): Eliminate arg preserve_before.
4407 Assume it is 0. All callers changed.
4408 (Fenlarge_window, Fshrink_window): Likewise.
4409
4410 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4411
4412 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
4413 fit below.
4414
4415 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4416
4417 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
4418
4419 * xfns.c (x_real_positions): int ign => unsigned int.
4420 (xg_set_icon_from_xpm_data): Remove unused variable err.
4421 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
4422 to remove compiler warning.
4423 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
4424
4425 2005-12-02 David Reitter <david.reitter@gmail.com>
4426
4427 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4428 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
4429 and Vminibuffer_local_must_match_filename_map keymaps.
4430 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
4431
4432 * keymap.c (Vminibuffer_local_filename_completion_map)
4433 (Vminibuffer_local_must_match_filename_map): New variables.
4434 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
4435 parent to be Vminibuffer_local_completion_map and
4436 Vminibuffer_local_must_match_map, respectively.
4437
4438 * commands.h (Vminibuffer_local_filename_completion_map)
4439 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
4440
4441 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * window.c (Fset_window_configuration): Don't accidentally copy the
4444 window-point of one window to another.
4445
4446 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4447
4448 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4449
4450 2005-11-30 Kim F. Storm <storm@cua.dk>
4451
4452 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
4453 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
4454 passing it to `emacs_write'.
4455
4456 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4457
4458 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
4459
4460 2005-11-27 Richard M. Stallman <rms@gnu.org>
4461
4462 * window.c (adjust_window_trailing_edge): New function.
4463 (Fadjust_window_trailing_edge): New function.
4464 (syms_of_window): Defsubr it.
4465 (window_deletion_count): New variable.
4466 (delete_window): Update window_deletion_count.
4467
4468 2005-11-26 Eli Zaretskii <eliz@gnu.org>
4469
4470 * minibuf.c (syms_of_minibuf): Mention the extension of
4471 `completion-auto-help's meaning by complete.el.
4472
4473 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
4474
4475 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4476 Handle :inherit property as a lisp expression.
4477
4478 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4479
4480 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
4481 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
4482 Qsuper, and Qmodifier_value.
4483 (Vmac_control_modifier, Vmac_option_modifier)
4484 (Vmac_command_modifier, Vmac_function_modifier)
4485 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
4486 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
4487 (Vmac_charset_info_alist): Doc fixes.
4488
4489 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4490
4491 * emacs.c (main) [MAC_OSX]: Change working directory to home
4492 directory if `-psn_*' option is specified.
4493
4494 * mac.c (DECODE_UTF_8): Remove macro.
4495 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
4496 created from cfstring_to_lisp.
4497 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
4498 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
4499
4500 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
4501 Add prototype.
4502
4503 2005-11-21 Ken Raeburn <raeburn@gnu.org>
4504
4505 * keymap.c (shadow_lookup): Use make_number to pass a number to
4506 Fsubstring.
4507
4508 2005-11-21 Juri Linkov <juri@jurta.org>
4509
4510 * puresize.h (BASE_PURESIZE): Increment to 1180000.
4511
4512 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * xfaces.c (Finternal_set_lisp_face_attribute):
4515 Use :ignore-defface for new frame defaults when `unspecified' is
4516 supplied.
4517 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
4518 (merge_face_vectors): Don't do :ignore-defface overwriting here.
4519 (Finternal_merge_in_global_face): Do it here.
4520
4521 2005-11-20 Juri Linkov <juri@jurta.org>
4522
4523 * charset.c (invalid_character): Use Lisp-readable syntax
4524 for octal and hex. Reorder decimal, octal and hex values.
4525
4526 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
4527
4528 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
4529 this type is recognised when debugging.
4530
4531 2005-11-19 Andreas Schwab <schwab@suse.de>
4532
4533 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
4534 Lisp_Cons and Lisp_Float.
4535
4536 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4537
4538 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4539 New variable.
4540 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
4541 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
4542 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
4543 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
4544
4545 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
4548
4549 * xfaces.c (Qignore_defface): New variable.
4550 (syms_of_xfaces): Provide `:ignore-defface'.
4551 (IGNORE_DEFFACE_P): New macro.
4552 (check_lface_attrs, lface_fully_specified_p)
4553 (Finternal_set_lisp_face_attribute)
4554 (Fface_attribute_relative_p, Fmerge_face_attribute):
4555 Handle Qignore_defface as a possible value.
4556 (merge_face_vectors): The merged face is `unspecified' if the
4557 mergee specifies `:ignore-defface'.
4558
4559 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * lread.c (readevalloop): Add missing GCPROs.
4562
4563 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * xfns.c (xg_set_icon_from_xpm_data): New function.
4566
4567 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
4568 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
4569
4570 * xterm.c (x_bitmap_icon): Use the xpm if available.
4571
4572 * image.c (x_create_bitmap_from_xpm_data): New function.
4573 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
4574
4575 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4578
4579 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
4582
4583 2005-11-15 Andreas Schwab <schwab@suse.de>
4584
4585 * lisp.h (struct Lisp_Cons): Make cdr a union.
4586 (XCDR_AS_LVALUE): Adjust.
4587 (struct Lisp_Float): Make data a union.
4588 (XFLOAT_DATA): Adjust.
4589
4590 * alloc.c (free_float): Make free list chaining aliasing-safe.
4591 (make_float): Likewise.
4592 (free_cons): Likewise.
4593 (Fcons): Likewise.
4594 (check_cons_list): Likewise.
4595 (Fmake_symbol): Likewise.
4596 (allocate_misc): Likewise.
4597 (free_misc): Likewise.
4598 (gc_sweep): Likewise.
4599
4600 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4601
4602 * mac.c (HASHKEY_QUERY_CACHE): New define.
4603 (xrm_create_database, xrm_q_put_resource): Empty query cache.
4604 (xrm_get_resource): Use query cache.
4605
4606 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
4607 inhibit_window_system is set.
4608
4609 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4610
4611 * macgui.h (USE_CG_TEXT_DRAWING): New define.
4612 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
4613 and cg_glyphs.
4614
4615 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
4616 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
4617 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
4618 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
4619 not used and font substitution never occurs for ASCII and Latin-1
4620 characters.
4621 (XLoadQueryFont): Maximum and minimum metrics are now those among
4622 ASCII characters.
4623 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
4624 height adjustments for Courier, Helvetica, and Times.
4625
4626 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
4627
4628 2005-11-11 David Reitter <david.reitter@gmail.com>
4629
4630 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
4631 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
4632 Vmac_control_modifier / mac-control-modifier,
4633 Vmac_option_modifier / mac-option-modifier,
4634 Vmac_command_modifier / mac-command-modifier.
4635 (mac_to_emacs_modifiers): Use the new style modifier
4636 variables. Return UInt32 (modifiers are longs now.)
4637 (backtranslate_modified_keycode): New function (refactoring).
4638 (XTread_socket): Use new modifier variables and refactored function.
4639 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
4640 no dedicated meta key. Not in use anyway.)
4641 (convert_fn_keycode): Map Fn-keys to their original keycode
4642 using a table (english keyboard only).
4643
4644 2005-11-11 Kim F. Storm <storm@cua.dk>
4645
4646 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
4647 Add post hook to "backtrace" to always dump lisp call stack to
4648 increase chance of people sending it to us when reporting bugs.
4649
4650 * doc.c (Fsubstitute_command_keys): Doc fix.
4651
4652 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
4653
4654 * xdisp.c (handle_stop): Skip overlay string handling if
4655 ignore_overlay_strings_at_pos_p is set.
4656 (set_iterator_to_next): At end of display vector, set
4657 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
4658 string, so we skip those overlay strings at current pos.
4659
4660 2005-11-10 Lars Hansen <larsh@soem.dk>
4661
4662 * fileio.c (file-regular-p): Doc fix.
4663
4664 2005-11-10 Kim F. Storm <storm@cua.dk>
4665
4666 * alloc.c (valid_lisp_object_p): New function to validate that
4667 an object is really a valid Lisp_Object.
4668
4669 * lisp.h (valid_lisp_object_p): Add prototype.
4670
4671 * print.c (safe_debug_print): New function to be called from gdb
4672 to print Lisp objects; use valid_lisp_object_p to avoid crashing
4673 if user tries to print something which is not a Lisp object.
4674
4675 * .gdbinit (pp, pp1): Use safe_debug_print.
4676 (pv, pv1): New commands to print value of a lisp variable.
4677
4678 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4679
4680 * .gdbinit (pp1): New user-defined function.
4681
4682 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4683
4684 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
4685
4686 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
4687 related variables for dumped executable.
4688
4689 * unexmacosx.c (unexec_write_zero): New function.
4690 (copy_data_segment): Clear uninitialized local variables in
4691 statically linked libraries.
4692
4693 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
4694
4695 2005-11-09 Juri Linkov <juri@jurta.org>
4696
4697 * keymap.c (shadow_lookup): If Flookup_key returns a number,
4698 call it again with a sub-key-sequence, and if its return value
4699 is non-nil (sub-key is bound), return nil.
4700
4701 2005-11-08 Kim F. Storm <storm@cua.dk>
4702
4703 * process.c (Fsignal_process): Recognize signal names with and
4704 without SIG prefix, e.g. SIGHUP and HUP.
4705
4706 * search.c (search_buffer): No need to initialize base_pat.
4707
4708 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
4711 Don't abuse the `mini' arg. Use the `obj' arg instead.
4712
4713 2005-11-04 Kim F. Storm <storm@cua.dk>
4714
4715 * xdisp.c (show_mouse_face): Clear mouse face to eol.
4716
4717 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
4720 font-lock.elc and jit-lock.elc.
4721
4722 2005-11-03 Richard M. Stallman <rms@gnu.org>
4723
4724 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
4725 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
4726 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
4727
4728 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
4729
4730 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
4731
4732 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * window.c (Fdisplay_buffer): Fix last change to not use
4735 a dedicated window.
4736
4737 2005-11-01 Kim F. Storm <storm@cua.dk>
4738
4739 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
4740 Instead, rotate the bottom angle bitmap 180 degrees to indicate
4741 that the bottom row does not end in a newline.
4742
4743 2005-11-01 Andreas Schwab <schwab@suse.de>
4744
4745 * unexelf.c (unexec): Handle .plt section in BSS segment.
4746
4747 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
4750
4751 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
4752 determine whether to consider dedicated windows as well.
4753 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
4754 (Fdisplay_buffer): Do consider dedicated windows in those cases where
4755 we will split the window rather than reuse it.
4756 Don't try to use windows on other displays.
4757
4758 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4759
4760 * puresize.h (BASE_PURESIZE): Increment to 1170000.
4761
4762 2005-10-31 Romain Francoise <romain@orebokech.com>
4763
4764 * macfns.c: Update copyright year.
4765 * m/gould.h: Likewise.
4766
4767 2005-10-30 Kim F. Storm <storm@cua.dk>
4768
4769 * xdisp.c (display_line): Restore it->current_x and call
4770 extend_face_to_end_of_line when last glyph doesn't fit on line.
4771 (set_glyph_string_background_width): Remove specific tests here
4772 to see if face background should extend to end of line. Simplify.
4773
4774 2005-10-30 Richard M. Stallman <rms@gnu.org>
4775
4776 * alloc.c (BYTES_USED): Use uordblks, not arena.
4777 (bytes_used_when_reconsidered): New variable.
4778 (emacs_blocked_free): Set that.
4779
4780 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * alloc.c (emacs_blocked_free): Fix typo.
4783
4784 2005-10-29 Richard M. Stallman <rms@gnu.org>
4785
4786 * data.c (Fmake_variable_frame_local): Doc fix.
4787
4788 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
4789 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
4790 controls whether to save and restore mode_line_proptrans_alist.
4791 Callers changed.
4792 (unwind_format_mode_line): Work with that feature.
4793 (redisplay_internal): Don't call prepare_menu_bars if memory full.
4794 (move_elt_to_front): New function.
4795 (display_mode_element): Use move_elt_to_front.
4796 Don't bother munging text props on a null string.
4797 Delete obsolete elts from mode_line_proptrans_alist.
4798 (decode_mode_spec): Test Vmemory_full, not spare_memory.
4799 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
4800
4801 * lisp.h (memory_full_cons_threshold): Declare.
4802 (internal_lisp_condition_case): Declare.
4803
4804 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
4805 (Fmemory_full_p): Function deleted.
4806 (syms_of_alloc): Don't defsubr it.
4807 (memory_full_cons_threshold): New variable.
4808 (spare_memory): Now a vector of 7 elts.
4809 (buffer_memory_full): Don't set Vmemory_full here.
4810 (xfree): Don't try to refill here.
4811 (emacs_blocked_free): Record BYTES_USED in local var.
4812 (memory_full): Now free all the slots in spare_memory.
4813 (refill_memory_reserve): Allocate each slot in spare_memory.
4814 (init_alloc_once): Call refill_memory_reserve.
4815
4816 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
4817
4818 * eval.c (internal_lisp_condition_case): New function.
4819 (Fcondition_case): Use internal_lisp_condition_case.
4820 (Feval): Test Vmemory_full and memory_full_cons_threshold.
4821 (Ffuncall): Likewise.
4822
4823 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
4824
4825 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * syntax.c (Fparse_partial_sexp): Fix docstring.
4828
4829 2005-10-28 Romain Francoise <romain@orebokech.com>
4830
4831 * puresize.h (BASE_PURESIZE): Increment to 1130000.
4832
4833 2005-10-28 Richard M. Stallman <rms@gnu.org>
4834
4835 * xfns.c (syms_of_xfns): Provide `x' as feature.
4836
4837 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
4838
4839 * editfns.c (Fformat): Don't include string padding
4840 between info[n].start and info[n].end.
4841
4842 * alloc.c (spare_memory): No longer static.
4843 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
4844
4845 * puresize.h (BASE_PURESIZE): Increment to 1120000.
4846
4847 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
4850
4851 * fringe.c (update_window_fringes): Handle case where buffer ends
4852 with a newline.
4853
4854 2005-10-27 Kenichi Handa <handa@m17n.org>
4855
4856 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
4857
4858 2005-10-24 Kenichi Handa <handa@m17n.org>
4859
4860 * charset.h (charset_mule_unicode_0100_24ff)
4861 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4862 Extern them.
4863
4864 * charset.c (charset_mule_unicode_0100_24ff)
4865 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4866 New variables.
4867 (Fsetup_special_charsets): Initialize them.
4868
4869 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
4870 supported Unicode characters.
4871
4872 2005-10-25 Jason Rumney <jasonr@gnu.org>
4873
4874 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
4875
4876 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4877
4878 * image.c [MAC_OS] (image_load_qt_1): Check image size.
4879 Use GraphicsImportGetImageDescription instead of
4880 GraphicsImportGetNaturalBounds.
4881 [MAC_OSX] (image_load_quartz2d): Check image size.
4882 [MAC_OS] (xpm_load_image): Likewise.
4883
4884 * macterm.c (last_mouse_glyph_frame): New var.
4885 (note_mouse_movement): Say mouse moved if current frame differs
4886 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4887 (XTmouse_position): Set last_mouse_glyph_frame.
4888 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
4889 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
4890 Use EndianU16_BtoN.
4891 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
4892 (x_per_char_metric, XLoadQueryFont)
4893 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
4894 glyph bounds.
4895 (mac_to_x_fontname, mac_do_list_fonts)
4896 (mac_initialize_display_info): Change screen resolutions to 72dpi.
4897
4898 2005-10-25 Masatake YAMATO <jet@gyve.org>
4899
4900 * minibuf.c (Fdisplay_completion_list): Small doc fix.
4901
4902 2005-10-24 Kim F. Storm <storm@cua.dk>
4903
4904 * xterm.c: Undo 2005-10-23 change.
4905 (last_mouse_glyph_frame): New var.
4906 (note_mouse_movement): Say mouse moved if current frame differs
4907 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4908 (XTmouse_position): Set last_mouse_glyph_frame.
4909 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
4910 last_mouse_glyph] on mouse up/down event.
4911
4912 * editfns.c (Fcompare_buffer_substrings): Fix last change.
4913
4914 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
4917
4918 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4919
4920 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
4921 so tool tips don't interfere with press on tool bar button.
4922
4923 2005-10-23 Richard M. Stallman <rms@gnu.org>
4924
4925 * casetab.c (Fset_case_table): Doc fix.
4926
4927 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
4928 (readevalloop): Compute ENTIRE properly.
4929 (syms_of_lread) <load-history>: Doc fix.
4930
4931 2005-10-21 Richard M. Stallman <rms@gnu.org>
4932
4933 * lread.c (Fload): Simplify gcpro structure.
4934 Gcpro FOUND as well as FILE, but not EFOUND.
4935 Unless preloading, record FOUND instead of FILE in Vload_history.
4936 Rename repeat local FILE to MSG_FILE.
4937 (syms_of_lread) <load-history>: Doc fix.
4938
4939 2005-10-21 Kenichi Handa <handa@m17n.org>
4940
4941 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
4942
4943 2005-10-20 Kim F. Storm <storm@cua.dk>
4944
4945 * buffer.c (clone_per_buffer_values): Remove unused var tem.
4946 (init_buffer): Remove unused vars dotstat, pwdstat.
4947
4948 * ccl.c (check_ccl_update): Remove unused var vp.
4949
4950 * fileio.c (auto_save_error): Call SAFE_FREE.
4951
4952 * fns.c (Fchar_table_range): Remove unused var i.
4953
4954 * minibuf.c (display_completion_list_1): New wrapper function
4955 for Fdisplay_completion_list.
4956 (Fminibuffer_completion_help): Use it.
4957
4958 * term.c (encode_terminal_code): Remove unused var src_start.
4959
4960 * window.c (Fwindow_tree): Remove unused var alist.
4961
4962 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
4963
4964 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4965
4966 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
4967
4968 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
4969
4970 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
4971
4972 2005-10-20 Andreas Schwab <schwab@suse.de>
4973
4974 * minibuf.c (Fdisplay_completion_list): Doc fix.
4975
4976 2005-10-19 Kim F. Storm <storm@cua.dk>
4977
4978 * image.c (check_image_size): Handle integer Vmax_image_size value
4979 directly as max pixel value. Use default frame size for null frame.
4980 (syms_of_image) <max-image-size>: Describe integer value.
4981
4982 2005-10-19 Romain Francoise <romain@orebokech.com>
4983
4984 * emacs.c (main): Update copyright year.
4985
4986 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * image.c (Vmax_image_size): New variable.
4989 (check_image_size): New function.
4990 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
4991 (gif_load, gs_load): Use it.
4992 (lookup_image): Try loading again if previous load failed.
4993 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
4994 to display in, NULL if none.
4995 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
4996 argument.
4997
4998 2005-10-18 Richard M. Stallman <rms@gnu.org>
4999
5000 * search.c (Fstring_match): Doc fix.
5001
5002 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5003
5004 * macterm.c (note_mouse_movement): Use PtInRect.
5005 (XTread_socket): Also ignore mouse motion just before a button
5006 release event. Don't process button release event when mouse is
5007 not grabbed.
5008
5009 2005-10-16 Masatake YAMATO <jet@gyve.org>
5010
5011 * minibuf.c (Fdisplay_completion_list): Add new optional
5012 argument COMMON_SUBSTRING. Bind `completion-common-substring'
5013 to the optional argument during running `completion-setup-hook'.
5014
5015 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5016
5017 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
5018 Allow nil as argument.
5019 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
5020 for encoding arguments as UTF-16 in native byte order, no BOM.
5021
5022 * macfns.c (Fx_create_frame): Add debugging code.
5023 (Fx_show_tip): Set frame pixel width and height.
5024
5025 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
5026 (FRAME_NORMAL_GC): New macro.
5027 (mac_draw_line, mac_clear_area, mac_clear_window)
5028 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
5029 (mac_draw_image_string, mac_draw_image_string_16): Rename from
5030 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
5031 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
5032 All uses changed.
5033 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
5034 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
5035 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
5036 (mac_draw_string_16, mac_draw_image_string)
5037 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
5038 (mac_scroll_area): Drawing functions now take frame as destination.
5039 All uses changed.
5040 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
5041 (x_draw_fringe_bitmap): Set clipping area in face->gc.
5042
5043 * macterm.h (mac_clear_area): Add extern.
5044
5045 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5046
5047 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
5048 changes for xterm.c.
5049
5050 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
5051
5052 2005-10-14 Kenichi Handa <handa@m17n.org>
5053
5054 * search.c (search_buffer): Give up BM search on case-fold-search
5055 if one of a target character has a case-equivalence of different
5056 charset even if that target charcter is an ASCII.
5057
5058 * casefiddle.c (casify_object): Fix for the case that case
5059 conversion change the byte length.
5060
5061 2005-10-14 Kim F. Storm <storm@cua.dk>
5062
5063 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
5064 (handle_one_xevent): Only clear help_echo_string; restore it if
5065 note_mouse_movement didn't record any mouse movement.
5066
5067 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
5068 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
5069
5070 * keyboard.c (make_lispy_position): Adjust wx for left margin if
5071 ON_TEXT.
5072 (Fposn_at_x_y): Fix calculation of x coordinate.
5073 (Fposn_at_point): Return nil if point is hscrolled out of view.
5074
5075 2005-10-13 Andreas Schwab <schwab@suse.de>
5076
5077 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
5078 non-interactive mode.
5079
5080 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5081
5082 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
5083
5084 2005-10-12 Kim F. Storm <storm@cua.dk>
5085
5086 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
5087
5088 2005-10-12 Romain Francoise <romain@orebokech.com>
5089
5090 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
5091
5092 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5093
5094 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
5095 get end of text rows. Obtain header-line/mode-line rows directly.
5096
5097 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
5098 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
5099
5100 2005-10-12 Kim F. Storm <storm@cua.dk>
5101
5102 * xdisp.c (remember_mouse_glyph): New generic version based on
5103 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
5104 properly handle all different window areas.
5105
5106 * dispextern.h (remember_mouse_glyph): Add prototype.
5107
5108 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5109 (note_mouse_movement, XTmouse_position): Use generic
5110 remember_mouse_glyph, add last_mouse_glyph arg.
5111
5112 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5113 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5114 (note_mouse_movement, w32_mouse_position): Use generic
5115 remember_mouse_glyph, add last_mouse_glyph arg.
5116
5117 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5118 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5119 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5120 instead of pixel_to_glyph_coords.
5121
5122 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5123 Fix x position for ON_TEXT when left margin width > 0.
5124
5125 2005-10-11 Kim F. Storm <storm@cua.dk>
5126
5127 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
5128
5129 * keyboard.c (make_lispy_position): Fix buffer calculations for
5130 mouse click or movement in right fringe and the margins.
5131
5132 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * image.c (fn_jpeg_stdio_src): Don't define it.
5135 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5136 (our_common_init_source): Rename from `our_init_source'.
5137 (our_common_term_source): Rename from `our_term_source'.
5138 (our_memory_fill_input_buffer): Rename from
5139 `our_fill_input_buffer'.
5140 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5141 (jpeg_memory_src): Use the new names.
5142 (struct jpeg_stdio_mgr): New struct.
5143 (JPEG_STDIO_BUFFER_SIZE): New constant.
5144 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5145 (jpeg_file_src): New functions.
5146 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5147
5148 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5149
5150 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5151 (fm_font_family_alist): New variable.
5152 (syms_of_macterm): Initialize and staticpro it.
5153 (decode_mac_font_name): Replace '-' in family name with '_' if it
5154 occurs just once. Lower family name.
5155 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5156 All uses changed. Remove argument MF and code conversion for it.
5157 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5158 to CHARSET. Parse font size. Lower family name. Return integer
5159 value for status of parsing.
5160 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5161 Don't use Fdowncase because family name is already lowered by
5162 decode_mac_font_name.
5163 (init_font_name_table): Always call decode_mac_font_name.
5164 Add pair of family name and its reference to fm_font_family_alist.
5165 (mac_clear_font_name_table): Clear fm_font_family_alist.
5166 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5167 Lookup fm_font_family_alist to get font family reference.
5168 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5169 name is already lowered by parse_x_font_name.
5170
5171 2005-10-11 Kim F. Storm <storm@cua.dk>
5172
5173 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5174
5175 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5176 mouse click or movement in fringe.
5177
5178 2005-10-10 Jason Rumney <jasonr@gnu.org>
5179
5180 * xterm.c (remember_mouse_glyph): New function.
5181 (note_mouse_movement): Use it to remember the current glyph if changed.
5182 (XTmouse_position): Fix calculation of fake glyph under mouse.
5183 Move code to calculate glyph under mouse into remember_mouse_glyph.
5184
5185 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5186
5187 * emacs.c (USAGE3, standard_args): -nb => -nbi.
5188
5189 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5192 (next_frame, prev_frame, set_term_frame_name): Make static.
5193
5194 * window.c (Fwindow_tree): Fix spelling.
5195
5196 2005-10-09 Romain Francoise <romain@orebokech.com>
5197
5198 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5199
5200 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5201
5202 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5203 Add options -nb, --no-bitmap-icon.
5204
5205 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5206
5207 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5208
5209 * macgui.h (MAX_CLIP_RECTS): New define.
5210 (struct _XGC): New member clip_region.
5211 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5212 clip_rects.
5213
5214 * macterm.c (GC_CLIP_REGION): New macro.
5215 (saved_port_clip_region): New variable.
5216 (mac_begin_clip, mac_end_clip): New functions.
5217 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5218 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5219 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5220 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5221 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5222 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5223 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5224 rectangles stored in gc.
5225 (XFreeGC): Dispose of clipping region.
5226 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5227 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5228 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5229 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5230 (x_draw_bar_cursor): Use them.
5231 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5232 get multiple clipping rectangles.
5233
5234 * macterm.h (mac_term_init): Add types to extern.
5235 (struct mac_output): Remove members mWP and pending_menu_activation.
5236 Put members scroll_bar_foreground_pixel and
5237 scroll_bar_background_pixel in #if 0.
5238 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5239
5240 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
5241 Add debugging code.
5242
5243 2005-10-08 Kim F. Storm <storm@cua.dk>
5244
5245 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5246
5247 2005-10-07 Kim F. Storm <storm@cua.dk>
5248
5249 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5250 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5251 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5252
5253 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5254
5255 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5256 to for_overlaps. Now occupy 3 bits.
5257 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5258 (OVERLAPS_ERASED_CURSOR): New defines.
5259 (struct redisplay_interface): Add new OVERLAPS arg to member
5260 fix_overlapping_area.
5261 (x_fix_overlapping_area): Add new OVERLAPS arg.
5262 (get_glyph_string_clip_rects): Add extern.
5263
5264 * dispnew.c (redraw_overlapping_rows):
5265 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
5266
5267 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5268 for_overlaps.
5269 (get_glyph_string_clip_rects): New function created from
5270 get_glyph_string_clip_rect. Set clipping rectangles according to the
5271 value of for_overlaps. Enable to store multiple clipping rectangles.
5272 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5273 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5274 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
5275 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
5276 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
5277 calculating clipping rectangles later. Call x_fix_overlapping_area
5278 with new OVERLAPS arg to draw only erased cursor area.
5279 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
5280 to draw overlaps in both preceding and succeeding rows.
5281
5282 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5283 struct glyph_string to for_overlaps.
5284
5285 2005-10-04 Richard M. Stallman <rms@gnu.org>
5286
5287 * alloc.c (refill_memory_reserve): Conditionalize the body,
5288 not the function's existence.
5289
5290 2005-10-04 Kim F. Storm <storm@cua.dk>
5291
5292 * window.c (window_split_tree): New function.
5293 (Fwindow_split_tree): New defun.
5294 (syms_of_window): Defsubr it.
5295
5296 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5297
5298 * macterm.c (mac_invert_rectangle): New function.
5299 (XTflash): Use it.
5300
5301 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * regex.h (re_char): Don't expose it in the interface.
5304 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5305
5306 * regex.c (re_char): Move it back here.
5307 (re_set_whitespace_regexp): Change the arg's type to not use it.
5308
5309 * keyboard.c (make_lispy_event): If point has moved between down and up
5310 event, make it a drag, not a click, to mirror what
5311 mouse-drag-region expects.
5312
5313 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5314
5315 * lisp.h (fatal): Undo previous change.
5316 * term.c (fatal): Undo previous change.
5317
5318 2005-10-01 Richard M. Stallman <rms@gnu.org>
5319
5320 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5321
5322 2005-10-01 Kim F. Storm <storm@cua.dk>
5323
5324 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5325
5326 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5327
5328 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5329
5330 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
5331 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
5332 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5333 Try ATSUI-compatible 12pt Monaco font first.
5334
5335 * macgui.h (struct _XCharStruct): New member valid_p.
5336 (STORE_XCHARSTRUCT): Set valid_p.
5337 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5338
5339 * macterm.c (mac_draw_string_common, x_per_char_metric)
5340 (mac_compute_glyph_string_overhangs, init_font_name_table)
5341 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5342 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5343 (x_draw_glyph_string_background)
5344 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5345 XDrawImageString. Always draw background and foreground separately.
5346 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5347 functions for one-byte chars when using ATSUI-compatible fonts.
5348 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5349 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5350 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5351 max_char_or_byte2 more in detail.
5352 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5353
5354 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
5357 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5358
5359 * unexelf.c (fatal): Fix prototype.
5360
5361 * term.c (fatal): Implement using varargs.
5362
5363 * regex.c (re_char): Move typedef ...
5364 * regex.h (re_char): ... here.
5365 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
5366
5367 * emacs.c (malloc_set_state): Fix return type.
5368 (endif): Fix type.
5369
5370 * lisp.h (fatal): Add argument types.
5371
5372 * dispextern.h (fatal): Delete prototype.
5373
5374 * systime.h (make_time): Prototype moved from ...
5375 * editfns.c (make_time): ... here.
5376
5377 * editfns.c: Move systime.h include after lisp.h.
5378 * dired.c:
5379 * xsmfns.c:
5380 * process.c: Likewise.
5381
5382 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5383 Add parameter types.
5384 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5385 (emacs_blocked_free): Change definition to match __free_hook.
5386 (emacs_blocked_malloc): Change definition to match __malloc_hook.
5387 (emacs_blocked_realloc): Change definition to match __realloc_hook.
5388
5389 2005-09-30 Romain Francoise <romain@orebokech.com>
5390
5391 * minibuf.c (Fread_buffer): Follow convention for reading from the
5392 minibuffer with a default value. Doc fix.
5393
5394 2005-09-29 Juri Linkov <juri@jurta.org>
5395
5396 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5397 Rename argument name `string' to `format-string'.
5398 (Fformat): Doc fix.
5399
5400 2005-09-28 Kim F. Storm <storm@cua.dk>
5401
5402 * image.c (gif_load): Fix size of allocated image buffer
5403 for images where a sub-image may be larger than the image's
5404 total height/width specifications.
5405
5406 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5407
5408 * macgui.h (struct _XCharStruct): Each member now takes short value.
5409
5410 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * xfaces.c (lookup_derived_face): Add parameter type.
5413
5414 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
5415
5416 * marker.c (verify_bytepos): Add parameter type.
5417
5418 * process.c (get_operating_system_release): Move prototype ...
5419
5420 * systime.h (get_operating_system_release): ... here.
5421
5422 * xterm.c (handle_one_xevent): Refer to union field to match the
5423 type required by the function definition.
5424 (set_vertical_scroll_bar): Move prototype ...
5425
5426 * xterm.h: ... here.
5427
5428 * fns.c (internal_equal, seed_random): Fix prototypes.
5429 (internal_equal): Add missing parameter.
5430
5431 2005-09-25 Richard M. Stallman <rms@gnu.org>
5432
5433 * keyboard.c (update_menu_bindings): Variable deleted.
5434 (syms_of_keyboard): Don't defvar it.
5435 (parse_menu_item): Don't test it.
5436
5437 2005-09-23 Richard M. Stallman <rms@gnu.org>
5438
5439 * editfns.c (Fformat): Explicitly test for end of format string
5440 and don't use `index'.
5441
5442 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
5445 Define BROKEN_GET_CURRENT_DIR_NAME.
5446
5447 * sysdep.c (get_current_dir_name): Also define if
5448 BROKEN_GET_CURRENT_DIR_NAME.
5449
5450 * m/ibmrs6000.h: Test for USG5, not USG5_4.
5451
5452 2005-09-22 Kim F. Storm <storm@cua.dk>
5453
5454 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
5455 (message2): Fix commentary. Ok to use alloca'ed memory.
5456 Still not ok to use Lisp string data (because of GC).
5457 (set_message): Add comment why GC cannot happen.
5458
5459 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5460
5461 * macterm.c (xlfdpat_block_match_1): Fix assertion.
5462 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
5463 variants for a scalable font multiple times.
5464
5465 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5466
5467 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
5468 Setup slave tty options before forking.
5469
5470 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5471
5472 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
5473 positions have been set for the frame (as is done for frames in
5474 special-display-buffer-names).
5475
5476 2005-09-19 Kim F. Storm <storm@cua.dk>
5477
5478 * editfns.c (Fformat): Don't scan past end of format string that
5479 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
5480
5481 2005-09-18 Andreas Schwab <schwab@suse.de>
5482
5483 * window.h (struct window): Remove height_fixed_p, no longer set.
5484
5485 * window.c (make_window): Don't initialize height_fixed_p.
5486 (window_fixed_size_p): Don't use it.
5487
5488 2005-09-18 John Paul Wallington <jpw@pobox.com>
5489
5490 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
5491
5492 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5493
5494 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
5495
5496 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
5497 New variables.
5498 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
5499 file selection.
5500
5501 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
5502
5503 2005-09-17 Eli Zaretskii <eliz@gnu.org>
5504
5505 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
5506 (obj): Use XMENU_OBJ, not a literal xmenu.o.
5507
5508 2005-09-16 Romain Francoise <romain@orebokech.com>
5509
5510 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
5511
5512 2005-09-15 Richard M. Stallman <rms@gnu.org>
5513
5514 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
5515 (display_mode_element): Instead of `lisp_string' and `this',
5516 record `offset' and increment that.
5517 `last_offset' replaces `last'.
5518
5519 * Makefile.in (XMENU_OBJ): Variable deleted.
5520 (obj): Use xmenu.o unconditionally.
5521 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
5522
5523 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
5524
5525 2005-09-15 Kim F. Storm <storm@cua.dk>
5526
5527 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
5528 (reseat_at_next_visible_line_start): Likewise (in xassert).
5529
5530 2005-09-14 Romain Francoise <romain@orebokech.com>
5531
5532 * fileio.c (write_region_inhibit_fsync): New variable.
5533 (Fwrite_region): Use it to skip call to fsync.
5534 (syms_of_fileio): Initialize it.
5535
5536 2005-09-14 Kenichi Handa <handa@m17n.org>
5537
5538 * coding.c (code_convert_region_unwind): Argument format changed.
5539 (run_pre_post_conversion_on_str): If pre-write-conversion function
5540 changed the current buffer, delete the new buffer.
5541 (run_pre_write_conversin_on_c_str): Likewise.
5542
5543 * fileio.c (Fexpand_file_name): Check multibyteness of
5544 default_directory.
5545
5546 2005-09-13 Kenichi Handa <handa@m17n.org>
5547
5548 * composite.c (compose_chars_in_text): Delete it.
5549
5550 * composite.h (compose_chars_in_text): Delete extern.
5551
5552 2005-09-13 Kim F. Storm <storm@cua.dk>
5553
5554 * print.c (print_error_message): Fix last change.
5555
5556 2005-09-12 Kim F. Storm <storm@cua.dk>
5557
5558 * composite.c (compose_chars_in_text): Fix setup of `pend'.
5559 Unconditionally reload `ptr' and `pend' after eval.
5560
5561 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
5562
5563 * print.c (print_error_message): Pass copy of caller name to
5564 message_dolog.
5565
5566 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
5567
5568 2005-09-12 Kenichi Handa <handa@m17n.org>
5569
5570 * xdisp.c (display_mode_element): Be sure to make variables THIS
5571 and LISP_STRING point into a string data of ELT.
5572
5573 2005-09-12 Kim F. Storm <storm@cua.dk>
5574
5575 * editfns.c (Ftranslate_region_internal): Reload `tt' after
5576 signal_after_change that may have GC'ed.
5577 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
5578
5579 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
5580 after insert while runs signal_after_change.
5581
5582 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
5583 declaration to where it is used.
5584
5585 * w32.c (check_windows_init_file): Fix allocation of error buffer.
5586
5587 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
5588 (x_set_name_internal): Call x_encode_text with new FREEP arg to
5589 know if xfree is needed instead of guessing.
5590
5591 * xterm.h (x_encode_text): Remove prototype.
5592
5593 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
5594
5595 * w32term.c (x_bitmap_icon): Load small icons too.
5596
5597 2005-09-10 Romain Francoise <romain@orebokech.com>
5598
5599 * buffer.c (init_buffer): Grow buffer to add directory separator
5600 and terminal zero. Fix typos.
5601
5602 2005-09-10 Eli Zaretskii <eliz@gnu.org>
5603
5604 * buffer.c (init_buffer): Fix error message for failed call to
5605 get_current_dir_name.
5606 (get_current_dir_name): Remove prototype.
5607
5608 * xsmfns.c (get_current_dir_name): Remove prototype.
5609
5610 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5611 Add prototype.
5612
5613 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
5614 Don't #undef NULL after including blockinput.h.
5615
5616 * config.in: Regenerated.
5617
5618 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5619
5620 Remove the MAXPATHLEN limitations:
5621
5622 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5623 New function.
5624
5625 * buffer.c (init_buffer): Use it.
5626
5627 * xsmfns.c (smc_save_yourself_CB): Ditto.
5628
5629 2005-09-09 Kim F. Storm <storm@cua.dk>
5630
5631 * doc.c (Fsubstitute_command_keys): Lookup key binding for
5632 commands that are remapped from some other command.
5633
5634 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
5635 flag in disabled rows below the window.
5636
5637 * frame.h (struct frame): New member updated_p.
5638
5639 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
5640 member. Remove local `updated' array and associated variables.
5641
5642 2005-09-07 Kim F. Storm <storm@cua.dk>
5643
5644 * xdisp.c (handle_display_prop): Respect overlay window property.
5645
5646 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
5647 Fixes crash reported by YAMAMOTO Mitsuharu.
5648
5649 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5650
5651 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
5652 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
5653 (xlfdpat_block_match_1, xlfdpat_match): New functions.
5654 (xlfdpat_block_match): New macro.
5655 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
5656 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
5657 (add_font_name_table_entry): Increase font_name_table_size more
5658 rapidly.
5659 (mac_c_string_match): Remove function.
5660 (mac_do_list_fonts): Use XLFD pattern match instead of regular
5661 expression match.
5662
5663 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
5664
5665 2005-09-03 Richard M. Stallman <rms@gnu.org>
5666
5667 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
5668 (move_it_in_display_line_to): Stop after last char on line even
5669 on a windowing terminal, if that's the specified stop position.
5670
5671 * fns.c (Fsort): Doc fix.
5672
5673 * editfns.c (Fpropertize): Don't insist that properties be symbols.
5674
5675 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 * dired.c (directory_files_internal_unwind, directory_files_internal)
5678 (file_name_completion): Use a Save_Value object rather than a cons of
5679 two 16bit ints to store the DIR*.
5680 (directory_files_internal, file_name_completion): Handle both EINTR and
5681 EAGAIN consistently after `readdir'.
5682
5683 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * intervals.c (update_interval): Add position info in error.
5686
5687 * dispnew.c (window_to_frame_hpos, update_window):
5688 Avoid gcc warning about unused variable `f'.
5689
5690 2005-08-31 Jason Rumney <jasonr@gnu.org>
5691
5692 * w32menu.c (add_menu_item): If unicode_append_menu returns an
5693 error, revert to using AppendMenu.
5694
5695 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5696
5697 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
5698 All uses changed.
5699 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
5700 cases.
5701 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
5702 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
5703 Use posix_pathname_to_fsspec.
5704 [MAC_OS] (xpm_load_image): Fill in background_transparent field
5705 while we have mask.
5706
5707 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
5708
5709 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
5710
5711 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * syntax.c (update_syntax_table): Properly reproduce the special +1
5714 setting of e_property at the end of the buffer when bumping into the
5715 INTERVALS_AT_ONCE limit.
5716
5717 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5718
5719 * emacs.c (USAGE1): Fix the description of the -Q option.
5720
5721 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
5724
5725 2005-08-26 Kim F. Storm <storm@cua.dk>
5726
5727 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
5728 Don't move PT to new window start.
5729
5730 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5731
5732 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
5733 ICONIFY/DEICONIFY_EVENT.
5734
5735 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
5736 Restore background color.
5737 (mac_handle_visibility_change): New function.
5738 (x_make_frame_invisible, x_iconify_frame)
5739 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
5740 [USE_CARBON_EVENTS] (mac_handle_window_event)
5741 (install_window_handler): Handle visibility change events.
5742 (x_make_frame_visible): Don't reposition window if it is iconified
5743 or asked for visible before. Select and uncollapse window when it
5744 is made visible.
5745 (x_make_frame_invisible): Don't reset x_highlight_frame.
5746 (x_iconify_frame): Likewise. Make invisible frame visible before
5747 it is iconified.
5748 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
5749 (do_window_update): Don't change visibility of invisible frame.
5750
5751 2005-08-22 Juri Linkov <juri@jurta.org>
5752
5753 * term.c (turn_on_face): Check for TS_set_foreground and
5754 TS_set_background depending on standout_mode. Simplify.
5755
5756 2005-08-21 Kim F. Storm <storm@cua.dk>
5757
5758 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
5759 bitmaps on fully visible rows.
5760
5761 * fringe.c (update_window_fringes): Replace FORCE_P arg with
5762 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
5763 and return 0.
5764
5765 * xdisp.c (redisplay_window): Call update_window_fringes with
5766 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
5767
5768 2005-08-20 Richard M. Stallman <rms@gnu.org>
5769
5770 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
5771 (resize_mini_window): Set w->start, and PT, so as to display the tail
5772 end of the buffer, if it doesn't all fit.
5773
5774 2005-08-18 Kim F. Storm <storm@cua.dk>
5775
5776 * xdisp.c (calc_pixel_width_or_height): Use actual display
5777 resolution when available instead of Vdisplay_pixels_per_inch.
5778
5779 2005-08-17 Kim F. Storm <storm@cua.dk>
5780
5781 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
5782
5783 * dispnew.c (buffer_posn_from_coords): Check that target row is
5784 within matrix.
5785
5786 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5787
5788 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
5789 xg_set_frame_icon and call it.
5790
5791 * gtkutil.c (xg_set_frame_icon): New function.
5792
5793 * gtkutil.h (xg_set_frame_icon): Declare it.
5794
5795 2005-08-16 Kim F. Storm <storm@cua.dk>
5796
5797 * dispnew.c (increment_row_positions): Skip non-enabled rows.
5798
5799 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
5800 (Fcurrent_window_configuration): Use VECSIZE macro instead.
5801
5802 2005-08-15 Richard M. Stallman <rms@gnu.org>
5803
5804 * xdisp.c (message3_nolog): Clear echo_message_buffer.
5805
5806 2005-08-15 Kim F. Storm <storm@cua.dk>
5807
5808 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
5809
5810 * process.c (deactivate_process, status_notify, read_process_output)
5811 (update_status, status_convert, decode_status, allocate_pty)
5812 (make_process, remove_process, list_processes_1)
5813 (create_process_1, unwind_request_sigio, read_process_output)
5814 (send_process, keyboard_bit_set): Declare static.
5815 (Fdelete_process): Simplify. Pass process to status_notify, so we
5816 don't try to read output from it.
5817 (status_notify): New arg deleting_process--don't try to read
5818 output from that process.
5819
5820 * lisp.h (deactivate_process, status_notify, read_process_output):
5821 Remove prototypes.
5822
5823 2005-08-14 Richard M. Stallman <rms@gnu.org>
5824
5825 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
5826 define_image_type.
5827
5828 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5829
5830 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
5831 (xg_get_image_for_pixmap): Move some code to
5832 xg_get_pixbuf_from_pix_and_mask, and call it.
5833
5834 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
5835
5836 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
5837 to get an GTK icon and set it with GTK functions to avoid having GTK
5838 override an icon set with just X functions.
5839
5840 2005-08-11 Richard M. Stallman <rms@gnu.org>
5841
5842 * image.c (syms_of_image): Init image_types here, and call
5843 define_image_type.
5844 (init_image): Not here.
5845
5846 2005-08-09 Richard M. Stallman <rms@gnu.org>
5847
5848 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
5849
5850 * lisp.h (QUIT): Throw t to Vthrow_on_input.
5851
5852 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
5853
5854 * floatfns.c (Fexpt): Use floats for negative exponent.
5855
5856 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5857
5858 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
5859 should not be there, causing menu display errors with GTK 2.6.9.
5860
5861 2005-08-07 Richard M. Stallman <rms@gnu.org>
5862
5863 * floatfns.c (Fexpt): Undo previous change.
5864
5865 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
5866 so it can be used with various state vectors.
5867
5868 * emacs.c (endif): Convert -script into -scriptload.
5869 (standard_args): Add -scriptload. Allow -basic-display with one dash.
5870
5871 * fns.c (syms_of_fns): Add `emacs' to features.
5872
5873 * term.c (set_terminal_modes): If no TS_termcap_modes string,
5874 output newlines to scroll the old screen contents off the screen.
5875
5876 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
5877
5878 * floatfns.c (Fexpt): Use floats for negative exponent.
5879 Reported by D Goel.
5880
5881 2005-08-02 Richard M. Stallman <rms@gnu.org>
5882
5883 * frame.c (Fframe_char_width): Doc fix.
5884
5885 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
5888 Defvar it.
5889
5890 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5891
5892 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
5893 (my_create_window, my_create_tip_window): Make static.
5894
5895 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
5896 (my_set_foreground_window, my_destroy_window): Make static.
5897
5898 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5899
5900 Merge gnulib getopt implementation into Emacs.
5901
5902 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
5903 now part of lib-src.
5904
5905 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
5908
5909 2005-07-25 Jason Rumney <jasonr@gnu.org>
5910
5911 * w32menu.c (w32_menu_display_help): Suppress tooltip when
5912 navigating menus with the keyboard.
5913
5914 2005-07-23 Richard M. Stallman <rms@gnu.org>
5915
5916 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
5917
5918 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
5919 gc_relative_threshold, one by one.
5920
5921 * keyboard.c (read_char): Test gc_cons_threshold.
5922 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
5923
5924 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
5925 gc_relative_threshold, one by one.
5926
5927 * alloc.c (gc_cons_threshold): Not static.
5928 (gc_cons_combined_threshold): Var deleted.
5929 (gc_relative_threshold): New variable.
5930 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
5931 instead of gc_cons_combined_threshold.
5932
5933 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
5934 (gc_cons_combined_threshold): Declaration deleted.
5935
5936 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5937
5938 * mac.c: Don't include stdlib.h or string.h.
5939 (Fdo_applescript, Fmac_file_name_to_posix)
5940 (Fmac_file_name_to_posix): Doc fixes.
5941 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
5942 (Fmac_code_convert_string): Likewise.
5943 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
5944 if the executable is not contained in a bundle.
5945
5946 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
5947 (gray_width, gray_height): Remove defines.
5948 (gray_bits, gray_bitmap_width, gray_bitmap_height)
5949 (gray_bitmap_bits): Remove variables.
5950 (lispy_function_keys): Remove extern.
5951 (free_frame_menubar): Add extern.
5952 (x_window_to_frame): Remove function.
5953 (unwind_create_tip_frame): Add declaration.
5954 (x_set_name_internal): New function.
5955 (x_set_name, x_set_title): Use it.
5956 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
5957 (Fx_display_pixel_height, Fx_display_planes)
5958 (Fx_display_color_cells, Fx_server_max_request_size)
5959 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5960 (Fx_display_mm_height, Fx_display_mm_width)
5961 (Fx_display_backing_store, Fx_display_visual_class)
5962 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
5963
5964 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
5965
5966 * macselect.c (Fx_own_selection_internal): Follow error conventions.
5967 (Fx_get_selection_internal, Fx_selection_owner_p)
5968 (Fx_selection_exists_p): Doc fixes.
5969 (syms_of_macselect) <selection-converter-alist>: Likewise.
5970
5971 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5974
5975 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
5976 (Fccl_execute_on_string): Likewise; add usage info.
5977
5978 * composite.c (Fcompose_region_internal)
5979 (Fcompose_string_internal):
5980 Improve argument/docstring consistency.
5981
5982 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
5983 Fix typos in docstrings.
5984
5985 * textprop.c (Fnext_char_property_change)
5986 (Fprevious_char_property_change): Doc fixes.
5987
5988 * window.c (Fset_window_margins, Fset_window_fringes):
5989 Improve argument/docstring consistency.
5990
5991 * xfaces.c (Finternal_lisp_face_p): Doc fix.
5992
5993 2005-07-21 Andreas Schwab <schwab@suse.de>
5994
5995 * eval.c (restore_stack_limits): Return a value.
5996
5997 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * eval.c (Fdefvar): Doc fix.
6000
6001 2005-07-20 Kim F. Storm <storm@cua.dk>
6002
6003 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
6004 Use make_save_value to unwind protect stream.
6005
6006 * lread.c (Fload, load_unwind):
6007 Use make_save_value to unwind protect stream.
6008
6009 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * eval.c (Fprog2, Fcalled_interactively_p),
6012 (syms_of_eval) <debug-on-quit>: Doc fixes.
6013 (syms_of_eval) <max-specpdl-size>:
6014 (Finteractive_p): Fix typos in docstrings.
6015
6016 2005-07-19 Kim F. Storm <storm@cua.dk>
6017
6018 * w32fns.c (Vx_hand_shape): Variable removed.
6019 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
6020
6021 2005-07-19 Kenichi Handa <handa@m17n.org>
6022
6023 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
6024
6025 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
6028
6029 2005-07-18 Kim F. Storm <storm@cua.dk>
6030
6031 * frame.h (struct frame): New member already_hscrolled_p.
6032
6033 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
6034 to avoid redisplay looping hscrolling back and forth ad infinitum.
6035
6036 2005-07-18 Juri Linkov <juri@jurta.org>
6037
6038 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
6039 * keymap.c (Fminor_mode_key_binding):
6040 * macterm.c (mac-emulate-three-button-mouse):
6041 Delete duplicate duplicate words.
6042
6043 2005-07-18 Ken Raeburn <raeburn@gnu.org>
6044
6045 * minibuf.c (Ftest_completion): Fix odd syntax in test.
6046
6047 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6048
6049 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
6050
6051 * macgui.h (struct _XGC): New struct.
6052 (GC): Use it.
6053 (GCForeground, GCBackground, GCFont): Use X11 mask values.
6054 (XCreateGC, XParseGeometry): Move externs to macterm.h.
6055
6056 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
6057 (XSetFont): Add declaration.
6058 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
6059 Remove functions.
6060 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
6061 New defines.
6062 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
6063 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
6064 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
6065 Use them.
6066 (mac_erase_rectangle): New function.
6067 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
6068 (x_draw_stretch_glyph_string): Use it.
6069 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
6070 (XSetBackground, XSetFont): Adjust for new GC implementation.
6071 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
6072 (XTset_vertical_scroll_bar): Clear area under scroll bar.
6073
6074 * macterm.h (struct mac_display_info): Change types of
6075 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
6076 (XCreateGC, XParseGeometry): Move externs from macgui.h.
6077
6078 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
6079
6080 2005-07-16 Richard M. Stallman <rms@gnu.org>
6081
6082 * buffer.c (Fmake_overlay): Doc fix.
6083
6084 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6085
6086 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
6087 Vw32_valid_locale_ids, and Vw32_valid_codepages.
6088
6089 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6090
6091 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
6092 Use Fstring_as_unibyte instead of string_make_unibyte.
6093
6094 2005-07-15 Richard M. Stallman <rms@gnu.org>
6095
6096 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
6097
6098 2005-07-15 Kim F. Storm <storm@cua.dk>
6099
6100 * xdisp.c: Fix redisplay loop in last change.
6101 (IT_POS_VALID_AFTER_MOVE_P): New macro.
6102 (move_it_vertically_backward, move_it_by_lines): Use it.
6103
6104 2005-07-14 Jason Rumney <jasonr@gnu.org>
6105
6106 * w32.c (init_environment): Default HOME directory to user's
6107 appdata directory if possible.
6108
6109 2005-07-14 Kim F. Storm <storm@cua.dk>
6110
6111 * .gdbinit (pitx): Fix output format. Print string charpos.
6112
6113 * lread.c (syms_of_lread): Initialize seen_list.
6114
6115 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6116
6117 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6118 Staticpro re_match_object.
6119
6120 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6121
6122 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6123 dereference.
6124
6125 * macterm.c (mac_window_to_frame): Remove duplicate define.
6126
6127 2005-07-14 Kenichi Handa <handa@m17n.org>
6128
6129 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
6130 (code_convert_region): Adjust for the above change.
6131 (set_conversion_work_buffer): If the work buffer is already in
6132 use, generate a new buffer and return it. Otherwise return Qnil.
6133 (run_pre_post_conversion_on_str): Adjust for the above change.
6134 (run_pre_write_conversin_on_c_str): Likewise.
6135
6136 2005-07-13 Kim F. Storm <storm@cua.dk>
6137
6138 * xdisp.c (start_display): Don't reseat to next visible line start
6139 if current start position is in a string or image.
6140 (move_it_vertically_backward): Be sure to move out of strings and
6141 images when moving it2 forward.
6142 (move_it_by_lines): When moving forward, move to next buffer
6143 position if we end up in a string or image. When moving backward,
6144 count rows moved over when moving to start of current row in case
6145 row starts in middle of a string or image. Also move further
6146 backward if we end up in a string or image.
6147 (try_cursor_movement): If overlay string spans multiple lines,
6148 move backward to set cursor on start of an overlay string.
6149 (cursor_row_p): Row is ok if cursor is at newline from string, but
6150 string starts on this line (so we always position cursor at start
6151 of string).
6152
6153 * indent.c (Fvertical_motion): If start position is on an image,
6154 don't move back if we move too far (that's almost certain to happen).
6155
6156 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6157 row in minibuffer windows.
6158 (try_window): Don't check margins in minibuffer windows.
6159
6160 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6161
6162 * macterm.c: Don't include stdlib.h or composite.h.
6163 (x_use_underline_position_properties, last_mouse_press_frame)
6164 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6165 (syms_of_macterm, mac_initialize): Don't initialize them.
6166 (waiting_for_input, initial_argv, initial_argc)
6167 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6168 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6169 (extra_keyboard_modifiers): Fix type in extern.
6170 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6171 (x_scroll_bar_report_motion): Add argument types to declaration.
6172 (mac_compute_glyph_string_overhangs): Add declaration.
6173 (disable_mouse_highlight): Remove unused variable.
6174 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6175 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
6176 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6177 All callers changed.
6178 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6179 timestamp.
6180 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6181 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6182 only when its width is less than the height.
6183 (XTredeem_scroll_bar): Sync with xterm.c.
6184 (font_name_table, font_name_table_size, font_name_count):
6185 Make static.
6186 (drag_and_drop_file_list): Remove variable. Previous use is now
6187 local to function.
6188 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6189 from XTread_socket.
6190 (XTread_socket): Consolidate setting of event timestamp.
6191 Move DRAG_N_DROP event construction part to do_ae_open_documents.
6192 Support extra_keyboard_modifiers.
6193
6194 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6195 beginning with that for ASCII.
6196
6197 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6200 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6201 (syms_of_alloc): Declare gc-cons-percentage.
6202
6203 * eval.c (Feval, Ffuncall):
6204 * keyboard.c (read_char):
6205 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6206
6207 * lisp.h (gc_cons_combined_threshold): Declare.
6208
6209 2005-07-12 Kim F. Storm <storm@cua.dk>
6210
6211 * coding.c (Qprocess_argument):
6212 * coding.h (Qprocess_argument): Remove unused var.
6213
6214 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6215
6216 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6217
6218 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6219 Endian.h.
6220 [!MAC_OSX] (fchmod, fchown): New functions.
6221 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6222 Use SBYTES and EndianU32_BtoN.
6223 (mac_get_object_from_code): Return 4 byte string even if argument
6224 is 0. Use make_unibyte_string and EndianU32_NtoB.
6225 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6226 (Fmac_set_file_type): Fix documents and argument declarations.
6227 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6228
6229 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6232
6233 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6234
6235 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6236 Lucid if X_I18N, font otherwise.
6237
6238 2005-07-10 Steven Tamm <steventamm@mac.com>
6239
6240 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6241 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6242 (mac_get_object_from_code, mac_get_code_from_arg): Add.
6243
6244 2005-07-10 Richard M. Stallman <rms@gnu.org>
6245
6246 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6247 (syms_of_lread): Set up eval-buffer-list.
6248 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6249
6250 2005-07-08 Richard M. Stallman <rms@gnu.org>
6251
6252 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6253
6254 2005-07-08 Kim F. Storm <storm@cua.dk>
6255
6256 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6257 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6258
6259 2005-07-07 Kim F. Storm <storm@cua.dk>
6260
6261 * window.c (Frecenter): Fix last change (set iarg before use).
6262
6263 2005-07-06 Richard M. Stallman <rms@gnu.org>
6264
6265 * window.c (Frecenter): When arg is inside the scroll margin,
6266 move it out of the margin.
6267
6268 2005-07-06 Jason Rumney <jasonr@gnu.org>
6269
6270 * w32console.c (initialize_w32_display): Detect when the console
6271 dimensions are insane, and default to 80x25 instead.
6272 (w32_use_full_screen_buffer): Default to NIL.
6273
6274 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6275
6276 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6277 VERTICAL_BORDER_FACE_ID for vertical border line.
6278 (mac_encode_char): Call check_ccl_update in advance.
6279 (mac_to_x_fontname, x_font_name_to_mac_font_name)
6280 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6281 Don't assume that font family length is less than 32.
6282 (x_compute_min_glyph_bounds): Make static.
6283 (x_load_font): Never set fonts_changed_p to zero.
6284
6285 2005-07-04 Lute Kamstra <lute@gnu.org>
6286
6287 * Update FSF's address in GPL notices.
6288
6289 2005-07-03 Richard M. Stallman <rms@gnu.org>
6290
6291 * xdisp.c (try_window): Fix previous change in how it handles
6292 a partially-visible line or one only partly past the margin.
6293
6294 * window.c (window_scroll_pixel_based): Take account
6295 of this_scroll_margin when finding point when scrolling up.
6296
6297 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6298
6299 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6300 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
6301 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6302
6303 2005-07-02 Juri Linkov <juri@jurta.org>
6304
6305 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6306 VERTICAL_BORDER_FACE_ID for vertical border line.
6307
6308 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6309
6310 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6311 fchmod so that chmod doesn't get called on MSDOS before the file
6312 is closed.
6313
6314 2005-07-01 Jason Rumney <jasonr@gnu.org>
6315
6316 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6317 workaround.
6318 (w32_initialize): Initialize it.
6319 (w32_native_per_char_metric): Allow a couple of extra pixels when
6320 Cleartype is active.
6321
6322 * w32term.c (w32_initialize): Move check for screen reader here
6323 from syms_of_w32term.
6324
6325 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6326
6327 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6328 is not zero.
6329
6330 2005-07-01 Masatake YAMATO <jet@gyve.org>
6331
6332 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
6333
6334 2005-06-30 Juri Linkov <juri@jurta.org>
6335
6336 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6337 decrease x coord of vertical border by 1 pixel to not occupy text
6338 area of the right window.
6339
6340 * xterm.c (x_draw_vertical_window_border): Use foreground of
6341 VERTICAL_BORDER_FACE_ID for vertical border line.
6342
6343 * term.c (turn_on_face): In standout mode apply specified
6344 fg to bg, and specified bg to fg (this makes the logic of
6345 inversion on terminal consistent with X).
6346
6347 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6348
6349 * eval.c (user_variable_p_eh): New function.
6350 (Fuser_variable_p): Use it. Clarify docstring.
6351 Return t for aliases of user options, nil for alias loops.
6352
6353 2005-06-27 Richard M. Stallman <rms@gnu.org>
6354
6355 * eval.c (Fdefvar): Improve error message.
6356
6357 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6358
6359 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6360 change.
6361
6362 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * eval.c (Fdefvar): Don't try to set constant symbols.
6365
6366 2005-06-25 Richard M. Stallman <rms@gnu.org>
6367
6368 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6369
6370 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6371
6372 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6373
6374 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6375 (redisplay_window): Handle try_window reporting point in scroll margin.
6376
6377 * dispextern.h (try_window): Declare new arg.
6378
6379 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6380 Use fchmod to copy the file modes.
6381 (Frename_file): Don't copy UID and GID here;
6382 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6383
6384 * eval.c (call_debugger): Take full care of extending stack limits
6385 to make space for the debugger, and restore the change afterward.
6386 Bind debug-on-error to nil.
6387 (restore_stack_limits): New subroutine.
6388 (Fsignal): Extend specpdl bound along with eval depth bound,
6389 for calling edebug. Don't do either one, for calling debugger.
6390 (find_handler_clause): Don't bind debug-on-error here.
6391 Don't unbind anything either.
6392 Temporarily advance max_specpdl_size for calling
6393 internal_with_output_to_temp_buffer.
6394 (grow_specpdl): Don't alter max_specpdl_size before signaling
6395 an error.
6396 (syms_of_eval) <max-specpdl-size>: Doc fix.
6397
6398 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6399
6400 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6401
6402 * fileio.c (Frename_file): Undo last change: no need to ifdef away
6403 chown on DOS_NT platforms.
6404
6405 * w32.c (sys_chown): New function.
6406
6407 * s/ms-w32.h (chown): New; define to sys_chown.
6408
6409 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
6412 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
6413
6414 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
6415
6416 2005-06-23 Richard M. Stallman <rms@gnu.org>
6417
6418 * xdisp.c (get_next_display_element): Finish reversing the tests of
6419 Vnobreak_char_display.
6420
6421 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
6422 All uses changed.
6423 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
6424 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
6425
6426 * fileio.c (Frename_file): Preserve owner and group, if possible,
6427 when copying.
6428
6429 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * abbrev.c (Funexpand_abbrev):
6432 * category.c (Fmake_category_set):
6433 * dispnew.c (Fsleep_for, Fsit_for):
6434 * editfns.c (Fsubst_char_in_region):
6435 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
6436 * frame.c (make_frame_without_minibuffer):
6437 * lread.c (read_vector):
6438 * macfns.c (check_x_frame):
6439 * process.c (Fstop_process, Fcontinue_process):
6440 * search.c (Freplace_match):
6441 * syntax.c (Fstring_to_syntax):
6442 * w32fns.c (check_x_frame, check_x_display_info):
6443 * xfaces.c (x_supports_face_attributes_p):
6444 * xselect.c (Fx_own_selection_internal): Follow error conventions.
6445
6446 * image.c (fn_png_init_io): Don't define it.
6447 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
6448 (png_read_from_file): New function, based on png_read_from_memory.
6449 (png_load): Use it, instead of fn_png_init_io.
6450
6451 2005-06-23 Kim F. Storm <storm@cua.dk>
6452
6453 * search.c (Fmatch_data): Remove evaporate option.
6454 (Fset_match_data): Do not mention evaporate option in doc string.
6455 Add commentary explaining evaporate arg (for internal use only).
6456 (unwind_set_match_data): Add comment on evaporate use.
6457
6458 2005-06-22 Miles Bader <miles@gnu.org>
6459
6460 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
6461 (realize_basic_faces, syms_of_xfaces): Update references to it.
6462 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
6463 to `VERTICAL_BORDER_FACE_ID'.
6464 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
6465
6466 2005-06-21 Juri Linkov <juri@jurta.org>
6467
6468 * dispextern.h: Add extern Qframe_set_background_mode.
6469
6470 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
6471 Qframe_set_background_mode.
6472
6473 * frame.c (Fmodify_frame_parameters):
6474 Call frame-set-background-mode after changing the background color
6475 on non-window non-dos branch.
6476
6477 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * fns.c (Fchar_table_range):
6480 * process.c (Fmake_network_process): Fix spellings.
6481
6482 2005-06-20 Kim F. Storm <storm@cua.dk>
6483
6484 * fns.c (Fsort): Doc fix.
6485
6486 2005-06-20 Miles Bader <miles@gnu.org>
6487
6488 * xfaces.c (Qvertical_divider): New variable.
6489 (realize_basic_faces): Realize its face.
6490 (syms_of_xfaces): Initialize it.
6491
6492 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
6493
6494 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
6495 window-separator on ttys using `vertical-divider' face by default.
6496
6497 2005-06-17 Richard M. Stallman <rms@gnu.org>
6498
6499 * xdisp.c (get_next_display_element):
6500 Reverse test of Vshow_nonbreak_escape.
6501
6502 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
6503 (Ftty_no_underline): New function.
6504 (syms_of_term): defsubr it.
6505
6506 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
6507
6508 * dispnew.c (spec_glyph_lookup_face): New function.
6509 (build_frame_matrix_from_leaf_window): Use it.
6510
6511 * dispextern.h (spec_glyph_lookup_face): Add declaration.
6512
6513 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6514
6515 2005-06-12 Richard M. Stallman <rms@gnu.org>
6516
6517 * keyboard.c (read_char): After catching a longjmp,
6518 call restore_getcjmp.
6519
6520 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * xselect.c (lisp_data_to_selection_data): Fix spelling.
6523
6524 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6525
6526 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
6527 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
6528 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
6529 events.
6530 (XTread_socket): Don't pass keyboard events with the option
6531 modifier to the system when Vmac_command_key_is_meta is nil or
6532 Vmac_option_modifier is non-nil.
6533 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
6534 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
6535 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
6536 handler function.
6537 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
6538 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
6539 handler part to mac_handle_mouse_event.
6540
6541 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
6544 NEW-ALIAS and BASE-VARIABLE, respectively.
6545
6546 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6549 (get_phys_cursor_geometry, format_mode_line_unwind_data)
6550 (get_line_height_property, x_produce_glyphs): Remove unused vars.
6551
6552 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
6553
6554 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6555
6556 * w32term.c (x_use_underline_position_properties): New variable.
6557 (x_draw_glyph_string): Remind in a comment to change doc string of
6558 x-use-underline-position-properties if/when underline positioning
6559 is implemented.
6560 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
6561 and initialize it to nil.
6562
6563 2005-06-12 Jason Rumney <jasonr@gnu.org>
6564
6565 * w32fns.c (NEWOPENFILENAME): New struct.
6566 (Fx_file_dialog): Use it to trick the system into giving us up to
6567 date dialogs on systems that are documented to support it.
6568 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
6569
6570 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6571
6572 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
6573 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
6574
6575 2005-06-11 Eli Zaretskii <eliz@gnu.org>
6576
6577 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
6578 to CreateDIBSection to avoid a compiler warning.
6579 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
6580 warning.
6581 (png_load): Cast return values of fn_png_create_read_struct and
6582 fn_png_create_info_struct, to avoid compiler warnings on W32.
6583 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
6584 to avoid compiler warnings.
6585 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
6586 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
6587 avoid a compiler warning.
6588 (tiff_load): Cast return values of fn_TIFFOpen and
6589 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
6590 to IMAGE_BACKGROUND to avoid a compiler warning.
6591 (gif_load): Cast return values of fn_DGifOpenFileName and
6592 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
6593 IMAGE_BACKGROUND to avoid a compiler warning.
6594 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
6595 before redefining.
6596
6597 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
6598 the call to CreateDIBSection, to avoid a compiler warning.
6599
6600 2005-06-11 Jason Rumney <jasonr@gnu.org>
6601
6602 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
6603 minibuffer.
6604 * macfns.c (Fx_file_dialog): Likewise.
6605
6606 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6607
6608 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
6609
6610 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
6613 * w32fns.c (syms_of_w32fns): Fix spellings.
6614
6615 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6616
6617 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
6618 `verbose'; print diagnostic messages only if it is non-zero.
6619 All callers changed to pass a zero value unless DEBUG_DUMP is defined
6620 in the environment.
6621 (copy_executable_and_dump_data): Print section names with %.8s.
6622
6623 2005-06-10 Masatake YAMATO <jet@gyve.org>
6624
6625 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
6626 when mouse_face is not given.
6627
6628 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6629
6630 * window.c (Fselect_window): Adapt call to Fselect_frame.
6631
6632 * lisp.h: Update EXFUN of Fselect_frame.
6633
6634 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
6635
6636 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
6637 no_enter.
6638 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
6639 Adapt to above change.
6640
6641 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6642
6643 * fns.c (Fmemq, Fmaphash): Doc fixes.
6644
6645 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6646
6647 * xfaces.c (Fdisplay_supports_face_attributes_p):
6648 Fix typo in docstring.
6649
6650 2005-06-08 Steven Tamm <steventamm@mac.com>
6651
6652 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
6653 used by gcc4 on intel mac.
6654
6655 2005-06-09 Kim F. Storm <storm@cua.dk>
6656
6657 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
6658 in REUSE list if non-nil; free them if equal to evaporate.
6659 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
6660 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
6661 (restore_search_regs): Rename from restore_match_data. Uses changed.
6662 (unwind_set_match_data): New function.
6663 (record_unwind_save_match_data): New function like save-match-data.
6664
6665 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
6666 (record_unwind_save_match_data): Add prototype.
6667 (restore_search_regs): Rename from restore_match_data.
6668
6669 * composite.c (compose_chars_in_text):
6670 * eval.c (do_autoload):
6671 * macmenu.c (set_frame_menubar):
6672 * process.c (read_process_output, exec_sentinel):
6673 * xmenu.c (set_frame_menubar):
6674 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
6675 * w32menu.c (set_frame_menubar):
6676 Use record_unwind_save_match_data.
6677
6678 2005-06-08 Richard M. Stallman <rms@gnu.org>
6679
6680 * xdisp.c (get_next_display_element): Alter previous change:
6681 Distinguish Vshow_nonbreak_escape = t or not t.
6682 For t, use escape_glyph once again, as before previous change.
6683 Use space or hyphen for display, instead of the non-ASCII char.
6684 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
6685
6686 * process.c (Fstart_process): Don't touch command_channel_p slot.
6687
6688 * process.h (struct process): Delete command_channel_p.
6689
6690 2005-06-07 Masatake YAMATO <jet@gyve.org>
6691
6692 * xdisp.c (note_mode_line_or_margin_highlight):
6693 Check the overlapping of re-rendering area to avoid flickering.
6694 (note_mouse_highlight): Call clear_mouse_face if PART
6695 is not ON_MODE_LINE nor ON_HEADER_LINE.
6696
6697 2005-06-07 Kim F. Storm <storm@cua.dk>
6698
6699 * process.c: Improve commentary for adaptive read buffering.
6700
6701 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
6704 if available.
6705
6706 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6707
6708 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
6709 New functions for popping down menus on C-g.
6710 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
6711
6712 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
6713 non-static.
6714
6715 * config.in: Add HAVE_CANCELMENUTRACKING.
6716
6717 2005-06-06 Eli Zaretskii <eliz@gnu.org>
6718
6719 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
6720
6721 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
6722
6723 * w32proc.c (RVA_TO_PTR): New macro.
6724
6725 * w32heap.c (RVA_TO_PTR): No need to #undef now.
6726
6727 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
6728 Depend on w32heap.h.
6729
6730 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6731
6732 * keyboard.c (command_loop_1): Update Vthis_original_command.
6733
6734 2005-06-06 Richard M. Stallman <rms@gnu.org>
6735
6736 * xmenu.c (popup_get_selection): Undo previous change.
6737
6738 2005-06-06 Juri Linkov <juri@jurta.org>
6739
6740 * xdisp.c (Qno_break_space): New variable.
6741 (syms_of_xdisp): Initialize it.
6742 (get_next_display_element): Add no-break space and soft hypen
6743 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
6744 Use `no-break-space' face for no-break spaces.
6745
6746 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6747
6748 * window.c (delete_window): Handle the case where a h/vchild has
6749 a h/vchild.
6750
6751 2005-06-05 Eli Zaretskii <eliz@gnu.org>
6752
6753 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
6754 call to pfn_setsockopt, cast optval to `const char *'.
6755
6756 2005-06-04 Eli Zaretskii <eliz@gnu.org>
6757
6758 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
6759 (open_unc_volume): Cast return value of map_w32_filename, to avoid
6760 compiler warnings.
6761
6762 * s/ms-w32.h (fileno): Don't define if already defined.
6763
6764 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
6765
6766 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
6767
6768 2005-06-04 Richard M. Stallman <rms@gnu.org>
6769
6770 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
6771
6772 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6773
6774 * macmenu.c (cleanup_popup_menu): New function.
6775 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
6776 mac_menu_show Quit:s.
6777 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
6778 a dialog).
6779
6780 2005-06-04 Kim F. Storm <storm@cua.dk>
6781
6782 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
6783
6784 * callproc.c (Fcall_process): Don't use alloca to gradually
6785 increase size of buf, as it effectively uses twice the necessary
6786 space on the stack. Instead, pre-allocate buf of full size, and
6787 gradually increase the read size.
6788
6789 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
6790
6791 * eval.c (unbind_to): Preserve value of Vquit_flag.
6792
6793 * xterm.c (handle_one_xevent): Also ignore mouse motion just
6794 before a button release event.
6795
6796 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * xfaces.c (Finternal_lisp_face_equal_p): Really report
6799 on faces in a frame, if the argument FRAME is non-nil.
6800 Improve argument/docstring consistency.
6801
6802 2005-06-02 Kim F. Storm <storm@cua.dk>
6803
6804 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
6805 (x_consider_frame_title, Fformat_mode_line): Save offset into
6806 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
6807
6808 2005-06-01 Kim F. Storm <storm@cua.dk>
6809
6810 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
6811
6812 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6813
6814 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
6815 resolution fields for scalable fonts to 0.
6816
6817 * xfaces.c (build_scalable_font_name): Round pixel size to the
6818 nearest integer.
6819
6820 2005-06-01 Kim F. Storm <storm@cua.dk>
6821
6822 * xdisp.c (display_mode_line): Support nested calls to redisplay
6823 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
6824
6825 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * fileio.c (Finsert_file_contents):
6828 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6829
6830 2005-05-31 Kim F. Storm <storm@cua.dk>
6831
6832 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
6833 (mode_line_noprop_ptr): Rename from frame_title_*.
6834 (store_mode_line_noprop_char): Rename from store_frame_title_char.
6835 (store_mode_line_noprop): Rename from store_frame_title.
6836 (mode_line_target): New enum to specify current output target
6837 for mode line formatting.
6838 (display_mode_element): Test it rather than frame_title_ptr and
6839 mode_line_string_list to determine where output should go.
6840 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
6841 (Vmode_line_unwind_vector): New variable.
6842 (format_mode_line_unwind_data, unwind_format_mode_line):
6843 New functions for unwind protection in mode line formatting.
6844 (x_consider_frame_title): Use them and new local var 'title_start'
6845 to support nested calls to format-mode-line and redisplay.
6846 Set mode_line_target to MODE_LINE_TITLE.
6847 (Fformat_mode_line): Use them and new local var 'string_start' to
6848 support nested calls to format-mode-line and redisplay.
6849 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
6850 Don't trim trailing dashes.
6851 (decode_mode_spec): Don't make infinite number of trailing dashes
6852 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
6853 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
6854 mode_line_string_face_prop, and Vmode_line_unwind_vector.
6855 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
6856 Initialize mode_line_target to MODE_LINE_DISPLAY.
6857
6858 2005-05-29 Richard M. Stallman <rms@gnu.org>
6859
6860 * buffer.c (Fbuffer_local_value): Call indirect_variable.
6861
6862 2005-05-28 Masatake YAMATO <jet@gyve.org>
6863
6864 * xdisp.c (note_mode_line_or_margin_highlight): Change the
6865 pointer to a hand cursor when hoovering over a mouse-face.
6866
6867 2005-05-27 Kenichi Handa <handa@m17n.org>
6868
6869 * xterm.c (x_encode_char): Call check_ccl_update in advance.
6870
6871 * ccl.c: Now an element of Vccl_program_table is a vector of
6872 length 4, not 3.
6873 (ccl_get_compiled_code): New arg idx. Caller changed.
6874 Adjust for the change of Vccl_program_table.
6875 (setup_ccl_program): Adjust for the change of Vccl_program_table.
6876 (check_ccl_update): New function.
6877 (Fregister_ccl_program): Use ASET to set an element of a vector.
6878 Adjusted for the change of Vccl_program_table.
6879
6880 * ccl.h (struct ccl_program): New member idx.
6881 (check_ccl_update): Extern it.
6882
6883 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * image.c (Vimage_library_alist): Move from image.el.
6886 (syms_of_image): Defvar it.
6887 (lookup_image_type): Use it.
6888
6889 * buffer.c (Fbuffer_local_value): Make argument name match its use
6890 in docstring.
6891
6892 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * keyboard.c (Frecursive_edit): Fix typo in docstring.
6895 (Fposn_at_x_y): Make argument name match its use in docstring.
6896
6897 2005-05-26 Lute Kamstra <lute@gnu.org>
6898
6899 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
6900
6901 2005-05-24 Masatake YAMATO <jet@gyve.org>
6902
6903 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
6904 as loop sentinels.
6905
6906 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6907
6908 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
6909 select frame title ("Question"/"Information").
6910 (xdialog_show): Use it.
6911
6912 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
6913
6914 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
6915
6916 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
6917 a third argument (Qnil).
6918
6919 * lisp.h: x-popup-dialog can have three arguments.
6920
6921 * editfns.c (Fmessage_box): Use "Information" for frame title.
6922
6923 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6924
6925 * termcap.c [VMS]: Include <starlet.h>.
6926
6927 2005-05-23 Masatake YAMATO <jet@gyve.org>
6928
6929 * xdisp.c (note_mode_line_or_margin_highlight): Add code
6930 for mouse-face. Change the type of the first argument from `window'
6931 to `Lisp_Object'.
6932 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
6933 window instead of w.
6934
6935 2005-05-22 Andreas Schwab <schwab@suse.de>
6936
6937 * process.c (send_process): Move misplaced volatile.
6938
6939 2005-05-21 Richard M. Stallman <rms@gnu.org>
6940
6941 * xdisp.c (display_mode_element): If we're processing a list and
6942 padding is specified, put it after the last element.
6943
6944 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6945
6946 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
6947 "superroot" on DOS_NT systems.
6948
6949 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
6950
6951 * process.c (send_process): Restore the SIGPIPE handler if we
6952 catch a SIGPIPE.
6953
6954 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
6957 misleading comments).
6958 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
6959
6960 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6961
6962 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
6963 Correct the right value.
6964
6965 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
6966
6967 * keyboard.c (syms_of_keyboard): Remove Lisp variables
6968 post-command-idle-hook and post-command-idle-delay.
6969 (command_loop_1): Don't try to execute post-command-idle-hook.
6970
6971 2005-05-16 Kim F. Storm <storm@cua.dk>
6972
6973 * xdisp.c (handle_display_prop): Handle empty replacement.
6974 (handle_single_display_spec): Return -1 for empty replacement.
6975
6976 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
6977
6978 * .gdbinit (pitx): Print more info about iterator.
6979
6980 2005-05-16 Andreas Schwab <schwab@suse.de>
6981
6982 * unexmacosx.c (unexec_realloc): Move declarations before statements.
6983
6984 2005-05-14 Richard M. Stallman <rms@gnu.org>
6985
6986 * xdisp.c (message3): Call cancel_echoing.
6987
6988 * alloc.c (Fmemory_full_p): New function.
6989 (syms_of_alloc): defsubr it.
6990
6991 * process.c (send_process_trap): Unblock SIGPIPE.
6992 (send_process): Reset SIGPIPE handler before reporting error.
6993
6994 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
6995
6996 * emacs.c (syms_of_emacs): Fix doc string for system-type.
6997
6998 2005-05-13 Richard M. Stallman <rms@gnu.org>
6999
7000 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
7001 (Finsert_file_contents): If we read 0 bytes from a special file,
7002 unlock the visited file if we locked it.
7003 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
7004 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
7005
7006 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7007
7008 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
7009
7010 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
7011 Regard toolkit scroll bar thumb drag events as squeezable and prevent
7012 redisplay from being paused by them.
7013
7014 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
7015 [!MAC_OSX] (target_ticks): Remove variable.
7016 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
7017 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
7018 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
7019 event occurs before timeout, behave as if the function were interrupted.
7020 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
7021 handling using Time Manager routines.
7022 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
7023 New variables.
7024 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
7025 (setitimer): New functions.
7026
7027 * macfns.c, macmenu.c: Don't include signal.h.
7028
7029 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
7030 Rename from get_control_part_bound. All callers changed.
7031 (x_scroll_bar_clear): New function.
7032 (x_clear_frame): Use it.
7033 (XTset_vertical_scroll_bar): Don't call Draw1Control.
7034 (x_scroll_bar_handle_click): Change type of second argument from
7035 int to ControlPartCode.
7036 (check_alarm): Remove declaration.
7037 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
7038 (XTread_socket): Use ControlPartCode instead of SInt16.
7039
7040 2005-05-13 Nozomu Ando <nand@mac.com>
7041
7042 * unexmacosx.c: Include assert.h.
7043 (MACOSX_MALLOC_MULT16): New define.
7044 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
7045 ptr is in unexec regions by checking it is multiple of 16.
7046 (unexec_malloc_header_t): New typedef.
7047 (unexec_malloc, unexec_realloc, unexec_free): Store and use
7048 allocated size information in unexec_malloc_header.
7049
7050 2005-05-10 Richard M. Stallman <rms@gnu.org>
7051
7052 * xterm.c (noinclude): Add #undef.
7053
7054 * image.c, xfns.c, xmenu.c: Don't include signal.h.
7055
7056 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
7059 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
7060 Doc fixes.
7061
7062 * dired.c (Ffile_name_completion): Make argument name
7063 match its use in docstring.
7064
7065 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * eval.c (Fdefvaralias): Remove any pre-existing
7068 variable-documentation property of the alias.
7069
7070 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
7071
7072 * xfns.c (start_hourglass): Do nothing when running on a tty.
7073
7074 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * fns.c (Fchar_table_range): Fix typos in docstring.
7077
7078 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
7081
7082 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7083
7084 * lread.c (Flocate_file_internal): Doc fix.
7085
7086 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
7087
7088 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7089
7090 * macselect.c (x_own_selection): Accept Lisp string as result of
7091 selection converter function.
7092 (x_clear_frame_selections): Don't call x-lost-selection-functions
7093 if Emacs is not owner of the selection.
7094 (Vmac_services_selection): Put variable and initialization in
7095 #ifdef MAC_OSX.
7096 (syms_of_macselect) [MAC_OSX]: Set default value of
7097 Vmac_services_selection to PRIMARY.
7098
7099 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
7100 (mac_handle_tool_bar_click): Remove unused function and declaration.
7101 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
7102 (install_scroll_bar_timer, set_scroll_bar_timer)
7103 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
7104 (get_control_part_bound, x_scroll_bar_handle_press)
7105 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
7106 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
7107 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7108 (scroll_bar_timer_event_posted_p): New variables.
7109 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7110 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7111 (x_scroll_bar_create): Set control reference with NewControl.
7112 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7113 Initialize track_top and track_height to nil.
7114 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7115 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
7116 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7117 and associated window.
7118 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7119 from window config.
7120 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7121 Set track_top and track_height to nil when scroll bar size is changed.
7122 Recalculate them if they are nil.
7123 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7124 clicked control is a scroll bar.
7125 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7126 event handler functions. Don't add modifiers to scroll bar click
7127 events. Call scroll bar release handler when window is deactivated.
7128 (mac_initialize): Remove unused code for X toolkit.
7129 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7130 Initialize Vx_toolkit_scroll_bars to nil.
7131
7132 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7133 New members track_top and track_height.
7134
7135 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7136 init_process when including sys/select.h.
7137
7138 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7139
7140 * eval.c (Fdefvaralias): Doc fix.
7141
7142 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7143
7144 2005-05-05 Kim F. Storm <storm@cua.dk>
7145
7146 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7147 default value.
7148 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7149 Fix type of cursor-in-non-selected-windows.
7150
7151 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7152
7153 * mac.c: #undef init_process so not to conflict with system headers.
7154
7155 2005-05-02 Richard M. Stallman <rms@gnu.org>
7156
7157 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7158
7159 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7160
7161 * xdisp.c (Vcursor_in_non_selected_windows)
7162 (Qcursor_in_non_selected_windows): Vars deleted.
7163 (syms_of_xdisp): Don't initialize them.
7164 (get_window_cursor_type): Use cursor_in_non_selected_windows
7165 buffer slot.
7166
7167 2005-05-02 Kim F. Storm <storm@cua.dk>
7168
7169 * macros.c (executing_kbd_macro_index): Rename from
7170 executing_macro_index. All uses changed.
7171 (executing_kbd_macro_iterations): Rename from
7172 executing_macro_iterations. All uses changed.
7173 (executing_kbd_macro): Rename from executing_macro.
7174 All uses changed.
7175 (syms_of_macros): Rename Lisp var executing-macro-index to
7176 executing-kbd-macro-index.
7177
7178 * xdisp.c (move_it_in_display_line_to): Fix last change.
7179
7180 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7181
7182 * xmenu.c (Fx_popup_menu): Doc fix.
7183
7184 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7185
7186 2005-05-02 Jason Rumney <jasonr@gnu.org>
7187
7188 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7189
7190 2005-05-02 Nozomu Ando <nand@mac.com>
7191
7192 * sysselect.h: Fix typo.
7193
7194 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * charset.c (Fchars_in_region): Remove as obsolete.
7197
7198 2005-05-01 Kim F. Storm <storm@cua.dk>
7199
7200 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7201 TO_CHARPOS. This may happen if last glyphs was an image or stretch
7202 glyph.
7203
7204 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7207
7208 2005-05-01 Richard M. Stallman <rms@gnu.org>
7209
7210 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7211 If user cancels the menu, quit unless FOR_CLICK.
7212
7213 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
7214 All uses changed.
7215 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7216 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7217 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7218 * commands.h (Vexecuting_kbd_macro): Likewise.
7219
7220 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7221
7222 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7223
7224 2005-04-30 Richard M. Stallman <rms@gnu.org>
7225
7226 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7227 property of the file name handler.
7228 (Qoperations): New variable.
7229 (syms_of_fileio): Initialize and staticpro it.
7230
7231 * xdisp.c (set_message_1): Delete xassert.
7232
7233 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7234
7235 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7236
7237 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7238
7239 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7240 before/after including Carbon.h if there is a working mktime.
7241
7242 2005-04-28 Kim F. Storm <storm@cua.dk>
7243
7244 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7245 Fix cyclic alias check. If alias loop is detected, signal
7246 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7247
7248 2005-04-28 Lute Kamstra <lute@gnu.org>
7249
7250 * eval.c (do_autoload): Record only autoloads in the autoload
7251 property of symbols.
7252
7253 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7254
7255 * emacs.c (USAGE1): Add --basic-display and --quick options.
7256
7257 2005-04-27 Kim F. Storm <storm@cua.dk>
7258
7259 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7260
7261 2005-04-26 Richard M. Stallman <rms@gnu.org>
7262
7263 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7264 (syms_of_window): Doc fixes.
7265
7266 * indent.c (Fvertical_motion): Undo previous change.
7267
7268 2005-04-26 Kenichi Handa <handa@m17n.org>
7269
7270 * fns.c (char_table_range): New function.
7271 (Fchar_table_range): Signal an error if characters in the range
7272 have inconsistent values. Don't check the parent.
7273
7274 2005-04-25 Kenichi Handa <handa@m17n.org>
7275
7276 * fontset.c (fontset_set): Fix previous change.
7277
7278 2005-04-24 Richard M. Stallman <rms@gnu.org>
7279
7280 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7281
7282 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7283
7284 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7285 of RE_TRANSLATE to int, to shut up GCC warnings.
7286
7287 * fileio.c (Fcopy_file): Doc fix.
7288 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7289 not needed.
7290
7291 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7292
7293 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7294 (SOME_MACHINE_OBJECTS): Likewise.
7295 (mac.o): Depend on ccl.h.
7296 (macselect.o): New target.
7297
7298 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7299 Call syms_of_macselect.
7300
7301 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7302
7303 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
7304 (QCLIPBOARD): Remove variable.
7305 (syms_of_mac): Don't initialize it.
7306 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7307 Remove functions.
7308 (syms_of_mac): Don't defsubr them.
7309 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7310 (QHFS_plus_D, QHFS_plus_C): New variables.
7311 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7312 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7313 (cfstring_create_normalized): New functions.
7314 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7315 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7316
7317 * macterm.c (handling_window_update, terminate_flag):
7318 Remove variables.
7319 (do_window_update, do_ae_quit_application, XTread_socket):
7320 Don't use them.
7321 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7322 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7323 (init_service_handler): Move to macselect.c. Remove declarations.
7324 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7325 (Qapplication, Qabout): New variables.
7326 (syms_of_mac): Initialize them.
7327 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7328 (Qperform): New variables.
7329 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7330 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
7331 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7332 (mac_store_application_menu_event, init_menu_bar): New functions.
7333 [USE_CARBON_EVENTS] (mac_handle_command_event)
7334 (init_command_handler): New functions.
7335 (mac_handle_window_event): Return noErr on window update event.
7336 (do_ae_quit_application): Call mac_store_application_menu_event.
7337 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7338 and init_menu_bar.
7339
7340 * macterm.h (x_clear_frame_selections): Add extern.
7341
7342 * macselect.c: New file for selection processing on Mac OS.
7343
7344 2005-04-23 Richard M. Stallman <rms@gnu.org>
7345
7346 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7347 (Frename_file): Pass new arg to Fcopy_file.
7348
7349 * window.c (window_size_fixed): Variable deleted.
7350 (syms_of_window): Initialize window-size-fixed to nil.
7351 But don't DEFVAR window_size_fixed.
7352
7353 2005-04-23 Andreas Schwab <schwab@suse.de>
7354
7355 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7356 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7357 use lib64 instead of lib.
7358 (_LP64) [_ARCH_PPC64]: Define if not defined.
7359
7360 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7361
7362 * s/ms-w32.h (HAVE_PWD_H): Define.
7363
7364 2005-04-22 Kenichi Handa <handa@m17n.org>
7365
7366 * fns.c (copy_sub_char_table): Explicitly copy the default value
7367 of the sub-chartable.
7368
7369 * fontset.c (fontset_set): When a sub-chartable is created,
7370 explicitly sets the defalt value.
7371
7372 2005-04-22 Kim F. Storm <storm@cua.dk>
7373
7374 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7375 (Fsafe_plist_get): Rename to Fplist_get.
7376 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7377 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7378
7379 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7380
7381 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7382 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7383 Use Fplist_get instead of Fsafe_plist_get.
7384
7385 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7386
7387 2005-04-21 Miles Bader <miles@gnu.org>
7388
7389 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7390
7391 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7392
7393 * sysdep.c: Remove reference to defunct vms-pwd.h.
7394 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7395 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7396
7397 * config.in: Regenerate.
7398
7399 2005-04-20 Kenichi Handa <handa@m17n.org>
7400
7401 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
7402 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
7403 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
7404
7405 * alloc.c (make_sub_char_table): Argument changed to initial
7406 value of the slots.
7407
7408 * data.c (Faref): Handle special slots used as default values of
7409 ascii, eight-bit-control, eight-bit-control. Don't ignore a
7410 default value set for a group of characters.
7411 (Faset): Signal an error if IDXVAL is not a valid character code.
7412 Make a sub-chartable with correct initial value.
7413
7414 * fns.c (Fset_char_table_range): Don't set slots used as default
7415 values for ascii, eight-bit-control, eight-bit-graphic.
7416 Don't call Faref with charset-id.
7417 (Fset_char_table_default): Document how to treat normal character
7418 argument. Handle special slots used as default values of ascii,
7419 eight-bit-control, eight-bit-control. Make a sub chartable if
7420 necessary.
7421
7422 2005-04-20 Kenichi Handa <handa@m17n.org>
7423
7424 * search.c (boyer_moore): Fix previous change.
7425
7426 2005-04-19 Kim F. Storm <storm@cua.dk>
7427
7428 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
7429 face unless last visible char and first invisible char have the
7430 same face. Also use default face if saved_face_id is undefined.
7431
7432 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7433
7434 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
7435 `full_name'.
7436 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
7437 mac_scriptcode member.
7438
7439 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
7440 (syms_of_mac): Don't initialize them.
7441 (Vmac_charset_info_alist): New variable.
7442 (syms_of_mac): Defvar it.
7443 (create_text_encoding_info_alist): New function.
7444 (decode_mac_font_name, mac_to_x_fontname)
7445 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
7446 code the correspondence among XLFD charsets, Mac script codes, and
7447 Emacs coding systems. Use Vmac_charset_info_alist and result of
7448 create_text_encoding_info_alist instead.
7449 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
7450 routines also on Mac OS Classic.
7451 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
7452 Use add_font_name_table_entry.
7453 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
7454 specified. Derive unspecified scalable fields from specified one.
7455 (x_list_fonts): Consider Valternate_fontname_alist.
7456 (kDefaultFontSize): Change value from 9 to 12.
7457 (XLoadQueryFont): Get decoded font family, font face, and charset
7458 from x_font_name_to_mac_font_name. Set full name of loaded font.
7459 (mac_unload_font): Free `full_name' member.
7460 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
7461 NULL. Copy full_name member of struct MacFontStruct to that of
7462 struct font_info.
7463
7464 2005-04-19 Kim F. Storm <storm@cua.dk>
7465
7466 * xdisp.c (handle_stop): Set saved_face_id to current face if
7467 selective_display_ellipsis_p so ellipsis will be shown in same
7468 face as preceding text.
7469 (setup_for_ellipsis): Don't set saved_face_id here.
7470 (next_element_from_display_vector): Default to saved_face_id.
7471
7472 * fns.c (Fsafe_get): New function.
7473 (syms_of_fns): Defsubr it.
7474
7475 * lisp.h (Fsafe_get): EXFUN it.
7476
7477 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
7478 loops in case of bad face property lists. Limit number of face
7479 alias lookups to 10 (in case of face alias loops).
7480
7481 2005-04-18 Kim F. Storm <storm@cua.dk>
7482
7483 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
7484 It replaces the corresponding member from struct window, as a
7485 window may now show multiple overlay arrows.
7486 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
7487
7488 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
7489 Compare overlay_arrow_bitmap than overlay_arrow_p members.
7490
7491 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
7492 rather than from window.
7493 (update_window_fringes): Compare overlay_arrow_bitmap rather than
7494 overlay_arrow_p members.
7495 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
7496 if not default.
7497
7498 * window.h (struct window): Remove member overlay_arrow_bitmap.
7499
7500 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
7501
7502 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
7503 Calls changed. Don't check for overlay-arrow-bitmap property here.
7504 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
7505 fringe is present, return Lisp integer for bitmap (or -1 for default).
7506 Fix value of overlay-arrow-bitmap property to be a symbol, use
7507 lookup_fringe_bitmap to parse it.
7508 (display_line): Change call to overlay_arrow_at_row. Store integer
7509 return value as overlay bitmap in row rather than window.
7510 Only show overlay arrow if row displays text, or if no other overlay
7511 arrow is seen in window (if overlay marker is at point-max).
7512
7513 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7514
7515 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
7516
7517 2005-04-18 Lute Kamstra <lute@gnu.org>
7518
7519 * lread.c (Vloads_in_progress): Static.
7520 * fns.c (Vloads_in_progress): Remove extern.
7521 (load_in_progress): Add extern.
7522 (Frequire): Use load_in_progress instead of Vloads_in_progress.
7523
7524 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7525
7526 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
7527
7528 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7529
7530 * macterm.c (XTread_socket): Don't beep on keyboard input even if
7531 no frame is visible.
7532
7533 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7534
7535 * term.c (struct keys): Add support for shifted keys.
7536
7537 2005-04-16 Richard M. Stallman <rms@gnu.org>
7538
7539 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
7540 (set_message): Call with_echo_area_buffer with WHICH = 0.
7541 (set_message_1): Erase the echo area buffer first thing.
7542 (echo_area_display): Don't clear echo_message_buffer.
7543
7544 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7545
7546 * Makefile.in (mac.o): Depend on charset.h and coding.h.
7547
7548 * mac.c: Include charset.h and coding.h.
7549 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7550 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
7551 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
7552
7553 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7554
7555 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
7556
7557 * macterm.c (x_autoselect_window_p): Remove variable.
7558 (last_window): New variable.
7559 (XTreassert_line_highlight, x_change_line_highlight):
7560 Remove declarations.
7561 (mac_focus_changed, x_detect_focus_change): New functions and
7562 declarations.
7563 (XTextExtents16, front_emacs_window): Remove function.
7564 (mac_focus_frame): New function.
7565 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
7566 (mac_check_for_quit_char): Use it instead of front_emacs_window.
7567 (x_scroll_bar_report_motion): Obtain window from control owner.
7568 (x_make_frame_invisible): Set window manager size hint.
7569 (do_mouse_moved): Remove function.
7570 (XTread_socket): Move its contents here. Generate select-window
7571 event on mouse movement if needed. Use x_detect_focus_change on
7572 activate/deactivate events. Don't deiconify frame or invalidate
7573 window rectangle when dnd items are dropped.
7574 Don't activate/deactivate root control.
7575 (frame_highlight, frame_unhighlight): Activate/deactivate root
7576 control here.
7577 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
7578
7579 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
7580 New extern.
7581
7582 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
7585 (lisp): Use it.
7586 (SOME_MACHINE_LISP): Add tooltip.
7587
7588 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7589
7590 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
7591 Don't include TextEncodingConverter.h.
7592 (mac_system_script_code, Vmac_system_locale): New variables.
7593 (syms_of_mac): Defvar them.
7594 (mac_get_system_locale): New function.
7595
7596 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
7597 Use ENCODE_SYSTEM to encode title bar string.
7598 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7599 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
7600 Use CFStringGetSystemEncoding to get system default string encoding.
7601
7602 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
7603 TextEncodingConverter.h.
7604
7605 2005-04-13 Steven Tamm <steventamm@mac.com>
7606
7607 * macterm.c (syms_of_macterm): Remove redundant definition of
7608 mac-pass-control-to-system.
7609
7610 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * window.c (Fset_window_configuration): Be careful when you choose
7613 among several possible points for the new_current_buffer.
7614
7615 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7616
7617 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
7618 poll_for_input_1. Set interrupt_input_pending to 1 instead.
7619 (Qlanguage_change) [MAC_OS]: New variable.
7620 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
7621 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
7622
7623 * macterm.c (mac_keyboard_text_encoding)
7624 (current_mac_keyboard_text_encoding): Remove variables.
7625 (XTread_socket): Store language-change event if keyboard script change
7626 is detected. Don't convert input to `mac_keyboard_text_encoding'.
7627 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
7628
7629 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
7630
7631 2005-04-10 Richard M. Stallman <rms@gnu.org>
7632
7633 * emacs.c (standard_args): Rename --bare-bones to --quick.
7634 Add -D aka --basic-display.
7635
7636 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
7637
7638 2005-04-09 Richard M. Stallman <rms@gnu.org>
7639
7640 * keymap.c (where_is_internal): Convert a string used as event type
7641 into "(any string)".
7642
7643 * lread.c (Vloads_in_progress): Not static.
7644 * fns.c (Vloads_in_progress): Add extern.
7645 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
7646
7647 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
7648
7649 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
7650
7651 2005-04-09 Lute Kamstra <lute@gnu.org>
7652
7653 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
7654 within the accessible part of the buffer.
7655
7656 2005-04-09 Kim F. Storm <storm@cua.dk>
7657
7658 * lread.c (readevalloop): Add args START and END as region in
7659 current buffer to read. Callers changed.
7660 When specified, narrow to this region only when reading,
7661 not during eval. Track next point to read from during eval.
7662 Also restore point to "real" buffer position before eval.
7663 (Feval_region): Don't save excursion and restriction here, and
7664 don't narrow to region. Just pass region to readevalloop.
7665 Note: Point is now preserved even when PRINTFLAG is nil.
7666
7667 2005-04-08 Kim F. Storm <storm@cua.dk>
7668
7669 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
7670
7671 2005-04-06 Kim F. Storm <storm@cua.dk>
7672
7673 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
7674
7675 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7676
7677 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
7678 (Fmac_get_preference): Doc fix.
7679
7680 * macfns.c (Fx_create_frame, x_create_tip_frame):
7681 Add "fontset-mac" to fallback font/fontsets.
7682
7683 2005-04-04 Kim F. Storm <storm@cua.dk>
7684
7685 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
7686
7687 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
7688 Call it again after autoload.
7689
7690 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7691
7692 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
7693 mallopt.
7694
7695 * ralloc.c (r_alloc_init): Ditto.
7696
7697 2005-04-01 Kenichi Handa <handa@m17n.org>
7698
7699 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
7700 (Vascii_eqv_table): Extern them.
7701
7702 * casetab.c (set_case_table): If standard is nonzero, setup
7703 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
7704
7705 * search.c (looking_at_1): Use current_buffer->case_canon_table,
7706 not DOWNCASE_TABLE.
7707 (string_match_1): Likewise.
7708 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
7709 Vascii_downcase_table.
7710 (fast_string_match_ignore_case): Likewise.
7711 (search_buffer): Fix checking of boyer-moore usability.
7712 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
7713 No need of tranlating characters in PAT. Fix calculation of
7714 simple_translate.
7715
7716 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
7719 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
7720 Use XtNtopShadowPixel and XtNbottomShadowPixel.
7721 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
7722 really work and that breaks with some versions of Xaw3d.
7723
7724 2005-03-31 Kenichi Handa <handa@m17n.org>
7725
7726 * coding.c (syms_of_coding): Fix previous change.
7727
7728 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * fileio.c (search_embedded_absfilename): Fix last change.
7731
7732 2005-03-25 Kenichi Handa <handa@m17n.org>
7733
7734 * coding.c (syms_of_coding): Suggest to use set-coding-category in
7735 the docstring of coding-category-list.
7736
7737 2005-03-31 Kim F. Storm <storm@cua.dk>
7738
7739 * keyboard.c (Qmouse_fixup_help_message): New var.
7740 (syms_of_keyboard): Intern and staticpro it.
7741 (show_help_echo): Apply mouse-fixup-help-message to help string.
7742
7743 2005-03-30 Kim F. Storm <storm@cua.dk>
7744
7745 * xdisp.c (display_line): Allow multiple overlay arrows in window.
7746
7747 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
7750 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
7751 (Ffile_name_absolute_p): Use it.
7752 (search_embedded_absfilename): New fun, extracted from
7753 Fsubstitute_in_file_name. Use file_name_absolute_p.
7754 Free the pw data after use.
7755 (Fsubstitute_in_file_name): Use it.
7756 After cutting a prefix, re-check file-name-handler.
7757
7758 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
7759
7760 * w32term.h (x_output): Add focus_state.
7761
7762 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
7763 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
7764
7765 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
7768 Use Fexit_minibuffer.
7769 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
7770
7771 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * dired.c (Ffile_attributes): Add a missing gcpro.
7774
7775 * alloc.c (make_number): The arg can be bigger than `int'.
7776 * lisp.h (make_number): Make prototype more precise.
7777
7778 * process.c, dired.c (Vfile_name_coding_system)
7779 (Vdefault_file_name_coding_system):
7780 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
7781 (Vdefault_file_name_coding_system): Remove unused declarations.
7782
7783 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7784
7785 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
7786 if it failed to pop up (Gnome "show pointer on ctrl" option makes
7787 menus fail to pop up).
7788
7789 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
7792 Just prepend a backslash without replacing the NBSP by an SPC.
7793
7794 2005-03-22 Kim F. Storm <storm@cua.dk>
7795
7796 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
7797 * dispextern.h (lookup_derived_face): Fix prototype.
7798 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
7799
7800 * xdisp.c (handle_single_display_spec): Derive left-fringe and
7801 right-fringe face from fringe face.
7802
7803 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
7804 Derive face from fringe face.
7805
7806 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7807
7808 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
7809
7810 2005-03-22 David Kastrup <dak@gnu.org>
7811
7812 * textprop.c (Fnext_char_property_change)
7813 (Fprevious_char_property_change): Allow marker as limit.
7814 (Fnext_single_char_property_change)
7815 (Fprevious_single_char_property_change): Check that limit is a
7816 number in strings.
7817 (Fnext_single_char_property_change): Coerce position to integer.
7818 (Fprevious_single_char_property_change): Same here.
7819
7820 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7821
7822 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
7823
7824 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * frame.c (Fignore_event): Remove.
7827 (syms_of_frame): Don't defsubr it.
7828
7829 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
7830 redundant `ignore-event'.
7831
7832 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7833
7834 * unexec.c (write_segment, unexec): Move these functions to avoid
7835 forward references (which cause errors with "gcc -gcoff").
7836
7837 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7838
7839 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
7840 that it doesn't become "tooltip". The specbind is enough.
7841
7842 * xrdb.c (x_load_resources): Use different char *helv when I18N
7843 is present.
7844
7845 2005-03-17 Kenichi Handa <handa@m17n.org>
7846
7847 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
7848
7849 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
7852 Use xic_create_fontsetname even for non-Motif menus.
7853 Don't forget to free the fontsetname.
7854
7855 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
7856
7857 2005-03-17 Richard M. Stallman <rms@gnu.org>
7858
7859 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
7860
7861 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
7862 (Fmake_symbolic_link): Use G to read the new file name.
7863
7864 * callint.c (Finteractive): Document G option.
7865 (Fcall_interactively): Implement G option.
7866
7867 * buffer.c (buffer_lisp_local_variables): New function,
7868 broken out from Fbuffer_local_variables.
7869 (clone_per_buffer_values): Use buffer_lisp_local_variables.
7870
7871 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * xfns.c (xic_create_fontsetname): Add `motif' argument.
7874 Always return a freshly allocated string.
7875 (xic_create_xfontset): Adjust call.
7876
7877 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
7878 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
7879 (dump_realized_face): Fix warning.
7880
7881 * emacs.c (Fkill_emacs): YAILOM.
7882
7883 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
7884
7885 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7886
7887 * mac.c (HASHKEY_TERMINAL): Remove.
7888 (HASHKEY_MAX_NID): New macro.
7889 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
7890 argument.
7891 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
7892 (xrm_create_database, xrm_q_put_resource)
7893 (xrm_merge_string_database, xrm_q_get_resource_1)
7894 (xrm_q_get_resource): Change resource database representation so
7895 that it may not use multiple hash tables for a single database.
7896 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
7897
7898 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
7901
7902 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
7903 locale-coding-system, as was already done for WINDOWSNT.
7904
7905 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
7906 translation for chars in the 0-255 range.
7907
7908 2005-03-16 Lute Kamstra <lute@gnu.org>
7909
7910 * floatfns.c (Ffloor): Doc fix.
7911
7912 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7913
7914 * mac.c: Include macterm.h instead of directly including Carbon.h.
7915 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
7916 (Qarray, Qdictionary): New variables.
7917 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7918 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
7919 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
7920 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
7921 in callback for CFDictionaryApplyFunction.
7922 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7923 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7924 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
7925 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
7926 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
7927 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7928 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
7929 (skip_white_space, parse_comment, parse_include_file)
7930 (parse_binding, parse_component, parse_resource_name, parse_value)
7931 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
7932 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
7933 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
7934 New functions.
7935
7936 * macfns.c (mac_get_rdb_resource): Remove function.
7937 (x_get_string_resource): Use xrm_get_resource.
7938
7939 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
7940
7941 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
7942 name_list_element.
7943 (mac_make_rdb): Create resource database from preferences and
7944 argument string.
7945 (mac_term_init): Save resource database to cddr part of
7946 name_list_element.
7947
7948 * macterm.h (xrm_merge_string_database, xrm_get_resource)
7949 (xrm_get_preference_database): Add externs.
7950 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7951 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7952 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
7953
7954 * process.c (init_process): Change `#ifdef DARWIN' to `#if
7955 defined (DARWIN) || defined (MAC_OSX)'
7956
7957 * s/darwin.h (DARWIN): Don't define.
7958
7959 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7960
7961 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
7962 Remove unused variables.
7963 (syms_of_macfns): Don't initialize them. Likewise for
7964 Qface_set_after_frame_default. Defvar and initialize
7965 Vx_window_horizontal_drag_shape.
7966 (x_set_mouse_color): Change mouse pointer shape.
7967 (mac_window) [!MAC_OSX]: Create root control.
7968 (Fx_create_frame): Remove initializations of mouse pointer shapes.
7969 (hourglass_started): New function (from xfns.c).
7970 (start_hourglass, cancel_hourglass): Put function body in #ifdef
7971 MAC_OSX.
7972 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
7973 indicator for each non-tooltip frame if needed, and show it.
7974 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
7975
7976 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
7977 Controls.h. Use ThemeCursor instead of CursHandle.
7978
7979 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
7980 Remove functions and declarations.
7981 (mac_set_colors): Take argument for saving background color.
7982 All callers changed.
7983 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
7984 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
7985 background color.
7986 (x_update_end, mac_do_track_drag): Don't reset background color.
7987 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
7988 Use SetThemeCursor.
7989 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
7990 indicator control to the upper-right corner of the window.
7991 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
7992 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
7993 (do_window_update): Update controls after updating content area.
7994 (mac_handle_window_event): Remove unused extern.
7995 (XTread_socket): Check both control handle and control part code
7996 to determine whether a scroll bar is clicked. Activate/deactivate
7997 root control instead of contained scroll bar controls.
7998 (make_mac_terminal_frame): Use ThemeCursor constants.
7999
8000 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
8001 New member hourglass_control.
8002 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
8003 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
8004
8005 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8006
8007 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
8008 coincides with that in Apple X11 except `clear', `enter' on
8009 laptops, and fn + `enter' on laptops.
8010
8011 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
8014 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
8015 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
8016
8017 * xfns.c (xic_defaut_fontset): New constant.
8018 (xic_create_fontsetname): New function.
8019 Extracted from create_frame_xic. Try to generate a slightly
8020 better fontset.
8021 (xic_create_xfontset): Use it.
8022 (create_frame_xic): Simplify.
8023
8024 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * fileio.c (Fmake_symbolic_link): Fix last change.
8027
8028 2005-03-11 Richard M. Stallman <rms@gnu.org>
8029
8030 * fileio.c (Frename_file, Fadd_name_to_file)
8031 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
8032 expand the basename of FILE relative to it.
8033
8034 2005-03-11 Kenichi Handa <handa@m17n.org>
8035
8036 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
8037 before calling setup_coding_system so that autoloading of a coding
8038 system work.
8039
8040 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8041
8042 * xfns.c (hourglass_started): New function.
8043
8044 * dispextern.h: Declare hourglass_started.
8045
8046 * keyboard.c (Fexecute_extended_command): Restart hourglass
8047 after call to Fcompleting_read if already started.
8048
8049 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
8050 GTK main loop is entered in xterm.c, thus doing the redraw.
8051
8052 2005-03-10 Kim F. Storm <storm@cua.dk>
8053
8054 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
8055
8056 2005-03-08 Kenichi Handa <handa@m17n.org>
8057
8058 * frame.c (x_set_font): Call set_default_ascii_font if an
8059 available font is found.
8060
8061 * fontset.c (set_default_ascii_font): New function.
8062 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
8063
8064 * fontset.h (set_default_ascii_font): Extern it.
8065
8066 2005-03-07 Kim F. Storm <storm@cua.dk>
8067
8068 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
8069 (clear_image_cache_count): New var.
8070 (redisplay_internal): Don't clear face and image caches in the
8071 middle of redisplay; do it afterwards.
8072
8073 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
8074
8075 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
8076 is valid. If not, clear phys_cursor_on_p and return.
8077
8078 2005-03-07 Andreas Schwab <schwab@suse.de>
8079
8080 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
8081
8082 2005-03-06 Richard M. Stallman <rms@gnu.org>
8083
8084 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
8085
8086 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
8087 (Feval, Ffuncall): Use CHECK_CONS_LIST.
8088
8089 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
8090
8091 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
8092 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
8093
8094 2005-03-05 Juri Linkov <juri@jurta.org>
8095
8096 * emacs.c (USAGE1): Replace Info node name "command arguments"
8097 with "emacs invocation".
8098 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
8099 allow arguments `--color' and `MODE' to be separated by space.
8100 Add --no-blinking-cursor, -nbc.
8101 (standard_args): Add -nbc, --no-blinking-cursor.
8102
8103 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8104
8105 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
8106 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
8107 * fileio.c (Fexpand_file_name) [VMS]:
8108 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8109 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8110 (Fsnarf_documentation): Call munge_doc_file_name.
8111
8112 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8113
8114 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8115 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8116 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8117
8118 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8119
8120 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8121 defined (MAC_OSX) && defined (HAVE_CARBON)'.
8122
8123 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
8124
8125 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8126 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
8127 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
8128 (mac_clear_font_name_table): Move extern to macterm.h.
8129
8130 * macfns.c (install_window_handler): Move extern to macterm.h.
8131 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8132 valid. Don't check !NILP (dir) because it is already checked with
8133 CHECK_STRING.
8134 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
8135 specifying the default location and obtaining the selected filename.
8136
8137 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8138
8139 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
8140 are included via Carbon.h.
8141
8142 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8143 Define USE_CARBON_EVENTS to 1.
8144 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
8145 (x_free_frame_resources): Call remove_window_handler for
8146 non-tooltip windows.
8147 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8148 via Carbon.h.
8149 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8150 (mac_do_receive_dragUPP): New variables.
8151 (mac_handle_service_event, init_service_handler): Put declarations
8152 and definitions in #ifdef MAC_OSX.
8153 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8154 drag-and-drop handler functions and register them.
8155 (remove_window_handler): New function.
8156 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8157 Use fsspec_to_posix_pathname.
8158 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8159 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
8160 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8161 Set default cursors.
8162 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8163 init_service_handler or init_quit_char_handler.
8164 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8165
8166 * macterm.h (install_window_handler, remove_window_handler)
8167 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8168 (mac_clear_font_name_table): New externs.
8169
8170 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8171
8172 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8173 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8174 (Fexpand_file_name): Likewise.
8175
8176 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8177
8178 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8179 no longer special-case VMS. Add bogus return value.
8180
8181 2005-03-02 Kim F. Storm <storm@cua.dk>
8182
8183 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8184 (xassert) [!XASSERTS]: Define dummy version.
8185
8186 2005-03-02 Kim F. Storm <storm@cua.dk>
8187
8188 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8189 Reported by David Kastrup.
8190
8191 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8192
8193 * xdisp.c (get_next_display_element): Fix control and escape
8194 glyph from display vector.
8195
8196 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8199
8200 2005-02-27 Richard M. Stallman <rms@gnu.org>
8201
8202 * xdisp.c (fast_find_position): Rename END to BEG.
8203 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8204
8205 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8206
8207 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
8208 gtk_window_resize and x_wm_set_size_hint.
8209
8210 2005-02-25 Kim F. Storm <storm@cua.dk>
8211
8212 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8213
8214 * xdisp.c (init_from_display_pos): Don't read past end of
8215 it->overlay_strings array.
8216
8217 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8218
8219 * buffer.c (syms_of_buffer): Fix typo.
8220
8221 2005-02-23 Lute Kamstra <lute@gnu.org>
8222
8223 * buffer.c (Foverlay_buffer): Doc fix.
8224
8225 2005-02-22 Kim F. Storm <storm@cua.dk>
8226
8227 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8228 and symbol keys in alists and hash tables.
8229
8230 * xdisp.c (fast_find_position): Fix search for start of overlay.
8231
8232 2005-02-21 Kim F. Storm <storm@cua.dk>
8233
8234 * window.c (window_scroll_pixel_based): When scrolling backwards,
8235 handle partial visible line at end of window even when we hit PT.
8236
8237 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8240
8241 2005-02-21 Kim F. Storm <storm@cua.dk>
8242
8243 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8244 I think those asserts are bogus if buffer contains invisible text
8245 or images.
8246
8247 2005-02-21 David Kastrup <dak@gnu.org>
8248
8249 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8250
8251 2005-02-20 Kim F. Storm <storm@cua.dk>
8252
8253 * xdisp.c (pos_visible_p): Be sure to move to the specified
8254 position. Always get the full ascent / descent of the
8255 corresponding row, to return reliable rtop and rbot values.
8256 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8257 Must look one character back, as back_to_previous_line_start
8258 returns position after the newline.
8259 (move_it_vertically_backward): Fix heuristic for when to move further
8260 back in case line_height * 2/3 is larger than window height.
8261 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8262 as it does not do anything anymore. Add arg current_matrix_p to
8263 use current matrix rather than desired matrix when set.
8264 (try_cursor_movement): Don't scroll to make cursor row fully
8265 visible if cursor didn't move. This avoids unexpected recentering
8266 in case of blinking cursor or accepting process output.
8267 Use current matrix to check cursor row visibility.
8268 (redisplay_window): Fix whether to recenter or move to top in case
8269 cursor line is taller than window height.
8270 (find_first_unchanged_at_end_row): Stop search if we reach a row
8271 which not enabled (instead of abort).
8272
8273 2005-02-18 Kim F. Storm <storm@cua.dk>
8274
8275 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8276 to be nil in a :box attribute value list; customize prints that
8277 as lisp value when no box color is specified.
8278
8279 * .gdbinit (pitx, pit): Pretty print display iterator.
8280 (prowx, prow): Pretty print glyph row.
8281 (pcursorx, pcursor): Pretty print a window cursor.
8282 (pwinx, pwin): Pretty print struct window.
8283
8284 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * alloc.c (BLOCK_BYTES): Harmless typo.
8287
8288 2005-02-17 Andreas Schwab <schwab@suse.de>
8289
8290 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8291 of XGetWindowProperty to avoid aliasing issues.
8292 (Fx_window_property): Likewise.
8293
8294 * xselect.c (Fx_disown_selection_internal): Use union of struct
8295 input_event and struct selection_input_event to avoid aliasing issues.
8296
8297 * xterm.c (handle_one_xevent): Use union of struct input_event and
8298 struct selection_input_event to avoid aliasing issues.
8299 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8300
8301 2005-02-17 Kim F. Storm <storm@cua.dk>
8302
8303 * dispextern.h (enum it_method): New enum.
8304 (GET_FROM_*): Its members.
8305 (struct it): Change member method from function pointer to enum.
8306
8307 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8308 (setup_for_ellipsis, handle_single_display_spec)
8309 (handle_composition_prop, next_overlay_string)
8310 (get_overlay_strings, reseat_1, reseat_to_string)
8311 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8312 (in_display_vector_p, display_line, get_next_display_element):
8313 Change it->method from function pointer to enum.
8314 (get_next_element): New array to map it->method to function.
8315 (get_next_display_element): Use it.
8316 (set_iterator_to_next): Use switch instead of if/else chain.
8317
8318 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8319
8320 * w32select.c: Summary: Thorough rework to implement Unicode
8321 clipboard operations and delayed rendering.
8322
8323 Drop last_clipboard_text and related code, keep track of
8324 ownership via clipboard_owner instead. Drop old #if0 sections.
8325
8326 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8327 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8328 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8329 (current_coding_system, current_requires_encoding)
8330 (current_num_nls, current_clipboard_type, current_lcid):
8331 New static variables.
8332
8333 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8334 (render, render_all, run_protected, lisp_error_handler)
8335 (owner_callback, create_owner, setup_config)
8336 (enum_locale_callback, cp_from_locale, coding_from_cp):
8337 New local functions.
8338
8339 (term_w32select, globals_of_w32select): New global functions.
8340
8341 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8342 clipboard_owner instead. Use delayed rendering and provide
8343 all text formats. Provide CF_LOCALE if necessary.
8344
8345 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8346 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8347 available. Force DOS line-ends for decoding.
8348
8349 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8350
8351 (syms_of_w32select): Init and register new variables.
8352
8353 * w32.h: Add prototypes for globals_of_w32select and
8354 term_w32select. Make the neighboring K&R declarations into
8355 prototypes, too.
8356
8357 * emacs.c: Include w32.h to get function prototypes.
8358 (main): Call globals_of_w32select.
8359
8360 * w32.c (term_ntproc): Call term_w32select.
8361
8362 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8363
8364 2005-02-16 Kim F. Storm <storm@cua.dk>
8365
8366 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8367 at end of display vector.
8368
8369 2005-02-15 Richard M. Stallman <rms@gnu.org>
8370
8371 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8372 for mode and header lines.
8373
8374 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8375
8376 * keymap.h (describe_map_tree): Change decl.
8377
8378 * keyboard.c (command_loop_1): Always use safe_run_hooks
8379 to run Qdeferred_action_function.
8380
8381 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8382 (describe_map, describe_vector): Likewise. When it's 1,
8383 don't omit shadowed bindings, instead mark them as shadowed.
8384
8385 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8386 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8387
8388 * data.c (Fsetq_default): Allow no arg case.
8389
8390 2005-02-14 Kenichi Handa <handa@m17n.org>
8391
8392 * coding.c (encode_coding_string): Always return a unibyte string.
8393 If NOCOPY is nonzero and there's no need of encoding, make STR
8394 unibyte directly.
8395
8396 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8397 multibyte string, signal an error instead of aborting.
8398
8399 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
8400
8401 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
8402
8403 2005-02-12 Kim F. Storm <storm@cua.dk>
8404
8405 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8406
8407 2005-02-10 Kim F. Storm <storm@cua.dk>
8408
8409 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
8410 if it moves outside window or it doesn't display text.
8411
8412 2005-02-09 Kim F. Storm <storm@cua.dk>
8413
8414 * undo.c (Fprimitive_undo): Check that undo function does not
8415 switch buffer.
8416
8417 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8418
8419 * xselect.c (selection_data_to_lisp_data): For the special case
8420 type == XA_ATOM, data contains array of int, not array of Atom.
8421 (x_property_data_to_lisp, selection_data_to_lisp_data):
8422 Comment update: data must be array of int for format == 32.
8423
8424 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
8427
8428 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8429
8430 * xfns.c (Fx_change_window_property): Use long array when format is 32.
8431 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
8432 convert long array returned from XGetWindowProperty to an int array.
8433 (x_set_tool_bar_lines): Check that width and height is greater than
8434 zero before clearing area.
8435
8436 * xselect.c (x_reply_selection_request): Pass long array to
8437 XChangeProperty so that 64 bit longs are handeled correctly.
8438 (x_get_window_property): If format is 32 and long is bigger than 32
8439 bits convert data from XGetWindowProperty from long array to int array.
8440 (lisp_data_to_selection_data): When the input is a vector and the
8441 format is 32, allocate a long array even if long is bigger than 32 bits.
8442 (x_fill_property_data): Use char, short and long as the man page
8443 for XChangeProperty specifies. This way the data returned is OK for
8444 both 32 and 64 bit machines.
8445 (x_handle_dnd_message): Calculate size correctly even for 64 bit
8446 machines.
8447 (Fx_send_client_event): Undo change from 2005-02-05,
8448 x_fill_property_data now handles that case.
8449
8450 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
8451 reason for the approach in the code.
8452
8453 2005-02-07 Kim F. Storm <storm@cua.dk>
8454
8455 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
8456
8457 2005-02-06 Richard M. Stallman <rms@gnu.org>
8458
8459 * eval.c (Frun_hook_with_args)
8460 (Frun_hook_with_args_until_success)
8461 (Frun_hook_with_args_until_failure): Doc fixes.
8462
8463 2005-02-05 Andreas Schwab <schwab@suse.de>
8464
8465 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
8466
8467 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8468
8469 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
8470 the longs in a XClientMessageEvent correctly when long is 64 bits.
8471
8472 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8473
8474 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
8475 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
8476
8477 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8478
8479 * xmenu.c (menubar_selection_callback): Force out GTK buffered
8480 events so the menu event comes after them. This is to prevent sit-for
8481 from exiting on buffered events directly after a menu selection,
8482 lisp code for Help => About Emacs uses sit-for.
8483
8484 * gtkutil.c (create_menus): Connect selection-done event instead of
8485 the deactivate event to deactivate_cb. This will make the last
8486 leave event come before the call to deactivate_cb, so the leave
8487 event does not make sit-for exit after a menu selection.
8488
8489 2005-02-03 Kim F. Storm <storm@cua.dk>
8490
8491 * dispnew.c (build_frame_matrix_from_leaf_window)
8492 [!GLYPH_DEBUG]: Fix xassert.
8493
8494 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
8495
8496 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8497
8498 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8499
8500 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
8501 the compiling OS version.
8502
8503 * macfns.c (x_create_tip_frame): Likewise.
8504
8505 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
8506
8507 2005-02-03 Richard M. Stallman <rms@gnu.org>
8508
8509 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
8510
8511 * xdisp.c (echo_area_display): Clear echo_message_buffer.
8512
8513 * buffer.c (Fbury_buffer): Doc fix.
8514
8515 2005-02-02 Steven Tamm <steventamm@mac.com>
8516
8517 * macfns.c (unwind_create_frame): Fix compile error due to
8518 xassert being uncondition, but predicate is.
8519 * dispnew.c (update_window): Fix compile error due to
8520 xassert being uncondition, but predicate is.
8521
8522 2005-02-02 Miles Bader <miles@gnu.org>
8523
8524 * dispextern.h (xassert): Enable unconditionally.
8525
8526 2005-02-02 Kim F. Storm <storm@cua.dk>
8527
8528 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
8529
8530 2005-02-02 Kenichi Handa <handa@m17n.org>
8531
8532 * casefiddle.c (casify_object): Enable changing characters of
8533 different byte length.
8534 (casify_region): Fix loop condition, args to replace_range_2, and
8535 update opoint_byte.
8536
8537 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
8538
8539 2005-02-01 Kim F. Storm <storm@cua.dk>
8540
8541 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
8542 stack before calling handle_display_prop.
8543
8544 2005-01-31 Kim F. Storm <storm@cua.dk>
8545
8546 * undo.c (Qapply): New lisp var.
8547 (syms_of_undo): Intern and staticpro it.
8548 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
8549 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
8550
8551 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8552
8553 2005-01-30 Jesper Harder <harder@phys.au.dk>
8554
8555 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
8556 <mac-emulate-three-button-mouse>: Fix docstring indentation.
8557
8558 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8559
8560 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
8561 Increase value to 3 Meg.
8562
8563 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8564
8565 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
8566 button events are not received otherwise.
8567
8568 2005-01-29 Richard M. Stallman <rms@gnu.org>
8569
8570 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8571
8572 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
8573
8574 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * keymap.c (access_keymap): YAILOM.
8577
8578 2005-01-27 Kim F. Storm <storm@cua.dk>
8579
8580 * xdisp.c (get_phys_cursor_geometry): New function to calculate
8581 phys cursor position and size for hollow cursor. Position is
8582 aligned with get_glyph_string_clip_rect and ensures that a hollow
8583 cursor is shown, even when the actual glyph is not visible.
8584
8585 * dispextern.h (get_phys_cursor_geometry): Add prototype.
8586
8587 * xterm.c (x_clip_to_row): Ensure y >= 0.
8588 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8589
8590 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8591
8592 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8593
8594 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
8597
8598 2005-01-27 Kim F. Storm <storm@cua.dk>
8599
8600 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
8601 glyph, even when row is only partially visible and actual cursor
8602 position is not visible.
8603
8604 2005-01-24 Richard M. Stallman <rms@gnu.org>
8605
8606 * xterm.c (x_error_quitter): No longer static, and moved after
8607 x_error_handler.
8608
8609 2005-01-24 Kim F. Storm <storm@cua.dk>
8610
8611 * xdisp.c (move_it_by_lines): If we move forward after going too
8612 far back, cancel move if end position is same as start position.
8613
8614 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8615
8616 * dispextern.h (struct glyph_string): New members clip_head and
8617 clip_tail.
8618
8619 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
8620 region to the area between clip_head and clip_tail.
8621 (draw_glyphs): Record the area that need to be actually redrawn to
8622 the new variables clip_head and clip_tail when there are
8623 overhangs. Set values of these variables to the corresponding
8624 members in struct glyph_string. Refine x coordinates for
8625 notice_overwritten_cursor using clip_head and clip_tail.
8626
8627 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
8628
8629 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
8630 QDTextBounds.
8631 (x_draw_glyph_string): Don't fill the background of the successor
8632 of a glyph with a right overhang if the successor will draw a cursor.
8633 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
8634 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
8635
8636 2005-01-24 Kim F. Storm <storm@cua.dk>
8637
8638 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
8639 direction if window height was smaller than next-screen-context-lines.
8640 Now always scroll at least one line in the requested direction.
8641 Ensure that we actually do scroll backwards when requested to do so.
8642
8643 * xdisp.c (redisplay_window): Only try to make cursor line fully
8644 visible once (to avoid redisplay loop).
8645
8646 2005-01-23 Kim F. Storm <storm@cua.dk>
8647
8648 * window.c (Fpos_visible_in_window_p): Simplify return value for
8649 partially visible rows.
8650 (window_scroll_pixel_based): Adapt to that change.
8651
8652 * window.c (window_scroll_pixel_based): Force moving to next line
8653 if scrolling doesn't move start point, e.g. if looking at tall image.
8654
8655 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
8656 Clear last_height before calling line_bottom_y to get real height.
8657 Fix calculation of y.
8658
8659 2005-01-22 Steven Tamm <steventamm@mac.com>
8660
8661 * s/darwin.h: Removed PTY_ITERATION from here.
8662 (DARWIN): Define.
8663
8664 * process.c (init_process): Default process-connection-type to
8665 nil on darwin 6 or less, t if it is 7 or higher. This way the
8666 broken pty behavior is still allowed on darwin 6 for interactive
8667 processes for people that know what they are doing.
8668
8669 2005-01-22 Kim F. Storm <storm@cua.dk>
8670
8671 * window.c (auto_window_vscroll_p): New boolean.
8672 (syms_of_window): DEFVAR_BOOL it.
8673 (Fpos_visible_in_window_p): Extend return value to include RTOP
8674 and RBOT values if FULLY is nil.
8675 (window_scroll_pixel_based): Adjust vscroll for partially visible
8676 rows if auto_window_vscroll_p is set.
8677 (Fset_window_vscroll): Do nothing if vscroll is not modified.
8678
8679 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
8680 to return number of partially invisible pixels at top and bottom
8681 of the dislay row at POS.
8682
8683 * lisp.h (pos_visible_p): Fix prototype.
8684
8685 2005-01-21 Richard M. Stallman <rms@gnu.org>
8686
8687 * fileio.c (Fcopy_file): Doc fix.
8688
8689 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8690
8691 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
8692 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
8693 start of function for older compilers.
8694
8695 2005-01-20 Richard M. Stallman <rms@gnu.org>
8696
8697 * editfns.c (Fmessage): If arg is "", return "" (as before).
8698
8699 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
8700
8701 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
8702 variable.
8703
8704 2005-01-20 Steven Tamm <steventamm@mac.com>
8705
8706 * editfns.c (Voperating_system_release): Add.
8707 (init_editfns): Assign new variable operating-system-release
8708 based on call to uname if available.
8709 (get_operating_system_release): Add function to
8710 allow c-level access to operating system release.
8711
8712 * config.h: Regenerated.
8713
8714 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
8715 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
8716 using ptys as '7'.
8717
8718 2005-01-20 Kim F. Storm <storm@cua.dk>
8719
8720 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
8721
8722 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
8723 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
8724
8725 * macterm.c (x_draw_glyph_string_box): Likewise.
8726
8727 * w32term.c (x_draw_glyph_string_box): Likewise.
8728
8729 * indent.c (Fvertical_motion): Temporarily disable selective display.
8730
8731 2005-01-19 Kim F. Storm <storm@cua.dk>
8732
8733 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
8734 image property.
8735
8736 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
8737
8738 2005-01-18 Kim F. Storm <storm@cua.dk>
8739
8740 * xdisp.c (fast_find_position): Backtrack to find first row if
8741 charpos is inside a display overlay that spans multiple lines.
8742
8743 2005-01-18 Kenichi Handa <handa@m17n.org>
8744
8745 * coding.c (decode_coding_iso2022): Translate invalid codes if
8746 translation-table is specified.
8747
8748 2005-01-18 Kim F. Storm <storm@cua.dk>
8749
8750 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
8751 change. If handle_display_prop indicates newline is replaced by
8752 image or text, move back to start of relevant overlay or interval
8753 and continue scan from there. Simplify.
8754
8755 2005-01-17 Kim F. Storm <storm@cua.dk>
8756
8757 * dispnew.c (mode_line_string, marginal_area_string):
8758 Fix off-by-one error in search for glyph.
8759
8760 2005-01-16 Kim F. Storm <storm@cua.dk>
8761
8762 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
8763
8764 2005-01-16 Steven Tamm <steventamm@mac.com>
8765
8766 * macterm.c (mac_to_x_fontname): Remove spurious argument.
8767
8768 2005-01-16 Andreas Schwab <schwab@suse.de>
8769
8770 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
8771
8772 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8773
8774 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
8775 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
8776
8777 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8778
8779 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
8780 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
8781 New flags for readable_events.
8782 (get_filtered_input_pending, readable_filtered_events): Remove.
8783 (tracking_off): Call readable_events and get_input_pending with
8784 flag READABLE_EVENTS_DO_TIMERS_NOW.
8785 (readable_events): Move code from old readable_filtered_events here,
8786 but check new READABLE_EVENTS_* in argument flags instead of previous
8787 two boolean arguments do_timers_now and filter_events.
8788 If we are doing mouse tracking and the mouse moved, return only if
8789 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
8790 (swallow_events): Call get_input_pending with flag
8791 READABLE_EVENTS_DO_TIMERS_NOW.
8792 (get_input_pending): Move code from old get_filtered_input_pending
8793 here. Replace boolean arguments do_timers_now, filter_events with
8794 flags, and pass flags to readable_events. Document new
8795 READABLE_EVENTS_* flags.
8796 (detect_input_pending_ignore_squeezables): New function.
8797 (detect_input_pending_run_timers): Call get_input_pending with flag
8798 READABLE_EVENTS_DO_TIMERS_NOW.
8799 (Finput_pending_p): Call get_input_pending with flags
8800 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
8801
8802 * dispnew.c (update_window, update_frame_1): Replace calls to
8803 detect_input_pending with detect_input_pending_ignore_squeezables
8804 so that redisplay is not paused if the event queue contains only
8805 mouse movements.
8806
8807 * lisp.h: Declare detect_input_pending_ignore_squeezables.
8808
8809 2005-01-15 Steven Tamm <steventamm@mac.com>
8810
8811 * macterm.c (Vmac_use_core_graphics): Declare variable for
8812 mac-allow-anti-aliasing.
8813 (syms_of_macterm): DEFVAR_LISP and initialize it.
8814 (mac_draw_string_common): Use core graphics text rendering if
8815 mac-allow-anti-aliasing is enabled.
8816
8817 * macfns.c (Fx_file_dialog): Save As dialog includes only the
8818 file name in the text box.
8819
8820 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8821
8822 * macfns.c (x_set_foreground_color, x_set_background_color):
8823 Sync with xfns.c.
8824 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
8825 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
8826 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
8827
8828 2005-01-14 Kim F. Storm <storm@cua.dk>
8829
8830 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
8831
8832 2005-01-13 Richard M. Stallman <rms@gnu.org>
8833
8834 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
8835 if Voverriding_terminal_local_map is non-nil.
8836
8837 * keyboard.c (syms_of_keyboard): Doc fix.
8838
8839 2005-01-13 Kim F. Storm <storm@cua.dk>
8840
8841 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
8842 (specify 0 for FACE instead). Reorder arg list. Doc fix.
8843
8844 2005-01-12 Richard M. Stallman <rms@gnu.org>
8845
8846 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
8847 face property for characters that don't specify one.
8848
8849 * fns.c (Frequire): Record in load-history unconditionally.
8850
8851 2005-01-10 Kim F. Storm <storm@cua.dk>
8852
8853 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
8854
8855 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
8856 Callers changed.
8857 Add support to merge with lisp face id too (if face_name is t).
8858
8859 * xdisp.c (get_next_display_element, next_element_from_display_vector):
8860 Don't lookup lface_id from display table glyphs here; instead use
8861 merge_faces to merge the lisp face id into current face.
8862
8863 2005-01-09 Kim F. Storm <storm@cua.dk>
8864
8865 * dispextern.h (struct it): New member dpvec_face_id.
8866 (merge_into_realized_face): Add prototype.
8867
8868 * xfaces.c (merge_into_realized_face): New function. Used to
8869 merge escape-glyph face or face from display table into current face.
8870
8871 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
8872 (syms_of_xdisp): DEFVAR_LISP it.
8873 (escape_glyph_face): Remove var.
8874 (redisplay_window): Don't initialize it.
8875 (setup_for_ellipsis, get_next_display_element):
8876 Set it->dpvec_face_id to -1.
8877 (get_next_display_element): Test Vshow_nonbreak_escape.
8878 Do not setup escape_glyph_face.
8879 Properly merge escape-glyph face or face from display table with
8880 current face for escape and control characters.
8881 Set it->dpvec_face_id to relevant face id instead of adding it to each
8882 element of display vector.
8883 (next_element_from_display_vector): If it->dpvec_face_id is set,
8884 use that instead of lface_id from glyph itself.
8885
8886 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8887
8888 * xterm.h (struct x_output): New member, toolbar_detached.
8889
8890 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
8891 38.
8892 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
8893 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
8894 (xg_create_tool_bar): Initialize toolbar_detached.
8895 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
8896 toolbar_detached is zero.
8897
8898 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8899
8900 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
8901 gtk_menu_popup if not for_click, so callbacks for the menu are called.
8902
8903 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
8904 (xg_tool_bar_callback, xg_tool_bar_help_callback)
8905 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
8906
8907 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8908 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
8909 XFLOAT_DATA to get extract number from Lisp object.
8910
8911 2005-01-07 Kim F. Storm <storm@cua.dk>
8912
8913 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
8914 Set stop_charpos to current charpos instead of 0.
8915
8916 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
8917
8918 * xdisp.c (Fformat_mode_line): First arg now required.
8919
8920 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8921
8922 * macterm.c (XLoadQueryFont): Correctly handle 0 size
8923 font widths that are returned from some Japanese fonts.
8924
8925 2005-01-06 Kim F. Storm <storm@cua.dk>
8926
8927 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
8928 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
8929 (destroy_fringe_bitmap): Set fringe_faces element to nil.
8930 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
8931 fringe_faces array and init elements to nil.
8932 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
8933 non-persistent face id.
8934 (mark_fringe_data): New function for GC.
8935
8936 * alloc.c (mark_fringe_data): Declare extern.
8937 (Fgarbage_collect): Call mark_fringe_data.
8938
8939 * alloc.c (overrun_check_free): Invalidate freed memory if
8940 XMALLOC_CLEAR_FREE_MEMORY is defined.
8941
8942 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8943
8944 * macfns.c: Include sys/param.h.
8945 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
8946 and function.
8947 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
8948 of filename string. Set event callback function when creating
8949 dialog boxes. Add code conversions for filenames. Don't dispose
8950 of apple event descriptor record if failed to create it.
8951
8952 * macterm.c: Include sys/param.h.
8953 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
8954 kEventWindowUpdate.
8955 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
8956 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
8957 of FSSpec from apple event descriptor record.
8958 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
8959 size of filename string.
8960 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
8961 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
8962 file dialog is in action.
8963 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
8964 Reject only when there are no filename items. Set background color
8965 before (un)highlighting the window below the dragged items.
8966 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
8967
8968 2005-01-05 Romain Francoise <romain@orebokech.com>
8969
8970 * term.c (encode_terminal_code): Fix buffer size computation.
8971
8972 2005-01-04 Richard M. Stallman <rms@gnu.org>
8973
8974 * xdisp.c (Fformat_mode_line): Doc fix.
8975
8976 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * alloc.c (refill_memory_reserve): Move.
8979 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
8980 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
8981
8982 2005-01-03 Richard M. Stallman <rms@gnu.org>
8983
8984 * window.c (window_scroll_pixel_based): Don't correct preserve_y
8985 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
8986
8987 2005-01-03 Jason Rumney <jasonr@gnu.org>
8988
8989 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
8990 fontp->space_width to FONT_WIDTH so they are valid.
8991
8992 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
8993 average width. Set fontp->average_width and fontp->space_width to
8994 their appropriate values.
8995
8996 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8997 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
8998 fontp->space_width.
8999
9000 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9001
9002 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
9003 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
9004 metrics for max and min bounds.
9005 (x_load_font): Correctly calculate average font width metrics.
9006
9007 2005-01-02 Richard M. Stallman <rms@gnu.org>
9008
9009 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
9010
9011 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9012
9013 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
9014
9015 2004-12-31 Richard M. Stallman <rms@gnu.org>
9016
9017 * xdisp.c (setup_for_ellipsis, get_next_display_element):
9018 Set it->ellipsis_p to 1 or 0.
9019 (display_line): Record whether row ends in mid-ellipsis.
9020 (set_cursor_from_row): If ends in ellipsis, find start of it.
9021 (cursor_row_p): If PT's at the end of the ellipsis the row
9022 ends within, don't display cursor on this row.
9023
9024 * dispextern.h (struct it): New element ellipsis_p.
9025 (struct glyph_row): New element ends_in_ellipsis_p.
9026
9027 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
9028 position if we're reading from something other than the buffer.
9029
9030 * window.c (window_scroll_pixel_based): Only look at
9031 Vscroll_preserve_screen_position if the old PT can't be kept.
9032 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9033
9034 2004-12-30 Kim F. Storm <storm@cua.dk>
9035
9036 * xdisp.c (get_line_height_property): New function extracted from
9037 original calc_line_height_property.
9038 (calc_line_height_property): Rework. Handle t and (nil . ratio).
9039 (x_produce_glyphs): Use them to handle line-height and
9040 line-spacing according to new height spec.
9041 (Qtotal): Remove.
9042 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
9043
9044 2004-12-30 Kenichi Handa <handa@m17n.org>
9045
9046 * fileio.c (Finsert_file_contents): Don't use
9047 current_buffer->buffer_file_coding_system even if REPLACE is
9048 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
9049
9050 * fontset.h (struct font_info): New members space_width and
9051 average_width.
9052
9053 * frame.h (struct frame): New member space_width.
9054 (FRAME_SPACE_WIDTH): New macro.
9055
9056 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
9057
9058 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9059 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9060 fontp->space_width.
9061 (x_load_font): Calculate fontp->space_width and fontp->average_width.
9062 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
9063
9064 * xdisp.c (x_produce_glyphs): Calculate tab width by
9065 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
9066
9067 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9068
9069 * macterm.c (SelectionRange): Add Xcode position apple event struct.
9070 (do_ae_open_documents): Handle Xcode-style file position open events.
9071
9072 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9073
9074 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
9075
9076 2004-12-29 Richard M. Stallman <rms@gnu.org>
9077
9078 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
9079
9080 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9081
9082 * macfns.c (install_window_handler): Modify extern to return OSErr
9083 value.
9084 (mac_window): Handle return value of install_window_handler.
9085
9086 * macterm.c (reflect_byte): Remove function.
9087 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
9088 Lookup table instead.
9089 (mac_do_font_lists): Simplify calculation of the longest
9090 nonspecial string.
9091 (init_mac_drag_n_drop): Remove function and declaration.
9092 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9093 init_mac_drag_n_drop.
9094 (mac_do_track_drag): New function and declaration.
9095 (install_window_handler): Return OSErr value.
9096 (install_window_handler) [TARGET_API_MAC_CARBON]:
9097 Register handlers for tracking/receiving drag-and-drop items.
9098 (do_ae_open_documents): Generate unibyte strings for filenames.
9099 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
9100 Reject only non-filename items. Set event modifiers, and return value.
9101
9102 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 * coding.c (decode_coding): Fix previous change.
9105
9106 2004-12-28 Richard M. Stallman <rms@gnu.org>
9107
9108 * xdisp.c (back_to_previous_visible_line_start):
9109 Don't call handle_display_prop.
9110
9111 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9112
9113 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9114 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9115 (decode_coding_iso2022, encode_designation_at_bol)
9116 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9117 (decode_coding): Constify arguments and local vars.
9118
9119 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9120
9121 * xmenu.c (popup_get_selection): Only pop down dialogs
9122 on C-g and Escape.
9123 (popup_get_selection): Remove parameter down_on_keypress.
9124 (create_and_show_popup_menu, create_and_show_dialog):
9125 Remove parameter down_on_keypress to popup_get_selection.
9126
9127 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9128
9129 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9130 (struct glyph_string): Likewise.
9131
9132 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9133 mac_initialize.
9134
9135 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9136 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
9137
9138 * fns.c (vector): Change MAC_OSX to MAC_OS.
9139
9140 * frame.c (x_set_frame_parameters, x_report_frame_params)
9141 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
9142 (x_set_border_width, Vdefault_frame_scroll_bars):
9143 Change HAVE_CARBON to MAC_OS.
9144
9145 * image.c [MAC_OS]: Include sys/stat.h.
9146 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9147 QuickTimeComponents.h.
9148
9149 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9150 [!MAC_OSX] (select): Use mac_wait_next_event.
9151 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
9152 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9153 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9154 (mac_clear_font_name_table): Add extern.
9155 (Fmac_clear_font_name_table): New defun.
9156 (syms_of_mac): Defsubr it.
9157 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9158 [MAC_OSX] (select_and_poll_event): New function.
9159 [MAC_OSX] (sys_select): Use it.
9160 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9161 [MAC_OSX && SELECT_USE_CFSOCKET]
9162 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9163 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9164 RunLoop for simultaneously monitoring two kinds of inputs, window
9165 events and process outputs, without periodically polling.
9166
9167 * macfns.c (mac_initialized): Remove extern.
9168 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9169 xfaces.c.
9170 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9171 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
9172 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9173 (mac_get_rdb_resource): New function (from w32reg.c).
9174 (x_get_string_resource): Use it.
9175 (install_window_handler): Add extern.
9176 (mac_window): New function.
9177 (Fx_create_frame): Use it instead of make_mac_frame.
9178 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
9179 (Fx_open_connection, Fx_close_connection): New defuns.
9180 (syms_of_macfns): Defsubr them.
9181 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9182 Add kWindowNoUpdatesAttribute to the window attribute.
9183 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9184 (x_create_tip_frame): Don't call ShowWindow.
9185 (Fx_show_tip): Call ShowWindow.
9186 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9187 TARGET_API_MAC_CARBON'.
9188 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9189 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
9190
9191 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
9192 (Window): Typedef to WindowPtr and move outside `#if
9193 TARGET_API_MAC_CARBON'.
9194 (XSizeHints): New struct.
9195
9196 * macterm.c (x_update_begin, x_update_end)
9197 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9198 frame.
9199 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9200 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9201 (construct_mouse_click): Put in #if 0.
9202 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9203 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9204 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9205 (activate_scroll_bars, deactivate_scroll_bars)
9206 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9207 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9208 if the position is neither user-specified nor program-specified.
9209 (x_free_frame_resources): Free size_hints.
9210 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
9211 (mac_clear_font_name_table): New function.
9212 (mac_do_list_fonts): Initialize font_name_table if needed.
9213 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9214 around mac_do_list_fonts.
9215 (mac_unload_font): New function.
9216 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9217 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9218 and definitions with #if TARGET_API_MAC_CARBON.
9219 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9220 (install_window_handler): Add decl.
9221 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9222 window. Use UpdateControls. Get the rectangle that should be
9223 updated and restrict the target of expose_frame to it.
9224 (do_grow_window): Set minimum height/width according to size_hints.
9225 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9226 (do_zoom_window): Don't use x_set_window_size.
9227 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9228 (install_window_handler): New function.
9229 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9230 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9231 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9232 GetEventDispatcherTarget inside BLOCK_INPUT.
9233 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9234 Update mouse_region when mouse is moved.
9235 (make_mac_frame): Remove.
9236 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9237 Initialize mouse pointer shapes. Change values of f->left_pos and
9238 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9239 Don't call ShowWindow.
9240 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9241 Vinvocation_name and Vsystem_name.
9242 (mac_make_rdb): New function (from w32term.c).
9243 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9244 already been opened. Don't pass argument to
9245 mac_initialize_display_info. Don't set dpyinfo->height/width.
9246 Add entries to x_display_list and x_display_name_list.
9247 (x_delete_display): New function.
9248 (mac_initialize): Don't call mac_initialize_display_info.
9249 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9250
9251 * macterm.h (check_mac): Add extern.
9252 (struct mac_output): New member size_hints.
9253 (FRAME_SIZE_HINTS): New macro.
9254 (mac_unload_font): Add extern.
9255
9256 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
9257
9258 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
9259
9260 2004-12-27 Richard M. Stallman <rms@gnu.org>
9261
9262 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
9263 (syms_of_buffer): Don't defsubr it.
9264
9265 * process.c (list_processes_1): Set undo_list instead
9266 of calling Fbuffer_disable_undo.
9267
9268 * xdisp.c (single_display_spec_string_p): Rename from
9269 single_display_prop_string_p.
9270 (single_display_spec_intangible_p): Rename from
9271 single_display_prop_intangible_p.
9272 (handle_single_display_spec): Rename from handle_single_display_prop.
9273 Rewritten to be easier to understand.
9274
9275 Change in load-history format. Functions now get (defun . NAME),
9276 and variables get just NAME.
9277
9278 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9279
9280 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9281 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9282 (Qdefvar): Var deleted.
9283 (syms_of_eval): Don't initialze it.
9284
9285 * lread.c (syms_of_lread) <load-history>: Doc fix.
9286
9287 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9288
9289 * xmenu.c (popup_get_selection): Pop down on C-g.
9290 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9291 pops down menu on C-g.
9292 (xdialog_show): If dialog popped down and no button in the dialog was
9293 pushed, call Fsignal to quit.
9294 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9295 Fsignal to quit.
9296
9297 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9298
9299 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9300 dialogs and menus pop down.
9301
9302 2004-12-27 Kenichi Handa <handa@m17n.org>
9303
9304 * coding.c (code_convert_region): Fix calculation of `ratio'.
9305
9306 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9307
9308 * gtkutil.c (update_frame_tool_bar): Make the value of
9309 tool-bar-button-margin control margins of images in tool bar.
9310
9311 * alloc.c (check_depth): New variable.
9312 (overrun_check_malloc, overrun_check_realloc): Only add
9313 overhead and write check pattern if check_depth is 1 (to handle
9314 recursive calls). Increase/decrease check_depth in entry/exit.
9315 (overrun_check_free): Only check for overhead if check_depth is 1.
9316 Increase/decrease check_depth in entry/exit.
9317
9318 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9319
9320 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9321 before touching input_available_clear_time, to avoid accessing it
9322 from multiple threads.
9323
9324 2004-12-23 Jason Rumney <jasonr@gnu.org>
9325
9326 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9327 of JPEG library.
9328
9329 2004-12-22 Richard M. Stallman <rms@gnu.org>
9330
9331 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9332
9333 * lisp.h (Vundo_outer_limit): Fix decl.
9334
9335 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9336 Uses changed.
9337 (syms_of_undo): Initialize appropriately.
9338 (truncate_undo_list): If it's nil, there's no limit.
9339
9340 2004-12-22 Kenichi Handa <handa@m17n.org>
9341
9342 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9343
9344 2004-12-21 Richard M. Stallman <rms@gnu.org>
9345
9346 * eval.c (unwind_to_catch): Clear immediate_quit.
9347
9348 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9349 specially as `\ ' and `\-'.
9350
9351 * keyboard.c (kbd_buffer_store_event_hold):
9352 In the code for while-no-input, handle immediate_quit.
9353
9354 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9355 Call that at the very start.
9356 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
9357 (syms_of_alloc): Don't define undo-limit,
9358 undo-strong-limit and undo-outer-limit here.
9359
9360 * undo.c (truncate_undo_list): Return void.
9361 Take just one argument, the buffer.
9362 Make it current, and inhibit recursive GC.
9363 Access and update the undo list directly; return void.
9364 Refer to the undo...limit variables directly.
9365 Test undo_outer_limit only after counting the whole current command.
9366 When it's exceeded, call the function in undo-outer-limit-function.
9367 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9368 (Vundo_outer_limit_function): New variable.
9369 (syms_of_undo): Define undo-limit, undo-strong-limit
9370 and undo-outer-limit here, and undo-outer-limit-function.
9371 Doc fixes.
9372
9373 * lisp.h (truncate_undo_list): Update decl.
9374
9375 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9376
9377 * fileio.c (Fread_file_name): Delete duplicates in
9378 file-name-history when history_delete_duplicates is true.
9379
9380 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9381
9382 * macterm.c (mac_do_list_fonts): Fix memory leak
9383
9384 2004-12-20 Richard M. Stallman <rms@gnu.org>
9385
9386 * regex.c (re_match_2_internal) <symend, wordend>:
9387 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9388
9389 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9390
9391 * macterm.c (endif, x_font_name_to_mac_font_name):
9392 Use maccentraleurroman instead of maccentraleuropean
9393 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9394 quickly finding a specific font without needing regexps.
9395
9396 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9397
9398 * syssignal.h: Declare main_thread.
9399 (SIGNAL_THREAD_CHECK): New macro.
9400
9401 * keyboard.c (input_available_signal): Move thread checking code
9402 to macro SIGNAL_THREAD_CHECK and call that macro.
9403 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
9404
9405 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
9406
9407 * emacs.c: Define main_thread.
9408 (main): Initialize main_thread.
9409 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
9410 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
9411
9412 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
9413
9414 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
9415
9416 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
9417
9418 * process.c (send_process_trap, sigchld_handler):
9419 Call SIGNAL_THREAD_CHECK.
9420
9421 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
9422
9423 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
9424
9425 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
9426 returning when xg_ignore_gtk_scrollbar is true.
9427
9428 2004-12-14 Kim F. Storm <storm@cua.dk>
9429
9430 * keyboard.c (read_char): Save and restore echo_string when
9431 handling input method.
9432
9433 2004-12-13 Richard M. Stallman <rms@gnu.org>
9434
9435 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
9436
9437 * keyboard.c (Vthrow_on_input): New variable.
9438 (syms_of_keyboard): Defvar and initialize it.
9439 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
9440
9441 * lisp.h (QUIT): Check for Vthrow_on_input.
9442 (Vthrow_on_input): Declare it.
9443
9444 2004-12-13 Kim F. Storm <storm@cua.dk>
9445
9446 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
9447 vector.
9448
9449 2004-12-12 Richard M. Stallman <rms@gnu.org>
9450
9451 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
9452
9453 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
9454 (Ftry_completion): Really use outer `zero'; eliminate inner one.
9455
9456 2004-12-12 Kenichi Handa <handa@m17n.org>
9457
9458 * term.c (encode_terminal_code): Fix previous change.
9459
9460 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * keyboard.c (handle_async_input): Remove pthread mutex handling.
9463 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
9464
9465 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
9466 in macro arguments.
9467
9468 * minibuf.c (Ftry_completion, Fall_completions): Don't use
9469 XFASTINT blindly.
9470
9471 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
9472
9473 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9474
9475 * w32term.c (x_calc_absolute_position): Remove calculation of
9476 difference between inner and outer window. Don't subtract difference
9477 for left and top calculations.
9478
9479 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
9480 for left and top calculations. Remove call to x_real_positions.
9481 [Bug report by Drew Adams in November]
9482 (x_check_expected_move): Do not set change_gravity to 1 when calling
9483 x_set_offset.
9484
9485 2004-12-08 Richard M. Stallman <rms@gnu.org>
9486
9487 * xdisp.c (get_next_display_element): Use `escape-glyph' for
9488 control chars and escaped octal codes.
9489 (Qescape_glyph): New variable.
9490 (syms_of_xdisp): Initialize it.
9491 (escape_glyph_face): New variable.
9492 (redisplay_window): Initialize it.
9493
9494 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9495
9496 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
9497 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
9498
9499 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9500
9501 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
9502 reset_malloc_hooks.
9503
9504 * keyboard.c (handle_async_input, input_available_signal):
9505 Add ! defined (SYSTEM_MALLOC) around thread code.
9506
9507 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
9508
9509 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
9512
9513 * config.in: Regenerate.
9514
9515 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9516
9517 * xmenu.c (Fx_popup_menu): Correct documentation about position.
9518 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
9519 if not given by a mouse click to correspond with x-popup-menu
9520 documentation.
9521
9522 * config.in: Regenerate.
9523
9524 * gtkutil.c: Include signal.h and syssignal.h.
9525 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
9526
9527 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
9528 new variables main_thread and alloc_mutex,
9529 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
9530 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
9531 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
9532 (UN)BLOCK_INPUT.
9533 (emacs_blocked_free, emacs_blocked_malloc)
9534 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
9535 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
9536 (reset_malloc_hooks): New function.
9537
9538 * lisp.h: Declare reset_malloc_hooks.
9539
9540 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
9541
9542 * keyboard.c: Conditionally include pthread.h
9543 (handle_async_input, input_available_signalt): If not in the main
9544 thread, block signal, send signal to main thread and return.
9545
9546 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
9547 Set current folder in file chooser if default_filename is a directory.
9548
9549 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
9552 Remove redundant correctness checks.
9553 (regex_compile): Fix up error codes for \{..\} expressions.
9554
9555 2004-12-05 Richard M. Stallman <rms@gnu.org>
9556
9557 * regex.c (regex_compile): Fix end-of-pattern case for space.
9558
9559 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9560
9561 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
9562 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
9563 crashes with invalid characters.
9564 * macmenu.c (add_menu_item): Use it.
9565 * image.c (image_load_quartz2d): Likewise.
9566 * macfns.c (x_set_name, x_set_title): Likewise.
9567 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
9568 creating them each time for labels.
9569
9570 2004-12-02 Richard M. Stallman <rms@gnu.org>
9571
9572 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
9573 don't use it here.
9574
9575 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
9576 (interactive_p): Skip Scalled_interactively_p frames
9577 like Sinteractive_p frames.
9578 (unwind_to_catch): Clear handling_signal.
9579
9580 * data.c (Fmake_variable_buffer_local): Doc fix.
9581 (Fmake_local_variable): Doc fix.
9582
9583 * insdel.c (insert_from_string_before_markers)
9584 (insert_from_string): Don't modify buffer on empty insertion.
9585
9586 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
9587
9588 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9589
9590 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
9591 menu text as UTF8 fails.
9592
9593 2004-12-01 Kim F. Storm <storm@cua.dk>
9594
9595 * alloc.c: Add commentary for last change.
9596 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
9597 sizeof(size_t) != 4.
9598 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9599 Use them. Also clear header and trailer of freed memory.
9600 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
9601 (string_overrun_cookie): Rename from string_overrun_pattern.
9602 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
9603
9604 2004-12-01 Andreas Schwab <schwab@suse.de>
9605
9606 * lisp.h: Declare string_to_multibyte.
9607
9608 2004-12-01 Kenichi Handa <handa@m17n.org>
9609
9610 * w32console.c (w32con_write_glyphs): Decide coding here.
9611 Adjusted for the change of encode_terminal_code.
9612
9613 * term.c (encode_terminal_code): Don't make it "static".
9614
9615 2004-11-30 Kenichi Handa <handa@m17n.org>
9616
9617 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
9618 (encode_terminal_code): Argument changed. Encode all
9619 characters at once, and return a pointer to the result of encoding.
9620 (write_glyphs): Decide coding here. Adjusted for the above change.
9621 (insert_glyphs): Likewise.
9622 (term_init): Initialize encode_terminal_bufsize to 0.
9623
9624 * coding.c (Vcode_conversion_workbuf_name): New variable.
9625 (syms_of_coding): Initialize and staticpro it.
9626 (set_conversion_work_buffer): New function.
9627 (run_pre_post_conversion_on_str): Use it.
9628 (run_pre_write_conversin_on_c_str): New function.
9629
9630 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
9631
9632 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9633
9634 * keyboard.c: Don't undef SIGIO
9635 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
9636 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
9637 (macfns.o): Don't depend on ccl.h.
9638 * macfns.c (mac_frame_parm_handlers): Set handlers for
9639 Qleft_fringe and Qright_fringe.
9640 * macterm.c (mac_fill_rectangle_to_pixmap)
9641 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
9642 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
9643 Put in #if 0.
9644 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
9645 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
9646 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
9647 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9648 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
9649 XDrawImageString. Always draw background and foreground separately.
9650 (x_draw_image_foreground): Use clipping instead of computing the
9651 intersection rectangle.
9652 (x_draw_image_glyph_string): Don't draw an image with mask to a
9653 pixmap.
9654 (x_redisplay_interface): Set flush_display_optional member to 0.
9655 (XTread_socket): Correctly reset the TEConverter
9656 object.
9657
9658 2004-11-30 Kim F. Storm <storm@cua.dk>
9659
9660 * lisp.h: New defines to enable buffer overrun checking.
9661 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
9662 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
9663
9664 * alloc.c: Add more checks for buffer overruns.
9665 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
9666 xmalloc_overrun_check_trailer, overrun_check_malloc)
9667 overrun_check_realloc, overrun_check_free): Add.
9668 (GC_STRING_EXTRA, string_overrun_pattern): Add.
9669 (check_sblock, allocate_string_data, compact_small_strings):
9670 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
9671 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
9672 (check_string_free_list): Add.
9673 (allocate_string, sweep_strings): Call check_string_free_list.
9674
9675 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
9676 XMALLOC_OVERRUN_CHECK to avoid crash during load.
9677
9678 2004-11-29 Kim F. Storm <storm@cua.dk>
9679
9680 * fns.c (concat): Use SAFE_ALLOCA.
9681
9682 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * sysdep.c (emacs_write): Don't use QUIT.
9685
9686 2004-11-29 Kenichi Handa <handa@m17n.org>
9687
9688 * buffer.c (init_buffer): Set current_buffer->directory to a
9689 multibyte string made by string_to_multibyte.
9690
9691 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
9692
9693 2004-11-27 Andreas Schwab <schwab@suse.de>
9694
9695 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
9696
9697 * s/gnu-linux.h: Enable no-op gcpros on ia64.
9698 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
9699
9700 * filelock.c (lock_file_1): Call get_boot_time early.
9701 Increase buffer size.
9702
9703 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9704
9705 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
9706 is not defined.
9707
9708 2004-11-27 Kim F. Storm <storm@cua.dk>
9709
9710 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
9711 marker out of doc string.
9712
9713 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
9716 which was not mentioned in the log.
9717
9718 2004-11-26 Kim F. Storm <storm@cua.dk>
9719
9720 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
9721 angle bitmaps at top/bottom line.
9722
9723 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
9724 set it when it->method is set to next_element_from_display_vector.
9725 (setup_for_ellipsis): Add LEN argument. Callers changed.
9726 Set it->saved_face_id.
9727 (get_next_display_element): Use loop instead of recursion.
9728 Set it->saved_face_id. Combine duplicate code for ctr chars.
9729 (next_element_from_display_vector): Do not set it->saved_face_id.
9730 (next_element_from_ellipsis): Use setup_for_ellipsis.
9731
9732 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9733
9734 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
9735 prevent compiler warnings.
9736
9737 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * keyboard.c (command_loop_1): Print a message describing the key
9740 the user just pressed when this key has no binding.
9741
9742 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
9743 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
9744
9745 * lread.c (readchar): Check QUIT when `getc' is interrupted.
9746
9747 2004-11-24 Richard M. Stallman <rms@gnu.org>
9748
9749 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
9750
9751 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
9752
9753 2004-11-24 Kim F. Storm <storm@cua.dk>
9754
9755 * xdisp.c (move_it_in_display_line_to, display_line):
9756 Restore saved_face_id also when truncate-lines or hscrolled.
9757
9758 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9759
9760 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
9761 x-use-old-gtk-file-dialog.
9762
9763 * xfns.c: Define x_use_old_gtk_file_dialog.
9764 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
9765 outside ifdef USE_GTK.
9766
9767 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
9770 Don't use XFASTINT blindly.
9771
9772 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
9773
9774 * indent.c (skip_invisible): Avoid non-idempotent side-effects
9775 in macro arguments.
9776
9777 * keymap.c (Flookup_key): Check INTEGERP before XINT.
9778
9779 * lread.c (oblookup): Don't use XFASTINT blindly.
9780
9781 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
9782 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
9783
9784 2004-11-23 Kim F. Storm <storm@cua.dk>
9785
9786 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
9787 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
9788
9789 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
9790 signal_p is zero and face name is unknown.
9791 (Fx_list_fonts): Don't signal error in lookup_named_face.
9792 (Fface_font): Signal error in lookup_named_face.
9793 (ascii_face_of_lisp_face): Likewise.
9794
9795 * dispextern.h (lookup_named_face): Fix prototype.
9796
9797 * xdisp.c (handle_single_display_prop): Don't signal error in
9798 lookup_named_face for unknown fringe face name.
9799 (highlight_trailing_whitespace): Don't signal error in
9800 lookup_named_face if trailing-whitespace face unknown.
9801 (calc_line_height_property): Don't signal error in
9802 lookup_named_face if specified face name is unknown.
9803
9804 * fringe.c (update_window_fringes): Show top row indicator if
9805 window has header-line. Don't show arrow at bob and eob
9806 if the boundary indicators are not used.
9807 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
9808
9809 * window.c (set_window_buffer): Clear display_error_modiff.
9810
9811 2004-11-22 Kim F. Storm <storm@cua.dk>
9812
9813 * fringe.c (update_window_fringes): Provide sensible fall-back
9814 value for non-nil indicate-buffer-boundaries setting.
9815
9816 2004-11-22 Markus Rost <rost@ias.edu>
9817
9818 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
9819
9820 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
9823
9824 2004-11-21 Kim F. Storm <storm@cua.dk>
9825
9826 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
9827
9828 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
9829 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9830
9831 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
9832 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9833
9834 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
9835 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9836
9837 * xdisp.c (move_it_in_display_line_to, display_line):
9838 Restore saved_face_id if overflow-newline-into-fringe is enabled and
9839 line is continued before or in middle of element from display vector.
9840
9841 * indent.c (Fvertical_motion): Fix last change. Use another
9842 method to detect if iterator moved too far ahead after reseat.
9843
9844 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
9845 expand matrix width for overflow in zero-width area.
9846 (append_glyph, append_composite_glyph, produce_image_glyph)
9847 (append_stretch_glyph): Use it to avoid loop in redisplay.
9848 (note_mode_line_or_margin_highlight): Don't let help-echo from
9849 string override help-echo from image map.
9850
9851 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9852
9853 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
9854 * callint.c (Fcall_interactively): Ditto.
9855
9856 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * minibuf.c (Fminibuffer_complete_and_exit):
9859 Fixup the case of the completed value, for case-indep completion.
9860
9861 2004-11-20 Richard M. Stallman <rms@gnu.org>
9862
9863 * lisp.h (Fread_from_minibuffer): Add arg in decl.
9864
9865 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
9866 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9867
9868 * search.c (Vsearch_spaces_regexp):
9869 Rename from Vsearch_whitespace_regexp. All uses changed.
9870
9871 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9872
9873 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
9874
9875 2004-11-19 Richard M. Stallman <rms@gnu.org>
9876
9877 * search.c (Vsearch_whitespace_regexp): New variable.
9878 (syms_of_search): Defvar it.
9879 (compile_pattern_1): Call re_set_whitespace_regexp with it.
9880 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
9881 is non-nil.
9882 (struct regexp_cache): New element whitespace_regexp.
9883 (syms_of_search): Initialize whitespace_regexp elements.
9884 (compile_pattern): Compare whitespace_regexp elements.
9885 (compile_pattern_1): Set whitespace_regexp elements.
9886
9887 * regex.c (regex_compile): Substitute whitespace_regexp
9888 for spaces, if it is nonzero.
9889 (whitespace_regexp): New variable.
9890 (re_set_whitespace_regexp): New function.
9891
9892 2004-11-19 Kim F. Storm <storm@cua.dk>
9893
9894 * indent.c (Fvertical_motion): Fix last change.
9895
9896 2004-11-18 Kim F. Storm <storm@cua.dk>
9897
9898 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
9899 Instead, move back again if reseating moves too far ahead.
9900
9901 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
9902
9903 * xdisp.c (message3): Call clear_message.
9904
9905 2004-11-17 Kim F. Storm <storm@cua.dk>
9906
9907 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
9908
9909 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9910
9911 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
9912
9913 * xmenu.c (x_menu_in_use): Remove.
9914 (x_menu_set_in_use): Also set popup_activated_flag.
9915
9916 * xfns.c (Fx_file_dialog): Call popup_activated instead of
9917 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
9918
9919 * xterm.h (x_menu_in_use): Remove.
9920
9921 2004-11-16 Richard M. Stallman <rms@gnu.org>
9922
9923 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
9924 Use map-keymap-internal to implement that.
9925
9926 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
9927
9928 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
9931 a window before using XWINDOW.
9932
9933 * window.c (make_window, Fselect_window, make_dummy_parent)
9934 (save_window_save):
9935 * frame.c (make_frame):
9936 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
9937
9938 * lisp.h (NILP): Use EQ rather than XFASTINT.
9939
9940 2004-11-16 Kim F. Storm <storm@cua.dk>
9941
9942 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
9943
9944 * indent.c (Fvertical_motion): Fix last change. Only reseat when
9945 moving backwards.
9946
9947 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
9948
9949 * dispextern.h: Extern reseat_at_previous_visible_line_start.
9950
9951 2004-11-16 Kenichi Handa <handa@m17n.org>
9952
9953 * xdisp.c (display_mode_element): Fix previous change (calculate
9954 end position of substring to display correctly).
9955
9956 2004-11-16 Kim F. Storm <storm@cua.dk>
9957
9958 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
9959 Reported by Andrew M. Scott.
9960
9961 2004-11-15 Kim F. Storm <storm@cua.dk>
9962
9963 * fns.c (Fsafe_plist_get): New defun.
9964 (syms_of_fns): Defsubr it.
9965
9966 * lisp.h (Fsafe_plist_get): Add EXFUN.
9967
9968 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
9969 Use Fsafe_plist_get.
9970 (note_mode_line_or_margin_highlight, note_mouse_highlight):
9971 Fix image map element parsing. Use Fsafe_plist_get.
9972
9973 2004-11-15 Richard M. Stallman <rms@gnu.org>
9974
9975 * xdisp.c (get_next_display_element): Fix previous change.
9976
9977 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9978
9979 * window.c (shrink_windows): Handle special case of one window left
9980 when trying to shrink the final reminder. Grow windows if
9981 total_removed is less than total_shrink.
9982
9983 * xmenu.c (pop_down_menu): Remove global variable current_menu,
9984 extract pointer from arg with XSAVE_VALUE.
9985 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
9986 Construct arg to record_unwind_protect with make_save_value.
9987
9988 2004-11-13 Richard M. Stallman <rms@gnu.org>
9989
9990 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
9991 (get_next_display_element): Fix previous change to apply only to \n.
9992
9993 * indent.c (Fvertical_motion): Scan to PT from start of line to
9994 make iterator consistent.
9995
9996 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
9997
9998 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9999
10000 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
10001
10002 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
10003 Record unwind with clean_up_file_dialog.
10004
10005 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
10006 Declare.
10007
10008 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
10009
10010 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10011
10012 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
10013 (xg_file_sel_destroy): Remove.
10014 (xg_file_response_cb, pop_down_file_dialog)
10015 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
10016 New functions.
10017 (xg_get_file_with_chooser, xg_get_file_with_selection):
10018 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
10019 Move common code to xg_get_file_name. Return widget created.
10020 (xg_get_file_name): Set name, transient for, modal and destroy
10021 with parent here. Connect response signal to xg_file_response_cb,
10022 connect delete-event to gtk_true. Record pop_down_file_dialog
10023 for unwind. Do event loop and call x_menu_wait_for_event in loop.
10024 (xg_create_widget): Make dialogs modal.
10025
10026 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
10027 Lisp_Object.
10028 (popup_get_selection): Move unwind protect ...
10029 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10030 Move destroy of widget to pop_down_menu.
10031 (popup_widget_loop): Move unwind protect ...
10032 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10033 Move destroy of widget to pop_down_menu.
10034 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
10035 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
10036 x_mouse_leave and grabbed = 0 to pop_down_menu.
10037
10038 2004-11-13 Kim F. Storm <storm@cua.dk>
10039
10040 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
10041 (syms_of_xdisp): DEFVAR_BOOL it.
10042 (make_cursor_line_fully_visible, try_cursor_movement)
10043 (try_window_id): Use it.
10044
10045 2004-11-12 Kim F. Storm <storm@cua.dk>
10046
10047 * dispextern.h (struct glyph_row): New member extra_line_spacing.
10048 (struct it): New member max_extra_line_spacing.
10049 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
10050 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
10051 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
10052 part of last line is only extra line spacing (so the text on the
10053 line is fully visible). Use helper macros.
10054 Add W arg (to use them). All callers changed.
10055 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
10056 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
10057
10058 * window.c (window_scroll_pixel_based, Frecenter):
10059 Use move_it_vertically_backward directly.
10060 (Frecenter): Fix calculation of new start pos for negative arg.
10061 Before, the new start pos was sometimes chosen too far back, so
10062 the last line became only partially visible, and thus would be
10063 either only semi-visible or automatically scrolled to the middle
10064 of the window by redisplay.
10065
10066 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
10067 (move_it_vertically_backward): Don't recure to move further back.
10068 (move_it_vertically): Remove superfluous condition.
10069 (move_it_by_lines): Clear last_height when moved 0 lines.
10070 (resize_mini_window): Use it.max_extra_line_spacing.
10071 (display_tool_bar_line): Clear row->extra_line_spacing.
10072 (try_scrolling): Use move_it_vertically_backward directly.
10073 (redisplay_window): Likewise.
10074 (compute_line_metrics): Set row->extra_line_spacing.
10075 (display_line, display_string): Likewise.
10076 (x_produce_glyphs): Update it->max_extra_line_spacing.
10077
10078 * xmenu.c (pop_down_menu): Return nil.
10079
10080 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10081
10082 * xmenu.c (x_menu_wait_for_event): New function.
10083 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
10084 to handle timers.
10085 (popup_widget_loop): Add argument do_timers.
10086 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
10087 do_timers to popup_widget_loop.
10088 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10089 x_menu_wait_for_event is called by XMenuActivate.
10090 (create_and_show_popup_menu): Pass 1 for do_timers to
10091 popup_get_selection.
10092 (pop_down_menu): New function.
10093 (popup_get_selection, popup_widget_loop): Unwind protect to
10094 pop_down_menu.
10095 (popup_widget_loop): Add argument widget.
10096 (create_and_show_popup_menu, create_and_show_dialog): Pass new
10097 argument widget to popup_widget_loop.
10098
10099 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
10102
10103 2004-11-09 Kim F. Storm <storm@cua.dk>
10104
10105 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
10106 Fix various comments referring to XEvents instead of input events.
10107 (x_queue_event): Fix format strings.
10108 (x_stop_queuing_selection_requests): Likewise.
10109
10110 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10111 (pint2hrstr): Add extra braces to silence compiler.
10112
10113 * print.c (print_object): Fix format string.
10114
10115 * lread.c (read1): Fix next_char matching.
10116
10117 * lisp.h (Fdelete): Add EXFUN.
10118 (replace_range_2): Add prototype.
10119
10120 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10121
10122 * intervals.h (NULL_INTERVAL_P): Add separate version when
10123 ENABLE_CHECKING is not defined to silence compiler.
10124 (compare_string_intervals): Add prototype.
10125
10126 * fringe.c (destroy_fringe_bitmap): Fix return type.
10127 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10128
10129 * emacs.c (Fdump_emacs): Fix format string.
10130
10131 * doc.c: Include <ctype.h>.
10132 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10133
10134 * data.c (store_symval_forwarding): Remove unused variables.
10135
10136 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10137
10138 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10139
10140 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10141 to ${OLDXMENU}.
10142
10143 2004-11-09 Kim F. Storm <storm@cua.dk>
10144
10145 * process.c (Fmake_network_process): Remove kludge for interrupted
10146 connects on BSD. If connect is interrupted, just close socket and
10147 start over rather than sleeping and retry with same socket.
10148
10149 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10150
10151 * .cvsignore: Add buildobj.lst.
10152
10153 * doc.c: New variable Vbuild_files.
10154 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
10155 file names from buildobj.lst. Only attach docstrings from files
10156 that are in Vbuild_files.
10157 (syms_of_doc): Defvar Vbuild_files.
10158
10159 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10160 and w32*.o.
10161 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
10162 (mostlyclean): Rm buildobj.lst
10163
10164 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10165 is linked.
10166
10167 2004-11-09 Kim F. Storm <storm@cua.dk>
10168
10169 * fringe.c (update_window_fringes): Update fringe bitmaps if
10170 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10171 also update previous row to get rid of misc. artifacts.
10172
10173 2004-11-08 Kim F. Storm <storm@cua.dk>
10174
10175 * xdisp.c (fast_find_position): Fix start pos if header line present.
10176 (note_mouse_highlight): Clear mouse face if we move out of text area.
10177
10178 2004-11-08 Eli Zaretskii <eliz@gnu.org>
10179
10180 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10181 Don't include <sys/time.h> explicitly.
10182 Include <stdio.h> unconditionally, not just on MacOS.
10183
10184 2004-11-08 Kenichi Handa <handa@m17n.org>
10185
10186 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10187 don't pay attention to '\' before '*'.
10188 (fontset_pattern_regexp): Change the meaning of the second arg.
10189 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10190 (check_fontset_name): Try NAME as literal at first, and if it
10191 failes, try NAME as pattern.
10192
10193 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10194
10195 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10196
10197 2004-11-07 Andreas Schwab <schwab@suse.de>
10198
10199 * lisp.h (Fmsdos_downcase_filename): Declare.
10200 * dired.c (Fmsdos_downcase_filename): Don't declare here.
10201 * fileio.c: Likewise.
10202
10203 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10204
10205 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10206 comparisons with integers instead of Lisp_Object address.
10207 (Fmsdos_set_keyboard): Declare argument allkeys.
10208
10209 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10210
10211 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
10212 int/Lisp_Object mixup.
10213
10214 * fileio.c: Ditto.
10215
10216 2004-11-06 Steven Tamm <steventamm@mac.com>
10217
10218 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10219
10220 2004-11-06 Richard M. Stallman <rms@gnu.org>
10221
10222 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10223
10224 * xfaces.c (merge_named_face): GCPRO the face_name in the
10225 named_merge_point struct that we make.
10226 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10227
10228 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10229 before deciding whether to inactivate mark.
10230
10231 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10232
10233 * config.in: Regenerate (add HAVE_GETRUSAGE).
10234 * editfns.c (Fget_internal_run_time): New function.
10235 (syms_of_data): Defsubr it.
10236 * fns.c (sxhash): As far as possible, merge calculation of
10237 hash code for symbols and strings.
10238
10239 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10240
10241 * frame.c (syms_of_frame): Fix the example in the doc string.
10242
10243 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10244
10245 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10246
10247 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10248 (create_and_show_dialog): Revert change from 2004-10-31.
10249
10250 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10251
10252 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10253
10254 2004-11-05 Kim F. Storm <storm@cua.dk>
10255
10256 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10257
10258 * fileio.c (Ffile_modes): Doc fix.
10259 (auto_save_1): Check for Ffile_modes nil value.
10260
10261 2004-11-05 Kim F. Storm <storm@cua.dk>
10262
10263 * xselect.c (struct selection_event_queue, selection_queue)
10264 (x_queue_selection_requests, x_queue_event)
10265 (x_start_queuing_selection_requests)
10266 (x_stop_queuing_selection_requests): Add new queue for selection
10267 input events to replace previous XEvent queue in xterm.c.
10268 (queue_selection_requests_unwind): Adapt to new queue.
10269 (x_reply_selection_request): Adapt to new queue.
10270 Unexpect wait_object in case of x errors (memory leak).
10271 (x_handle_selection_request, x_handle_selection_clear): Make static.
10272 (x_handle_selection_event): New function. May queue selection events.
10273 (wait_for_property_change_unwind): Use save_value instead of cons.
10274 Clear property_change_reply_object.
10275 (wait_for_property_change): Abort if already waiting.
10276 Use save_value instead of cons for unwind data.
10277 (x_handle_property_notify): Skip events already arrived, but don't
10278 free them, as "arrived" field is checked by wait_for_property_change,
10279 and it will be freed by unwind or explicit unexpect_property_change.
10280 (x_get_foreign_selection): Add to new queue.
10281 (receive_incremental_selection): Don't unexpect wait_object when done
10282 as it has already been freed by previous wait_for_property_change.
10283
10284 * xterm.h (x_start_queuing_selection_requests)
10285 (x_stop_queuing_selection_requests, x_handle_selection_request)
10286 (x_handle_selection_clear): Remove prototypes.
10287 (x_handle_selection_event): Add prototype.
10288
10289 * xterm.c (handle_one_xevent): Don't queue X selection events
10290 here, it may be too late if we start queuing after we have already
10291 stored some selection events into the kbd buffer.
10292 (struct selection_event_queue, queue, x_queue_selection_requests)
10293 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10294 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10295 (x_catch_errors_unwind): Block input around final XSync.
10296
10297 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10298
10299 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10300 (kbd_buffer_unget_event): New function.
10301 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10302 and use x_handle_selection_event.
10303 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10304
10305 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10306
10307 * xselect.c (TRACE3): New debug macro.
10308 (x_reply_selection_request): Use it.
10309 (receive_incremental_selection): In call to TRACE0, the name of
10310 a symbol is in xname.
10311
10312 2004-11-05 Kim F. Storm <storm@cua.dk>
10313
10314 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10315
10316 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10317
10318 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10319
10320 * gtkutil.h (use_old_gtk_file_dialog): Declare.
10321
10322 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
10323 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
10324 * xfns.c (syms_of_xfns): ... to here.
10325
10326 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10327 it doesn't start with /.
10328
10329 2004-11-04 Kenichi Handa <handa@m17n.org>
10330
10331 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10332 treat it as a literal character.
10333
10334 2004-11-03 Kim F. Storm <storm@cua.dk>
10335
10336 * .gdbinit (ppt): New function.
10337
10338 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10339
10340 * xterm.c (x_window_to_scroll_bar): Only call
10341 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10342
10343 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10344 of save.
10345
10346 2004-11-02 Andreas Schwab <schwab@suse.de>
10347
10348 * window.c (Fscroll_right): Fix last change.
10349
10350 2004-11-02 Kim F. Storm <storm@cua.dk>
10351
10352 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
10353
10354 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10355
10356 * callproc.c (Fcall_process): Block input around vfork.
10357
10358 2004-11-02 Kim F. Storm <storm@cua.dk>
10359
10360 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10361 (syms_of_eval): Defsubr it.
10362
10363 2004-11-02 Richard M. Stallman <rms@gnu.org>
10364
10365 * insdel.c (replace_range_2): New function.
10366
10367 * casefiddle.c (casify_region): Handle changes in byte-length
10368 using replace_range_2.
10369
10370 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10371
10372 * xdisp.c (back_to_previous_visible_line_start):
10373 Subtract 1 from pos when checking previous newline for invisibility.
10374
10375 * window.c (window_scroll_pixel_based): Update preserve_y
10376 for header line if any.
10377 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10378 use a new second argument instead.
10379
10380 * eval.c (Fcall_interactive_p): New function.
10381 (interactive_p): Don't test INTERACTIVE here.
10382 (Finteractive_p): Doc fix.
10383
10384 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10385
10386 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10387
10388 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
10389 comparing font names.
10390
10391 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10392
10393 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10394 Fx_file_dialog if only directories should be read.
10395
10396 * lisp.h: Fx_file_dialog takes 5 parameters.
10397
10398 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10399 Add parameter only_dir_p.
10400 In Motif version, don't put DEFAULT_FILENAME in filter part of the
10401 dialog, just text field part. Do not add DEFAULT_FILENAME
10402 to list of files if it isn't there.
10403 In GTK version, pass only_dir_p parameter to xg_get_file_name.
10404
10405 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
10406 Check only_dir_p instead of comparing prompt to "Dired". When using
10407 a save dialog, add option kNavDontConfirmReplacement, change title
10408 to "Enter name", change text for save button to "Ok".
10409
10410 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
10411 Check only_dir_p instead of comparing prompt to "Dired".
10412
10413 * gtkutil.c (xg_get_file_with_chooser)
10414 (xg_get_file_with_selection): New functions, only defined ifdef
10415 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
10416 respectively.
10417 (xg_get_file_name): Add parameter only_dir_p.
10418 Call xg_get_file_with_chooser or xg_get_file_with_selection
10419 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
10420 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
10421
10422 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
10423
10424 * config.in: Rebuild (added HAVE_GTK_FILE_*).
10425
10426 2004-11-01 Kim F. Storm <storm@cua.dk>
10427
10428 * process.c (connect_wait_mask, num_pending_connects):
10429 Only declare and use them if NON_BLOCKING_CONNECT is defined.
10430 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
10431 (IF_NON_BLOCKING_CONNECT): New helper macro.
10432 (wait_reading_process_output): Only declare and use local vars
10433 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
10434
10435 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
10436
10437 * w32term.c (x_scroll_run): Delete region objects after use.
10438
10439 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10440
10441 * xmenu.c: Add prototypes for forward function declarations.
10442 (popup_get_selection): Remove parameter do_timers, remove call to
10443 timer_check.
10444 (create_and_show_popup_menu, create_and_show_dialog):
10445 Remove parameter do_timers from call to popup_get_selection.
10446
10447 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
10448 tool_bar_items and assign the result to f->tool_bar_items if
10449 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
10450 tool_bar_items to assignment of result.
10451
10452 * atimer.c (alarm_signal_handler): Do not call set_alarm if
10453 pending_atmers is non-zero.
10454
10455 2004-10-31 Kim F. Storm <storm@cua.dk>
10456
10457 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
10458
10459 2004-10-28 Will <will@glozer.net>
10460
10461 * macterm.c: Allow user to assign key modifiers to the Mac Option
10462 key via a 'mac-option-modifier' variable.
10463
10464 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
10467 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
10468 (x_handle_selection_request, x_handle_selection_clear)
10469 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
10470
10471 2004-10-28 Richard M. Stallman <rms@gnu.org>
10472
10473 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10474
10475 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10476
10477 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
10480 comment-starter over a 1-char one.
10481
10482 2004-10-27 Richard M. Stallman <rms@gnu.org>
10483
10484 * xdisp.c (get_next_display_element): In mode lines,
10485 treat newline and tab like other control characters.
10486
10487 * editfns.c (Fmessage): Doc fix.
10488
10489 * indent.c (vmotion): When moving up, check the newline before.
10490 Make prevline an int, not a Lisp_Object.
10491
10492 2004-10-27 Kim F. Storm <storm@cua.dk>
10493
10494 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
10495 Only allocate info and discarded tables once.
10496
10497 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
10498 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
10499 (SAFE_FREE): Test it to determine if we need to unwind to free.
10500 Remove size arg. All users changed.
10501 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
10502
10503 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10504
10505 * gtkutil.c: Put empty line between comment and function body.
10506 (xg_destroy_widgets): Rename from remove_from_container.
10507 Just destroy all widgets in list. Argument wcont removed.
10508 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
10509 instead of remove_from_container.
10510 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
10511 (free_frame_tool_bar): Add comment.
10512
10513 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
10514 is not NULL before strcmp.
10515
10516 2004-10-26 Kim F. Storm <storm@cua.dk>
10517
10518 * callint.c (Fcall_interactively): Add 'U' code to get the
10519 up-event discarded by a previous 'k' or 'K' argument.
10520
10521 2004-10-26 David Kastrup <dak@gnu.org>
10522
10523 * buffer.c (syms_of_buffer): Fix a few typos.
10524
10525 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10526
10527 * xsmfns.c: Put empty line between comment and function body.
10528 Use two spaces before comment end.
10529
10530 2004-10-25 Kenichi Handa <handa@m17n.org>
10531
10532 * fontset.c (fontset_pattern_regexp): Optimize for the case that
10533 PATTERN is full XLFD.
10534
10535 2004-10-24 Kenichi Handa <handa@m17n.org>
10536
10537 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
10538
10539 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
10540 (regex_compile): Return REG_ERANGEX if appropriate.
10541
10542 2004-10-22 Kenichi Handa <handa@m17n.org>
10543
10544 * editfns.c (Ftranslate_region_internal): New function.
10545 (syms_of_editfns): Defsubr it.
10546
10547 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10548
10549 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
10550
10551 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10552
10553 * xterm.h (x_output): New member `xic_base_fontname'.
10554 (FRAME_XIC_BASE_FONTNAME): New macro.
10555 (xic_free_xfontset): Declare.
10556
10557 * xfns.c (xic_create_xfontset): Share fontsets between frames
10558 based on base_fontname.
10559 (xic_free_xfontset): New function.
10560 (free_frame_xic): Use it.
10561 (xic_set_xfontset): Ditto.
10562
10563 * xterm.c (xim_destroy_callback): Ditto.
10564
10565 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10566
10567 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
10568
10569 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10570
10571 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
10572 XSync.
10573
10574 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
10575 New variables and constant.
10576 (main): Calculate heap_bss_diff. If we are dumping and the
10577 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
10578 and exec ourself again.
10579 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
10580 print a warning.
10581
10582 * lastfile.c: Make my_endbss and my_endbss_static available on all
10583 platforms.
10584
10585 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
10586 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
10587
10588 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
10589
10590 * data.c (Flocal_variable_if_set_p): Doc fix.
10591
10592 2004-10-19 Jason Rumney <jasonr@gnu.org>
10593
10594 * w32.c (init_environment): Set emacs_dir correctly when running
10595 emacs from the build directory.
10596
10597 2004-10-19 Richard M. Stallman <rms@gnu.org>
10598
10599 * editfns.c (Fdelete_and_extract_region):
10600 If region is empty, return null string.
10601
10602 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10603
10604 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
10605 and canon_width.
10606 (xg_frame_cleared): Remove.
10607
10608 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
10609 (xg_find_top_left_in_fixed): Remove.
10610 (xg_create_scroll_bar): Put an event box widget between
10611 the scroll bar widget and the edit widget.
10612 (xg_show_scroll_bar): Show the parent widget (the event box).
10613 (xg_remove_scroll_bar): Destroy parent (the event box) also.
10614 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
10615 Move the parent (the event box) widget inside the fixed widget.
10616 Move window clear to xterm.c.
10617
10618 * gtkutil.h (xg_frame_cleared): Remove.
10619
10620 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
10621 (x_scroll_bar_create, XTset_vertical_scroll_bar):
10622 Remove arguments left and width to xg_update_scrollbar_pos.
10623 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
10624
10625 2004-10-19 Kenichi Handa <handa@m17n.org>
10626
10627 * xdisp.c (display_mode_element): Fix display of wide chars.
10628
10629 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10630
10631 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
10632 gdk_window_clear and move gdk_window_process_all_updates after
10633 clear so events are sent to the X server in correct order.
10634
10635 2004-10-18 Kenichi Handa <handa@m17n.org>
10636
10637 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
10638 comparing font names.
10639 (fs_query_fontset): Use fast_string_match for comparing fontset names.
10640 (list_fontsets): Likewise.
10641
10642 * search.c (fast_string_match_ignore_case): New function.
10643
10644 * lisp.h (fast_string_match_ignore_case): Extern it.
10645
10646 2004-10-17 Kim F. Storm <storm@cua.dk>
10647
10648 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
10649 than bitmap if there is not left fringe.
10650 (get_overlay_arrow_glyph_row): Also used on windows system.
10651 (display_line): Display overlay string if no left fringe.
10652
10653 2004-10-16 Jason Rumney <jasonr@gnu.org>
10654
10655 * w32fns.c (w32_font_match): Encode font name being matched.
10656
10657 2004-10-16 Richard M. Stallman <rms@gnu.org>
10658
10659 * window.c (Fspecial_display_p): Doc fix.
10660
10661 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10662
10663 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
10664 Don't ignore menus, because where-is-internal already does it for us.
10665
10666 2004-10-15 Kim F. Storm <storm@cua.dk>
10667
10668 * xdisp.c (redisplay_window): Only update fringes and vertical
10669 border on window frames.
10670
10671 2004-10-14 Andreas Schwab <schwab@suse.de>
10672
10673 * m/ia64.h (DATA_SEG_BITS): Don't define.
10674
10675 2004-10-14 Kim F. Storm <storm@cua.dk>
10676
10677 * xterm.h: Include Xutil.h after keysym.h to work around bug
10678 in some X versions.
10679
10680 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * fns.c (map_char_table): Add missing gcpros.
10683
10684 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * keymap.c (get_keymap): An autoload form is not a keymap.
10687
10688 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
10689
10690 2004-10-13 Kim F. Storm <storm@cua.dk>
10691
10692 * callproc.c (Fcall_process): Simplify handling of display arg.
10693 Resume `display_on_the_fly' once a coding system is determined.
10694
10695 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
10696
10697 2004-10-12 Kim F. Storm <storm@cua.dk>
10698
10699 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
10700 caller, such as call-process, is not going to poll for input.
10701 (calc_line_height_property): Handle case where it->object is nil.
10702
10703 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
10704
10705 2004-10-12 Kenichi Handa <handa@m17n.org>
10706
10707 * xdisp.c (get_next_display_element):
10708 If unibyte_display_via_language_environment is zero, display 8-bit
10709 chars in octal in unibyte buffer.
10710
10711 2004-10-12 Kim F. Storm <storm@cua.dk>
10712
10713 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
10714 are no ordinary bindings.
10715
10716 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10717
10718 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
10719
10720 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10721
10722 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
10723 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
10724 (make_mac_frame): Add BLOCK_INPUT around the making of a
10725 terminal frame.
10726 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
10727 * macgui.h (mktime): Use emacs_mktime.
10728 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
10729 Make a cancel file-open dialog be like C-g.
10730 * mac.c (mktime): Use emacs_mktime.
10731 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
10732 (Fmac_paste_function): Add better error handling for carbon cut/paste.
10733
10734 2004-10-10 Kim F. Storm <storm@cua.dk>
10735
10736 * keyboard.c (timer_resume_idle): New function to resume idle
10737 timer without resetting timers on the idle list.
10738 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
10739 (timer_start_idle, timer_stop_idle): Declare static.
10740 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
10741
10742 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
10743
10744 2004-10-08 Steven Tamm <steventamm@mac.com>
10745
10746 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
10747 * macterm.c (mac_check_for_quit_char): Remove warning for using
10748 NULL where 0 should be used.
10749 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
10750 objc/malloc.h
10751 * mac.c: Include time.h for Tiger compatibility.
10752
10753 2004-10-07 Kim F. Storm <storm@cua.dk>
10754
10755 * xdisp.c (redisplay_window): Fix flicker on vertical line between
10756 windows. Update vertical line after drawing window fringes, but
10757 only if actually drawing any bitmaps--or there is no fringe.
10758
10759 * xterm.c (x_update_window_end): Likewise.
10760 * macterm.c (x_update_window_end): Likewise.
10761 * w32term.c (x_update_window_end): Likewise.
10762
10763 * fringe.c (draw_window_fringes): Return value now indicates if
10764 any fringe bitmaps were redrawn (or there are no fringes).
10765
10766 * dispextern.h (draw_window_fringes): Update prototype.
10767
10768 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10769
10770 * macfns.c (mac_get_window_bounds): Add extern.
10771 (x_real_positions): Use mac_get_window_bounds.
10772
10773 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
10774 xmenu.c (YAILOM).
10775
10776 * macterm.c [!MAC_OSX]: Include Windows.h.
10777 (front_emacs_window): Rename from mac_front_window. All uses
10778 changed. Return the frontmost non-tooltip emacs window.
10779 (mac_get_window_bounds): New function.
10780 (x_calc_absolute_position): Use the difference of width and height
10781 between the inner and outer window.
10782 (x_set_offset): Specify window position by the coordinae of the
10783 outer window. Adjust the position if the title bar is completely
10784 outside the screen.
10785 (app_is_suspended, app_sleep_time): Remove unused variables.
10786 (do_app_resume, do_app_suspend): Remove their contents because
10787 window-activate/deactivate events will do the job.
10788 (do_zoom_window): Remove unused variables. Make compliant to the
10789 standard way of zooming. Set f->left_pos and f->top_pos.
10790 (XTread_socket): Don't use argument `expected'. Don't use
10791 FrontWindow to determine the clicked window. Exclude unprocessed
10792 mouseUp cases in the early stage. Add parentheses to fix operator
10793 precedence.
10794 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
10795
10796 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
10797
10798 * config.in: Regenerate.
10799
10800 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
10801 HAVE_EXECSHIELD.
10802
10803 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10804
10805 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
10806 a row if Alt or Meta has been found for that row. Also stop scanning
10807 for Keysyms for that row.
10808
10809 2004-10-04 Kim F. Storm <storm@cua.dk>
10810
10811 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
10812 to list. Include overlay arrow bitmap in return value.
10813
10814 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
10815 bars with fractional column width. If scroll bar separates two
10816 windows, move it towards the window it belongs to. Only update
10817 the padding area below the scroll bar widget when necessary,
10818 i.e. when scroll bar widget is created, moved, or resized.
10819
10820 * xdisp.c (define_frame_cursor1): Do not change frame cursor
10821 while tracking/dragging mouse.
10822 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
10823
10824 * window.c (coordinates_in_window): Relax check for cursor
10825 on vertial border between mode lines.
10826 (Fset_window_fringes): Do not allow negative widths.
10827 (Fset_window_scroll_bars): Likewise.
10828
10829 * .gdbinit (pp): Shorthand for p ARG + pr.
10830 (ff): New command: flush frame updates (X only).
10831
10832 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
10835
10836 2004-09-30 Kenichi Handa <handa@m17n.org>
10837
10838 * process.c (send_process): Free composition data.
10839
10840 * fileio.c (Finsert_file_contents): Free composition data.
10841
10842 * coding.c (code_convert_region): Don't skip ASCIIs if there are
10843 compositions to encode.
10844 (encode_coding_string): Likewise. Free composition data.
10845
10846 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
10847
10848 * coding.c (code_convert_region): Free composition data.
10849
10850 2004-09-29 Kim F. Storm <storm@cua.dk>
10851
10852 * fringe.c: Remove limit on number of bitmaps.
10853 (fringe_bitmaps, fringe_faces): Change to pointers.
10854 (max_fringe_bitmaps): New var.
10855 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
10856 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
10857
10858 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
10859 (struct glyph_row): Reorder fringe_bitmap related fields.
10860 (struct it): Likewise.
10861
10862 * w32term.c (fringe_bmp): Change to pointer.
10863 (max_fringe_bmp): New var.
10864 (w32_define_fringe_bitmap): Expand fringe_bmp.
10865 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
10866 (w32_destroy_fringe_bitmap): Likewise.
10867
10868 2004-09-29 Kim F. Storm <storm@cua.dk>
10869
10870 * fringe.c: Simplify last change.
10871 (lookup_fringe_bitmap): New function.
10872 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
10873 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
10874 Keep standard bitmaps in Vfringe_bitmaps.
10875 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
10876 (Fset_fringe_bitmap_face): Likewise.
10877
10878 * dispextern.h (lookup_fringe_bitmap): Add prototype.
10879 (valid_fringe_bitmap_p): Remove prototype.
10880
10881 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
10882
10883 2004-09-29 Kim F. Storm <storm@cua.dk>
10884
10885 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
10886 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
10887
10888 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
10889
10890 * fringe.c (Vfringe_bitmaps): New variable.
10891 (syms_of_fringe): DEFVAR_LISP it.
10892 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
10893 Change arg to Lisp_Object and fail if not an integer.
10894 (get_fringe_bitmap_name, resolve_fringe_bitmap)
10895 (destroy_fringe_bitmap): New functions.
10896 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
10897 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
10898 clear its fringe property.
10899 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
10900 Fdestroy_fringe_bitmap.
10901 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
10902 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
10903 and set fringe property. Signal error if no free slots.
10904 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
10905 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
10906
10907 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
10908 symbols with a fringe property.
10909
10910 2004-09-27 Kim F. Storm <storm@cua.dk>
10911
10912 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
10913 Doc fix. Format may now be a symbol or alist, not a cons.
10914
10915 * fringe.c (update_window_fringes): Handle new formats of
10916 indicate-buffer-boundaries (symbol or alist). No longer
10917 allow a simple cons.
10918 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
10919
10920 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10921
10922 * config.in: Rebuild.
10923
10924 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10925
10926 * config.in: Rebuild.
10927
10928 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
10929
10930 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * xterm.c (x_term_init): Work around a bug in some X servers.
10933
10934 2004-09-18 Richard M. Stallman <rms@gnu.org>
10935
10936 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
10937
10938 * xdisp.c (try_window_reusing_current_matrix):
10939 Handle the case where we reach the old displayed text,
10940 out of sync with the old line boundary.
10941
10942 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * fileio.c (Finsert_file_contents): Fix case of replacement in a
10945 narrowed buffer.
10946
10947 2004-09-14 Kim F. Storm <storm@cua.dk>
10948
10949 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
10950
10951 * xfaces.c (Qface_no_inherit): New var.
10952 (syms_of_xfaces): Intern and staticpro it.
10953 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
10954 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
10955 Don't increment face_change_count when face has non-nil
10956 face-no-inherit property.
10957
10958 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
10961 (Fbyte_code): Remove dead code after `wrong_type_argument'.
10962
10963 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
10964 before doing the mark_stack_check_gcpros since they're not on the stack.
10965
10966 2004-09-12 Kim F. Storm <storm@cua.dk>
10967
10968 * editfns.c (Fformat): Handle format strings with multiple text
10969 properties. Reverse text property list from the format string,
10970 so the positions are in increasing order.
10971
10972 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10973
10974 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
10975 x_uncatch_errors so that possible protocol errors are delivered.
10976
10977 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10978
10979 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
10980 blockinput.h.
10981 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
10982 charset.h, and coding.h
10983 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
10984 (term.o): Depend on window.h and keymap.h.
10985 (abbrev.o): Depend on syntax.h.
10986 (callint.o): Depend on keymap.h.
10987 (casefiddle.o): Depend on charset.h and keymap.h.
10988 (category.o): Depend on keymap.h.
10989 (coding.o): Depend on dispextern.h.
10990 (cmds.o): Depend on keyboard.h and keymap.h.
10991 (dispnew.o): Depend on indent.h and intervals.h.
10992 (doc.o): Depend on keymap.h.
10993 (editfns.o): Depend on frame.h.
10994 (emacs.o): Depend on dispextern.h.
10995 (fileio.o): Don't depend on ccl.h.
10996 (filelock.o): Depend on charset.h and coding.h.
10997 (frame.o): Depend on w32term.h and macterm.h.
10998 (insdel.o): Depend on region-cache.h.
10999 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
11000 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
11001 (search.o): Depend on $(INTERVALS_SRC).
11002 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
11003 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
11004 xterm.h, w32term.h, and macterm.h.
11005 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
11006 w32term.h, and macterm.h.
11007 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
11008 region-cache.h, xterm.h, w32term.h, and macterm.h.
11009 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
11010 (data.o): Depend on frame.h.
11011 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
11012 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
11013 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
11014 (intervals.o): Depend on keymap.h.
11015
11016 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
11017 Add debugging print-out to termscript.
11018
11019 2004-09-09 Richard M. Stallman <rms@gnu.org>
11020
11021 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
11022
11023 2004-09-08 Richard M. Stallman <rms@gnu.org>
11024
11025 * window.c (Fset_window_buffer): Doc fix.
11026
11027 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
11028
11029 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
11030
11031 * minibuf.c (history_delete_duplicates): New variable.
11032 (read_minibuf): Use it.
11033 (syms_of_minibuf): Create the corresponding lisp variable.
11034
11035 2004-09-08 Kim F. Storm <storm@cua.dk>
11036
11037 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
11038 overlay just before point.
11039
11040 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11041
11042 * buffer.h (struct buffer): Add auto_save_file_format field.
11043 * buffer.c (reset_buffer, init_buffer_once):
11044 Handle auto_save_file_format field.
11045 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
11046 `buffer-auto-save-file-format'.
11047 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11048 (build_annotations): Adapt to replacement of
11049 `auto-save-file-format' with the new buffer-local variable
11050 `buffer-auto-save-file-format'.
11051 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
11052
11053 2004-09-07 Jason Rumney <jasonr@gnu.org>
11054
11055 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
11056
11057 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
11058 Handle Unicode menu titles.
11059
11060 2004-09-07 Kim F. Storm <storm@cua.dk>
11061
11062 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
11063 property from text property or overlay strings at point.
11064
11065 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * xmenu.c (update_submenu_strings): YAILOM.
11068 (set_frame_menubar): Make sure last_i is initialized.
11069
11070 2004-09-03 Jason Rumney <jasonr@gnu.org>
11071
11072 * w32menu.c (_widget_value): Add lname and lkey.
11073 (digest_single_submenu): Set lname and lkey in widget_value
11074 instead of name and key.
11075 (update_submenu_strings): New function.
11076 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11077 call update_submenu_strings.
11078
11079 * w32menu.c (globals_of_w32menu): Check for Unicode API.
11080 (digest_single_submenu, w32_menu_show): Encode menu strings as
11081 UTF-8 if Unicode API is available.
11082 (utf8to16): New function.
11083 (add_menu_item): Use it when calling Unicode API.
11084
11085 2004-09-03 Kim F. Storm <storm@cua.dk>
11086
11087 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
11088 in overlay or text-property strings; set cursor on corresponding
11089 glyph rather than at end of the string.
11090
11091 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11092
11093 * macfns.c (x_real_positions): Save the current window port and
11094 set a new one before obtaining the global coordinate.
11095 Use FRAME_MAC_WINDOW.
11096 (x_set_name, x_set_title): Encode title to UTF8.
11097 Use SetWindowTitleWithCFString.
11098 (Fx_server_version): Get correct OS version.
11099
11100 * macmenu.c (add_menu_item): Remove unused variable `i'.
11101 Don't let separator items destroy refence constants of other menu items.
11102
11103 * macterm.c (x_update_end): Move SetPortWindowPort to inside
11104 BLOCK_INPUT.
11105 (x_set_offset): Use FRAME_MAC_WINDOW.
11106
11107 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11108 nontext_cursor if it is on a scroll bar.
11109
11110 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11111 Carbon support.
11112 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11113 Use LIBS_CARBON.
11114
11115 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11116
11117 * xfns.c (x_set_name_internal): New function. Check if we shall call
11118 xfree before ENCODE_UTF_8.
11119 (x_set_name, x_set_title): Call x_set_name_internal.
11120
11121 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11122
11123 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11124 reload it.
11125
11126 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11127
11128 * macmenu.c (_widget_value): Add lname and lkey.
11129 (single_submenu): Set lname and lkey in widget_value
11130 instead of name and key.
11131 (update_submenu_strings): New function.
11132 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11133 call update_submenu_strings.
11134
11135 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11136 instead of name and key.
11137 (update_submenu_strings): New function.
11138 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11139 call update_submenu_strings.
11140
11141 * gtkutil.h (_widget_value): Added lname and lkey.
11142
11143 2004-08-30 Steven Tamm <steventamm@mac.com>
11144
11145 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11146 by using different names for inner loop variables.
11147
11148 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11149
11150 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11151 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11152
11153 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11154 tool bar items is 0.
11155
11156 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11157
11158 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11159 strings in menu items.
11160 (single_submenu): Use ENCODE_MENU_STRING
11161 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11162 button release isn't passed to event loop
11163 (add_menu_item): Use SetMenuItemWithCFString
11164
11165 2004-08-26 Steven Tamm <steventamm@mac.com>
11166
11167 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
11168 tool-bar/menu click.
11169 * macfns.c (Fx_file_dialog): Implement using NavServices.
11170
11171 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11172
11173 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11174
11175 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11176 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11177 (x_top_window_to_frame): Return 0 if wdesc is None.
11178
11179 2004-08-22 Richard M. Stallman <rms@gnu.org>
11180
11181 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11182 HAVE_TERMIOS]: If there's no char for this signal, drop through
11183 and use system calls.
11184
11185 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11186
11187 2004-08-20 Kim F. Storm <storm@cua.dk>
11188
11189 * process.c (wait_reading_process_output): Rename from
11190 wait_reading_process_input. All uses changed.
11191 (wait_reading_process_output_1): Rename from
11192 wait_reading_process_input_1. All uses changed.
11193
11194 * dispnew.c (Fsleep_for): Remove obsolete code.
11195
11196 2004-08-20 Kenichi Handa <handa@m17n.org>
11197
11198 * syntax.c (skip_chars): Fix for unibyte case.
11199
11200 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * syntax.c (char_quoted): Mixup byte/char pos.
11203 (back_comment): Fixup globals in all cases.
11204
11205 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11206
11207 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11208 passing it to gtk_window_set_title.
11209
11210 2004-08-19 Kim F. Storm <storm@cua.dk>
11211
11212 * process.c (wait_reading_process_input): Clean up.
11213 Add wait_for_cell, wait_proc, and just_wait_proc args
11214 to avoid overloading `read_kbd' and `do_display' args.
11215 Change read_kbd arg to int. All callers changed.
11216
11217 * process.c (process_send_signal): Use CDISABLE.
11218
11219 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11220
11221 2004-08-18 Kim F. Storm <storm@cua.dk>
11222
11223 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11224 forward to wait_reading_process_input via DO_DISPLAY arg.
11225 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11226 object, only process output from that process; also inhibit
11227 running timers if DO_DISPLAY==-2.
11228
11229 2004-08-17 Kim F. Storm <storm@cua.dk>
11230
11231 * process.c (process_send_signal): Fix last change--use
11232 _POSIX_VDISABLE instead of CVDISABLE when available.
11233
11234 2004-08-16 Richard M. Stallman <rms@gnu.org>
11235
11236 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11237 Set VQUIT and VINTR chars to the standard ones if they are unset.
11238 [AIX]: Don't do that here. And don't force VINTR to standard
11239 when SIGNALS_VIA_CHARACTERS.
11240
11241 * process.c (process_send_signal)
11242 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11243 Do nothing if the character is CVDISABLE.
11244
11245 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11246
11247 * intervals.c (move_if_not_intangible):
11248 Force POSITION to be between BEGV and ZV.
11249
11250 2004-08-14 John Paul Wallington <jpw@gnu.org>
11251
11252 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11253
11254 * fileio.c (Fread_file_name): Doc fix.
11255
11256 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11257
11258 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11259
11260 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11261
11262 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11263
11264 * keyboard.c: Declare Qdisabled_command_function instead of
11265 Qdisabled_command_hook.
11266 (Fcommand_execute): Use Qdisabled_command_function instead of
11267 Qdisabled_command_hook.
11268 (syms_of_keyboard): Ditto.
11269
11270 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11271
11272 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11273 (syms_of_keymap) <key-translation-map>: Doc fixes.
11274
11275 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * window.c (window_list_1): YAILOM.
11278
11279 * fileio.c (make_temp_name): Handle multibyte prefixes.
11280
11281 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11282
11283 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11284 Doc fix.
11285
11286 2004-08-03 Kenichi Handa <handa@m17n.org>
11287
11288 * coding.c (decode_coding_string): Adjust coding->consumed, and
11289 etc. with shrinked_bytes.
11290
11291 2004-08-03 Kim F. Storm <storm@cua.dk>
11292
11293 * indent.c (compute_motion): Fix check for full width window
11294 in non-window case. Do not count left truncation glyph on
11295 window systems.
11296
11297 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11298
11299 * data.c (Finteractive_form): Doc fix.
11300
11301 2004-08-02 Kim F. Storm <storm@cua.dk>
11302
11303 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11304 properly accounting for continuation glyph on non-window systems.
11305 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11306 actual window width/height if TOPOS is nil, properly accounting for
11307 continuation glyphs on non-window systems, and optional header lines.
11308 (vmotion): Let compute_motion calculate actual window width.
11309
11310 * window.c (window_scroll_line_based): Let compute_motion
11311 calculate actual window width.
11312
11313 2004-08-02 Kim F. Storm <storm@cua.dk>
11314
11315 * process.c (read_process_output): Use whole read buffer.
11316 Don't trigger adaptive read buffering on errors.
11317
11318 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11321
11322 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
11323
11324 * callint.c (Fcall_interactively): Doc fix.
11325
11326 2004-07-30 Richard M. Stallman <rms@gnu.org>
11327
11328 * abbrev.c (Fexpand_abbrev): Undo previous change.
11329
11330 2004-07-30 Kim F. Storm <storm@cua.dk>
11331
11332 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11333
11334 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11335
11336 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11337
11338 2004-07-27 Kim F. Storm <storm@cua.dk>
11339
11340 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11341 we have ensured that the glyph fits on the current line (or returned
11342 MOVE_LINE_CONTINUED otherwise).
11343
11344 2004-07-26 Kim F. Storm <storm@cua.dk>
11345
11346 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11347 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11348 if target position is at end of display line but char is not a newline.
11349
11350 2004-07-25 Richard M. Stallman <rms@gnu.org>
11351
11352 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11353 instead of ON_VERTICAL_BORDER, when on scroll bar.
11354 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11355
11356 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11357
11358 * window.c (Fcoordinates_in_window_p):
11359 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11360
11361 * alloc.c (check_cons_list): New function (contents commented out).
11362
11363 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * xfaces.c (Fcolor_supported_p): Doc fix.
11366
11367 * frame.c (Fselect_frame, Fset_frame_selected_window)
11368 (Fframe_visible_p, Fraise_frame): Doc fixes.
11369
11370 2004-07-24 Richard M. Stallman <rms@gnu.org>
11371
11372 * keyboard.h (not_single_kboard_state): Declare.
11373
11374 * fileio.c (Fwrite_region): Doc fix.
11375
11376 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11377
11378 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11379 only when a real abbrev is present.
11380
11381 * xfns.c (x_icon_verify): New function.
11382 (Fx_create_frame): Use it.
11383
11384 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
11385
11386 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11387
11388 2004-07-21 Kim F. Storm <storm@cua.dk>
11389
11390 * window.h (struct glyph_matrix): New members nrows_scale_factor
11391 and ncols_scale_factor.
11392
11393 * window.c (make_window): Initialize nrows_scale_factor and
11394 ncols_scale_factor members.
11395
11396 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11397 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11398 (required_matrix_height): Apply nrows_scale_factor.
11399 (required_matrix_width): Apply ncols_scale_factor.
11400
11401 * xdisp.c (display_line): Increment nrows_scale_factor and set
11402 fonts_changed_p if past last allocated row.
11403 (append_glyph, append_composite_glyph, produce_image_glyph)
11404 (append_stretch_glyph): Increment ncols_scale_factor and set
11405 fonts_changed_p if current area is full.
11406
11407 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11408
11409 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
11410
11411 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11412
11413 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
11414 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
11415 (Fset_window_start, Fscroll_up, Fscroll_down)
11416 (Fother_window_for_scrolling, Fscroll_other_window)
11417 (Fsave_window_excursion, Fset_window_vscroll)
11418 (syms_of_window) <window-size-fixed>: Doc fixes.
11419
11420 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11421
11422 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
11423 ENCODE_SYSTEM for filenames.
11424
11425 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11426
11427 * mac.c (sys_select): Block input around call to
11428 ReceiveNextEvent to prevent breakage. Correctly handle
11429 blocking on event queue only by calling ReceiveNextEvent
11430 instead of select (since GUI events aren't on an fd).
11431 (sys_read): Remove function
11432 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
11433
11434 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11435
11436 * mac.c (sys_select): Redo sys_select to use alarm-based
11437 polling instead of 1 sec timeouts (like solaris).
11438
11439 * macterm.c (x_make_frame_visible): Comment in polling on
11440 frame creation.
11441
11442 * keyboard.c: Undef SIGIO on Carbon
11443
11444 * atimer.c (alarm_signal_handler): Call alarm handlers after
11445 scheduling.
11446
11447 * eval.c (Feval): Remove quit_char test
11448
11449 * process.c (wait_reading_process_input): Remove clearing
11450 stdin for select call on process input.
11451
11452 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11453
11454 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
11455 capitalization error in docstring.
11456
11457 2004-07-17 Juanma Barranquero <lektu@terra.es>
11458
11459 * keyboard.c (not_single_kboard_state): Do nothing unless
11460 MULTI_KBOARD is defined.
11461
11462 2004-07-17 Richard M. Stallman <rms@gnu.org>
11463
11464 * window.c (coordinates_in_window): Inside the window but outside
11465 its box to the L or R, return ON_VERTICAL_BORDER.
11466 (window_list_1): Rotate the list to start with WINDOW.
11467
11468 * print.c (print_preprocess): Test for print_depth at limit
11469 before entering in being_printed.
11470
11471 * keyboard.c (not_single_kboard_state): New function.
11472 (stuff_buffered_input): Now no-op only if no SIGTSTP.
11473
11474 * frame.c (Fdelete_frame): If we're in single_bboard_state on
11475 this kboard, and we delete its last frame, go to any_kboard_state.
11476
11477 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
11478
11479 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11480
11481 * w32fns.c (Fx_file_dialog): Encode strings in system coding
11482 system before passing them to OS functions for display.
11483
11484 2004-07-15 David Kastrup <dak@gnu.org>
11485
11486 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
11487 Apparently fixes an abort condition.
11488
11489 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11490
11491 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
11492 instead of a cons.
11493
11494 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11495
11496 * keyboard.c (echo_dash): Do nothing if there already is a dash
11497 at the end of the echo string.
11498
11499 2004-07-12 Kim F. Storm <storm@cua.dk>
11500
11501 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
11502 if GC_MARK_STACK.
11503
11504 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11505
11506 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
11507
11508 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
11509 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
11510 (Freplace_buffer_in_windows, Fset_window_buffer)
11511 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
11512 (syms_of_window): Expand docstring of `display-buffer-function'.
11513
11514 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
11515
11516 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
11517 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
11518 that time values of the type (HIGH . LOW) are considered obsolete.
11519
11520 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11521
11522 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
11523 docstring.
11524
11525 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
11526
11527 2004-07-06 John Paul Wallington <jpw@gnu.org>
11528
11529 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
11530
11531 * fns.c (Fclear_string): Signal an error if STRING is not a string.
11532
11533 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11534
11535 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
11536 instead of CGMainDisplayID (only in OSX 10.2 and later).
11537
11538 2004-07-04 John Paul Wallington <jpw@gnu.org>
11539
11540 * fileio.c (read_file_name_completion_ignore_case): New variable.
11541 (syms_of_fileio): Declare and initialise it.
11542 (Fread_file_name): Bind `completion-ignore-case' to respect it.
11543
11544 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11545
11546 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
11547 for event.x and event.y.
11548
11549 2004-07-01 Kenichi Handa <handa@m17n.org>
11550
11551 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
11552 after getting a new string by pre-write-conversion.
11553
11554 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
11557 (x_calc_absolute_position): Remove unused var `child'.
11558
11559 * xfaces.c (x_supports_face_attributes_p)
11560 (Fdisplay_supports_face_attributes_p): YAILOM.
11561 (tty_supports_face_attributes_p): Remove unused var `i'.
11562
11563 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11564 back_unibyte_ok.
11565
11566 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
11567
11568 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
11569 `registry'.
11570
11571 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
11572
11573 2004-06-30 Andreas Schwab <schwab@suse.de>
11574
11575 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
11576 (Finit_image_library): Pass LIBRARIES through to
11577 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
11578 (lookup_image_type): Pass Qnil as second argument to
11579 Finit_image_library.
11580
11581 * lisp.h (Finit_image_library): Declare.
11582
11583 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11584
11585 * macterm.c (do_window_activate, do_window_deactivate): Remove.
11586 (XTread_socket): Send mouse button events to the toolbox
11587 dispatcher even when the mouse is grabbed. Don't process window
11588 activate events for non-Emacs windows. Replace function calls to
11589 do_window_activate and do_window_deactivate with their contents.
11590 Reset mouse grabbing status when a window is deactivated.
11591
11592 2004-06-29 Steven Tamm <steventamm@mac.com>
11593
11594 * macterm.c (mac_get_emulated_btn)
11595 (mac_event_to_emacs_modifiers): Fix emulated mouse button
11596 support to correctly mask out modifiers.
11597
11598 2004-06-29 David Kastrup <dak@gnu.org>
11599
11600 * search.c (Fset_match_data): Allow buffer before end of list
11601 which can happen if set-match-data is using a pre-consed list.
11602
11603 2004-06-28 Steven Tamm <steventamm@mac.com>
11604
11605 * macterm.c (XTread_socket): Correctly set the frame position
11606 after the window is moved.
11607
11608 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11609
11610 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
11611 gpix and gmask just before return to avoid memory leak.
11612 (xg_get_image_for_pixmap): Add workaround for monochrome displays
11613 so insensitive and activated icons look ok.
11614
11615 2004-06-27 Jason Rumney <jasonr@gnu.org>
11616
11617 * w32fns.c (file_dialog_callback): Disable edit control if set
11618 to directories only on CDN_INITDONE message.
11619 (Fx_file_dialog): Default to directories only when prompt starts
11620 with "Dired".
11621
11622 2004-06-25 Kim F. Storm <storm@cua.dk>
11623
11624 * alloc.c (allocate_misc): Update total_free_markers.
11625 (free_misc): New function.
11626 (safe_alloca_unwind, free_marker): Use it.
11627
11628 * lisp.h (free_misc): Add prototype.
11629
11630 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
11631
11632 2004-06-24 Richard M. Stallman <rms@gnu.org>
11633
11634 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
11635 (syms_of_emacs): Lisp variables deleted.
11636
11637 2004-06-23 David Kastrup <dak@gnu.org>
11638
11639 * search.c (Freplace_match): Adjust the match-data more thoroughly
11640 when replacing strings in the buffer.
11641 (Fmatch_data): When INTEGERS is non-nil and the last match was in
11642 a buffer, add the buffer as last element to the match data.
11643 (Fset_match_data): If an additional element of the match-data is a
11644 buffer, restore it to last_thing_searched.
11645 (save_search_regs): Save last_thing_searched as part of the match data.
11646 (restore_match_data): Restore it again.
11647
11648 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * keymap.c (Ftext_char_description): Doc fix.
11651 * doc.c (Fsnarf_documentation): Doc fix.
11652
11653 2004-06-22 Kim F. Storm <storm@cua.dk>
11654
11655 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
11656
11657 * lisp.h (struct Lisp_Save_Value): New member dogc.
11658 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
11659 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
11660 (SAFE_FREE_LISP): New macro.
11661
11662 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
11663 (make_save_value): Init new dogc member.
11664 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
11665
11666 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
11667 SAFE_FREE_LISP macros.
11668
11669 2004-06-22 Kim F. Storm <storm@cua.dk>
11670
11671 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
11672 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
11673 in that memory area are unknown to GC. Add comments.
11674
11675 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
11676
11677 2004-06-21 Kim F. Storm <storm@cua.dk>
11678
11679 * lisp.h (MAX_ALLOCA): Define here.
11680 (safe_alloca_unwind): Add prototype.
11681 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
11682
11683 * alloc.c (safe_alloca_unwind): New function.
11684
11685 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
11686
11687 * charset.c (Fstring): Use SAFE_ALLOCA.
11688
11689 * coding.c (MAX_ALLOCA): Remove define.
11690
11691 * data.c (MAX_ALLOCA): Remove define.
11692 (Faset): Use SAFE_ALLOCA.
11693
11694 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
11695
11696 * fns.c (string_make_multibyte, string_to_multibyte)
11697 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
11698 (MAX_ALLOCA): Remove define.
11699 (Fbase64_encode_region, Fbase64_encode_string)
11700 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
11701 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
11702 memory leak if encoding fails.
11703
11704 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
11705
11706 2004-06-21 Eli Zaretskii <eliz@gnu.org>
11707
11708 * print.c (Fwith_output_to_temp_buffer): Doc fix.
11709
11710 2004-06-20 Richard M. Stallman <rms@gnu.org>
11711
11712 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
11713
11714 * search.c (match_limit): Cleaner err msg when no match data available.
11715
11716 * window.c (syms_of_window): Doc fix.
11717
11718 * keyboard.c (command_loop_1): Handle values `only' and `identity'
11719 for Vtransient_mark_mode.
11720
11721 * buffer.c (syms_of_buffer): Doc fix.
11722
11723 2004-06-21 David Kastrup <dak@gnu.org>
11724
11725 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
11726 and unbinding of `case-fold-search' according to
11727 `completion-ignore-case' around calls of string-match and
11728 predicates, respectively. Should give satisfactory performance
11729 in all relevant cases.
11730
11731 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11732
11733 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
11734 clip_x/y_origin.
11735
11736 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
11737
11738 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
11739
11740 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
11741 on Mac OSX.
11742
11743 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
11746
11747 2004-06-16 Kim F. Storm <storm@cua.dk>
11748
11749 * dispextern.h (Vimage_types): Remove extern.
11750
11751 2004-06-16 Miles Bader <miles@gnu.org>
11752
11753 * image.c (lookup_image_type): Initialize image type if necessary.
11754
11755 2004-06-15 Kim F. Storm <storm@cua.dk>
11756
11757 * xdisp.c (try_cursor_movement): Exclude header line from scroll
11758 margin at top of window.
11759 (try_window_reusing_current_matrix): Calculate proper cursor position
11760 after scrolling up with non-zero scroll margin, as the old cursor
11761 position corresponds to value of PT before executing this command.
11762 (try_window_id): Consider scroll margin at bottom of window too;
11763 otherwise we fail to scroll when hl-line-mode is enabled.
11764
11765 * syntax.c (skip_chars): Only recognize [:class:] when it has the
11766 proper format and class is a lower-case word.
11767
11768 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11769
11770 * gtkutil.c (xg_get_image_for_pixmap): New function.
11771 (xg_get_gdk_pixmap_and_mask): Remove.
11772 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
11773 xg_get_gdk_pixmap_and_mask.
11774
11775 * xterm.h (struct x_display_info): Typo in comment fixed.
11776
11777 2004-06-14 Juanma Barranquero <lektu@terra.es>
11778
11779 * dispextern.h (Vimage_types): Make it conditional on
11780 HAVE_WINDOW_SYSTEM.
11781
11782 * image.c (Vimage_types): Move from xdisp.c.
11783 (Vimage_type_cache): New variable.
11784 (define_image_type): New argument indicating whether an image
11785 library was loaded; cache loaded status and return t on success,
11786 nil otherwise.
11787 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
11788 (w32_delayed_load): New function to load an image library from a
11789 list of possible filenames.
11790 (init_xpm_functions, init_png_functions, init_jpeg_functions)
11791 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
11792 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
11793 (Finit_image_library): New function, extracted from `init_image'.
11794 Try to initialize an image library on demand and cache whether we
11795 were successful or not.
11796 (syms_of_image): Initialize `Vimage_types' and
11797 `Vimage_type_cache'. Add recognized image types to Vimage_types.
11798 Export `init-image-library'.
11799 (init_image): Remove initialization of all image types, except xbm
11800 and pbm.
11801
11802 * xdisp.c (Vimage_types): Delete (moved to image.c).
11803
11804 2004-06-14 Andreas Schwab <schwab@suse.de>
11805
11806 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
11807 Avoid calling specbind when completion-regexp-list is empty.
11808
11809 2004-06-13 Richard M. Stallman <rms@gnu.org>
11810
11811 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11812 (re_wctype, re_iswctype, re_wctype_to_bit):
11813 Non-function definitions moved here from regex.c.
11814
11815 * regex.c (re_wctype, re_iswctype): Function defs longer static.
11816 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11817 (re_wctype, re_iswctype, re_wctype_to_bit):
11818 Non-function definitions moved to regex.h.
11819
11820 * window.c (Fselect_window): Doc fix.
11821
11822 * syntax.c: Include regex.h.
11823 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
11824 If requested, make a list of classes, then check the scanned
11825 chars for membership in them.
11826 (in_classes): New function.
11827 Doc fix.
11828
11829 * keyboard.c (cmd_error): Don't call any_kboard_state
11830 if inside a recursive edit level.
11831
11832 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11833
11834 * keyboard.c (command_loop): Call any_kboard_state before
11835 command_loop_2 when at top level.
11836
11837 2004-06-13 Andreas Schwab <schwab@suse.de>
11838
11839 * print.c (print_object): Always use %ld for printing EMACS_INT.
11840
11841 * keyboard.c (cancel_hourglass_unwind): Return a value.
11842 (modify_event_symbol): Always use %ld for printing EMACS_INT.
11843 (Fexecute_extended_command): Likewise.
11844
11845 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
11846 avoid clashes.
11847 (SYNTAX): Likewise.
11848 (SYNTAX_WITH_FLAGS): Likewise.
11849 (SYNTAX_MATCH): Likewise.
11850
11851 * syntax.c (char_quoted): Avoid warning about undefined operation.
11852 (find_defun_start): Likewise.
11853 (scan_lists): Likewise.
11854 (INC_FROM): Likewise.
11855 (scan_sexps_forward): Likewise.
11856
11857 * image.c: Include <ctype.h>.
11858
11859 * xfaces.c (face_attr_equal_p): Declare parameters.
11860
11861 2004-06-13 Kenichi Handa <handa@m17n.org>
11862
11863 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
11864
11865 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
11866
11867 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
11868
11869 2004-06-12 Kenichi Handa <handa@m17n.org>
11870
11871 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
11872 ccl_prog_stack_struct and update it.
11873 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
11874 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
11875 ccl->eof_ic on EOF.
11876 (ccl_debug_hook): New function.
11877 (struct ccl_prog_stack): New member eof_ic.
11878 (ccl_driver): Handle EOF in subrountine call correctly.
11879
11880 2004-06-11 Kenichi Handa <handa@m17n.org>
11881
11882 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
11883
11884 2004-06-11 Kim F. Storm <storm@cua.dk>
11885
11886 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
11887
11888 2004-06-11 Juanma Barranquero <lektu@terra.es>
11889
11890 * keyboard.c (Fposn_at_point): Doc fix.
11891
11892 2004-06-11 David Kastrup <dak@gnu.org>
11893
11894 * search.c (match_limit): Don't flag an error if match-data
11895 exceeding the allocated search_regs.num_regs gets requested, just
11896 return Qnil.
11897
11898 2004-06-08 Miles Bader <miles@gnu.org>
11899
11900 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
11901
11902 2004-06-07 Juanma Barranquero <lektu@terra.es>
11903
11904 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
11905 (Fcurrent_time_string, Fcurrent_time_zone)
11906 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
11907
11908 2004-06-07 Miles Bader <miles@gnu.org>
11909
11910 * xfaces.c (struct named_merge_point): New type.
11911 (push_named_merge_point): New function.
11912 (merge_named_face): New function.
11913 (merge_face_ref, face_at_buffer_position, face_at_string_position):
11914 Use `merge_named_face'.
11915 (merge_face_inheritance): Function removed.
11916 (merge_face_ref): Rename from `merge_face_vector_with_property'.
11917 Add new `err_msgs' and `named_merge_points' args. Return error
11918 status. Only print error messages if ERR_MSGS is true. Don't try to
11919 do :inherit attribute validation.
11920 (merge_face_heights): Handle `unspecified' in both directions.
11921 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
11922 Call `merge_face_ref' instead of `merge_face_inheritance'.
11923 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
11924 (compute_char_face, face_at_buffer_position)
11925 (face_at_string_position): Call `merge_face_ref' instead of
11926 `merge_face_vector_with_property'.
11927
11928 2004-06-07 Kenichi Handa <handa@m17n.org>
11929
11930 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
11931 the necessary places.
11932
11933 2004-06-07 Kim F. Storm <storm@cua.dk>
11934
11935 * process.c (Fdelete_process): Undo 2004-05-28 change.
11936 Instead, call status_notify also for network process.
11937 (status_message): Use process instead of status as arg.
11938 Give messages "deleted" or "connection broken by remote peer" for
11939 an exited network process.
11940 (status_notify): Change call to status_message.
11941 (read_process_output): Increase readmax to 4096. Do not increase
11942 buffer size for datagram channels (default is now large enough).
11943
11944 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
11945
11946 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
11947 problem due to newly defined variable.
11948
11949 2004-06-06 Miles Bader <miles@gnu.org>
11950
11951 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
11952 immediately if non-interactive or not initialized.
11953
11954 2004-06-05 Richard M. Stallman <rms@gnu.org>
11955
11956 * minibuf.c (Fcompleting_read): Doc fix.
11957
11958 2004-06-05 Andreas Schwab <schwab@suse.de>
11959
11960 * macfns.c (x_create_tip_frame): Fix declaration after statement.
11961
11962 2004-06-05 Juanma Barranquero <lektu@terra.es>
11963
11964 * keymap.c (Fdescribe_vector): Fix docstring.
11965 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
11966
11967 2004-06-05 Miles Bader <miles@gnu.org>
11968
11969 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
11970 attributes have different values than the default face.
11971
11972 2004-06-04 Eli Zaretskii <eliz@gnu.org>
11973
11974 * xfaces.c (x_supports_face_attributes_p): Make this function
11975 conditional on HAVE_WINDOW_SYSTEM.
11976 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
11977 Don't call x_supports_face_attributes_p if it was not compiled in.
11978
11979 2004-06-04 Miles Bader <miles@gnu.org>
11980
11981 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
11982 from Ftty_supports_face_attributes_p.
11983 (x_supports_face_attributes_p): New function.
11984 (Ftty_supports_face_attributes_p): Function deleted.
11985 (Fdisplay_supports_face_attributes_p): New function.
11986 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
11987 (face_attr_equal_p): New function.
11988 (lface_equal_p): Use it.
11989
11990 2004-06-03 Juanma Barranquero <lektu@terra.es>
11991
11992 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
11993 (Vw32_color_map): Fix typo in docstring.
11994 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
11995 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
11996 Make argument names match their use in docstring.
11997
11998 2004-06-02 Juanma Barranquero <lektu@terra.es>
11999
12000 Work around bugs/problems with MinGW builds of graphics libraries
12001 called from MSVC builds of Emacs.
12002
12003 * image.c (lookup_image): Make pointer to img static.
12004 (png_read_from_memory): Disable "global" optimization.
12005
12006 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * eval.c (Fcondition_case): Fix usage. Simplify.
12009
12010 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
12011
12012 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12013
12014 * macfns.c: Don't include ccl.h.
12015 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
12016 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
12017 TextUtils.h.
12018 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
12019 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
12020 display height/width.
12021 (compute_tip_xy, Vx_max_tooltip_size): Declare.
12022 (unwind_create_tip_frame, compute_tip_xy): New functions.
12023 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
12024 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
12025 and last_show_tip_args.
12026
12027 * macgui.h [!MAC_OSX]: Include Gestalt.h.
12028 (Cursor, No_Cursor): New defines.
12029 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
12030 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
12031
12032 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
12033
12034 * macterm.c: Don't include Gestalt.h.
12035 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
12036 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
12037 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
12038 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
12039 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
12040 (construct_mouse_click, XTmouse_position)
12041 (x_scroll_bar_report_motion, x_calc_absolute_position)
12042 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
12043 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
12044 (note_mouse_movement): Clear the mouse face and reset the pointer
12045 shape when the pointer goes outside the frame without grabbing.
12046 (mac_front_window): New function.
12047 (mac_window_to_frame): New macro.
12048 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
12049 (do_window_activate, do_window_deactivate, do_app_resume)
12050 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
12051 (do_zoom_window, mac_do_receive_drag, XTread_socket)
12052 (mac_check_for_quit_char): Use mac_front_window and/or
12053 mac_window_to_frame.
12054 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
12055 scroll-bar click event.
12056 (mac_define_frame_cursor): Change the pointer shape.
12057 (x_free_frame_resources): Reset tip_window to NULL when it is
12058 disposed of.
12059 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
12060 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
12061 (do_window_update): Don't do anything if the updated window is the
12062 tooltip window.
12063 (do_mouse_moved): Handle mouse movement events here (previously in
12064 XTread_socket). Clear the mouse face if
12065 dpyinfo->mouse_face_hidden is set.
12066 (do_os_event, do_events): Remove (now in XTread_socket).
12067 (XTread_socket): Immediately return if interrupt_input_blocked.
12068 Loop until all the events in the queue are processed.
12069 Rearrange codes for mouse grabbing. Add tooltip support. Include the
12070 contents of do_os_event and do_events. Remove mouse movement
12071 handling (now in do_mouse_moved). Add the case where
12072 Vmouse_highlight has an integer value.
12073 (NewMacWindow): Remove.
12074 (make_mac_frame): Do what NewMacWindow previously did. Don't do
12075 excess initializations.
12076 (make_mac_terminal_frame): Previous initializations in
12077 make_mac_frame are moved here.
12078 (mac_initialize_display_info):
12079 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
12080
12081 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
12082 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
12083
12084 2004-05-29 Richard M. Stallman <rms@gnu.org>
12085
12086 * lisp.h (truncate_undo_list): Update decl.
12087
12088 * alloc.c (undo_outer_limit): New variable.
12089 (syms_of_alloc): Defvar it.
12090 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
12091
12092 * undo.c (truncate_undo_list): New arg LIMITSIZE.
12093
12094 * alloc.c (lisp_align_malloc): Check for base == 0
12095 regardless of HAVE_POSIX_MEMALIGN.
12096 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
12097
12098 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
12101 (marker_blocks_pending_free): Remove.
12102 (Fgarbage_collect): Sweep after cleaning up undo-lists.
12103 Mark the undo lists after claning them up.
12104 Don't free block in marker_blocks_pending_free.
12105 (mark_buffer): Don't mark undo_list.
12106 (gc_sweep): Sweep hash-tables and strings first.
12107 Do free marker blocks that are empty.
12108
12109 2004-05-28 Jim Blandy <jimb@redhat.com>
12110
12111 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12112 after 'case wordend'. For symbeg and symend, print to stderr,
12113 like the other cases.
12114
12115 2004-05-28 Noah Friedman <friedman@splode.com>
12116
12117 * process.c (Fdelete_process): Do not call remove_process.
12118
12119 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * alloc.c (struct backtrace): Remove.
12122 (Fgarbage_collect): Use the new mark_backtrace.
12123
12124 * eval.c (mark_backtrace): New function.
12125
12126 * minibuf.c (run_exit_minibuf_hook): New function.
12127 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12128 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12129
12130 2004-05-27 Kim F. Storm <storm@cua.dk>
12131
12132 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12133 over display properties, e.g. images, that replace buffer text.
12134
12135 2004-05-25 Kim F. Storm <storm@cua.dk>
12136
12137 * alloc.c (marker_blocks_pending_free): New var.
12138 (gc_sweep): Store free marker blocks on that list.
12139 (Fgarbage_collect): Free them after undo-list cleanup.
12140
12141 * process.c (wait_reading_process_input): Check connect_wait_mask
12142 before actually accepting connection in case it has already been
12143 accepted due to recursion.
12144
12145 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12146
12147 * coding.c (Fset_safe_terminal_coding_system_internal):
12148 Set suppress_error in safe_terminal_coding, not terminal_coding.
12149
12150 2004-05-22 Richard M. Stallman <rms@gnu.org>
12151
12152 * alloc.c (Fmake_string): Doc fix.
12153
12154 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12155 and the alist pairs too.
12156
12157 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12158
12159 * emacs.c (main): Update copyright year.
12160
12161 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12162
12163 * insdel.c (del_range_2, replace_range): Don't write an anchor
12164 if the gap is empty.
12165
12166 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12167 scroll-down-aggressively is small but positive, put point
12168 near the screen edge.
12169
12170 2004-05-22 Juanma Barranquero <lektu@terra.es>
12171
12172 * keymap.c (Fdefine_key): Doc fix.
12173
12174 2004-05-22 Kim F. Storm <storm@cua.dk>
12175
12176 * alloc.c (struct backtrace): Add debug_on_exit member.
12177 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12178 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12179 the removed cons cells.
12180 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12181 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12182 any cons cells pointing to unallocated stings.
12183 Do not lisp_free any marker blocks, as there may still be pointers
12184 to them from buffer undo lists at this stage of GC.
12185
12186 * keyboard.c (struct backtrace): Add debug_on_exit member.
12187 (Fcommand_execute): Clear it.
12188
12189 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12190
12191 * intervals.c (lookup_char_property): Do not prematurely return nil.
12192
12193 2004-05-19 Jim Blandy <jimb@redhat.com>
12194
12195 Add support for new '\_<' and '\_>' regexp operators, matching the
12196 beginning and end of symbols.
12197
12198 * regex.c (enum syntaxcode): Add Ssymbol.
12199 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12200 (re_opcode_t): New opcodes `symbeg' and `symend'.
12201 (print_partial_compiled_pattern): Print the new opcodes properly.
12202 (regex_compile): Parse the new operators.
12203 (analyse_first): Skip sym(beg|end) (they match only the empty string).
12204 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12205 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12206 (re_match_2_internal): Match symbeg and symend.
12207
12208 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12209
12210 2004-05-19 Kim F. Storm <storm@cua.dk>
12211
12212 * .gdbinit (xsymbol): Fix last change.
12213
12214 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * .gdbinit (xprintstr): New fun.
12217 (xstring, xprintsym): Use it.
12218
12219 * w32proc.c (create_child): Use INTMASK.
12220
12221 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12222 unmarked elements of the undo list.
12223
12224 2004-05-18 David Ponce <david@dponce.com>
12225
12226 * print.c (print): Reset print_depth before to call print_object.
12227
12228 2004-05-18 Jason Rumney <jasonr@gnu.org>
12229
12230 * w32console.c: Prefix RIF functions with w32con_ to avoid
12231 namespace clash with functions in term.c and w32term.c.
12232
12233 * w32menu.c (add_menu_item, w32_menu_display_help)
12234 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12235
12236 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
12237
12238 2004-05-18 Eli Zaretskii <eliz@gnu.org>
12239
12240 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12241
12242 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12243 with make_number.
12244 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12245 with XINT.
12246
12247 2004-05-18 Kim F. Storm <storm@cua.dk>
12248
12249 * blockinput.h (INPUT_BLOCKED_P): New macros.
12250
12251 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12252 (Ftop_level): Unblock input if blocked.
12253
12254 * buffer.h (GET_OVERLAYS_AT): New macro.
12255 * msdos.c (IT_note_mouse_highlight): Use it.
12256 * textprop.c (get_char_property_and_overlay): Use it.
12257 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12258 * xfaces.c (face_at_buffer_position): Use it.
12259
12260 * print.c (print_object): Increase buf size.
12261
12262 2004-05-17 Jason Rumney <jasonr@gnu.org>
12263
12264 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12265 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12266 Lisp_Object using i member.
12267 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12268 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12269 consistently.
12270
12271 * w32proc.c (create_child): Use make_number instead of masking pid.
12272
12273 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12274 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12275 Use EQ to compare Lisp_Objects.
12276 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12277
12278 * w32term.c (w32_num_mouse_buttons): Rename from
12279 Vw32_num_mouse_buttons and make it an int.
12280
12281 * w32.c (init_environment): Use it.
12282
12283 * w32fns.c (w32_wnd_proc): Likewise.
12284
12285 * w32proc.c (w32_pipe_read_delay): Rename from
12286 Vw32_pipe_read_delay and make it an int.
12287
12288 * w32.c (_sys_read_ahead): Use it.
12289
12290 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12291
12292 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12293
12294 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12295 (key_event): Don't mix Lisp_Object and int.
12296
12297 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12298
12299 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12300 modifiers in language change event.
12301
12302 2004-05-17 Kim F. Storm <storm@cua.dk>
12303
12304 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12305 Such objects may be freed markers which still exist on an undo list.
12306
12307 2004-05-16 Juanma Barranquero <lektu@terra.es>
12308
12309 * data.c (Fset_default): Make argument names match their use in
12310 docstring.
12311
12312 2004-05-15 Andreas Schwab <schwab@suse.de>
12313
12314 * emacs.c (gdb_array_mark_flag): Define.
12315 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12316
12317 2004-05-15 Eli Zaretskii <eliz@gnu.org>
12318
12319 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12320 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12321 defined for the MS-DOS build.
12322
12323 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12326
12327 2004-05-14 Kenichi Handa <handa@m17n.org>
12328
12329 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12330
12331 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12332
12333 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12334 section to frame.c section.
12335 (Fxw_display_color_p, Fx_file_dialog): Declare if
12336 HAVE_WINDOW_SYSTEM defined.
12337
12338 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12339
12340 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
12341
12342 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12343 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12344 (XTread_socket): Fix int/Lisp_Object mixup.
12345 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
12346
12347 * macterm.h (struct frame, struct face, struct image)
12348 (display_x_get_resource, Fx_display_color_p)
12349 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12350 Add prototypes.
12351
12352 2004-05-14 Kim F. Storm <storm@cua.dk>
12353
12354 * process.c (wait_reading_process_input): Make reentrant.
12355 Make Available and Connecting non-static. Save and restore value
12356 of waiting_for_user_input_p.
12357
12358 2004-05-13 Kim F. Storm <storm@cua.dk>
12359
12360 * keyboard.c (mark_kboards): Don't mark x and y members
12361 that are overloaded in selection request events.
12362
12363 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12366
12367 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12368
12369 * window.c (Fdisplay_buffer, Fsplit_window)
12370 (split-height-threshold): Doc fix.
12371
12372 2004-05-13 Juanma Barranquero <lektu@terra.es>
12373
12374 * xfaces.c (Ftty_supports_face_attributes_p)
12375 (Finternal_copy_lisp_face): Fix typo in docstring.
12376 (Finternal_get_lisp_face_attribute): Fix docstring.
12377
12378 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12379
12380 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12381
12382 2004-05-11 Steven Tamm <steventamm@mac.com>
12383
12384 * macfns.c (Fx_create_frame): Default to using tool-bar by
12385 setting tool-bar-lines to 1 in default-frame-alist.
12386
12387 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12388
12389 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12390 (xpm_get_color_table_v, xpm_make_color_table_h)
12391 (xpm_put_color_table_h, xpm_get_color_table_h)
12392 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12393 (syms_of_image): Support XPM on Carbon Emacs. Does not
12394 depend on libXpm, but only supports XPM version 3 without extensions.
12395
12396 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12397
12398 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
12399 instead of FRAME_X_P
12400
12401 2004-05-11 Kim F. Storm <storm@cua.dk>
12402
12403 * process.c (read_process_output): Grow decoding_buf when needed;
12404 this could cause a crash in allocate_string and compact_small_strings.
12405
12406 2004-04-29 Jim Blandy <jimb@redhat.com>
12407
12408 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
12409 against proper opcode.
12410
12411 2004-05-10 Juanma Barranquero <lektu@terra.es>
12412
12413 * process.c (Fstart_process): Fix docstring.
12414
12415 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
12416 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
12417 (Fsplit_char, Fchar_charset): Make argument names match their use
12418 in docstring.
12419
12420 2004-05-10 Richard M. Stallman <rms@gnu.org>
12421
12422 * print.c (print_preprocess): Use being_printed, loop_count and
12423 halftail to detect overdeep nesting and cyclic cdr chains.
12424
12425 2004-05-10 Andreas Schwab <schwab@suse.de>
12426
12427 * lisp.h (Fmake_symbolic_link): Declare.
12428
12429 * fileio.c (Frename_file): Remove extra argument in call to
12430 Fmake_symbolic_link.
12431
12432 2004-05-10 Kim F. Storm <storm@cua.dk>
12433
12434 * xdisp.c (calc_line_height_property): Use string position when
12435 object is a string.
12436
12437 2004-05-10 Kenichi Handa <handa@m17n.org>
12438
12439 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
12440 inhibit-modification-hooks to t temporarily before calling
12441 Ferase_buffer.
12442
12443 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
12444 inhibit-modification-hooks to t temporarily before calling
12445 Ferase_buffer.
12446
12447 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
12448 inhibit-modification-hooks to t temporarily before calling
12449 Ferase_buffer.
12450
12451 * fns.c (count_combining): Delete it.
12452 (concat): Don't check combining bytes.
12453
12454 2004-05-09 Jason Rumney <jasonr@gnu.org>
12455
12456 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
12457 (globals_of_w32fns): Set it.
12458
12459 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
12460
12461 * data.c (Fquo): Simplify.
12462
12463 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
12464
12465 * data.c (Fquo): If any argument is float, do the computation in
12466 floating point.
12467
12468 2004-05-08 Juanma Barranquero <lektu@terra.es>
12469
12470 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
12471 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
12472 Fix spelling of Emacs on docstring.
12473 (Fset_process_coding_system, Fprocess_coding_system)
12474 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
12475 Make argument names match their use in docstring.
12476 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
12477 Fix docstring.
12478
12479 * editfns.c (Finsert_buffer_substring): Make argument names match their
12480 use in docstring.
12481
12482 * syntax.c (Fmodify_syntax_entry): Fix docstring.
12483
12484 2004-05-07 Steven Tamm <steventamm@mac.com>
12485
12486 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
12487 around call to ReceiveEvent to avoid certain crashes.
12488
12489 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12490
12491 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
12492 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
12493 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
12494 Save/restore the current graphics port and device handle when
12495 drawing into an offscreen graphics world.
12496
12497 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
12498 (gif_load): Likewise.
12499
12500 2004-05-07 Juanma Barranquero <lektu@terra.es>
12501
12502 * window.c (Fset_window_buffer): Fix docstring.
12503
12504 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12505
12506 * emacs.c (main) [VMS]: Fix var ref.
12507
12508 2004-05-06 Romain Francoise <romain@orebokech.com>
12509
12510 * data.c (Fsetq_default): Fix docstring.
12511
12512 2004-05-06 Jason Rumney <jasonr@gnu.org>
12513
12514 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
12515 to avoid name clash.
12516
12517 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12518
12519 * fileio.c (barf_or_query_if_file_exists): Use lstat.
12520 (Frename_file): Handle renaming of symlinks across file systems.
12521 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
12522
12523 2004-05-04 Kim F. Storm <storm@cua.dk>
12524
12525 * xdisp.c (Qtotal): New var.
12526 (syms_of_xdisp): Intern and staticpro it.
12527 (calc_line_height_property): New arg total. Set it if
12528 line-spacing property has format (total . VALUE).
12529 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
12530 Handle total line-spacing property.
12531
12532 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12533
12534 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
12535 "under" scroll bar when size/position changes.
12536
12537 2004-05-03 Jason Rumney <jasonr@gnu.org>
12538
12539 * makefile.nt: Remove.
12540
12541 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12542
12543 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
12544 Avoid compiler warnings.
12545
12546 * Makefile.in (region-cache.o): Depend on config.h.
12547
12548 2004-05-02 Romain Francoise <romain@orebokech.com>
12549
12550 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
12551 with continuation lines, too.
12552
12553 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12554
12555 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
12556
12557 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * xdisp.c (calc_line_height_property): YAILOM (yet another
12560 int/Lisp_Object mixup).
12561
12562 2004-05-01 Eli Zaretskii <eliz@gnu.org>
12563
12564 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
12565 undo bad effect of pack(4) in some versions of system headers.
12566
12567 2004-05-01 Jason Rumney <jasonr@gnu.org>
12568
12569 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
12570
12571 2004-04-30 Kim F. Storm <storm@cua.dk>
12572
12573 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
12574 (syms_of_buffer) <cursor-type>: Doc fix.
12575
12576 * dispextern.h (struct it): Remove member use_default_face.
12577 Add members override_ascent, override_descent, override_boff.
12578
12579 * xdisp.c (init_iterator): Handle line-spacing float value.
12580 Initialize override_ascent member.
12581 (append_space_for_newline): Reset override_ascent.
12582 Remove use_default_face.
12583 (calc_line_height_property): New function to calculate value of
12584 line-height and line-spacing properties. Look at overlays, too.
12585 Set override_ascent, override_descent, override_boff members when
12586 using another face than the current face. Float values are now
12587 relative to the frame default font, by default; accept a cons
12588 of ratio and face name to specify value relative to a specific face.
12589 (x_produce_glyphs): Use calc_line_height_property.
12590 Use override_ascent etc. when set to handle different face heights.
12591 A negative line-spacing property value is interpreted as a total
12592 line height, rather than inter-line spacing.
12593 (note_mouse_highlight): Allocate room for 40 overlays initially.
12594
12595 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * data.c (Fsubr_name): New fun.
12598 (syms_of_data): Defsubr it.
12599
12600 2004-04-29 Kim F. Storm <storm@cua.dk>
12601
12602 * xdisp.c (null_glyph_slice): New var.
12603 (append_glyph, append_composite_glyph, append_stretch_glyph):
12604 Use it to initialize glyph slice.
12605
12606 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
12609 (on_hot_spot_p): Make sure we always return a value.
12610 (Flookup_image_map): Remove unused var ix and iy.
12611 (note_mode_line_or_margin_highlight): Remove unused var `image'.
12612
12613 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12614
12615 * msdos.c (init_environment): If one of the TMP... environment
12616 variables is set to a drive letter without a trailing slash,
12617 append a slash.
12618
12619 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12620
12621 * editfns.c (lisp_time_argument): Provide externally.
12622
12623 * fileio.c (Fset_file_times): New function.
12624 (syms_of_fileio): Intern and staticpro it.
12625
12626 2004-04-27 Kim F. Storm <storm@cua.dk>
12627
12628 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
12629 header line strings.
12630
12631 * dispextern.h (struct it): New member use_default_face.
12632
12633 * xdisp.c (Qline_height): New variable.
12634 (syms_of_xdisp): Intern and staticpro it.
12635 (append_space_for_newline): Partially undo 2004-04-25 change;
12636 add default_face_p arg, and restore callers.
12637 Clear it->use_default_face after use.
12638 (x_produce_glyphs): Set default font for ascii char if
12639 it->use_default_font is set. Change line-spacing property to set
12640 just extra line spacing. Handle new line-height property.
12641
12642 2004-04-26 Andreas Schwab <schwab@suse.de>
12643
12644 * print.c (print_object): Print non-ascii characters in bool
12645 vector representation as octal escapes.
12646
12647 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
12648 * print.c (print_object): Use it instead of BITS_PER_CHAR for
12649 bool vectors.
12650 * lread.c (read1): Likewise.
12651 * alloc.c (Fmake_bool_vector): Likewise.
12652 * data.c (Faref, Faset): Likewise.
12653 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
12654 (mapcar1): Likewise.
12655
12656 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12657
12658 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
12659
12660 2004-04-26 Miles Bader <miles@gnu.org>
12661
12662 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
12663
12664 2004-04-26 Juanma Barranquero <lektu@terra.es>
12665
12666 * buffer.c (Fpop_to_buffer): Fix docstring.
12667
12668 2004-04-26 Steven Tamm <steventamm@mac.com>
12669
12670 * lread.c (init_lread): Don't display missing lisp directory
12671 warnings with Carbon Emacs because self-contained bundled Emacs
12672 may be built without correct installation path.
12673
12674 2004-04-25 Kim F. Storm <storm@cua.dk>
12675
12676 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12677
12678 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12679
12680 * xdisp.c (append_space_for_newline): Rename from append_space.
12681 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
12682 (x_produce_glyphs): Handle line-spacing property on newline char.
12683 If value is t, adjust ascent and descent to fit current row height.
12684 If value is an integer or float, set extra_line_spacing to integer
12685 value, or to float value x current line height.
12686
12687 2004-04-23 Kenichi Handa <handa@m17n.org>
12688
12689 * fontset.c (Finternal_char_font): If POSITION is nil, return
12690 font for displaying CH with the default face.
12691
12692 2004-04-23 Juanma Barranquero <lektu@terra.es>
12693
12694 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12695
12696 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
12699 Don't make assumptions about the relative place of i and val.
12700 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
12701
12702 2004-04-21 Kim F. Storm <storm@cua.dk>
12703
12704 * dispextern.h (struct glyph_slice): New struct.
12705 (struct glyph): New member slice.
12706 (GLYPH_SLICE_EQUAL_P): New macro.
12707 (GLYPH_EQUAL_P): Use it.
12708 (struct glyph_string): New member slice.
12709 (struct it_slice): New struct.
12710 (struct it): New member slice, add member to stack too.
12711 New member constrain_row_ascent_descent_p.
12712 (image_ascent): Add prototype.
12713
12714 * dispnew.c (buffer_posn_from_coords): Return full image width
12715 and height even for image slices (posn is relative to full image).
12716 (marginal_area_string): Adjust x0,y0 for image slice.
12717
12718 * image.c (image_ascent): Add slice arg; calculate ascent for
12719 image slice (or full image).
12720
12721 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
12722 (syms_of_keyboard): Defsubr them.
12723
12724 * lisp.h (pos_visible_p): Fix prototype.
12725
12726 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12727 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12728 (x_draw_image_foreground, x_draw_image_relief)
12729 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12730 Draw sliced images.
12731
12732 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
12733 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12734 (x_draw_image_foreground, x_draw_image_relief)
12735 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
12736 Draw sliced images.
12737
12738 * w32term.h (image_ascent): Remove prototype.
12739
12740 * window.c (Fpos_visible_in_window_p): Return pixel position if
12741 PARTIALLY arg is non-nil. Simplify. Doc fix.
12742 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
12743 to return/set vscroll in pixels.
12744
12745 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
12746
12747 * xdisp.c (Qslice): New variable.
12748 (syms_of_xdisp): Intern and staticpro it.
12749 (pos_visible_p): Return pixel position in new x and y args.
12750 (init_iterator): Reset it->slice info.
12751 (handle_display_prop): Parse (slice ...) property.
12752 (push_it, pop_it): Save/restore slice info.
12753 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
12754 force repositioning of tall row if window is vscrolled, as that
12755 would reset vscroll.
12756 (append_space): Set it->constrain_row_ascent_descent_p to avoid
12757 increasing row height if row is non-empty.
12758 (fill_image_glyph_string): Copy slice info.
12759 (take_vertical_position_into_account): Simplify.
12760 (produce_image_glyph): Handle iterator slice info, setup glyph
12761 slice info. Do not force minimum line height.
12762 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
12763 do not increase height (ascent/descent) of non-empty row when
12764 adding normal character glyph; instead reduce glyph ascent/descent
12765 appropriately; if row is higher than current glyph, adjust glyph
12766 descent/ascent to reposition glyph within the existing row.
12767 Likewise, when char is newline, only set ascent/descent if row is
12768 currently empty.
12769 (note_mouse_highlight): Handle hotspots with sliced image.
12770
12771 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12772 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12773 (x_draw_image_foreground, x_draw_image_relief)
12774 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12775 Draw sliced images.
12776
12777 * xterm.h (image_ascent): Remove prototype.
12778
12779 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
12782
12783 2004-04-20 John Paul Wallington <jpw@gnu.org>
12784
12785 * fns.c (Fassoc, Feql): Fix indentation.
12786
12787 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
12788
12789 2004-04-19 John Paul Wallington <jpw@gnu.org>
12790
12791 * fns.c (Feql): New function.
12792 (syms_of_fns): Defsubr it.
12793
12794 2004-04-18 Jason Rumney <jasonr@gnu.org>
12795
12796 * w32select.c (Fw32_set_clipboard_data): Get sequence number
12797 after closing the clipboard.
12798
12799 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12800
12801 * buffer.c (Fbuffer_base_buffer): Doc fix.
12802
12803 2004-04-17 Kim F. Storm <storm@cua.dk>
12804
12805 * keymap.c (Fkey_description): Add optional PREFIX arg.
12806 Combine prefix with KEYS to make up the full key sequence to describe.
12807 Correlate meta_prefix_char and following (simple) key to describe
12808 as meta modifier. All callers changed.
12809 (describe_map): Rename arg `keys' to `prefix'. Remove local
12810 `elt_prefix' var. Use Fkey_description with prefix instead of
12811 elt_prefix combined with Fsingle_key_description.
12812 (describe_vector): Declare static. Replace arg `elt_prefix' with
12813 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
12814 if !KEYMAP_P. Use Fkey_description with prefix instead of
12815 Fsingle_key_description.
12816
12817 * keymap.h (Fkey_description): Fix prototype.
12818 (describe_vector): Remove prototype.
12819
12820 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
12821
12822 * image.c (PNG_BG_COLOR_SHIFT): Remove.
12823 (png_load): Fix calculation of transparent background color on X
12824 and W32 platforms.
12825
12826 2004-04-16 Juanma Barranquero <lektu@terra.es>
12827
12828 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
12829 not too large before computing how much to scroll.
12830
12831 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
12834
12835 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12836
12837 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
12838 Add hyperlink to Elisp manual to the docstring.
12839
12840 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * callint.c (fix_command): Use XDCR.
12843
12844 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12845
12846 * window.c (Fget_lru_window): Doc fix.
12847
12848 2004-04-14 Kim F. Storm <storm@cua.dk>
12849
12850 * editfns.c (Fformat): Fix allocation size of precision array.
12851
12852 * dispnew.c (update_window): Only set changed_p if
12853 scrolling_window actually did scroll.
12854 (scrolling_window): Only return 1 if we actually did scroll.
12855
12856 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
12857 height to glyph height when cursor row is not fully visible.
12858 (make_cursor_line_fully_visible): Add FORCE_P arg to return
12859 failure in case row is higher than window. Callers changed.
12860 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
12861 Try to scroll partially visible, higher-than-window cursor row.
12862 (redisplay_window): Always try to scroll partially visible,
12863 higher-than-window cursor row - both initially and again with
12864 centering_position = 0.
12865 Clear desired matrix before retrying with centering_position = 0.
12866
12867 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * syntax.c (scan_lists): Simplify backward string scan.
12870 Fix off-by-one boundary check for string and comment fences.
12871
12872 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
12873
12874 * sheap.c, unexcw.c: New files.
12875
12876 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
12877
12878 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
12879 base buffer has been killed. Correct the error message if the
12880 base buffer does not exist.
12881
12882 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
12883
12884 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
12885 Cygwin itself. Add support for Xaw3d scrollbars.
12886
12887 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
12888
12889 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
12890
12891 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
12892 before Cygwin unexec.
12893
12894 * Makefile.in: Link changes for Cygwin unexec() support.
12895
12896 2004-04-12 Andreas Schwab <schwab@suse.de>
12897
12898 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
12899
12900 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
12901
12902 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
12903 IGNORE argument equals NAME. Doc fix.
12904
12905 2004-04-11 Masatake YAMATO <jet@gyve.org>
12906
12907 * buffer.c (fix_start_end_in_overlays): Make overlays
12908 empty if they are backwards.
12909
12910 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * xfaces.c (face_color_supported_p): Fix compilation without X11.
12913
12914 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * doc.c (Fsnarf_documentation): Ignore new file name entries.
12917
12918 2004-04-06 Kim F. Storm <storm@cua.dk>
12919
12920 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12921 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
12922
12923 * w32term.c (w32_read_socket): Set mouse_face_hidden after
12924 clearing highlight.
12925
12926 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12927
12928 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
12929 clearing highlight.
12930
12931 * indent.c (vmotion): Do not reserve one column for continuation
12932 marks on window frames.
12933
12934 2004-04-04 Eli Zaretskii <eliz@gnu.org>
12935
12936 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
12937 from GCC.
12938
12939 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * .gdbinit-union: Remove.
12942
12943 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
12944 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
12945 ($nonvalbits): Remove.
12946 ($valmask): Set it by calling xreload to avoid redundancy.
12947
12948 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
12949 (gdb_emacs_intbits): Remove.
12950
12951 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12952
12953 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
12954
12955 2004-03-30 Kenichi Handa <handa@m17n.org>
12956
12957 * editfns.c (Fformat): Fix initialization of the array info.
12958
12959 2004-03-30 Kim F. Storm <storm@cua.dk>
12960
12961 * xterm.c (x_mouse_click_focus_ignore_position): New var.
12962 (syms_of_xterm): DEFVAR_BOOL it.
12963 (ignore_next_mouse_click_timeout): New var.
12964 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
12965 Use it to filter mouse clicks following focus event.
12966
12967 2004-03-29 David Ponce <david@dponce.com>
12968
12969 * callint.c (Fcall_interactively): Fix last change.
12970
12971 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * eval.c (Fcommandp): Simplify.
12974
12975 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
12976 Extend to handle all kinds of functions.
12977
12978 * lisp.h (Finteractive_form): Declare.
12979
12980 * callint.c (Fcall_interactively): Use it.
12981
12982 2004-03-26 Kim F. Storm <storm@cua.dk>
12983
12984 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
12985 to catch errors in calc_pixel_width_or_height during redisplay.
12986
12987 2004-03-26 Masatake YAMATO <jet@gyve.org>
12988
12989 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
12990
12991 * lisp.h (fix_start_end_in_overlays): Likewise.
12992
12993 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
12994
12995 * editfns.c (Ftranspose_regions): Likewise.
12996
12997 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12998
12999 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
13000
13001 2004-03-19 Richard M. Stallman <rms@gnu.org>
13002
13003 * s/sol2-6.h: Delete previous change.
13004
13005 2004-03-19 Kim F. Storm <storm@cua.dk>
13006
13007 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
13008 to_charpos corresponds to newline in right fringe. Use local
13009 BUFFER_POS_REACHED_P macro.
13010
13011 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13012
13013 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
13014 to compile on non-window system.
13015
13016 2004-03-19 Kim F. Storm <storm@cua.dk>
13017
13018 * dispextern.h (calc_pixel_width_or_height): Add prototype.
13019
13020 * image.c (Qcenter): Move to xdisp.c.
13021
13022 * xdisp.c (Qcenter): Declare here.
13023 (syms_of_xdisp): Intern and staticpro it.
13024 (handle_single_display_prop): Allow space display property on all
13025 platforms.
13026 (display_mode_line): Set mode_line_p before displaying line.
13027 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13028 handling. Remove complex cases for fringes and scroll-bars.
13029 Add left, right, and center alignment positions. Add text (area)
13030 width/height. Return width or height for image specs.
13031 (produce_stretch_glyph): Improve handling of :align-to. Is now
13032 relative to left of text area by default, but other base offsets
13033 can be specified -- also for text lines.
13034
13035 * term.c (produce_glyphs): Handle IT_STRETCH.
13036 (produce_stretch_glyph): New function to handle space width and
13037 align-to display properties on non-window systems.
13038
13039 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * fileio.c (Fread_file_name): Set completion-ignore-case for
13042 case-insensitive systems.
13043
13044 2004-03-14 Masatake YAMATO <jet@gyve.org>
13045
13046 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
13047 when keymap and cursor are setup.
13048
13049 2004-03-14 Steven Tamm <steventamm@mac.com>
13050
13051 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
13052
13053 2004-03-14 Kim F. Storm <storm@cua.dk>
13054
13055 * dispextern.h (x_find_image_file): Add prototype.
13056
13057 * image.c (x_find_image_file): Make extern.
13058
13059 * xfns.c (x_find_image_file): Remove prototype.
13060
13061 2004-03-13 Eli Zaretskii <eliz@gnu.org>
13062
13063 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
13064
13065 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
13066
13067 2004-03-12 Richard M. Stallman <rms@gnu.org>
13068
13069 * fns.c (internal_equal): New arg PROPS controls comparing
13070 text properties. All callers changed.
13071 (Fequal_including_properties): New function.
13072 (syms_of_fns): defsubr it.
13073
13074 2004-03-12 Kim F. Storm <storm@cua.dk>
13075
13076 Fix image support on MAC. From YAMAMOTO Mitsuharu.
13077
13078 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
13079 (image_background, image_background_transparent): Fix prototypes.
13080
13081 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
13082
13083 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
13084 (x_query_font, x_find_ccl_program, x_set_window_size)
13085 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13086 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13087 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
13088
13089 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
13090 (x_query_font, x_find_ccl_program, x_set_window_size)
13091 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13092 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13093 (mac_draw_line_to_pixmap): Add prototypes.
13094
13095 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13096
13097 * macterm.c (XTread_socket): Fix mouse click on tool bar.
13098
13099 2004-03-11 Kim F. Storm <storm@cua.dk>
13100
13101 * dispextern.h: Move image related prototypes from xfns.c section
13102 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
13103 HAVE_X_WINDOWS.
13104
13105 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
13106 Move gtkutil.o to new GTK_OBJ list.
13107 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13108 (GTK_OBJ) [USE_GTK]: New declaration.
13109 (obj): Add $(GTK_OBJ) to list.
13110
13111 2004-03-11 Steven Tamm <steventamm@mac.com>
13112
13113 * image.c [MAC_OSX]: Include sys/stat.h.
13114
13115 * macfns.c (syms_of_macfns): Remove definitions of things now
13116 defined in image.c.
13117
13118 2004-03-11 Kim F. Storm <storm@cua.dk>
13119
13120 The following changes consolidates the identical/similar image
13121 support code previously found in xfns.c, w32fns.c, and macfns.c
13122 into a new file image.c.
13123
13124 * makefile.w32-in (OBJ1): Add image.o.
13125 ($(BLD)/image.$(O)): Add dependencies.
13126
13127 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13128 (image.o): Add dependencies.
13129
13130 * image.c: New file with consolidated image support code.
13131 (COLOR_TABLE_SUPPORT): New define to control whether
13132 color table support is available (X only).
13133 (Bitmap_Record): Common name for x_bitmap_record,
13134 w32_bitmap_record, and mac_bitmap_record.
13135 (XImagePtr): Common name for pointer to XImage or equivalent.
13136 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13137 to XImagePtr on X+MAC, and to HDC on W32.
13138 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13139 (NO_PIXMAP): Common name for "None" or equivalent.
13140 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13141 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13142 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
13143 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13144 Define with suitable equivalents on W32 and MAC for code sharing.
13145 (XDrawLine): Define on MAC for code sharing.
13146 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13147 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13148 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13149 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13150 (x_reference_bitmap, x_create_bitmap_from_data)
13151 (x_create_bitmap_from_file, x_destroy_bitmap)
13152 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13153 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13154 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13155 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13156 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13157 (define_image_type, lookup_image_type, valid_image_p)
13158 (image_error, enum image_value_type, struct image_keyword)
13159 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13160 (make_image, free_image, prepare_image_for_display, image_ascent)
13161 (four_corners_best, image_background, image_background_transparent)
13162 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13163 (make_image_cache, free_image_cache, clear_image_cache)
13164 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13165 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13166 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13167 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13168 (init_image_func_pointer, image_load_quartz2d)
13169 (struct ct_color, init_color_table, free_color_table)
13170 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13171 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13172 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13173 (x_disable_image, x_build_heuristic_mask)
13174 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13175 (TIFF support, GIF support, Ghostscript support): Consolidate image
13176 code from xfns.c, w32fns.c, and macfns.c.
13177 (syms_of_image): Consolidate image related symbol setup here.
13178 (init_image): Consolidate image related initializations here.
13179
13180 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13181 and init_image. Remove call to init_xfns.
13182
13183 * macterm.h (struct mac_bitmap_record): Add file member.
13184 Not currently used, but simplifies code sharing.
13185
13186 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13187 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13188 (x_reference_bitmap, x_create_bitmap_from_data)
13189 (x_create_bitmap_from_file, x_destroy_bitmap)
13190 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13191 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13192 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13193 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13194 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13195 (define_image_type, lookup_image_type, valid_image_p)
13196 (image_error, enum image_value_type, struct image_keyword)
13197 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13198 (make_image, free_image, prepare_image_for_display, image_ascent)
13199 (four_corners_best, image_background, image_background_transparent)
13200 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13201 (make_image_cache, free_image_cache, clear_image_cache)
13202 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13203 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13204 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13205 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13206 (init_image_func_pointer, image_load_quartz2d)
13207 (struct ct_color, init_color_table, free_color_table)
13208 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13209 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13210 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13211 (x_disable_image, x_build_heuristic_mask)
13212 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13213 (TIFF support, GIF support, Ghostscript support): Merge with image
13214 code from xfns.c and macfns.c into image.c.
13215 (syms_of_xfns): Move image related symbols to image.c.
13216 (init_external_image_libraries, init_xfns): Remove; initialization
13217 moved to init_image in image.c.
13218
13219 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13220 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13221 (x_reference_bitmap, x_create_bitmap_from_data)
13222 (x_create_bitmap_from_file, x_destroy_bitmap)
13223 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13224 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13225 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13226 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13227 (define_image_type, lookup_image_type, valid_image_p)
13228 (image_error, enum image_value_type, struct image_keyword)
13229 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13230 (make_image, free_image, prepare_image_for_display, image_ascent)
13231 (four_corners_best, image_background, image_background_transparent)
13232 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13233 (make_image_cache, free_image_cache, clear_image_cache)
13234 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13235 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13236 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13237 (struct ct_color, init_color_table, free_color_table)
13238 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13239 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13240 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13241 (x_disable_image, x_build_heuristic_mask)
13242 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13243 (TIFF support, GIF support, Ghostscript support): Merge with image
13244 code from xfns.c and macfns.c into image.c.
13245 (syms_of_xfns): Move image related symbols to image.c.
13246 (init_external_image_libraries, init_xfns): Remove; initialization
13247 moved to init_image in image.c.
13248
13249 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13250 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13251 (x_reference_bitmap, x_create_bitmap_from_data)
13252 (x_create_bitmap_from_file, x_destroy_bitmap)
13253 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13254 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13255 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13256 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13257 (define_image_type, lookup_image_type, valid_image_p)
13258 (image_error, enum image_value_type, struct image_keyword)
13259 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13260 (make_image, free_image, prepare_image_for_display, image_ascent)
13261 (four_corners_best, image_background, image_background_transparent)
13262 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13263 (make_image_cache, free_image_cache, clear_image_cache)
13264 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13265 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13266 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13267 (struct ct_color, init_color_table, free_color_table)
13268 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13269 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13270 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13271 (x_disable_image, x_build_heuristic_mask)
13272 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13273 (TIFF support, GIF support, Ghostscript support): Merge with
13274 w32fns.c and macfns.c image code into image.c.
13275 (syms_of_xfns): Move image related symbols to image.c.
13276 (init_xfns): Remove; initialization moved to init_image in image.c.
13277
13278 * lisp.h (syms_of_image, init_image): Add protoypes.
13279 (init_xfns): Remove prototype.
13280
13281 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13282 (x_reference_bitmap, x_create_bitmap_from_data)
13283 (x_create_bitmap_from_file, x_destroy_bitmap)
13284 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13285 (gamma_correct) [MAC_OS]: Add prototype.
13286
13287 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13288 (x_reference_bitmap, x_create_bitmap_from_data)
13289 (x_create_bitmap_from_file, x_destroy_bitmap)
13290 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13291
13292 2004-03-09 Kenichi Handa <handa@etlken2>
13293
13294 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13295 correctly.
13296
13297 2004-03-04 Richard M. Stallman <rms@gnu.org>
13298
13299 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13300
13301 * window.c (Fdisplay_buffer): Doc fix.
13302
13303 * buffer.c (Fpop_to_buffer): Doc fix.
13304
13305 2004-03-03 Kim F. Storm <storm@cua.dk>
13306
13307 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13308
13309 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13312
13313 2004-03-02 Richard M. Stallman <rms@gnu.org>
13314
13315 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13316
13317 2004-03-02 Kenichi Handa <handa@m17n.org>
13318
13319 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13320
13321 2004-03-02 Kim F. Storm <storm@cua.dk>
13322
13323 * window.h (struct window): New member overlay_arrow_bitmap.
13324
13325 * window.c (make_window): Initialize overlay_arrow_bitmap.
13326
13327 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13328 implement and integrate multiple overlay arrows with redisplay.
13329 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13330 (last_arrow_position, last_arrow_string): Replace by properties.
13331 (Qlast_arrow_position, Qlast_arrow_string)
13332 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13333 (syms_of_xdisp): Intern and staticpro them.
13334 (overlay_arrow_string_or_property, update_overlay_arrows)
13335 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13336 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13337 (redisplay_internal): Use them instead of directly accessing
13338 Voverlay_arrow_position etc. for multiple overlay arrows.
13339 (mark_window_display_accurate): Use update_overlay_arrows.
13340 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13341 (try_window_id): Use overlay_arrows_changed_p.
13342 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13343 (display_line): Use overlay_arrow_at_row to check multiple
13344 overlay arrows, and get relevant overlay-arrow-string and
13345 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
13346 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13347 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13348
13349 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13350 (update_window_fringes): Remove unused code.
13351
13352 2004-03-01 Jason Rumney <jasonr@gnu.org>
13353
13354 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13355
13356 2004-03-01 Juanma Barranquero <lektu@terra.es>
13357
13358 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13359
13360 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13361
13362 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13363
13364 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13365 how many colors can be displayed.
13366
13367 2004-03-01 Kenichi Handa <handa@m17n.org>
13368
13369 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13370 correctly.
13371
13372 2004-02-28 Kim F. Storm <storm@cua.dk>
13373
13374 * dispnew.c (update_window): Update header line also if there are
13375 no other changes in window (move code after set_cursor label).
13376
13377 * lisp.h (mark_window_display_accurate): Remove prototype.
13378
13379 * window.c (window_loop, Fforce_window_update): Force mode line
13380 updates by setting prevent_redisplay_optimizations_p and
13381 update_mode_lines.
13382
13383 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13384
13385 * xfns.c (x_window): Fix indentation.
13386
13387 * xterm.c (x_calc_absolute_position): Call x_real_positions
13388 to get WM window sizes and use those to calculate position.
13389 (x_set_offset): Remove code commented out.
13390
13391 2004-02-28 Miles Bader <miles@gnu.org>
13392
13393 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13394
13395 2004-02-28 Kim F. Storm <storm@cua.dk>
13396
13397 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13398 an event into kbd fifo, but with special handling of quit event;
13399 a quit event is saved for later, and further events are discarded
13400 until the saved quit event has been processed.
13401 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
13402 (gen_help_event): Store help event in kbd fifo.
13403 (NREAD_INPUT_EVENTS): Remove.
13404 (read_avail_input): Adapt to new read_socket_hook interface.
13405 Remove allocation and initialization of local input_event buffer,
13406 as read_socket_hook stores events directly in fifo. Allocate and
13407 initialize local hold_quit event to handle postponed quit event
13408 (and store it if set by kbd_buffer_store_event_hold).
13409
13410 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
13411 (gen_help_event): Fix prototype.
13412
13413 * macterm.c (XTread_socket): Remove bufp_r and
13414 numcharsp args. Add hold_quit arg.
13415 Rework to use just one, local, inev input_event. Store inev
13416 directly in fifo using kbd_buffer_store_event_hold.
13417
13418 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
13419 (read_input_waiting): Adapt to new read_socket_hook interface.
13420 Remove allocation and initialization of local input_event buffer,
13421 as read_socket_hook stores events directly in fifo. Allocate and
13422 initialize local hold_quit event to handle postponed quit event
13423 (and store it if set by kbd_buffer_store_event_hold).
13424
13425 * term.c (read_socket_hook): Fix arg list.
13426
13427 * termhooks.h (read_socket_hook): Fix prototype.
13428
13429 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
13430 numcharsp args. Add hold_quit arg.
13431 Rework to use just one, local, inev input_event. Store inev
13432 directly in fifo using kbd_buffer_store_event_hold.
13433
13434 * w32inevt.h (w32_console_mouse_position): Fix prototype.
13435
13436 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
13437 Add hold_quit arg. Rework to use just one, local, inev
13438 input_event. Store inev directly in fifo using
13439 kbd_buffer_store_event_hold. Update count in one place.
13440 Postpone call to gen_help_event until inev is stored; use new
13441 local do_help for this.
13442 Remove local emacs_event in handing of ButtonPress event; just use
13443 inev instead (so no reason to copy it later).
13444
13445 * xsmfns.c (x_session_check_input): Remove numchars arg.
13446
13447 * xterm.c (x_focus_changed, x_detect_focus_change):
13448 Remove numchars arg. Always store event into bufp arg.
13449 Return nothing. Callers changed accordingly.
13450 (glyph_rect): Simplify.
13451 (STORE_KEYSYM_FOR_DEBUG): New macro.
13452 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
13453 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
13454 (current_hold_quit) [USE_GTK]: Add.
13455 (event_handler_gdk): Adapt to new handle_one_xevent.
13456 (handle_one_xevent): Remove bufp_r and numcharsp args.
13457 Add hold_quit arg. Rework to use just one, local, inev
13458 input_event. Store inev directly in fifo using
13459 kbd_buffer_store_event_hold. Update count in one place.
13460 Postpone call to gen_help_event until inev is stored; use new
13461 local do_help for this.
13462 Simplify handling of keysyms (consolidate common code). Fix bug
13463 where count was updated with nchars instead of nbytes.
13464 Remove local emacs_event in handing of ButtonPress event; just use
13465 inev instead (so no reason to copy it later).
13466 Remove `out' label. Rename label `ret' to `done'; add various
13467 `goto done' to clarify code flow in deeply nested blocks.
13468 (x_dispatch_event): Simplify as handle_one_xevent now calls
13469 kbd_buffer_store_event itself.
13470 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
13471 arg. Call handle_one_xevent with new arglist. Store event from
13472 x_session_check_input in fifo.
13473 [USE_GTK]: Setup current_hold_quit.
13474 Decrement handling_signal before unblocking input.
13475 (x_initialize) [USE_GTK]: Initialize current_count.
13476
13477 * xterm.h (x_session_check_input): Fix prototype.
13478
13479 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13480
13481 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
13482
13483 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
13484 macgui.h).
13485
13486 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
13487
13488 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
13489 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
13490 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
13491 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
13492 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
13493 (Bitmap): Remove typedef.
13494 (Pixmap): Change int to GWorldPtr.
13495
13496 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13497
13498 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13499 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
13500 New #define to extract 16-bit depth color components from unsigned
13501 long representation.
13502 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
13503 colors used for masks.
13504 (struct mac_display_info): Add color_p. Remove n_cbits.
13505
13506 * macfns.c: Include sys/types.h and sys/stat.h.
13507 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
13508 Include QuickTime/QuickTime.h.
13509 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13510 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
13511 functions defined in macterm.c.
13512 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
13513 (ZPixmap): New #define for compatibility with xfns.c.
13514 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13515 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13516 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
13517 New functions.
13518 (four_corners_best, x_create_x_image_and_pixmap)
13519 (x_destroy_x_image, unwind_create_frame, x_disable_image)
13520 (x_edge_detection, init_color_table, colors_in_color_table)
13521 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
13522 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
13523 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
13524 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
13525 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
13526 long mixup.
13527 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
13528 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
13529 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
13530 (x_set_cursor_type, Fxw_color_values, valid_image_p)
13531 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
13532 (x_alloc_image_color, clear_image_cache, lookup_image)
13533 (x_find_image_file, xbm_read_bitmap_file_data)
13534 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
13535 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
13536 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
13537 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
13538 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
13539 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
13540 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
13541 #if 0.
13542 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
13543 #if 0. Free white_relief.gc and black_relief.gc.
13544 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
13545 New functions (from xfns.c).
13546 (Fx_create_frame): Record unwind_create_frame.
13547 (Fxw_display_color_p): Use dpyinfo->color_p.
13548 (Fx_display_grayscale_p, Fx_display_planes): Don't use
13549 dpyinfo->n_cbits.
13550 (Fx_display_color_cells): Use dpyinfo->n_planes;
13551 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
13552 (Qheuristic, cross_disabled_images, emboss_matrix)
13553 (laplace_matrix): New variables (from xfns.c).
13554 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
13555 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
13556 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
13557 (image_background_transparent): New function (from xfns.c).
13558 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13559 (image_load_quicktime): Add declaration.
13560 [MAC_OSX] (image_load_quartz2d): Likewise.
13561 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
13562 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
13563 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
13564 (xbm_load_image_from_file, x_laplace_read_row)
13565 (x_laplace_write_row, pbm_read_file): Remove functions.
13566 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
13567 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
13568 (colors_in_color_table): Sync with xfns.c (although not used).
13569 (lookup_rgb_color): Don't lookup color table. Just do gamma
13570 correction.
13571 (COLOR_INTENSITY): New #define (from xfns.c).
13572 (x_disable_image): New function (from xfns.c).
13573 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13574 (x_build_heuristic_mask): Sync with xfns.c.
13575 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13576 (HAVE_PBM): Remove #ifdef.
13577 (pbm_load): Sync with xfns.c. Set img->width and img->height
13578 before IMAGE_BACKGROUND.
13579 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
13580 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
13581 Don't enclose with #if HAVE_PNG.
13582 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
13583 symbol _CGImageCreateWithPNGDataProvider is defined.
13584 Otherwise use image_load_quicktime.
13585 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
13586 [HAVE_PNG] (png_load): Sync with xfns.c.
13587 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13588 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
13589 HAVE_JPEG.
13590 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
13591 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
13592 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
13593 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
13594 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
13595 (tiff_image_p, tiff_load): Don't enclose declarations with #if
13596 HAVE_TIFF.
13597 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
13598 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
13599 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
13600 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
13601 New functions (from xfns.c).
13602 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
13603 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
13604 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
13605 Don't enclose with #if HAVE_GIF.
13606 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
13607 animated gif. Otherwise use image_load_quicktime.
13608 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
13609 gif_DrawText to avoid conflict with QuickdrawText.h.
13610 [HAVE_GIF] (gif_load): Sync with xfns.c.
13611 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
13612 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
13613 Ghostscript is not supported yet).
13614 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
13615 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
13616 cross_disabled_images (from xfns.c). Remove #if 0 for supported
13617 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13618 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
13619 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13620 HAVE_PNG. Call EnterMovies to support animated gifs.
13621 Call init_image_func_pointer to bind a symbol
13622 _CGImageCreateWithPNGDataProvider if it is defined.
13623
13624 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13625 (x_draw_bar_cursor): Sync declaration with xterm.c.
13626 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
13627 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
13628 graphics).
13629 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
13630 (mac_draw_line_to_pixmap, XCreatePixmap)
13631 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
13632 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
13633 New functions.
13634 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
13635 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13636 Cast bits to char *.
13637 (reflect_byte): New function (from w32fns.c).
13638 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
13639 due to byte alignment.
13640 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
13641 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13642 (XSetForeground): Remove static (now used in macfns.c).
13643 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
13644 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
13645 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
13646 (x_draw_glyph_string_box, x_draw_image_foreground)
13647 (x_draw_image_foreground_1, x_draw_image_glyph_string)
13648 (x_draw_stretch_glyph_string, x_draw_glyph_string)
13649 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
13650 Sync with xterm.c.
13651 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
13652 than the xterm.c version when a strictly horizontal or vertical
13653 line is drawn.
13654 (XTset_terminal_window): Add static.
13655 (x_make_frame_visible): Add UNBLOCK_INPUT.
13656 (x_free_frame_resources): New funcion (from xterm.c).
13657 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
13658 occurs in tool bar area.
13659 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
13660 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
13661 Initialize image cache.
13662 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
13663 Enclose unused functions with #if 0.
13664 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
13665 (decode_mac_font_name): New function to apply code conversions
13666 from a mac font name to an XLFD font name according to its script code.
13667 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
13668 font name to a mac font name according to REGISTRY and ENCODING fields.
13669 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
13670 whose name starts with `.'.
13671 (init_font_name_table): Use decode_mac_font_name. Add both
13672 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
13673 of a font is smJapanese.
13674 (mac_do_list_fonts): New function to list fonts that match a given
13675 pattern.
13676 (x_list_fonts, XLoadQueryFont): Use it.
13677 (XLoadQueryFont): Set rbearing field for each variable width
13678 character to avoid needless redraw.
13679 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
13680
13681 2004-02-26 Kim F. Storm <storm@cua.dk>
13682
13683 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
13684 as read_socket_hook handler on X aborts if buffer is too small
13685 and W32 handler doesn't always check buffer limit.
13686
13687 * xdisp.c (handle_single_display_prop): Handle left-fringe and
13688 right-fringe similar to a display margin image. Specifically,
13689 the characters having the fringe prop are no longer shown, and
13690 we use IT_IMAGE/next_element_from_image with image_id = -1 to
13691 do this. Set fringe bitmap face_id in it->face_id.
13692 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
13693 still realize it->face (i.e. the fringe bitmap face).
13694
13695 2004-02-25 Miles Bader <miles@gnu.org>
13696
13697 * xdisp.c (check_it): Check string/string_pos consistency.
13698 (init_iterator): Initialize string-related fields properly.
13699
13700 2004-02-11 Miles Bader <miles@gnu.org>
13701
13702 * xdisp.c (produce_image_glyph): Force negative descents to zero.
13703
13704 2004-02-10 Miles Bader <miles@gnu.org>
13705
13706 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
13707 BLOCK_INPUT can be nested, so it doesn't make much sense.
13708
13709 2004-02-24 Michael Mauger <mmaug@yahoo.com>
13710
13711 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
13712 (xbm_read_bitmap_data): Use unsigned char for image data.
13713
13714 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
13715
13716 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
13717
13718 2004-02-22 Jason Rumney <jasonr@gnu.org>
13719
13720 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
13721 correctly over other bitmaps.
13722
13723 2004-02-21 Eli Zaretskii <eliz@gnu.org>
13724
13725 * emacs.c (USAGE1): Split into two halves.
13726 (USAGE2): Second half of the old USAGE1.
13727 (USAGE3): Rename from USAGE2.
13728 (USAGE4): Rename from USAGE3.
13729
13730 2004-02-21 Juri Linkov <juri@jurta.org>
13731
13732 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
13733 Fix --multibyte. Move --help, --version to USAGE2. Add alias
13734 --file. Fix -f, -l. Sort options. Untabify.
13735 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
13736
13737 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
13738
13739 * category.c (Fdefine_category, Fcategory_docstring)
13740 (Fget_unused_category, Fset_category_table)
13741 (Fcategory_set_mnemonics): Doc fixes.
13742
13743 2004-02-20 Kim F. Storm <storm@cua.dk>
13744
13745 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
13746 The following changes are relative to the 2004-01-21 revision.
13747 (NREAD_INPUT_EVENTS): Define as max number of input events to read
13748 in one call to read_socket_hook. Value is 8.
13749 (read_avail_input): Separate and rework handling of read_socket_hook
13750 and non-read_socket_hook cases. Use smaller input_event buffer
13751 in read_socket_hook case, and repeat if full buffer is read.
13752 Use new local variable 'discard' to skip input after C-g.
13753 In non-read_socket_hook case, just use a single input_event, and
13754 call kbd_buffer_store_event on the fly for each character.
13755
13756 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
13759 Remove unused `gu' alternative.
13760
13761 2004-02-19 Andreas Schwab <schwab@suse.de>
13762
13763 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
13764 warning.
13765
13766 2004-02-18 Kim F. Storm <storm@cua.dk>
13767
13768 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
13769 Fix last change.
13770
13771 2004-02-17 Kim F. Storm <storm@cua.dk>
13772
13773 * xdisp.c (fast_find_position): Fix return value of new version;
13774 it was inverted compared to the 21.1 version.
13775 (get_window_cursor_type): Don't look at glyph if NULL.
13776 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
13777
13778 * keyboard.c: Rework previous change; it didn't consider that the
13779 buf array was allocated on the stack.
13780 (prev_read): Remove variable.
13781 (read_avail_input_buf): New static event buffer array.
13782 (in_read_avail_input): New static variable to handle re-entrancy.
13783 (read_avail_input): Change buf to pinter to read_avail_input_buf.
13784 Use in_read_avail_input to handle re-entrance; when re-entered,
13785 fully initialize and use tmp_buf array instead of read_avail_input_buf.
13786 Do not initialize read_avail_input_buf in full here; instead assume it
13787 is always cleared on entry. To ensure that, we clear (just) the
13788 entries that were used before we return.
13789 (init_keyboard): Initialize read_avail_input_buf here.
13790
13791 2004-02-16 Jesper Harder <harder@ifa.au.dk>
13792
13793 * cmds.c (Fend_of_line): Doc fix.
13794
13795 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
13796
13797 * keyboard.c (prev_read): New static variable.
13798 (read_avail_input): Use it to zero out only those slots in buf[]
13799 that were used last time we were called.
13800
13801 2004-02-16 Eli Zaretskii <eliz@gnu.org>
13802
13803 * Makefile.in (obj): Move fringe.o from here...
13804 (XOBJ, MAC_OBJ): ...to here.
13805
13806 2004-02-16 Stephen Eglen <stephen@gnu.org>
13807
13808 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
13809
13810 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * data.c (Fbyteorder):
13813 * fringe.c (Fdefine_fringe_bitmap):
13814 * xdisp.c (handle_single_display_prop):
13815 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
13816
13817 2004-02-16 Jason Rumney <jasonr@gnu.org>
13818
13819 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
13820
13821 2004-02-15 Steven Tamm <steventamm@mac.com>
13822
13823 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
13824 controlling emulation of a three button mouse with option and
13825 command keys.
13826 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
13827 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
13828
13829 2004-02-15 Kim F. Storm <storm@cua.dk>
13830
13831 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
13832
13833 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
13834 Perform byte-swapping.
13835
13836 2004-02-14 Kim F. Storm <storm@cua.dk>
13837
13838 * dispextern.h (struct draw_fringe_bitmap_params): Change member
13839 bits from char to short to facilitate wider bitmaps.
13840 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
13841 member.
13842
13843 * fringe.c (struct fringe_bitmap): Change member bits from char to
13844 short to facilitate 16 bits wide bitmaps. Modify all standard
13845 bitmaps accordingly.
13846 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
13847 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
13848 (draw_fringe_bitmap): Ditto.
13849 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
13850 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
13851 handle up to 16 bits wide bitmaps.
13852 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
13853 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
13854
13855 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
13856 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
13857 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
13858
13859 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
13860 so it is no longer necessary to expand them here.
13861
13862 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
13863
13864 2004-02-12 Kim F. Storm <storm@cua.dk>
13865
13866 * window.c (Fwindow_fringes): Doc fix.
13867
13868 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13869
13870 * xselect.c (x_get_foreign_selection): Add new optional parameter
13871 time_stamp.
13872 (Fx_get_selection_internal): Ditto, pass time_stamp to
13873 x_get_foreign_selection.
13874
13875 * data.c (Fbyteorder): New function.
13876
13877 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13878
13879 * atimer.c: Move include stdio.h to same place as in other files.
13880
13881 * region-cache.c: Ditto.
13882
13883 * sysdep.c: Ditto.
13884
13885 * xfaces.c: Ditto.
13886
13887 2004-02-09 Sam Steingold <sds@gnu.org>
13888
13889 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
13890
13891 2004-02-09 Kim F. Storm <storm@cua.dk>
13892
13893 * fringe.c: New file. Move original fringe related declarations
13894 and code from dispextern.h and xdisp.c here.
13895 Rework code to support user defined fringe bitmaps, redefining
13896 standard bitmaps, ability to overlay user defined bitmap with
13897 overlay arrow bitmap, and add faces to bitmaps.
13898 (Voverflow_newline_into_fringe): Declare here.
13899 (enum fringe_bitmap_align): New enum.
13900 (..._bits): All bitmaps are now defined without bitswapping; that
13901 is now done in init_fringe_once (if necessary).
13902 (standard_bitmaps): New array with specifications for the
13903 standard fringe bitmaps.
13904 (fringe_faces): New array.
13905 (valid_fringe_bitmap_id_p): New function.
13906 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
13907 (draw_fringe_bitmap): New function which draws fringe bitmap,
13908 possibly overlaying bitmap with cursor in right fringe or the
13909 overlay arrow in the left fringe.
13910 (update_window_fringes): Do not handle overlay arrow here.
13911 Compare and copy fringe bitmap faces.
13912 (init_fringe_bitmap): New function.
13913 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
13914 define and destroy user defined fringe bitmaps.
13915 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
13916 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
13917 (syms_of_fringe): New function. Defsubr new DEFUNs.
13918 DEFVAR_LISP Voverflow_newline_into_fringe.
13919 (init_fringe_once, init_fringe): New functions.
13920 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
13921
13922 * Makefile.in (obj): Add fringe.o.
13923 (fringe.o): New dependencies.
13924
13925 * dispextern.h (FRINGE_ID_BITS): New definition for number of
13926 bits allocated to hold a fringe number. Increase number of bits
13927 from 4 to 8 to allow user defined fringe bitmaps.
13928 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
13929 left_user_fringe_face_id, right_user_fringe_bitmap,
13930 right_user_fringe_face_id.
13931 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
13932 Move to new file fringe.c.
13933 (MAX_FRINGE_BITMAPS): Define here.
13934 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
13935 and overlay_p. Change member which to int.
13936 (struct redisplay_interface): New members define_fringe_bitmap
13937 and destroy_fringe_bitmap.
13938 (valid_fringe_bitmap_id_p): Add prototype.
13939 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
13940
13941 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
13942 arrows.
13943 (update_frame): Do flush_display if force_flush_display_p to
13944 ensure display (specifically fringes) are updated in a timely
13945 manner when resizing the frame by dragging the mouse.
13946 (update_window_line): Update row if overlay arrow changed.
13947 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
13948 or overlay arrow changed.
13949
13950 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
13951 syms_of_fringe, and init_fringe.
13952
13953 * frame.h (struct frame): New member force_flush_display_p.
13954
13955 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
13956 Add prototypes.
13957
13958 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
13959 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
13960 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
13961 Use cursor color for displaying cursor in fringe.
13962 (x_redisplay_interface): Add null handlers for
13963 define_fringe_bitmap and destroy_fringe_bitmap functions.
13964
13965 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
13966 xterm.c to handle overlayed fringe bitmaps and to use cursor color
13967 for displaying cursor in fringe.
13968 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
13969 specific functions to define and destroy fringe bitmaps in fringe_bmp.
13970 (w32_redisplay_interface): Add them to redisplay_interface.
13971 (w32_term_init): Call w32_init_fringe instead of explicitly
13972 defining fringe bitmaps in fringe_bmp array.
13973 (x_delete_display): Call w32_reset_fringes instead of explicitly
13974 destroying fringe bitmaps in fringe_bmp array.
13975
13976 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
13977 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
13978 (continued_bits, continuation_bits, ov_bits, first_line_bits)
13979 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
13980 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
13981 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
13982 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
13983 Move fringe handling vars and code to new file fringe.c.
13984 (handle_display_prop): Handle left-fringe and right-fringe
13985 display properties; store user fringe bitmaps in iterator.
13986 (move_it_in_display_line_to): Handle cursor in fringe at eob.
13987 (clear_garbaged_frames): Set force_flush_display_p if resized.
13988 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
13989 (display_line): Handle cursor in fringe at eob.
13990 (display_line): Set row user fringe bitmaps from iterator.
13991
13992 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
13993 Use cursor color for displaying cursor in fringe.
13994 (x_redisplay_interface): Add null handlers for
13995 define_fringe_bitmap and destroy_fringe_bitmap functions.
13996
13997 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13998
13999 * macfns.c (Fx_change_window_property): Make doc string and
14000 parameters same as for X version.
14001
14002 * w32fns.c (Fx_change_window_property): Ditto.
14003
14004 2004-02-07 Kim F. Storm <storm@cua.dk>
14005
14006 * xdisp.c (hscroll_window_tree): Position cursor near to right
14007 margin in hscrolled window when jumping to end of line (rather
14008 than centering cursor).
14009
14010 * process.c (wait_reading_process_input): Don't do adaptive read
14011 buffering if waiting for a specific process.
14012
14013 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
14014
14015 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
14016 (Fread_minibuffer, Feval_minibuffer)
14017 (Fread_string, Fread_no_blanks_input)
14018 (Fcompleting_read): Doc fixes.
14019 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
14020 completion-regexp-list. Define Qcase_fold_search and staticpro it.
14021 (read_minibuf): Fix initial comment.
14022 (Ftry_completion, Fall_completions, Ftest_completion): Bind
14023 case-fold-search to the value of completion-ignore-case when
14024 checking completion-regexp-list.
14025 (Fdisplay_completion_list): Make it handle arguments that are
14026 symbols. Doc fix.
14027
14028 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14029
14030 * xterm.h: Add declaration of free_frame_menubar.
14031
14032 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
14033 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
14034 (Fx_change_window_property): Add declaration of parameters type and
14035 format. Remove unused variable cons.
14036
14037 * xselect.c: Include stdio.h.
14038
14039 2004-02-05 Kenichi Handa <handa@m17n.org>
14040
14041 * fns.c (Fset_char_table_range): Fix previous change.
14042
14043 * buffer.c (Fset_buffer_multibyte): Fix docstring.
14044
14045 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
14046
14047 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
14048
14049 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * keymap.c (Vmouse_events): Rename from Vmenu_events.
14052 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
14053
14054 2004-02-04 Kenichi Handa <handa@m17n.org>
14055
14056 * fns.c (Fset_char_table_range): Handle charsets ascii,
14057 eight-bit-control, and eight-bit-graphic correctly.
14058
14059 2004-02-03 Jason Rumney <jasonr@gnu.org>
14060
14061 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
14062
14063 * w32fns.c (x_to_w32_font): Likewise.
14064
14065 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14066
14067 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
14068 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
14069
14070 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
14071 ClientMessages.
14072
14073 * xselect.c: Include termhooks.h and X11/Xproto.h
14074 (x_check_property_data, x_fill_property_data)
14075 (x_property_data_to_lisp, mouse_position_for_drop)
14076 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
14077 (Fx_send_client_event): Move here from xfns.c.
14078 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
14079
14080 * xfns.c (x-send-client-message): Move to xselect.c
14081 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
14082 OUTER_P.
14083 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
14084 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
14085 if vector_ret_p is true.
14086 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
14087
14088 2004-02-02 Eli Zaretskii <eliz@gnu.org>
14089
14090 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
14091 basename of FILE relative to it, not FILE itself.
14092
14093 2004-02-02 Kenichi Handa <handa@m17n.org>
14094
14095 * coding.c (coding_restore_composition): Check invalid
14096 composition data more rigidly.
14097
14098 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14099
14100 * fileio.c (Fread_file_name_internal): Correctly handle the case
14101 where insert-default-directory is nil.
14102 (Fread_file_name): Always return an empty string if the user exits
14103 with an empty minibuffer. Adapt the docstring accordingly.
14104 (syms_of_fileio): Adapt the docstring of insert-default-directory
14105 to the change in Fread_file_name.
14106
14107 2004-01-29 Eli Zaretskii <eliz@gnu.org>
14108
14109 * alloca.c [!alloca]: Fix the prototype for xfree.
14110
14111 2004-01-29 Kenichi Handa <handa@m17n.org>
14112
14113 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14114 (string_byte_to_char): Likewise.
14115
14116 2004-01-28 Peter Runestig <peter@runestig.com>
14117
14118 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14119
14120 2004-01-27 Steven Tamm <steventamm@mac.com>
14121
14122 * unexmacosx.c (unexec_copy): Do not copy more than was
14123 requested to prevent overwriting during unexec.
14124
14125 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14126
14127 * process.c (sigchld_handler): Add comment about not calling malloc.
14128
14129 * process.h: Add extern to synch_process_termsig.
14130
14131 2004-01-27 Steven Tamm <steventamm@mac.com>
14132
14133 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14134 Move setting of scroll bars from make_mac_frame to
14135 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
14136
14137 2004-01-26 Richard M. Stallman <rms@gnu.org>
14138
14139 * search.c (Freplace_match): Handle nonexistent
14140 back-references properly.
14141
14142 2004-01-03 Richard M. Stallman <rms@gnu.org>
14143
14144 * window.c (decode_any_window): New function.
14145 (Fwindow_height, Fwindow_width, Fwindow_edges)
14146 (Fwindow_pixel_edges, Fwindow_inside_edges)
14147 (Fwindow_inside_pixel_edges): Use decode_any_window.
14148
14149 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14150
14151 * process.h: synch_process_termsig new variable.
14152
14153 * callproc.c: Define synch_process_termsig.
14154 (Fcall_process): Initiate synch_process_termsig to zero and
14155 check if non-zero and get signal name after subprocess has ended.
14156
14157 * process.c (sigchld_handler): Set synch_process_termsig
14158 if terminated by a signal. synch_process_death setting removed.
14159
14160 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14161
14162 2004-01-26 Andreas Schwab <schwab@suse.de>
14163
14164 * print.c (print_preprocess): Declare size as EMACS_INT to not
14165 lose bits.
14166 (print_object): Likewise.
14167 * alloc.c (Fpurecopy): Likewise.
14168
14169 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14170
14171 * window.c (Fwindow_minibuffer_p): Doc fix.
14172
14173 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14174
14175 * editfns.c (Fformat): Make both passes accept the same set of flags.
14176
14177 2004-01-23 Kenichi Handa <handa@m17n.org>
14178
14179 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14180 one, set buffer to OBJECT temporarily.
14181
14182 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * keyboard.c (kbd_buffer_gcpro): Remove.
14185 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14186 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14187 Don't initialize and/or maintain the variable any more. It was made
14188 redundant by my commit of 2003-06-15.
14189
14190 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14191
14192 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14193
14194 * lisp.h: Add undef DECL_ALIGN.
14195
14196 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14199 Check interrupt_input_pending explicitly.
14200
14201 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14202
14203 * keyboard.c (handle_async_input): New fun,
14204 extracted from input_available_signal.
14205 (input_available_signal, reinvoke_input_signal): Use it.
14206
14207 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14210
14211 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14212 manipulation macros for when tags are in the lower bits.
14213 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14214 (DECL_ALIGN): New macro.
14215 (DEFUN): Use it.
14216
14217 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14218
14219 * s/darwin.h (__attribute__): Remove outdated workaround.
14220
14221 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14222
14223 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14224 Don't check range of malloc address.
14225 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14226
14227 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14228
14229 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14230
14231 2004-01-19 Kenichi Handa <handa@m17n.org>
14232
14233 * fontset.c (fontset_font_pattern): Fix previous change.
14234
14235 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14236
14237 * xdisp.c (Voverflow_newline_into_fringe)
14238 (move_it_in_display_line_to, redisplay_internal)
14239 (update_window_fringes, redisplay_window, display_line, window):
14240 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14241 that it compiles without a window-system.
14242 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14243
14244 2004-01-16 Kim F. Storm <storm@cua.dk>
14245
14246 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14247
14248 * buffer.c (init_buffer_once): Set buffer_defaults and
14249 buffer_local_flags for indicate_buffer_boundaries.
14250 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14251 default- variable for it.
14252
14253 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14254 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
14255 New members exact_window_width_line_p and cursor_in_fringe_p for
14256 overflowing newlines into right fringe.
14257 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14258 and indicate_bottom_line_p for buffer boundaries and scrolling.
14259 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14260 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14261 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14262 and HOLLOW_SQUARE_BITMAP.
14263 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14264 Add prototypes.
14265
14266 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14267 instead of related indicator fields.
14268 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14269 (direct_output_for_insert): Handle exact width lines like
14270 contined lines. Call update_window_fringes.
14271 (update_window): Call update_window_fringes.
14272 (scrolling_window): Don't skip desired rows with changed bitmaps.
14273 Check if fringe bitmaps changes when assigning scrolled rows.
14274
14275 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14276 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14277 (move_it_in_display_line_to): Overflow newline into fringe for
14278 rows that are exactly as wide as the window.
14279 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14280 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14281 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14282 (fringe_bitmaps): Add new bitmaps.
14283 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14284 Select proper bitmap for cursor in fringe when appropriate.
14285 Handle alignment of bitmap to top or bottom of row.
14286 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14287 done by update_window_fringes.
14288 (update_window_fringes, draw_window_fringes): New functions.
14289 (redisplay_internal): Call update_window_fringes in case only
14290 cursor row is updated.
14291 (redisplay_window): Call update_window_fringes.
14292 Explicitly call draw_window_fringes if redisplay was done using
14293 the current matrix or the overlay arrow is in the window.
14294 (try_window_reusing_current_matrix): Mark scrolled rows for
14295 fringe update (to update buffer-boundaries / scrolling icons).
14296 (find_last_unchanged_at_beg_row): Handle exact width lines line
14297 continued lines.
14298 (display_line): Overflow newline into fringe for rows that are
14299 exactly as wide as the window. Don't append space for newline
14300 in this case.
14301 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14302 in fringe as if it had been overwritten.
14303 (erase_phys_cursor): Erase cursor bitmap in fringe.
14304 (syms_of_xdisp): Mark show-trailing-whitespace and
14305 void-text-area-pointer as user options.
14306 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
14307
14308 * xterm.c (x_update_window_end): Call draw_window_fringes.
14309 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14310 in row instead of actually drawing fringe bitmaps.
14311 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14312 (x_draw_window_cursor): Draw cursor in fringe.
14313
14314 * w32term.c (x_update_window_end): Call draw_window_fringes.
14315 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14316 in row instead of actually drawing fringe bitmaps.
14317 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14318 (w32_draw_window_cursor): Draw cursor in fringe.
14319
14320 * macterm.c (x_update_window_end): Call draw_window_fringes.
14321 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14322 in row instead of actually drawing fringe bitmaps.
14323 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14324 (mac_draw_window_cursor): Draw cursor in fringe.
14325
14326 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14327
14328 * xterm.c (handle_one_xevent): Don't handle characters that are part
14329 of an old style (XLookupString) compose sequence.
14330
14331 2004-01-15 Kenichi Handa <handa@m17n.org>
14332
14333 * search.c (Freplace_match): Use make_multibyte_string or
14334 make_unibyte_string according to the buffer multibyteness.
14335
14336 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * alloc.c (struct interval_block, struct string_block)
14339 (struct symbol_block, struct marker_block, live_string_p)
14340 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14341 Better preserve alignment for objects in blocks.
14342 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14343
14344 * lread.c (defvar_per_buffer): Remove dead declaration.
14345
14346 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14347 space size.
14348
14349 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14350
14351 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14352 if a key press should pop down. Only pop down if a key is pressed
14353 outside the menu/dialog.
14354 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14355 popup_get_selection.
14356 (create_and_show_dialog): Pass 1 for down_on_keypress to
14357 popup_get_selection.
14358
14359 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14360
14361 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14362 BLOCK/UNBLOCK_INPUT.
14363
14364 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14365
14366 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14367 specified.
14368
14369 2004-01-08 Kenichi Handa <handa@m17n.org>
14370
14371 * editfns.c (Fformat): Fix '&' to '&&'.
14372
14373 2004-01-08 Andreas Schwab <schwab@suse.de>
14374
14375 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14376 size if PSEUDOVECTOR_FLAG is set.
14377
14378 2004-01-07 Kenichi Handa <handa@m17n.org>
14379
14380 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14381
14382 * fontset.c (fontset_ref_via_base): Fix previous change.
14383
14384 2004-01-07 Kim F. Storm <storm@cua.dk>
14385
14386 * process.c (read_process_output): Only activate adaptive
14387 buffering if we read less than 256 bytes at a time.
14388
14389 2004-01-06 Kim F. Storm <storm@cua.dk>
14390
14391 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14392 object and image object. Return glyph width and height.
14393 (mode_line_string, marginal_area_string): Ditto.
14394
14395 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14396 (marginal_area_string): Fix prototypes.
14397
14398 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
14399 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
14400 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
14401
14402 * keyboard.c (make_lispy_position): Use modified mode_line_string,
14403 buffer_posn_from_coords, and marginal_area_string functions to
14404 include both string object and image object in the lispy position.
14405 Also add actual glyph width and height to position.
14406 (read_key_sequence): Use real buffer position from mouse
14407 event to find keymap property even when click is in marginal area.
14408
14409 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
14410 mode_line_string and marginal_area_string functions to handle
14411 both string object and image object properties.
14412
14413 2004-01-06 Andreas Schwab <schwab@suse.de>
14414
14415 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
14416 character.
14417
14418 2004-01-02 Andreas Schwab <schwab@suse.de>
14419
14420 * macterm.c (emacs_options, x_initialized, same_x_server):
14421 Remove unused (and duplicated) definitions.
14422
14423 2004-01-02 Kim F. Storm <storm@cua.dk>
14424
14425 * process.h (struct Lisp_Process): New members for adaptive read
14426 buffering: adaptive_read_buffering, read_output_delay, and
14427 read_output_skip.
14428
14429 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
14430 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
14431 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
14432 (process_output_delay_count, process_output_skip): New vars.
14433 (Vprocess_adaptive_read_buffering): New variable.
14434 (make_process): Initialize adaptive read buffering members.
14435 (Fstart_process): Set adaptive_read_buffering member.
14436 (deactivate_process): Cleanup adaptive read buffering.
14437 (wait_reading_process_input): Temporarily omit delayed
14438 subprocesses from the set of file descriptors to read from;
14439 adjust the select timeout if we skipped any subprocesses.
14440 (read_process_output): Increase adaptive read buffering delay if
14441 we read less than a full buffer; reduce delay when we read a
14442 full buffer.
14443 (send_process): Simplify using local Lisp_Process var.
14444 Reset adaptive read buffering delay after write.
14445 (init_process): Initialize process_output_delay_count and
14446 process_output_skip.
14447 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
14448
14449 2004-01-01 Jason Rumney <jasonr@gnu.org>
14450
14451 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
14452
14453 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14454
14455 * print.c (Ferror_message_string): Add hyperlink in the docstring
14456 to the definition of `signal' in the Elisp manual.
14457 * eval.c (Fsignal): Ditto.
14458
14459 2003-12-29 James Clark <jjc@jclark.com>
14460
14461 * fns.c (internal_equal): Return t for two NaN arguments.
14462
14463 2003-12-29 Richard M. Stallman <rms@gnu.org>
14464
14465 * data.c (store_symval_forwarding): Handle setting
14466 default-fill-column, etc., by changing the value in
14467 buffers that use the default.
14468
14469 * minibuf.c (Fset_minibuffer_window): Doc fix.
14470
14471 * fileio.c (choose_write_coding_system): Ignore auto_saving
14472 if using the visited file for auto saves.
14473 (Fwrite_region): Don't update SAVE_MODIFF
14474 if auto-saving in visited file.
14475
14476 2003-12-29 Kenichi Handa <handa@m17n.org>
14477
14478 * dispextern.h (face_font_available_p): Extern it.
14479
14480 * fontset.c (Voverriding_fontspec_alist): New variable.
14481 (lookup_overriding_fontspec): New function.
14482 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
14483 (fontset_font_pattern): Likewise.
14484 (regulalize_fontname): New function.
14485 (Fset_fontset_font): Call regulalize_fontname.
14486 (Fset_overriding_fontspec_internal): New function.
14487 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
14488 Defsubr Sset_overriding_fontspec_internal.
14489
14490 * xfaces.c (face_font_available_p): New function.
14491
14492 2003-12-28 Richard M. Stallman <rms@gnu.org>
14493
14494 * buffer.c (Fother_buffer): Don't crash if BUF is nil
14495 or if its name is nil.
14496
14497 * buffer.c (Fkill_buffer): Don't delete auto-save file
14498 if it's the same as the visited file.
14499
14500 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
14501
14502 * coding.c (Fcheck_coding_system): Doc fix.
14503
14504 2003-12-28 Kim F. Storm <storm@cua.dk>
14505
14506 * Makefile.in (eval.o): Depend on dispextern.h.
14507
14508 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
14509 image glyph using image's ascent.
14510 (mode_line_string): Return image glyph as object clicked on.
14511 Adjust y0 for image glyph using image's ascent.
14512
14513 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
14514 (struct glyph): New members, ascent and descent. Used to save
14515 this glyph's ascent and descent, instead of having.
14516 (struct glyph): Declare member face_id using FACE_ID_BITS.
14517 (find_hot_spot): Add prototype.
14518
14519 * keyboard.c (Qimage): Remove extern (now in lisp.h).
14520 (QCmap): Declare extern.
14521 (make_lispy_position): When position is inside image hot-spot,
14522 use hot-spot element's id as posn element.
14523
14524 * lisp.h (IMAGEP): New macro to test for image object type.
14525 (Qimage): Declare extern.
14526
14527 * macfns.c (Qimage): Remove extern (now in lisp.h).
14528 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14529
14530 * macterm.c (Qface, Qmouse_face): Remove unused externs.
14531
14532 * w32fns.c (Qimage): Remove extern (now in lisp.h).
14533 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14534
14535 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
14536
14537 * w32term.c (Qface, Qmouse_face): Remove unused externs.
14538
14539 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
14540 pointer types.
14541 (Qrelative_width, Qalign_to): Remove unused variables.
14542 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
14543 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
14544 maps.
14545 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
14546 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
14547 code accordingly.
14548 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
14549 than row's ascent and height, to get sensible height on tall rows.
14550 (build_desired_tool_bar_string): Remove Qimage extern.
14551 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
14552 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
14553 image glyph is alone on the last line.
14554 (append_glyph, append_composite_glyph, produce_image_glyph)
14555 (append_stretch_glyph): Set glyph's ascent and descent.
14556 (on_hot_spot_p): New function to check if position is inside an
14557 rectangular, circular, or polygon-shaped image hot-spot,
14558 (find_hot_spot): New function to search for image hot-spot.
14559 (Flookup_image_map): New defun to search for image hot-spot.
14560 (define_frame_cursor1): New aux function to determine frame
14561 pointer.
14562 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
14563 `pointer' text property and :pointer image property to control
14564 frame pointer shape. Detect image hot-spots for pointer and
14565 help_echo properties. Use define_frame_cursor1.
14566 (note_mouse_highlight): Use Vvoid_text_area_pointer.
14567 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
14568 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
14569 Vshow_text_cursor_in_void.
14570
14571 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
14572
14573 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
14574 (Qimage): Remove extern (now in lisp.h).
14575 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14576
14577 * xmenu.c (show_help_event): Remove unused code.
14578
14579 * xterm.c (Qface, Qmouse_face): Remove unused externs.
14580 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
14581 row's ascent and descent, to get a sensible height on tall rows.
14582
14583 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
14584
14585 * minibuf.c (Fcompleting_read): Undo previous change.
14586
14587 2003-12-25 Lars Hansen <larsh@math.ku.dk>
14588
14589 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
14590 Arguments GCPRO'ed in call to file name handler.
14591
14592 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
14593
14594 * termcap.c (tgetst1): Scan for "%pN"; if all
14595 N are continuous in [1,9], remove all "%pN".
14596
14597 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14598
14599 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
14600
14601 * xfaces.c (lface_fully_specified_p): Take into account that
14602 MAC OS always have unspecified stipple.
14603
14604 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14605
14606 * tparam.c (tparam1): Add handling for `%pN', which
14607 means use param N for the next substitution.
14608
14609 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14610
14611 * xfaces.c (Fcolor_gray_p): Fix omission bug:
14612 In case `frame' is nil, consult the selected frame.
14613 (Fcolor_supported_p): Likewise.
14614
14615 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
14616
14617 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
14618 Doc fixes.
14619
14620 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
14621 and an integer. Adapt the introductory comment accordingly.
14622 (Fread_from_minibuffer): Delete code moved into read_minibuf.
14623 Doc fix.
14624 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
14625 read_minibuf.
14626 (Fcompleting_read): Delete code moved into read_minibuf.
14627 (Ftest_completion): Make it handle obarrays and hash tables correctly.
14628
14629 2003-12-03 Kenichi Handa <handa@m17n.org>
14630
14631 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
14632 encoding sequence.
14633
14634 2003-12-01 Kenichi Handa <handa@m17n.org>
14635
14636 * composite.c (syms_of_composite): Don't make the compostion hash
14637 table week.
14638
14639 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
14640
14641 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
14642 * textprop.c (Fget_char_property_and_overlay): New function.
14643 (syms_of_textprop): Defsubr it.
14644
14645 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14646
14647 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
14648 to compile on terminal configuration.
14649
14650 * fileio.c (Fread_file_name): Check use_file_dialog also before
14651 calling Fx_file_dialog.
14652
14653 * fns.c (use_file_dialog): New variable.
14654 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
14655
14656 2003-11-29 Kim F. Storm <storm@cua.dk>
14657
14658 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
14659 (syms_of_msdos): Don't intern and staticpro them.
14660
14661 2003-11-27 Kim F. Storm <storm@cua.dk>
14662
14663 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
14664 coordinates relative to glyph at posn. If glyph is an image,
14665 return that as object at posn. Callers changed.
14666 (mode_line_string, marginal_area_string): Calculate and return
14667 pixel coordinates relative to glyph. Callers changed.
14668
14669 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14670 (marginal_area_string): Fix prototypes.
14671 (window_box_left_offset, window_box_right_offset): Add prototypes.
14672
14673 * frame.h (get_specified_cursor_type, get_window_cursor_type):
14674 Remove prototypes.
14675
14676 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
14677
14678 * keyboard.c (make_lispy_position): Add x and y coordinates
14679 relative to the current glyph as 7th element of position.
14680 If glyph is an image, return it in the object element.
14681 (read_key_sequence): Skip checks for keymap property in cases
14682 where POSN_STRING is not a string (e.g. an image).
14683
14684 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
14685 (Vshow_text_cursor_in_void): New variable.
14686 (glyph_to_pixel_coords): Don't use negative hpos.
14687 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
14688 (append_stretch_glyph): Change ascent arg to be actual value
14689 in pixels rather than ratio to height. Callers changed.
14690 (calc_pixel_width_or_height): New aux function, implementing
14691 pixel based artihmetic for glyph widths and heights.
14692 (produce_stretch_glyph): Use calc_pixel_width_or_height for
14693 :width, :height, :align-to, and :ascent, thus allowing these to
14694 be specified in pixels as well as multiples of characters.
14695 Don't produce stretch glyphs with zero width or height.
14696 (get_specified_cursor_type): Declare static.
14697 (get_window_cursor_type): Declare static. Add glyph arg to be
14698 able to know when cursor is on an image; always substitute
14699 hollow-box cursor for filled-box cursor on images, to avoid
14700 negative images and flicker when blinking the cursor.
14701 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
14702 (note_mode_line_or_margin_highlight): Use non-text cursor rather
14703 than vertical scroll-bar cursor in display margins.
14704 (note_mouse_highlight): Use non-text cursor rather than text
14705 cursor in fringes and over images in the text area.
14706 Use non-text cursor when mouse pointer is outside editable text,
14707 i.e. in the void after end-of-line or end-of-buffer; this was
14708 already done for W32, but is now standard for all systems --
14709 user can toggle show-text-cursor-in-void to get old behaviour.
14710 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
14711 Vdisplay_pixels_per_inch.
14712
14713 2003-11-25 Andreas Schwab <schwab@suse.de>
14714
14715 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
14716 EMACS_INT to not lose bits.
14717 (Ffillarray): Don't set bits beyond the size of a bool vector.
14718
14719 2003-11-25 Kim F. Storm <storm@cua.dk>
14720
14721 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
14722 define this defun on systems that cannot use stderr as lvalue.
14723
14724 2003-11-24 Gerd Moellmann <gerd@gnu.org>
14725
14726 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
14727 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
14728 ld's default is incompatible with unexec.
14729
14730 2003-11-23 Kim F. Storm <storm@cua.dk>
14731
14732 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
14733 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
14734 (Fforce_window_update): New defun.
14735 (syms_of_window): Defsubr it.
14736 (Fset_window_margins, Fset_window_fringes): Doc fix.
14737
14738 * print.c (Fredirect_debugging_output): New defun.
14739 (syms_of_print): Defsubr it.
14740
14741 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
14742
14743 * fns.c (Fset_char_table_parent): Doc fix.
14744
14745 2003-11-22 Kim F. Storm <storm@cua.dk>
14746
14747 * dispnew.c (buffer_posn_from_coords): Return actual row/column
14748 for glyph clicked on, rather than (unused) pixel positions.
14749 (mode_line_string, marginal_area_string): Change X and Y args to
14750 pointers for returning actual row/column for glyph clicked on.
14751 Simplify and optimize loops.
14752
14753 * dispextern.h (mode_line_string, marginal_area_string):
14754 Update prototypes.
14755
14756 * keyboard.c (make_lispy_position): New function for generating
14757 mouse click positions from frame and pixel coordinates.
14758 Enhanced to return buffer position and actual row/column for
14759 events outside the text area using updated mode_line_string and
14760 marginal_area_string functions.
14761 Return left-fringe and right-fringe clicks as such, rather than
14762 clicks in text area.
14763 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
14764 pixel_to_glyph_coords, as we never use the results.
14765 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
14766 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
14767 Eliminate unused code in WHEEL_EVENT handling.
14768 (make_lispy_movement): Use make_lispy_position.
14769
14770 * window.c (coordinates_in_window): Remove redundant tests.
14771 Fix returned X pixel value for left-margin.
14772
14773 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
14774 mode_line_string and marginal_area_string parameters.
14775
14776 2003-11-22 Lars Hansen <larsh@math.ku.dk>
14777
14778 * w32.c (struct the_group, getgrgid): Add.
14779 * mac.c (struct my_group, getgrgid): Add.
14780
14781 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14782
14783 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
14784
14785 2003-11-21 Lars Hansen <larsh@math.ku.dk>
14786
14787 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
14788 include in call to file name handler. Optionally translate numeric
14789 UID and GID to strings. Update docstring.
14790 (directory_files_internal): Add parameter ID-FORMAT.
14791 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
14792 include in call to file name handler and call to
14793 directory_files_internal. Update Docstring.
14794 (Fdirectory_files): Add dummy parameter in call to
14795 directory_files_internal.
14796 * lisp.h (Qinteger): Add.
14797 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
14798 (Ffile_attributes): Add parameter.
14799 * data.c (Qinteger): Export.
14800
14801 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14802
14803 * fns.c (Freverse, Fnreverse): Doc fixes.
14804
14805 2003-11-19 Kim F. Storm <storm@cua.dk>
14806
14807 * xdisp.c (init_iterator): Initialize it->start to position
14808 before reseating (in case start position is invisible).
14809 (init_to_row_start): Set it->start to row-start.
14810 (redisplay_window): Accept optional_new_start if start position
14811 is invisible (in which case IT_CHARPOS overshoots PT).
14812 (display_line): Setup row->start from it->start (rather than
14813 it->current which is wrong if first char on line is invisible).
14814 When done, reseat it->start to it->current (= start of next row).
14815 (expose_area): Fix exposure of text area when first char (e.g. TAB)
14816 is only partially visible.
14817
14818 * dispextern.h (struct it): New member start.
14819
14820 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * alloc.c (make_float, Fcons): Clear the markbit at init time.
14823 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
14824 of block_index outside of the macro call.
14825 (Fgarbage_collect): Remove null code.
14826
14827 * m/amdx86-64.h: Don't redefine XPNTR.
14828
14829 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
14830 of VALMASK.
14831
14832 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
14833 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
14834 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
14835
14836 * lisp.h (VALMASK): Only define for non-union type.
14837 (MARKBIT): Remove.
14838 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
14839 (XTYPE): Define unconditionally.
14840 (XSETTYPE): Remove one more remnant.
14841 (EQ): Define differently for the union and non-union cases.
14842 (INTMASK): New bit mask.
14843 (struct Lisp_Marker): Move down to prepare for upcoming patch.
14844 (GC_EQ): Delegate to EQ.
14845
14846 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
14847
14848 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14849
14850 * xterm.c (x_window_to_scroll_bar): Move check of display to
14851 where window_id is compared.
14852
14853 2003-11-17 Kim F. Storm <storm@cua.dk>
14854
14855 * dispextern.h (struct it): New member first_vpos.
14856
14857 * xdisp.c (start_display): Set it->first_vpos.
14858 (try_window_id): Use first_vpos to start display in first _text_
14859 line if no reusable lines at start of window with header line.
14860
14861 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14862
14863 * w32fns.c (XPutPixel):
14864 * w32bdf.c (w32_init_bdf_font):
14865 * sunfns.c (sel_read):
14866 * process.c (Fmake_network_process):
14867 * frame.c (store_frame_param):
14868 * fontset.c (Fset_fontset_font):
14869 * emacs.c (shut_down_emacs):
14870 * ccl.c (ccl_driver): Remove period at end of error message.
14871
14872 * config.in: Regenerate.
14873
14874 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14875 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14876 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
14877 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
14878 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
14879
14880 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
14881
14882 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
14883 (XTmouse_position, handle_one_xevent): Pass Display* to
14884 x_window_to_scroll_bar.
14885 (x_window_to_scroll_bar): Take a Display* argument.
14886 Check that display for frame is equal to Display* argument.
14887 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
14888 x_display_info_for_display instead. Use Display in xev instead
14889 of GDK_DISPLAY.
14890 (x_dispatch_event): Call x_display_info_for_display.
14891 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
14892 (x_connection_closed): Call xg_display_close for GTK.
14893 (x_term_init): Call xg_display_open for additional displays.
14894 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
14895 for GTK.
14896
14897 * xmenu.c (single_menu_item, mouse_position_for_popup)
14898 (x_activate_menubar): Formatting adjustments.
14899
14900 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
14901 adjustments.
14902
14903 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
14904 (xg_display_close, xg_create_default_cursor)
14905 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
14906 handling.
14907 (xg_left_ptr_cursor): Remove.
14908 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
14909 cursor here.
14910 (xg_win_to_widget): Take Display* argument, call
14911 gdk_xid_table_lookup_for_display.
14912 (xg_create_frame_widgets, xg_get_file_name, create_menus)
14913 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
14914 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
14915 in FRAME_X_DISPLAY_INFO.
14916 (xg_get_scroll_id_for_window): Take Display* argument.
14917 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
14918 (xg_initialize): Remove xg_left_ptr_cursor.
14919
14920 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
14921 Display* argument.
14922 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
14923
14924 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14925
14926 * xterm.c (x_detect_focus_change): Do not change focus frame for
14927 Enter/LeaveNotify if the current focus frame has explicit focus.
14928
14929 2003-11-14 Kim F. Storm <storm@cua.dk>
14930
14931 * dispnew.c (update_text_area): Fix redisplay error when hscroll
14932 is active and first glyph is only partially visible.
14933
14934 2003-11-13 Kenichi Handa <handa@m17n.org>
14935
14936 * xdisp.c (select_frame_for_redisplay): New function.
14937 (redisplay_internal): Record also selected_frame for
14938 unwind_redisplay. Call select_frame_for_redisplay before
14939 redrawing each frame.
14940 (unwind_redisplay): Argument changed to a cons.
14941
14942 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
14943
14944 * fns.c (Fstring_to_multibyte): Doc fix.
14945
14946 2003-11-11 Kenichi Handa <handa@m17n.org>
14947
14948 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
14949
14950 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14951
14952 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
14953 program specified positions.
14954
14955 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14956
14957 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
14958
14959 2003-11-08 Kenichi Handa <handa@m17n.org>
14960
14961 * Makefile.in (lisp): Add kannada.el.
14962 (shortlisp): Likewise.
14963
14964 2003-11-07 Kenichi Handa <handa@m17n.org>
14965
14966 * coding.c (coding_allocate_composition_data):
14967 Reset coding->composing to COMPOSITION_NO.
14968 (coding_restore_composition): Detect invalid composition data.
14969 Give Fstring and Fvector a Lispy integer, not C int.
14970
14971 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 * floatfns.c (Flogb): Don't use VALMASK.
14974
14975 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
14976 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
14977
14978 * lisp.h (XINT): Move the cast to clarify what is going on.
14979 (GCTYPEMASK, XSETTYPE): Remove.
14980 (XGCTYPE): Make it an alias of XTYPE.
14981
14982 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14983
14984 * xterm.c (x_term_init): Fix formatting.
14985
14986 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14987
14988 * gtkutil.h (xg_have_tear_offs): Declare.
14989 (xg_keep_popup, xg_did_tearoff): Remove.
14990
14991 * gtkutil.c: Remove variable xg_did_tearoff.
14992 (xg_have_tear_offs): New function.
14993 (tearoff_remove): Just decrease xg_detached_menus.
14994 (tearoff_activate): Increase xg_detached_menus and call
14995 tearoff_remove when tearoff is removed.
14996 (xg_keep_popup): Remove function.
14997 (create_menus): Give add_tearoff_p as argument to recursive
14998 call to create_menus.
14999 (xg_create_widget): Use variables instead of multiple
15000 strcmp. Tell create_menus to create tear off only for
15001 menu bar menus.
15002 (xg_update_menubar): Change title for a detached menu also.
15003 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
15004 of deep_p.
15005 (xg_initialize): Initialize xg_detached_menus, remove
15006 initialization of xg_did_tearoff.
15007
15008 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
15009 xg_have_tear_offs returns non-zero.
15010 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
15011 call to xg_keep_popup.
15012
15013 2003-11-01 Andrew Choi <akochoi@shaw.ca>
15014
15015 * macterm.c (XTread_socket): Handle menubar selection and grow
15016 window only for mouseDown events.
15017
15018 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15019
15020 * xterm.c (x_term_init): For GTK part, increase x_initialized
15021 to check for more than one display. Use error instead of return 0.
15022
15023 2003-10-31 Andrew Choi <akochoi@shaw.ca>
15024
15025 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
15026 (copy_dysymtab): Call it.
15027
15028 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
15029
15030 * eval.c (Fdefvaralias): Doc fix.
15031
15032 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
15033
15034 * data.c (Fsetplist): Doc fix.
15035
15036 2003-10-14 Lute Kamstra <lute@gnu.org>
15037
15038 * window.c (Fset_window_fringes): Clarify docstring.
15039
15040 2003-10-14 Kim F. Storm <storm@cua.dk>
15041
15042 * window.c (Fset_window_margins): Simplify arg checking.
15043
15044 2003-10-13 Richard M. Stallman <rms@gnu.org>
15045
15046 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
15047 (print_partial_compiled_pattern): Replace assert with a printout.
15048 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
15049
15050 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
15051
15052 * window.c (Fset_window_margins): Allow only integers as args.
15053 (syms_of_window) <special-display-buffer-names,
15054 special-display-regexps>: Doc fixes.
15055
15056 2003-10-13 Lute Kamstra <lute@gnu.org>
15057
15058 * window.c (Fset_window_fringes): Elaborate docstring.
15059
15060 2003-10-12 Andrew Choi <akochoi@shaw.ca>
15061
15062 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
15063
15064 * s/darwin.h (GC_MARK_STACK): Define.
15065
15066 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15067
15068 * window.c (shrink_windows): New function.
15069 (size_window): Call shrink_windows to calculate window sizes when
15070 shrinking frame with more than one window.
15071
15072 2003-10-12 Kim F. Storm <storm@cua.dk>
15073
15074 * xdisp.c (compute_fringe_widths): Doc fix.
15075
15076 2003-10-08 Kenichi Handa <handa@m17n.org>
15077
15078 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
15079
15080 2003-10-07 Kenichi Handa <handa@m17n.org>
15081
15082 * coding.c (Qcoding_system_define_form): New variable.
15083 (syms_of_coding): Intern and staticpro it.
15084 (Fcheck_coding_system): Try to autoload the definition of
15085 CODING-SYSTEM.
15086
15087 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
15088
15089 * fns.c (Frequire): Doc fix.
15090
15091 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15092
15093 * xfns.c (Fx_send_client_event): New function as a base for
15094 manipulating extended window manager hints.
15095 (Fx_send_client_event): Remove unused variable s.
15096
15097 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
15098 that function is removed.
15099
15100 * xterm.c (x_set_offset): Use move_offset_left/top instead of
15101 x/y_pixels_outer_diff.
15102 (x_check_expected_move): Calculate move_offset_left/top.
15103
15104 * xterm.h (struct x_output): New members: move_offset_top/left.
15105
15106 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
15107 call x_set_offset directly.
15108
15109 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15110
15111 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15112
15113 * xterm.c (x_delete_display): Free font names and font_encoder
15114 in dpyinfo->font_table.
15115
15116 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15117 Move xfree of font names to x_delete_display.
15118
15119 * xterm.h (struct x_display_info): New member, wm_type.
15120 (struct x_output): New members, expected_top/left and
15121 check_expected_move.
15122
15123 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15124 is received.
15125 (handle_one_xevent): Rename x_check_expected_move from
15126 x_check_fullscreen_move.
15127 (x_set_offset): Only add WM decoration sizes to modified_top/left
15128 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
15129 (x_check_expected_move): Rename from x_check_fullscreen_move.
15130 Removed fullscreen specific code. Use check_expected_move,
15131 expected_left/top instead. Also, set wm_type.
15132 (x_term_init): Initialize wm_type to unknown.
15133
15134 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15135 sizes to move_x/y.
15136
15137 2003-10-03 Kenichi Handa <handa@m17n.org>
15138
15139 * macterm.c (x_load_font): Clear all members of FONTP before start
15140 filling them.
15141
15142 2003-10-02 Kenichi Handa <handa@m17n.org>
15143
15144 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15145 before calling find_ccl_program_func. Call find_ccl_program_func
15146 only when fontp->font_encoder is not NULL.
15147
15148 * xterm.c (x_load_font): Clear all members of FONTP before start
15149 filling them.
15150
15151 2003-10-03 John Paul Wallington <jpw@gnu.org>
15152
15153 * keymap.c (map_keymap): Don't abort when binding is a vector.
15154
15155 2003-10-02 Jason Rumney <jasonr@gnu.org>
15156
15157 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15158 Sync dependencies with Makefile.in.
15159 (alloca.o): Remove.
15160
15161 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15162 filling them.
15163
15164 * w32bdf.c (w32_load_bdf_font): Likewise.
15165
15166 2003-09-30 Richard M. Stallman <rms@gnu.org>
15167
15168 * term.c (set_tty_color_mode): Calculate current_mode_spec
15169 regardless of value of VAL.
15170
15171 * intervals.c (graft_intervals_into_buffer):
15172 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15173 Handle over_used when splitting UNDER.
15174
15175 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15176
15177 * regex.c (regex_compile): Free the stack when returning from function.
15178
15179 2003-09-28 Kenichi Handa <handa@m17n.org>
15180
15181 * fontset.c (Finternal_char_font): Change return value to
15182 cons (FONT-NAME . GLYPH-CODE).
15183
15184 2003-09-28 Eli Zaretskii <eliz@gnu.org>
15185
15186 * term.c (tty_setup_colors): Treat any negative argument as -1.
15187
15188 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15189
15190 * process.c (send_process): Delete unused temp_buf.
15191
15192 2003-09-26 Dave Love <fx@gnu.org>
15193
15194 * xterm.c (x_bitmap_mask): Declare.
15195
15196 2003-09-25 Dave Love <fx@gnu.org>
15197
15198 * Makefile.in (fns.o): Depend on md5.h.
15199
15200 2003-09-25 Kim F. Storm <storm@cua.dk>
15201
15202 * window.c (set_window_buffer): Fix redisplay problems when
15203 switching between buffers with different display margin widths.
15204
15205 2003-09-23 Kim F. Storm <storm@cua.dk>
15206
15207 * process.c (set_socket_option): Fix :bindtodevice option.
15208 (Fset_network_process_option): Update process contact list when
15209 setting option succeeds.
15210 (Fmake_network_process): Doc fix.
15211
15212 2003-09-23 Dave Love <fx@gnu.org>
15213
15214 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
15215
15216 2003-09-22 Eli Zaretskii <eliz@gnu.org>
15217
15218 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15219 color mode is an integer number (it could be -1).
15220
15221 2003-09-22 Richard M. Stallman <rms@gnu.org>
15222
15223 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15224 in the case where OVER is longer than UNDER.
15225
15226 2003-09-22 Masatake YAMATO <jet@gyve.org>
15227
15228 * window.c (Fset_window_scroll_bars): Validate the value of
15229 `vertical_type'.
15230
15231 2003-09-21 Kim F. Storm <storm@cua.dk>
15232
15233 * frame.c (Vdefault_frame_scroll_bars): New variable.
15234 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15235 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15236 window-system default scroll bar position.
15237
15238 * window.c (Fwindow_scroll_bars): Doc fix.
15239
15240 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15241
15242 * xterm.c (x_set_offset): Take window manager decorations into account.
15243
15244 2003-09-19 Richard M. Stallman <rms@gnu.org>
15245
15246 * atimer.h: Don't include lisp.h.
15247 (P_): Define it here (as well as elsewhere).
15248
15249 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15250 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15251
15252 * data.c (Fvariable_binding_locus): New function.
15253 (syms_of_data): defsubr it.
15254 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15255
15256 2003-09-18 Dave Love <fx@gnu.org>
15257
15258 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15259
15260 * process.c (Fnetwork_interface_info): Fix type error.
15261 (Fnetwork_interface_list): Doc fix.
15262 (read_process_output, read_process_output): Delete unused var.
15263
15264 2003-09-17 Kim F. Storm <storm@cua.dk>
15265
15266 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15267 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15268 (Fnetwork_interface_info): Check that ifreq struct has required
15269 fields before accessing them; this requires that those fields are
15270 defined as macros, which may be too restrictive on some platforms,
15271 but it is better than failing on other platforms.
15272 (syms_of_process): Only defsubr above fns when included.
15273
15274 2003-09-17 Dave Love <fx@gnu.org>
15275
15276 * unexalpha.c: Don't include varargs.h.
15277
15278 2003-09-17 Kim F. Storm <storm@cua.dk>
15279
15280 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15281 for network process.
15282 (socket_options): Add `:' prefix to option names. Add optbit field.
15283 (set_socket_option): Remove no_error arg and special handling of s < 0.
15284 Return 1<<optbit for known option, 0 for unknown.
15285 Do not interpret 0 as false for boolean option (only nil).
15286 Pass failed option and value to report_file_error.
15287 (Fset_network_process_options): Replace by Fset_network_process_option.
15288 (Fset_network_process_option): New function to set just one option.
15289 (Fmake_network_process): Allow :coding arg to be a cons.
15290 Allow :server arg to be an integer specifying backlog size.
15291 Remove :options arg, and allow options to be specified directly
15292 as :KEY, VALUE pairs. Parse these options before binding socket.
15293 As before, :reuseaddr t is default for a server process, but this
15294 can now be disabled by specifying :reuseaddr nil.
15295 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15296 (init_process): Availability of network options is now checked with
15297 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15298 setup features.
15299 (syms_of_process): Fix defsubr's for the replaced functions.
15300
15301 2003-09-16 Dave Love <fx@gnu.org>
15302
15303 * Makefile.in: Depend on coding.h.
15304
15305 2003-09-14 Kim F. Storm <storm@cua.dk>
15306
15307 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15308 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15309 (syms_of_process): Defsubr them.
15310
15311 * config.in: Regenerate.
15312
15313 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15316 * m/news-r6.h (XUNMARK): Remove.
15317 * m/mips.h (XUNMARK): Remove.
15318 * m/mips-siemens.h (XUNMARK): Remove.
15319 * m/iris4d.h (XUNMARK): Remove.
15320 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15321
15322 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15325 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15326 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15327 (XTYPE): Use unsigned right-shift.
15328 (XMARKBIT, XMARK, XUNMARK): Remove.
15329
15330 * alloc.c (init_intervals, init_symbol, init_marker):
15331 Don't preallocate anything.
15332 (Fgarbage_collect, mark_object): Ignore the markbit.
15333
15334 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15335
15336 2003-09-08 Lute Kamstra <lute@gnu.org>
15337
15338 * xdisp.c (pint2hrstr): New function.
15339 (decode_mode_spec): Add `%i' and `%I' specs.
15340 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15341 for `mode-line-format'.
15342
15343 2003-09-07 Andreas Schwab <schwab@suse.de>
15344
15345 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15346 avoid warning.
15347
15348 2003-09-07 Eli Zaretskii <eliz@gnu.org>
15349
15350 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
15351
15352 2003-09-03 Kim F. Storm <storm@cua.dk>
15353
15354 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15355 change (superseded by 2002-08-30 change); the default blink-off
15356 cursor is now again "no cursor".
15357
15358 2003-09-01 Jason Rumney <jasonr@gnu.org>
15359
15360 * makefile.w32-in (alloca.o): Remove.
15361 (coding.o): Depend on intervals.h
15362 (emacs.o, bytecode.o): Depend on window.h
15363
15364 2003-09-01 Dave Love <fx@gnu.org>
15365
15366 * Makefile.in (alloca.o): Remove commands.
15367 (coding.o): Depend on intervals.h composite.h window.h.
15368 (emacs.o): Depend on window.h keyboard.h keymap.h.
15369 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15370 (bytecode.o): Depend on window.h.
15371
15372 2003-08-31 Jason Rumney <jasonr@gnu.org>
15373
15374 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15375 returned even when font_type is unknown.
15376
15377 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15378
15379 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15380
15381 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15382
15383 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15384 *_offset.
15385
15386 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15387 calculate pixel value.
15388
15389 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15390
15391 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15392 Don't tell redisplay display is accurate when it's actually been
15393 paused for pending input.
15394
15395 2003-08-29 Richard M. Stallman <rms@gnu.org>
15396
15397 * dispnew.c (adjust_glyph_matrix): Call window_box
15398 whenever W is nonzero.
15399
15400 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15401 (Fkill_local_variable, Fmake_variable_frame_local)
15402 (Flocal_variable_p, Flocal_variable_if_set_p):
15403 Use indirect_variable to trace thru variable aliases.
15404
15405 * config.in: Updated.
15406
15407 * callint.c (Fcall_interactively): Save and restore
15408 Vthis_command, Vthis_original_command, real_this_command,
15409 and current_kboard->Vlast_command.
15410
15411 * abbrev.c (Fexpand_abbrev): Insert before deleting.
15412
15413 2003-08-29 Gerd Moellmann <gerd@gnu.org>
15414
15415 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
15416
15417 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
15418
15419 * coding.c (decode_coding_iso2022): Initialize local variable c2.
15420 (decode_coding_sjis_big5): Likewise.
15421
15422 2003-08-27 Jason Rumney <jasonr@gnu.org>
15423
15424 * w32.c (sys_pipe): Protect against file descriptor overflow.
15425
15426 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
15427
15428 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
15429
15430 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15431
15432 * xfns.c (Vgtk_version_string): New variable.
15433 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
15434
15435 2003-08-24 Eli Zaretskii <eliz@gnu.org>
15436
15437 * term.c (term_init): Remove `const' from buffer_size's declaration.
15438
15439 * Makefile.in (msdos.o): Depend on intervals.h.
15440
15441 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
15442
15443 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15444
15445 * xterm.h (struct x_display_info): New fields: client_leader_window
15446 and Xatom_wm_client_leader.
15447
15448 * xterm.c (x_initialize): Move call to x_session_initialize to ...
15449 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
15450
15451 * xsmfns.c (create_client_leader_window): New function.
15452 (x_session_initialize): Call create_client_leader_window, take
15453 dpyinfo as argument.
15454
15455 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
15456
15457 * Makefile.in (xsmfns.o): Add more depenedencies.
15458
15459 2003-08-21 Dave Love <fx@gnu.org>
15460
15461 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
15462
15463 2003-08-21 Kenichi Handa <handa@m17n.org>
15464
15465 * term.c (term_init): Fix previous change; don't rely on the
15466 length of `buffer' if TERMINFO is defined.
15467
15468 2003-08-20 Dave Love <fx@gnu.org>
15469
15470 * atimer.h: Include lisp.h.
15471
15472 * lisp.h (EMACS_LISP_H): New.
15473 (popup_activated_flag): Don't declare.
15474
15475 * alloca.c: Some merging with gnulib. Change logic and doc
15476 concerning (x)malloc/(x)free -- no longer Emacs-specific.
15477 [DO_BLOCK_INPUT]: Don't include lisp.h.
15478 (xmalloc, xfree): Declare.
15479 (malloc): Don't declare.
15480
15481 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
15482 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
15483 atimer.h, blockinput.h.
15484
15485 * alloc.c (lisp_align_malloc): Change type of `aligned'.
15486
15487 * alloca.s: Remove.
15488
15489 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15490
15491 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
15492 use -lncurses.
15493
15494 * term.c (term_init): Use a buffer of size 4096 for tgetent since
15495 FreeBSD returns something longer than 2044. Abort if the end of
15496 the buffer is overwritten.
15497
15498 2003-08-19 Miles Bader <miles@gnu.org>
15499
15500 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
15501
15502 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15503
15504 * alloc.c (lisp_align_malloc): Check for memory full when
15505 allocating ablocks, which also avoids freeing a pointer into an
15506 ablocks structure.
15507
15508 * puresize.h (BASE_PURESIZE): Increase to 1100000.
15509
15510 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
15511
15512 2003-08-16 Richard M. Stallman <rms@gnu.org>
15513
15514 * editfns.c (Fencode_time): Doc fix.
15515
15516 2003-08-16 David Ponce <david@dponce.com>
15517
15518 * fileio.c (Fwrite_region): Fix conditional expression to issue
15519 the right message.
15520
15521 2003-08-16 Juri Linkov <juri@jurta.org>
15522
15523 * syntax.c (Fforward_word): Argument changed to optional.
15524 Set default value to 1.
15525
15526 2003-08-15 Kenichi Handa <handa@m17n.org>
15527
15528 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
15529 what autoscaled.
15530 (best_matching_font): Once we find a better scalable font, set
15531 non_scalable_has_exact_height_p to 1.
15532 (try_font_list): Call try_alternative_families to try any family
15533 with the given registry.
15534
15535 2003-08-09 Andreas Schwab <schwab@suse.de>
15536
15537 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
15538
15539 * print.c (print_string): Fix printing of multibyte string with
15540 nontrivial printcharfun.
15541
15542 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15543
15544 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
15545
15546 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
15547
15548 2003-07-31 Kenichi Handa <handa@m17n.org>
15549
15550 * process.c (read_process_output): Return the actually read bytes
15551 instead of the result of decoding.
15552
15553 2003-07-31 Kenichi Handa <handa@m17n.org>
15554
15555 * xterm.h (struct x_bitmap_record): New member have_mask.
15556
15557 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
15558 to 0.
15559 (x_create_bitmap_from_file): Likewise.
15560 (x_destroy_bitmap): Check have_mask member before freeing a mask.
15561 (x_destroy_all_bitmaps): Likewise.
15562 (x_create_bitmap_mask): Set have_mask member to 1.
15563
15564 2003-07-30 Richard M. Stallman <rms@gnu.org>
15565
15566 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
15567
15568 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15569
15570 * gtkutil.c (xg_mark_data): Update calls to mark_object.
15571
15572 2003-07-29 Richard M. Stallman <rms@gnu.org>
15573
15574 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
15575 Conditionalize XIM code on HAVE_XIM.
15576
15577 * fns.c (Fclear_string): New function.
15578 (syms_of_fns): defsubr it.
15579
15580 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15581
15582 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
15583
15584 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15585
15586 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
15587
15588 * buffer.c (delete_all_overlays): New function.
15589 * buffer.h (delete_all_overlays): Declare.
15590 * coding.c (run_pre_post_conversion_on_str):
15591 * print.c (temp_output_buffer_setup):
15592 * fileio.c (Finsert_file_contents):
15593 * minibuf.c (get_minibuffer): Use it.
15594
15595 2003-07-22 Andrew Choi <akochoi@shaw.ca>
15596
15597 * unexmacosx.c (unexec_regions_sort_compare):
15598 (unexec_regions_merge): New functions. Sort and merge unexec
15599 regions before dumping them.
15600
15601 2003-07-22 Dave Love <fx@gnu.org>
15602
15603 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
15604
15605 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
15606
15607 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
15608 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
15609 MARKBIT as the gcmarkbit for strings.
15610
15611 2003-07-21 Richard M. Stallman <rms@gnu.org>
15612
15613 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
15614
15615 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
15616 (syms_of_fns): Corresponding change.
15617
15618 * alloc.c (syms_of_alloc): Doc fixes.
15619
15620 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
15621
15622 * s/netbsd.h: Use -Wl syntax.
15623
15624 2003-07-17 Richard M. Stallman <rms@gnu.org>
15625
15626 * xterm.c (xim_initialize): Redo 6/24 change.
15627
15628 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
15629
15630 * buffer.c (copy_overlays): Use EMACS_INT for positions.
15631 (Fswitch_to_buffer): Don't signal an error when switching to the same
15632 buffer in a dedicated window.
15633
15634 * alloc.c: Use bitmaps for cons, as was done for floats.
15635 (init_float, init_cons): Let the normal code allocate the first block.
15636 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
15637 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
15638 New macros.
15639 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
15640 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
15641 (live_cons_p): Check the pointer is not past the `conses' array.
15642 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
15643 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
15644 (survives_gc_p): Use CONS_MARKED_P and simplify.
15645 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
15646
15647 2003-07-13 Paul Eggert <eggert@twinsun.com>
15648
15649 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
15650 puts it into BSS instead, at least on Solaris 8 and 9.
15651 This is a valid optimization, and it may occur on other platforms,
15652 so Emacs should not assume that initializing a static variable to
15653 zero puts it into data.
15654 * alloc.c (pure, staticvec):
15655 Initialize these arrays to nonzero, so that they're not
15656 put into BSS by that optimization.
15657
15658 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
15659
15660 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
15661 (lisp_align_malloc): Use posix_memalign is available.
15662 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
15663 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
15664 for consistency. Update users.
15665
15666 2003-07-13 Richard M. Stallman <rms@gnu.org>
15667
15668 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
15669
15670 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
15671
15672 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
15673 and use the Gtk+ function gtk_window_icon_from_file if available.
15674
15675 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
15676 handle mask of bitmaps.
15677 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
15678 mask property.
15679 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
15680
15681 * xterm.h (xg_set_icon): New function.
15682
15683 2003-07-12 Paul Eggert <eggert@twinsun.com>
15684
15685 * unexelf.c (unexec): Consider a section to precede the .bss
15686 section if its addresses overlap that of .bss.
15687
15688 2003-07-12 Richard M. Stallman <rms@gnu.org>
15689
15690 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
15691
15692 * config.in (HAVE_CRTIN): Add #undef.
15693 (INLINE): Really inline only if OPTIMIZE is defined.
15694
15695 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
15696 END_FILES_1.
15697 (START_FILES_1, END_FILES_1): New macros (conditional).
15698 (LD_SWITCH_SYSTEM_TEMACS): Define.
15699
15700 * s/openbsd.h: Don't include bsd4-3.h.
15701 (TERMINFO): Define.
15702 (LIBS_TERMCAP): Define.
15703 (LD_SWITCH_SYSTEM): Define (two definitions).
15704
15705 * xfns.c: Include libpng/png.h instead of png.h.
15706
15707 2003-07-11 Andreas Schwab <schwab@suse.de>
15708
15709 * buffer.c (modify_overlay): Update prototype.
15710 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
15711 Likewise.
15712
15713 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15714
15715 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
15716 (struct interval): Move to intervals.h.
15717 (struct Lisp_Marker): Use EMACS_INT for position info.
15718 (forward_point): Remove prototype of defunct function.
15719 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
15720 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
15721 (syms_of_textprop, set_text_properties): Remove prototypes that are
15722 already in intervals.h.
15723
15724 * intervals.h (struct interval): Move from lisp.h.
15725 Use EMACS_INT for position and size info.
15726
15727 * coding.c: Include intervals.h for Fset_text_properties.
15728
15729 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15730 position and length information.
15731
15732 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15733
15734 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15735 position and length information.
15736
15737 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15738
15739 Change overlays_after and overlays_before so the overlays themselves
15740 are linked into lists, rather than using cons cells. After all each
15741 Lisp_Misc already occupies 5 words, so we can add a `next' field to
15742 Lisp_Overlay for free and save up one cons cell per overlay (not
15743 to mention one indirection when traversing the list of overlay).
15744
15745 * lisp.h (struct Lisp_Overlay): New field `next'.
15746
15747 * buffer.h (struct buffer): Change overlays_before and overlays_after
15748 from Lisp lists of overlays to pointers to overlays.
15749
15750 * buffer.c (overlay_strings, recenter_overlay_lists):
15751 Fix typo in eassert in last commit.
15752 (unchain_overlay): New function.
15753 (add_overlay_mod_hooklist): Use AREF.
15754 (copy_overlays, reset_buffer, overlays_at, overlays_in)
15755 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
15756 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
15757 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
15758 (report_overlay_modification, evaporate_overlays, init_buffer_once):
15759 Adjust to new type of overlays_(before|after).
15760
15761 * alloc.c (mark_object): Mark the new `next' field of overlays.
15762 (mark_buffer): Manually mark the overlays_(after|before) fields.
15763
15764 * coding.c (run_pre_post_conversion_on_str):
15765 * editfns.c (overlays_around):
15766 * xdisp.c (load_overlay_strings):
15767 * fileio.c (Finsert_file_contents):
15768 * indent.c (current_column):
15769 * insdel.c (signal_before_change, signal_after_change):
15770 * intervals.c (set_point_both):
15771 * print.c (temp_output_buffer_setup): Use new type for
15772 overlays_(before|after).
15773
15774 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
15775
15776 * buffer.c (report_overlay_modification): Don't run hooks while
15777 traversing the list of overlays.
15778
15779 * buffer.h (struct buffer): Use an int for overlay_center.
15780 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15781 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15782
15783 * buffer.c (reset_buffer, recenter_overlay_lists)
15784 (adjust_overlays_for_insert, adjust_overlays_for_delete)
15785 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
15786 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
15787 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15788 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15789
15790 * xdisp.c (fast_find_position): Remove unused var.
15791
15792 * cmds.c (Qexpand_abbrev): New sym.
15793 (syms_of_cmds): Initialize it.
15794 (internal_self_insert): Use it to call expand-abbrev.
15795
15796 2003-07-09 Kim F. Storm <storm@cua.dk>
15797
15798 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
15799 was configured with --without-xim.
15800 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
15801
15802 2003-07-07 Richard M. Stallman <rms@gnu.org>
15803
15804 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
15805
15806 * alloc.c (Fgarbage_collect): Doc fix.
15807
15808 2003-07-07 Nozomu Ando <nand@mac.com>
15809
15810 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
15811
15812 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15813
15814 * minibuf.c (read_minibuf): UNGCPRO before returning.
15815 (Ftry_completion, Fall_completions): Doc fix.
15816
15817 * alloc.c (live_float_p): Check that p is not past the `floats' array,
15818 now that `floats' is not the last element of the struct any more.
15819
15820 2003-07-06 Jason Rumney <jasonr@gnu.org>
15821
15822 * w32term.h (ClipboardSequence_Proc): New type.
15823
15824 * w32fns.c (clipboard_sequence_fn): New variable.
15825 (globals_of_w32fns): Initialize it.
15826
15827 * w32select.c (last_clipboard_sequence_number): New variable.
15828 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
15829 number if possible.
15830
15831 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15832
15833 * m/amdx86-64.h (MARKBIT):
15834 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
15835 MARKBIT and ARRAY_MARK_FLAG any more.
15836
15837 * m/hp800.h (XSETMARKBIT):
15838 * m/sr2k.h (XSETMARKBIT):
15839 * lisp.h (XSETMARKBIT): Remove unused macro.
15840
15841 * lisp.h (mark_object): Change prototype.
15842
15843 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
15844 (last_marked): Change accordingly.
15845 (mark_interval, mark_maybe_object, mark_maybe_pointer)
15846 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
15847 (mark_buffer): Update calls to mark_object.
15848
15849 * bytecode.c (mark_byte_stack):
15850 * fns.c (sweep_weak_table):
15851 * keyboard.c (mark_kboards): Update calls to mark_object.
15852
15853 2003-07-06 Jason Rumney <jasonr@gnu.org>
15854
15855 * alloc.c (struct ablock): Only include padding when there is some.
15856
15857 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15858
15859 * alloc.c (ALIGN): Add casts to simplify usage.
15860 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
15861 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
15862 (struct ablock, struct ablocks): New types.
15863 (free_ablock): New global var.
15864 (lisp_align_malloc, lisp_align_free): New functions.
15865 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
15866 (struct float_block): Reorder and add gcmarkbits.
15867 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
15868 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
15869 (init_float, make_float): Use lisp_align_malloc.
15870 (free_float, live_float_p): Don't use `type' any more.
15871 (make_float): Use FLOAT_UNMARK to access to mark bit.
15872 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
15873 Use FLOAT_MARKED_P to access the mark bit.
15874 (pure_alloc): Simplify use of ALIGN.
15875 (mark_object): Use FLOAT_MARK to access the mark bit.
15876 (gc_sweep): Use new macros to access the float's mark bit.
15877 (init_alloc_once): Init free_ablock.
15878
15879 * lisp.h (struct Lisp_Float): Remove unused field `type'.
15880
15881 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
15882
15883 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
15884 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
15885 (allocate_buffer): Move.
15886 (string_bytes): Don't mask markbit of `size_byte'.
15887 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15888 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
15889 Use the `size' field of buffers (rather than the `name' field) for
15890 the mark bit, as is done for all other vectorlike objects.
15891 Use the new macros to access the mark bit of vectorlike objects.
15892
15893 2003-06-26 Richard M. Stallman <rms@gnu.org>
15894
15895 * puresize.h (BASE_PURESIZE): Increment base size.
15896
15897 * xdisp.c (fast_find_position): Enable Gerd's new definition.
15898
15899 * xterm.c (xim_initialize): Undo previous change.
15900
15901 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
15902
15903 * alloc.c (survives_gc_p): Simplify.
15904
15905 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
15906
15907 * window.c (Fset_window_dedicated_p): Simplify.
15908 (display_buffer_1): Don't raise the win from which minibuf was entered.
15909 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
15910 (Fminibuffer_selected_window): Simplify.
15911
15912 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
15913
15914 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
15915 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
15916
15917 * insdel.c (check_markers, adjust_markers_for_delete)
15918 (adjust_markers_for_insert, adjust_markers_for_replace)
15919 (prepare_to_modify_buffer, RESTORE_VALUE):
15920 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
15921 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
15922 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
15923 * alloc.c (Fmake_marker, free_marker, gc_sweep):
15924 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
15925 * editfns.c (save_excursion_restore, transpose_markers):
15926 * window.c (delete_window):
15927 * xdisp.c (message_dolog): Update for new types.
15928
15929 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15930
15931 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
15932 (realize_default_face): Use default_face_done_p for the force_p
15933 argument to set_lface_from_font_name. Set default_face_done_p to one.
15934
15935 * frame.c (make_frame): Initialize default_face_done_p.
15936
15937 * frame.h (struct frame): Add default_face_done_p.
15938
15939 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
15940 will be defined.
15941
15942 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
15943
15944 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
15945 Initialize the new field `gcmarkbit'.
15946 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
15947 (mark_interval_tree): Don't mark the tree separately from the nodes.
15948 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
15949 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15950 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
15951
15952 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
15953 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
15954 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
15955 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
15956 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
15957
15958 2003-06-24 Dave Love <fx@gnu.org>
15959
15960 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
15961
15962 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
15963 from gnulib.
15964
15965 2003-06-21 Richard M. Stallman <rms@gnu.org>
15966
15967 * fileio.c (Fwrite_region): Alternate messages
15968 for append and partial write.
15969
15970 * keyboard.c (read_key_sequence): When converting upcase fn key to
15971 downcase, update fkey and keytran so `backspace' gets translated.
15972
15973 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
15974
15975 * process.c (wait_reading_process_input): Don't signal SIGIO
15976 in batch mode.
15977
15978 2003-06-17 Kenichi Handa <handa@m17n.org>
15979
15980 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
15981 composite.h.
15982
15983 * xselect.c: Don't include charset.h, coding.h, composite.h.
15984 (Qforeign_selection): New variable.
15985 (syms_of_xselect): Intern and static it.
15986 (selection_data_to_lisp_data): Return a unibyte string made from
15987 data with `foreign-selection' text property.
15988
15989 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
15990
15991 * termhooks.h (EVENT_INIT): New macro.
15992
15993 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
15994
15995 * alloc.c (mark_kboards): Move to keyboard.c.
15996
15997 * keyboard.c (record_asynch_buffer_change, read_avail_input):
15998 * xterm.c (x_dispatch_event):
15999 * xmenu.c (find_and_call_menu_selection):
16000 * xdisp.c (handle_tool_bar_click):
16001 * w32menu.c (menubar_selection_callback):
16002 * sysdep.c (kbd_input_ast, read_input_waiting):
16003 * msdos.c (dos_rawgetc):
16004 * macterm.c (mac_check_for_quit_char):
16005 * macmenu.c (menubar_selection_callback):
16006 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
16007 data to kbd_buffer_store_event.
16008
16009 2003-06-15 Kim F. Storm <storm@cua.dk>
16010
16011 * xdisp.c (x_fix_overlapping_area): Always use area relative X
16012 to fix redisplay problem with tall characters (such as \e,AC\e(B).
16013
16014 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16015
16016 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
16017
16018 2003-06-12 Kenichi Handa <handa@m17n.org>
16019
16020 * fileio.c (Fwrite_region): Save and restore restriction.
16021
16022 2003-06-12 Dave Love <fx@gnu.org>
16023
16024 * alloca.c (alloca): Declare arg as size_t.
16025
16026 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
16027 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
16028
16029 2003-06-11 Dave Love <fx@gnu.org>
16030
16031 * search.c (shrink_regexp_cache): Use xrealloc.
16032 (syms_of_search): Use xmalloc.
16033
16034 2003-06-10 Kim F. Storm <storm@cua.dk>
16035
16036 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
16037 Adjust phys_cursor.x to be relative to window box, rather than
16038 text area before checking -- to ensure cursor is redrawn when
16039 exposing window.
16040 Note: This also fixes a similar (older) bug if display margins
16041 are present.
16042
16043 2003-06-06 Kenichi Handa <handa@m17n.org>
16044
16045 * coding.c (encoding_buffer_size): If coding->type is
16046 coding_type_ccl, double magnification on CRLF encoding.
16047
16048 2003-06-06 Jason Rumney <jasonr@gnu.org>
16049
16050 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
16051 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
16052
16053 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
16054 Mac too.
16055
16056 2003-06-05 Dave Love <fx@gnu.org>
16057
16058 * strftime.c: Merge changes from gnulib.
16059
16060 * mktime.c (__mktime_internal): Merge changes from gnulib
16061 involving year 69 and dst2.
16062
16063 Changes to merge with gnulib version and be consistent with the
16064 autoconf test:
16065
16066 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
16067 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
16068 [HAVE_LOCALE_H]: Include locale.h.
16069 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
16070
16071 2003-06-05 Kim F. Storm <storm@cua.dk>
16072
16073 * window.c (coordinates_in_window): Convert X and Y to window
16074 relative coordinates inside mode-line and header-line parts.
16075 Convert X and Y to margin area relative coordinates inside left
16076 and right display margin parts.
16077
16078 2003-06-05 Jason Rumney <jasonr@gnu.org>
16079
16080 * w32fns.c (add_system_logical_colors_to_map): New function.
16081 (Fx_open_connection): Use it.
16082
16083 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
16084
16085 * process.c (allocate_pty): Revert part of the previous patch.
16086 (Faccept_process_output): Simplify.
16087
16088 2003-06-04 Jason Rumney <jasonr@gnu.org>
16089
16090 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
16091
16092 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
16093 (lispy_mouse_wheel_names): Remove.
16094 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
16095 Always define drag_and_drop_syms.
16096
16097 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
16098 WHEEL_EVENT events.
16099
16100 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
16101
16102 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
16103
16104 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
16105
16106 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16107
16108 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16109 menu item label.
16110
16111 2003-06-03 Richard M. Stallman <rms@gnu.org>
16112
16113 * window.c (Fwindow_edges): Doc fix.
16114 (Fwindow_pixel_edges, Fwindow_inside_edges)
16115 (Fwindow_inside_pixel_edges): New functions.
16116 (syms_of_window): defsubr them.
16117
16118 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16119 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16120
16121 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16122
16123 * dispnew.c (Fsit_for): Don't lie about the number of args.
16124
16125 2003-06-02 Dave Love <fx@gnu.org>
16126
16127 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16128 (syms_of_callproc) <process-environment>: Doc fix.
16129
16130 * doc.c: Use HAVE_FCNTL_H, not USG5.
16131
16132 * xfaces.c (font_rescale_ratio): Fix for K&R.
16133
16134 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16135
16136 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16137
16138 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16139
16140 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16141 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16142
16143 * xterm.c (Qutf_8): Move to coding.c
16144
16145 * xmenu.c (ENCODE_MENU_STRING): New.
16146 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16147 Use it.
16148
16149 * coding.h (ENCODE_UTF_8): New.
16150 (Qutf_8): Declare.
16151
16152 * coding.c (Qutf_8): New.
16153 (syms_of_coding): Intern it.
16154
16155 * fns.c: Doc fixes.
16156
16157 2003-06-02 Kenichi Handa <handa@m17n.org>
16158
16159 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16160
16161 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16162
16163 * lread.c (openp): Make sure STR is a string.
16164
16165 2003-06-01 David Ponce <david@dponce.com>
16166
16167 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
16168 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16169
16170 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16171 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16172 (discard_mouse_events): Discard WHEEL_EVENT events too.
16173 (lispy_wheel_names, wheel_syms): New.
16174 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
16175 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
16176 (make_lispy_event): Add WHEEL_EVENT handler.
16177
16178 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16179 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16180 WHEEL_EVENT events.
16181
16182 2003-05-31 John Paul Wallington <jpw@gnu.org>
16183
16184 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16185 timer are in lisp/emacs-lisp.
16186
16187 2003-05-31 Kenichi Handa <handa@m17n.org>
16188
16189 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16190 region when a buffer is changed to unibyte.
16191
16192 * charset.h (VALID_LEADING_CODE_P): New macro.
16193 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16194
16195 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16196 is nonzero, accept multibyte form of eight-bit-control chars.
16197 (decode_composition_emacs_mule): Likewise.
16198 (decode_coding_emacs_mule): Likewise.
16199 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16200 multibyte form of eight-bit-control chars.
16201
16202 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16203 (Finsert_file_contents): If coding-system-for-read is bound to
16204 Qauto_save_coding, use the coding system emacs-mule with special
16205 setting for recovering a file.
16206 (choose_write_coding_system): On auto saving, use the coding
16207 system emacs-mule with special setting for auto saving.
16208 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16209
16210 2003-05-30 Kenichi Handa <handa@m17n.org>
16211
16212 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16213 properly before calling ccl_driver.
16214
16215 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
16216
16217 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
16218 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16219 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16220
16221 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16222
16223 * xfaces.c (realize_default_face): Do not abort if lface is
16224 non-existent - reverts change from 2003-05-19.
16225
16226 2003-05-29 Kenichi Handa <handa@m17n.org>
16227
16228 * coding.c (decode_coding_iso2022): Pay attention to the byte
16229 sequence of CTEXT extended segment, and retain those bytes as is.
16230
16231 2003-05-28 Kenichi Handa <handa@m17n.org>
16232
16233 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
16234 of CODING_REPLACEMENT_CHARACTER.
16235 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16236 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16237 check this flag on encoding.
16238 (encode_coding_sjis_big5):
16239 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16240 (Fset_terminal_coding_system_internal):
16241 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16242 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16243
16244 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
16245 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16246 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16247
16248 2003-05-28 Richard M. Stallman <rms@gnu.org>
16249
16250 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16251
16252 * eval.c (unbind_to): Move init of this_binding to separate statement.
16253
16254 2003-05-28 Kim F. Storm <storm@cua.dk>
16255
16256 * xdisp.c (expose_window): Fix error in calculation of
16257 window relative coordinates of area to redisplay.
16258
16259 2003-05-27 Jason Rumney <jasonr@gnu.org>
16260
16261 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16262
16263 2003-05-27 David Ponce <david@dponce.com>
16264
16265 Handle W32 mouse wheel events as mouse click events, like in X.
16266
16267 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16268 MOUSE_WHEEL_EVENT anymore.
16269
16270 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16271 Scrolling down/up the mouse wheel is respectively mapped to mouse
16272 button 4 and 5.
16273 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16274 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16275 WM_MOUSEWHEEL events.
16276
16277 2003-05-27 Andreas Schwab <schwab@suse.de>
16278
16279 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16280
16281 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16282 partially visible line.
16283
16284 * alloc.c (Fgarbage_collect): Fix last change.
16285
16286 2003-05-26 John Paul Wallington <jpw@gnu.org>
16287
16288 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16289
16290 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16291
16292 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16293 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16294
16295 * window.h (window_box_text_cols): Declare.
16296
16297 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16298 (x_draw_vertical_border): Remove unused var `f'.
16299
16300 * xfaces.c (build_scalable_font_name): Remove `unused var
16301 pixel_size' warning.
16302
16303 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16304
16305 * unexelf.c (unexec): Remove `unused var n' warning.
16306
16307 * strftime.c (my_strftime_localtime_r): Remove `defined but
16308 unused' warning.
16309
16310 * process.c (allocate_pty): Remove `unused var stb' and
16311 `cp might be used uninitialized' warnings.
16312
16313 * dispnew.c (mode_line_string): Remove unused var `f'.
16314
16315 * coding.c (find_safe_codings): Remove unused var `i'.
16316
16317 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16318
16319 * buffer.c (Fkill_buffer): Remove unused var `list'.
16320
16321 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16322
16323 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16324
16325 * frame.c (make_frame): Condition want_fullscreen with
16326 HAVE_WINDOW_SYSTEM.
16327
16328 2003-05-25 Juanma Barranquero <lektu@terra.es>
16329
16330 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16331 (Fwindow_scroll_bars): Fix typo in docstring.
16332
16333 2003-05-24 Kim F. Storm <storm@cua.dk>
16334
16335 The following changes serve several purposes:
16336
16337 1) Swap the position of fringes and display margins in windows, i.e.
16338 the fringes are now displayed between the margins and the text area
16339 (by default).
16340
16341 2) Allow fringe and scroll bar parameters to be set per-buffer and
16342 per-window (like display margins). Such settings are now stored
16343 in window configurations, preserved when frames are resized, and
16344 copied when windows are split vertically or horizontally.
16345 Several bugs related to display margins have been fixed.
16346
16347 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
16348
16349 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16350 rather than FRAME_WIDTH (FRAME_FONT (f)).
16351
16352 5) Introduce a consistent naming of variables, members and macros
16353 depending on whether their value is measured in pixels or in
16354 canonical columns/lines. Pixel dimensions are named *_width and
16355 *_height, while canonical columns/lines are named *_cols and
16356 *_lines. Pixel positions are named *_x and *_y, while column/line
16357 positions are named *_col and *_line.
16358
16359 6) Consolidate more of the X, W32, and MAC gui code by moving
16360 common data into struct frame, and generalize it for the non-gui
16361 case by using suitable defaults.
16362
16363 7) Cleanup and consolidate the macros controlling frame and window
16364 layout into frame.h and window.h, and generalize the use of the
16365 various window_box_* functions (enhanced to handle the new fringe
16366 position and the per-window fringe and scroll bar settings).
16367
16368 * frame.h (struct frame): Rename members height to text_lines,
16369 width to text_cols, window_height to total_lines, window_width to
16370 total_cols, new_height to new_text_lines, new_width to
16371 new_text_cols. All uses changed.
16372 (struct frame): New members which consolidate common members of
16373 x_output, w32_output, and mac_output structures: left_pos,
16374 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16375 win_gravity, size_hint_flags, border_width, internal_border_width,
16376 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16377 want_fullscreen. All uses changed.
16378 (struct frame): New member column_width contaning the canonical
16379 column width, analogue to line_height. All uses changed.
16380 (struct frame): Rename members scroll_bar_pixel_width to
16381 config_scroll_bar_width, and scroll_bar_cols to
16382 config_scroll_bar_cols. All uses changed.
16383 (struct frame): New member scroll_bar_actual_width which
16384 consolidates and renames the vertical_scroll_bar_extra member of
16385 x_output, w32_output, and mac_output structures. All uses changed.
16386 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
16387 from x/w32/macterm.h files. All uses changed. Also change code
16388 which referred to f->output_data...->pixel_height.
16389 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
16390 from x/w32/macterm.h files. All uses changed. Also change code
16391 which referred to f->output_data...->pixel_width.
16392 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
16393 Also change code which referred to f->height.
16394 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
16395 Also change code which referred to f->width.
16396 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16397 to update new_text_lines and new_text_cols members directly.
16398 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
16399 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
16400 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
16401 FRAME_SCROLL_BAR_COLS. All uses changed.
16402 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
16403 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
16404 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
16405 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
16406 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
16407 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
16408 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
16409 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
16410 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
16411 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
16412 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
16413 Unconditionally return line_height member (it now has proper value
16414 also for non-window frames).
16415 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
16416 return new column_width member (rather than the default font width).
16417 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
16418 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
16419 from x/w32/macterm.h files. Unconditionally return corresponding
16420 member of frame structure (they now have proper values also for
16421 non-window frames).
16422 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
16423 Calculate return value from left and right widths.
16424 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
16425 internal_border_width member (has proper value for non-window frame).
16426 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
16427 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
16428 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
16429 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
16430 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
16431 consolidated from xterm.h, macterm.h, and w32term.h.
16432 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
16433 consolidated from xterm.h, macterm.h, and w32term.h.
16434 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
16435 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
16436 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
16437 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
16438 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
16439 consolidated from x/mac/w32term.h.
16440 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
16441 consolidated from x/mac/w32term.h.
16442 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
16443 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
16444 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
16445 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
16446
16447 * window.h (struct window): Rename members left to left_col,
16448 top to top_line, height to total_lines, width to total_cols,
16449 left_margin_width to left_margin_cols, right_margin_width to
16450 right_margin_cols, orig_height to orig_total_lines, orig_top to
16451 orig_top_line. All uses changed.
16452 (struct window): New members left_fringe_width, right_fringe_width,
16453 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
16454 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
16455 New macros primarily used to simplify other macros.
16456 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
16457 referred to XINT (w->width).
16458 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
16459 referred to XINT (w->height).
16460 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
16461 referred to XINT (w->width) * canon_x_unit.
16462 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
16463 referred to XINT (w->height) * canon_y_unit.
16464 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
16465 referred to XINT (w->left).
16466 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
16467 all uses and code that referred to XINT (w->left) + XINT (w->width).
16468 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
16469 referred to XINT (w->top).
16470 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
16471 referred to XINT (w->top) + XINT (w->height).
16472 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
16473 referred to XINT (w->left) * canon_x_unit.
16474 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
16475 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
16476 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
16477 referred to XINT (w->top) * canon_y_unit.
16478 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
16479 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
16480 (WINDOW_LEFTMOST_P): New macro.
16481 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
16482 All uses changed.
16483 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
16484 All uses changed.
16485 (WINDOW_BOX_LEFT_EDGE_X): Rename from
16486 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
16487 Do not exclude left fringe width.
16488 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
16489 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
16490 Do not exclude fringe widths.
16491 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
16492 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
16493 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
16494 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
16495 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
16496 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
16497 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
16498 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
16499 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
16500 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
16501 New macros. Change code which referenced corresponding
16502 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
16503 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
16504 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
16505 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
16506 allow per-window scroll-bar settings.
16507 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
16508 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
16509 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
16510 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
16511 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
16512 FRAME_SCROLL_BAR_WIDTH.
16513 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
16514 (WINDOW_SCROLL_BAR_AREA_X): New macros.
16515 (WINDOW_HEADER_LINE_HEIGHT): Rename from
16516 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
16517 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
16518 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
16519 (WINDOW_BOX_TEXT_HEIGHT): Rename from
16520 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
16521 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16522 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16523 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
16524 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
16525 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16526 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
16527 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16528 (window_from_coordinates): Update prototype.
16529 (Fset_window_buffer): Update EXFUN.
16530 (set_window_buffer): Update prototype.
16531
16532 * dispextern.h (struct glyph_matrix): Rename members window_left_x
16533 to window_left_col, window_top_y to window_top_line. All uses
16534 changed.
16535 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
16536 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
16537 internal_border_width is now set to 0 for non-window frames.
16538 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
16539 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
16540 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
16541 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
16542 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
16543 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16544 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16545 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
16546 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
16547 Move to window.h and renamed [see window.h changes].
16548 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
16549 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
16550 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
16551 Use WINDOW_TOTAL_LINES.
16552 (frame_update_line_height): Remove prototype.
16553
16554 * buffer.h (struct buffer): Rename members measured in columns:
16555 left_margin_width to left_margin_cols, right_margin_width to
16556 right_margin_cols. All uses changed.
16557 New members left_fringe_width, right_fringe_width,
16558 fringes_outside_margins for per-buffer fringe settings.
16559 New members scroll_bar_width and vertical_scroll_bar_type for
16560 per-buffer scroll bar settings.
16561
16562 * buffer.c (init_buffer_once): Set buffer_defaults and
16563 buffer_local_flags for new buffer-local variables
16564 left_fringe_width, right_fringe_width, fringes_outside_margins,
16565 scroll_bar_width, and vertical_scroll_bar_type.
16566 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
16567 default-* variables for them.
16568
16569 * dispnew.c: Make (many) trivial substitutions for renamed and
16570 new macros in dispextern.h, frame.h and window.h.
16571 (mode_line_string): No need to adjust width for mode lines, as it
16572 is already adjusted by the caller.
16573 (marginal_area_string): Handle fringes inside/outside margins.
16574
16575 * frame.c: Make (many) trivial substitutions for renamed and
16576 new macros in dispextern.h, frame.h and window.h.
16577 (make_frame): Initialize left_fringe_width, right_fringe_width,
16578 fringe_cols, scroll_bar_actual_width, border_width,
16579 internal_border_width, column_width, line_height, x_pixels_diff,
16580 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
16581 members with values suitable for a non-window frames.
16582
16583 * gtkutil.c: Make (many) trivial substitutions for renamed and
16584 new macros in dispextern.h, frame.h and window.h.
16585
16586 * indent.c: Make (few) trivial substitutions for renamed and
16587 new macros in dispextern.h, frame.h and window.h.
16588
16589 * keyboard.c: Make (many) trivial substitutions for renamed and
16590 new macros in dispextern.h, frame.h and window.h.
16591 (make_lispy_event): Use window positions returned from
16592 window_from_coordinates when constructing the lisp event for
16593 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
16594 (incorrect) values locally.
16595 (make_lispy_movement): Use window positions returned from
16596 window_from_coordinates when constructing the lisp event, rather
16597 than calculating (incorrect) values locally.
16598
16599 * scroll.c: Make (some) trivial substitutions for renamed and
16600 new macros in dispextern.h, frame.h and window.h.
16601
16602 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
16603 scroll-bars.
16604
16605 * sysdep.c: Make (few) trivial substitutions for renamed and
16606 new macros in dispextern.h, frame.h and window.h.
16607
16608 * term.c: Make (some) trivial substitutions for renamed and
16609 new macros in dispextern.h, frame.h and window.h.
16610
16611 * widget.c: Make (few) trivial substitutions for renamed and
16612 new macros in dispextern.h, frame.h and window.h.
16613
16614 * window.c: Make (many) trivial substitutions for renamed and
16615 new macros in dispextern.h, frame.h and window.h.
16616 (make_window): Initialize new members
16617 left_margin_cols, right_margin_cols, left_fringe_width,
16618 right_fringe_width, fringes_outside_margins, scroll_bar_width,
16619 and vertical_scroll_bar_type.
16620 (coordinates_in_window): Adapt to new fringe/margin positions
16621 and per-window fringes and scroll-bars.
16622 Fix bug related to incorrectly adjusting coordinates by
16623 frame's internal_border_width (the effect normally negible since
16624 the internal_border_width is typically 0 or 1 pixel, but very
16625 noticeable for an internal_border_width of e.g. 25 pixels).
16626 Upon successful return (other than ON_NOTHING), the coordinates
16627 are now always properly converted to window relative for the
16628 given display element.
16629 (window_from_coordinates): Add new parameters wx and wy to
16630 return the window relative x and y position in the returned
16631 window and part. A null arg means, don't return the position.
16632 All callers changed.
16633 (adjust_window_margins): New function which may reduce the width
16634 of the display margins if a window's text area is too small after
16635 resizing or splitting windows.
16636 (size_window): Fix bug that did not account for display margin
16637 widths when checking the minimum width of a window; use
16638 adjust_window_margins.
16639 (set_window_buffer): Call Fset_window_fringes and
16640 Fset_window_scroll_bars to setup per-window elements.
16641 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
16642 existing display margin, fringe widths, and scroll bar settings
16643 (e.g. after splitting a window or resizing the frame).
16644 All callers changed.
16645 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
16646 (Fsplit_window): Duplicate original window's display margin,
16647 fringe, and scroll-bar settings; then call Fset_window_buffer with
16648 KEEP_MARGINS non-nil. This fixes a bug which caused a split
16649 window to only preserve the display margins in one of the windows.
16650 When splitting horizontally, call adjust_window_margins on both
16651 windows to ensure that the text area of the new windows is non too
16652 narrow. This fixes a bug which could cause Emacs to trap if the
16653 width of the split window was less than the width of the display
16654 margins.
16655 (window_box_text_cols): Rename from window_internal_width.
16656 All uses changed. Adapt to per-window fringes and scroll bars.
16657 Fix bug that caused vertical separator to be subtracted also on
16658 window frames. Fix another bug that did not reduce the returned
16659 value by the columns used for display margins.
16660 (window_scroll_line_based): Fix bug related to scrolling too much
16661 when display margins are present (implicitly fixed by the fix to
16662 window_box_text_cols).
16663 (scroll_left, scroll_right): Fix bug related to scrolling too far
16664 by default when display margins are present (implicitly fixed by
16665 the fix to window_box_text_cols).
16666 (struct saved_window): Rename members left to left_col, top to
16667 top_line, width to total_cols, height to total_lines, orig_top to
16668 orig_top_line, orig_height to orig_total_lines. All uses changed.
16669 New members left_margin_cols, right_margin_cols,
16670 left_fringe_width, right_fringe_width, fringes_outside_margins,
16671 scroll_bar_width, and vertical_scroll_bar_type for saving
16672 per-window display elements.
16673 (Fset_window_configuration): Restore display margins, fringes,
16674 and scroll bar settings. This fixes a bug which caused display
16675 margins to be discarded when saving and restoring a window
16676 configuration.
16677 (save_window_save): Save display margins, fringes, and scroll bar
16678 settings. This fixes a bug which caused display margins to be
16679 discarded when saving and restoring a window configuration.
16680 (Fset_window_margins): Do nothing if display margins are not
16681 really changed. Otherwise, call adjust_window_margins to ensure
16682 the text area doesn't get too narrow. This fixes a bug which
16683 could cause Emacs to trap if setting display margins wider than
16684 the width of the window.
16685 (Fset_window_fringes): New defun to allow user to specifically set
16686 this window's fringe widths and position vs. display margins.
16687 (Fwindow_fringes): New defun to return window's actual fringe settings.
16688 (Fset_window_scroll_bars): New defun to allow user to specifically
16689 set this window's scroll bar width and position.
16690 (Fwindow_scroll_bars): New defun to return window's actual scroll
16691 bar settings.
16692 (compare_window_configurations): Also compare display margins,
16693 fringes, and scroll bar settings.
16694 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
16695
16696 * xdisp.c: Make (many) trivial substitutions for renamed and
16697 new macros in dispextern.h, frame.h and window.h.
16698 (window_box_width): Adapt to per-window fringes and scroll bars,
16699 and new fringe vs. display margin position. Note that returned
16700 value is no longer guaranteed to be a whole multiple of the frame
16701 column width, since per-window fringes may now be any width.
16702 (window_box_left_offset): New function like window_box_left, but
16703 value is relative to left border of window (rather than frame).
16704 (window_box_right_offset): New function like window_box_right,
16705 but value is relative to left border of window.
16706 (window_box_left): Adapt to per-window fringes and scroll bars,
16707 and new fringe vs. display margin position. Simplify by using
16708 WINDOW_LEFT_EDGE_X and window_box_left_offset.
16709 (window_box): Allow null args for unnecessary return values;
16710 change/simplify relevant callers.
16711 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
16712 and new fringe vs. display margin position.
16713 Use window_box_left_offset and window_box_right_offset
16714 (get_glyph_string_clip_rect): Adapt to per-window fringes and
16715 scroll bars, and new fringe vs. display margin position.
16716 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
16717 (draw_fringe_bitmap): Rework to handle per-window fringes and new
16718 fringe vs. display margin position.
16719 (hscroll_window_tree): Use window_box_width instead of window_box.
16720 (redisplay_window): Adapt to per-window scroll bars.
16721 (draw_glyphs): Rework to handle per-window fringes and scroll
16722 bars, and new fringe vs. display margin position.
16723 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
16724 (x_clear_end_of_line): Adapt to per-window fringes and scroll
16725 bars, and new fringe vs. display margin position. Fix bug which
16726 increased total width of full_width rows by width of scroll bars
16727 although window's total width already includes that.
16728 (x_fix_overlapping_area): Simplify using window_box_left_offset.
16729 (expose_area): Simplify using window_box_left_offset.
16730 (x_draw_vertical_border): Handle per-window scroll bar settings,
16731 mixing windows with left, right and no scroll bars.
16732
16733 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
16734 where it's used in x_list_fonts (for clarity).
16735 (frame_update_line_height): Remove unused function; functionality
16736 is now done directly when setting the default font in x_set_font.
16737
16738 * xfns.c: Make (many) trivial substitutions for renamed and
16739 new macros in dispextern.h, frame.h and window.h.
16740
16741 * xmenu.c: Make (some) trivial substitutions for renamed and
16742 new macros in dispextern.h, frame.h and window.h.
16743
16744 * xterm.h (struct x_output): Move members left_pos, top_pos,
16745 border_width, pixel_height, pixel_width, line_height,
16746 internal_border_width, vertical_scroll_bar_extra,
16747 left_fringe_width, right_fringe_width, fringe_cols,
16748 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16749 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16750 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16751 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16752 (PIXEL_WIDTH, PIXEL_HEIGHT)
16753 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16754 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16755 frame.h and renamed [see frame.h changes].
16756 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16757 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16758 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16759 and renamed [see frame.h changes].
16760
16761 * xterm.c: Make (several) trivial substitutions for renamed and
16762 new macros in dispextern.h, frame.h and window.h.
16763 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16764 (scroll_run): Adapt to new fringe position.
16765 (glyph_rect): Use window coordinates returned from
16766 window_from_coordinates rather than frame_to_window_pixel_xy.
16767 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16768 scroll-bars.
16769 (handle_one_xevent): Simplify a USE_GTK conditional.
16770 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16771 (fringes are now inside margins, i.e. always in the clipping area).
16772 All callers changed.
16773 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16774 directly, then call compute_fringe_widths. Don't call
16775 frame_update_line_height.
16776
16777 * w32term.h (struct w32_output): Move members left_pos, top_pos,
16778 border_width, pixel_height, pixel_width, line_height,
16779 internal_border_width, vertical_scroll_bar_extra,
16780 left_fringe_width, right_fringe_width, fringe_cols,
16781 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16782 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16783 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16784 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16785 (PIXEL_WIDTH, PIXEL_HEIGHT)
16786 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16787 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16788 frame.h and renamed [see frame.h changes].
16789 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16790 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16791 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16792 and renamed [see frame.h changes].
16793
16794 * w32term.c: Make (several) trivial substitutions for renamed and
16795 new macros in dispextern.h, frame.h and window.h.
16796 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16797 (glyph_rect): Use window coordinates returned from
16798 window_from_coordinates rather than frame_to_window_pixel_xy.
16799 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16800 scroll-bars.
16801 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
16802 (fringes are now inside margins, i.e. always in the clipping area).
16803 All callers changed.
16804 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16805 directly, then call compute_fringe_widths. Don't call
16806 frame_update_line_height.
16807
16808 * w32console.c: Make (few) trivial substitutions for renamed and
16809 new macros in dispextern.h, frame.h and window.h.
16810
16811 * w32fns.c: Make (many) trivial substitutions for renamed and
16812 new macros in dispextern.h, frame.h and window.h.
16813
16814 * w32menu.c: Make (few) trivial substitutions for renamed and
16815 new macros in dispextern.h, frame.h and window.h.
16816
16817 * macterm.h (struct mac_output): Move members left_pos, top_pos,
16818 border_width, pixel_height, pixel_width, line_height,
16819 internal_border_width, vertical_scroll_bar_extra,
16820 left_fringe_width, right_fringe_width, fringe_cols,
16821 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16822 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
16823 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16824 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16825 (PIXEL_WIDTH, PIXEL_HEIGHT)
16826 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16827 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16828 frame.h and renamed [see frame.h changes].
16829 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16830 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16831 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16832 and renamed [see frame.h changes].
16833
16834 * macterm.c: Make (several) trivial substitutions for renamed and
16835 new macros in dispextern.h, frame.h and window.h.
16836 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16837 (glyph_rect): Use window coordinates returned from
16838 window_from_coordinates rather than frame_to_window_pixel_xy.
16839 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16840 scroll-bars.
16841 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16842 (fringes are now inside margins, i.e. always in the clipping area).
16843 All callers changed.
16844 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16845 directly, then call compute_fringe_widths. Don't call
16846 frame_update_line_height.
16847
16848 * macfns.c: Make (several) trivial substitutions for renamed and
16849 new macros in dispextern.h, frame.h and window.h.
16850 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
16851
16852 * macmenu.c: Make (few) trivial substitutions for renamed and
16853 new macros in dispextern.h, frame.h and window.h.
16854
16855 * msdos.h (struct x_output): Remove members left_pos, top_pos,
16856 and line_height, and use corresponding new members in struct
16857 frame. All uses changed.
16858 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
16859 superseeded by corresponding macros in frame.h.
16860
16861 * msdos.c: Make (several) trivial substitutions for renamed and
16862 new macros in dispextern.h, frame.h and window.h.
16863 (IT_note_mouse_highlight): Use updated window coordinates returned
16864 by window_from_coordinates, rather than adjusting them locally.
16865 (internal_terminal_init): No need to initialize line_height here;
16866 it now defaults to 1.
16867
16868 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
16869
16870 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
16871 dropping `down' events.
16872
16873 2003-05-24 Andreas Schwab <schwab@suse.de>
16874
16875 * coding.c (find_safe_codings): Fix last change.
16876
16877 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
16878
16879 * xfns.c (x_window): Fix typo from 2003-05-21 change.
16880
16881 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
16882
16883 * xdisp.c (display_mode_element): Increase max depth.
16884 Simplify the error handling code. Use a different error string
16885 for the case where we hit the depth limit.
16886
16887 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
16888
16889 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
16890
16891 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
16892
16893 * intervals.c (get_local_map): Don't get char-property of previous
16894 point any more: get_pos_property already does it and better.
16895
16896 2003-05-21 Dave Love <fx@gnu.org>
16897
16898 [Merged from unicode branch.]
16899
16900 * xfns.c (x_window, x_window): Use use_xim.
16901
16902 * xterm.c (use_xim): Initialize.
16903 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16904 (x_term_init): Maybe set use_xim.
16905
16906 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16907
16908 2003-05-21 Jason Rumney <jasonr@gnu.org>
16909
16910 * unexw32.c (_start): Remove _fmode initialization.
16911
16912 * emacs.c (main) [WINDOWSNT]: Move it here.
16913
16914 2003-05-20 Dave Love <fx@gnu.org>
16915
16916 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
16917
16918 2003-05-19 Richard M. Stallman <rms@gnu.org>
16919
16920 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
16921 as value for QCfont attribute.
16922 (realize_default_face): lface should already exist; crash if not.
16923 Specify 0 for FORCE_P when calling set_lface_from_font_name.
16924
16925 * frame.c (Fignore_event): Doc fix.
16926
16927 2003-05-19 Kenichi Handa <handa@m17n.org>
16928
16929 * coding.c (decode_coding_string): Handle post-read-conversion
16930 even if the coding doesn't require decoding.
16931
16932 2003-05-18 Richard M. Stallman <rms@gnu.org>
16933
16934 * callproc.c (Fcall_process_region): Doc fix.
16935
16936 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16937
16938 * lread.c (Fload): Print a message if package is obsolete.
16939
16940 * window.c (Fselect_window): Add optional `norecord' arg.
16941 (select_window_1): Fold into Fselect_window.
16942 (select_window_norecord): New function.
16943 (temp_output_buffer_show): Use it. Preserve current buffer.
16944
16945 * window.h (Fselect_window): Update declaration.
16946
16947 * window.c (delete_window, Fother_window, Fset_window_configuration):
16948 * minibuf.c (read_minibuf):
16949 * macterm.c (x_new_focus_frame):
16950 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
16951 * callint.c (Fcall_interactively):
16952 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
16953
16954 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
16955
16956 2003-05-17 David Kastrup <dak@gnu.org>
16957
16958 * process.c (read_process_output): Back out change from 2003-03-09.
16959
16960 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16961
16962 * editfns.c (get_pos_property): Don't assume that `object' = nil.
16963
16964 * textprop.c (text_property_stickiness): New arg `buffer'.
16965
16966 * intervals.h (text_property_stickiness): New arg `buffer'.
16967 (get_pos_property): Declare.
16968
16969 * intervals.c (get_local_map): Use get_pos_property, to obey
16970 stickiness and empty overlays.
16971 (create_root_interval, graft_intervals_into_buffer): Use BEG.
16972 (merge_properties, intervals_equal, merge_properties_sticky):
16973 Use XCAR, XCDR.
16974 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
16975
16976 2003-05-17 Richard M. Stallman <rms@gnu.org>
16977
16978 * minibuf.c (read_minibuf): If buffer is empty, record the default
16979 in the history.
16980 (Fminibuffer_complete_word): When deleting the overlap, take account
16981 of its real position.
16982
16983 * fns.c (map_char_table): Fix previous change.
16984
16985 * syntax.c (find_defun_start):
16986 When open_paren_in_column_0_is_defun_start,
16987 return beginning of buffer.
16988
16989 * lisp.h (map_char_table): Declare added arg.
16990
16991 * fns.c (map_char_table): New arg TABLE gets the master table.
16992 All calls changed.
16993 Process default and inheritance, resorting to Faref if necessary.
16994
16995 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16996 (Faccessible_keymaps): Pass new arg to map_char_table.
16997
16998 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
16999
17000 * casetab.c (set_case_table): Pass new arg to map_char_table.
17001
17002 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
17003
17004 * lisp.h (specbinding_func): New typedef.
17005 (struct specbinding): Use specbinding_func, to put the `volatile'
17006 in the right place.
17007
17008 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
17009 to avoid GCC warning.
17010
17011 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
17012
17013 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
17014
17015 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
17016
17017 * keyboard.c (apply_modifiers): Don't fill the other cache.
17018
17019 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
17020
17021 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
17022
17023 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
17024 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
17025 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
17026 (Fset_window_configuration, Fcurrent_window_configuration)
17027 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
17028 (Fpos_visible_in_window_p, mark_window_cursors_off)
17029 (window_internal_height, window_internal_width, Frecenter)
17030 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
17031 (replace_buffer_in_all_windows, init_window_once, init_window)
17032 (syms_of_window, keys_of_window): Move from lisp.h.
17033 * lisp.h: Move window.c declarations to window.h.
17034
17035 * bytecode.c: Include window.h.
17036 * emacs.c: Include window.h.
17037
17038 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
17039 (keyremap): Add `parent' field.
17040 (keyremap_step): Use it. Remove `parent' argument.
17041 (read_key_sequence): Setup and use the new `parent' field.
17042
17043 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17044
17045 * keyboard.c (adjust_point_for_property): Ensure termination.
17046
17047 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
17048
17049 * keyboard.c (follow_key): Remove dead variable `did_meta'.
17050 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
17051 duplicated handling of function-key-map and key-translation-map
17052 in read_key_sequence.
17053 (read_key_sequence): Use them.
17054
17055 * keyboard.c (adjust_point_for_property): Try harder to move point
17056 to the non-sticky end of an invisible property.
17057
17058 * xdisp.c (single_display_prop_intangible_p): Make `space' display
17059 property intangible as well.
17060
17061 2003-05-10 Andreas Schwab <schwab@suse.de>
17062
17063 * xmenu.c (single_menu_item): Change last parameter to void* to
17064 avoid warning.
17065
17066 2003-05-09 Richard M. Stallman <rms@gnu.org>
17067
17068 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
17069 Bind Qinhibit_modification_hooks to t so there will be no GC.
17070 Rename local `tem' to `save_deactivate_mark'.
17071
17072 * eval.c (specpdl_ptr): Declare volatile.
17073 (unbind_to): Copy the whole binding and decrement specpdl_ptr
17074 before doing the work of unbinding it.
17075
17076 * lisp.h (struct specbinding): Declare elements volatile.
17077 (specpdl_ptr): Declare volatile.
17078
17079 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
17080
17081 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17082 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
17083
17084 2003-05-08 Dave Love <fx@gnu.org>
17085
17086 * coding.c (Vlast_coding_system_used): Doc fix.
17087
17088 2003-05-07 Jason Rumney <jasonr@gnu.org>
17089
17090 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
17091 when system does not support them.
17092
17093 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * fileio.c (Qwrite_region_annotate_functions): New var.
17096 (build_annotations): Use it to process the global part of the hook.
17097 (syms_of_fileio): Init and staticpro it.
17098
17099 * keyboard.c (safe_run_hooks_error): Display a message instead of
17100 silently ignoring the error.
17101
17102 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
17103
17104 * keyboard.c (input_available_signal): Mark static.
17105 (menu_bar_items): Use map_keymap.
17106 (menu_bar_one_keymap): Remove.
17107 (menu_bar_item): Adjust arglist (for use in map_keymap).
17108 Properly hide a second binding when not both are keymaps.
17109
17110 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17111 (single_keymap_panes): Use it and map_keymap.
17112 (single_menu_item): Use skp as well.
17113
17114 * keymap.h (map_keymap_function_t): New type.
17115 (map_keymap): Declare.
17116
17117 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17118 (map_keymap_call, Fmap_keymap): New functions.
17119 (syms_of_keymap): Defsubr map-keymap.
17120
17121 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17122
17123 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17124 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17125 ..._with_mnemonic functions for menu items.
17126
17127 2003-05-01 Kenichi Handa <handa@m17n.org>
17128
17129 * coding.c (coding_system_accept_latin_extra_p): Delete this
17130 function.
17131 (find_safe_codings): Pay attention to
17132 the property tranlsation-table-for-encode of each codings.
17133 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17134
17135 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17136
17137 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17138
17139 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17140
17141 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17142
17143 * lisp.h (CHECK): Wrap args in parenthesis.
17144 (specbind): Fix doc: symbol = Qnil is not supported any more.
17145
17146 * bytecode.c (Fbyte_code) <unwind-protect>:
17147 Use Fprogn rather than 0 and Qnil.
17148
17149 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17150 `double', and `triple' modifiers as well.
17151
17152 2003-04-30 Richard M. Stallman <rms@gnu.org>
17153
17154 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17155
17156 * alloc.c (abort_on_gc): New variable.
17157 (Fgarbage_collect): Abort if abort_on_gc is set.
17158
17159 * lisp.h (abort_on_gc): Add decl.
17160
17161 * eval.c (Fsignal): Clear abort_on_gc.
17162
17163 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
17164 Reinit FORMAT_START and END before second scan.
17165
17166 * xdisp.c (move_it_vertically_backward): Do the final big else
17167 even if nlines is 0.
17168
17169 * xdisp.c (redisplay_internal): Finish the per-frame loop
17170 even if redisplay is suspended by input.
17171
17172 2003-04-24 Andrew Choi <akochoi@shaw.ca>
17173
17174 * macterm.c (x_list_fonts): Return all fonts that match if
17175 maxnames = -1.
17176
17177 2003-04-25 Kenichi Handa <handa@m17n.org>
17178
17179 * syntax.c (skip_chars): Fix previous change.
17180
17181 2003-04-24 Kenichi Handa <handa@m17n.org>
17182
17183 * syntax.c (skip_chars): Make the code faster by using the common
17184 technique of *p, *stop, and *endp.
17185
17186 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17187
17188 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
17189 tool_bar_items so GTK tool bar expose callback does not access items
17190 being updated.
17191
17192 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17193
17194 * eval.c (Fapply): Undo last change and add a comment about why.
17195
17196 2003-04-18 Miles Bader <miles@gnu.org>
17197
17198 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17199 pickier PARSE_MULTIBYTE_SEQ.
17200
17201 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17202
17203 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17204 Use XCDR, XCAR, CONSP.
17205 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17206 (Fapply): Remove unnecessary GCPRO.
17207
17208 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17209
17210 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17211
17212 * buffer.h: Don't hardcode BEG==1.
17213
17214 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17215
17216 2003-04-16 Richard M. Stallman <rms@gnu.org>
17217
17218 * xdisp.c (try_window, try_window_reusing_current_matrix):
17219 When at end of window, set window_end_pos to Z-ZV.
17220
17221 * buffer.c (Foverlay_recenter): Doc fix.
17222
17223 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17224
17225 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17226
17227 2003-04-14 Andrew Choi <akochoi@shaw.ca>
17228
17229 * macterm.c (mac_check_for_quit_char): Don't check more often than
17230 once a second.
17231
17232 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17233
17234 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17235 specially, so that they can't hide an implicit switch-frame event.
17236 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17237 (head_table): Use switch-frame as event_kind for select-window.
17238 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17239
17240 * editfns.c (Fformat): Lisp_Object/int mixup.
17241 (format2): Remove unused var numargs.
17242
17243 2003-04-11 Kenichi Handa <handa@m17n.org>
17244
17245 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
17246 (Qafter_insert_file_set_coding): New variable.
17247 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17248 for after-insert-file-adjust-coding-function.
17249 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17250 instead of Vafter_insert_file_adjust_coding_function.
17251
17252 2003-04-11 Kenichi Handa <handa@m17n.org>
17253
17254 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17255
17256 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17257 string. Callers changed.
17258
17259 2003-04-10 Kenichi Handa <handa@m17n.org>
17260
17261 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
17262 (syms_of_fileio): Declare it as a lisp variable.
17263 (Finsert_file_contents):
17264 Call Vafter_insert_file_adjust_coding_function before calling
17265 decode-format.
17266
17267 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17268
17269 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17270 get GtkAdjustment as widget now is a GtkRange.
17271
17272 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17273 GtkRange to avoid memory leak.
17274
17275 2003-04-09 Kenichi Handa <handa@m17n.org>
17276
17277 * xfaces.c (Vface_font_rescale_alist): New variable.
17278 (struct font_name): New member rescale_ratio.
17279 (font_rescale_ratio): New function.
17280 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
17281 (better_font_p): On comparing point sized, pay attention to
17282 recale_ratio member of fonts.
17283 (build_scalable_font_name): Reflect font->rescale_ratio in the
17284 font name.
17285 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17286
17287 * lread.c (read1): Before calling index, check if the 2nd
17288 arguemnt is in ASCII range.
17289
17290 2003-04-08 Richard M. Stallman <rms@gnu.org>
17291
17292 * fileio.c (Ffile_symlink_p): Doc fix.
17293
17294 * editfns.c (Fformat): Translate positions of text properties
17295 in the format string to apply them to the result.
17296
17297 * fileio.c (Finsert_file_contents): Doc fix.
17298 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17299
17300 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
17301
17302 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17303
17304 2003-04-08 Steven Tamm <steventamm@mac.com>
17305
17306 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17307 that self-contained application finds libexec files.
17308
17309 2003-04-08 Kenichi Handa <handa@m17n.org>
17310
17311 * coding.c (code_convert_region_unwind):
17312 Set Vlast_coding_system_used to the argument.
17313 (code_convert_region): If post-read-conversion function changed
17314 the value of last-coding-sytem, keep the new value in
17315 coding->symbol so that it won't be overridden.
17316 (run_pre_post_conversion_on_str): Likewise.
17317 (coding_system_accept_latin_extra_p): New function.
17318 (find_safe_codings): Pay attention to characters registered in
17319 latin-extra-code-table.
17320
17321 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17322
17323 * Makefile.in (md5.o): Add missing dependency info.
17324
17325 2003-04-06 Richard M. Stallman <rms@gnu.org>
17326
17327 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17328
17329 * marker.c (verify_bytepos): New function.
17330
17331 * intervals.c (set_intervals_multibyte_1): When becoming
17332 multibyte, adjust right and left child sizes to a whole set of
17333 characters. If an interval gets zero total-length, delete it.
17334 If an interval consists of just its children, delete one of them.
17335
17336 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17337 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
17338
17339 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
17340 All calls deleted.
17341 (lisp_malloc): Do the work here directly.
17342
17343 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17344
17345 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17346 char tables.
17347
17348 2003-04-04 Kenichi Handa <handa@m17n.org>
17349
17350 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17351 destructively change "%S" to "%s".
17352
17353 2003-04-03 Miles Bader <miles@gnu.org>
17354
17355 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17356 always set.
17357
17358 2003-04-01 Dave Love <fx@gnu.org>
17359
17360 * xfns.c (xpm_lookup_color): Grok "opaque".
17361
17362 2003-03-31 Andrew Choi <akochoi@shaw.ca>
17363
17364 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17365 parent window ID.
17366
17367 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17368
17369 * macterm.h (struct mac_output): Define x_pixels_diff and
17370 y_pixels_diff.
17371
17372 2003-03-31 Juanma Barranquero <lektu@terra.es>
17373
17374 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17375 blockinput.h and files included from it.
17376
17377 2003-03-31 Kim F. Storm <storm@cua.dk>
17378
17379 The following changes consolidates the common code related to
17380 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17381 files into frame.c.
17382
17383 * frame.c: Include blockinput.h.
17384 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17385 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17386 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17387 related vars here.
17388 (struct frame_parm_table, frame_parms): New table for describing
17389 frame parameters and their associated Q-variable.
17390 The order of the parameters corresponds to the sequence of the
17391 frame_parm_handlers table in redisplay_interface.
17392 (x_fullscreen_move, x_set_frame_parameters)
17393 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17394 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17395 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17396 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17397 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17398 Generic functions for processing of frame parameters.
17399 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17400 (display_x_get_resource, x_get_resource_string): Functions for
17401 generic access to X resources.
17402 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17403 (x_default_parameter, Fx_parse_geometry): Functions for generic
17404 access to frame parameters.
17405 (x_figure_window_size): Generic calculation of frame size.
17406 Fixed to add space needed for tool bar. Also setup size_hint_flags.
17407 (syms_of_frame): Intern and staticpro frame parameter variables.
17408 Defvar_lisp Vx_resource_class and Vx_resource_name here.
17409 Defsubr Sx_get_resource and Sx_parse_geometry.
17410
17411 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
17412 parameter related vars defined in frame.c.
17413 (EMACS_CLASS): Define here.
17414 (enum FULLSCREEN_*): Define here.
17415 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
17416 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
17417 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
17418 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
17419 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
17420 (x_set_visibility, x_set_autoraise, x_set_autolower)
17421 (x_set_unsplittable, x_set_vertical_scroll_bars)
17422 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
17423 (x_figure_window_size): Add prototypes.
17424
17425 * dispextern.h (frame_parm_handler): New typedef.
17426 (struct redisplay_interface): New member frame_parm_handlers.
17427 (enum resource_types): Move declaration here.
17428 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17429 (x_default_parameter): Add prototypes.
17430
17431 * window.c: Remove extern decl for frame parameter vars.
17432 (change_window_heights): New generic function;
17433 replaces x_change_window_heights. All users changed.
17434
17435 * window.h (change_window_heights): Add prototype.
17436
17437 * xfaces.c: Remove extern decl for frame parameter vars.
17438
17439 * xterm.h (EMACS_CLASS): Remove. Use generic define.
17440 (struct w32_display_info): Fix type of xrdb member.
17441 (enum FULLSCREEN_*): Remove.
17442 Remove prototypes for generic functions (in frame.h).
17443
17444 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17445 parameters now defined in frame.h and frame.c.
17446 (Vx_resource_name): Remove. Use generic var.
17447 (enum x_frame_parms): Remove (bogus, unused enum).
17448 (check_x_display_info): Make non-static (for frame.c).
17449 (struct x_frame_parm_table, x_frame_parms): Remove.
17450 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17451 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17452 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17453 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17454 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17455 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17456 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17457 Remove. Use generic functions instead.
17458 (enum resource_types): Remove.
17459 (x_set_scroll_bar_default_width): New global function (for frame.c).
17460 (Fx_create_frame): Depend on x_figure_window_size to add space for
17461 toolbar and setup size_hint_flags.
17462 (x_frame_parm_handlers): New table for redisplay_interface.
17463 (syms_of_xfns): Don't intern/staticpro removed vars.
17464
17465 * xterm.c: Remove unnecessary extern declarations.
17466 (x_fullscreen_adjust): Remove. Use generic instead.
17467 (x_redisplay_interface): Add x_frame_parm_handlers member.
17468
17469 * w32gui.h (XrmDatabase): New (dummy) typedef.
17470
17471 * w32term.h (EMACS_CLASS): Remove. Use generic define.
17472 (struct w32_display_info): Fix type of xrdb member.
17473 (enum FULLSCREEN_*): Remove.
17474 (x_fullscreen_adjust): Remove prototype.
17475
17476 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17477 parameters now defined in frame.h and frame.c.
17478 (Vx_resource_name): Remove. Use generic var.
17479 (enum x_frame_parms): Remove (bogus, unused enum).
17480 (check_x_display_info): Make non-static (for frame.c).
17481 (struct x_frame_parm_table, x_frame_parms): Remove.
17482 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17483 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17484 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17485 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17486 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17487 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17488 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17489 Remove. Use generic functions instead.
17490 (enum resource_types): Remove.
17491 (x_set_scroll_bar_default_width): New global function (for frame.c).
17492 (Fx_create_frame): Depend on x_figure_window_size to add space for
17493 toolbar and setup size_hint_flags.
17494 (w32_frame_parm_handlers): New table for redisplay_interface.
17495 (syms_of_w32fns): Don't intern/staticpro removed vars.
17496
17497 * w32term.c: Remove unnecessary extern declarations.
17498 (x_fullscreen_adjust): Remove. Use generic instead.
17499 (x_redisplay_interface): Add w32_frame_parm_handlers member.
17500
17501 * w32reg.c (x_get_string_resource): Use XrmDatabase.
17502
17503 * macgui.h (XrmDatabase): New (dummy) typedef.
17504
17505 * macterm.h (EMACS_CLASS): Remove.
17506 (struct mac_display_info): Add xrdb member.
17507 (struct mac_output): Add want_fullscreen member.
17508
17509 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17510 parameters now defined in frame.h and frame.c.
17511 (Vx_resource_name): Remove. Use generic var.
17512 (check_x_display_info): Make non-static (for frame.c).
17513 (struct x_frame_parm_table, x_frame_parms): Remove.
17514 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17515 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17516 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17517 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17518 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17519 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17520 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17521 Remove. Use generic functions instead.
17522 (enum resource_types): Remove.
17523 (x_set_scroll_bar_default_width): New global function (for frame.c).
17524 (mac_frame_parm_handlers): New table for redisplay_interface.
17525 (syms_of_macfns): Don't intern/staticpro removed vars.
17526
17527 * macterm.c: Remove unnecessary extern declarations.
17528 (x_redisplay_interface): Add mac_frame_parm_handlers member.
17529
17530 * Makefile.in (frame.o): Add dependency on blockinput.h and files
17531 included from it (atimer.h and systime.h).
17532
17533 2003-03-30 Andreas Schwab <schwab@suse.de>
17534
17535 * xdisp.c (x_insert_glyphs): Fix swapped width and height
17536 parameters for shift_glyphs_for_insert.
17537
17538 * macterm.c (x_redisplay_interface): Add missing entry for
17539 draw_vertical_window_border.
17540
17541 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17542
17543 * fileio.c (Fexpand_file_name): In the no-handler case, after
17544 expanding, look again for a handler and invoke it. This is needed
17545 for filenames like "/foo/../user@host:/bar/../baz" -- the first
17546 expansion produces "/user@host:/bar/../baz" which needs to be
17547 expanded again for the finame result "/user@host:/baz".
17548
17549 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17550
17551 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
17552 of area to be redrawn for better performance.
17553
17554 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
17555
17556 * xterm.c (take_vertical_position_into_account): Remove.
17557 (xt_action_hook): Call set_vertical_scroll_bar if needed.
17558 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
17559 (xm_scroll_callback, x_create_toolkit_scroll_bar)
17560 (x_set_toolkit_scroll_bar_thumb): Simplify.
17561 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
17562 (XTread_socket): Remove unused var.
17563 (x_make_frame_invisible): Replace goto with else.
17564
17565 * xdisp.c (set_vertical_scroll_bar): New fun.
17566 (redisplay_window): Use it.
17567
17568 2003-03-26 Richard M. Stallman <rms@gnu.org>
17569
17570 * xdisp.c (update_tool_bar): Recompute tool bar if
17571 update_mode_lines is set. Set w->update_mode_line
17572 only if the tool bar contents actually change.
17573 (update_menu_bar): Undo previous change.
17574
17575 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17576
17577 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
17578 (xg_frame_set_char_size): Calculate scroll bar width before frame
17579 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
17580 (xg_separator_p): Check for all documented separator types.
17581 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
17582 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
17583
17584 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
17585 so tool bar gets updated.
17586
17587 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
17588
17589 * data.c (store_symval_forwarding): Re-instate part of the code
17590 that was deleted with too much enthusiasm.
17591
17592 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
17593
17594 * data.c (store_symval_forwarding): Delete special read-only
17595 hack for type == -1, since we now use ->constant instead.
17596 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
17597
17598 * buffer.c (overlays_in): Declare static.
17599 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
17600 `constant' field rather than the variable's `type' field.
17601
17602 2003-03-24 Andrew Choi <akochoi@shaw.ca>
17603
17604 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
17605
17606 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
17607
17608 * fns.c [MAC_OSX]: Do not redefine vector.
17609
17610 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
17611
17612 * macgui.h: Remove definition of No_Cursor.
17613
17614 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
17615
17616 * xdisp.c: Define No_Cursor.
17617 (x_write_glyphs, notice_overwritten_cursor)
17618 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
17619 (note_mouse_highlight): Remove Mac-specific code.
17620 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
17621
17622 2003-03-24 John Paul Wallington <jpw@gnu.org>
17623
17624 * xdisp.c (redisplay_window): If mini window's buffer is not
17625 empty, then redisplay it like other windows.
17626
17627 2003-03-23 Kim F. Storm <storm@cua.dk>
17628
17629 * w32term.c (w32_draw_window_cursor): Fix last change.
17630
17631 2003-03-23 Kenichi Handa <handa@m17n.org>
17632
17633 * alloc.c (make_string_from_bytes, make_specified_string):
17634 Add `const' for the arg CONTENTS.
17635
17636 * lisp.h (make_string_from_bytes, make_specified_string):
17637 Prototypes adjusted.
17638
17639 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17640
17641 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
17642
17643 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
17644 (XG_SB_RANGE): New define.
17645
17646 * gtkutil.c (xg_fixed_handle_expose): New function.
17647 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
17648 expose events.
17649 (xg_update_scrollbar_pos): Take two more arguments, left and width
17650 of scroll bar including borders.
17651 Clear left and right part outside scroll bar separately as some
17652 themes have bars that are not an even number of pixels.
17653 Don't set reallocate_redraws, don't call
17654 gdk_window_process_all_updates.
17655 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
17656 so no need to change it. Calculate size and value with XG_SB_RANGE.
17657
17658 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
17659 Pass left and width of scroll bar including borders to
17660 xg_update_scrollbar_pos.
17661
17662 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17663
17664 * Makefile.in: Make sure space precedes end-of-line backslashes.
17665
17666 2003-03-22 Kim F. Storm <storm@cua.dk>
17667
17668 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
17669 Add generic versions here. Remove system specific versions
17670 defined elsewhere.
17671
17672 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
17673 Add prototypes.
17674
17675 * xterm.h (STORE_NATIVE_RECT): New macro.
17676
17677 2003-03-21 Kim F. Storm <storm@cua.dk>
17678
17679 * xdisp.c (get_glyph_string_clip_rect):
17680 Use FRAME_INTERNAL_BORDER_WIDTH.
17681
17682 * dispextern.h (struct redisplay_interface): Add active_p
17683 argument to draw_window_cursor member. All uses changed.
17684
17685 2003-03-21 Kim F. Storm <storm@cua.dk>
17686
17687 The following changes consolidate code related to writing and
17688 inserting glyphs, exposing frame, the tool bar, the mouse face,
17689 the output cursor, and help echo from xterm.c, w32term.c and
17690 macterm.c into xdisp.c. It also generalizes the use of the
17691 window_part enum instead of using numeric values throughout.
17692
17693 * xdisp.c: Consolidate gui-independent code here.
17694 Include keymap.h.
17695 (Qhelp_echo): Import.
17696 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
17697 (help_echo_string, help_echo_window, help_echo_object)
17698 (previous_help_echo_string, help_echo_pos): Declare here.
17699 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
17700 (estimate_mode_line_height): Define here. Handle windowing
17701 systems directly (without using estimate_mode_line_height_hook).
17702 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
17703 (update_window_cursor, update_cursor_in_window_tree)
17704 (fast_find_position, fast_find_string_pos)
17705 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
17706 (expose_area, expose_line, expose_overlaps, expose_window)
17707 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
17708 declared static as they are only used locally in xdisp.c.
17709 (draw_glyphs): Rename from x_draw_glyphs and make static.
17710 (tool_bar_item_info, notice_overwritten_cursor): Make static.
17711 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17712 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
17713 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
17714 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17715 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
17716 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
17717 (note_mouse_highlight, x_clear_window_mouse_face)
17718 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
17719 (x_intersect_rectangles): New generic functions for use by xdisp.c
17720 and GUI front-ends.
17721 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
17722 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
17723
17724 * dispextern.h (Display_Info): Generic typedef for *_display_info.
17725 (NativeRectangle): Generic typedef for rectangle type.
17726 (enum window_part): Move here from window.c.
17727 (struct redisplay_interface): New members flush_display_optional,
17728 define_frame_cursor, clear_frame_area, draw_window_cursor,
17729 draw_vertical_window_border, shift_glyphs_for_insert.
17730 Rename member clear_mouse_face to clear_window_mouse_face.
17731 (estimate_mode_line_height_hook): Remove hook.
17732 (auto_raise_tool_bar_buttons_p): Don't declare extern.
17733 (tool_bar_item_info): Remove prototype.
17734 (help_echo_string, help_echo_window, help_echo_object)
17735 (previous_help_echo_string, help_echo_pos)
17736 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
17737 (x_stretch_cursor_p, output_cursor): Declare extern.
17738 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
17739 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
17740 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17741 (display_and_set_cursor, set_output_cursor, x_cursor_to)
17742 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
17743 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17744 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
17745 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
17746 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
17747 Add prototypes.
17748 (mode_line_string, marginal_area_string): Fix prototypes.
17749
17750 * window.c (enum window_part): Move to dispextern.h.
17751 (coordinates_in_window): Use enum window_part member names
17752 instead of numbers to describe return value.
17753 (struct check_window_data): Change part member to window_part.
17754 (check_window_containing): Return window_part unaltered.
17755 (window_from_coordinates): Change part arg from int to enum
17756 window_part. Allow part arg to be null. All users changed.
17757
17758 * window.h (window_from_coordinates): Fix prototype.
17759
17760 * term.c (estimate_mode_line_height): Move to xdisp.c.
17761
17762 * keyboard.c (make_lispy_event): Use enum window_part.
17763
17764 * dispnew.c (mode_line_string, marginal_area_string): Use enum
17765 window_part instead of int in arg list. Users changed.
17766
17767 * xterm.h (No_Cursor): Declare as None for X.
17768 (struct mac_output): Replace member cross_cursor by hand_cursor.
17769
17770 * xterm.c: Remove consolidated defines and code.
17771 (BETWEEN): Remove unused macro.
17772 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
17773 (x_define_frame_cursor, x_clear_frame_area)
17774 (x_draw_window_cursor): New X-specific functions for RIF.
17775 (x_redisplay_interface): Add new members.
17776
17777 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
17778
17779 * w32term.h (struct w32_output): Remove cross_cursor member.
17780
17781 * w32term.c: Remove consolidated defines and code.
17782 (BETWEEN): Remove unused macro.
17783 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
17784 (w32_define_frame_cursor, w32_clear_frame_area)
17785 (w32_draw_window_cursor): New W32-specific functions for RIF.
17786 (w32_redisplay_interface): Add new members.
17787
17788 * w32gui.h (No_Cursor): Define as 0 for W32.
17789 (XRectangle): Add X compatible rectangle type.
17790 (NativeRectangle): Declare as RECT for W32.
17791 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17792
17793 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
17794
17795 * w32console.c: Remove consolidated defines and code.
17796
17797 * msdos.h (Display_Info): Add generic typedef.
17798
17799 * msdos.c: Remove consolidated defines and code.
17800 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
17801
17802 * macterm.h (struct mac_output): Replace member cross_cursor by
17803 hand_cursor.
17804 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
17805
17806 * macterm.c: Remove consolidated defines and code.
17807 (BETWEEN): Remove unused macro.
17808 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
17809 (mac_define_frame_cursor, mac_clear_frame_area)
17810 (mac_draw_window_cursor): New Mac-specific functions for RIF.
17811 (x_redisplay_interface): Add new members.
17812
17813 * macgui.h (No_Cursor): Define as 0 for Mac.
17814 (XRectangle): Add X compatible rectangle type.
17815 (NativeRectangle): Declare as Rect for Mac.
17816 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17817
17818 * macfns.c (x_set_mouse_color): Setup hand_cursor.
17819 (x_set_cursor_color): Use x_display_and_set_cursor.
17820
17821 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
17822 included from it. Add dependency on keymap.h.
17823
17824 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
17825
17826 2003-03-21 Kenichi Handa <handa@m17n.org>
17827
17828 * fileio.c (Fexpand_file_name): Fix previous change.
17829
17830 2003-03-19 Kenichi Handa <handa@m17n.org>
17831
17832 * fileio.c (Ffile_name_directory): Reconstruct file name by
17833 make_specified_string.
17834 (Ffile_name_nondirectory, Ffile_name_as_directory)
17835 (Fdirectory_file_name, Fexpand_file_name)
17836 (Fsubstitute_in_file_name): Likewise.
17837 (Fread_file_name): Compare decoded homedir with DIR and
17838 DEFAULT_FILENAME.
17839
17840 * alloc.c (make_specified_string): If NCHARS is negative, count
17841 the number of characters.
17842
17843 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17844
17845 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
17846 all widgets.
17847
17848 * gtkutil.h: Removed xg_ignore_next_thumb.
17849
17850 2003-03-18 Kenichi Handa <handa@m17n.org>
17851
17852 * coding.c (Vchar_coding_system_table): Remove this variable.
17853 (Vcoding_system_safe_chars): New variable.
17854 (intersection): Remove this function.
17855 (find_safe_codings): Don't use Vchar_coding_system_table, but try
17856 all codings in SAFE_CODINGS.
17857 (Ffind_coding_systems_region_internal): Adjust for the change of
17858 find_safe_codings. Get generic coding systems from
17859 Vcoding_system_safe_chars.
17860 (Fdefine_coding_system_internal): New function.
17861 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
17862 Initialize and staticpro Vcoding_system_safe_chars.
17863
17864 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17865
17866 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
17867 equal old values before updating.
17868
17869 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
17870
17871 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
17872
17873 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17874
17875 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
17876 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
17877 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
17878 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
17879 (xg_create_scroll_bar): Pass bar to button event callback.
17880 (xg_find_top_left_in_fixed): New function.
17881 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
17882 whole scroll bar area. Get old position with
17883 xg_find_top_left_in_fixed, calculate and only clear needed areas.
17884 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
17885 dragging is in progress. Calculate whole as for Motif.
17886 Remove code that saved last values. Call gtk_range functions to
17887 set scroll bar sizes.
17888
17889 * gtkutil.h: Removed xg_ignore_next_thumb.
17890
17891 2003-03-17 Juanma Barranquero <lektu@terra.es>
17892
17893 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
17894 and files included from it.
17895
17896 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
17897
17898 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
17899 multiple occurrences of the same keymap under different prefixes.
17900 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
17901
17902 2003-03-16 Jason Rumney <jasonr@gnu.org>
17903
17904 * w32gui.h: Use HDC for Display.
17905
17906 * w32term.c (w32_encode_char): Prevent double-byte chars from
17907 crashing Emacs.
17908
17909 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
17910 as binary.
17911
17912 2003-03-16 Juanma Barranquero <lektu@terra.es>
17913
17914 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
17915
17916 2003-03-16 Kim F. Storm <storm@cua.dk>
17917
17918 The following changes consolidate some of the gui-independent
17919 parts of the processing and drawing of "glyph strings" from
17920 xterm.c, w32term.c, and macterm.c into xdisp.c.
17921
17922 * dispextern.h (struct glyph): Reduce face_id member from 22 to
17923 21 bits (this reduces number of faces from 4M to 2M).
17924 Replace W32 specific w32_font_type member (2 bits) by generic
17925 font_type member (3 bits) for portability.
17926 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
17927 (enum draw_glyphs_face): Define here.
17928 (struct glyph_string): Define here. Merge W32 and X versions.
17929 (struct redisplay_interface): New members per_char_metric,
17930 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
17931 (VCENTER_BASELINE_OFFSET): Define here.
17932 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
17933 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
17934
17935 * xdisp.c: Consolidate gui-independent "glyph string" code here.
17936 (dump_glyph_string): Moved here.
17937 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
17938 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
17939 (fill_composite_glyph_string, fill_glyph_string)
17940 (fill_image_glyph_string, fill_stretch_glyph_string)
17941 (left_overwritten, left_overwriting, right_overwritten)
17942 (right_overwriting, get_char_face_and_encoding)
17943 (set_glyph_string_background_width, compute_overhangs_and_x)
17944 (append_glyph, append_composite_glyph, produce_image_glyph)
17945 (take_vertical_position_into_account, append_stretch_glyph)
17946 (produce_stretch_glyph): New generic functions (based on X version).
17947 Call platform specific functions through rif.
17948 (INIT_GLYPH_STRING): New macro, hides W32 details.
17949 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
17950 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
17951 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
17952 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
17953 (notice_overwritten_cursor):
17954 Generic functions exported to platform modules. Users changed.
17955
17956 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
17957 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
17958 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
17959 New macros for consolidated code.
17960
17961 * xterm.c: Remove consolidated defines and code.
17962 (x_per_char_metric, x_encode_char)
17963 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
17964 (x_redisplay_interface): Add new members.
17965
17966 * w32gui.h (Display): Add dummy typedef for consolidation.
17967 (XChar2b): Define alias for wchar_t for consolidation.
17968 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17969
17970 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
17971 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
17972 New macros for consolidation.
17973
17974 * w32term.c: Remove consolidated defines and code.
17975 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
17976 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
17977 (w32_per_char_metric): Change font_type arg to int for RIF.
17978 (w32_encode_char): Return int according to RIF requirements.
17979 (w32_compute_glyph_string_overhangs): Adapt to RIF.
17980 (w32_get_glyph_overhangs): New function for RIF. Uses generic
17981 x_get_glyph_overhangs.
17982 (w32_redisplay_interface): Add new members.
17983
17984 * macgui.h (XChar2b): Move typedef here for consolidation.
17985 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17986
17987 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
17988 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
17989 consolidation.
17990
17991 * macterm.c: Remove consolidated defines and code.
17992 (mac_per_char_metric): New function for RIF.
17993 (mac_encode_char): Adapt to new RIF requirements.
17994 (mac_compute_glyph_string_overhangs): Adapt for RIF.
17995 (x_redisplay_interface): Add new members.
17996
17997 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
17998
17999 * keymap.c (Vmenu_events): New var.
18000 (syms_of_keymap): Initialize it.
18001 (where_is_internal): Check more carefully what is a menu event.
18002
18003 2003-03-14 Richard M. Stallman <rms@gnu.org>
18004
18005 * lread.c (read1): After #!, exit loop on eof.
18006
18007 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18008
18009 * gtkutil.h: Add declaration for xg_frame_cleared.
18010
18011 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
18012
18013 * gtkutil.c (struct xg_last_sb_pos): New structure.
18014 (handle_fixed_child): New function.
18015 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
18016 and force a redraw on them.
18017 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
18018 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
18019 so we can avoid unneeded redraws.
18020 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
18021 and force a redraw on the scroll bar.
18022 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
18023 if xg_last_sb_pos shows the positions are up to date.
18024 (xg_frame_cleared): New function.
18025
18026 2003-03-13 Kenichi Handa <handa@m17n.org>
18027
18028 * coding.c (Fdetect_coding_region): Fix docstring.
18029 (Fdetect_coding_string): Fix docstring.
18030
18031 2003-03-13 Andreas Schwab <schwab@suse.de>
18032
18033 * gtkutil.c: Add prototype for create_menus.
18034
18035 * data.c (long_to_cons): Fix type of top.
18036
18037 * xselect.c (selection_data_to_lisp_data): Use int instead of
18038 long for an integer of size 4.
18039
18040 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
18041 (xg_tool_bar_help_callback): Likewise.
18042
18043 2003-03-12 Andreas Schwab <schwab@suse.de>
18044
18045 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
18046
18047 2003-03-12 Kim F. Storm <storm@cua.dk>
18048
18049 The following changes consolidate the fringe handling from
18050 xterm.c, w32term.c, and macterm.c into xdisp.c.
18051
18052 * xdisp.c: Consolidate fringe handling code here.
18053 (left_bits, right_bits, continued_bits, continuation_bits)
18054 (ov_bits, zv_bits): Define fringe bitmaps.
18055 (fringe_bitmaps): New array holding fringe bitmaps.
18056 (draw_fringe_bitmap): Draw a specific bitmap; call display
18057 specific drawing routine via rif->draw_fringe_bitmap.
18058 (draw_row_fringe_bitmaps): Generic replacement for
18059 x_draw_row_fringe_bitmaps; all callers changed.
18060 (compute_fringe_widths): Generic replacement for
18061 x_compute_fringe_widths; all callers changed.
18062
18063 * dispextern.h (enum fringe_bitmap_type): Define here.
18064 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
18065 (fringe_bitmaps): Declare extern.
18066 (struct redisplay_interface): New member draw_fringe_bitmap.
18067 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
18068
18069 * xterm.c: Remove generic fringe code.
18070 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18071 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18072
18073 * w32term.c: Remove generic fringe code.
18074 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
18075 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
18076
18077 * macterm.c: Remove generic fringe code.
18078 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18079 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18080
18081 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
18082
18083 * print.c (Fprin1_to_string): Return unibyte string if possible.
18084
18085 2003-03-09 David Kastrup <dak@gnu.org>
18086
18087 * process.c (read_process_output): We have allocated enough space
18088 for readmax and carryover, so actually use the alloted space.
18089
18090 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18091
18092 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
18093 toolkit scrollbar click.
18094
18095 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
18096 for USE_GTK.
18097 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
18098 also.
18099 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
18100 scrollbar and control is pressed, call x_scroll_bar_handle_click.
18101
18102 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
18103
18104 * gtkutil.c (xg_get_scroll_id_for_window): New function.
18105 (xg_tool_bar_item_expose_callback): New function.
18106 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
18107 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18108 on the tool bar widget.
18109 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18110 to expose on the tool bar item widgets.
18111
18112 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18113
18114 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
18115 struct image* when deciding to update (struct image* may have been
18116 deleted from the image cache).
18117
18118 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18119 the event isn't for a frame (i.e. for dialogs).
18120
18121 2003-03-07 Kenichi Handa <handa@m17n.org>
18122
18123 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18124 composition components reaches the limit, terminate composing.
18125 (COMPOSITION_OK): New macro.
18126 (detect_coding_iso2022): Use it if an escape sequence for
18127 composition is found.
18128 (coding_restore_composition): Adjust the number of composition
18129 components if it is not sane.
18130
18131 2003-03-06 Juanma Barranquero <lektu@terra.es>
18132
18133 * w32term.h (struct w32_display_info): Add xrdb member to support
18134 passing resources via -xrm on Windows.
18135
18136 * w32term.c (w32_make_rdb): New function.
18137 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18138 struct. Delete leftover code.
18139
18140 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18141 for resources passed on the command line.
18142
18143 * w32reg.c (w32_get_rdb_resource): New function.
18144 (x_get_string_resource): Use it, so resources passed with -xrm
18145 supercede the ones in the registry.
18146
18147 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18148
18149 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18150 instead of x_top_window_to_frame.
18151
18152 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18153
18154 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18155 when restarting Emacs.
18156
18157 2003-03-03 Richard M. Stallman <rms@gnu.org>
18158
18159 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18160 to run kill-buffer-query-functions.
18161 (Qkill_buffer_query_functions): New var.
18162 (syms_of_buffer): Init and staticpro it.
18163
18164 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18165
18166 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18167
18168 2003-02-25 Kim F. Storm <storm@cua.dk>
18169
18170 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18171 If centering point failed to make whole line visible and vscroll
18172 is non-zero, disable vscroll and try centering point again.
18173
18174 * lread.c (read1): Accept `single space' syntax like (? x).
18175
18176 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18177
18178 * keyboard.c (cancel_hourglass_unwind): Surround with
18179 #ifdef HAVE_X_WINDOWS
18180
18181 2003-02-25 Kenichi Handa <handa@m17n.org>
18182
18183 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18184 process only when "subprocesses" is defined.
18185
18186 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18187
18188 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18189
18190 2003-02-24 Juanma Barranquero <lektu@terra.es>
18191
18192 * callint.c (fix_command): Declare as static void and move before
18193 Fcall_interactively.
18194
18195 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18196 (syms_of_xdisp): Don't initialize Qwhen.
18197
18198 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18199
18200 * keyboard.c (cancel_hourglass_unwind): New function.
18201 (command_loop_1): Cancel hourglass with unwind-protect.
18202
18203 2003-02-23 Richard M. Stallman <rms@gnu.org>
18204
18205 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18206 Detect (when ... (region-beginning)) etc.
18207 (Fcall_interactively): Call fix_command.
18208 (Qif, Qwhen): New variables.
18209 (syms_of_callint): Init and staticpro them.
18210
18211 * regex.c (print_partial_compiled_pattern): Output to stderr.
18212
18213 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18214
18215 * dired.c (directory_files_internal): Don't expand directory.
18216 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18217 instead. From Lars Hansen <larsh@math.ku.dk>.
18218
18219 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18220
18221 * fns.c (string_to_multibyte): Remove unused var i.
18222 (Flanginfo): Fix int/Lisp_Object mixup.
18223 (void_call2): New fun.
18224 (Fmap_char_table): Use it in place of call2.
18225
18226 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18227
18228 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18229
18230 * keymap.c (copy_keymap_1): Make it static.
18231
18232 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18233
18234 2003-02-22 David Ponce <david@dponce.com>
18235
18236 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18237
18238 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18239
18240 * process.h: Removed subtty field from struct Lisp_Process.
18241
18242 * process.c (create_process): Remove setting of subtty.
18243 (emacs_get_tty_pgrp): New function.
18244 (Fprocess_running_child_p, process_send_signal):
18245 Call emacs_get_tty_pgrp instead of ioctl.
18246 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18247
18248 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18249
18250 * keymap.c (Fdefine_key): Doc fix.
18251
18252 2003-02-21 Juanma Barranquero <lektu@terra.es>
18253
18254 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18255
18256 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18257 POLLING_PROBLEM_IN_SELECT.
18258
18259 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18260 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18261
18262 * s/hpux10-20.h: New file.
18263
18264 * process.c (wait_reading_process_input):
18265 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
18266
18267 2003-02-20 Kenichi Handa <handa@m17n.org>
18268
18269 * fontset.c (check_fontset_name): If NAME is nil, return the
18270 default fontset.
18271 (override_font_info): New function.
18272 (Fset_fontset_font): Document that NAME nil means the default fontset.
18273 (Ffontset_info): If FONTSET is not the default fontset, merge
18274 FONTSET onto the copy of the default fontset, and work on that
18275 copy. Document that NAME nil means the default fontset.
18276 (Ffontset_font): Document that NAME nil means the default fontset.
18277
18278 * process.c (setup_process_coding_systems): If the process's
18279 in/out descriptor is -1, do nothing.
18280
18281 2003-02-19 Andreas Schwab <schwab@suse.de>
18282
18283 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18284 Add prototypes.
18285
18286 2003-02-19 Kenichi Handa <handa@m17n.org>
18287
18288 * xfaces.c (try_alternative_families): Try all scalable fonts if
18289 Vscalable_fonts_allowed is not Qt.
18290
18291 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18292
18293 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18294
18295 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18296
18297 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18298 names.
18299
18300 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
18301 (sorted_font_list): Move allocation of struct font_name to
18302 x_face_list_fonts.
18303 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18304 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18305
18306 2003-02-18 Kim F. Storm <storm@cua.dk>
18307
18308 * lread.c (read1): Fix last change.
18309 "`" is not always special. Allow "?" after a character constant.
18310
18311 2003-02-18 Andrew Choi <akochoi@shaw.ca>
18312
18313 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18314
18315 2003-02-18 Andreas Schwab <schwab@suse.de>
18316
18317 * window.c (window_scroll_pixel_based): Move outside a
18318 multi-glyph character before setting new window start.
18319
18320 * xdisp.c (in_display_vector_p): New function.
18321 * dispextern.h (in_display_vector_p): Declare.
18322
18323 2003-02-18 Kim F. Storm <storm@cua.dk>
18324
18325 * lread.c (read1): Fix and relax read syntax.
18326 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18327 Only recognize "," after dotted-pair dot if inside backquote.
18328 Never include "`" or "," (inside backquote) in a symbol.
18329 Allow dotted-pair dot after a character constant.
18330 Allow "`" and "," (inside backquote) after a character constant.
18331
18332 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18333
18334 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18335 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18336 icons. Set name of tool bar to emacs-toolbar.
18337 (update_frame_tool_bar): Connect expose event to
18338 xg_tool_bar_expose_callback.
18339
18340 2003-02-17 Richard M. Stallman <rms@gnu.org>
18341
18342 * keyboard.c (this_command_key_count_reset): New variable.
18343 Initiatize to 0 where this_command_key_count is set.
18344 (read_char): Save and restore this_command_key_count_reset
18345 around input method code.
18346 (read_char): If this_command_key_count_reset, echo reread commands.
18347 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18348
18349 2003-02-17 Kenichi Handa <handa@m17n.org>
18350
18351 * fns.c (string_to_multibyte): Always return a multibyte string.
18352
18353 2003-02-16 Jason Rumney <jasonr@gnu.org>
18354
18355 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18356 Negative max_fonts parameter means list all.
18357
18358 2003-02-14 Dave Love <fx@gnu.org>
18359
18360 * fns.c (Flanginfo): Doc fix.
18361
18362 2003-02-13 Kim F. Storm <storm@cua.dk>
18363
18364 * lread.c (read_escape): Interpret \s as a SPACE character, except
18365 for \s-X in a character constant which still is the super modifier.
18366 (read1): Signal an `invalid read syntax' error if a character
18367 constant is immediately followed by a digit or symbol character.
18368
18369 * search.c (Fmatch_data): Doc fix. Explicitly state that
18370 match-data is undefined if last search failed.
18371
18372 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
18373 All uses changed.
18374
18375 2003-02-12 Juanma Barranquero <lektu@terra.es>
18376
18377 * eval.c (Fdefmacro): Fix typo.
18378
18379 2003-02-12 Kim F. Storm <storm@cua.dk>
18380
18381 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18382 macro is a string, convert meta modifiers in string when copying
18383 the string into a vector.
18384
18385 2003-02-11 Kim F. Storm <storm@cua.dk>
18386
18387 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18388
18389 2003-02-11 Kenichi Handa <handa@m17n.org>
18390
18391 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18392
18393 2003-02-10 Kim F. Storm <storm@cua.dk>
18394
18395 * process.c: Doc fixes.
18396 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18397
18398 2003-02-10 Kenichi Handa <handa@m17n.org>
18399
18400 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
18401
18402 * process.c (QCfilter_multibyte): New variable.
18403 (setup_process_coding_systems): New function.
18404 (Fset_process_buffer, Fset_process_filter):
18405 Call setup_process_coding_systems.
18406 (Fstart_process): Initialize the member `filter_multibyte' of
18407 struct Lisp_Process.
18408 (create_process): Call setup_process_coding_systems.
18409 (Fmake_network_process): New keyward `:filter-multibyte'.
18410 Initialize the member `filter_multibyte' of struct Lisp_Process.
18411 Call setup_process_coding_systems.
18412 (server_accept_connection): Call setup_process_coding_systems.
18413 (read_process_output): If the process has a filter, decide the
18414 multibyteness of a string to given to the filter by
18415 `filter_multibyte' member of the process. If the process doesn't
18416 have a filter and the result of conversion is unibyte, use
18417 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
18418 multibyte form.
18419 (Fset_process_coding_system): Call setup_process_coding_systems.
18420 (Fset_process_filter_multibyte): New function.
18421 (Fprocess_filter_multibyte_p): New function.
18422 (syms_of_process): Intern and staticpro QCfilter_multibyte.
18423 Defsubr Sset_process_filter_multibyte and
18424 Sprocess_filter_multibyte_p.
18425
18426 * process.h (struct Lisp_Process): New member filter_multibyte.
18427
18428 * lisp.h (setup_process_coding_systems): Add prototype.
18429
18430 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
18431 process, update coding systems for the process.
18432
18433 2003-02-09 Kenichi Handa <handa@m17n.org>
18434
18435 * fns.c (string_to_multibyte): New function.
18436 (Fstring_to_multibyte): New function.
18437 (syms_of_fns): Defsubr it.
18438
18439 2003-02-08 Andreas Schwab <schwab@suse.de>
18440
18441 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
18442 instead of the substitution.
18443
18444 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18445
18446 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
18447
18448 * xmenu.c (menu_position_func): Adjust menu popup position so that
18449 the menu is fully visible.
18450
18451 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18452
18453 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
18454 (x_make_frame_invisible, x_wm_set_icon_position):
18455 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
18456
18457 * xfns.c (x_set_name, x_set_title): Ditto.
18458
18459 2003-02-04 Richard M. Stallman <rms@gnu.org>
18460
18461 * keyboard.c (echo_now): Update before_command_echo_length.
18462 (Freset_this_command_lengths): Reset this_command_key_count etc.
18463 immediately rather than arranging to do it later.
18464 (before_command_key_count_1, before_command_echo_length_1)
18465 (before_command_restore_flag): Vars deleted.
18466 (add_command_key): Don't handle before_command_restore_flag.
18467 (read_char, record_menu_key): Don't update before_command_key_count or
18468 before_command_echo_length.
18469 (read_char): Don't handle before_command_restore_flag.
18470
18471 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
18472 in direct-output clauses if it wouldn't be called in the ordinary case.
18473
18474 2003-02-04 Kim F. Storm <storm@cua.dk>
18475
18476 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
18477
18478 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18479
18480 * gtkutil.c (remove_from_container): Copying list is not needed.
18481 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
18482 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
18483 on list returned from gtk_container_get_children to avoid memory leak.
18484
18485 2003-02-01 Jason Rumney <jasonr@gnu.org>
18486
18487 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
18488 local malloc.
18489 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
18490 definitions in xpm.h.
18491 (init_xpm_functions): New function.
18492 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
18493 (init_external_image_libraries): Try to load libXpm.dll.
18494
18495 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
18496 timestamp.
18497
18498 2003-01-31 Dave Love <fx@gnu.org>
18499
18500 * syntax.c (Fskip_chars_forward)
18501 (open-paren-in-column-0-is-defun-start): Doc fix.
18502
18503 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
18504
18505 * fileio.c: Support // at start of name for Cygwin (just added proper
18506 preprocessor tests).
18507
18508 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
18509
18510 * Makefile.in: Use @EXEEXT@ for Cygwin.
18511
18512 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
18513
18514 * s/cygwin.h: Added for Cygwin port.
18515
18516 2003-01-31 Juanma Barranquero <lektu@terra.es>
18517
18518 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
18519 when including gif_lib.h.
18520 (init_gif_functions, init_tiff_functions): New functions.
18521 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
18522 Windows. Disable color table lookups. Call library functions
18523 through pointers determined at runtime.
18524 (init_external_image_libraries): Try to load libungif.dll and
18525 libtiff.dll.
18526
18527 2003-01-31 Kenichi Handa <handa@m17n.org>
18528
18529 * xdisp.c (SKIP_GLYPHS): New macro.
18530 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
18531
18532 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18533
18534 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
18535
18536 2003-01-30 Dave Love <fx@gnu.org>
18537
18538 * alloc.c (Vgc_elapsed, gcs_done): New variables.
18539 (Fgarbage_collect): Use them.
18540 (init_alloc, syms_of_alloc): Set them up.
18541
18542 2003-01-30 Juanma Barranquero <lektu@terra.es>
18543
18544 * w32fns.c (init_external_image_libraries): Add missing operator.
18545
18546 2003-01-29 Jason Rumney <jasonr@gnu.org>
18547
18548 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
18549 an alternative name for jpeg.dll.
18550
18551 2003-01-29 Kenichi Handa <handa@m17n.org>
18552
18553 * xdisp.c (set_cursor_from_row): Pay attention to string display
18554 properties.
18555
18556 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18557
18558 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
18559 <escape>.
18560 (keycode_to_xkeysym_table): Reformat and add more comments.
18561 (XTread_socket): Drop special case for backspace.
18562
18563 2003-01-28 Andrew Choi <akochoi@shaw.ca>
18564
18565 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
18566 values in old-style RGB specs.
18567
18568 2003-01-27 Juanma Barranquero <lektu@terra.es>
18569
18570 * w32fns.c (init_external_image_libraries): Try alternate names for the
18571 jpeg dll.
18572
18573 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18574
18575 * gtkutil.c (create_dialog, xg_separator_p)
18576 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
18577 before calling strcmp or strlen.
18578
18579 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18580
18581 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
18582 and handle image load failure.
18583
18584 2003-01-26 Jason Rumney <jasonr@gnu.org>
18585
18586 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
18587 New functions.
18588 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
18589 Disable color table lookups. Call jpeg library functions
18590 through pointers determined at runtime.
18591 (init_external_image_libraries): Try to load jpeg.dll.
18592
18593 2003-01-25 Richard M. Stallman <rms@gnu.org>
18594
18595 * lisp.h: Declare format2 instead of format1.
18596
18597 * fileio.c (barf_or_query_if_file_exists):
18598 Call format2 instead of format1.
18599
18600 * editfns.c (format2): New function, replaces format1
18601 but takes exactly two Lisp Objects as format args.
18602
18603 * buffer.c (Fkill_buffer): Call format2 instead of format1.
18604
18605 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18606
18607 * xterm.h: Change to return value of x_dispatch_event to int.
18608
18609 * xterm.c (x_filter_event): New function.
18610 (event_handler_gdk, XTread_socket): Call x_filter_event.
18611 (x_dispatch_event): Change to return value of finish.
18612 (event_handler_gdk): Use return value from x_dispatch_event.
18613
18614 * xfns.c (x_window): Call create_frame_xic for GTK version to
18615 initialize input methods.
18616
18617 * gtkutil.h: Add (void) prototypes.
18618
18619 * gtkutil.c (create_menus): Remove code that puts the help menu to
18620 the right.
18621
18622 2003-01-25 Jason Rumney <jasonr@gnu.org>
18623
18624 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
18625 [HAVE_PNG]: Sync with xfns.c version.
18626 (png_load): Adjust colors for Windows. Use Windows
18627 bitmaps. Disable color table lookups.
18628 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
18629 (init_png_functions): New function.
18630 (png_read_from_memory, png_load): Call png library functions
18631 through pointers determined at runtime.
18632 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
18633 (init_external_image_libraries): New function.
18634 (init_xfns): Call it.
18635
18636 2003-01-24 Andreas Schwab <schwab@suse.de>
18637
18638 * minibuf.c (Fminibuffer_message): Verify type of parameter.
18639
18640 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18641
18642 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
18643 of static initializer.
18644
18645 2003-01-24 Dave Love <fx@gnu.org>
18646
18647 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
18648 architectures.
18649
18650 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
18651 Use __alignof__.
18652
18653 2003-01-24 Kenichi Handa <handa@m17n.org>
18654
18655 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
18656 It it is nonzero, don't pretend that an invisible area doesn't exist.
18657 (command_loop_1): Call adjust_point_for_property with proper
18658 second arg.
18659
18660 2003-01-22 Jason Rumney <jasonr@gnu.org>
18661
18662 Sync changes with xterm.c and xfns.c.
18663
18664 * w32term.c (x_draw_glyph_string_foreground)
18665 (x_draw_composite_glyph_string_foreground): Implement overstriking.
18666
18667 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
18668 phys_cursor's hpos is overwritten. This is still not completely
18669 correct, as it doesn't really make sense to use hpos at all to
18670 get the cursor glyph (as that is relative to the width of the
18671 characters on the line, which may have changed during the update).
18672
18673 * w32term.c (notice_overwritten_cursor): Handle the special case
18674 of the cursor being in the first blank non-text line at the
18675 end of a window.
18676
18677 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18678 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18679 Compute from the x position returned by x_draw_glyphs.
18680
18681 (x_display_and_set_cursor): Don't set phys_cursor_width here,
18682 except for NO_CURSOR and system caret, to make phys_cursor_width
18683 contain what its name suggests.
18684 (notice_overwritten_cursor): Consider the cursor image erased if
18685 the output area intersects the cursor image in y-direction.
18686
18687 * w32term.c (note_mode_line_or_margin_highlight): Rename from
18688 note_mode_line_highlight and extend.
18689
18690 * w32term.c (last_window): New variable.
18691 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
18692 (note_mouse_movement): Remove reimplemented code in #if 0.
18693
18694 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
18695 not update_mode_lines, and always set it to 1.
18696
18697 2003-01-21 Jason Rumney <jasonr@gnu.org>
18698
18699 * w32fns.c (IDC_HAND): Define it if system headers don't.
18700
18701 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
18702
18703 * w32term.h (struct w32_output): New member hand_cursor.
18704 (WM_EMACS_SETCURSOR): New message definition.
18705
18706 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
18707 function w32_define_cursor.
18708 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
18709 position, change member name output_data.x to output_data.w32 and
18710 add function w32_define_cursor.
18711 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
18712 and change member name output_data.x to output_data.w32.
18713 (w32_initialize_display_info):
18714 Setup dpyinfo->vertical_scroll_bar_cursor.
18715
18716 * w32fns.c (Vx_hand_shape): New variable.
18717 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
18718 WM_EMACS_SETCURSOR.
18719 (x-create-frame): Setup Cursor types.
18720
18721 2003-01-21 David Ponce <david@dponce.com>
18722
18723 * w32term.c (w32_encode_char): For DIM=1 charset, set
18724 ccl->reg[2] to -1 before calling ccl_driver.
18725 (Sync. with xterm.c x_encode_char change by Kenichi Handa
18726 <handa@m17n.org> on 2002-09-30.)
18727 (w32_draw_relief_rect): Declare all args.
18728 (w32_define_cursor): New.
18729
18730 * w32fns.c (w32_load_cursor): New function.
18731 (w32_init_class): Use it.
18732 (x_put_x_image): Declare all args.
18733
18734 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
18735
18736 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
18737
18738 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18739
18740 * gtkutil.c: Must include stdio.h before termhooks.h
18741
18742 2003-01-21 Dave Love <fx@gnu.org>
18743
18744 * alloc.c (Fgc_status): Print zombie list.
18745 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18746 Fix assignment of zombies.
18747 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18748 Don't take car of non-cons.
18749
18750 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18751
18752 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18753
18754 2003-01-20 David Ponce <david@dponce.com>
18755
18756 * w32menu.c (digest_single_submenu): Declare all args.
18757
18758 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
18759 changes in xmenu.c:
18760
18761 (parse_single_submenu): Use individual keymap's prompt
18762 string as pane name, if there is one.
18763 (set_frame_menubar): Save menu_items_n_panes from each call to
18764 parse_single_submenu and use it when calling digest_single_submenu.
18765
18766 2003-01-20 Steven Tamm <steventamm@mac.com>
18767
18768 * macterm.c (XTread_socket): Check for valid, visible window
18769 before sending a scroll-wheel event.
18770
18771 2003-01-20 Richard M. Stallman <rms@gnu.org>
18772
18773 * xdisp.c (redisplay_window): If mini window's buffer is not
18774 a minibuffer, then redisplay it like other windows.
18775
18776 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18777
18778 * gtkutil.c (xg_create_frame_widgets): Check if there is an
18779 external tool bar before setting tool bar height.
18780
18781 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18782
18783 * xterm.c (handle_one_xevent): Surround popup_activated
18784 with #ifdef:s for non-toolkit version.
18785
18786 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
18787 (gtkutil.o): New file.
18788 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
18789 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
18790
18791 * gtkutil.c: New file for GTK version.
18792
18793 * gtkutil.h: New file for GTK version.
18794
18795 * xterm.h: Add xt_or_gtk_widget.
18796 Include gtk files for USE_GTK.
18797 (struct x_output): Add toolbar_height.
18798 (struct x_output): Add GTK widgets and Gdk size_hints.
18799 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
18800 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
18801 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
18802
18803 * xterm.c: Include gtkutil.h for USE_GTK.
18804 (free_frame_menubar): Declare extern void for USE_GTK.
18805 (note_mouse_highlight): Check popup_activated for USE_GTK.
18806 (xt_action_hook): Don't compile if USE_GTK.
18807 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
18808 (xg_scroll_callback): New function.
18809 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
18810 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
18811 for USE_GTK.
18812 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
18813 xg_show_scroll_bar for USE_GTK.
18814 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
18815 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
18816 (event_handler_gdk): New function for USE_GTK.
18817 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
18818 (handle_one_xevent): Make sure widget is mapped before
18819 calling x_real_positions for USE_GTK.
18820 (XTread_socket): Add GTK event loop for USE_GTK.
18821 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
18822 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
18823 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
18824 (x_iconify_frame): Add code for USE_GTK.
18825 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
18826 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
18827 is in gtkutil.c.
18828 (x_term_init): Add initialization for GTK.
18829 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
18830
18831 * xmenu.c: Include gtkutil.h for USE_GTK.
18832 (Fx_popup_menu): Use current position if x and y is NIL.
18833 (single_menu_item, single_menu_item, Fx_popup_dialog):
18834 Check for USE_GTK.
18835 (popup_widget_loop): New function for USE_GTK.
18836 (x_activate_menubar): Add code for USE_GTK.
18837 (popup_activate_callback, popup_deactivate_callback)
18838 (menu_highlight_callback, menubar_selection_callback):
18839 Add USE_GTK versions.
18840 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
18841 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
18842 (free_frame_menubar): Only compile if not USE_GTK. GTK version
18843 is in gtkutil.c.
18844 (popup_selection_callback): New version for USE_GTK.
18845 (create_and_show_popup_menu): New fuction, one USE_GTK version and
18846 one USE_X_TOOLKIT version.
18847 (xmenu_show): Call create_and_show_popup_menu.
18848 (dialog_selection_callback): New version for USE_GTK.
18849 (create_and_show_dialog): New fuction, one USE_GTK version and
18850 one USE_X_TOOLKIT version.
18851 (xdialog_show): Call create_and_show_dialog.
18852
18853 * xfns.c: Include gtkutil for USE_GTK.
18854 (x_window_to_frame, x_any_window_to_frame)
18855 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
18856 (x_top_window_to_frame): Add code for USE_GTK.
18857 (x_set_background_color): Call xg_set_background_color for GTK.
18858 (x_set_menu_bar_lines): Check for USE_GTK.
18859 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
18860 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
18861 (x_window): Call xg_create_frame_widgets for USE_GTK.
18862 (Fx_create_frame): Check for USE_GTK
18863 (Fx_file_dialog): New implementation for USE_GTK.
18864
18865 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
18866 (update_menu_bar): Add check for USE_GTK.
18867 (update_tool_bar): Add check for USE_GTK and external tool bar.
18868 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
18869 (redisplay_internal): Add check for USE_GTK and popup_activated.
18870 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
18871 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
18872 (display_menu_bar): Add check for USE_GTK
18873
18874 * lisp.h (Vx_resource_name): Declare extern.
18875
18876 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
18877 for USE_GTK.
18878 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
18879
18880 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
18881 (FRAME_EXTERNAL_TOOL_BAR): New macro.
18882 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
18883
18884 * fileio.c (Fread_file_name): Add check for USE_GTK.
18885
18886 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
18887 Add check for USE_GTK.
18888
18889 * config.in: Added HAVE_GTK
18890
18891 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
18892
18893 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
18894
18895 * charset.h (Funibyte_char_to_multibyte): Export.
18896
18897 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18898
18899 * xmenu.c (mouse_position_for_popup): New function.
18900 (Fx_popup_menu): Call mouse_position_for_popup for X and
18901 mouse_position_hook for others.
18902
18903 2003-01-17 Kim F. Storm <storm@cua.dk>
18904
18905 * editfns.c (Finsert): Mention `string-make-multibyte' and
18906 `string-as-multibyte' in doc string.
18907
18908 2003-01-17 Kenichi Handa <handa@m17n.org>
18909
18910 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
18911
18912 * editfns.c (Fformat): Convert an unibyte char argument that is
18913 formatted by "%c" to multibyte if the total result must be a
18914 multibyte string.
18915
18916 2003-01-16 Kim F. Storm <storm@cua.dk>
18917
18918 * process.c (set-process-filter): Document unibyte/multibyte-ness
18919 of string argument.
18920
18921 2003-01-16 Kenichi Handa <handa@m17n.org>
18922
18923 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
18924
18925 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
18926 (re_search_2): Likewise.
18927
18928 2003-01-15 Kenichi Handa <handa@m17n.org>
18929
18930 * xdisp.c (message_dolog): Fix bug of the case that *Message*
18931 buffer is unibyte.
18932
18933 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
18934
18935 * fns.c (Fsubstring): Clarify doc string.
18936
18937 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
18938 (Fprevious_char_property_change)
18939 (Fnext_single_char_property_change)
18940 (Fprevious_single_char_property_change, Fnext_property_change)
18941 (Fnext_single_property_change, Fprevious_property_change)
18942 (Fprevious_single_property_change, Fadd_text_properties)
18943 (Fput_text_property, Fset_text_properties)
18944 (Fremove_text_properties, Fremove_list_of_text_properties)
18945 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
18946
18947 2003-01-14 Kim F. Storm <storm@cua.dk>
18948
18949 * process.h (struct Lisp_Process): New member plist replaces old
18950 member private_vars. All uses changed.
18951
18952 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
18953 (QCplist): Rename from QCvars. Change all uses.
18954 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
18955 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
18956 (syms_of_process): Intern, staticpro, defsubr these.
18957 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
18958
18959 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
18960
18961 * m/delta.h: Remove (obsolete).
18962
18963 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
18964
18965 * fileio.c (Fdelete_directory, Fdelete_file): Document the
18966 behaviour in front of symlinks.
18967 (Fdelete_file): Raise an error on directories.
18968
18969 2003-01-13 Dave Love <fx@gnu.org>
18970
18971 * fns.c (Freverse): Use QUIT.
18972
18973 2003-01-13 Richard M. Stallman <rms@gnu.org>
18974
18975 * minibuf.c (minibuffer_completion_contents):
18976 Error if point is inside prompt.
18977
18978 * keyboard.c (command_loop_1): Don't redisplay directly
18979 if there's a post-command-hook.
18980
18981 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
18982 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
18983
18984 2003-01-12 Kim F. Storm <storm@cua.dk>
18985
18986 * process.h (struct Lisp_Process): New member private_vars.
18987
18988 * process.c (QCvars): New variable.
18989 (syms_of_process): Intern and staticpro it.
18990 (Fset_process_contact): Removed function.
18991 (Fprocess_variable, Fset_process_variable): New functions.
18992 (syms_of_process): Defsubr them.
18993 (Fstart_process): Initialize private_vars plist to nil.
18994 (Fmake_network_process): New arg :vars to setup the private
18995 variables for new network process.
18996 (server_accept_connection): Copy server's private variables to
18997 client process.
18998
18999 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
19000 crashes). Code rewritten and simplified. Now directly aligns the
19001 pointer and recalculates pure_bytes_used, rather than aligning the
19002 size and adjusting the pointer.
19003
19004 2003-01-11 Kim F. Storm <storm@cua.dk>
19005
19006 * process.c (Fset_process_contact): New function.
19007 (syms_of_process): defsubr it.
19008 (make-network-process): Update doc.
19009
19010 2003-01-10 Andreas Schwab <schwab@suse.de>
19011
19012 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
19013 Reported by Berthold Gunreben <b.gunreben@web.de>.
19014
19015 2003-01-10 Dave Love <fx@gnu.org>
19016
19017 * composite.c (syms_of_composite): Make composition_hash_table weak.
19018
19019 2003-01-09 Kim F. Storm <storm@cua.dk>
19020
19021 * process.c (Fmake_network_process): Convert new port number
19022 to host byte order for `:service t' case. From Mario Lang.
19023
19024 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19025
19026 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
19027 instead of XtAppProcessEvent.
19028
19029 * xterm.c (handle_one_xevent): New function.
19030 (x_dispatch_event): New function.
19031 (XTread_socket): Call handle_one_xevent.
19032
19033 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
19034
19035 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
19036 call XQueryPointer to get coordinates.
19037 (popup_get_selection): Do not set popup_activated_flag to zero,
19038 let popup_deactivate_callback do that. Needed for Motif.
19039 Call x_dispatch_event instead of XtDispatchEvent.
19040 (xmenu_show): Calculate root coordinate from frame top/left position.
19041
19042 2003-01-08 Kim F. Storm <storm@cua.dk>
19043
19044 * process.c (server_accept_connection): Fix recording of new
19045 connection's local address in :local property of contact info.
19046 (Fmake_network_process): Record local network address for new
19047 client processes in :local property of contact info.
19048 (format-network-address): Add arg OMIT-PORT. Change callers.
19049
19050 2003-01-07 Dave Love <fx@gnu.org>
19051
19052 * Makefile.in (fns.o): Depend on coding.h.
19053
19054 2003-01-06 Dave Love <fx@gnu.org>
19055
19056 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
19057 (Vlocale_coding_system): Declare.
19058 (Qcodeset, Qdays, Qmonths, Qpaper): New.
19059 (Flanginfo): New.
19060 (syms_of_fns): Initialize new stuff.
19061
19062 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
19063
19064 * minibuf.c (Fread_variable): Doc fix.
19065
19066 * eval.c (Fuser_variable_p): Doc change. For custom variables,
19067 use the same test as for custom-variable-p.
19068
19069 2003-01-05 Richard M. Stallman <rms@gnu.org>
19070
19071 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
19072 Count LAST_LINE_MISFIT in scroll margin for end of window.
19073 Move label too_near_end before setting SCROLL_MARGIN_POS.
19074 Set LAST_LINE_MISFIT before jumping there.
19075
19076 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
19077 scroll_conservatively case. If scrolling that much doesn't change
19078 STARTP, move it down one line.
19079
19080 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
19081 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
19082
19083 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
19084 selected frame.
19085
19086 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
19087 (syms_of_keymap): Staticpro them.
19088 (Fapropos_internal): Initialize them and clear them out.
19089 Don't GCPRO them.
19090
19091 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
19092
19093 * lisp.h: New misc type Lisp_Save_Value.
19094 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
19095 (XSAVE_VALUE): New macro.
19096 (struct Lisp_Save_Value): New data type.
19097 (union Lisp_Misc): Add u_save_value alternative.
19098 (make_save_value): Declare.
19099
19100 * alloc.c (make_save_value): New function.
19101
19102 * xterm.c (x_catch_errors): Save dpy using make_save_value.
19103 (x_catch_errors_unwind): Call XSync.
19104
19105 2003-01-01 Richard M. Stallman <rms@gnu.org>
19106
19107 * window.c (window_scroll_pixel_based): Partially undo last change.
19108
19109 * keyboard.c (command_loop_1): Call adjust_point_for_property
19110 in direct action cases for Qforward_char and Qbackward_char.
19111 Set already_adjusted so it won't be done twice.
19112
19113 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
19114
19115 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19116 type definition of size_t.
19117
19118 2003-01-02 Steven Tamm <steventamm@mac.com>
19119
19120 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19121 distinguish Carbon GUI builds from X11 builds on darwin.
19122
19123 2002-12-30 Steven Tamm <steventamm@mac.com>
19124
19125 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19126 to default to t.
19127
19128 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
19129
19130 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
19131
19132 2002-12-28 Steven Tamm <steventamm@mac.com>
19133
19134 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
19135 allow building in a different directory than source. Uses some
19136 GNU Make extensions, but there is no other make on Mac OS X.
19137
19138 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
19139
19140 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19141 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19142 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19143 (Fstring_to_number): Mention the returned value in the doc strings.
19144
19145 2002-12-23 Richard M. Stallman <rms@gnu.org>
19146
19147 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19148 <scroll-down-aggressively>: Doc fix.
19149
19150 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19151 string as pane name, if there is one.
19152 (set_frame_menubar): Save menu_items_n_panes from each call to
19153 parse_single_submenu and use it when calling digest_single_submenu.
19154
19155 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19156 Don't try to make last line fully visible if it is past end of window.
19157
19158 2002-12-22 Steven Tamm <steventamm@mac.com>
19159
19160 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19161 (mac_menu_show): Add support for hierarchical popup menus.
19162 (add_menu_item): Remove indentation support.
19163 (fill_submenu, fill_menu): Create hierarchical menus
19164 instead of using indentation.
19165
19166 2002-12-22 Richard M. Stallman <rms@gnu.org>
19167
19168 * xdisp.c (try_cursor_movement): Don't call try_window here.
19169 (redisplay_window): Never redisplay minibuffer when inactive.
19170
19171 * window.c (select_window_1): Undo 9/21 change.
19172
19173 2002-12-22 Steven Tamm <steventamm@mac.com>
19174
19175 * macterm.c (XTread_socket): Call KeyTranslate for control and
19176 meta to deal correctly shifted non-alpha characters, like C-S-5
19177 being treated like C-%. Do not look for shift key to deal
19178 with masking off control-key with mac-reverse-ctrl-meta.
19179
19180 2002-12-21 Richard M. Stallman <rms@gnu.org>
19181
19182 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19183 If it is non-nil, run timers. Use an unwind-protect to requeue
19184 the events that were read ahead.
19185 (popup_get_selection_unwind): New subroutine.
19186 (popup_get_selection_queue): File-scope variable now holds that queue.
19187 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19188 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19189 Use an unwind-protect to pop down the dialog box.
19190 (xdialog_show_unwind): New subroutine implements that.
19191
19192 * xdisp.c (row_containing_pos): Change exit test using last_y.
19193 (try_window_id): Abort if row_containing_pos returns null.
19194
19195 * lread.c (load_error_handler): New function.
19196 (Fload): Handle errors in Fsubstitute_in_file_name.
19197 Don't expect Fsignal to return.
19198
19199 * eval.c: Errors and throws work right with interrupt blocking.
19200 (struct catchtag): New elt interrupt_input_blocked.
19201 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19202 (internal_catch, Fcondition_case, internal_condition_case)
19203 (internal_condition_case_1, internal_condition_case_2): Save it.
19204 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
19205
19206 * editfns.c (Fformat): Add parens.
19207
19208 * dired.c (file_name_completion): Fix that change.
19209 Delete special quit-handling code; just use QUIT.
19210
19211 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
19212
19213 * dired.c (file_name_completion): Close directory on error
19214 just as in directory_files_internal.
19215
19216 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
19217
19218 * window.c (Fset_window_configuration): Set old_point to correct
19219 value when new_current_buffer == current_buffer.
19220
19221 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
19222
19223 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19224 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19225 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19226
19227 These changes were in part based upon suggestions made by Peter
19228 'Luna' Runestig [peter@runestig.com].
19229
19230 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19231 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19232 (g_b_init_get_sid_identifier_authority ): Add several static
19233 global variables.
19234
19235 * w32.c (globals_of_w32): New function. Used to initialize those
19236 global variables that must always be initialized on startup even
19237 when the global variable initialized is non zero. Its primary
19238 purpose at this time is to set the global variables
19239 g_b_init_is_windows_9x, g_b_init_open_process_token,
19240 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
19241 g_b_init_get_sid_identifier_authority to 0 on startup.
19242 Called from main.
19243
19244 * w32.c (is_windows_9x): Perform initialization only if
19245 g_b_init_is_windows_9x is equal to 0. On initialization set
19246 g_b_init_is_windows_9x equal to 1.
19247
19248 * w32.c (open_process_token): Perform initialization only if
19249 g_b_init_open_process_token is equal to 0. On initialization set
19250 g_b_init_open_process_token equal to 1.
19251
19252 * w32.c (get_token_information): Perform initialization only if
19253 g_b_init_get_token_information is equal to 0. On initialization
19254 set g_b_init_get_token_information equal to 1.
19255
19256 * w32.c (lookup_account_sid): Perform initialization only if
19257 g_b_init_lookup_account_sid is equal to 0. On initialization
19258 set g_b_init_lookup_account_sid equal to 1.
19259
19260 * w32.c (get_sid_identifier_authority): Perform initialization
19261 only if g_b_init_get_sid_identifier_authority is equal to 0.
19262 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
19263
19264 * w32fns.c (globals_of_w32fns): New function. Used to initialize
19265 those global variables that must always be initialized on startup
19266 even when the global variable initialized is non zero.
19267 Its primary purpose at this time is to initialize the global variable
19268 track_mouse_event_fn.
19269
19270 * w32fns.c (w32_wnd_proc): Remove initialization of
19271 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
19272
19273 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
19274
19275 * w32menu.c (globals_of_w32menu): New function. Used to
19276 initialize those global variables that must always be initialized
19277 on startup even when the global variable initialized is non zero.
19278 Its primary purpose at this time is to initialize the global
19279 variables get_menu_item_info and set_menu_item_info.
19280
19281 * w32menu.c (initialize_frame_menubar): Remove initialization of
19282 get_menu_item_info and set_menu_item_info.
19283
19284 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
19285
19286 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19287 Declare them.
19288
19289 * emacs.c (main): Call globals_of_w32 prior to calling
19290 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19291 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19292 is defined.
19293
19294 * w32term.c (x_update_window_begin): Fix Windows API error
19295 detected by BoundsChecker. Test to determine if
19296 w32_system_caret_hwnd is NULL prior to attempting to use
19297 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
19298
19299 * w32term.c (x_update_window_end): Fix Windows API error
19300 detected by BoundsChecker. Test to determine if
19301 w32_system_caret_hwnd is NULL prior to attempting to use
19302 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
19303
19304 2002-12-17 Kenichi Handa <handa@m17n.org>
19305
19306 * coding.c (coding_system_require_warning): New variable.
19307 (syms_of_coding): DEFVAR it.
19308
19309 * coding.h (coding_system_require_warning): Extern it.
19310
19311 * fileio.c (choose_write_coding_system): Even if
19312 Vcoding_system_for_write is non-nil, if
19313 coding_system_require_warning is nonzero, call
19314 Vselect_safe_coding_system_function.
19315
19316 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
19317
19318 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19319 (lisp): Add font-core.
19320
19321 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
19322
19323 * textprop.c (text_read_only): New arg `propval'.
19324 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19325 (verify_interval_modification): Use text_read_only's new arg.
19326
19327 2002-12-13 Kenichi Handa <handa@m17n.org>
19328
19329 * coding.c (Funencodable_char_position): Set pend correctly.
19330
19331 2002-12-12 Jason Rumney <jasonr@gnu.org>
19332
19333 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19334 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19335 Be more careful about when help_events are generated.
19336
19337 2002-12-12 Steven Tamm <steventamm@mac.com>
19338
19339 * macterm.c (mac_check_for_quit_char): Correctly set the
19340 modifiers of the event to 0.
19341 * mac.c (sys_select): Duplicate rfds before calling select to
19342 ensure that rfds survive the while loop.
19343
19344 2002-12-11 Kim F. Storm <storm@cua.dk>
19345
19346 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19347 row_containing_pos returned NULL.
19348
19349 2002-12-10 Steven Tamm <steventamm@mac.com>
19350
19351 * mac.c (sys_read): Fix sys_read to not call select if IO is
19352 non-blocking.
19353 (sys_select): Fix sys_select to not use a timeout larger than
19354 the one given.
19355
19356 2002-12-10 Juanma Barranquero <lektu@terra.es>
19357
19358 * editfns.c (Fformat): Use alloca, not _alloca.
19359
19360 2002-12-09 Richard M. Stallman <rms@gnu.org>
19361
19362 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19363 as the last thing.
19364
19365 2002-12-09 Dave Love <fx@gnu.org>
19366
19367 * s/sol2-8.h: Removed. (Not necessary.)
19368
19369 2002-12-09 Matthew Swift <swift@alum.mit.edu>
19370
19371 * editfns.c (Fformat): Handle precision in string conversion
19372 specifiers like libc functions do (ie, print at most that many
19373 characters).
19374
19375 2002-12-08 Richard M. Stallman <rms@gnu.org>
19376
19377 * xdisp.c (row_containing_pos): Check more carefully
19378 whether charpos is really in the row before returning it.
19379
19380 2002-12-07 Steven Tamm <steventamm@mac.com>
19381
19382 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
19383
19384 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19385 each stack frame. This may change as it could be time consuming.
19386
19387 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19388 (init_quit_char_handler, mac_determine_quit_char_modifiers)
19389 (mac_initialize): Add code to check for pressing of quit_char
19390 in the OS event queue.
19391
19392 * mac.c (sys_select): Call mac_check_for_quit_char every second
19393 while blocking on select.
19394
19395 * mac.c (sys_read): Use sys_select to test for input first
19396 before calling read, to allow C-g to break.
19397
19398 2002-12-07 Richard M. Stallman <rms@gnu.org>
19399
19400 * minibuf.c (Fcompleting_read): Doc fix.
19401
19402 * lread.c (syms_of_lread) <load-history>: Doc fix.
19403
19404 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
19405
19406 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
19407 autoload.
19408
19409 * data.c (Fdefalias): Record in load-history redefining an autoload.
19410
19411 * alloca.c: Undo ifdef change accidentally made on 12-04.
19412
19413 2002-12-06 Francesco Potorti` <pot@gnu.org>
19414
19415 * xfns.c (png_load): Avoid double gamma correction for PNG images.
19416
19417 2002-12-04 Richard M. Stallman <rms@gnu.org>
19418
19419 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
19420
19421 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
19422
19423 * alloca.c: Don't use #error.
19424
19425 2002-12-03 Dave Love <fx@gnu.org>
19426
19427 * buffer.c (Qucs_set_table_for_input): New.
19428 (Fget_buffer_create): Use it.
19429 (Qset_buffer_major_mode_hook): Deleted.
19430 (Fset_buffer_major_mode): Revert previous change.
19431 (init_buffer_once): Intern ucs-set-table-for-input.
19432 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
19433 Add &Qucs_set_table_for_input.
19434
19435 2002-12-03 Andreas Schwab <schwab@suse.de>
19436
19437 * callint.c (Fcall_interactively): Use next_event only if less
19438 than key_count.
19439
19440 2002-12-02 Andrew Choi <akochoi@shaw.ca>
19441
19442 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
19443 names to 255 characters.
19444
19445 * macterm.c (XTread_socket): If all frames have been collapsed,
19446 expand the first one before handling drag-and-drop events.
19447
19448 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
19449 which is detected by autoconf.
19450
19451 2002-12-01 Steven Tamm <steventamm@mac.com>
19452
19453 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
19454 offset in two hints table to allow prebinding to be redone and
19455 allow the executable to be stripped.
19456
19457 2002-11-29 Dave Love <fx@gnu.org>
19458
19459 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
19460 already provided.
19461
19462 2002-11-29 Richard M. Stallman <rms@gnu.org>
19463
19464 * xdisp.c (start_display): Check more intelligently for
19465 whether the line is continued.
19466 (move_it_vertically_backward): Clear it->continuation_lines_width.
19467
19468 2002-11-28 Dave Love <fx@gnu.org>
19469
19470 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
19471 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
19472
19473 2002-11-27 Steven Tamm <steventamm@mac.com>
19474
19475 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
19476 more descriptive error output from lread.c:Fload upon most require
19477 cycles during boostrapping.
19478
19479 2002-11-27 Jason Rumney <jasonr@gnu.org>
19480
19481 * fileio.c (Finsert_file_contents): Give a more appropriate error
19482 for files bigger than 2Gb when off_t is 32 bit.
19483
19484 * dired.c (Ffile_attributes): Don't return negative file sizes for
19485 files bigger than 2Gb when off_t is 32 bit.
19486
19487 2002-11-27 Dave Love <fx@gnu.org>
19488
19489 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19490
19491 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
19492 Test GETPGRP_VOID instead.
19493 [BSD_TERMIOS]: Remove definitions (never used).
19494
19495 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
19496 Don't define.
19497 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19498
19499 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
19500
19501 2002-11-25 Jason Rumney <jasonr@gnu.org>
19502
19503 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
19504 supported.
19505
19506 2002-11-25 Dave Love <fx@gnu.org>
19507
19508 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
19509
19510 * Makefile.in (TEMACS_LDFLAGS): Update last change.
19511
19512 2002-11-25 Andreas Schwab <schwab@suse.de>
19513
19514 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
19515
19516 2002-11-24 Steven Tamm <steventamm@mac.com>
19517
19518 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
19519 determine the size of pointers alloced in unexed space instead
19520 of using possibly invalid emacs_zone pointers. This fixes the
19521 binary incompatibility problems caused by updates to libSystem.B.
19522
19523 2002-11-24 Richard M. Stallman <rms@gnu.org>
19524
19525 * search.c (Fstring_match): Doc fix.
19526
19527 * callint.c (Fcall_interactively): If a command fails because
19528 `*' detects a read-only buffer, but RECORD_FLAG is set,
19529 record it anyway if the args don't actually do tty input.
19530
19531 2002-11-22 Dave Love <fx@gnu.org>
19532
19533 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
19534
19535 * keyboard.c (interrupt_signal): Provide forward declaration.
19536 (kbd_buffer_store_event): Don't declare interrupt_signal.
19537
19538 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
19539
19540 2002-11-21 Richard M. Stallman <rms@gnu.org>
19541
19542 * eval.c (interactive_p): Skip any number of bytecode
19543 and special form frames, in any order.
19544
19545 2002-11-20 Jason Rumney <jasonr@gnu.org>
19546
19547 * w32fns.c (convert_mono_to_color_image): New function.
19548 (xbm_load, xbm_load_image): Use it when foreground or background
19549 is explicitly set.
19550
19551 2002-11-19 Dave Love <fx@gnu.org>
19552
19553 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
19554
19555 2002-11-18 Jason Rumney <jasonr@gnu.org>
19556
19557 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
19558 (XPutPixel): Swap blue and red.
19559 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
19560 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
19561 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
19562 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
19563
19564 2002-11-18 Dave Love <fx@gnu.org>
19565
19566 * m/orion105.h (HAVE_ALLOCA): Don't define.
19567
19568 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
19569
19570 * m/intel386.h: Don't include alloca.h or define alloca.
19571
19572 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
19573 malloc, realloc, calloc.
19574
19575 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
19576 (bcmp): Don't define.
19577
19578 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
19579
19580 * m/amdahl.h: Don't define LIB_STANDARD.
19581
19582 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
19583
19584 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
19585
19586 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
19587 Don't include alloca.h.
19588
19589 * s/aix3-2.h (HAVE_FSYNC): Don't define.
19590
19591 * regex.c (_GNU_SOURCE): Don't define.
19592
19593 * process.c (_GNU_SOURCE): Don't define.
19594
19595 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
19596
19597 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
19598
19599 * s/sol2-8.h: Include sol2-6.h.
19600
19601 2002-11-18 Miles Bader <miles@gnu.org>
19602
19603 * dispextern.h (struct face): Add `overstrike' field.
19604 * xterm.c (x_draw_glyph_string_foreground)
19605 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19606 * xfaces.c (load_face_font): Set `face->overstrike' based on
19607 result from choose_face_font.
19608 (best_matching_font, choose_face_font): Add `needs_overstrike'
19609 argument, and use it to return whether overstriking is desirable
19610 for this face/font combo.
19611 (set_font_frame_param: Pass new argument to choose_face_font.
19612
19613 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19614
19615 This change is my fix for the following entry in etc/PROBLEMS:
19616 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19617 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19618
19619 * w32.c: Added wrapper functions around the win32 API functions
19620 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
19621 GetSidIdentifierAuthority. These wrapper functions serve two
19622 purposes:
19623 1. They ensure that the wrapped function can never be called
19624 when Emacs is running on an operating system on which they are
19625 not supported (Microsoft Windows 95 / 98 / ME).
19626 2. They call the wrapped functions via function pointers rather
19627 than calling them directly. This avoids taking advantage of the
19628 undocumented fact that although these functions are not supported
19629 in the 9x branch of Microsoft Windows, the functions do exist in
19630 the version of advapi32.dll that is found in the 9x branch of
19631 Microsoft Windows.
19632
19633 * w32.c (init_user_info): Replace the calls to the win32 API
19634 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
19635 and GetSidIdentifierAuthority with calls to the newly added
19636 wrapper functions.
19637
19638 * w32.h: Added extern declarations for the following functions:
19639 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
19640 syms_of_w32menu, and void syms_of_fontset.
19641
19642 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
19643 function pointer track_mouse_event_fn in the handler for the
19644 WM_SETFOCUS message.
19645
19646 * w32menu.c (initialize_frame_menubar): Add code to
19647 reinitialize the function pointers set_menu_item_info and
19648 get_menu_item_info.
19649
19650 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19651
19652 * sound.c: Added a partial implementation of play-sound-internal
19653 for Microsoft Windows. Added various #ifdef / #else / #endif
19654 code blocks to separate the code that will compile under
19655 Microsoft Windows from the code that is specific to GNU/Linux.
19656 Moved several blocks of code around to make this separation of code
19657 into Windows compatible and GNU/Linux compatible code blocks easier.
19658
19659 * makefile.w32-in: Include sound.c and link with WinMM.lib.
19660
19661 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
19662 added support for play-sound-internal under Windows would be
19663 included in the build of Emacs.
19664
19665 2002-11-16 Jason Rumney <jasonr@gnu.org>
19666
19667 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
19668
19669 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
19670
19671 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
19672
19673 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
19674 (adjust_point_for_property): Move out of display and invisible even if
19675 we were already inside before (in case a property was added while
19676 we weren't looking). Be more careful when handling invisible props.
19677 Skip invisible text as if it really wasn't there at all.
19678
19679 2002-11-15 Jason Rumney <jasonr@gnu.org>
19680
19681 * w32term.c (x_draw_image_foreground)
19682 (w32_draw_image_foreground_1): Use standard copy and invert
19683 operations to draw images.
19684
19685 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
19686 depth of 1.
19687 (xbm_read_bitmap_data): Invert bits as xbm is read in.
19688 (XPutPixel): Don't invert bits here.
19689
19690 2002-11-15 Jason Rumney <jasonr@gnu.org>
19691
19692 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
19693 (w32_draw_image_foreground_1): Handle image masks.
19694 (x_draw_image_glyph_string): Don't BitBlt transparently.
19695
19696 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
19697 (x_from_xcolors): Adjust RGB values for W32.
19698 (image_background, image_background_transparent)
19699 (postprocess_image, x_to_xcolors, x_disable_image)
19700 (x_build_heuristic_mask): Adapt for W32 and enable.
19701 (x_create_x_image_and_pixmap): Mark images with palettes as such.
19702 (xbm_load): Remove unused variable.
19703
19704 2002-11-14 Richard M. Stallman <rms@gnu.org>
19705
19706 * buffer.c (syms_of_buffer): Doc fix.
19707
19708 2002-11-14 Dave Love <fx@gnu.org>
19709
19710 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
19711
19712 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
19713 * xmenu.c (unuse_menu_items, digest_single_submenu):
19714 * xfns.c (x_put_x_image):
19715 * xdisp.c (message2_nolog, set_message):
19716 * undo.c (record_point):
19717 * terminfo.c (tparam):
19718 * syntax.c (scan_sexps_forward):
19719 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19720 * composite.c (update_compositions):
19721 * cm.c (calccost, cmgoto):
19722 * charset.c (c_string_width): Declare all args (per C99).
19723
19724 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
19725
19726 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
19727 Don't declare.
19728
19729 * emacs.c (main) [!VMS]: Avoid third arg.
19730
19731 * fns.c (Fcopy_sequence): Doc fix.
19732 (Fmap_char_table): Cast `call2'.
19733
19734 2002-11-14 Francesco Potorti` <pot@gnu.org>
19735
19736 * s/sol2-8.h: New file.
19737
19738 2002-11-14 Kim F. Storm <storm@cua.dk>
19739
19740 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
19741 dependency on `risky-local-variable' and the :propertize form.
19742
19743 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
19744
19745 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
19746
19747 * syntax.c (scan_sexps_forward): Undo last patch.
19748 Use a more obvious fix: check eob before updating the syntax table.
19749
19750 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
19751
19752 * syntax.c (scan_sexps_forward): Update syntax table before reading
19753 a char rather than after so we don't update the table past eob.
19754
19755 2002-11-09 Dave Love <fx@gnu.org>
19756
19757 * buffer.c (Fset_buffer_major_mode): Fix last change.
19758
19759 * regex.c (regexec): Fix pmatch declaration.
19760
19761 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
19762
19763 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
19764 to self-inserting characters.
19765 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
19766
19767 * coding.c (Vtranslation_table_for_input): New.
19768 (syms_of_coding): DEFVAR it.
19769
19770 2002-11-08 Juanma Barranquero <lektu@terra.es>
19771
19772 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
19773 window.
19774
19775 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19776
19777 * process.c (Fformat_network_address): Remove unused locals p,
19778 cp, and i.
19779
19780 2002-11-06 Dave Love <fx@gnu.org>
19781
19782 * buffer.c (Qset_buffer_major_mode_hook): New.
19783 (Fset_buffer_major_mode): Use it.
19784
19785 2002-11-06 Richard M. Stallman <rms@gnu.org>
19786
19787 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
19788 and stop_polling.
19789
19790 * process.c (wait_reading_process_input):
19791 Test POLLING_PROBLEM_IN_SELECT, not hpux.
19792 Avoid initialization for auto Lisp_Object var.
19793
19794 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
19795
19796 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
19797
19798 2002-11-05 Richard M. Stallman <rms@gnu.org>
19799
19800 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
19801
19802 * callint.c (Fcall_interactively): New local filter_specs.
19803 (Fcall_interactively): Check for progn as well as let.
19804 Add a gcpro.
19805 (Qprogn): New variable.
19806 (syms_of_callint): Staticpro and init Qprogn.
19807
19808 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
19809
19810 * lread.c (Feval_buffer): Doc fix.
19811
19812 2002-11-04 Dave Love <fx@gnu.org>
19813
19814 * keyboard.c (read_char): Always translate iff
19815 Vkeyboard_translate_table is a char table and c is valid.
19816
19817 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19818 and fix C types.
19819
19820 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
19821
19822 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
19823
19824 * editfns.c (get_pos_property): Don't hardcode Qfield.
19825
19826 * keyboard.c (adjust_point_for_property): Handle `display' prop on
19827 overlays. Also handle `invisible' prop.
19828
19829 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
19830
19831 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
19832 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
19833
19834 2002-11-01 Andreas Schwab <schwab@suse.de>
19835
19836 * editfns.c (Fmessage): Revert last change to properly handle %%.
19837
19838 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
19839
19840 * xmenu.c (unuse_menu_items): New fun.
19841 (menu_items_inuse): New var.
19842 (syms_of_xmenu): Initialize it.
19843 (init_menu_items): Use it to detect re-entrance.
19844 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
19845 (Fx_popup_menu): Remove spurious XSETFRAME.
19846
19847 * editfns.c (find_field): Make an exception for nil fields.
19848
19849 2002-11-01 Dave Love <fx@gnu.org>
19850
19851 * m/gec63.h: Deleted.
19852
19853 2002-10-31 Dave Love <fx@gnu.org>
19854
19855 * xterm.c (XTread_socket): Fix last change.
19856 (xaw_scroll_callback): Cast call_data to long to avoid warning.
19857
19858 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
19859
19860 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
19861
19862 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
19863
19864 * editfns.c (overlays_around, get_pos_property): New funs.
19865 (find_field): Use them.
19866 Also be careful not to modify POS before its last use.
19867 (Fmessage): Don't Fformat if there's nothing to format.
19868
19869 2002-10-30 Dave Love <fx@gnu.org>
19870
19871 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
19872 [HAVE_PTY_H]; Include pty.h.
19873
19874 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
19875
19876 * xterm.c (Qeql): Declare.
19877 (Vx_keysym_table): New.
19878 (syms_of_xterm): Initialize it.
19879 (XTread_socket): Use it. Deal with ASCII keysyms.
19880 (XSetIMValues) [HAVE_X11R6]: Prototype.
19881
19882 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
19883 (lispy_kana_keys): Comment out.
19884 (make_lispy_event) [XK_kana_A]: Comment out.
19885 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
19886 Fix sprintf call.
19887
19888 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
19889 regexp.h change).
19890 (TERMINFO, LIBS_TERMCAP): Define.
19891
19892 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
19893 (bcmp): Define conditional on HAVE_BCMP.
19894 (NO_SIOCTL_H): Don't define.
19895 (TIOCSIGSEND): Don't make conditional on IRIX6.
19896
19897 * s/sol2-5.h: Don't include strings.h.
19898 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
19899
19900 * s/irix6-0.h (IRIX6): Don't define.
19901 (bcopy, bcmp, bzero): Don't undef.
19902
19903 * s/irix6-5.h: Don't include strings.h.
19904 (IRIX6): Don't define.
19905 (bcopy, bcmp, bzero): Don't undef.
19906
19907 * syntax.c (Fforward_comment): Doc fix.
19908
19909 2002-10-29 Kim F. Storm <storm@cua.dk>
19910
19911 * process.c (Fsignal_process): Allow PROCESS to be specified by
19912 name in addition to pid (as integer or string).
19913
19914 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
19915
19916 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
19917 environments.
19918
19919 2002-10-27 Kim F. Storm <storm@cua.dk>
19920
19921 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19922
19923 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
19924
19925 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
19926
19927 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19928
19929 2002-10-26 Richard M. Stallman <rms@gnu.org>
19930
19931 * editfns.c (Fformat): Detect invalid format letters for floats.
19932
19933 2002-10-25 Kenichi Handa <handa@m17n.org>
19934
19935 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
19936 (x_set_title): Likewise.
19937
19938 2002-10-25 Juanma Barranquero <lektu@terra.es>
19939
19940 * macgui.h:
19941 * w32gui.h: Remove definition of XColor.
19942
19943 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
19944
19945 2002-10-24 Kim F. Storm <storm@cua.dk>
19946
19947 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
19948 Callers changed (supply dummy arg).
19949
19950 * lisp.h (get_window_cursor_type): Update prototype.
19951
19952 * w32term.c (x_display_and_set_cursor): Get active_cursor from
19953 get_window_cursor_type to track system caret.
19954
19955 2002-10-24 Kim F. Storm <storm@cua.dk>
19956
19957 * process.c (Fformat_network_address): New function.
19958 (syms_of_process): Defsubr it.
19959 (list_processes_1): Use it to format :local/:remote address if
19960 service/host is not set; before Emacs would crash in that case.
19961 (Fmake_network_process): Don't use Ffind_operation_coding_system
19962 to setup coding system if host or service is not set.
19963
19964 2002-10-23 Juanma Barranquero <lektu@terra.es>
19965
19966 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
19967
19968 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
19969 COLORREF.
19970
19971 * macgui.h:
19972 * w32gui.h: Add definition of XColor.
19973
19974 * macfns.c:
19975 * w32fns.c:
19976 * xfaces.c: Remove definition of XColor.
19977
19978 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
19979
19980 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
19981
19982 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
19983 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
19984 window if it is dedicated.
19985 (Fshrink_window): Add preserve_before as was done for enlarge_window.
19986 (Vspecial_display_function): Update docstring.
19987
19988 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
19989 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
19990 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
19991
19992 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
19993
19994 * casefiddle.c (casify_region): Don't treat a prefix char as part
19995 of a word when at the beginning.
19996
19997 2002-10-17 Juanma Barranquero <lektu@terra.es>
19998
19999 * lread.c (syms_of_lread): Fix typos.
20000
20001 2002-10-17 Dave Love <fx@gnu.org>
20002
20003 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
20004
20005 2002-10-16 Richard M. Stallman <rms@gnu.org>
20006
20007 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
20008
20009 2002-10-14 Juanma Barranquero <lektu@terra.es>
20010
20011 * w16select.c (syms_of_win16select): Fix docstring for
20012 `selection-coding-system'.
20013
20014 * w32select.c (syms_of_w32select): Likewise.
20015
20016 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
20017
20018 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
20019 a backslash-quoted char.
20020 (scan_lists, scan_sexps_forward): Pacify the compiler.
20021
20022 2002-10-13 Richard M. Stallman <rms@gnu.org>
20023
20024 * window.c (window_scroll): Set immediate_quit.
20025
20026 * print.c (print): When backquote form is the car of a list,
20027 output in old style. Use old_backquote_output to output all
20028 comma forms inside it in old style too.
20029
20030 * buffer.h (struct buffer): Move `undo_list' down below `name'.
20031
20032 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
20033
20034 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
20035 batch mode).
20036
20037 * lread.c (Fload): Doc fix (load-suffixes).
20038
20039 2002-10-10 Steven Tamm <steventamm@mac.com>
20040
20041 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
20042 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
20043 Also switch the default to Qnil from Qt.
20044
20045 2002-10-08 Kenichi Handa <handa@m17n.org>
20046
20047 * coding.c (code_convert_region): When we need more GAP for
20048 conversion, pay attention to the case that coding->produced is not
20049 greater than coding->consumed.
20050
20051 2002-10-07 Richard M. Stallman <rms@gnu.org>
20052
20053 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
20054
20055 2002-10-06 Andrew Choi <akochoi@shaw.ca>
20056
20057 * macmenu.c (mac_menu_show): Add j to count menu items; match
20058 menu_item_selection to it to find selected item.
20059
20060 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20061
20062 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
20063 cases. The correct fix is to pass ReparentNotify to Xt.
20064 The shell widget interprets ConfigureNotify differently depending
20065 on if it has been reparented or not.
20066
20067 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
20068
20069 * editfns.c (Fformat_time_string): Doc fix.
20070
20071 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
20072
20073 * fns.c (Flength): Doc fix.
20074
20075 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
20076
20077 * keyboard.c (keyremap): New struct.
20078 (read_key_sequence): Use it: globally replace keytran_foo with
20079 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
20080 keytran_next and fkey_next to just `next'.
20081
20082 2002-10-04 Steven Tamm <steventamm@mac.com>
20083
20084 * macterm.c (keycode_to_xkeysym_table): Change return to be
20085 treated like an X keysym.
20086
20087 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20088
20089 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
20090 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
20091 This is to also handle x/y changes that occur because of a resize.
20092
20093 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
20094
20095 * frame.c (Vdelete_frame_functions): New variable.
20096 (syms_of_frame): Initialize and defvar it.
20097 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
20098 it when frame's `tooltip' parameter is non-nil.
20099
20100 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20101
20102 * w32fns.c (x_create_tip_frame): Likewise.
20103
20104 * macfns.c (x_create_tip_frame): Likewise.
20105
20106 2002-09-30 Kenichi Handa <handa@m17n.org>
20107
20108 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20109 -1 before calling ccl_driver.
20110
20111 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20112 Only when it is non-nil, handle composition sequence.
20113 (setup_coding_system) <0>: Don't force composition handling.
20114
20115 * Makefile.in (lisp, shortlisp): Add utf-16.elc
20116
20117 2002-09-29 Richard M. Stallman <rms@gnu.org>
20118
20119 * search.c (Freplace_match): Adjust match data for the substitution
20120 just made in the buffer.
20121
20122 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20123 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20124
20125 2002-09-27 Richard M. Stallman <rms@gnu.org>
20126
20127 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20128 (read_char): Use them. Do all exits thru the end of the function.
20129
20130 2002-09-27 Kenichi Handa <handa@etl.go.jp>
20131
20132 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20133 is nil.
20134
20135 2002-09-26 Richard M. Stallman <rms@gnu.org>
20136
20137 * regex.h (__restrict_arr): Don't define if already defined.
20138
20139 * coding.c (run_pre_post_conversion_on_str):
20140 Save and restore Vdeactivate_mark.
20141
20142 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20143
20144 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20145
20146 2002-09-26 Kenichi Handa <handa@etl.go.jp>
20147
20148 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20149 nonzero, try face's family at first. Otherwise try FAMILY at first.
20150 (choose_face_font): If C is a single byte char or latin-1, call
20151 try_font_list with PREFER_FACE_FAMILY 1.
20152
20153 2002-09-21 Richard M. Stallman <rms@gnu.org>
20154
20155 * window.c (select_window_1): Don't select frame.
20156 Set frame's selected window only when frame itself is selected.
20157 (Fselect_window): Doc fix.
20158
20159 2002-09-18 Kim F. Storm <storm@cua.dk>
20160
20161 * process.c (make-network-process): Doc fix (there is no
20162 network-server-log-function hook).
20163
20164 2002-09-18 Richard M. Stallman <rms@gnu.org>
20165
20166 * print.c (print): Clear out the unused parts of Vprint_number_table.
20167 (syms_of_print): Doc fix for `print-number-table'.
20168
20169 * unexelf.c (unexec): Undo previous change.
20170
20171 2002-09-17 Andreas Schwab <schwab@suse.de>
20172
20173 * m/alpha.h [LINUX]: Don't define DATA_START.
20174
20175 2002-09-16 Dave Love <fx@gnu.org>
20176
20177 * unexelf.c (unexec): Deal with .got, reinstating change from
20178 25-08-1999.
20179
20180 2002-09-13 Richard M. Stallman <rms@gnu.org>
20181
20182 * s/sol2-6.h (UNEXEC): Comment out definition.
20183
20184 * unexsol.c (unexec): Don't downcase first letter of error msg.
20185
20186 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20187
20188 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
20189
20190 * unexsol.c: Include buffer.h, charset.h, coding.h.
20191
20192 2002-09-11 Richard M. Stallman <rms@gnu.org>
20193
20194 * unexsol.c: Don't use report_file_error; do it by hand
20195 using dlerror.
20196
20197 * process.c (wait_reading_process_input, both versions):
20198 Before calling turn_on_atimers, call stop_polling.
20199
20200 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20201
20202 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20203 we go to too_near_end, call clear_glyph_matrix.
20204 (redisplay_window): After make_cursor_line_fully_visible,
20205 call clear_glyph_matrix and bypass `goto done'.
20206
20207 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20208 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20209
20210 2002-09-10 Richard M. Stallman <rms@gnu.org>
20211
20212 * fileio.c (Fdo_auto_save): Catch error making directory.
20213 Only call push_message if we need to.
20214 At the same time, make an unwind-protect to pop it.
20215 Rename local message_p to old_message_p.
20216 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20217 (do_auto_save_unwind): Don't call pop_message.
20218
20219 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20220
20221 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20222
20223 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20224
20225 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20226
20227 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20228
20229 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20230 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20231 (re_match_2_internal): Be more careful with infinite loops.
20232
20233 2002-09-10 Kim F. Storm <storm@cua.dk>
20234
20235 * macros.c (end_kbd_macro): New function.
20236 (Fend_kbd_macro): Use it.
20237
20238 * macros.h (end_kbd_macro): Declare extern.
20239
20240 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20241 end and save it instead of discarding it.
20242
20243 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
20244
20245 * s/sol2-6.h: Fix typo. Add comment.
20246
20247 2002-09-09 Richard M. Stallman <rms@gnu.org>
20248
20249 * regex.c (regnum_t): Use signed int, not unsigned int.
20250
20251 * s/sol2-6.h: New file.
20252
20253 * s/sol2-5.h (UNEXEC): Definition deleted.
20254
20255 2002-09-08 Kim F. Storm <storm@cua.dk>
20256
20257 * macros.c (executing_macro_index): Change type to EMACS_INT.
20258 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
20259
20260 * macros.h (executing_macro_index): Change type to EMACS_INT.
20261
20262 2002-09-06 Richard M. Stallman <rms@gnu.org>
20263
20264 * casetab.c (set_case_table): Make canon table point to eqv table.
20265
20266 2002-09-06 Juanma Barranquero <lektu@terra.es>
20267
20268 * coding.c (syms_of_coding): Fix spacing.
20269
20270 * composite.c (Fcompose_region_internal)
20271 (Fcompose_string_internal): Likewise.
20272
20273 * data.c (Flsh): Likewise.
20274
20275 * fontset.c (Fset_fontset_font): Likewise.
20276
20277 * macfns.c (Fx_server_max_request_size): Likewise.
20278
20279 * w16select.c (syms_of_win16select): Likewise.
20280
20281 * w32select.c (syms_of_w32select): Likewise.
20282
20283 * xselect.c (syms_of_xselect): Likewise.
20284
20285 2002-09-05 Richard M. Stallman <rms@gnu.org>
20286
20287 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20288 call EXTEND_RANGE_TABLE and return a proper value.
20289 (set_image_of_range): Don't call set_image_of_range_1
20290 if no TRANSLATE or if range includes all of Latin-1.
20291 Only call it for the Latin-1 part of the range.
20292 For other cases, make two separate ranges,
20293 one for the original specified characters and one for
20294 their case-conversions.
20295
20296 2002-09-04 Richard M. Stallman <rms@gnu.org>
20297
20298 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20299
20300 * window.c (displayed_window_lines): Correct for one-off bug
20301 in HEIGHT on non-window displays.
20302
20303 * regex.c (set_image_of_range_1): New function.
20304 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20305 Return a value to indicate running out of memory.
20306 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20307 (extend_range_table_work_area): New subroutine.
20308 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20309 Different calling conventions, and used from set_image_of_range{,_1}.
20310 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20311
20312 2002-09-04 Juanma Barranquero <lektu@terra.es>
20313
20314 * makefile.w32-in: All dependencies updated.
20315
20316 2002-09-01 Richard M. Stallman <rms@gnu.org>
20317
20318 * unexsol.c: New file.
20319
20320 * xfns.c (Qbox): Declare external, don't define.
20321
20322 * xdisp.c (redisplay_window) <force-start case>:
20323 If point is on semi-visible last line, reposition
20324 it at previous line.
20325
20326 * alloc.c (display_malloc_warning): Use display-warning.
20327 (malloc_warning_1): Function deleted.
20328
20329 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20330
20331 * lread.c (read1): Handle #! by skipping the line.
20332
20333 2002-08-31 Richard M. Stallman <rms@gnu.org>
20334
20335 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20336 Don't include LDFLAGS.
20337 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20338
20339 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20340
20341 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20342 member of x_display_info unless we compile for some window system.
20343
20344 2002-08-31 Kim F. Storm <storm@cua.dk>
20345
20346 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20347 (get_window_cursor_type): Don't use them.
20348 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20349
20350 2002-08-30 Kenichi Handa <handa@etl.go.jp>
20351
20352 * xdisp.c (get_next_display_element): Fix previous change.
20353
20354 2002-08-30 Andrew Choi <akochoi@shaw.ca>
20355
20356 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20357 (expose_window): Use it to fix the display of overlapping
20358 rows (merge code from xterm.c).
20359
20360 * macfns.c (Qbox): Add extern declaration.
20361
20362 2002-08-30 Juanma Barranquero <lektu@terra.es>
20363
20364 * w32fns.c (Qbox): Make extern.
20365 (syms_of_w32fns): Remove initialization of Qbox.
20366
20367 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20368
20369 * xfns.c (Fx_open_connection): Fix error message.
20370
20371 2002-08-30 Kim F. Storm <storm@cua.dk>
20372
20373 The following changes consolidates the handling of the cursor
20374 type in xdisp.c, moving duplicate code and functionality from
20375 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20376
20377 * frame.h (enum text_cursor_kinds): Consolidated here.
20378 Added DEFAULT_CURSOR value.
20379 (struct frame) <desired_cursor, cursor_width>
20380 <blink_off_cursor, blink_off_cursor_width>: New fields.
20381 Consolidated from output_x, output_w32 and output_mac structs.
20382 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20383 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20384
20385 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20386 Variables consolidated here.
20387 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20388 (Vcursor_in_non_selected_windows): Renamed from
20389 cursor_in_non_selected_windows and changed to Lisp_Object.
20390 (syms_of_xdisp): Define and staticpro new and moved variables.
20391 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20392 consolidated here. Recognize Qhollow setting.
20393 (set_frame_cursor_types): New function to set frame cursor types
20394 based on the frame parameters.
20395 (get_window_cursor_type): New function to calculate new cursor
20396 type and width for the specified window. Based on duplicated
20397 code consolidated here.
20398 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20399 check buffer-local alternate-cursor-type and blink-cursor-alist
20400 before using built-in blink off methods.
20401
20402 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
20403
20404 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
20405 (get_specified_cursor_type, get_window_cursor_type)
20406 (set_frame_cursor_types): Added prototypes.
20407
20408 * macfns.c (x_specified_cursor_type): Removed.
20409 (x_set_cursor_type): Use set_frame_cursor_types.
20410 (Qbar, Qbox): Removed.
20411 (syms_of_macfns): Don't intern or staticpro them.
20412
20413 * macterm.c (x_specified_cursor_type): Remove prototype.
20414 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20415 (x_display_and_set_cursor): Use get_window_cursor_type.
20416 Remove unused local variables cursor_non_selected, active_cursor.
20417 Redraw cursor if hbar cursor width changes.
20418 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
20419
20420 * macterm.h (enum text_cursor_kinds): Removed.
20421 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
20422 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20423 (FRAME_DESIRED_CURSOR): Macro removed.
20424
20425 * w32fns.c (Vblink_cursor_alist): Removed.
20426 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20427 (syms_of_w32fns): Don't intern, staticpro, or define them.
20428 (x_specified_cursor_type): Removed.
20429 (x_set_cursor_type): Use set_frame_cursor_types.
20430
20431 * w32term.c (x_specified_cursor_type): Remove prototype.
20432 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20433 (x_display_and_set_cursor): Use get_window_cursor_type.
20434 Remove unused local variables cursor_off_state.
20435 Redraw cursor if hbar cursor width changes.
20436 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
20437
20438 * w32term.h (enum text_cursor_kinds): Removed.
20439 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
20440 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20441 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20442 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20443 (struct w32_display_info) <x_highlight_frame>: Renamed member from
20444 w32_highlight_frame.
20445
20446 * xfns.c (Vblink_cursor_alist): Removed.
20447 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20448 (syms_of_xfns): Don't intern, staticpro, or define them.
20449 (x_specified_cursor_type): Removed.
20450 (x_set_cursor_type): Use set_frame_cursor_types.
20451
20452 * xterm.c (x_specified_cursor_type): Remove prototype.
20453 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20454 (x_display_and_set_cursor): Use get_window_cursor_type.
20455 Remove unused local variables cursor_off_state.
20456 Redraw cursor if hbar cursor width changes.
20457
20458 * xterm.h (enum text_cursor_kinds): Removed.
20459 (struct output_x) <current_cursor, desired_cursor, cursor_width>
20460 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20461 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20462 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20463 (x_specified_cursor_type): Remove prototype.
20464
20465 2002-08-28 Richard M. Stallman <rms@gnu.org>
20466
20467 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20468 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20469 (Vblink_cursor_alist): New variable.
20470 (syms_of_w32fns): Initialize and defvar it.
20471 (x_specified_cursor_type): Recognize Qbox for filled box.
20472 Exceptions are hollow boxes.
20473 (Qbox, Qhollow): New variables.
20474 (syms_of_w32fns): Initialize and staticpro them.
20475
20476 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20477 New macros.
20478 (struct w32_output): New fields blink_off_cursor,
20479 blink_off_cursor_width.
20480 (FRAME_CURSOR_WIDTH): New macro.
20481
20482 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20483 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20484
20485 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20486 for bar cursor.
20487
20488 * w32term.c (expose_overlaps): New function.
20489 (expose_window): Use it to fix the display of overlapping rows.
20490
20491 2002-08-28 Simon Josefsson <jas@extundo.com>
20492
20493 * xfns.c (Fx_open_connection): Improve help when X connection
20494 fails, xhost is insecure and xauth is better.
20495
20496 2002-08-28 Juanma Barranquero <lektu@terra.es>
20497
20498 * makefile.w32-in: Add missing dependencies on w32term.h and
20499 composite.h.
20500
20501 * emacs.c (USAGE1): Add missing newline.
20502
20503 2002-08-27 Andrew Choi <akochoi@shaw.ca>
20504
20505 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
20506
20507 2002-08-27 Richard M. Stallman <rms@gnu.org>
20508
20509 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20510 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20511 (Vblink_cursor_alist): New variable.
20512 (syms_of_xfns): Initialize and defvar it.
20513 (x_specified_cursor_type): Recognize Qbox for filled box.
20514 Exceptions are hollow boxes.
20515 (Qbox, Qhollow): New variables.
20516 (syms_of_xfns): Initialize and staticpro them.
20517
20518 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20519 New macros.
20520 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
20521
20522 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20523 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20524
20525 * emacs.c (main): Handle --script.
20526 (USAGE1): Mention --script.
20527 (standard_args): Define sort order for --script.
20528
20529 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20530
20531 * xdisp.c (redisplay_updating_p): Variable removed.
20532 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
20533 New variables.
20534 (init_iterator): Don't free realized faces if
20535 inhibit_free_realized_faces is set.
20536 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
20537 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
20538 initialize Qinhibit_free_realized_faces.
20539
20540 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
20541 when iterator is adding glyphs to a glyph matrix.
20542
20543 2002-08-27 Kenichi Handa <handa@etl.go.jp>
20544
20545 * xdisp.c (get_next_display_element): In unibyte case, don't use
20546 octal form for such eight-bit characters that can be converted to
20547 multibyte char.
20548
20549 2002-08-26 Kim F. Storm <storm@cua.dk>
20550
20551 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
20552 foreground and background colors. From Joe Buehler.
20553
20554 2002-08-26 Miles Bader <miles@gnu.org>
20555
20556 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
20557
20558 2002-08-25 Andrew Choi <akochoi@shaw.ca>
20559
20560 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
20561 defined instead of MAC_OSX.
20562
20563 * s/darwin.h (select): Define select to sys_select only if
20564 HAVE_CARBON is defined.
20565 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
20566 (DONT_REOPEN_PTY): #def it.
20567
20568 * macterm.c (XTread_socket): Remove code to call
20569 SendEventToEventTarget for keys with command modifiers when
20570 mac_command_key_is_meta is nil.
20571
20572 2002-08-24 Andreas Schwab <schwab@suse.de>
20573
20574 * eval.c (Fdefvar): Fix last change.
20575
20576 2002-08-23 Richard M. Stallman <rms@gnu.org>
20577
20578 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
20579 Record variables in load history as (defvar . VAR).
20580 (Fdefvar): Don't record in load history if no initial value.
20581 (Qdefvar): New variable.
20582 (syms_of_eval): Init and staticpro it.
20583
20584 * lread.c (syms_of_lread): Doc fix.
20585 (build_load_history): Use Fmember to see if a definition
20586 is already in the Vload_history element.
20587
20588 * process.c (Fstart_process): Remove /: from program name.
20589
20590 * emacs.c (decode_env_path): Don't add /: if file name handler
20591 has a `safe-magic' property.
20592
20593 * callproc.c (Fcall_process): Remove /: from program name.
20594
20595 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
20596
20597 * regex.c (PATFETCH): Remove the translating fetch.
20598 (PATFETCH_RAW): Rename to PATFETCH.
20599 (set_image_of_range): New fun.
20600 (SET_RANGE_TABLE_WORK_AREA): Use it.
20601 (regex_compile): Don't translate the pattern chars so eagerly.
20602 Only do it when inserting an `exactn' bytecode or when handling
20603 a char-range.
20604 (mutually_exclusive_p): Avoid empty statement.
20605
20606 2002-08-22 Kim F. Storm <storm@cua.dk>
20607
20608 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
20609 end up on a partially visible line; this reverts a specific part
20610 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
20611 display error which has been reported several times now.
20612 However it introduces the problem that changes was supposed to fix.
20613 See my comments in the source if you want to debug this further.
20614
20615 2002-08-20 Kenichi Handa <handa@etl.go.jp>
20616
20617 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20618
20619 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
20620
20621 * msdos.c (croak): Add `void' to definition.
20622
20623 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
20624 Don't define them, they are defined in msdos.c.
20625
20626 * mem-limits.h [MSDOS]: Declare etext.
20627
20628 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
20629 `const' since CORRECT_DIR_SEPS modifies its target.
20630
20631 2002-08-19 Kim F. Storm <storm@cua.dk>
20632
20633 * keyboard.c (Fclear_this_command_keys): Add optional arg
20634 KEEP-RECORD to avoid clearing lossage when we just want to clear
20635 the current key sequence (kmacro needs this).
20636
20637 2002-08-19 Kenichi Handa <handa@localhost>
20638
20639 * composite.c (run_composition_function): Call FUNC if it is fboundp.
20640
20641 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
20642 cons, return Qnil.
20643
20644 2002-08-17 Richard M. Stallman <rms@gnu.org>
20645
20646 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
20647
20648 * sysdep.c [!VMS]: Include sys/files.h.
20649
20650 * editfns.c (save_restriction_restore): Defend from unchained marker.
20651
20652 * buffer.c (overlays_at): Handle extending vec uniformly.
20653 (overlays_in): Handle extending vec from length 0 as in overlays_at.
20654
20655 2002-08-15 Andrew Choi <akochoi@shaw.ca>
20656
20657 * mac.c (init_mac_osx_environment): New function.
20658
20659 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
20660
20661 2002-08-14 Kim F. Storm <storm@cua.dk>
20662
20663 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
20664 executing macro before appending to it (when used from Lisp).
20665 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
20666 which is called prior to each iteration of macro (for kmacro.el).
20667 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
20668
20669 * lisp.h (Fexecute_kbd_macro): Update prototype.
20670
20671 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
20672
20673 2002-08-14 Kenichi Handa <handa@etl.go.jp>
20674
20675 * xselect.c (QUTF8_STRING): New variable.
20676 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
20677 (x_atom_to_symbol): Likewise.
20678 (x_get_local_selection): New argument local_request. If it is
20679 nonzero, call handler_fn with the second arg nil.
20680 (x_handle_selection_request): Call x_get_local_selection with
20681 local_request 0.
20682 (lisp_data_to_selection_data): Don't encode the string here.
20683 (Fx_get_selection_internal): Call x_get_local_selection with
20684 local_request 1.
20685 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
20686
20687 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
20688
20689 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
20690
20691 2002-08-13 Richard M. Stallman <rms@gnu.org>
20692
20693 * minibuf.c (Fminibufferp): New function.
20694 (syms_of_minibuf): Defsubr it.
20695 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
20696
20697 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
20698
20699 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
20700
20701 2002-08-12 Richard M. Stallman <rms@gnu.org>
20702
20703 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
20704 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
20705 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
20706 already.
20707
20708 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
20709
20710 2002-08-11 Andrew Choi <akochoi@shaw.ca>
20711
20712 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
20713 (Vmac_pass_command_to_system): New variable.
20714 (Vmac_pass_control_to_system): New variable.
20715 (do_mouse_moved): Check wp with is_emacs_window.
20716 (XTread_socket): Check window_ptr with is_emacs_window.
20717 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
20718 events back to Mac Toolbox for processing, depending on values of
20719 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
20720 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
20721 Vmac_pass_control_to_system.
20722
20723 2002-08-10 Kenichi Handa <handa@etl.go.jp>
20724
20725 * coding.c (unencodable_char_position): New function.
20726 (Funencodable_char_position): New function.
20727 (syms_of_coding): Defsubr Funencodable_char_position.
20728
20729 2002-08-10 Andrew Choi <akochoi@shaw.ca>
20730
20731 * mac.c (sys_select) [MAC_OSX]: New function.
20732
20733 * macterm.c (MakeMeTheFrontProcess): New function.
20734 (mac_initialize): Call MakeMeTheFrontProcess.
20735
20736 * s/darwin.h: Define select to sys_select.
20737
20738 2002-08-09 Richard M. Stallman <rms@gnu.org>
20739
20740 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
20741
20742 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
20743
20744 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
20745 end of the buffer.
20746
20747 2002-08-08 Ken Raeburn <raeburn@gnu.org>
20748
20749 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
20750
20751 * puresize.h (BASE_PURESIZE): Increase to 910000.
20752
20753 2002-08-08 Kenichi Handa <handa@etl.go.jp>
20754
20755 * coding.c (Ffind_operation_coding_system): For write-region, if
20756 VISIT is a filename, make it the target.
20757
20758 2002-08-07 Richard M. Stallman <rms@gnu.org>
20759
20760 * alloc.c (mark_object): Detect long lists for debugging.
20761 (mark_object_loop_halt): New variable.
20762
20763 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
20764
20765 * data.c (Fmake_variable_frame_local): Doc fix.
20766
20767 2002-08-01 David Ponce <david@dponce.com>
20768
20769 * w32menu.c (local_heap, local_alloc, local_free): New macros.
20770 (malloc_widget_value, free_widget_value)
20771 (w32_free_submenu_strings): Use them.
20772
20773 (push_submenu_start, push_submenu_end, push_left_right_boundary)
20774 (push_menu_pane, push_menu_item, single_keymap_panes)
20775 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
20776 (single_submenu, set_frame_menubar)
20777 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
20778
20779 (Fx_popup_menu): Don't show pop up menu until preceding one is
20780 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
20781
20782 * w32menu.c: Changes adapted from xmenu.c
20783 (set_frame_menubar): First parse all submenus,
20784 then make widget_value trees from them.
20785 Don't allocate any widget_value objects
20786 until we are done with the parsing.
20787 (parse_single_submenu): New function.
20788 (digest_single_submenu): New function.
20789 (single_submenu): Function deleted, replaced by those two.
20790
20791 2002-08-04 Andrew Choi <akochoi@shaw.ca>
20792
20793 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
20794 returns a valid window pointer before proceeding for keyDown and
20795 autoKey events.
20796
20797 2002-08-03 Andrew Choi <akochoi@shaw.ca>
20798
20799 * macterm.c (USE_CARBON_EVENTS): New macro.
20800 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
20801 (x_iconify_frame): Call CollapseWindow.
20802 (Vmac_reverse_ctrl_meta): New variable.
20803 (Vmac_wheel_button_is_mouse_2): New variable.
20804 (init_mac_drag_n_drop): New function.
20805 (mac_do_receive_drag): New function.
20806 (mac_handle_service_event): New function.
20807 (init_service_handler): New function.
20808 (mac_to_emacs_modifiers): New function.
20809 (mac_event_to_emacs_modifiers): New function.
20810 (mac_get_mouse_btn): New function.
20811 (mac_convert_event_ref): New function.
20812 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
20813 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
20814 mac_get_mouse_btn.
20815 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
20816
20817 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
20818 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
20819 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
20820 TOOL_BAR_EVENT for MAC_OS as well.
20821 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
20822 as for WINDOWS_NT.
20823 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
20824
20825 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
20826
20827 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
20828
20829 * xdisp.c (forward_to_next_line_start): Fix a condition that
20830 lead to a newline being skipped.
20831
20832 2002-08-02 Andrew Choi <akochoi@shaw.ca>
20833
20834 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
20835
20836 2002-08-01 Richard M. Stallman <rms@gnu.org>
20837
20838 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
20839
20840 2002-07-31 Andrew Choi <akochoi@shaw.ca>
20841
20842 * macfns.c: #undef init_process before #define-ing it.
20843
20844 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
20845 HAVE_CARBON is defined.
20846
20847 2002-07-31 Richard M. Stallman <rms@gnu.org>
20848
20849 * xmenu.c (set_frame_menubar): First parse all submenus,
20850 then make widget_value trees from them.
20851 Don't allocate any widget_value objects
20852 until we are done with the parsing.
20853 (parse_single_submenu): New function.
20854 (digest_single_submenu): New function.
20855 (single_submenu): Function deleted, replaced by those two.
20856
20857 2002-07-30 Juanma Barranquero <lektu@terra.es>
20858
20859 * w32proc.c (syms_of_ntproc): Fix docstring of
20860 `w32-get-true-file-attributes'.
20861
20862 2002-07-28 Richard M. Stallman <rms@gnu.org>
20863
20864 * s/hpux8.h (HPUX8): Define this before including hpux.h.
20865 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
20866
20867 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
20868
20869 * keyboard.c (make_lispy_event):
20870 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
20871 Explicitly clear up_modifier in event->modifiers.
20872
20873 2002-07-27 Richard M. Stallman <rms@gnu.org>
20874
20875 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
20876
20877 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20878 for bar cursor.
20879
20880 2002-07-26 Kenichi Handa <handa@etl.go.jp>
20881
20882 * coding.c (detect_coding_iso2022): While checking a byte sequence
20883 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
20884 it in the normal loop.
20885
20886 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
20887
20888 * xterm.c (expose_overlaps): New function.
20889 (expose_window): Use it to fix the display of overlapping rows.
20890
20891 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
20892
20893 2002-07-23 Ken Raeburn <raeburn@gnu.org>
20894
20895 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
20896 since it only depends on XUINT.
20897
20898 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
20899 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
20900 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
20901 Macros deleted.
20902
20903 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
20904 its value over other approaches.
20905 * sysdep.c (start_of_data): Don't define the function if a macro
20906 form has been defined.
20907
20908 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
20909
20910 * xdisp.c (redisplay_updating_p): New variable.
20911 (init_iterator): Don't free realized faces when
20912 redisplay_updating_p is set.
20913 (redisplay_internal): Set redisplay_updating_p while updating
20914 the display.
20915
20916 2002-07-23 Richard M. Stallman <rms@gnu.org>
20917
20918 * editfns.c (Fmessage): Treat "" like nil.
20919
20920 2002-07-23 Kenichi Handa <handa@etl.go.jp>
20921
20922 * xdisp.c (face_before_or_after_it_pos):
20923 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20924
20925 2002-07-22 Juanma Barranquero <lektu@terra.es>
20926
20927 * callproc.c (init_callproc) [DOS_NT]:
20928 Initialize Vshared_game_score_directory to nil.
20929 (syms_of_callproc) [DOS_NT]: Likewise.
20930
20931 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
20932
20933 * xdisp.c (display_line): Replace an abort with xassert.
20934
20935 2002-07-21 Richard M. Stallman <rms@gnu.org>
20936
20937 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
20938 and END_UNCHANGED when setting buffer_unchanged_p.
20939 Use current_matrix_up_to_date_p to decide whether to use
20940 try_cursor_movement.
20941
20942 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
20943
20944 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
20945
20946 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
20947 Set to nil if dir does not exist.
20948 (syms_of_callproc): Init unconditionally and simply.
20949
20950 * buffer.c (Fbuffer_list): Doc fix.
20951
20952 2002-07-21 Ken Raeburn <raeburn@gnu.org>
20953
20954 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
20955
20956 * buffer.c (mmap_realloc): When shrinking, make sure number of
20957 pages to unmap is rounded towards zero.
20958
20959 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
20960 (XSETINT): Deleted.
20961
20962 * m/att3b.h (XINT): Don't define.
20963 (VALBITS, VALMASK, XTYPE): Deleted.
20964 (DATA_SEG_BITS): Define.
20965 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
20966 ARRAY_MARK_FLAG): Deleted.
20967 (DATA_SEG_BITS): Define.
20968 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
20969 (DATA_SEG_BITS): Define.
20970
20971 2002-07-20 Richard M. Stallman <rms@gnu.org>
20972
20973 * print.c (print_error_message): New args CONTEXT and CALLER.
20974 Calls changed.
20975
20976 * lisp.h (print_error_message): Declare new args.
20977
20978 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
20979 and CONTEXT to print_error_message, don't print them here.
20980 For a Quit, don't use Vsignaling_function.
20981 Call message_log_maybe_newline.
20982
20983 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
20984
20985 2002-07-20 Kim F. Storm <storm@cua.dk>
20986
20987 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
20988
20989 2002-07-19 Ken Raeburn <raeburn@gnu.org>
20990
20991 * bytecode.c (struct byte_stack): Pointers into byte string now
20992 point to const.
20993 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
20994 const.
20995 * charset.h (BCOPY_SHORT): Source pointer now points to const.
20996 * coding.c (encode_eol, detect_coding, detect_eol):
20997 (decode_coding, encode_coding, detect_coding_system):
20998 Source strings now treated as const.
20999 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
21000 modify Lisp string contents.
21001 * coding.h (decode_coding, encode_coding, detect_coding,
21002 detect_eol): Declarations updated.
21003 * composite.c (compose_chars_in_text): Treat Lisp string contents
21004 as const.
21005 * dispnew.c (safe_bcopy): Source pointer now points to const.
21006 * lisp.h (STRING_COPYIN): New macro.
21007 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
21008 (internal_with_output_to_temp_buffer): Declarations updated.
21009 * print.c (temp_output_buffer_setup):
21010 (internal_with_output_to_temp_buffer): Buffer name argument is now
21011 pointer to const.
21012 * sound.c (struct sound_device): Function pointer field "write"
21013 buffer argument now points to const.
21014 (vox_write): Buffer argument points to const.
21015 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
21016 contents as const.
21017 * sysdep.c (emacs_write): Buffer pointer now const.
21018 * term.c (encode_terminal_code): Buffer pointer now const.
21019 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
21020 (x_face_list_fonts, x_update_menu_appearance):
21021 (hash_string_case_insensitive): Treat Lisp string contents as const.
21022
21023 2002-07-19 Juanma Barranquero <lektu@terra.es>
21024
21025 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
21026
21027 * fileio.c (syms_of_fileio): Likewise.
21028 (Ffile_name_as_directory): Fix argument name in docstring.
21029 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
21030
21031 2002-07-18 Richard M. Stallman <rms@gnu.org>
21032
21033 * data.c (Fdefalias): Doc fix.
21034
21035 2002-07-17 Dave Love <fx@gnu.org>
21036
21037 * intervals.h (text_property_stickiness): Use P_.
21038
21039 * ccl.c: Remove `emacs' conditionals.
21040 (ccl_backtrace_table): Fix size spec.
21041 (ccl_driver): Fix type errors.
21042
21043 2002-07-16 Ken Raeburn <raeburn@gnu.org>
21044
21045 * alloc.c (xstrdup, make_string, make_unibyte_string)
21046 (make_multibyte_string, build_string): String pointer args now
21047 point to const.
21048 * charset.c (find_charset_in_text, c_string_width):
21049 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
21050 * fileio.c (report_file_error):
21051 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
21052 (count_combining_before, count_combining_after, insert_1_both):
21053 (insert, insert_and_inherit, insert_string):
21054 (insert_before_markers, insert_before_markers_and_inherit):
21055 * lread.c (intern, oblookup, hash_string):
21056 * minibuf.c (temp_echo_area_glyphs):
21057 * search.c (fast_c_string_match_ignore_case):
21058 * sysdep.c (emacs_open, set_file_times):
21059 * xfaces.c (xstricmp):
21060 * xdisp.c (store_frame_title, string_char_and_length):
21061 (message_dolog, message2, message2_nolog, set_message): Likewise.
21062 (set_message_1): Cast message string argument to const pointer.
21063 * editfns.c (general_insert_function): Insertion function now
21064 takes pointer to const for input data.
21065 * charset.h (find_charset_in_text, c_string_width):
21066 (parse_str_as_multibyte): Declarations updated.
21067 * dispextern.h (xstricmp): Declaration updated.
21068 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
21069 (count_size_as_multibyte, count_combining_before):
21070 (count_combining_after, insert_1, insert_1_both, message_dolog):
21071 (insert, insert_and_inherit, insert_before_markers)
21072 (insert_before_markers_and_inherit, set_message, message2):
21073 (message2_dolog, build_string, make_string, make_unibyte_string):
21074 (make_multibyte_string, intern, oblookup, report_file_error):
21075 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
21076 (emacs_open, xstrdup): Declarations updated.
21077 * systime.h (set_file_times): Declaration updated.
21078
21079 * charset.c (find_charset_in_text, lisp_string_width): Use const
21080 for pointer to lisp string data.
21081 * charset.h (FETCH_STRING_CHAR_ADVANCE):
21082 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
21083 * coding.c (Ffind_coding_systems_region_interval):
21084 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
21085 (Fmake_directory_internal, Fdelete_directory):
21086 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
21087 * fontset.c (font_family_registry, fs_query_fontset):
21088 (list_fontsets):
21089 * frame.c (Fframe_parameter):
21090 * keyboard.c (cmd_error_internal):
21091 * keymap.c (Fdescribe_buffer_bindings):
21092 * lread.c (complete_filename_p, openp):
21093 * minibuf.c (Fminibuffer_complete_word):
21094 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
21095 (face_before_or_after_it_pos, next_element_from_string):
21096 (get_overlay_arrow_glyph_row, display_mode_element):
21097 (decode_mode_spec_coding):
21098 * xterm.c (same_x_server): Likewise.
21099
21100 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
21101 settings of non-existent fields.
21102
21103 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
21104 copy a lisp value.
21105
21106 * lread.c (Fintern_soft): Use string macros instead of
21107 Lisp_String fields.
21108 * keyboard.c (echo_char, parse_modifiers_uncached):
21109 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21110 * textprop.c (validate_interval_range, interval_of): Likewise.
21111
21112 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21113
21114 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21115 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21116 XSTRING()->size_byte.
21117
21118 * lisp.h (SDATA, SREF): Produce rvalue.
21119 (SSET): New macro.
21120 * alloc.c (make_event_array): Use SSET for storing into a string.
21121 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21122 a string.
21123 * casefiddle.c (casify_object): Use SSET.
21124 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21125 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21126 address of string contents.
21127 * data.c (Faref): Use SDATA.
21128 (Faset): Use SDATA, SSET.
21129 * dired.c (directory_files_internal): Use SSET.
21130 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21131 (Fread_file_name): Use SREF, SSET.
21132 * fns.c (concat): Use SSET.
21133 (concat, Fdelete): Use SDATA.
21134 * insdel.c (insert_from_string_1): Use SDATA.
21135 * keyboard.c (Fevent_convert_list): Use SREF.
21136 * lread.c (Fload): Use SDATA, SSET.
21137 * macfns.c (validate_x_resource_name): Use SSET.
21138 * process.c (status_message): Use SSET.
21139 * search.c (wordify): Use SDATA.
21140 (Freplace_match): Use SREF.
21141 * w32fns.c (validate_x_resource_name): Use SSET.
21142 * xfns.c (validate_x_resource_name): Use SSET.
21143 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21144
21145 2002-07-16 Richard M. Stallman <rms@gnu.org>
21146
21147 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21148
21149 * xdisp.c (reconsider_clip_changes):
21150 Don't test prevent_redisplay_optimizations_p.
21151 (redisplay_internal): Test prevent_redisplay_optimizations_p
21152 along with clip_changed in some cases.
21153 (try_window_id): Likewise.
21154 (redisplay_window): New local var buffer_unchanged_p.
21155
21156 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21157
21158 * process.c (create_process): Test USG_SUBTTY_WORKS.
21159 (process_send_signal): Clean up handling of GID.
21160 Detect errors in ioctls meant to set GID.
21161
21162 * window.c (temp_output_buffer_show):
21163 Don't set prevent_redisplay_optimizations_p.
21164
21165 2002-07-15 Juanma Barranquero <lektu@terra.es>
21166
21167 * eval.c (Fdefvaralias): Add docstring argument.
21168
21169 2002-07-15 Ken Raeburn <raeburn@gnu.org>
21170
21171 * lisp.h (STRING_INTERVALS): Produce rvalue.
21172 (STRING_SET_INTERVALS): New macro.
21173 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21174 * fns.c (Fstring_as_multibyte): Likewise.
21175 * intervals.c (balance_possible_root_interval, delete_interval)
21176 (create_root_interval, copy_intervals_to_string): Likewise.
21177 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21178 instead of 0.
21179
21180 2002-07-14 Ken Raeburn <raeburn@gnu.org>
21181
21182 * lisp.h (STRING_SET_CHARS): New macro.
21183 (SCHARS, SBYTES): Produce rvalues.
21184 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21185 * fns.c (concat): Likewise.
21186 * lread.c (read_vector): Likewise.
21187
21188 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
21189 (STRING_SET_UNIBYTE): New macro.
21190 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
21191 length of -1) changed to use STRING_SET_UNIBYTE.
21192 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21193 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21194 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21195 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21196 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21197 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21198 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21199 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21200 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21201 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21202 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21203 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21204 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21205 unchanged for now.
21206
21207 2002-07-13 Kim F. Storm <storm@cua.dk>
21208
21209 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21210
21211 2002-07-12 Richard M. Stallman <rms@gnu.org>
21212
21213 * fileio.c (Fwrite_region): Doc fix.
21214
21215 * print.c (print_error_message): Don't handle Vsignaling_function here.
21216
21217 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21218 (command_loop_1): Avoid certain actions after memory-full error.
21219
21220 * eval.c (Fsignal): Don't call cancel_hourglass.
21221 For a memory-full error, don't call Vsignal_hook_function
21222 and don't set Vsignaling_function.
21223
21224 * process.c (process_send_signal): Add abort call.
21225
21226 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
21227
21228 * keymap.c (Fkey_binding): Fix typo.
21229
21230 2002-07-11 Richard M. Stallman <rms@gnu.org>
21231
21232 * alloc.c (Vmemory_full): New variable.
21233 (Vmemory_signal_data): Rename from memory_signal_data.
21234 Uses changed.
21235 (syms_of_alloc): Defvar them.
21236 (memory_full, buffer_memory_full): Set Vmemory_full.
21237
21238 * lisp.h (Vmemory_full): Add declaration.
21239 (current_column, indented_beyond_p): Change declaration.
21240
21241 * indent.c (last_known_column): Declare as double, not float.
21242 (current_column, current_column_1, string_display_width)
21243 (position_indentation): Return `double'.
21244 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21245
21246 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21247 (back_to_previous_visible_line_start)
21248 (reseat_at_next_visible_line_start, next_element_from_buffer):
21249 Use `double', not `float', when calling indented_beyond_p.
21250
21251 * s/hpux11.h (BROKEN_SA_RESTART): Define.
21252
21253 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21254
21255 2002-07-11 Juanma Barranquero <lektu@terra.es>
21256
21257 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
21258 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21259 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21260 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21261 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21262 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
21263
21264 2002-07-10 Juanma Barranquero <lektu@terra.es>
21265
21266 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21267 All callers changed.
21268
21269 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21270
21271 * data.c (Fdefalias): Add an optional `docstring' argument.
21272 (set_internal, Fsetq_default): Use XCAR/XCDR.
21273
21274 * composite.c (HASH_VALUE, HASH_KEY):
21275 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21276
21277 2002-07-09 Kenichi Handa <handa@etl.go.jp>
21278
21279 * callproc.c (Fcall_process): Fix previous change.
21280
21281 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21282
21283 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21284 Add support for hash-tables.
21285 (Ftry_completion): Return t even if the string appears multiple times.
21286
21287 * fns.c (Fnconc): Use XCDR.
21288 (Fprovide): Use CONSP and XCDR.
21289 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21290 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21291 (Fmake_hash_table): Accept `:size nil'.
21292 (Fmakehash): Delete: moved to subr.el.
21293 (syms_of_fns): Don't defsubr makehash.
21294
21295 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21296 (HASH_TABLE_SIZE): Move from fns.c.
21297
21298 2002-07-07 Richard M. Stallman <rms@gnu.org>
21299
21300 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21301 Instead just return 0 when there is something to be done.
21302 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21303 retry scrolling as if cursor were off the bottom.
21304 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21305 return CURSOR_MOVEMENT_MUST_SCROLL.
21306 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21307 go to try_to_scroll.
21308
21309 * buffer.c (Fbuffer_local_value): Store current value into its binding
21310 so we get the up-to-date value for the binding that is loaded.
21311
21312 * eval.c (Fdefmacro): Doc fix.
21313
21314 2002-07-05 Dave Love <fx@gnu.org>
21315
21316 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21317 correctly.
21318
21319 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21320 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21321 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21322 CCL_LookupCharConstTbl.
21323 (syms_of_ccl): Defvar translation-hash-table-vector.
21324
21325 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21326
21327 * xdisp.c: Remove unused variable `face'.
21328
21329 2002-07-04 Juanma Barranquero <lektu@terra.es>
21330
21331 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21332 obsolescence information.
21333
21334 2002-07-03 Andrew Choi <akochoi@shaw.ca>
21335
21336 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21337 pattern. Search cache first.
21338 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21339 for Japanese font.
21340 (XLoadQueryFont): Use it.
21341
21342 2002-07-02 Richard M. Stallman <rms@gnu.org>
21343
21344 * keymap.c (Fdefine_key): Doc fix.
21345
21346 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21347
21348 2002-07-02 Juanma Barranquero <lektu@terra.es>
21349
21350 * keymap.c (syms_of_keymap): Fix typo.
21351
21352 2002-07-01 Andrew Choi <akochoi@shaw.ca>
21353
21354 * s/darwin.h: Define POSIX_SIGNALS.
21355
21356 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21357 and FSRefMakePath to convert FSSpec returned with Apple Event to
21358 Posix pathname.
21359 (mac_initialize) [TARGET_API_MAC_CARBON]:
21360 Call init_required_apple_events and disable the `Quit' menu item
21361 provided automatically by the Carbon Toolbox.
21362
21363 2002-07-01 Dave Love <fx@gnu.org>
21364
21365 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21366 for K&R.
21367
21368 * xterm.c: Fix prototype for K&R.
21369
21370 * term.c (costs_set): Declare static, non-initialized for pcc.
21371
21372 2002-07-01 Richard M. Stallman <rms@gnu.org>
21373
21374 * keyboard.c (timer_last_idleness_start_time): New variable.
21375 (timer_start_idle): Set that.
21376 (read_key_sequence): Use that to reset timer_idleness_start_time
21377 to previous value.
21378
21379 * window.c (Frecenter): With arg, set optional_new_start.
21380
21381 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21382
21383 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21384 buffer for completion.
21385
21386 2002-06-29 Ken Raeburn <raeburn@gnu.org>
21387
21388 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21389
21390 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21391
21392 * keyboard.c (readable_filtered_events): New function that filters
21393 FOCUS_IN_EVENT depending on parameter.
21394 (readable_events): Calls readable_filtered_events, not filtering
21395 FOCUS_IN_EVENT.
21396 (get_filtered_input_pending): New function, filtering parameter passed
21397 to readable_filtered_events.
21398 (get_input_pending): Calls get_filtered_input_pending, not filtering
21399 FOCUS_IN_EVENT.
21400 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
21401 FOCUS_IN_EVENT.
21402
21403 * xterm.h (struct x_output): Add focus_state.
21404
21405 * xterm.c (x_focus_changed): New function.
21406 (x_detect_focus_change): New function.
21407 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
21408 EnterNotify and LeaveNotify to track X focus changes.
21409
21410 2002-06-28 Andreas Schwab <schwab@suse.de>
21411
21412 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
21413
21414 2002-06-27 Kim F. Storm <storm@cua.dk>
21415
21416 * xdisp.c (mode_line_string_list, mode_line_string_face)
21417 (mode_line_string_face_prop): New variables.
21418 (store_mode_line_string): New function.
21419 (display_mode_element): Use store_mode_line_string to
21420 add mode-line string elements to mode_line_string_list
21421 when mode_line_string_list is non-nil.
21422 (Fformat_mode_line): Now returns propertized string by
21423 default. New arg NO-PROPS to ignore properties.
21424 (decode_mode_spec): Only add two dashes for %- in propertized
21425 mode-line string.
21426 (syms_of_xdisp): Init and staticpro mode_line_string_list.
21427
21428 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
21429
21430 * minibuf.c (minibuffer_completion_contents): Add return type.
21431
21432 2002-06-27 Juanma Barranquero <lektu@terra.es>
21433
21434 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
21435
21436 2002-06-26 Juanma Barranquero <lektu@terra.es>
21437
21438 * fileio.c (read_file_name_cleanup): Add missing return.
21439
21440 2002-06-26 Richard M. Stallman <rms@gnu.org>
21441
21442 * window.c (Frecenter): Don't set force_start flag.
21443
21444 * minibuf.c (do_completion, Fminibuffer_complete_word)
21445 (Fminibuffer_completion_help): Complete just the text before point.
21446 (minibuffer_completion_contents): New function.
21447
21448 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
21449
21450 * frame.c (frames_bury_buffer): Function deleted.
21451
21452 2002-06-25 Miles Bader <miles@gnu.org>
21453
21454 * callint.c (Fcall_interactively): When checking to see if doprnt hit
21455 the end of callint_message, allow for a terminating '\0'.
21456
21457 2002-06-24 Juanma Barranquero <lektu@terra.es>
21458
21459 * w32select.c: Include composite.h.
21460
21461 * w16select.c: Likewise.
21462
21463 2002-06-24 Kenichi Handa <handa@etl.go.jp>
21464
21465 * callproc.c (Fcall_process): If code detection is necessary,
21466 call detect_coding directly here.
21467
21468 * coding.c (detect_eol): Preserve coding->cmp_data.
21469
21470 * w16select.c (Fw16_get_clipboard_data):
21471 * w32fns.c (w32_to_x_font):
21472 * w32select.c (Fw32_get_clipboard_data):
21473 * xselect.c (selection_data_to_lisp_data):
21474 * xterm.c (XTread_socket): Disable composition handling.
21475
21476 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
21477
21478 * print.c (temp_output_buffer_setup): Kill all local variables.
21479
21480 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
21481
21482 * lread.c (Fread): Remove redundant and imprecise declaration.
21483
21484 * xfns.c (check_x_display_info): Use check_x_frame.
21485
21486 * .gdbinit (xprintsym): Use the new `xname' field.
21487 (xsymbol): Use it.
21488
21489 2002-06-22 Jason Rumney <jasonr@gnu.org>
21490
21491 * w32fns.c (file_dialog_callback): New function.
21492 (Fx_file_dialog): Allow selecting directories as well as files.
21493
21494 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21495
21496 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
21497 OpenBSD. Add support for mipseb-*-netbsd* machines.
21498
21499 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21500
21501 * macterm.c (mac_scroll_area): Set foreground and backcolor to
21502 black and white before scrolling. Restore frame background and
21503 foreground color after scrolling.
21504 (do_window_update): Call XClearWindow before calling expose_frame.
21505 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
21506 FRAME_FOREGROUND_PIXEL of frame.
21507
21508 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21509 test Mac command key as <ALT> key.
21510
21511 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
21512
21513 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
21514
21515 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
21516 Lookup keys in function-key-map immediately so that key-translation-map
21517 can be applied earlier.
21518 Remove function_key_possible and key_translation_possible, replaced
21519 by checking `keytran_start < t'.
21520
21521 * .gdbinit (xsymbol): Use the new `xname' field.
21522
21523 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21524
21525 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21526 test Mac command key as <ALT> key.
21527
21528 * mac.c (do_applescript): Call initialize_applescript if necessary
21529 when first called. Dispose of result_desc only when there is no error.
21530 (Fdo_applescript): Use %d format specifier instead of %ld.
21531
21532 2002-06-16 Andrew Choi <akochoi@shaw.ca>
21533
21534 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
21535 of FrontWindow for cases keyDown and autoKey.
21536
21537 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
21538 Vdefault_fontset to Monaco with mac-roman coding.
21539
21540 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
21541 init_process before and after inclusion of Carbon/Carbon.h, resp.
21542
21543 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
21544 cursor_gc.
21545 (add_font_name_table_entry): New function.
21546 (init_font_name_table): Use add_font_name_table_entry; add italic,
21547 bold, and bold-italic entries for truetype fonts.
21548
21549 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
21550 for Mac too.
21551 (try_font_list) [MAC_OS]: If no font matches given registry, try
21552 fonts with any registry matching face_family.
21553 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
21554
21555 * s/darwin.h: If autoconf detects the Ncurses library, define
21556 LIBS_TERMCAP to -lncurses to use it.
21557
21558 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
21559
21560 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
21561
21562 2002-06-15 Richard M. Stallman <rms@gnu.org>
21563
21564 * window.c (Fset_window_configuration): Explicitly preserve
21565 the point value that new_current_buffer had at the start.
21566
21567 2002-06-14 Juanma Barranquero <lektu@terra.es>
21568
21569 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
21570 Fix typos.
21571
21572 2002-06-14 Kim F. Storm <storm@cua.dk>
21573
21574 * insdel.c (insert_1_both, insert_from_string_1)
21575 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
21576 insert happened in the end_unchanged region. Otherwise, the
21577 redisplay may be confused and duplicate the last line in the
21578 buffer [seen after save-buffer when require-final-newline==t].
21579
21580 2002-06-13 Jason Rumney <jasonr@gnu.org>
21581
21582 * w32.c (init_environment): Remove EMACSLOCKDIR.
21583 (stat): Swap _S_IFDIR and _S_IFREG.
21584
21585 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21586
21587 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
21588 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
21589 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
21590 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
21591 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
21592 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
21593 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
21594 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
21595 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
21596 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
21597 SELECTION_REQUEST_EVENT, selection_clear_event to
21598 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
21599 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
21600 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
21601 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
21602 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
21603 no_event to NO_EVENT.
21604
21605 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21606
21607 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
21608
21609 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
21610
21611 * intervals.c (textget): Don't forget to `return'.
21612 (lookup_char_property): Use XCAR/XCDR.
21613
21614 2002-06-12 Juanma Barranquero <lektu@terra.es>
21615
21616 * xdisp.c (Fformat_mode_line): Fix typo.
21617
21618 2002-06-12 Kim F. Storm <storm@cua.dk>
21619
21620 * xdisp.c (Fformat_mode_line): New function.
21621 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
21622 (store_frame_title_char, store_frame_title): Use unconditionally.
21623 (init_xdisp): Defsubr Fformat_mode_line.
21624 Initialize frame_title_buf etc. unconditionally.
21625
21626 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
21627
21628 * keyboard.c (read_key_sequence):
21629 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
21630 things through those maps after downcasing events.
21631 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
21632 applies after function-key-map.
21633 Make sure that keytran can be done in the middle in the sequence.
21634 Be careful not to throw away events past the one we downcase.
21635
21636 * lread.c (read_integer): Remove unused var `tem'.
21637 (read1): Fix int/Lisp_Object mixup.
21638
21639 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
21640
21641 2002-06-11 Richard M. Stallman <rms@gnu.org>
21642
21643 * keyboard.c (readable_events): Ignore any number of
21644 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
21645
21646 2002-06-09 Miles Bader <miles@gnu.org>
21647
21648 * xfaces.c (Ftty_supports_face_attributes_p): New function.
21649 (parse_rgb_list, tty_lookup_color): New functions.
21650 (tty_defined_color): Use `tty_lookup_color' to do all the work.
21651 (color_distance, Fcolor_distance): New functions.
21652 (TTY_SAME_COLOR_THRESHOLD): New macro.
21653 (Qtty_color_standard_values): New variable.
21654 (syms_of_xfaces): Initialize new vars & functions.
21655
21656 2002-06-08 Colin Walters <walters@verbum.org>
21657
21658 * textprop.c (Vchar_property_alias_alist): New variable.
21659 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
21660
21661 * intervals.c (lookup_char_property): New function for looking up
21662 overlay and text properties, created from textget.
21663 (textget): Use it.
21664
21665 * intervals.h (lookup_char_property): Declare.
21666 (Vchar_property_alias_alist): Declare.
21667
21668 * buffer.c (Foverlay_get): Use lookup_char_property.
21669
21670 2002-06-07 Sam Steingold <sds@gnu.org>
21671
21672 * xselect.c (lisp_data_to_selection_data): Fix last change:
21673 *data_ret is not a Lisp string, while unibyte_string is.
21674
21675 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
21676
21677 * xselect.c (lisp_data_to_selection_data): Fix last change:
21678 set size_ret.
21679
21680 2002-06-07 Andreas Schwab <schwab@suse.de>
21681
21682 * m/amdx86-64.h: New file.
21683
21684 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
21685
21686 * fns.c (Fstring_make_unibyte): Doc fix.
21687
21688 * xselect.c (lisp_data_to_selection_data): If the requested type
21689 is STRING, call string_make_unibyte to encode the selected text
21690 as a string.
21691
21692 * window.c (Fset_window_hscroll): Doc fix.
21693
21694 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21695
21696 * fileio.c (choose_write_coding_system):
21697 Call select-safe-coding-system properly.
21698
21699 2002-06-03 Richard M. Stallman <rms@gnu.org>
21700
21701 * xdisp.c (message_with_string): Error if STRING is not a string.
21702
21703 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
21704
21705 * fileio.c (choose_write_coding_system): Pass FILE arg to
21706 Vselect_safe_coding_system_function.
21707
21708 2002-06-03 Ken Raeburn <raeburn@gnu.org>
21709
21710 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
21711
21712 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
21713
21714 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
21715 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
21716 * keymap.c (describe_command): Likewise.
21717 * minibuf.c (read_minibuf): Likewise.
21718
21719 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
21720 Cast `current_column' return value to int.
21721 (back_to_previous_visible_line_start)
21722 (reseat_at_next_visible_line_start, next_element_from_buffer):
21723 Cast `indented_beyond_p' 3rd arg to float.
21724
21725 * indent.c (last_known_column): Now a float.
21726 (current_column_1, position_indentation, current_column)
21727 (string_display_width): Return float.
21728 (Fcurrent_column): Cast `current_column' return value to int.
21729 (Fcurrent_indentation): Cast `position_indentation' retval to int.
21730 (indented_beyond_p): Third arg now a float.
21731 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
21732
21733 * lisp.h (current_column): Now returns float.
21734 (indented_beyond_p): 3rd arg now a float.
21735
21736 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
21737
21738 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
21739 is Qcompound_text_with_extensions.
21740
21741 * xselect.c (lisp_data_to_selection_data): Always set selection
21742 type as string if x_encode_text returns streingp non-NULL.
21743
21744 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
21745
21746 2002-05-30 Richard M. Stallman <rms@gnu.org>
21747
21748 * window.c (Fset_window_configuration): Correct the handling
21749 of point in current buffer, to work with multiple windows.
21750
21751 2002-05-29 Colin Walters <walters@verbum.org>
21752
21753 * lread.c (Fread_from_string): Don't depend on order of evaluation
21754 for C function parameters.
21755
21756 2002-05-28 Richard M. Stallman <rms@gnu.org>
21757
21758 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
21759 way for blinked-off state and for a nonselected window.
21760
21761 * window.c (window_scroll_pixel_based): Don't call Fbolp;
21762 instead, see if the new start pos is at beginning of line.
21763
21764 * fileio.c (Fwrite_region): If START is a string, don't
21765 make any annotations.
21766
21767 * eval.c (syms_of_eval): Doc fix.
21768
21769 2002-05-28 Colin Walters <walters@debian.org>
21770
21771 * emacs.c (USAGE1): Add --no-splash.
21772 (standard_args): Ditto.
21773
21774 2002-05-28 Colin Walters <walters@gnu.org>
21775
21776 * lread.c (readchar_count): New variable.
21777 (readchar): Increment it.
21778 (unreadchar): Decrement it.
21779 (read_multibyte): Decrement it.
21780 (Vread_with_symbol_positions): New variable.
21781 (Vread_symbol_positions_list): New variable.
21782 (read_internal_start): New function, created from Fread and
21783 Fread_from_string. Handle Vread_symbol_positions_list and
21784 Vread_with_symbol_positions.
21785 (readevalloop, Fread, Fread_from_string): Use it.
21786 (read1): Use readchar_count to add symbol positions to
21787 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
21788 (syms_of_lread): DEFVAR_LISP and initialize them.
21789
21790 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
21791 (substitute_object_recurse, substitute_object_in_subtree)
21792 (substitute_in_interval): Prototype.
21793 (read_multibyte): Return c if it's less than zero.
21794
21795 2002-05-28 Kim F. Storm <storm@cua.dk>
21796
21797 * fileio.c (Fread_file_name_internal): Added brute-force
21798 speed up for using predicate file-directory-p.
21799
21800 2002-05-28 Kim F. Storm <storm@cua.dk>
21801
21802 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
21803 New variables.
21804 (syms_of_fileio): DEFVAR_LISP them.
21805 (read_file_name_cleanup): New unwind function.
21806 (Fread_file_name_internal): Only return completions satifying
21807 Vread_file_name_predicate. Temporarily unwind protect and rebind
21808 default-directory while checking completions against the predicate.
21809 (Fread_file_name): Added PREDICATE argument. Specbind it to
21810 Vread_file_name_predicate during completion.
21811 Call Vread_file_name_function to read the file name if non-nil.
21812
21813 * lisp.h (Fread_file_name): Now has 6 args.
21814
21815 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
21816 predicate for Fread_file_name when reading directory name.
21817 Supply Qnil for predicate in other calls to Fread_file_name.
21818
21819 2002-05-26 Miles Bader <miles@gnu.org>
21820
21821 * term.c (tty_capable_p): New function.
21822 * dispextern.h (tty_capable_p): New function declaration.
21823 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
21824 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
21825
21826 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
21827
21828 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
21829 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
21830 (Vwrite_region_annotate_functions): Docstring fix.
21831
21832 2002-05-23 Kim F. Storm <storm@cua.dk>
21833
21834 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
21835 phys_cursor's hpos is overwritten. This is still not completely
21836 correct, as it doesn't really make sense to use hpos at all to
21837 get the cursor glyph (as that is relative to the width of the
21838 characters on the line, which may have changed during the update).
21839
21840 2002-05-22 Jason Rumney <jasonr@gnu.org>
21841
21842 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
21843 Lisp_Object.
21844 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
21845 Use modified enumfont_t struct.
21846
21847 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
21848
21849 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
21850 Handle the `hbar' cursor type.
21851 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
21852
21853 * w32fns.c (Qhbar): New variable.
21854 (x_specified_cursor_type): Use it.
21855
21856 2002-05-21 Ken Raeburn <raeburn@gnu.org>
21857
21858 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
21859 now, when the address is needed.
21860
21861 2002-05-21 Colin Walters <walters@gnu.org>
21862
21863 * Makefile.in (shortlisp): Add font-core.el.
21864
21865 2002-05-20 Richard M. Stallman <rms@gnu.org>
21866
21867 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
21868
21869 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
21870 equivalent key bindings here.
21871
21872 2002-05-20 Ken Raeburn <raeburn@gnu.org>
21873
21874 Change symbol structure to contain a lisp object for the symbol
21875 name:
21876 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
21877 object field named "xname".
21878 (SYMBOL_NAME): New macro.
21879 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
21880 name field.
21881 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
21882 (mark_object, gc_sweep): Use symbol xname field and XSTRING
21883 instead of name field.
21884 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
21885 SYMBOL_NAME instead of XSYMBOL and name field.
21886 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
21887 instead of XSYMBOL and name field.
21888 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
21889 and SYMBOL_NAME instead of XSYMBOL and name field.
21890 * coding.c (Fread_coding_system, code_convert_region1)
21891 (code_convert_string1, code_convert_string_norecord)
21892 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
21893 XSYMBOL and name field.
21894 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
21895 (Fmake_variable_buffer_local, Fmake_local_variable)
21896 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
21897 of XSYMBOL and name field.
21898 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
21899 XSYMBOL and name field.
21900 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
21901 instead of XSYMBOL and name field.
21902 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
21903 XSYMBOL and name field.
21904 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
21905 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21906 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
21907 instead of XSYMBOL and name field.
21908 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
21909 (parse_modifiers, apply_modifiers, Fevent_convert_list)
21910 (parse_solitary_modifier, Fexecute_extended_command):
21911 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21912 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
21913 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
21914 of XSYMBOL and name field.
21915 (describe_command, describe_translation): Use SYMBOL_NAME and
21916 assignment instead of XSYMBOL and name field and XSETSTRING.
21917 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
21918 instead of XSYMBOL and name field.
21919 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
21920 name field and XSETSTRING.
21921 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21922 of XSYMBOL and name field.
21923 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
21924 assignment instead of XSYMBOL and name field and XSETSTRING.
21925 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
21926 XSTRING instead of XSYMBOL and name field.
21927 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
21928 and XSTRING instead of XSYMBOL and name field.
21929 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
21930 and XSTRING instead of XSYMBOL and name field.
21931 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
21932 XSTRING instead of XSYMBOL and name field.
21933 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21934 of XSYMBOL and name field.
21935 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
21936 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21937
21938 2002-05-19 Ken Raeburn <raeburn@gnu.org>
21939
21940 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
21941 and XCDR real rvalues in most configurations.
21942
21943 * buffer.c (fix_overlays_in_range, fix_overlays_before):
21944 Don't take the address of the cdr part of a cons cell; instead, track
21945 the parent cell and call XSETCDR, or set the variable for the head
21946 of the list if we haven't started down the list yet.
21947
21948 2002-05-19 Richard M. Stallman <rms@gnu.org>
21949
21950 * doc.c (reread_doc_file): Don't ask for confirmation.
21951
21952 2002-05-18 Jason Rumney <jasonr@gnu.org>
21953
21954 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
21955 (xbm_load_image): Use it.
21956 (xbm_load): Ditto.
21957 (xbm_read_bitmap_data): Reverted to xfns.c version.
21958 From David Ponce <david@dponce.com>.
21959
21960 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21961
21962 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
21963 2.02 and later.
21964
21965 2002-05-16 Juanma Barranquero <lektu@terra.es>
21966
21967 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
21968
21969 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
21970
21971 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
21972 meaningful test.
21973 (read_char_minibuf_menu_prompt): Fix typo.
21974
21975 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
21976
21977 * eval.c (Fcommandp): Doc fix.
21978
21979 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
21980
21981 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
21982 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
21983 (Fset_keymap_parent): Gcpro a bit more.
21984 (access_keymap): Gcpro around meta_map call and around the main loop.
21985 (get_keyelt): Gcpro when following indirect references.
21986 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
21987 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
21988 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
21989 Remove useless ad-hoc remap code.
21990
21991 2002-05-13 Richard M. Stallman <rms@gnu.org>
21992
21993 * search.c (search_buffer): Give up boyer moore search if inverse
21994 translation change charset_base.
21995
21996 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
21997
21998 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
21999 characters is carried over from the previous block of text, adjust
22000 coding->produced to account for the extra character.
22001
22002 2002-05-11 Andreas Schwab <schwab@suse.de>
22003
22004 * coding.c (intersection): Keep the elements of the returned list
22005 in the same order as in the first list.
22006
22007 2002-05-11 Kim F. Storm <storm@cua.dk>
22008
22009 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
22010 only update cmm_size if realloc actually succeeds.
22011 Testing with initial size of 2 elements revealed that using
22012 realloc on GNU/Linux would cause a random trap in xmalloc
22013 later on, so I rewrote the code to use malloc/bcopy/free instead
22014 of realloc.
22015
22016 2002-05-10 Jason Rumney <jasonr@gnu.org>
22017
22018 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
22019
22020 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
22021
22022 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
22023 parens, to ensure correct evaluation order.
22024
22025 2002-05-10 Kim F. Storm <storm@cua.dk>
22026
22027 * keymap.c (Vemulation_mode_map_alists): New variable.
22028 (syms_of_keymap): DEFVAR_LISP it.
22029 (current_minor_maps): Process keymap alists in that list before
22030 minor-mode-overriding-map-alist and minor-mode-map-alist.
22031
22032 2002-05-09 Richard M. Stallman <rms@gnu.org>
22033
22034 * search.c (Freplace_match): Doc fix.
22035
22036 2002-05-09 Kim F. Storm <storm@cua.dk>
22037
22038 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22039 Enlarge cursor rectangle drawn around image with non-zero relief.
22040
22041 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
22042 Enlarge cursor rectangle drawn around image with non-zero relief.
22043
22044 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22045 Enlarge cursor rectangle drawn around image with non-zero relief.
22046
22047 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
22048
22049 * xselect.c (lisp_data_to_selection_data): Don't set selection
22050 type if comes from the Lisp object's car. If the selection
22051 contains a pure ASCII text, always return QSTRING as its type.
22052
22053 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22054
22055 * mac.c (mac-cut-function): Doc fix.
22056
22057 2002-05-05 Richard M. Stallman <rms@gnu.org>
22058
22059 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
22060
22061 2002-05-04 Jason Rumney <jasonr@gnu.org>
22062
22063 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
22064 for event-click-count.
22065
22066 * process.c (init_process): Only add server subfeature if we can
22067 use non-blocking I/O.
22068
22069 2002-05-04 Andrew Choi <akochoi@shaw.ca>
22070
22071 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
22072 repeatedly.
22073
22074 2002-05-03 Jason Rumney <jasonr@gnu.org>
22075
22076 * process.c (Fmake_network_process): Only support server sockets
22077 when we can make them non-blocking.
22078
22079 * s/ms-w32.h (HAVE_SELECT): Define.
22080
22081 * w32.h (FILE_NDELAY): New flag.
22082
22083 * w32.c (sys_getpeername, fcntl): New functions.
22084 (_sys_read_ahead): Temporarily block on non-blocking sockets.
22085
22086 * w32proc.c: Include sys/file.h.
22087
22088 2002-05-03 Colin Walters <walters@verbum.org>
22089
22090 * callproc.c (Vgame_score_directory): Renamed to
22091 Vshared_game_score_directory.
22092
22093 2002-04-30 Richard M. Stallman <rms@gnu.org>
22094
22095 * s/gnu.h [emacs]: Include stdio.h.
22096 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
22097
22098 * eval.c (do_autoload): Error if called while preparing to dump.
22099
22100 * fns.c (Frequire): Error if need to load while preparing to dump.
22101
22102 2002-04-28 Colin Walters <walters@verbum.org>
22103
22104 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
22105 Default to "~/.emacs.d/games".
22106
22107 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22108
22109 * lread.c (openp): Change arg exec_only to predicate.
22110 (build_load_history): Use XCAR/XCDR.
22111 (Flocate_file_internal): New fun.
22112 (syms_of_lread): Defsubr it.
22113 (Fload): Update call to openp.
22114
22115 * lisp.h (openp): Update prototype.
22116
22117 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22118 * w32proc.c (sys_spawnve):
22119 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22120 * w32.c (check_windows_init_file):
22121 * sound.c (Fplay_sound_internal):
22122 * process.c (Fstart_process):
22123 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22124 * mac.c (run_mac_command):
22125 * emacs.c (init_cmdargs):
22126 * callproc.c (Fcall_process): Update call to openp.
22127
22128 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22129
22130 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22131
22132 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22133
22134 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22135 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22136
22137 2002-04-28 Richard M. Stallman <rms@gnu.org>
22138
22139 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22140
22141 * eval.c (Fcommandp): New arg for_call_interactively.
22142 * lisp.h (Fcommandp): Declare new arg.
22143
22144 2002-04-28 Jason Rumney <jasonr@gnu.org>
22145
22146 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22147
22148 * w32.c (stat, fstat): Use file index information to generate
22149 inodes for directories where available.
22150
22151 2002-04-26 Andrew Choi <akochoi@shaw.ca>
22152
22153 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22154 [HAVE_CARBON]: Include Mac object files.
22155
22156 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22157 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22158 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22159 MAC_OSX, and MAC_OS instead of macintosh.
22160
22161 * editfns.c [MAC_OS8]: Include stdio.h.
22162
22163 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22164
22165 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22166 Apple Monaco.
22167
22168 * process.c (QCfamily, QCfilte): Declare extern.
22169 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22170 calling select.
22171
22172 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22173
22174 * tparam.c [MAC_OSX]: Don't define BC and UP.
22175
22176 * config.in [HAVE_CARBON]: Add.
22177
22178 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22179 Move here from mac/src and mac/inc.
22180
22181 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22182
22183 2002-04-26 Gerd Moellmann <gerd@gnu.org>
22184
22185 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22186 Compute phys_cursor_width from the x position returned
22187 by x_draw_glyhs, which is cheaper.
22188 (x_display_and_set_cursor): Compute the buffer-local value
22189 of `cursor-in-non-selected-windows' only when needed.
22190
22191 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22192
22193 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22194 cursor on a stretch glyph has a width that depends on
22195 x_stretch_cursor_p.
22196
22197 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22198
22199 * abbrev.c (abbrev-start-location): Doc fix.
22200
22201 * indent.c (Fvertical_motion): Fix last change.
22202
22203 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22204
22205 * indent.c (Fvertical_motion): Move to the start of the line
22206 containing PT before moving up or down.
22207
22208 2002-04-24 Gerd Moellmann <gerd@gnu.org>
22209
22210 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22211 case of writing a whole row, more or less analogous to the case of
22212 writing only parts of a row.
22213
22214 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22215 0 for NO_CURSOR.
22216
22217 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22218
22219 2002-04-23 Colin Walters <walters@verbum.org>
22220
22221 * buffer.c (syms_of_buffer): Doc fix.
22222
22223 2002-04-23 Gerd Moellmann <gerd@gnu.org>
22224
22225 * xterm.c (notice_overwritten_cursor): Handle the special case
22226 of the cursor being in the first blank non-text line at the
22227 end of a window.
22228
22229 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22230 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22231 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22232 bar cursors only, to make phys_cursor_width contain what its name
22233 suggests.
22234 (notice_overwritten_cursor): Consider the cursor image erased if
22235 the output area intersects the cursor image in y-direction.
22236
22237 2002-04-23 Simon Marshall <simon@gnu.org>
22238
22239 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22240 to XC_hand2.
22241
22242 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22243
22244 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22245
22246 2002-04-22 Kim F. Storm <storm@cua.dk>
22247
22248 * textprop.c (remove_properties): Fixed trap for malformed plist.
22249
22250 2002-04-22 Richard M. Stallman <rms@gnu.org>
22251
22252 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22253
22254 * window.c (make_window): Initialize height_fixed_p,
22255 last_cursor_off_p, and p->cursor_off_p slots.
22256
22257 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22258
22259 * fns.c (use-dialog-box): Doc fix.
22260
22261 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22262
22263 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22264 variables `row', `i' and `area'.
22265 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22266 toolkit library.
22267
22268 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22269
22270 * xfaces.c (clear_font_table): Don't free the default font of
22271 a frame even if it's on another display.
22272 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22273 that could be Qt.
22274
22275 2002-04-19 Juanma Barranquero <lektu@terra.es>
22276
22277 * indent.c (Fmove_to_column): Remove unused local variable
22278 `next_boundary_byte'.
22279 (current_column_1): Likewise.
22280
22281 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22282
22283 * msdos.c (Qhbar): New variable.
22284 (syms_of_msdos): Intern and staticpro it.
22285 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22286 cursor type.
22287
22288 2002-04-19 Dave Lambert <dlambert@acm.org>
22289
22290 Theses change implement an underscore-like (`hbar') cursor.
22291
22292 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22293
22294 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22295 Handle the `hbar' cursor type.
22296 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22297
22298 * xfns.c (Qhbar): New variable.
22299 (syms_of_xfns): Intern and staticpro it.
22300 (x_specified_cursor_type): Handle `hbar' cursor.
22301
22302 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22303 not defined.
22304
22305 2002-04-18 Richard M. Stallman <rms@gnu.org>
22306
22307 * textprop.c (remove_properties): New arg LIST allows scanning
22308 either a list or a plist.
22309 (interval_has_some_properties_list): New function, like
22310 interval_has_some_properties using list instead of plist.
22311 All callers changed.
22312 (Fremove_list_of_text_properties): New function.
22313 (syms_of_textprop): Defsubr it.
22314
22315 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22316
22317 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22318
22319 2002-04-17 Juanma Barranquero <lektu@terra.es>
22320
22321 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22322
22323 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22324
22325 * window.c (coordinates_in_window): Don't report on margin area
22326 if its width is zero.
22327
22328 2002-04-16 Jason Rumney <jasonr@gnu.org>
22329
22330 * w32fns.c (Fx_file_dialog): Decode file name before using.
22331
22332 * w32term.c (construct_drag_n_drop): Likewise.
22333
22334 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22335
22336 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22337 store load-history in pure space.
22338
22339 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22340
22341 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22342
22343 * xterm.c (Qlatin_1, Qutf_8): New vars.
22344 (syms_of_xterm): Initialize them.
22345 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22346 decoding the output of X*LookupString.
22347 Always use latin-1 to decode the output of XLookupString.
22348 Try Xutf8LookupString if XmbLookupString failed.
22349
22350 * region-cache.c (new_region_cache): Use BEG.
22351
22352 2002-04-16 Gerd Moellmann <gerd@gnu.org>
22353
22354 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22355 configuration files.
22356 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22357 returns 0.
22358
22359 2002-04-15 Andreas Schwab <schwab@suse.de>
22360
22361 * config.in: Regenerated using autoheader.
22362
22363 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22364 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22365 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22366 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22367 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22368 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22369 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22370 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22371 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22372 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22373 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22374 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22375 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22376 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22377 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22378 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22379 STACK_DIRECTION, now set by autoconf.
22380
22381 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22382
22383 * dispnew.c (marginal_area_string): Sort arguments.
22384
22385 * dispextern.h (marginal_area_string): Add prototype.
22386
22387 2002-04-13 Richard M. Stallman <rms@gnu.org>
22388
22389 * fileio.c (Finsert_file_contents):
22390 Don't call temp_output_buffer_setup--do just part, by hand.
22391
22392 * coding.c (run_pre_post_conversion_on_str):
22393 Don't call temp_output_buffer_setup--do just part, by hand.
22394
22395 * keyboard.c (command_loop_1): Don't call start_hourglass
22396 or cancel_hourglass when executing a macro.
22397
22398 * marker.c (count_markers): New function.
22399
22400 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
22401 grow without limit. Move recently used elements to the front.
22402
22403 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22404
22405 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
22406
22407 2002-04-12 Gerd Moellmann <gerd@gnu.org>
22408
22409 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
22410 rows marginal areas.
22411 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
22412 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
22413
22414 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
22415
22416 2002-04-12 Dave Love <fx@gnu.org>
22417
22418 * dispnew.c (marginal_area_string): New.
22419
22420 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
22421 (Qleft_margin, Qright_margin): Declare.
22422 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
22423
22424 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
22425 note_mode_line_highlight and extended.
22426
22427 * keyboard.c (Qleft_margin, Qright_margin): Declare.
22428 (make_lispy_event): Deal with mouse events in margins.
22429
22430 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
22431
22432 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
22433
22434 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
22435 than deactivating the mark if tmm is set to `lambda'.
22436 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
22437 Use a single event for HELP_EVENT.
22438 (Fexecute_extended_command): Save last_point_position.
22439
22440 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22441
22442 * lisp.h (Fpropertize): Add prototype.
22443
22444 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
22445
22446 2002-04-10 Colin Walters <walters@verbum.org>
22447
22448 * config.in: Add HAVE_SHARED_GAME_DIR.
22449
22450 * callproc.c (Vgame_score_directory): New variable.
22451 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
22452
22453 2002-04-10 Richard M. Stallman <rms@gnu.org>
22454
22455 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
22456
22457 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
22458
22459 * minibuf.c (read_minibuf): Use empty_string.
22460 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
22461 Short-circuit the search as soon as it "failed".
22462 (Fall_completions): Allow lambda forms and lists of strings for alist.
22463 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
22464 when require_match is nil.
22465 (Ftest_completion): Rename from `test_completion' and export to elisp.
22466 Call the predicate also when alist is a list.
22467 Obey Vcompletion_regexp_list.
22468 (do_completion, Fminibuffer_complete_and_exit): Use it.
22469 (Fassoc_string): Rename from `assoc_for_completion'.
22470 Allow list of strings as well and export to elisp.
22471
22472 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
22473
22474 * puresize.h (BASE_PURESIZE): Increase to 900KB.
22475
22476 2002-04-08 Juanma Barranquero <lektu@terra.es>
22477
22478 * w32.c (sys_accept): Don't hide variable `s'.
22479
22480 2002-04-05 Gerd Moellmann <gerd@gnu.org>
22481
22482 * callint.c (Fcall_interactively): Use INTEGERP instead of
22483 NUMBERP for checking Vhistory_length.
22484
22485 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22486
22487 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
22488 Doc fix to reflect it.
22489
22490 2002-04-04 Richard M. Stallman <rms@gnu.org>
22491
22492 * xdisp.c (display_mode_element): New arg RISKY.
22493 Disregard text props found or specified within a variable
22494 that isn't marked risky-local-variable.
22495 (Qrisky_local_variable): New variable.
22496 (syms_of_xdisp): Init and staticpro it.
22497
22498 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
22499
22500 * undo.c (record_point): New fun.
22501 (record_delete, record_insert): Use it.
22502
22503 2002-04-03 Juanma Barranquero <lektu@terra.es>
22504
22505 * doc.c (Fdocumentation): Add missing parentheses.
22506 (Fdocumentation_property): Likewise.
22507
22508 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
22509
22510 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
22511 data is 0, just return nil.
22512
22513 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
22514
22515 * msdos.c (syms_of_msdos): Fix last change with
22516 mouse_autoselect_window.
22517
22518 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22519
22520 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
22521 mouse_autoselect_window.
22522
22523 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
22524
22525 * keyboard.c (make_lispy_event): Handle unknown keysyms together
22526 with system-specific keysyms. Use it also for unknown function keys.
22527
22528 * doc.c (reread_doc_file): Return whether reload was attempted.
22529 (Fdocumentation, Fdocumentation_property): Don't try to reload
22530 if the doc is 0 and only ask once.
22531
22532 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
22533
22534 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
22535
22536 * keyboard.c (read_char): If the event was Qselect_window,
22537 restore timer_idleness_start_time to its previous value.
22538
22539 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
22540
22541 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
22542
22543 * region-cache.c (new_region_cache): Use BEG.
22544
22545 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
22546 Use BEG and BEG_BYTE.
22547
22548 * doc.c (get_doc_string): Return nil if the location is wrong.
22549 (reread_doc_file): New fun.
22550 (Fdocumentation, Fdocumentation_property):
22551 Call it if get_doc_string fails.
22552 (Fsnarf_documentation): Make it work for a dumped Emacs.
22553
22554 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
22555 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
22556
22557 * charset.c (Fstring): Allow 0 arguments.
22558
22559 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
22560
22561 * process.c (DATAGRAM_CONN_P, list_processes_1)
22562 (Fprocess_datagram_address, Fset_process_datagram_address)
22563 (Fset_network_process_options, server_accept_connection):
22564 Fix some int/Lisp_Object confusions (thank you union types).
22565
22566 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22567
22568 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
22569
22570 * w32term.c: Likewise.
22571 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
22572
22573 * keyboard.c (Qselect_window): New symbol.
22574 (head_table): Use it.
22575 (keys_of_keyboard): Bound select-window event to handle-select-window.
22576 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
22577
22578 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
22579 (last_window): New variable.
22580 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
22581 (note_mouse_movement): Remove reimplemented code in #if 0.
22582 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
22583 Emacs windows.
22584
22585 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
22586
22587 2002-03-31 Gerd Moellmann <gerd@gnu.org>
22588
22589 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
22590 Callers changed.
22591
22592 2002-03-30 Richard M. Stallman <rms@gnu.org>
22593
22594 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
22595 loop whenever it stops making progress.
22596
22597 * widget.c (set_frame_size): Don't call change_frame_size.
22598
22599 2002-03-30 Gerd Moellmann <gerd@gnu.org>
22600
22601 * dispnew.c (direct_output_for_insert):
22602 Call mark_window_display_accurate.
22603
22604 2002-03-29 Jason Rumney <jasonr@gnu.org>
22605
22606 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
22607
22608 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
22609
22610 * Makefile.in (lread.o): Depend on coding.h.
22611
22612 * lread.c (openp, Fload): Encode the file name before passing it
22613 to `stat', `access', and `emacs_open'.
22614 (openp): GCPRO the encoded file name. Don't recompute Lisp
22615 strings unnecessarily.
22616
22617 2002-03-29 Kim F. Storm <storm@cua.dk>
22618
22619 * fns.c (Flax_plist_put): Doc fix.
22620
22621 2002-03-28 Miles Bader <miles@gnu.org>
22622
22623 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
22624
22625 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22626
22627 * process.c (set-network-process-options): Add usage.
22628 (make-network-process): Doc fix.
22629
22630 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
22631
22632 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
22633
22634 2002-03-26 Richard M. Stallman <rms@gnu.org>
22635
22636 * fns.c (Fsubstring_no_properties): New function.
22637 (Flax_plist_get, Flax_plist_put): New functions.
22638 (syms_of_fns): defsubr them.
22639
22640 * xdisp.c (update_menu_bar): Test only update_mode_lines;
22641 don't test or alter w->update_mode_line.
22642
22643 * window.c (Fdisplay_buffer): Doc fix.
22644
22645 2002-03-24 Richard M. Stallman <rms@gnu.org>
22646
22647 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
22648
22649 2002-03-24 Gerd Moellmann <gerd@gnu.org>
22650
22651 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
22652 (Fdefmacro): Handle `(declare ...)'.
22653 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
22654 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
22655
22656 2002-03-24 Jason Rumney <jasonr@gnu.org>
22657
22658 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
22659 (xbm_file_p): Add prototypes.
22660 (xbm_format, xbm_image_p): Sync with xfns.c.
22661 (reflect_byte): New function.
22662 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
22663 (xbm_load_image): Create bitmaps with a depth of 1.
22664 (init_xfns): Enable XBM images.
22665
22666 2002-03-23 Jason Rumney <jasonr@gnu.org>
22667
22668 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
22669 correctly. Do not pass up_modifier to keyboard buffer.
22670
22671 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
22672
22673 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
22674
22675 * Makefile.in (bootstrapclean): New target.
22676 (bootstrap-temacs, bootstrap-doc): Remove.
22677 (bootstrap-emacs): Use a bog-standard `temacs'.
22678 Don't bother to build a DOC file.
22679
22680 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
22681
22682 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
22683 in temacs even if !CANNOT_DUMP.
22684 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
22685
22686 * alloc.c (check_pure_size): Only output a warning.
22687
22688 2002-03-22 Jason Rumney <jasonr@gnu.org>
22689
22690 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
22691 supported.
22692
22693 * w32term.c (zv_bits): Declare as short, for word alignment.
22694 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
22695 (syms_of_w32term): Define x-use-underline-position-properties.
22696
22697 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
22698 (clear_image_cache): Block input, fix logic, clear matrices in
22699 all frames that share this cache.
22700
22701 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
22702
22703 * emacs.c (main): Update the Copyright year in the blurb printed
22704 by "emacs --version".
22705
22706 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
22707
22708 * xterm.c (XTread_socket): If XK_ISO_Lock and
22709 XK_ISO_Last_Group_Lock are defined, handle keysyms between
22710 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
22711
22712 2002-03-21 Kim F. Storm <storm@cua.dk>
22713
22714 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
22715 menu-bar bindings in keymap and local-map properties _are_ used.
22716 But try keymap property first in accordance with 2002-01-03 patch.
22717 Added comment describing why this is not always reliable.
22718 (tool_bar_items): Ditto for tool-bar.
22719
22720 2002-03-21 Jason Rumney <jasonr@gnu.org>
22721
22722 * w32fns.c (x_clear_image_1): Disable color table code.
22723
22724 2002-03-21 Kim F. Storm <storm@cua.dk>
22725
22726 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
22727 removed the wrong version of the DEFUN macro; fixed it.
22728
22729 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
22730 Fmember rather than Fmemq).
22731 (Fprovide): Check that subfeatures is a list.
22732
22733 * process.c (QCfeature, QCdatagram): Removed variables.
22734 (QCtype, Qdatagram): New variables.
22735 (network_process_featurep): Removed function.
22736 (Fmake_network_process): Removed :feature check.
22737 Use :type 'datagram instead of :datagram t to create a datagram
22738 socket. This allows us to add other connection types (e.g. raw
22739 sockets) later in a consistent manner.
22740 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
22741 supported subfeatures for feature make-network-process.
22742 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
22743 Intern and staticpro QCtype and Qdatagram.
22744 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22745
22746 * xfns.c (QCtype): Remove duplicate declaration and
22747 initialization (is now declared in process.c).
22748
22749 * w32fns.c (QCtype): Remove duplicate declaration and
22750 initialization (is now declared in process.c).
22751
22752 2002-03-21 Richard M. Stallman <rms@gnu.org>
22753
22754 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
22755 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
22756 when jumping to `fail' to avoid undoing reg changes in the
22757 last iteration of the loop.
22758 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
22759
22760 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
22761 Depend on process.h.
22762
22763 2002-03-20 Jason Rumney <jasonr@gnu.org>
22764
22765 Most of the following changes are still conditional on HAVE_IMAGES
22766 which is not set by default on Windows.
22767
22768 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
22769
22770 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
22771 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
22772 (four_corners_best, x_clear_image_1, x_clear_image)
22773 (x_alloc_image_color, postprocess_image)
22774 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
22775 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
22776 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
22777
22778 * w32gui.h (struct XImage): Define.
22779
22780 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
22781 extract mouse co-ordinates.
22782
22783 2002-03-20 Jason Rumney <jasonr@gnu.org>
22784
22785 * w32.c (init_winsock): Dynamically load new server and UDP
22786 socket functions.
22787 (socket_to_fd): New function.
22788 (sys_socket): Use it.
22789 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
22790 (sys_recvfrom, sys_sendto): New wrapper functions.
22791
22792 * process.c (QCfamily, QCfilter): Remove duplicate declaration
22793 and initialization.
22794
22795 * makefile.w32-in (LIBS): Remove $(WSOCK32).
22796
22797 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
22798
22799 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
22800 Don't use "sun" as a variable, it's a predefined constant on Sun
22801 machines.
22802
22803 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22804
22805 * bytecode.c (Fbyte_code): Revert last change.
22806
22807 2002-03-19 Kim F. Storm <storm@cua.dk>
22808
22809 * makefile.w32-in (LIBS): Add $(WSOCK32).
22810 From David Ponce <dponce@voila.fr>.
22811
22812 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22813
22814 * process.c (wait_reading_process_input): Move variables `pname'
22815 and `pnamelen' down where they are used.
22816
22817 * bytecode.c (Fbyte_code): Discard unused computed value to
22818 prevent gcc warning.
22819
22820 * lisp.h (Fplist_member): Add prototype.
22821
22822 2002-03-18 Kim F. Storm <storm@cua.dk>
22823
22824 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
22825 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
22826
22827 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
22828 Remove explicit GNU_LINUX settings for datagram support.
22829
22830 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22831
22832 * process.c (Fmake_network_process): Remove unused variable `sa'.
22833 Doc fix. Add usage:.
22834 (set_socket_options): Remove unused variables `optnum' and `opttype'.
22835
22836 2002-03-17 Richard M. Stallman <rms@gnu.org>
22837
22838 * xdisp.c (cursor_type_changed): New variable.
22839 (redisplay_internal): Redisplay all windows if cursor_type_changed.
22840 Clear it when clearing windows_or_buffers_changed.
22841 (try_cursor_movement, redisplay_window, try_window_id)
22842 (try_window_reusing_current_matrix): Test cursor_type_changed
22843 along with windows_or_buffers_changed.
22844
22845 * window.h (cursor_type_changed): New variable.
22846
22847 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
22848 not update_mode_lines, and always set it to 1.
22849
22850 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
22851 if no frames needed redrawing.
22852
22853 2002-03-17 Kim F. Storm <storm@cua.dk>
22854
22855 The following changes add support for network server processes,
22856 datagram connections, and local (unix) sockets.
22857
22858 * process.h (struct Lisp_Process): New member log.
22859 Doc fix: Member command used to indicate stopped network process.
22860 Doc fix: Member childp contains plist for network process.
22861 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
22862
22863 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
22864 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
22865 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
22866 variables.
22867 (NETCONN1_P): New macro.
22868 (DATAGRAM_SOCKETS): New conditional symbol.
22869 (datagram_address): New array.
22870 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
22871 (status_message): Use concat3.
22872 (Fprocess_status): Add `listen' status to doc string. Return
22873 `stop' for a stopped network process.
22874 (Fset_process_buffer): Update contact plist for network process.
22875 (Fset_process_filter): Ditto. Don't enable input for stopped
22876 network processes. Server must listen, even if filter is t.
22877 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
22878 New functions.
22879 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
22880 (Fprocess_contact): Added KEY argument. Handle datagrams.
22881 (list_processes_1): Optionally show only processes with the query
22882 on exit flag set. Dynamically adjust column widths. Omit tty
22883 column if not needed. Report stopped network processes. Identify
22884 server and datagram network processes.
22885 (Flist_processes): New optional arg `query-only'.
22886 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
22887 (conv_lisp_to_sockaddr, set_socket_options)
22888 (network_process_featurep, unwind_request_sigio): New helper
22889 functions.
22890 (Fprocess_datagram_address, Fset_process_datagram_address):
22891 (Fset_network_process_options): New lisp functions.
22892 (Fopen_network_stream): Removed. Now defined in simple.el.
22893 (Fmake_network_process): New lisp function. Code is based on
22894 previous Fopen_network_stream, but heavily reworked with new
22895 property list based argument list, support for datagrams, server
22896 processes, and local sockets in addition to old client-only
22897 functionality.
22898 (server_accept_connection): New function.
22899 (wait_reading_process_input): Use it to handle incoming connects.
22900 Do not enable input on a new connection if process is stopped.
22901 (read_process_output): Handle datagram sockets. Use 2k buffer for
22902 them.
22903 (send_process): Handle datagram sockets.
22904 (Fstop_process, Fcontinue_process): Apply to network processes. A
22905 stopped network process is indicated by setting command field to t.
22906 (Fprocess_send_eof): No-op if datagram connection.
22907 (Fstatus_notify): Don't read input for a stream server socket or a
22908 stopped network process.
22909 (init_process): Initialize datagram_address array.
22910 (syms_of_process): Intern and staticpro new variables, defsubr new
22911 functions.
22912
22913 2002-03-16 Jason Rumney <jasonr@gnu.org>
22914
22915 * w32fns.c (w32_to_all_x_charsets): Return correct type in
22916 startup case.
22917
22918 2002-03-16 Richard M. Stallman <rms@gnu.org>
22919
22920 * xdisp.c (redisplay_internal, redisplay_windows):
22921 Use list_of_error to call internal_condition_case_1.
22922 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
22923 so as to catch all errors with no possibility of debugger redisplay.
22924 (list_of_error): New variable.
22925 (syms_of_xdisp): Init and staticpro it.
22926
22927 * print.c (print_object): Delete `\ ' from printed rep of frame.
22928
22929 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
22930
22931 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
22932 until its implementation is fixed.
22933
22934 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22935
22936 * xfns.c (png_load): Remove unused variable `gamma_str'.
22937
22938 2002-03-14 Richard M. Stallman <rms@gnu.org>
22939
22940 * xfns.c (x_real_positions): Handle failure in XQueryTree.
22941
22942 2002-03-14 Miles Bader <miles@gnu.org>
22943
22944 * intervals.c (adjust_for_invis_intang): New function.
22945 (set_point_both): Use `adjust_for_invis_intang' to do most of the
22946 work for dealing with invisible+intangible regions. Do so before
22947 and after both forward and backward movements, to handle both
22948 front-sticky and rear-sticky cases.
22949 * textprop.c (text_property_stickiness): Function moved here from
22950 `editfns.c'.
22951 * intervals.h (text_property_stickiness): New declaration.
22952 * editfns.c (char_property_eq): Function removed.
22953 (text_property_stickiness): Function moved to `textprop.c'.
22954
22955 2002-03-13 Jason Rumney <jasonr@gnu.org>
22956
22957 * config.in: Add STRFTIME_NO_POSIX2.
22958
22959 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
22960 and %OX when underlying strftime does not.
22961
22962 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
22963
22964 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
22965 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
22966 line) to avoid annoying flicker.
22967 (xm_scroll_callback): Get rid of the now unnecessary kludge.
22968 (XTread_socket): Mark it static.
22969
22970 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
22971
22972 2002-03-13 Kim F. Storm <storm@cua.dk>
22973
22974 * puresize.h (BASE_PURESIZE): Increase to 775000.
22975
22976 2002-03-12 Juanma Barranquero <lektu@terra.es>
22977
22978 * editfns.c (syms_of_editfns): Fix typo.
22979
22980 2002-03-12 Gerd Moellmann <gerd@gnu.org>
22981
22982 * xsmfns.c: Include stdio.h because termhooks.h needs it.
22983 Include termopt.h for interrupt_input.
22984
22985 2002-03-11 Andreas Schwab <schwab@suse.de>
22986
22987 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
22988
22989 2002-03-11 Gerd Moellmann <gerd@gnu.org>
22990
22991 * xterm.c (note_mouse_movement): Put code for
22992 x_autoselect_window_p in #if 0.
22993
22994 * lread.c (Fload): Don't assume that message_with_string uses the
22995 string it is given like a C string.
22996
22997 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22998
22999 * xterm.h (x_session_check_input, x_session_initialize): Declare.
23000
23001 * xterm.c (XTread_socket): Add call to x_session_check_input and
23002 x_session_have_connection.
23003 (x_initialize): Add call to x_session_initialize.
23004
23005 * termhooks.h (enum event_kind): Add save_session_event.
23006
23007 * keyboard.c: Add Emacs event save_session_event.
23008
23009 * emacs.c (main): Add call to syms_of_xsmfns.
23010
23011 * lisp.h (syms_of_xsmfns): Declare extern.
23012
23013 * config.in: Add HAVE_X_SM.
23014
23015 * Makefile.in (LIBXT): Add -lSM -lICE
23016 if HAVE_X_SM and not USE_X_TOOLKIT.
23017 (XOBJ): New file xsmfns.c added.
23018
23019 * xsmfns.c: New file for X session management.
23020
23021 2002-03-09 Jason Rumney <jasonr@gnu.org>
23022
23023 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
23024 read-only when setting modified time.
23025
23026 2002-03-08 Gerd Moellmann <gerd@gnu.org>
23027
23028 * xdisp.c (move_it_vertically_backward): At the end of the function,
23029 when moving forward by lines, treat terminal frames specially.
23030
23031 * keyboard.c (echo_char): Make sure to add a separator between
23032 keys even if echo_dash hasn't been called.
23033
23034 * xdisp.c: Use new string macros.
23035 (update_echo_area): Pass number of bytes to message3 instead of
23036 number of chars.
23037 (set_message_1): Don't access a string's size_byte directly.
23038 (decode_mode_spec_coding): Use number of bytes of eoltype string
23039 instead number of chars.
23040
23041 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
23042
23043 2002-03-08 Juanma Barranquero <lektu@terra.es>
23044
23045 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
23046 24-bit.
23047
23048 2002-03-06 Jason Rumney <jasonr@gnu.org>
23049
23050 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
23051
23052 2002-03-06 Gerd Moellmann <gerd@gnu.org>
23053
23054 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
23055 (cancel_echoing, echo_length, echo_truncate): Changed to
23056 work with new kboard definition.
23057 (echo_now): Use message3_nolog instead of message2_nolog.
23058
23059 * alloc.c (mark_kboards): Mark echo_string.
23060
23061 * keyboard.h (ECHOBUFSIZE): Removed.
23062 (struct kboard): Member echoptr removed, member echobuf renamed
23063 to echo_string.
23064
23065 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
23066 message3 instead of message2 to display the message using STRING's
23067 text properties.
23068
23069 2002-03-05 Andreas Schwab <schwab@suse.de>
23070
23071 * xdisp.c (hscroll_margin): Change to EMACS_INT.
23072
23073 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23074
23075 * frame.c (default-frame-alist): Explain that setting it doesn't
23076 affect existing frames.
23077
23078 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
23079
23080 * indent.c (skip_invisible): Fix my brain fart.
23081
23082 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
23083
23084 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
23085
23086 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
23087 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
23088 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
23089 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
23090 and variables to use EMACS_INT instead of just int.
23091
23092 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
23093
23094 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
23095
23096 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
23097 environment, pass it down with corrected value.
23098
23099 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23100
23101 * lread.c (read_filtered_event): Do not call start_hourglass
23102 before returning.
23103
23104 2002-03-04 Juanma Barranquero <lektu@terra.es>
23105
23106 * w32term.c (x_display_and_set_cursor): Fix typo.
23107
23108 2002-03-03 Richard M. Stallman <rms@gnu.org>
23109
23110 * fileio.c (Fmake_temp_name): Doc fix.
23111
23112 2002-03-03 Gary Wong <gtw@gnu.org>
23113
23114 * termcap.c [!emacs]: Replace ospeed for building standalone
23115 libtermcap, for binary compatibility.
23116
23117 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23118
23119 2002-03-03 Richard M. Stallman <rms@gnu.org>
23120
23121 * xrdb.c (file_p): Rename arg `path' to `filename'.
23122
23123 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23124 only if it is an integer.
23125
23126 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23127 If png_get_sRGB gives an answer, call png_set_gamma
23128 using the default image gamma value.
23129
23130 * lread.c (read1): When reading from a file, default string to
23131 multibyte only if it has some multibyte characters.
23132
23133 * print.c (print_object): Output multibyte chars 128...255
23134 using \x even if ! print_escape_multibyte.
23135
23136 * xdisp.c (display_mode_element): Move the places where
23137 bytepos, charpos, this, and lisp_string are set.
23138 Use lisp_string to set bytepos.
23139
23140 * xdisp.c (redisplay_internal):
23141 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23142
23143 * xdisp.c (display_mode_element): Merge properties specified with
23144 :propertize onto those that come with the string.
23145
23146 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23147
23148 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23149 automatic-hscrolling. Users changed.
23150 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23151 Users changed.
23152 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23153
23154 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23155
23156 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23157
23158 2002-03-02 Kim F. Storm <storm@cua.dk>
23159
23160 * window.c (Fminibuffer_selected_window): New function.
23161 (syms_of_window): Defsubr it.
23162
23163 2002-03-01 Kim F. Storm <storm@cua.dk>
23164
23165 * window.h (struct window): New member phys_cursor_width.
23166
23167 * window.c (make_window, replace_window): Init phys_cursor_width.
23168
23169 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23170 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23171
23172 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23173 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23174
23175 * lisp.h (GCPRO6): New macro.
23176
23177 * process.c (Fopen_network_stream): Use GCPRO6.
23178
23179 2002-03-01 Kim F. Storm <storm@cua.dk>
23180
23181 * process.c (Qconnect, Qfailed): New variables.
23182 (syms_of_process): Intern and staticpro them.
23183 (Fprocess_status): Document connect and failed return values.
23184 [NON_BLOCKING_CONNECT]: New conditional.
23185 (connect_wait_mask, num_pending_connects): New variables.
23186 (status_message): Convert Qfailed status.
23187 (Fopen_network_stream): Added support for non-blocking connect.
23188 New optional args: filter, sentinel, non_blocking. Doc updated.
23189 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23190 (deactivate_process): Handle pending non-blocking connect.
23191 (wait_reading_process_input): Poll for status of non-blocking
23192 connects. Exec sentinel directly when connect succeeds.
23193 (status_notify): Don't read process output if not yet connected.
23194
23195 2002-02-28 Kim F. Storm <storm@cua.dk>
23196
23197 * window.c (minibuf_selected_window): Renamed from
23198 Vminibuf_selected_window. Users changed.
23199 (syms_of_window): Staticpro it.
23200
23201 2002-02-26 Kim F. Storm <storm@cua.dk>
23202
23203 The following changes add a new Vminibuf_selected_window variable
23204 which is similar to Vminibuf_scroll_window, but which is only set
23205 on entry to the minibuffer (from a non-minibuffer window):
23206
23207 * window.c (Vminibuf_selected_window): New variable.
23208 (struct save_window_data): New member minibuf_selected_window.
23209 (Fset_window_configuration): Restore Vminibuf_selected_window.
23210 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23211 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23212 (compare_window_configurations): Compare minibuf_selected_window.
23213
23214 * window.h (Vminibuf_selected_window): Declare extern.
23215
23216 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23217 entry to minibuffer or on entry from a non-minibuffer window.
23218
23219 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23220 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23221
23222 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23223 instead of Vminibuf_scroll_window when deciding in which window
23224 the region should be highlighted. Consequently, the region remains
23225 highlighteded even when a completion buffer is also displayed.
23226
23227 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23228
23229 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23230
23231 * xselect.c (Qcompound_text_with_extensions): Renamed from
23232 Qcompound_text_no_extensions.
23233 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23234
23235 2002-02-26 Juanma Barranquero <lektu@terra.es>
23236
23237 * w32proc.c (syms_of_ntproc): Doc fix.
23238
23239 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23240
23241 * intervals.h: Include "dispextern.h" unconditionally.
23242
23243 2002-02-24 Jason Rumney <jasonr@gnu.org>
23244
23245 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23246 and disp-table.elc.
23247 (lisp): Add emacs-lisp/backquote.elc.
23248
23249 2002-02-24 Kim F. Storm <storm@cua.dk>
23250
23251 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
23252 The validation of the event type was too strict as it didn't
23253 allow string events; buffer names are used in bindings for
23254 menu-bar-select-buffer (see `menu-bar-update-buffers').
23255
23256 2002-02-23 Kim F. Storm <storm@cua.dk>
23257
23258 The following changes rework my patch of 2002-02-06 which
23259 added command remapping by entering the commands directly into
23260 the keymaps. Now, command remapping uses an explicit `remap'
23261 prefix in the keymaps, i.e. [remap COMMAND].
23262
23263 * keymap.c (Qremap, remap_command_vector): New variables.
23264 (is_command_symbol): Remove function.
23265 (Fdefine_key): No longer accept a symbol for KEY.
23266 Added validation of [remap COMMAND] argument for KEY.
23267 The DEF is no longer required to be a symbol when remapping a command.
23268 (Fremap_command): New function to remap command through keymaps.
23269 (Flookup_key): Perform command remapping initiated by
23270 Fremap_command directly for speed.
23271 (Fkey_binding): Use Fremap_command for command remapping.
23272 (where_is_internal): Handle new command remapping representation.
23273 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23274 staticpro them. Defsubr Fremap_command.
23275
23276 * keymap.h (Fremap_command): Declare extern.
23277 (is_command_symbol): Remove extern.
23278
23279 * keyboard.c (command_loop_1): Use Fremap_command for command
23280 remapping; now try command remapping for all symbols.
23281
23282 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23283
23284 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23285
23286 2002-02-23 Jason Rumney <jasonr@gnu.org>
23287
23288 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23289 on the string before encoding it.
23290 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23291 after decoding it.
23292
23293 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23294
23295 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23296
23297 * w32term.c (enter_timestamp): Remove unused static variable to
23298 prevent warning.
23299
23300 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23301
23302 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23303
23304 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23305
23306 * xselect.c (selection_data_to_lisp_data): Fix last change.
23307
23308 2002-02-22 Jason Rumney <jasonr@gnu.org>
23309
23310 * w32term.h (struct w32_output): New member menu_command_in_progress.
23311
23312 * w32menu.c (menubar_selection_callback): Free the menu and
23313 clear the menu_command_in_progress flag.
23314
23315 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23316 (menu_free_timer): New variable.
23317 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23318 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23319 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23320 menu command is in progress.
23321 <WM_COMMAND>: Set the menu_command_in_progress flag.
23322 Kill any menu_free_timer that is running.
23323
23324 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23325 Call ExtTextOutA rather than ExtTextOut.
23326
23327 2002-02-22 Eli Zaretskii <eliz@gnu.org>
23328
23329 * puresize.h (BASE_PURESIZE): Increase to 755000.
23330
23331 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23332
23333 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23334 on the string before encoding it.
23335 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23336 after decoding it.
23337
23338 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23339
23340 Support for ICCCM Extended Segments in X selections:
23341
23342 * xselect.c <Qcompound_text_no_extensions>: New variable.
23343 (syms_of_xselect): Intern and staticpro it.
23344 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23345 selection text.
23346 (lisp_data_to_selection_data): If next-selection-coding-system is
23347 compound-text-no-extensions, set the type of selection to be
23348 compound-text.
23349
23350 * xterm.h (x_encode_text): Update prototype.
23351
23352 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23353 callers changed. If SELECTIONP is non-zero, run the
23354 pre-write-conversion function before encoding the selection text.
23355
23356 2002-02-21 Kim F. Storm <storm@cua.dk>
23357
23358 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23359
23360 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23361 Correct composing of language-change event.
23362
23363 2002-02-20 Kim F. Storm <storm@cua.dk>
23364
23365 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23366 bindings at PT when building menu (the menu is not updated often
23367 enough for this to work reliable).
23368 (tool_bar_items): Likewise.
23369 (current_active_maps): Removed unused (and buggy) function.
23370
23371 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23372
23373 * xfns.c (gif_load): Use correct width and height for GIF images.
23374
23375 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23376
23377 * floatfns.c (Fatan): Accept an optional second arg and call
23378 atan2 if passed 2 args.
23379
23380 2002-02-18 Jason Rumney <jasonr@gnu.org>
23381
23382 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23383
23384 2002-02-17 Jason Rumney <jasonr@gnu.org>
23385
23386 * w32term.c (x_autoselect_window_p): New variable.
23387 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23388 (note_mouse_movement): Use it.
23389
23390 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23391
23392 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23393
23394 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23395 New variables.
23396 (syms_of_w32fns): Intern and staticpro them.
23397 (x_frame_parms) <"fullscreen">: New parameter.
23398 (x_fullscreen_move, x_set_fullscreen): New functions.
23399 (x_set_frame_parameters): Support Qfullscreen.
23400 (x_real_positions): Save x/y_pixels_diff frame params.
23401 (x_figure_window_size): Support full-screen frames.
23402 (Fx_create_frame): Default the fullscreen parameter.
23403
23404 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
23405 (x_fullscreen_adjust): New functions.
23406 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
23407 fullscreen. Call x_check_fullscreen_move, and set the
23408 want_fullscreen member of output_data.w32
23409 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
23410
23411 * w32term.h: New enum for FULLSCREEN_* constants.
23412 (struct w32_output): New members want_fullscreen, x_pixels_diff,
23413 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
23414 (x-fullscreen-adjust): New prototype.
23415
23416 2002-02-17 Kim F. Storm <storm@cua.dk>
23417
23418 * frame.c (Vmouse_highlight): New variable.
23419 (syms_of_frame): DEFVAR_LISP it.
23420
23421 * frame.h (Vmouse_highlight): Declare extern.
23422
23423 * xterm.h (struct x_display_info): Add mouse_face_hidden.
23424
23425 * xterm.c (disable_mouse_highlight): Removed variable.
23426 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23427 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23428 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
23429 and on after keyboard input.
23430 (x_term_init): Initialize mouse_face_hidden.
23431
23432 * msdos.h (struct display_info): Add mouse_face_hidden.
23433
23434 * msdos.c (disable_mouse_highlight): Removed variable.
23435 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23436 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23437 (internal_terminal_init): Initialize mouse_face_hidden.
23438 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
23439 and on after keyboard input.
23440
23441 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
23442
23443 * w32term.c (disable_mouse_highlight): Removed variable.
23444 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
23445 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23446 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
23447 and on after keyboard input.
23448 (w32_initialize_display_info): Initialize mouse_face_hidden.
23449
23450 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23451
23452 * msdos.c (last_mouse_window): New variable.
23453 (dos_rawgetc): Fix last change--if the mouse is in the same window
23454 as recorded in last_mouse_window, don't select this window.
23455
23456 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
23457
23458 * msdos.c (x_autoselect_window_p): New variable.
23459 (syms_of_msdos): Defvar it.
23460 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
23461 which the last mouse movement occured, unless it is already selected.
23462
23463 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
23464 New variables.
23465 (syms_of_xdisp): DEVFAR them.
23466 (hscroll_window_tree): Use automatic_hscroll_margin and
23467 Vautomatic_hscroll_step to compute the amount of window scrolling.
23468
23469 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23470
23471 * xterm.c (x-autoselect-window): New variable.
23472 (note_mouse_movement): Use it.
23473
23474 * keyboard.c: Do not include "systime.h" twice.
23475
23476 2002-02-15 Andreas Schwab <schwab@suse.de>
23477
23478 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
23479
23480 * alloc.c (NSTATICS): Increase to 1280.
23481
23482 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23483
23484 * alloc.c (NSTATICS): Bump to 1026.
23485
23486 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
23487 (Vx_super_keysym): New variables.
23488 (syms_of_xterm): DEFVAR_LISP them.
23489 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
23490 variables to determine which keys to use for the various modifiers.
23491
23492 2002-02-13 Kim F. Storm <storm@cua.dk>
23493
23494 * window.c (Vmode_line_in_non_selected_windows): Removed.
23495 (mode_line_in_non_selected_windows): New variable.
23496 (syms_of_window): DEFVAR_BOOL it.
23497
23498 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
23499 Use mode_line_in_non_selected_windows.
23500 (mode_line_in_non_selected_windows): Declare extern.
23501 (Vmode_line_in_non_selected_windows): Removed extern.
23502
23503 2002-02-13 Richard M. Stallman <rms@gnu.org>
23504
23505 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
23506 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
23507 (Fclear_this_command_keys): Doc fixes.
23508
23509 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
23510 (update_face_from_frame_parameter): Increment face_change_count
23511 and windows_or_buffers_changed to force redisplay using changed faces.
23512
23513 * xdisp.c (QCpropertize): New variable.
23514 (mode_line_proptrans_alist): New variable.
23515 (display_mode_element): New arg PROPS; all calls changed.
23516 Implement this, for strings.
23517 Handle literal output of strings by sharing the
23518 main-line code for strings, using local var `literal'.
23519 Handle :propertize feature.
23520 (syms_of_xdisp): Initialze and staticpro QCpropertize and
23521 mode_line_proptrans_alist.
23522
23523 2002-02-11 Kim F. Storm <storm@cua.dk>
23524
23525 * window.c (Vmode_line_in_non_selected_windows): New variable.
23526 (syms_of_window): DEFVAR_LISP it.
23527
23528 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
23529 (CURRENT_MODE_LINE_FACE_ID): Use it.
23530 (Vmode_line_in_non_selected_windows): Declare extern.
23531
23532 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
23533 to get mode line face.
23534
23535 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
23536
23537 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
23538 variables; cus-start.el doesn't need them anymore.
23539
23540 2002-02-09 Kim F. Storm <storm@cua.dk>
23541
23542 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
23543 reduction. This fixes a display problem where stray newlines were
23544 inserted in the window (corrected by C-l). Clarified code (IMHO).
23545
23546 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
23547
23548 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
23549
23550 * xdisp.c (display_mode_lines): Fix last change.
23551
23552 2002-02-09 Jason Rumney <jasonr@gnu.org>
23553
23554 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
23555 match each other.
23556 (w32_load_system_font): Prevent Cleartype fonts from loading.
23557 (Fx_show_tip): Ensure tip frames are above other topmost windows.
23558
23559 2002-02-09 Kim F. Storm <storm@cua.dk>
23560
23561 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
23562 (CURRENT_MODE_LINE_HEIGHT): Use it.
23563 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
23564
23565 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
23566 (pos_visible_p, handle_face_prop): Likewise.
23567 (display_mode_lines): Likewise, but for the real selected window.
23568 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
23569
23570 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
23571 in non-selected windows.
23572 (realize_basic_faces): Realize it.
23573 (syms_of_term): Intern and staticpro it.
23574
23575 2002-02-08 Kim F. Storm <storm@cua.dk>
23576
23577 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
23578 Changed mail addresses to emacs-devel@gnu.org.
23579
23580 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
23581
23582 * fileio.c (Fsubstitute_in_file_name): If the file name includes
23583 ~user, and there's no such user, don't discard everything before ~user.
23584
23585 * floatfns.c (Fround): Doc fix.
23586
23587 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23588
23589 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
23590
23591 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
23592
23593 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
23594
23595 2002-02-07 Kim F. Storm <storm@cua.dk>
23596
23597 * keymap.c (where_is_internal): Only check whether definition is
23598 remapped if it fulfills is_command_symbol.
23599
23600 2002-02-07 Andreas Schwab <schwab@suse.de>
23601
23602 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
23603
23604 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
23605
23606 2002-02-06 Kim F. Storm <storm@cua.dk>
23607
23608 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
23609 defining command remapping. Doc updated.
23610 (Flookup_key): Remap command through keymap if KEY is a symbol.
23611 (is_command_symbol): New function.
23612 (Fkey_binding): Use it. New optional argument NO-REMAP.
23613 Doc updated. Callers changed. Perform command remapping via
23614 recursive call unless that arg is non-nil.
23615 (where_is_internal): New argument no_remap. Callers changed.
23616 Call recursively to find original key bindings for a remapped
23617 comand unless that arg is non-nil.
23618 (Fwhere_is_internal): New optional argument NO-REMAP.
23619 Doc updated. Callers changed. Pass arg to where_is_internal.
23620
23621 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
23622 (is_command_symbol): Add prototype.
23623
23624 * keyboard.c (Vthis_original_command): New variable.
23625 (syms_of_keyboard): DEFVAR_LISP it.
23626 (command_loop_1): Set it, and perform command remapping.
23627
23628 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23629
23630 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
23631
23632 2002-02-06 Jason Rumney <jasonr@gnu.org>
23633
23634 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
23635
23636 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
23637
23638 * charset.c (get_charset_id): Use if-else instead of ?:.
23639
23640 2002-02-06 Richard M. Stallman <rms@gnu.org>
23641
23642 * filelock.c (S_ISLNK): Define if not defined.
23643
23644 2002-02-03 Richard M. Stallman <rms@gnu.org>
23645
23646 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
23647
23648 * lread.c (read1): Redesign strategy for force_multibyte and
23649 force_singlebyte. Now is_multibyte records whether read_buffer
23650 is multibyte. Encountering any multibyte character makes it so.
23651
23652 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
23653
23654 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
23655 with the same sequence, map that sequence to f10 rather than f0.
23656
23657 2002-02-03 Andreas Schwab <schwab@suse.de>
23658
23659 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
23660 latter never being defined on GNU/Linux.
23661
23662 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23663
23664 * xfaces.c (realize_default_face): Don't set the weight and slant of
23665 the default face to Qnormal, unless these attributes are unspecified.
23666
23667 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23668
23669 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
23670 Call cancel_hourglass unconditionally.
23671
23672 * eval.c (Fsignal): Remove duplicated declaration of
23673 the variable `display_hourglass_p'.
23674
23675 2002-01-31 Richard M. Stallman <rms@gnu.org>
23676
23677 * editfns.c (region_limit): Nicer error message.
23678
23679 * coding.c (decode_composition_emacs_mule):
23680 Give up if NCOMPONENT gets too large to index `component'.
23681
23682 * callint.c (check_mark): New arg to specify clearer error message.
23683 Callers changed.
23684
23685 2002-01-27 Richard M. Stallman <rms@gnu.org>
23686
23687 * minibuf.c (Fcompleting_read): Doc fix.
23688
23689 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23690
23691 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
23692 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
23693 Fix doc-strings.
23694
23695 2002-01-26 Richard M. Stallman <rms@gnu.org>
23696
23697 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
23698
23699 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
23700 and scroll_up_aggressively.
23701
23702 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23703
23704 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
23705
23706 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
23707
23708 * textprop.c (Fnext_property_change, Fnext_single_property_change)
23709 (Fprevious_property_change, Fprevious_single_property_change):
23710 Stay within the narrowed-buffer boundaries.
23711
23712 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
23713
23714 * term.c (Ftty_display_color_cells): New function.
23715 (syms_of_term): Defsubr it.
23716 (Ftty_display_color_cells, Ftty_display_color_p): Change the
23717 argument name to DISPLAY. Doc fix.
23718
23719 * dispextern.h: Add prototype for set_tty_color_mode and
23720 tty_setup_colors.
23721
23722 2002-01-24 Jason Rumney <jasonr@gnu.org>
23723
23724 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
23725 If region left to draw is not what was expected, mark the frame as
23726 garbaged.
23727
23728 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
23729 Combine the regions returned by BeginPaint and GetUpdateRect.
23730
23731 2002-01-23 Jason Rumney <jasonr@gnu.org>
23732
23733 * w32term.c (x_update_window_begin): Only hide caret if
23734 w32_use_visible_system_caret is set.
23735 (x_update_window_end): Only show caret if
23736 w32_use_visible_system_caret is set.
23737 (syms_of_w32term): Handle SystemParametersInfo call failing.
23738
23739 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
23740
23741 2002-01-22 Richard M. Stallman <rms@gnu.org>
23742
23743 * unexelf.c (unexec): Define n so as to cause compilation error
23744 for the code where people have often written n instead of nn.
23745
23746 * .gdbinit (hookpost-run): Defined.
23747
23748 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23749
23750 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
23751
23752 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23753
23754 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
23755 if fullscreen is being set.
23756
23757 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23758
23759 * minibuf.c (Fminibuffer_contents)
23760 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
23761 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
23762
23763 2002-01-21 Richard M. Stallman <rms@gnu.org>
23764
23765 * window.c (check_frame_size): Fix minimum height calculation.
23766
23767 2002-01-20 Ken Raeburn <raeburn@gnu.org>
23768
23769 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
23770 height before comparison.
23771 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
23772
23773 2002-01-20 Jason Rumney <jasonr@gnu.org>
23774
23775 * w32term.c (w32_system_caret_width): Remove.
23776 (w32_use_visible_system_caret): New user flag.
23777 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
23778 Windows reports a screen reader running.
23779 (x_update_window_begin): Hide the system caret.
23780 (x_update_window_end): Show the system caret.
23781 (x_display_and_set_cursor): Don't draw a cursor when
23782 w32_use_visible_system_caret is set. Do not adjust width.
23783
23784 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
23785 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
23786 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
23787 the user requests it. Use system default width when creating.
23788 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
23789
23790 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
23791 New window messages.
23792
23793 2002-01-20 Richard M. Stallman <rms@gnu.org>
23794
23795 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
23796
23797 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23798
23799 * doprnt.c (doprnt1): Fix typos in error call.
23800
23801 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
23802
23803 * unexelf.c (unexec) [__sgi]: Support the .got sections.
23804
23805 2002-01-20 Jason Rumney <jasonr@gnu.org>
23806
23807 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
23808 that Windows returns. If a double check fails, try to guess how
23809 ExtTextOut is going to act.
23810
23811 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
23812 in place of stricmp.
23813 (w32_list_synthesized_fonts): Removed.
23814 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
23815 (struct enumfont_t): New element; list.
23816 (enum_font_cb2): List all style and charset variations of a font.
23817 (Fw32_select_font): New optional argument; include_proportional.
23818 Exclude vertical fonts. Exclude proportional fonts unless
23819 include_proportional is non-nil.
23820 (w32_enable_synthesized_fonts): Change to a boolean.
23821 (Fw32_send_sys_command): Doc fix.
23822
23823 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23824
23825 * dispnew.c (update_frame): Move the variable `tem' to the block
23826 where it is used.
23827
23828 2002-01-19 Jason Rumney <jasonr@gnu.org>
23829
23830 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
23831 call to face-set-after-frame-default.
23832
23833 2002-01-18 Richard M. Stallman <rms@gnu.org>
23834
23835 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
23836 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
23837
23838 2002-01-17 Richard M. Stallman <rms@gnu.org>
23839
23840 * window.c (enlarge_window): When exceeding size of parent,
23841 directly delete all the siblings instead of trying to resize it.
23842
23843 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23844
23845 * term.c (set_tty_color_mode): Remove unused variable `tem'.
23846
23847 2002-01-16 Henrik Enberg <henrik@enberg.org>
23848
23849 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
23850
23851 2002-01-16 Kim F. Storm <storm@cua.dk>
23852
23853 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
23854 is invisible. This can happen if cursor is on top line of a
23855 window, and we switch to a buffer with a header line.
23856
23857 * w32term.c (x_erase_phys_cursor): Ditto.
23858
23859 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23860
23861 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
23862 `dont_resize' only when used.
23863
23864 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
23865
23866 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
23867
23868 * xdisp.c (display_mode_element): When computing charpos, depend
23869 on multibyteness of elt, not the text in field.
23870
23871 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23872
23873 * buffer.c (Fkill_all_local_variables):
23874 Increment `update_mode_lines' only once.
23875
23876 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23877
23878 * lisp.h (adjust_after_replace_noundo)
23879 (Fupdate_coding_systems_internal): Add prototypes.
23880
23881 * sound.c (Fplay_sound): Initialize header_size also for :data case.
23882
23883 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
23884
23885 Support for the --color command-line argument and tty-color-mode
23886 frame parameter:
23887
23888 * term.c (tty_default_color_capabilities, tty_setup_colors)
23889 (set_tty_color_mode): New functions.
23890 (term_init): Call tty_default_color_capabilities.
23891 (Qtty_color_mode_alist): New variable.
23892 (syms_of_term): Intern and staticpro it.
23893
23894 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
23895 frames.
23896 (do_switch_frame): For termcap frames, switch the tty
23897 color mode as specified by the frame's parameters.
23898 (Qtty_color_mode): New variable.
23899 (syms_of_frame): Intern and staticpro it.
23900
23901 * emacs.c (USAGE2): Add the --color option.
23902 (standard_args): Ditto.
23903
23904 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23905
23906 * xterm.h (struct x_output): New members want_fullscreen,
23907 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
23908 y_pixels_outer_diff.
23909 New enum for FULLSCREEN_* constants.
23910 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
23911 is NULL.
23912 (x_fullscreen_adjust): Add prototype.
23913
23914 * emacs.c (USAGE2): Add the new full-screen arguments.
23915 (standard_args): Ditto.
23916
23917 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23918 New variables.
23919 (syms_of_xfns): Intern and staticpro them.
23920 (x_frame_parms) <"fullscreen">: New parameter.
23921 (x_fullscreen_move, x_set_fullscreen): New functions.
23922 (x_set_frame_parameters): Support for Qfullscreen.
23923 (x_real_positions): More accurate computation of the frame position.
23924 (x_figure_window_size): Support full-screen frames.
23925 (Fx_create_frame): Default the fullscreen parameter.
23926
23927 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
23928 (XTread_socket) <Expose>: Call x_check_fullscreen.
23929 <ConfigureNotify>: Don't resize to fullscreen.
23930 Call x_check_fullscreen_move, and set the want_fullscreen member of
23931 output_data.x.
23932
23933 2002-01-13 Jason Rumney <jasonr@gnu.org>
23934
23935 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
23936 for mice with more than 3 buttons.
23937
23938 * w32term.c (parse_button): New parameter xbutton. Callers changed.
23939 (w32_read_socket): Handle new "XBUTTON" messages.
23940
23941 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
23942 (syms_of_w32fns): DEFVAR_BOOL it.
23943 (w32_wnd_proc): Handle new "XBUTTON" messages.
23944
23945 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23946
23947 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
23948
23949 2002-01-13 Andreas Schwab <schwab@suse.de>
23950
23951 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
23952
23953 2002-01-12 Andreas Schwab <schwab@suse.de>
23954
23955 * .gdbinit (xbuffer): Remove address operator since data is now a
23956 pointer.
23957
23958 2002-01-11 Richard M. Stallman <rms@gnu.org>
23959
23960 * insdel.c (adjust_after_replace_noundo): New function.
23961
23962 * coding.c (code_convert_region): Don't copy old text if undo disabled.
23963
23964 2002-01-09 Jason Rumney <jasonr@gnu.org>
23965
23966 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
23967 when checking for multiple frames.
23968
23969 2002-01-08 Richard M. Stallman <rms@gnu.org>
23970
23971 * window.c (delete_window): Rewrite the code for changing the
23972 selected window to handle the case where WINDOW is not a leaf.
23973
23974 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
23975
23976 * process.c (send_process): Set src_multibyte to 1 after the call
23977 top setup_coding_system, not before the call.
23978
23979 2002-01-07 Jason Rumney <jasonr@gnu.org>
23980
23981 * xmenu.c (set_frame_menubar, xmenu_show):
23982 (xdialog_show): Initialize wv->help to Qnil.
23983
23984 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
23985 (w32_dialog_show): Initialize wv->help to Qnil.
23986
23987 2002-01-06 Jason Rumney <jasonr@gnu.org>
23988
23989 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
23990
23991 * w32menu.c (w32_menu_display_help): Revert last change.
23992
23993 * xmenu.c (menu_highlight_callback): Revert last change.
23994
23995 2002-01-06 Andreas Schwab <schwab@suse.de>
23996
23997 * insdel.c (make_gap_larger): Make sure buffer size does not
23998 overflow range of int.
23999
24000 2002-01-05 Jason Rumney <jasonr@gnu.org>
24001
24002 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24003 OVERLAPS_P.
24004
24005 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
24006
24007 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
24008 to the left or to the right of the pointer, put it against
24009 the left screen edge.
24010 (x_frame_parms): Add missing braces around initializer.
24011
24012 * w32term.c (x_setup_relief_colors): Don't compute an image's
24013 background color if it doesn't have a Pixmap.
24014 (notice_overwritten_cursor): Don't depend on
24015 output_cursor and updated_area. Compare pixel coordinates with
24016 window's cursor pixel coordinates.
24017 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24018 Call notice_overwritten_cursor with new arg list.
24019 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24020 unconditionally.
24021 (x_draw_image_relief): Use predefined macro instead of
24022 constant when the value of `tool_bar_button_relief' is negative.
24023
24024 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
24025
24026 2002-01-04 Richard M. Stallman <rms@gnu.org>
24027
24028 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
24029
24030 2002-01-03 Richard M. Stallman <rms@gnu.org>
24031
24032 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
24033 (Fkey_binding): Try the `keymap' property map first.
24034 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
24035 minor mode bindings.
24036
24037 2002-01-03 Kim F. Storm <storm@cua.dk>
24038
24039 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
24040
24041 2002-01-02 Richard M. Stallman <rms@gnu.org>
24042
24043 * keyboard.c (read_key_sequence): Handle the keymap property
24044 before minor mode maps.
24045
24046 * editfns.c (Fformat): Update thissize from field_width
24047 based on the actual width, in the string case.
24048
24049 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24050
24051 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
24052 when used as truth value to prevent gcc warnings.
24053
24054 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
24055 * w32proc.c: Include <config.h>.
24056
24057 2002-01-01 Andreas Schwab <schwab@suse.de>
24058
24059 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
24060 not EMACS_INT, to make them compatible with DEFVAR_INT.
24061 * lisp.h (max_specpdl_size): Adjust declaration.
24062
24063 2002-01-01 Richard M. Stallman <rms@gnu.org>
24064
24065 * print.c (print_object): Test print_escape_nonascii only for
24066 unibyte strings.
24067 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
24068 when outputting to a multibyte buffer.
24069
24070 2001-12-29 Richard M. Stallman <rms@gnu.org>
24071
24072 * print.c (print_object): In multibyte string, use hex escapes.
24073 Use octal only for unibyte strings.
24074 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
24075
24076 * lread.c (read_escape): New arg BYTEREP for reporting whether
24077 escape forces unibyte or multibyte.
24078 (read1): When reading a string, take note of that info.
24079
24080 2001-12-29 Ken Raeburn <raeburn@gnu.org>
24081
24082 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
24083 comparison to test lisp value returned by Fget.
24084
24085 2001-12-29 Richard M. Stallman <rms@gnu.org>
24086
24087 * lisp.h (max_specpdl_size): Add declaration.
24088
24089 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
24090
24091 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
24092 Handle modifier bits. Correct typo in error message.
24093
24094 2001-12-28 Richard M. Stallman <rms@gnu.org>
24095
24096 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
24097 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
24098 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24099 Update calls to Fdefine_abbrev.
24100 (write_abbrev): Update for changed data format.
24101 Don't list "system" abbrevs.
24102 (Fexpand_abbrev): Update use count with new data format.
24103 (describe_abbrev): Update for changed data format.
24104 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
24105
24106 * config.in (HAVE_MBSINIT): Add #undef.
24107
24108 * strftime.c (mbsinit): Define as no-op if not available.
24109
24110 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24111 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
24112
24113 * keymap.c (Flookup_key): Error message if key has wrong data type.
24114 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24115 (exclude_key): New variable.
24116
24117 2001-12-28 Gerd Moellmann <gerd@gnu.org>
24118
24119 * xterm.c (x_setup_relief_colors): Don't compute an image's
24120 background color if it doesn't have a Pixmap.
24121
24122 * xterm.c (notice_overwritten_cursor): Don't depend on
24123 output_cursor and updated_area. Compare pixel coordinates with
24124 window's cursor pixel coordinates.
24125 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24126 Call notice_overwritten_cursor with new arg list.
24127 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24128 unconditionally.
24129
24130 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24131 height of the cursor line to the amount to scroll.
24132
24133 2001-12-27 Richard M. Stallman <rms@gnu.org>
24134
24135 * intervals.c (set_point_both): The position after an invisible,
24136 intangible character is not an acceptable stopping point.
24137
24138 2001-12-27 Ken Raeburn <raeburn@gnu.org>
24139
24140 * window.c (enlarge_window): In new preserve_before code, convert
24141 CURBEG from lisp object to integer before doing arithmetic.
24142
24143 2001-12-27 Richard M. Stallman <rms@gnu.org>
24144
24145 * bytecode.c (Fbyte_code): Undo previous change.
24146
24147 2001-12-26 Kim F. Storm <storm@cua.dk>
24148
24149 * keyboard.c (record_char): Ignore duplicate help-echo events only
24150 separated by mouse-movement. When tracking mouse, only record
24151 first and last mouse-movement event in same window.
24152 Don't record mouse-movement events in keyboard macros.
24153
24154 2001-12-25 Richard M. Stallman <rms@gnu.org>
24155
24156 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24157 (Fenlarge_window): New arg PRESERVE_BEFORE.
24158
24159 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24160 instead of Fstring_as_unibyte.
24161
24162 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24163
24164 The following changes remove mocklisp support:
24165
24166 * mocklisp.h, mocklisp.c: Files removed.
24167
24168 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24169 `Qmocklisp' and `Qmocklisp_arguments'.
24170 Remove prototype of syms_of_mocklisp.
24171
24172 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
24173
24174 * callint.c: Do not include mocklisp.h.
24175 (Fcall_interactively): Do not test for mocklisp case.
24176
24177 * eval.c: Remove variables `Qmocklisp_arguments',
24178 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24179 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24180 Do not test for mocklisp case.
24181 (Fwhile): Remove unused variable `tem'.
24182 (syms_of_eval): Remove variable `moclisp-arguments'.
24183
24184 * data.c (wrong_type_argument): Remove mocklisp case.
24185
24186 * doc.c (Fdocumentation): Remove mocklisp case.
24187
24188 * emacs.c (main): Do not call syms_of_mocklisp.
24189
24190 2001-12-21 Richard M. Stallman <rms@gnu.org>
24191
24192 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24193 to the left or to the right of the pointer, put it against
24194 the left screen edge.
24195
24196 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
24197
24198 * Makefile.in (distclean): Remove .gdbinit if we are building
24199 outside the source tree.
24200
24201 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
24202
24203 * w32.c (emacs_root_dir): New function.
24204
24205 * msdos.c (emacs_root_dir): New function.
24206
24207 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24208 of the current drive as the fallback for default_directory.
24209
24210 * dired.c (file_name_completion): Run the elements of
24211 completion-ignored-extensions through ENCODE_FILE.
24212
24213 * lisp.h (scmp): Remove prototype, since it's now a static
24214 function private to dired.c.
24215
24216 2001-12-18 Richard M. Stallman <rms@gnu.org>
24217
24218 * dired.c (scmp): Function moved from minibuf.c.
24219 Delete multibyte handling--used only on encoded strings.
24220
24221 * minibuf.c (scmp): Function moved to dired.c.
24222
24223 * fns.c (merge): Add QUIT call.
24224
24225 2001-12-18 Dave Love <fx@gnu.org>
24226
24227 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24228 language/georgian.el.
24229
24230 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
24231
24232 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24233 lisp/Makefile.in:DONTCOMPILE.
24234
24235 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24236
24237 * xdisp.c (window_box_height): Do not return negative values.
24238 From Gerd Moellmann <gerd@gnu.org>.
24239
24240 * keyboard.c (head_table): Add missing braces around initializer.
24241
24242 * term.c (keys): Likewise.
24243
24244 * xfns.c (x_frame_parms, visual_classes): Likewise.
24245
24246 2001-12-17 Sam Steingold <sds@gnu.org>
24247
24248 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24249 patch (COMPOSING_P, not COMPOSING).
24250
24251 2001-12-17 Richard M. Stallman <rms@gnu.org>
24252
24253 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
24254
24255 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24256 before calling decode_coding.
24257
24258 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
24259
24260 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24261 instead of only for COMPOSITION_DISABLED.
24262
24263 2001-12-16 Richard M. Stallman <rms@gnu.org>
24264
24265 * alloc.c (pure_alloc): After overflow, allocate just a small block.
24266
24267 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
24268
24269 * buffer.h (struct buffer): New field `display_error_modiff'.
24270 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
24271
24272 * window.c (Frecenter): Clear display_error_modiff field.
24273
24274 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24275 Call redisplay_window, but not if display_error_modiff field says no.
24276 (redisplay_window_error): New function.
24277 (displayed_buffer): New variable.
24278 (redisplay_internal, redisplay_windows): Call the new functions
24279 instead of redisplay_window directly.
24280
24281 2001-12-15 Richard M. Stallman <rms@gnu.org>
24282
24283 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
24284
24285 2001-12-14 Andrew Innes <andrewi@gnu.org>
24286
24287 * makefile.w32-in (EMACSLOADPATH): Define.
24288 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
24289 (bootstrap-temacs): Remove dependency on bootstrap-clean.
24290
24291 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
24292
24293 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24294 parameter have a numeric value all the time.
24295
24296 * w32fns.c (x_report_frame_params): Likewise.
24297
24298 2001-12-12 Richard M. Stallman <rms@gnu.org>
24299
24300 * fileio.c (Fwrite_region): Doc fix.
24301
24302 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24303 (redisplay_internal): Call clear_image_cache only for window terminals.
24304
24305 2001-12-12 Gerd Moellmann <gerd@gnu.org>
24306
24307 * xdisp.c (move_it_vertically_backward): Change heuristic
24308 for the case that we didn't move far enough initially.
24309
24310 * window.c (Frecenter): Simplify computation in the case of window
24311 system frames and ARG < 0; use window_box_height.
24312
24313 2001-12-11 Richard M. Stallman <rms@gnu.org>
24314
24315 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24316 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
24317
24318 2001-12-11 Andrew Innes <andrewi@gnu.org>
24319
24320 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24321 arg is negative.
24322
24323 2001-12-11 Richard M. Stallman <rms@gnu.org>
24324
24325 * m/hp800.h: Split the __hpux conditional into the parts
24326 that are right for GNU/Linux too and the parts that are not.
24327 Use the former if GNU_LINUX.
24328 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
24329
24330 * s/gnu-linux.h (GNU_LINUX): Defined.
24331
24332 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24333
24334 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24335 `new style' [w/`doc:' keyword].
24336
24337 2001-12-10 Jason Rumney <jasonr@gnu.org>
24338
24339 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24340 before using.
24341
24342 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24343
24344 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24345 keyword].
24346
24347 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
24348
24349 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
24350
24351 * s/hpux10.h (srand48): Don't undefine.
24352
24353 2001-12-09 Jason Rumney <jasonr@gnu.org>
24354
24355 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
24356 Add comment to explain where the struct came from.
24357 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24358 (add_menu_item): Process pop-up menus first to avoid memory leak.
24359 (add_menu_item, w32_menu_display_help): Use `help' field as
24360 Lisp_Object.
24361 (w32_free_submenu_strings): Only free owner-drawn strings.
24362
24363 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24364
24365 * COPYING: Moved back.
24366
24367 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24368 Add parentheses around && within ||.
24369
24370 * indent.c (compute_motion): Likewise.
24371
24372 * intervals.c (merge_properties_sticky): Likewise.
24373
24374 * coding.c (setup_coding_system, shrink_encoding_region)
24375 (Fdecode_sjis_char): Likewise.
24376
24377 2001-12-07 Andreas Schwab <schwab@suse.de>
24378
24379 * xdisp.c (display_mode_element): Don't read past end of string if
24380 it ends with '%'.
24381
24382 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24383 can hold.
24384
24385 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24386 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24387 type changed to Lisp_Object.
24388 (syms_of_data): DEFVAR_LISP them.
24389
24390 2001-12-07 Richard M. Stallman <rms@gnu.org>
24391
24392 * callproc.c (init_callproc): Set Vdata_directory based on the source
24393 location whenever Emacs was run uninstalled.
24394
24395 2001-12-06 Paul Eggert <eggert@twinsun.com>
24396
24397 * config.in (HAVE_WORKING_VFORK): New #undefs.
24398 * process.c (create_process):
24399 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24400 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
24401 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
24402 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
24403 * m/intel386.h (HAVE_VFORK): Likewise.
24404 * m/mips-siemens.h (HAVE_VFORK): Likewise.
24405 * m/mips.h (HAVE_VFORK): Likewise.
24406 * s/freebsd.h (vfork): Remove #define.
24407 * s/lynxos.h (HAVE_VFORK): Remove #undef.
24408 * s/usg5-4-2.h: Fix comment about vfork.
24409
24410 2001-12-06 Richard M. Stallman <rms@gnu.org>
24411
24412 * s/hpux10.h (random): Add undef.
24413 (HAVE_RANDOM): Define it just once.
24414
24415 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
24416
24417 * eval.c: Undo last change: the standard syntax is not wanted.
24418
24419 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
24420
24421 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
24422 scroll bars of the frame before deleting the frame itself. If the
24423 frame has a widget, delete the frame with XtDestroyWidget, and do
24424 not call XDestroyWindow before that.
24425
24426 2001-12-06 Kim F. Storm <storm@cua.dk>
24427
24428 * xfns.c (x_report_frame_params): Return actual fringe widths.
24429
24430 * w32fns.c (x_report_frame_params): Return actual fringe widths.
24431
24432 2001-12-05 Andrew Innes <andrewi@gnu.org>
24433
24434 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
24435 excessively large.
24436
24437 * insdel.c (make_gap_larger): New function.
24438 (make_gap_smaller): New function.
24439 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
24440 Call make_gap_smaller if arg is negative.
24441
24442 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
24443
24444 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
24445 Pass a dummy argument when calling interrupt_signal.
24446 (parse_menu_item): Mark disabled items before checking for empty def.
24447 (read_char_minibuf_menu_prompt): Make safety more visible.
24448 (read_key_sequence): Add a `first_unbound' variable.
24449 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
24450 unbound prefix as soon as we can detect it.
24451
24452 * doc.c (Fsnarf_documentation): Add prototype.
24453 (get_doc_string): Handle negative arguments.
24454 (Fdocumentation): Use AREF and ASIZE.
24455 Move the calls to get_doc_string to a single place.
24456 Don't confuse an interactive-spec for a docstring reference.
24457 (Fdocumentation_property): Take advantage of the fact that
24458 get_doc_string now ignores the sign of the docstring position.
24459
24460 * eval.c: Use standard syntax for usage in docstrings.
24461
24462 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24463
24464 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
24465
24466 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24467
24468 * xterm.c (x_draw_image_relief): Use predefined macro instead of
24469 constant when the value of `tool_bar_button_relief' is negative.
24470
24471 2001-12-02 Richard M. Stallman <rms@gnu.org>
24472
24473 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
24474 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
24475
24476 * fileio.c (read_non_regular): Delete Fsignal call.
24477
24478 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
24479
24480 * lisp.h (run_hook_list_with_args): Undo last change.
24481
24482 2001-12-01 Gerd Moellmann <gerd@gnu.org>
24483
24484 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
24485
24486 2001-12-01 Jason Rumney <jasonr@gnu.org>
24487
24488 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
24489
24490 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
24491 [!WM_MOUSELEAVE]: Define.
24492
24493 * w32menu.c (current_popup_menu, get_menu_item_info):
24494 (set_menu_item_info): New vars.
24495 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
24496 (w32_menu_show): Set current_popup_menu.
24497 (add_menu_item): Allocate new strings for owner-drawn menu items
24498 and help strings.
24499 Use owner-draw for disabled menu items again.
24500 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
24501 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
24502
24503 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
24504 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
24505 <WM_EXITMENULOOP>: Free menu strings.
24506 <WM_MOUSELEAVE>: Stop tracking mouse.
24507 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
24508
24509 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
24510 and mouse face.
24511
24512 2001-12-01 Kim F. Storm <storm@cua.dk>
24513
24514 The following changes add left-fringe and right-fringe
24515 frame parameters to adjust fringe widths, or remove one or
24516 both fringes.
24517
24518 * frame.h (struct frame): Remove trunc_area_pixel_width and
24519 trunc_area_cols fields.
24520 (Qleft_fringe, Qright_fringe): Declare.
24521 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
24522
24523 * frame.c (Qleft_fringe, Qright_fringe): New vars.
24524 (syms_of_frame): Initialize them.
24525
24526 * window.c (coordinates_in_window): Handle separate left and right
24527 fringe widths.
24528
24529 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
24530 and fringe_cols fields.
24531 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
24532 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
24533 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
24534 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
24535 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
24536 (x_compute_fringe_widths): Add prototype.
24537
24538 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
24539 fill fringe evenly with small dashes.
24540 (x_draw_fringe_bitmap): Clear background if necessary. Align and
24541 clip the new ZV bitmap to avoid jitter between rows.
24542 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
24543 background. Don't draw fringe bitmaps if fringe width is zero.
24544 (x_compute_fringe_widths): New function.
24545 (x_new_font, x_set_window_size_1): Use it.
24546
24547 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
24548 (x_set_frame_parameters): Process `font' parameter before other
24549 parameters as fringe widths depend on it.
24550 (x_set_fringe_width): New function.
24551 (x_figure_window_size): Use x_compute_fringe_widths.
24552 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
24553 parameters.
24554
24555 * widget.c (set_frame_size): Use x_compute_fringe_widths.
24556 (EmacsFrameSetCharSize): Ditto.
24557
24558 * w32term.h: Merged changes from xterm.h.
24559 * w32term.c: Merged changes from xterm.c.
24560 * w32fns.c: Merged changes from xfns.c.
24561
24562 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24563
24564 * COPYING: Removed.
24565
24566 2001-11-29 Dave Love <fx@gnu.org>
24567
24568 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
24569 extra extra slot.
24570 (detect_coding_mask): Fix call of detect_coding_iso2022.
24571
24572 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24573
24574 * fileio.c (file-name-coding-system)
24575 (default-file-name-coding-system): Doc fix (links to referenced
24576 variables added).
24577
24578 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24579
24580 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
24581 Add dummy uses of gcproN variables.
24582
24583 * category.c (describe_category, describe_category_1)
24584 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
24585 (syms_of_category): Don't defsubr Sdescribe_categories.
24586
24587 2001-11-28 Richard M. Stallman <rms@gnu.org>
24588
24589 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
24590
24591 * Makefile.in (lispdir): New variable, referring to build dir.
24592 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
24593
24594 2001-11-28 Andrew Innes <andrewi@gnu.org>
24595
24596 * w32menu.c (w32_menu_display_help): Actually add the new argument
24597 OWNER.
24598
24599 2001-11-28 Jason Rumney <jasonr@gnu.org>
24600
24601 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
24602 menu items. From David Ponce <dponce@wanadoo.fr>.
24603 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
24604 conditionally.
24605 (w32_menu_display_help): New argument OWNER. Rewritten to store a
24606 help event in the owner frame's keyboard buffer.
24607
24608 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
24609 (Fx_show_tip): Don't subtract last width from row width.
24610
24611 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
24612 (w32_read_socket): Use EQ to compare frames.
24613
24614 2001-11-28 Gerd Moellmann <gerd@gnu.org>
24615
24616 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24617 OVERLAPS_P.
24618
24619 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24620
24621 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
24622 `gcpro3' and `gcpro4'.
24623
24624 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
24625
24626 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24627
24628 * ccl.c: Use AREF and ASIZE.
24629
24630 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
24631
24632 * lisp.h (run_hook_list_with_args): Remove.
24633 (LIST_END_P): Fix call to wrong_type_argument.
24634 (make_fixnum_or_float): Use EMACS_INT rather than int.
24635
24636 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
24637
24638 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
24639 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
24640
24641 * eval.c: Use AREF and ASIZE.
24642 (Ffetch_bytecode): Add the file name to the error message.
24643
24644 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
24645 which match the end of the file-name.
24646 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
24647 is not a valid env var, but leave it as is instead.
24648
24649 * keymap.c (access_keymap): Handle t bindings like nil bindings.
24650 Make nil bindings in char-tables transparent.
24651 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
24652
24653 2001-11-26 Richard M. Stallman <rms@gnu.org>
24654
24655 * textprop.c (set_text_properties_1): Allow START, END in either order.
24656 Do nothing if range is empty.
24657
24658 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
24659
24660 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
24661 (clean): Not here.
24662
24663 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24664
24665 * textprop.c (set_text_properties_1): Clearly mark that the
24666 interval should not be empty.
24667
24668 * intervals.c (graft_intervals_into_buffer):
24669 Don't call set_text_properties_1 on an empty interval.
24670
24671 2001-11-25 Richard M. Stallman <rms@gnu.org>
24672
24673 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
24674
24675 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
24676 don't lose the data in it.
24677
24678 2001-11-25 Juanma Barranquero <lektu@terra.es>
24679
24680 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
24681
24682 * buffer.c (Fkill_buffer): Likewise.
24683
24684 * print.c (temp_output_buffer_setup): Likewise.
24685
24686 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24687
24688 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
24689
24690 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
24691
24692 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
24693 Niemitalo <kon@iki.fi>.
24694
24695 2001-11-25 Jason Rumney <jasonr@gnu.org>
24696
24697 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
24698
24699 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
24700 (Fx_show_tip): Block input during frame creation.
24701 (Fx_show_tip, Fx_hide_tip): Enable.
24702
24703 2001-11-24 Richard M. Stallman <rms@gnu.org>
24704
24705 * lread.c (Fload): Detect recursive load error for more than 3
24706 nestings of the same file.
24707 (Vrecursive_load_depth_limit): Variable deleted.
24708 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
24709
24710 2001-11-24 Jason Rumney <jasonr@gnu.org>
24711
24712 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
24713 mouse position if either left or top is not specified.
24714
24715 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
24716 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
24717 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
24718 (my_create_tip_window): Assign tip_window.
24719 (x_create_tip_frame): Use same defaults as X.
24720 (compute_tip_xy): Remove unused variable. Use full screen width.
24721 (Fx_show_tip): Do not double height. Call ShowWindow directly.
24722
24723 * w32term.c (x_after_update_window_line): Doc fix.
24724 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
24725 frames.
24726 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
24727
24728 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
24729 for all Windowed systems.
24730
24731 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
24732
24733 * msdos.c (IT_clear_screen): If the frame's faces are not yet
24734 realized, use the initial screen colors to clear the screen.
24735
24736 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24737
24738 * textprop.c (Fset_text_properties): Remove unused variables
24739 `unchanged', `prev_changed', `s' and `len'.
24740
24741 * search.c (Freplace_match): Remove unused variable `inslen'.
24742
24743 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
24744
24745 2001-11-22 Jason Rumney <jasonr@gnu.org>
24746
24747 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
24748 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
24749 (my_create_tip_window): New function.
24750 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
24751 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
24752
24753 2001-11-20 Jason Rumney <jasonr@gnu.org>
24754
24755 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
24756 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
24757
24758 * w32fns.c (Vw32_system_coding_system): Remove.
24759 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
24760
24761 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
24762
24763 * fileio.c (Fwrite_region): Move choose_write_coding_system to
24764 after build_annotations.
24765
24766 * syntax.c (describe_syntax): Add dummy arg.
24767 (describe_syntax_1): Update call to describe_vector.
24768
24769 * category.c (describe_category): Add dummy arg.
24770 (describe_category_1): Update call to describe_vector.
24771
24772 * keymap.c (Fdescribe_vector): Add `describer' parameter.
24773 (describe_command, describe_translation): Add dummy second param.
24774 (describe_map): Call elt_describer with two arguments.
24775 (describe_vector_princ): Add `fun' parameter.
24776 Call it instead of the hardcoded `princ'.
24777 (describe_vector): Add arg `args'.
24778 Pass it as a new second argument to elt_describer.
24779
24780 * keymap.h (describe_vector): Update prototype.
24781
24782 * frame.c: Don't include keymap.h any more.
24783 (keys_of_frame): Remove.
24784
24785 * lisp.h (keys_of_frame): Remove declaration.
24786
24787 * emacs.c (main): Don't call `keys_of_frame' any more.
24788
24789 2001-11-14 Andreas Schwab <schwab@suse.de>
24790
24791 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
24792 if defined, 0 otherwise.
24793 (MAP_FAILED): Define if not defined and use it to test mmap failure.
24794 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
24795
24796 2001-11-19 Richard M. Stallman <rms@gnu.org>
24797
24798 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
24799
24800 2001-11-18 Jason Rumney <jasonr@gnu.org>
24801
24802 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
24803 (x_draw_bar_cursor): If the background color of the glyph under
24804 the cursor equals the frame's cursor color, use the glyph's
24805 foreground color for drawing the bar cursor.
24806 (x_after_update_window_line): Clear internal border in different
24807 circumstances.
24808 (w32_set_vertical_scroll_bar): Check for width and height > 0.
24809 (w32_draw_relief_rect): Correct relief by 1 pixel.
24810 (x_set_glyph_string_background_width):
24811 Set extends_to_end_of_line_p if the row's fill_line_p is set and
24812 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
24813 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
24814 if cursor_in_non_selected_windows is false.
24815 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
24816 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
24817 Notice if cursor gets overwritten.
24818 (notice_overwritten_cursor): Renamed from
24819 note_overwritten_text_cursor. Rewritten to take glyph widths
24820 into account, and to take X positions as parameters.
24821 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
24822 around call to x_draw_glyphs.
24823 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
24824 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
24825 color to use for image glyph reliefs.
24826 (x_draw_image_relief): Accept zero tool_bar_button_relief.
24827 (glyph_rect): Remove unused variable `area'.
24828
24829 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
24830 some items.
24831 (x_set_internal_border_width): Set frame garbaged when window
24832 doesn't exist yet.
24833 (Fx_create_frame): Accept zero tool_bar_button_relief.
24834 (x_clear_image_1, four_corners_best, image_background)
24835 (image_background_transparent): New functions.
24836 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
24837 (gs_format): Add `:background' entry.
24838 (lookup_image): Set IMG's background color if specified.
24839 (pbm_load, xbm_load_image, png_load): Set IMG's background field
24840 when appropriate.
24841 (x_clear_image_1): Reset `background_valid' and
24842 `background_transparent_valid' fields.
24843 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
24844 calculating it here. Set IMG's background_transparent field.
24845 (enum xpm_keyword_index): Add XPM_BACKGROUND.
24846 (enum png_keyword_index): Add PNG_BACKGROUND.
24847 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
24848 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
24849 (enum gif_keyword_index): Add GIF_BACKGROUND.
24850 (enum gs_keyword_index): Add GS_BACKGROUND.
24851 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
24852 Pre-calculate image background color where necessary.
24853 (x_create_x_image_and_pixmap, xbm_load, gs_load):
24854 Use display info's n_cbits entry for screen depth.
24855 (Fx_show_tip): Remove unused variables `buffer', `top',
24856 `left', `max_width' and `max_height'.
24857
24858 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
24859
24860 2001-11-18 Gerd Moellmann <gerd@gnu.org>
24861
24862 * puresize.h (BASE_PURESIZE): Increase to 750000.
24863
24864 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24865
24866 * frame.c (Fframe_live_p): Doc fix.
24867
24868 2001-11-18 Richard M. Stallman <rms@gnu.org>
24869
24870 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
24871 (message_dolog_marker3): New static variables hold three markers.
24872 (syms_of_xdisp): Initialize and staticpro them.
24873 (message_dolog): Use message_dolog_marker1..3 instead of
24874 allocating markers each time. Unchain them when done.
24875
24876 2001-11-17 Richard M. Stallman <rms@gnu.org>
24877
24878 * doc.c (Fsnarf_documentation): Doc fix.
24879
24880 2001-11-17 Andreas Schwab <schwab@suse.de>
24881
24882 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
24883
24884 2001-11-17 Richard M. Stallman <rms@gnu.org>
24885
24886 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
24887
24888 2001-11-17 Jason Rumney <jasonr@gnu.org>
24889
24890 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
24891
24892 2001-11-17 Gerd Moellmann <gerd@gnu.org>
24893
24894 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
24895 with invalid position.
24896
24897 2001-11-16 Richard M. Stallman <rms@gnu.org>
24898
24899 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
24900
24901 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
24902 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
24903 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
24904
24905 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
24906
24907 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24908
24909 * fileio.c (build_annotations): Split off the tail.
24910 (build_annotations_2): New fun. Extracted from build_annotations.
24911 (Fwrite_region): Split the call to build_annotations into two
24912 calls to build_annotations and build_annotations_2.
24913
24914 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24915
24916 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
24917 clear_waiting_for_input with argument.
24918
24919 * xterm.h (x_update_cursor): Remove duplicated prototype.
24920
24921 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
24922
24923 * xterm.c (waiting_for_input): Remove unnecessary declaration.
24924
24925 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
24926
24927 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24928
24929 * fileio.c (choose_write_coding_system): New fun, extracted
24930 from Fwrite_region.
24931 (Fwrite_region): Use it.
24932
24933 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
24934 (funcall_lambda, run_hook_with_args): Make static and add prototype.
24935 (ml_apply, find_handler_clause): Add prototype.
24936
24937 2001-11-16 Eli Zaretskii <eliz@gnu.org>
24938
24939 * config.in: Add #undef HAVE_COFF_H.
24940
24941 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
24942 Required for ISC 4.1.
24943
24944 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
24945
24946 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
24947 Andrew Wiseman <a.wiseman@btclick.com>.
24948
24949 2001-11-16 Kim F. Storm <storm@cua.dk>
24950
24951 The following changes are made to clean up the various internal
24952 references to the fringes to actually use the term `fringe' for
24953 them. Previously, they were called `flags areas', `bitmap areas',
24954 `left/right side of windows', or implicitly as `flags' or
24955 `bitmaps':
24956
24957 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
24958 Comments fixed. Use renamed symbols.
24959
24960 * dispnew.c: Comment fix. Use renamed symbols.
24961
24962 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
24963 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
24964 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
24965
24966 * msdos.c: Comment fix.
24967
24968 * w32fns.c: Use renamed symbols.
24969
24970 * w32term.c: Comment fixes. Use renamed symbols.
24971 (fringe_bitmap_type): Renamed from bitmap_type.
24972 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24973 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
24974 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24975
24976 * w32term.h: Comment fixes. Use renamed symbols.
24977 (fringes_extra): Renamed from flags_areas_extra.
24978 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24979 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24980 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24981 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24982 (FRAME_X_LEFT_FRINGE_WIDTH):
24983 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24984 (FRAME_X_RIGHT_FRINGE_WIDTH):
24985 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24986
24987 * widget.c: Use renamed symbols.
24988
24989 * window.c: Comment fixes. Use renamed symbols.
24990 (coordinates-in-window-p): Doc fix.
24991
24992 * xdisp.c: Comment fixes. Use renamed symbols.
24993
24994 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
24995
24996 * xfns.c: Use renamed symbols.
24997
24998 * xterm.c: Comment fixes. Use renamed symbols.
24999 (fringe_bitmap_type): Renamed from bitmap_type.
25000 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25001 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
25002 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
25003
25004 * xterm.h: Comment fixes. Use renamed symbols.
25005 (fringes_extra): Renamed from flags_areas_extra.
25006 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25007 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25008 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25009 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25010 (FRAME_X_LEFT_FRINGE_WIDTH):
25011 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25012 (FRAME_X_RIGHT_FRINGE_WIDTH):
25013 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25014
25015 2001-11-15 Jason Rumney <jasonr@gnu.org>
25016
25017 * w32menu.c (add-menu-item): Make help_echo and radio buttons
25018 work for most menu items. From David Ponce
25019 <david.ponce@wanadoo.fr>.
25020
25021 2001-11-15 Gerd Moellmann <gerd@gnu.org>
25022
25023 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
25024 Some x_set_* function expect to be called even if old and new
25025 value are equal.
25026
25027 * xdisp.c (build_desired_tool_bar_string): Accept zero
25028 tool_bar_button_relief.
25029
25030 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
25031
25032 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
25033
25034 * xterm.c (x_draw_bar_cursor): If the background color of the
25035 glyph under the cursor equals the frame's cursor color, use
25036 the glyph's foreground color for drawing the bar cursor.
25037
25038 * dispnew.c (direct_output_forward_char): Fix character/byte
25039 position comparison.
25040
25041 2001-11-15 Miles Bader <miles@gnu.org>
25042
25043 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
25044 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
25045 Update arguments to find_field.
25046 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
25047 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
25048 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
25049 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
25050
25051 2001-11-14 Richard M. Stallman <rms@gnu.org>
25052
25053 * editfns.c (Fpropertize): Allow call with 1 arg.
25054
25055 * dispextern.h (image_background, image_background_transparent):
25056 Conditionalize on HAVE_X_WINDOWS.
25057
25058 2001-11-13 Richard M. Stallman <rms@gnu.org>
25059
25060 * print.c (Fprin1_to_string): Doc fix.
25061
25062 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
25063
25064 * floatfns.c (Fceiling, Ffloor): Doc fixes.
25065
25066 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
25067
25068 * fileio.c (Ffile_accessible_directory_p): Doc fix.
25069
25070 * eval.c (syms_of_eval): Doc fix.
25071
25072 * coding.c (syms_of_coding): Doc fix.
25073
25074 * doc.c (Fsnarf_documentation): Doc fix.
25075
25076 * dispnew.c (syms_of_display): Doc fix.
25077
25078 * category.c (Fget_unused_category): Doc fix.
25079
25080 * buffer.c (syms_of_buffer): Doc fixes.
25081
25082 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
25083
25084 * print.c (prin1, print): Doc fix.
25085
25086 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25087
25088 * fontset.h: Remove declarations of variables
25089 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
25090
25091 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
25092 `Vclip_large_size_font'.
25093
25094 2001-11-13 Jason Rumney <jasonr@gnu.org>
25095
25096 * w32fns.c: Doc fix.
25097
25098 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25099
25100 * xfaces.c (Fface_attributes_as_vector): Doc fix.
25101
25102 * fns.c: Doc fix.
25103
25104 * emacs.c: Doc fix.
25105
25106 * coding.c: Doc fix.
25107
25108 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25109 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25110 `new style' [w/`doc:' keyword].
25111
25112 2001-11-12 Richard M. Stallman <rms@gnu.org>
25113
25114 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25115 LeaveNotify events. Only FocusIn and FocusOut do that now.
25116 (x_display_and_set_cursor): Do display hollow cursors in active
25117 minibuffer windows when they are not selected.
25118
25119 2001-11-12 Jason Rumney <jasonr@gnu.org>
25120
25121 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
25122 * w32term.c: Change doc-string comments to `new style'
25123 [w/`doc:' keyword]. Doc fixes.
25124
25125 * w32fns.c: Don't define max.
25126 (Fx_open_connection): Only execute once.
25127
25128 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25129
25130 * ccl.c: Change macros to use do-while block instead of if-else.
25131 Use braces to follow GNU Coding Standards.
25132
25133 2001-11-11 Richard M. Stallman <rms@gnu.org>
25134
25135 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
25136
25137 * lread.c (read_escape): Use end_of_file_error for reporting eof.
25138
25139 * insdel.c (replace_range): Use adjust_markers_for_replace
25140 instead of adjust_markers_for_delete and adjust_markers_for_insert.
25141
25142 * intervals.h (set_text_properties, set_text_properties_1): Declare.
25143
25144 * textprop.c (set_text_properties_1): New subroutine
25145 broken out of set_text_properties.
25146 (set_text_properties): Use set_text_properties_1.
25147
25148 * intervals.c (graft_intervals_into_buffer):
25149 Use set_text_properties_1 to clear out properties.
25150
25151 * search.c (Freplace_match): Use replace_range to insert
25152 and delete. Don't request property inheritance from
25153 surrounding text.
25154
25155 2001-11-10 Jason Rumney <jasonr@gnu.org>
25156
25157 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
25158 vertical fonts. Allow them if face name is explicitly specified.
25159 Do not give up if we find a font that cannot be converted to an xlfd.
25160
25161 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25162
25163 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25164 instead of malloc/free.
25165
25166 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25167
25168 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25169 Coding Standards.
25170 (Finternal_set_lisp_face_attribute): Likewise.
25171
25172 * buffer.c (Fbury_buffer): Likewise.
25173
25174 * indent.c (current_column_1): Remove unused variable `prev_col'.
25175
25176 * coding.c (encode_coding): Use precomputed value of `src'.
25177 (encode_coding): Remove unused variable `src_end'.
25178 (code_convert_region): Remove unused variables `count'.
25179
25180 2001-11-07 Jason Rumney <jasonr@gnu.org>
25181
25182 * w32term.c (x_display_and_set_cursor): Do not move system caret
25183 if cursor_glyph is NULL.
25184
25185 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25186
25187 * keymap.c (access_keymap): Fix compilation error.
25188
25189 2001-11-07 Miles Bader <miles@gnu.org>
25190
25191 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
25192
25193 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25194
25195 * intervals.c (graft_intervals_into_buffer):
25196 Remove #ifdef'd-out code.
25197 (graft_intervals_into_buffer): Remove unused variable `middle'.
25198
25199 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25200 code (eval-current-buffer).
25201 Change doc-string comments to `new style' [w/`doc:' keyword].
25202
25203 2001-11-06 Richard M. Stallman <rms@gnu.org>
25204
25205 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
25206
25207 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
25208
25209 * lread.c (read1): Fix behavior with nested backquoting.
25210
25211 * keyboard.c (make_lispy_event): Check integerness and fix
25212 Lisp_Object/int mixup.
25213
25214 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25215
25216 * fns.c (copy_hash_table): Remove unused variable `v'.
25217
25218 * fontset.c (fontset_font_pattern): Remove unused variable
25219 `family_registry'.
25220
25221 * indent.c (current_column_1): Remove unused variable `prev_col'.
25222
25223 2001-11-05 Richard M. Stallman <rms@gnu.org>
25224
25225 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
25226
25227 * buffer.c (Fkill_buffer): Don't delete auto save file
25228 if buffer is modified.
25229
25230 2001-11-05 Andrew Innes <andrewi@gnu.org>
25231
25232 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25233 CHECK_NUMBER_CDR.
25234
25235 2001-11-05 Richard M. Stallman <rms@gnu.org>
25236
25237 * unexelf.c (unexec): Minor changes; clean up comments.
25238
25239 2001-11-05 Sam Steingold <sds@gnu.org>
25240
25241 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
25242
25243 2001-11-05 Andreas Schwab <schwab@suse.de>
25244
25245 * sound.c (sound_perror): Save errno from being clobbered.
25246
25247 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
25248
25249 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25250 the program image directly.
25251
25252 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25253
25254 * buffer.h (Fbuffer_local_value): Add prototype.
25255
25256 2001-11-04 Richard M. Stallman <rms@gnu.org>
25257
25258 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25259 and CHECK_BUFFER.
25260
25261 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25262 (record_char): Likewise.
25263
25264 * keyboard.c (make_lispy_event): Don't insist a drag event must
25265 move to a different buffer position. Instead, check for moving at
25266 least double_click_fuzz.
25267
25268 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
25269
25270 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
25271
25272 * indent.c (current_column_1, Fmove_to_column): Separate the code
25273 for display-table glyphs from the code for buffer text, to fix
25274 bugs in the former.
25275
25276 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
25277
25278 * buffer.c (Fbuffer_local_value): New function.
25279 (syms_of_buffer): Defsubr it.
25280
25281 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25282 value of `cursor-in-non-selected-windows'.
25283
25284 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25285 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25286 (syms_of_xdisp): Initialize it.
25287
25288 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25289
25290 * xfns.c (Fx_create_frame): Doc fix.
25291
25292 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25293 keyword].
25294
25295 * eval.c (top_level_value, top_level_set): Remove commented and
25296 #ifdef'd-out code.
25297 (Fdefvar): Fix usage in doc-string.
25298
25299 2001-11-03 Richard M. Stallman <rms@gnu.org>
25300
25301 * xfns.c: Include unistd.h, if it exists.
25302
25303 * editfns.c: Move the include of ctype.h after unistd.h.
25304
25305 * gmalloc.c: Test BROKEN_PROTOTYPES.
25306
25307 2001-11-03 Ken Raeburn <raeburn@gnu.org>
25308
25309 * lisp.h (CHECK_STRING_CAR): New macro.
25310 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25311 treating XCAR and XCDR as lvalues.
25312 (openp): Use CHECK_STRING_CAR.
25313 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
25314
25315 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
25316
25317 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25318 (SIGMASKTYPE): Define.
25319
25320 * syssignal.h (sigunblock): Don't define if already defined.
25321
25322 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25323
25324 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25325 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25326 Fix typos in comments.
25327
25328 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25329 and #ifdef'd-out code.
25330 Fix and reindent comments.
25331
25332 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
25333
25334 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25335 argument `i' in macros.
25336
25337 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25338 `i' in macros.
25339
25340 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25341 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25342 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25343 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25344 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25345 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25346 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25347 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25348 in macros.
25349
25350 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25351 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25352 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25353 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25354 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25355 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25356 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25357 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25358 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25359 (remove unused second argument).
25360
25361 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
25362
25363 * syntax.c (describe_syntax): New wrapper.
25364 (Finternal_describe_syntax_value): Rename from describe_syntax.
25365 Don't insert space at front and \n at the end.
25366 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
25367
25368 * regex.c (re_wctype): Try to fix some warnings.
25369 (regcomp, regexec): Don't forget the __restrict.
25370
25371 2001-11-02 Richard M. Stallman <rms@gnu.org>
25372
25373 * textprop.c (Fget_char_property): Doc fix.
25374
25375 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25376
25377 * process.c (Fstart_process): Add usage to doc-string.
25378
25379 * data.c (Fsetq_default): Ditto.
25380
25381 * callint.c (Finteractive): Ditto.
25382
25383 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
25384
25385 * macros.c: Don't include keymap.h any more.
25386
25387 2001-11-01 Richard M. Stallman <rms@gnu.org>
25388
25389 * data.c (Fmake_local_variable): Doc fix.
25390
25391 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25392 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
25393
25394 * keymap.c (Fdescribe_buffer_bindings): Print character property
25395 bindings along with or instead of the buffer local map.
25396 Make the overriding maps override what they should.
25397
25398 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25399
25400 * window.c (grow_mini_window): Fix typo in comment.
25401
25402 2001-11-01 Gerd Moellmann <gerd@gnu.org>
25403
25404 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
25405 (XTset_vertical_scroll_bar): Likewise.
25406
25407 * xfns.c (x_build_heuristic_mask): Use four_corners_best
25408 instead of IMAGE_BACKGROUND.
25409
25410 * xfns.c (four_corners_best): Reindent.
25411
25412 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
25413 Handle :box so that it is possible to specify sexprs.
25414
25415 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
25416
25417 * s/hpux11.h: New file.
25418
25419 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25420
25421 * emacs.c (USAGE1): Show command line option --no-window-system
25422 instead of --no-windows in usage.
25423 (standard_args): Rename --no-windows to --no-window-system.
25424 (bug_reporting_address): Follow Emacs coding conventions.
25425
25426 * eval.c (Fcommandp): Doc fix.
25427 Change doc-string comments to `new style' [w/`doc:' keyword].
25428
25429 * frame.c (Fframe_live_p): Doc fix.
25430
25431 * buffer.c (selective-display-ellipses): Doc fix.
25432
25433 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25434
25435 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
25436
25437 * xfaces.c (realize_x_face): If C is not a single-byte character,
25438 set the face's colors_copied_bitwise_p instead of the defaulted_p
25439 members which have a different meaning.
25440 (free_face_colors): Do nothing for a face whose colors have been
25441 copied bitwise.
25442
25443 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
25444
25445 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25446
25447 * marker.c, mocklisp.c: Change doc-string comments to `new style'
25448 [w/`doc:' keyword].
25449
25450 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25451
25452 * fns.c (require_unwind): Return Lisp_Object.
25453
25454 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25455
25456 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
25457 (last-input-char): Revert doc-string to be the same as the
25458 doc-string of `last-input-event'.
25459
25460 * xdisp.c: Fix typos in comments.
25461
25462 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25463
25464 * window.c (grow_mini_window): Handle case that the root
25465 window is already smaller than the nominal mininum height.
25466
25467 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
25468
25469 * emacs.c (main): Don't call keys_of_macros any more.
25470
25471 * lisp.h (keys_of_macros): Remove.
25472
25473 * macros.c (keys_of_macros): Remove.
25474
25475 * xfaces.c (Fface_attribute_relative_p): Declare args.
25476
25477 2001-10-30 Jason Rumney <jasonr@gnu.org>
25478
25479 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
25480 (enum_font_cb2): Ignore fonts with vertical orientation.
25481
25482 2001-10-30 Richard M. Stallman <rms@gnu.org>
25483
25484 * keyboard.c (Finput_pending_p): Doc fix.
25485
25486 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25487
25488 * xterm.c (x_after_update_window_line): Don't run the code
25489 clearing in borders for rows whose visible height is 0.
25490
25491 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
25492 resized_p flag is set. If not set, use the much less flickering
25493 method previously used.
25494
25495 * dispnew.c (change_frame_size_1): Set frame's resized_p.
25496
25497 * frame.h (struct frame) <resized_p>: New member.
25498
25499 * lread.c (to_multibyte): Ensure read_buffer is at least twice
25500 as large as the number of bytes to convert.
25501
25502 * lread.c (to_multibyte): New function.
25503 (read1): Use it.
25504
25505 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
25506
25507 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
25508
25509 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25510
25511 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
25512 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
25513 if the row's fill_line_p is set and drawing the last glyph with
25514 DRAW_IMAGE_{RAISED,SUNKEN}.
25515
25516 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
25517
25518 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
25519
25520 * xmenu.c: Include coding.h and charset.h.
25521 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
25522 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
25523 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
25524 Explicitly set wv->help. Use `TRUE' rather than `True'.
25525 (menu_help_callback): Use empty_string.
25526
25527 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
25528 (Fx_popup_dialog): Explicitly init f.
25529 (w32_menu_display_help): Use empty_string.
25530
25531 2001-10-29 Richard M. Stallman <rms@gnu.org>
25532
25533 * fns.c (Frequire): Detect recursive try to require the same
25534 feature 3 or more levels deep, and get error.
25535 (require_unwind): New subroutine.
25536 (require_nesting_list): New variable.
25537 (syms_of_fns): Init and staticpro it.
25538
25539 * print.c (print_object): Clarify indication of insertion type.
25540
25541 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
25542
25543 * coding.c (syms_of_coding): Document that locale-coding-system is
25544 used for decoding input on X.
25545
25546 * window.c (Fscroll_left, Fscroll_right): Doc fix.
25547
25548 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25549
25550 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
25551 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
25552
25553 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25554
25555 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
25556 use NO_CURSOR if cursor_in_non_selected_windows is false.
25557
25558 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
25559 the slant attribute if FRAME is t.
25560
25561 * xfns.c (x_set_internal_border_width): Set frame garbaged
25562 when X window doesn't exist yet.
25563
25564 * xterm.c (x_after_update_window_line): Clear internal border
25565 in different circumstances.
25566
25567 * xterm.c (XTread_socket) <KeyPress>: Don't use
25568 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
25569 <handa@etl.go.jp>.
25570
25571 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
25572
25573 * m/ibms390.h: New file. From Adam Thornton
25574 <athornton@sinenomine.net>.
25575
25576 2001-10-28 Gerd Moellmann <gerd@gnu.org>
25577
25578 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
25579
25580 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
25581 a loop counter.
25582
25583 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25584
25585 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
25586
25587 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
25588 keyword].
25589 Fix typos in comments.
25590
25591 * emacs.c (bug_reporting_address): New function.
25592 Use it when displaying usage message.
25593
25594 * minibuf.c (read_minibuf): Remove unused external declaration of
25595 variable `Qread_only'.
25596
25597 * keymap.c (access_keymap): Remove unused variable `charset'.
25598
25599 2001-10-28 Miles Bader <miles@gnu.org>
25600
25601 * xfaces.c (merge_face_heights): Handle TO being relative as well.
25602 Remove #ifdef'd-out code.
25603 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
25604 (syms_of_xfaces): Initialize them.
25605
25606 2001-10-27 Jason Rumney <jasonr@gnu.org>
25607
25608 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
25609 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
25610 position using the system caret.
25611
25612 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
25613 (w32_system_caret_height, w32_system_caret_x)
25614 (w32_system_caret_y): New variables for tracking system caret.
25615 (w32_initialize): Initialize them.
25616 (x_display_and_set_cursor): Make system caret follow the active cursor.
25617
25618 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
25619 New messages types.
25620
25621 * w32term.c (note_mouse_highlight): Clear old help_echo.
25622
25623 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25624
25625 * xterm.c: Fix typo in a comment.
25626
25627 * emacs.c: Fix typos in comments.
25628 Remove unnecessary spaces.
25629 Change doc-string comments to `new style' [w/`doc:' keyword].
25630 (USAGE2): Fix typos in usage string.
25631
25632 * xterm.c: Fix typo in a comment.
25633
25634 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
25635 emacs.c.
25636
25637 2001-10-27 Gerd Moellmann <gerd@gnu.org>
25638
25639 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
25640 instead of 1/2 line_height in the heuristic for skipping
25641 farther backward when target_y was not reached.
25642
25643 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
25644 Display errno only if non-zero.
25645 (sound_warning): New function.
25646 (vox_configure): Don't treat failing to set sample rate as error.
25647 (various places): Improve error messages.
25648
25649 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25650
25651 * fileio.c (Faccess_file): Run the argument filename through
25652 Fexpand_file_name, before using it.
25653
25654 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
25655 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
25656
25657 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25658
25659 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
25660
25661 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25662 Fix clearing in the case of scroll bars on the right.
25663
25664 2001-10-26 Juanma Barranquero <lektu@terra.es>
25665
25666 * w32gui.h (XImage): Add a dummy typedef.
25667
25668 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25669
25670 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
25671
25672 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
25673
25674 * frame.c (Fframe_parameter): Fix last change.
25675
25676 * fileio.c: Revert last change (which removed old commented-out
25677 version of expand-file-name). Add a comment that explains why
25678 this old version should not be removed.
25679
25680 2001-10-25 Gerd Moellmann <gerd@gnu.org>
25681
25682 * frame.c (Fframe_parameter): Fix a bug whereby some
25683 ``artificial'' frame parameters, like `minibuffer' were not
25684 obtained by calling Fframe_parameters.
25685
25686 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
25687 cursor differently.
25688
25689 * xdisp.c (move_it_vertically_backward): Compute line height
25690 differently. Add heuristic to try to be more compatible to 20.x.
25691
25692 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25693
25694 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
25695
25696 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
25697 boolean.
25698
25699 2001-10-25 Miles Bader <miles@gnu.org>
25700
25701 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
25702 BG is a pointer to a structure, not a structure.
25703 (gif_format, png_format): Add missing commas.
25704
25705 2001-10-24 Richard M. Stallman <rms@gnu.org>
25706
25707 * xfaces.c (Fface_attributes_as_vector): New function.
25708 (syms_of_xfaces): Defsubr it.
25709
25710 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25711
25712 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
25713 variable `area'.
25714
25715 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25716
25717 * search.c (scan_newline): Remove unused variable `selective_display'.
25718
25719 2001-10-25 Miles Bader <miles@gnu.org>
25720
25721 * dispextern.h (struct image): Add `background',
25722 `background_valid', and `background_transparent' fields.
25723 (image_background, image_background_transparent): New declarations.
25724 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
25725 * xfns.c (image_background, image_background_transparent)
25726 (four_corners_best): New functions.
25727 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25728 (gs_format): Add `:background' entry.
25729 (lookup_image): Set IMG's background color if specified.
25730 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25731 when appropriate.
25732 (x_clear_image_1): Reset `background_valid' and
25733 `background_transparent_valid' fields.
25734 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25735 calculating it here. Set IMG's background_transparent field.
25736 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25737 (enum png_keyword_index): Add PNG_BACKGROUND.
25738 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25739 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25740 (enum gif_keyword_index): Add GIF_BACKGROUND.
25741 (enum gs_keyword_index): Add GS_BACKGROUND.
25742 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25743 Pre-calculate image background color where necessary.
25744 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25745 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25746 color to use for image glyph reliefs.
25747
25748 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25749
25750 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
25751 in full-width rows.
25752
25753 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25754 Fix clearing of area not covered by scroll bar.
25755
25756 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25757
25758 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
25759 and `real_start'.
25760 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
25761 (glyph_rect): Remove unused variable `area'.
25762
25763 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25764
25765 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
25766
25767 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
25768 (row_containing_pos): Take additional argument DY.
25769 Treat rows ending in middle of char differently.
25770 (display_line): Handle tabs on window systems differently.
25771
25772 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
25773 with additional argument.
25774
25775 * dispextern.h (row_containing_pos): Adjust prototype.
25776
25777 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
25778 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
25779 (try_window_id, try_window_reusing_current_matrix)
25780 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
25781 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
25782
25783 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25784
25785 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
25786 gnuemacs).
25787 (HAVE_BOXES): Fix typo in comment.
25788 (push_menu_pane): Fix typo in comment.
25789
25790 * xdisp.c (display_prop_string_p): Remove unused local declaration
25791 of `Qwhen'.
25792 (single_display_prop_string_p): Remove unused local declarations
25793 of `Qwhen' and `Qmargin'.
25794 (string_buffer_position): Remove unused variable `around'.
25795 (store_frame_title): Remove unused variable `width'.
25796
25797 * window.c: Don't define max.
25798 (coordinates_in_window): Remove unused variable `uy'.
25799
25800 * widget.c: Don't define max.
25801
25802 * process.c: Don't define max.
25803 (create_process): Remove unused variable `buffer'.
25804
25805 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25806
25807 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
25808
25809 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
25810
25811 * xfaces.c (Finternal_set_lisp_face_attribute)
25812 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
25813 frame is on a windowed display.
25814
25815 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25816
25817 * dispnew.c (sync_window_with_frame_matrix_rows):
25818 Fix handling of windows which aren't full-width, fix handling
25819 of marginal areas.
25820
25821 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
25822
25823 2001-10-23 Andreas Schwab <schwab@suse.de>
25824
25825 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
25826 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
25827
25828 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25829
25830 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
25831 REAL_END. Notice if cursor gets overwritten.
25832 (notice_overwritten_cursor): Take X positions as parameters.
25833 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25834 around call to x_draw_glyphs.
25835
25836 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25837
25838 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
25839 instead of C) and usage.
25840
25841 * editfns.c (char-to-string): Fix argument names (use CHAR instead
25842 of C) and usage.
25843
25844 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
25845 `left', `max_width' and `max_height'.
25846
25847 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25848
25849 * xdisp.c (display_line): For a tab continued to the next line,
25850 set row's ends_in_middle_of_char_p.
25851
25852 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25853
25854 * xdisp.c (display_line): Fix computation of continuation lines
25855 width for TABs.
25856
25857 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25858
25859 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
25860 `Qlaplace'.
25861
25862 * fileio.c: Remove unused code.
25863
25864 2001-10-22 Miles Bader <miles@gnu.org>
25865
25866 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
25867 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
25868 Remove `DOC_STRINGS_IN_COMMENTS' cases.
25869
25870 2001-10-21 Jason Rumney <jasonr@gnu.org>
25871
25872 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
25873
25874 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
25875
25876 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
25877 (Finsert_string): Avoid the multi-line string literals warning.
25878
25879 2001-10-22 Miles Bader <miles@gnu.org>
25880
25881 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
25882 (Fdocumentation): Don't use it.
25883 (syms_of_doc): Don't initialize it.
25884
25885 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
25886 * print.c (Fwith_output_to_temp_buffer): Likewise.
25887 * window.c (Fsave_window_excursion): Likewise.
25888 * editfns.c (Fsave_excursion, Fsave_current_buffer)
25889 (Fsave_restriction): Likewise.
25890 * eval.c (Frun_hooks, Frun_hook_with_args)
25891 (Frun_hook_with_args_until_failure)
25892 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
25893 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
25894 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
25895 (Funwind_protect, Fcondition_case): Likewise.
25896 * coding.c (Ffind_operation_coding_system): Likewise.
25897 * keyboard.c (Ftrack_mouse): Likewise.
25898
25899 2001-10-21 Miles Bader <miles@gnu.org>
25900
25901 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
25902 (Fmake_hash_table): Add usage: string to doc string.
25903 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
25904 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
25905 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
25906 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
25907 (Fml_prefix_argument_loop): Likewise.
25908
25909 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25910
25911 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
25912
25913 * sysdep.c (init_sys_modes): Change doc-string comments to `new
25914 style' [w/`doc:' keyword].
25915
25916 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
25917 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
25918 comments to `new style' [w/`doc:' keyword].
25919
25920 2001-10-21 Jason Rumney <jasonr@gnu.org>
25921
25922 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
25923
25924 * w32term.c (remember_mouse_glyph): New function.
25925 (w32_mouse_position): Use it.
25926 (note_mouse_movement): If the mouse moved off the glyph, remember
25927 its new position.
25928
25929 * w32term.h (struct w32_output): Correct spelling of x_compatible.
25930 (w32_display_info): Add mouse_face_overlay.
25931
25932 * w32term.c (notice_overwritten_cursor): Renamed from
25933 note_overwritten_text_cursor. Rewritten to take glyph widths into
25934 account.
25935 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
25936 (fast_find_string_pos): New function.
25937 (fast_find_position): Return the correct vpos. Add parameter
25938 STOP. In the final row, stop before glyphs having STOP as object.
25939 Don't consider glyphs that are not from a buffer.
25940 (fast_find_position) [0]: Add a presumably more correct version
25941 for after 21.1.
25942 (expose_window_tree, expose_frame): Don't compute intersections here.
25943 (expose_window): Do it here instead.
25944 (expose_window_tree, expose_window, expose_line): Return 1 when
25945 overwriting mouse-face.
25946 (expose_window): If W is the window currently being updated, mark
25947 the frame garbaged.
25948 (expose_frame): If mouse-face was overwritten, redo it.
25949 (x_use_underline_position_properties): New variable.
25950 (syms_of_xterm): DEFVAR_BOOL it.
25951 (x_draw_glyph_string): Add comment to use it in future.
25952 (x_draw_glyph_string): Restore clipping after drawing box.
25953 Fix a computation of the underline position.
25954 (w32_get_glyph_string_clip_rect): Minor cleanup.
25955 (x_fill_stretch_glyph_string): Remove an assertion.
25956 (x_produce_glyphs): Don't convert multibyte characters
25957 to unibyte characters in unibyte buffers.
25958 (cursor_in_mouse_face_p): New function.
25959 (x_draw_stretch_glyph_string): Use it to choose a different GC
25960 when drawing a cursor within highlighted text. Don't draw
25961 background again if it has already been drawn.
25962 (x_draw_glyph_string_box): Don't draw a full-width
25963 box just because the glyph row's full_width_p flag is set.
25964 (x_draw_glyphs): Fix computation of rightmost x for
25965 full-width rows.
25966 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
25967 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
25968 change bottom shadow accordingly. Some cleanup.
25969 (x_update_window_end): Handle overwritten mouse face
25970 also for tool bar windows.
25971 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
25972 DRAW is DRAW_IMAGE_RAISED.
25973 (clear_mouse_face): Return 1 if text with mouse face was
25974 actually redrawn. Make the function static.
25975 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
25976 optimize away highlighting if we pass over that same overlay again.
25977 (note_mouse_highlight): Call mouse_face_overlay_overlaps
25978 to detect a case where we have to highlight a different region
25979 despite not having left the currently highlighted region.
25980 Set mouse_face_overlay in the x_display_info. Avoid changing the
25981 mouse pointer shape when show_mouse_face has already done it, or
25982 there is no need. Handle mouse-face and help-echo in strings.
25983 (glyph_rect): New function.
25984 (w32_mouse_position): Use it to raise the threshold for mouse
25985 movement event generation.
25986 (w32_initialize_display_info): Initialize the x_display_info's
25987 mouse_face_overlay.
25988 (w32_set_vertical_scroll_bar): Don't clear a zero height
25989 or width area.
25990 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
25991 a widget to zero height.
25992
25993 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
25994 Protect unibyte strings created by replacing their multibyte
25995 equivalents in menu_items.
25996 (w32_menu_show): Don't overwrite an item's name with its key
25997 description in case the description is a multibyte string.
25998 (single_submenu): Some cleanup.
25999
26000 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
26001 (postprocess_image): New function.
26002 (lookup_image): Call it for all image types except PostScript.
26003 (x_kill_gs_process): Call postprocess_image.
26004 (tiff_error_handler, tiff_warning_handler): New functions.
26005 (tiff_load): Install them as handlers.
26006 (x_kill_gs_process): Recognize if someone has cleared the image
26007 cache under us.
26008 (valid_image_p): Protect better against invalid image
26009 specifications. Previous code could signal an error.
26010 (Fx_hide_tip, Fshow_tip): Doc fix.
26011 (Fv_max_tooltip_size): New variable.
26012 (syns_of_xfns): DEFVAR_LISP it.
26013 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
26014 window buffer to *tip* right after creating the frame. Set frame's
26015 window_width. Use a maximum tooltip size specified by
26016 Vx_max_tooltip_size, if that has valid contents.
26017 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
26018 Make sure the tooltip is completely visible.
26019 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
26020 (Fx_create_frame): Adjust the frame's height for presence
26021 of the tool bar before calling x_figure_window_size.
26022 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
26023 when the window gets smaller.
26024 (x_set_foreground_color): Set frame's cursor_pixel.
26025 (x_set_foreground_color, x_set_background_color): Cleaned up.
26026 (x_set_font): Handle case of x_new_fontset returning the same name
26027 as before, although there was a change in fontsets.
26028
26029 2001-10-21 Miles Bader <miles@gnu.org>
26030
26031 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
26032 (Flogxor): Add usage: string to doc string.
26033 * charset.c (Fstring): Likewise.
26034 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
26035 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
26036
26037 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26038
26039 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
26040
26041 * alloc.c: Reindent DEFUNs with doc: keywords.
26042
26043 * abbrev.c (Finsert_abbrev_table_description): Reindent.
26044
26045 * frame.c: Change doc-string comments to `new style' [w/`doc:'
26046 keyword].
26047
26048 See ChangeLog.9 for earlier changes.
26049
26050 ;; Local Variables:
26051 ;; coding: iso-2022-7bit
26052 ;; End:
26053
26054 Copyright (C) 2001, 2002, 2003, 2004, 2005,
26055 2006 Free Software Foundation, Inc.
26056 Copying and distribution of this file, with or without modification,
26057 are permitted provided the copyright notice and this notice are preserved.
26058
26059 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4