]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* frame.c (Qinhibit_face_set_after_frame_default): New var.
[gnu-emacs] / src / ChangeLog
1 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * frame.c (Qinhibit_face_set_after_frame_default): New var.
4 (syms_of_frame): Initialize it.
5 (x_set_frame_parameters): Avoid resetting :font attributes to the
6 new-frame defaults.
7
8 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * lisp.h (clear_regexp_cache): Declare.
11
12 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
13 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
14 (clear_regexp_cache): Only flush those regexps which depend on
15 a syntax-table.
16
17 * regex.c (regex_compile): Set the new `used_syntax' bit.
18
19 * regex.h: Remove file local variables.
20 (struct re_pattern_buffer): New field `used_syntax'.
21
22 2006-10-03 Kim F. Storm <storm@cua.dk>
23
24 * process.c (list_processes_1): Run sentinels before removing dead
25 processes. Also remove `closed' network connections.
26
27 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
30
31 2006-09-30 Eli Zaretskii <eliz@gnu.org>
32
33 * config.in Regenerated.
34
35 2006-09-29 Juri Linkov <juri@jurta.org>
36
37 * buffer.c (syms_of_buffer): Reorder coding systems in the
38 docstring of %z to the real order displayed in the modeline.
39
40 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
43
44 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
45
46 * indent.c (Fvertical_motion): Do move back if the Lisp string
47 being displayed contains newlines.
48
49 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50
51 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
52 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
53
54 2006-09-26 Kenichi Handa <handa@m17n.org>
55
56 * keymap.c (Fsingle_key_description): For an invalid char, return
57 "Invalid char code NNNNN".
58
59 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
60
61 * callint.c (Fcall_interactively): Doc fix.
62
63 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
64
65 * macterm.c (x_underline_at_descent_line): New variable.
66 (syms_of_macterm): DEFVAR_BOOL it.
67 (x_draw_glyph_string): Use it.
68 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
69
70 2006-09-25 Kenichi Handa <handa@m17n.org>
71
72 * keymap.c (Fsingle_key_description): Return unique names for
73 generic characters.
74
75 2006-09-24 Richard Stallman <rms@gnu.org>
76
77 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
78
79 2006-09-24 Eli Zaretskii <eliz@gnu.org>
80
81 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
82 on nt/inc/langinfo.h and nt/inc/nl_types.h.
83
84 * w32proc.c (nl_langinfo): New function.
85
86 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
87 (w32-pass-lwindow-to-system, w32-enable-num-lock)
88 (w32-enable-caps-lock, w32-scroll-lock-modifier)
89 (w32-lwindow-modifier, w32-rwindow-modifier)
90 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
91
92 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
93
94 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
95 (Fdisplay_completion_list): Fix typos in docstrings.
96
97 2006-09-23 Romain Francoise <romain@orebokech.com>
98
99 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
100
101 2006-09-23 Kenichi Handa <handa@m17n.org>
102
103 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
104
105 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * regex.c (analyse_first): For eight-bit-control chars, mark both the
108 char's value and its leading byte in the fastmap.
109 (re_search_2): When fast-scanning without translation, be careful to
110 check that we only match the leading byte of a multibyte char.
111
112 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
113 byte sequence.
114 (AT_CHAR_BOUNDARY): New macro.
115
116 2006-09-22 Kenichi Handa <handa@m17n.org>
117
118 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
119 whose default value is non-nil.
120
121 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
122
123 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
124 Gtk+ versions < 2.10.
125
126 * xfns.c (syms_of_xfns): Fix typo in help text for
127 x-gtk-file-dialog-help-text.
128
129 2006-09-21 Kim F. Storm <storm@cua.dk>
130
131 * fns.c (Fmemq): Refill doc string.
132 (Fmemql): New defun, like memq but using eql.
133 (syms_of_fns): Defsubr it.
134
135 2006-09-20 Kim F. Storm <storm@cua.dk>
136
137 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
138 last visible glyph in window.
139
140 * window.c (Fset_window_hscroll, Fwindow_line_height):
141 Doc fix. Use "off-window" instead of "off-screen".
142 (Fpos_visible_in_window_p): Likewise.
143 If POS is t, return info for last visible glyph in window.
144
145 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
146
147 * search.c (struct regexp_cache): New entry syntax_table.
148 (compile_pattern_1): Set it.
149 (syms_of_search): Initialize it.
150 (compile_pattern): Require the syntax_table entry of the cache
151 element to match the current syntax table entry.
152
153 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * window.c (Fwindow_end): Fix recent change.
156
157 2006-09-19 Kim F. Storm <storm@cua.dk>
158
159 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
160 Doc fix. Use "off-screen" instead of "invisible".
161 (Fwindow_line_height): Make line numbers 0-based. Make line arg
162 optional; if nil, use current cursor row. Handle text terminals
163 properly. Return nil if non-interactive or pseudo-window.
164
165 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * keymap.c: Include alloca.h if available.
168 (Fkey_binding): Only use AREF after checking it's a vector.
169 Remove unused var `window'.
170
171 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
172
173 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
174 inhibit_sentinels.
175
176 * mac.c [!MAC_OSX] (select): Fix argument name.
177
178 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
179 menu ID for Apple menu.
180 (menubar_selection_callback): Remove function.
181 (find_and_call_menu_selection): New function from xmenu.c.
182 (x_activate_menubar): Use it.
183 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
184
185 * macterm.c (menubar_selection_callback): Remove extern.
186 (M_APPLE): Change to 234.
187 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
188 (do_menu_choice): Remove function.
189
190 * macterm.h (struct mac_output): Remove member menubar_active.
191 (do_menu_choice): Remove extern.
192 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
193
194 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
195
196 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
197 x_gtk_file_dialog_help_text.
198
199 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
200 to x-gtk-use-old-file-dialog.
201 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
202 x_gtk_file_dialog_help_text.
203
204 * xfns.c (syms_of_xfns): Ditto.
205
206 2006-09-18 Kim F. Storm <storm@cua.dk>
207
208 * window.c (Fwindow_line_visibility): Remove.
209 (Fwindow_line_height): New defun replacing it.
210 (syms_of_window): Defsubr it.
211
212 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
213
214 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
215 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
216
217 2006-09-17 Jay Belanger <belanger@truman.edu>
218
219 * gmalloc.c:
220 * md5.c:
221 * md5.h:
222 * strftime.c: Replace "GNU Library General Public License" by "GNU
223 General Public License" throughout.
224
225 2006-09-17 Kim F. Storm <storm@cua.dk>
226
227 * dispnew.c (update_text_area): Undo 2000-07-18 change.
228 Always redrawing whole row if line has mouse-face in it causes
229 excessive flickering of the mode line.
230
231 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
232
233 * search.c (clear_regexp_cache): New function.
234
235 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
236
237 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
238
239 * gtkutil.c (xg_get_file_with_chooser):
240 Check x-gtk-show-chooser-help-text before adding the help text.
241
242 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
243
244 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
245 will simply crash if we fail.
246
247 2006-09-16 Richard Stallman <rms@gnu.org>
248
249 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
250
251 2006-09-15 Kim F. Storm <storm@cua.dk>
252
253 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
254 (syms_of_window): Defsubr it.
255 (Fwindow_end): Use window's buffer rather than current buffer.
256
257 2006-09-15 Jay Belanger <belanger@truman.edu>
258
259 * COPYING: Replace "Library Public License" by "Lesser Public
260 License" throughout.
261
262 2006-09-15 David Kastrup <dak@gnu.org>
263
264 * Makefile.in (keymap.o): Add "keymap.h" and "window.h"
265 dependencies.
266
267 * keymap.c: include "window.h".
268 (Fcommand_remapping): New optional POSITION argument.
269 (Fkey_binding): New optional POSITION argument. Completely rework
270 handling of mouse clicks to get the same order of keymaps as
271 `read-key-sequence' and heed POSITION. Also temporarily switch
272 buffers to location of mouse click and back.
273
274 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
275 for additional argument.
276 (parse_menu_item): Adjust call of `Fkey_binding' for additional
277 argument.
278 (read_key_sequence): If there are both `local-map' and `keymap'
279 text properties at some buffer position, heed both.
280
281 * keymap.h: Declare additional optional arguments of
282 `Fcommand_remapping' and `Fkey_binding'.
283
284 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
285
286 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
287
288 2006-09-14 Andreas Schwab <schwab@suse.de>
289
290 * print.c: Whitespace fixup.
291
292 2006-09-14 Kim F. Storm <storm@cua.dk>
293
294 * xdisp.c (produce_image_glyph): Automatically crop wide images at
295 right window edge so we can draw the cursor on the same row to
296 avoid confusing redisplay by placing the cursor outside the visible
297 window area.
298
299 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
300
301 * xterm.c (x_initialize): Don't install Xt event timer here.
302 (x_timeout_atimer_activated_flag): New var.
303 (x_activate_timeout_atimer): New function to install Xt timer.
304 (x_send_scroll_bar_event, x_process_timeouts): Use it.
305
306 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
307 (create_and_show_popup_menu, create_and_show_dialog): Use it.
308
309 * xterm.h (x_activate_timeout_atimer): Add prototype.
310
311 2006-09-13 Richard Stallman <rms@gnu.org>
312
313 * print.c (print_string): When printcharfun is t,
314 copy string contents and call strout on the copy.
315
316 * keyboard.c (read_char): If end_time specified, don't put the
317 event into this_command_keys.
318 (read_key_sequence): If Voverriding_terminal_local_map is specified,
319 don't check Voverriding_local_map at all.
320
321 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * textprop.c (Fnext_property_change, Fnext_single_property_change)
324 (Fprevious_property_change, Fprevious_single_property_change):
325 Avoid changing limit, so we can correctly catch the case where the
326 property is constant up to limit.
327
328 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
329
330 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
331 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
332 Undo 2006-09-08 change.
333
334 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
335
336 * keymap.c (Fkey_binding): Use string position for string objects.
337
338 2006-09-11 Kim F. Storm <storm@cua.dk>
339
340 * keymap.c (Fkey_binding): Fix last change.
341
342 * editfns.c (Fmessage): Recommend using (message "%s" ...).
343
344 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
345
346 * keymap.c (Fkey_binding): Check for local keymap for mouse click
347 events.
348
349 2006-09-10 Kim F. Storm <storm@cua.dk>
350
351 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
352 and Vunread_post_input_method_events.
353
354 * dispnew.c (Fredisplay): Document return value.
355
356 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
357
358 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
359
360 * gtkutil.c (xg_display_close): Always change default display if needed,
361 check for < Gtk+ version 2.10 before calling gdk_display_close.
362
363 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
364
365 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
366 Make variable `ofds' static. Remove variable `maxfd'.
367
368 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
369 Call check_mac.
370
371 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
372 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
373 Apply 2006-09-08 change for xmenu.c.
374
375 * xfns.c (Fx_file_dialog): Call check_x.
376
377 2006-09-10 Kim F. Storm <storm@cua.dk>
378
379 * xdisp.c (get_window_cursor_type): Use hollow cursor on
380 non-transparent images.
381
382 2006-09-09 Eli Zaretskii <eliz@gnu.org>
383
384 * editfns.c (Fsystem_name): Mention "host" in the doc string.
385 (syms_of_editfns) <system-name>: Likewise.
386
387 2006-08-27 Martin Rudalics <rudalics@gmx.at>
388
389 * xdisp.c (mouse_autoselect_window): Remove.
390 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
391
392 * dispextern.h (mouse_autoselect_window): Remove extern.
393 (Vmouse_autoselect_window): Add extern.
394
395 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
396 instead of mouse_autoselect_window.
397
398 * msdos.c (dos_rawgetc): Likewise.
399
400 * w32term.c (w32_read_socket): Likewise.
401
402 * xterm.c (handle_one_xevent): Likewise.
403
404 2006-09-08 Richard Stallman <rms@gnu.org>
405
406 * xdisp.c (Vmenu_updating_frame): Define here.
407 (syms_of_xdisp): DEFVAR it here.
408 (update_menu_bar): Always return hooks_run.
409 Set Vmenu_updating_frame.
410
411 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
412 before calculating SELECTED_FRAME.
413
414 * xmenu.c (Vmenu_updating_frame): Don't define here.
415 (syms_of_xmenu): Don't DEFVAR it here.
416
417 * xterm.c (x_error_quitter): For BadName error, just return.
418
419 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
420
421 * casetab.c (init_casetab_once): Call set_case_table.
422
423 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
424
425 * process.c (inhibit_sentinels): New variable.
426 (exec_sentinel): Test inhibit_sentinels.
427 (init_process): Initialize it.
428
429 * process.h (inhibit_sentinels): Add decl.
430
431 * search.c (looking_at_1, string_match_1, search_command):
432 Make syntax table's canon table point to eqv table.
433
434 2006-09-08 Andreas Schwab <schwab@suse.de>
435
436 * print.c (strout): Fix whitespace.
437
438 2006-09-08 Kim F. Storm <storm@cua.dk>
439
440 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
441
442 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
443
444 * mac.c [!MAC_OSX]: Don't include keyboard.h.
445 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
446 in the same BLOCK_INPUT block, in case that some input has already
447 been read asynchronously. Pretend to be interrupted by a signal
448 if some input is available.
449 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
450 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
451 Now used for ReceiveNextEvent timeout instead of select timeout.
452 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
453 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
454 support. Quit event loop.
455 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
456 connect support. Reuse previously allocated CFRunLoopSource.
457 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
458 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
459
460 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
461 Specify kWindowAsyncDragAttribute.
462
463 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
464 (mac_get_ideal_size): New functions.
465 (x_set_offset, x_set_window_size, x_make_frame_visible)
466 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
467 (install_window_handler, mac_handle_window_event)
468 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
469 kEventWindowBoundsChanged.
470 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
471 DragWindow.
472
473 2006-09-07 Andreas Schwab <schwab@suse.de>
474
475 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
476 use lib64 instead of lib.
477
478 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * Makefile.in: Avoid double quotes when possible.
481
482 2006-09-06 Kenichi Handa <handa@m17n.org>
483
484 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
485 a Lisp string from the result of emacs_memftimeu call.
486
487 2006-09-06 Kim F. Storm <storm@cua.dk>
488
489 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
490 so calculate heights even when pos-visible-in-window-p is called
491 with partially = t. Don't overshoot last_visible_y in move_it_to.
492 Return row height and row number in new rowh and vpos args.
493 (cursor_row_fully_visible_p): First line is always "fully visible".
494 (try_window): Don't clear matrix if vscrolled.
495
496 * lisp.h (pos_visible_p): Update prototype.
497
498 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
499 Return row height and row number for partially visible rows.
500 Modify return value to a 2 element list for fully visible rows and
501 6 for partially visible row.
502 (window_scroll_pixel_based): Use pos_visible_p directly instead of
503 Fpos_visible_in_window_p. Fix auto vscrolling for partially
504 visible lines. Only vscroll backwards if already vscrolled
505 forwards. Unconditionally vscroll forwards if PT is first (and
506 only) line. Set new window start instead of scrolling at
507 start/end of tall line.
508
509 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
510
511 * macterm.c (install_window_handler, mac_handle_window_event)
512 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
513 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
514 ASCII keystroke event.
515
516 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
517
518 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
519 the file chooser message. Only call gtk_file_chooser_set_current_name
520 when action is SAVE.
521
522 2006-09-04 Andreas Schwab <schwab@suse.de>
523
524 * Makefile.in: Double all single and back quotes in C-style
525 comments to help fontifier.
526
527 2006-09-03 Jason Rumney <jasonr@gnu.org>
528
529 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
530 (globals_of_w32): Register it as a signal handler.
531
532 2006-09-02 Juri Linkov <juri@jurta.org>
533
534 * marker.c (Fmarker_position): Doc fix.
535
536 2006-09-03 Eli Zaretskii <eliz@gnu.org>
537
538 * window.c (syms_of_window) <split-height-threshold>:
539 <window-min-height, window-min-width>: Doc fix.
540
541 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
542
543 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
544 for writing files. Call gtk_file_chooser_set_current_name to keep
545 default filename.
546
547 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
548
549 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
550
551 * fns.c (concat) [__GNUC__]: Declare with
552 `__attribute__((noinline))'.
553
554 * eval.c (apply1, call2) [__GNUC__]: Declare with
555 `__attribute__((noinline))'.
556
557 2006-09-02 Stuart D. Herring <herring@lanl.gov>
558
559 * minibuf.c (Finternal_complete_buffer): New function.
560 (syms_of_minibuf): Defsubr it.
561 (Fread_buffer): Use it, instead of Vbuffer_alist.
562
563 2006-09-01 Martin Rudalics <rudalics@gmx.at>
564
565 * buffer.h (struct buffer_text): New field chars_modiff.
566 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
567 * buffer.c (Fbuffer_chars_modified_tick): New function returning
568 value of BUF_CHARS_MODIFF.
569 (syms_of_buffer): Defsubr it.
570 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
571 * insdel.c (modify_region): New argument preserve_chars_modiff.
572 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
573 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
574 (adjust_after_replace, adjust_after_replace_noundo)
575 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
576 * lisp.h (modify_region): Add fourth argument in extern.
577 * casefiddle.c (casify_region): Call modify_region with fourth
578 argument zero to assert that CHARS_MODIFF is updated.
579 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
580 (Ftranspose_regions): Likewise.
581 * textprop.c (Fadd_text_properties, Fset_text_properties)
582 (Fremove_text_properties, Fremove_list_of_text_properties):
583 Call modify_region with fourth argument 1 to avoid that
584 CHARS_MODIFF is updated.
585
586 2006-08-31 Richard Stallman <rms@gnu.org>
587
588 * editfns.c (Fformat): Don't sign-extend for %o or %x.
589
590 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
591
592 * indent.c (Fvertical_motion): Don't move back if we were
593 displaying a Lisp string, either.
594
595 2006-08-28 Kim F. Storm <storm@cua.dk>
596
597 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
598 Don't attempt to replace cursor on image glyphs.
599
600 2006-08-28 Kenichi Handa <handa@m17n.org>
601
602 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
603 docstring about ISO-2022 control characters.
604
605 2006-08-28 Kim F. Storm <storm@cua.dk>
606
607 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
608 with a hollow box cursor if image is larger than 32x32 (or the default
609 frame font if that is bigger). Replace any other cursor on images
610 with hollow box cursor, as redisplay doesn't support bar and hbar
611 cursors on images.
612
613 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
614
615 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
616 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
617
618 * dired.c (directory_files_internal_unwind, directory_files_internal)
619 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
620
621 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
622 of OSErr.
623
624 * keyboard.c (in_sighandler): Remove variable.
625 (Fcurrent_idle_time): Add missing `doc:'.
626 (input_available_signal, init_keyboard): Undo previous change.
627
628 * keyboard.h (in_sighandler): Remove extern.
629
630 * mac.c (create_apple_event_from_event_ref, select)
631 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
632 (Fmac_set_file_type, cfstring_create_normalized)
633 (mac_get_system_locale, select_and_poll_event, sys_select):
634 Use OSStatus instead of OSErr.
635
636 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
637 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
638 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
639
640 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
641 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
642 (get_scrap_private_timestamp, get_scrap_target_type_list)
643 (x_own_selection, x_get_foreign_selection)
644 (Fx_disown_selection_internal, Fx_selection_owner_p)
645 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
646
647 * macterm.c (mac_draw_string_common, mac_query_char_extents)
648 (x_iconify_frame, XLoadQueryFont, install_window_handler)
649 (mac_handle_command_event, init_command_handler, init_menu_bar):
650 Use OSStatus instead of OSErr.
651 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
652 FRAME_FILE_NAME.
653 (x_query_font): Apply 2006-08-04 change for xterm.c.
654 (Qhi_command): Rename from Qhicommand. All uses changed.
655
656 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
657 file_name.
658 (FRAME_FILE_NAME): Remove macro.
659 (install_window_handler, create_apple_event_from_event_ref):
660 Return OSStatus instead of OSErr.
661
662 2006-08-26 Kim F. Storm <storm@cua.dk>
663
664 * buffer.c (Fset_buffer_multibyte):
665 * editfns.c (Fcurrent_time, Fget_internal_run_time):
666 * macfns.c (Fxw_color_values):
667 * w32fns.c (Fxw_color_values):
668 * xfns.c (Fxw_color_values): Simplify; use list3.
669
670 * fileio.c (Fmake_directory_internal, Fdelete_directory)
671 (Fdelete_file): Simplify; use list1.
672 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
673 Simplify; remove NO_ARG_ARRAY stuff, use list2.
674
675 2006-08-25 Richard Stallman <rms@gnu.org>
676
677 * buffer.c (Fswitch_to_buffer): Fix previous change.
678
679 2006-08-25 Kim F. Storm <storm@cua.dk>
680
681 * keyboard.c (Fcurrent_idle_time): Simplify.
682
683 2006-08-25 Richard Stallman <rms@gnu.org>
684
685 * fns.c (sxhash_string): Rotate properly; don't lose bits.
686
687 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
688
689 * xdisp.c (overline_margin): New variable.
690 (x_produce_glyphs): Use it.
691 (syms_of_xdisp): DEFVAR_INT it.
692
693 * xterm.c (x_underline_at_descent_line): New variable.
694 (syms_of_xterm): DEFVAR_BOOL it.
695 (x_draw_glyph_string): Use it.
696 Draw underline and overline up to the end of line if the face
697 extends to the end of line.
698
699 * macterm.c: Likewise.
700
701 * w32term.c: Likewise.
702
703 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
704
705 * buffer.c (Fswitch_to_buffer): Move buffer to front of
706 buffer-alist if necessary.
707
708 2006-08-22 Kim F. Storm <storm@cua.dk>
709
710 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
711 number of items changes.
712
713 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
716
717 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
718
719 * keyboard.c: Clarify difference between in_sighandler and
720 handling_signal.
721
722 2006-08-21 Kim F. Storm <storm@cua.dk>
723
724 * macterm.c (x_draw_stretch_glyph_string):
725 * w32term.c (x_draw_stretch_glyph_string):
726 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
727 stretch glyph in left marginal areas on header and mode lines.
728
729 2006-08-21 Kenichi Handa <handa@m17n.org>
730
731 * keyboard.c (syms_of_keyboard): Docstring of
732 Vunread_post_input_method_events and Vunread_input_method_events
733 fixed.
734
735 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
736
737 * keyboard.c (show_help_echo): Preserve mouse movement flag if
738 tracking mouse.
739
740 2006-08-20 Richard Stallman <rms@gnu.org>
741
742 * xfaces.c (load_pixmap): Add quotes in error message.
743
744 * keyboard.c (Fcurrent_idle_time): New function.
745 (syms_of_keyboard): defsubr it.
746
747 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
748
749 * window.c (Fset_window_fringes): Do nothing on a tty.
750 (Fwindow_fringes): Put ? operator after the line break.
751
752 2006-08-16 Andreas Schwab <schwab@suse.de>
753
754 * print.c (debug_output_compilation_hack): Fix return type.
755
756 2006-08-16 Richard Stallman <rms@gnu.org>
757
758 * print.c (debug_output_compilation_hack): New function.
759
760 2006-08-16 Kenichi Handa <handa@m17n.org>
761
762 * fileio.c (choose_write_coding_system): Use LF for end-of-line
763 in auto-saving.
764
765 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
766
767 * keyboard.c (read_char): Don't change idle timer state at all if
768 end_time is supplied.
769
770 2006-08-15 Kenichi Handa <handa@m17n.org>
771
772 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
773 is exhausted, return with RET.
774 (detect_coding_emacs_mule, detect_coding_iso2022)
775 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
776 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
777 change.
778
779 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
780
781 * keyboard.c (read_char): Don't reset idle timers if a time limit
782 is supplied.
783
784 2006-08-14 Kim F. Storm <storm@cua.dk>
785
786 * .gdbinit (pitx): Print iterator position.
787 Limit stack dump in case iterator is not initialized.
788
789 2006-08-12 Eli Zaretskii <eliz@gnu.org>
790
791 * frame.c (Fmouse_position, Fmouse_pixel_position)
792 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
793
794 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
795
796 * xselect.c (Fx_register_dnd_atom): New function.
797 (syms_of_xselect): Defsubr it.
798 (x_handle_dnd_message): Check that message_type is in
799 dpyinfo->x_dnd_atoms before generating lisp event.
800
801 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
802 of drag and drop Atoms.
803
804 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
805
806 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
807
808 * keyboard.c: Define in_sighandler.
809 (input_available_signal): Set in_sighandler.
810 (init_keyboard): Initialize in_sighandler.
811
812 * keyboard.h: Declare in_sighandler.
813
814 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
815 to check if mutex should be locked or not.
816
817 2006-08-09 Richard Stallman <rms@gnu.org>
818
819 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
820 (read_key_sequence): Always start fkey.start and fkey.end at 0,
821 and likewise for keytran.
822
823 2006-08-09 Kenichi Handa <handa@m17n.org>
824
825 * coding.c (syms_of_coding): Improve the docstring
826 file-coding-system-alist.
827
828 2006-08-07 Andreas Schwab <schwab@suse.de>
829
830 * puresize.h (BASE_PURESIZE): Increase to 1120000.
831
832 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
833
834 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
835 (Fkill_all_local_variables): Use it.
836 (syms_of_buffer): Defvar it.
837
838 2006-08-05 Eli Zaretskii <eliz@gnu.org>
839
840 * w32.c (w32_valid_pointer_p): New function.
841
842 * w32.h: Add prototype for w32_valid_pointer_p.
843
844 * alloc.c: Include w32.h.
845 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
846 the job.
847
848 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
849 is exactly equal to end_time, not only when it is past that.
850
851 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
852
853 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
854
855 * process.c: Reapply 2006-08-01 change.
856
857 2006-08-04 Eli Zaretskii <eliz@gnu.org>
858
859 * w32fns.c (w32_query_font): Fix last change: use stricmp.
860
861 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
864 the before-change-functions since they may have altered the buffer.
865
866 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
867
868 * w32fns.c (w32_createwindow): Handle -geometry command line option
869 and the geometry settings in the Registry.
870
871 2006-08-04 Kenichi Handa <handa@m17n.org>
872
873 * w32fns.c (w32_query_font): Compare names by ignoring case.
874
875 * xterm.c (x_query_font): Compare names by ignoring case.
876
877 2006-08-03 Jason Rumney <jasonr@gnu.org>
878
879 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
880 when no option selected.
881
882 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
883
884 * process.c: Revert last change.
885
886 2006-08-01 Kim F. Storm <storm@cua.dk>
887
888 * process.c (wait_reading_process_output_unwind): New function.
889 Restores waiting_for_user_input_p to saved value.
890 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
891 instead of save/restore old value on stack.
892
893 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
894
895 * editfns.c: Undo 2006-06-27 change.
896
897 2006-07-29 Eli Zaretskii <eliz@gnu.org>
898
899 * coding.c (Ffind_operation_coding_system): Revert the change from
900 2006-05-29.
901
902 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
903
904 2006-07-28 Richard Stallman <rms@gnu.org>
905
906 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
907 Add conditional aborts for clarity.
908
909 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
910 Used to avoid running the hooks over and over for each frame.
911 (prepare_menu_bars): Pass value from update_menu_bar
912 as HOOKS_RUN of next call.
913
914 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
915
916 2006-07-28 Kim F. Storm <storm@cua.dk>
917
918 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
919 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
920
921 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
922
923 * keyboard.c (read_char): New arg END_TIME specifying timeout.
924 All callers changed. Turn off echoing if END_TIME is non-NULL.
925 (kbd_buffer_get_event): New arg END_TIME.
926
927 * lread.c (read_filtered_event): New arg SECONDS to wait until.
928 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
929
930 * lisp.h: Update read-char, read-event, and read_filtered_event
931 prototypes.
932
933 * keyboard.h: Include systime.h. Update read_char prototype.
934
935 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
936
937 * alloc.c (find_string_data_in_pure): New function.
938 (make_pure_string): Use it to reuse existing string data if possible.
939
940 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
941
942 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * keymap.c (Fdefine_key): If the key binding definition looks like an
945 XEmacs-style key sequence, convert it to Emacs's format.
946
947 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
948
949 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
950 parameters are bound to some values, use that instead of
951 CW_USEDEFAULT.
952
953 2006-07-21 Eli Zaretskii <eliz@gnu.org>
954
955 * w32.c (convert_time): Use explicit long double constants to
956 ensure long double arithmetics is used throughout.
957
958 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
959
960 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
961 (init_alloc_once): Initialize them.
962 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
963 without alignment.
964
965 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
966
967 2006-07-18 Francis Litterio <franl@world.std.com>
968
969 * w32term.c (x_calc_absolute_position): Fix frame positioning
970 with negative X/Y coordinates.
971
972 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
973
974 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
975
976 * textprop.c (text_read_only): Likewise.
977
978 * lread.c (end_of_file_error): Likewise.
979
980 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
981 Likewise.
982
983 * eval.c (unwind_to_catch): Likewise.
984
985 * buffer.h (buffer_slot_type_mismatch): Likewise.
986
987 2006-07-18 Kim F. Storm <storm@cua.dk>
988
989 Cleanup Fsignal calls that never returns; now only use it for Qquit.
990
991 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
992 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
993 (signal_error): New no-return function (from xfaces.c).
994 (Fthrow): Use xsignal2 instead of Fsignal + abort.
995 (error): Use xsignal1 instead of Fsignal + abort.
996 (FletX, Flet, grow_specpdl): Use signal_error.
997 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
998
999 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
1000 (list1): New function.
1001
1002 * lisp.h (list1): Add EXFUN.
1003 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
1004 Add prototypes. Mark them as no-return.
1005
1006 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
1007 Use xsignal1.
1008
1009 * callint.c (check_mark): Use xsignal0.
1010
1011 * casefiddle.c (casify_object): wrong_type_argument is no-return.
1012
1013 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
1014
1015 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
1016 (Fdefine_coding_system_internal): Use xsignal1.
1017
1018 * data.c (circular_list_error): Use xsignal.
1019 (wrong_type_argument): Use xsignal2. Don't care about return value.
1020 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
1021 Remove loop around Fsignal.
1022 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
1023 (indirect_function, Findirect_function, Fstring_to_number)
1024 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
1025 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
1026 Use xsignal0.
1027
1028 * doc.c (Fdocumentation): Use xsignal1.
1029
1030 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
1031
1032 * fileio.c (report_file_error): Use xsignal.
1033 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
1034 (Finsert_file_contents): Use xsignal2.
1035 (syms_of_fileio): Use list2, list3.
1036
1037 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
1038 (range_error2, domain_error2): Use xsignal3.
1039 (rounding_driver, fmod_float): Use xsignal0.
1040 (float_error): Use xsignal1.
1041 (matherr): Use xsignal.
1042
1043 * fns.c (Flength): wrong_type_argument is no-return.
1044 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
1045 (Fmd5): Use xsignal1.
1046
1047 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
1048
1049 * keyboard.c (recursive_edit_1): Use xsignal1.
1050
1051 * keymap.c (Fmap_keymap): Use xsignal1.
1052
1053 * lread.c (Fload): Use xsignal2, signal_error.
1054 (end_of_file_error): Use xsignal0, xsignal1.
1055 (read0): Use xsignal1.
1056 (invalid_syntax): New error function marked no-return.
1057 (read_integer, read1, read_list): Use it.
1058
1059 * macselect.c (x_get_local_selection): Use signal_error.
1060
1061 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
1062
1063 * search.c (compile_pattern_1): Use xsignal1.
1064 (signal_failure): Remove (was only called once).
1065 (search_command): Use xsignal1 instead of signal_failure.
1066
1067 * syntax.c (scan_lists): Use xsignal3.
1068
1069 * textprop.c (text_read_only): Use xsignal0, xsignal1.
1070
1071 * unexsol.c (unexec): Use xsignal.
1072
1073 * window.c (window_scroll_pixel_based, window_scroll_line_based):
1074 Use xsignal0.
1075
1076 * xfaces.c (signal_error): Move to eval.c.
1077 (resolve_face_name): Use xsignal1.
1078
1079 * xfns.c (x_decode_color): Use signal_error.
1080
1081 * xselect.c (x_get_local_selection, copy_multiple_data)
1082 (x_get_window_property_as_lisp_data)
1083 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
1084 (Fx_get_cut_buffer_internal): Use signal_error.
1085
1086 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1087
1088 * macterm.c (XTread_socket): Undo previous change.
1089
1090 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1091
1092 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
1093 directly lookup keycode_to_xkeysym_table.
1094 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
1095 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
1096 (XTread_socket): Use character codes to construct keypad key events.
1097 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
1098 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1099
1100 2006-07-17 Richard Stallman <rms@gnu.org>
1101
1102 * keyboard.c (Vcommand_error_function): New variable.
1103 (syms_of_keyboard): Defvar it.
1104 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1105
1106 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1107
1108 2006-07-17 Kim F. Storm <storm@cua.dk>
1109
1110 * xdisp.c (handle_single_display_spec): Ensure the right value of
1111 it->position is saved by push_it.
1112 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1113 (reseat_1): Don't setup it->object twice.
1114 (set_iterator_to_next): No need to set it->object after pop_it.
1115 (move_it_to): Explicitly check to see if last move reached to_charpos.
1116
1117 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1118
1119 * xdisp.c (display_mode_line): Preserve match data.
1120
1121 2006-07-14 Kim F. Storm <storm@cua.dk>
1122
1123 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1124 (init_winsock): Load them. Use ws2_32.dll.
1125 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1126 (sys_accept): Undo last change. Instead, set child status to
1127 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1128 sys_select will wakeup the reader thread.
1129 (_sys_wait_accept): New function used by reader thread to wait for
1130 an incoming connection on a server socket.
1131
1132 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1133
1134 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1135 server socket (FILE_LISTEN flag).
1136
1137 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1138
1139 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1140
1141 2006-07-14 Kim F. Storm <storm@cua.dk>
1142
1143 * w32.c: Fix high cpu load for server sockets.
1144 (pfn_WSAEventSelect): New function ptr.
1145 (init_winsock): Load it.
1146 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1147 char_avail event object to FD_ACCEPT.
1148 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1149 socket's char_avail event object to FD_READ|FD_CLOSE.
1150
1151 * w32.h (FILE_LISTEN): New filedesc flag value.
1152
1153 2006-07-13 Kim F. Storm <storm@cua.dk>
1154
1155 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1156 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1157 Simplify loops and use CAR for Bnth and Belt.
1158
1159 * data.c (Findirect_function): Optimize for no indirection.
1160
1161 * eval.c (Fthrow): Remove loop around Fsignal.
1162 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1163 Use original function name in all signaled errors.
1164 Simplify Fsignal calls (no return).
1165 (funcall_lambda): Simplify Fsignal calls (no return).
1166
1167 2006-07-13 Andreas Schwab <schwab@suse.de>
1168
1169 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1170 out_charpos.
1171
1172 2006-07-13 Kenichi Handa <handa@m17n.org>
1173
1174 * editfns.c (Fformat): Fix calculation of text property positions
1175 of format string.
1176
1177 2006-07-12 Kim F. Storm <storm@cua.dk>
1178
1179 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1180 (CAR_SAFE, CDR_SAFE): New macros.
1181 (ARRAYP, CHECK_ARRAY): New macros.
1182 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1183 (CHECK_WINDOW_CONFIGURATION): New macro.
1184 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1185 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1186 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1187 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1188 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1189 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1190 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1191 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1192
1193 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1194 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1195
1196 * callint.c (Fcall_interactively):
1197 * casefiddle.c (casify_object):
1198 * editfns.c (general_insert_function):
1199 * fns.c (Flength, Felt, Ffillarray):
1200 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1201
1202 * data.c (wrong_type_argument): Remove loop around Fsignal.
1203 (Farrayp, Fsequencep): Use ARRAYP.
1204 (Fcar): Use CAR.
1205 (Fcar_safe): Use CAR_SAFE.
1206 (Fcdr): Use CDR.
1207 (Fcdr_safe): Use CDR_SAFE.
1208 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1209 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1210 (Faset): Use CHECK_ARRAY.
1211
1212 * fns.c (Felt): Use CHECK_ARRAY.
1213 (concat): Use CHECK_NUMBER.
1214 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1215 (Fmemq): Use CHECK_LIST.
1216 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1217 (assq_no_quit): Use CAR_SAFE.
1218 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1219 Use CHECK_LIST_CONS.
1220 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1221
1222 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1223
1224 * casetab.c (check_case_table):
1225 * category.c (check_category_table):
1226 * marker.c (Fcopy_marker):
1227 * syntax.c (check_syntax_table):
1228 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1229
1230 * fns.c (Fcopy_sequence, concat):
1231 * fringe.c (Fdefine_fringe_bitmap):
1232 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1233
1234 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1235
1236 * keymap.c (Fdefine_key, Flookup_key):
1237 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1238
1239 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1240
1241 * search.c (Fset_match_data): Use CHECK_LIST.
1242
1243 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1244
1245 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1246 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1247
1248 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1249
1250 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1251
1252 * dired.c: Include blockinput.h.
1253 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1254
1255 * editfns.c: Include blockinput.h.
1256 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1257 getpwuid/getpwnam.
1258
1259 * fileio.c: Include blockinput.h.
1260 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1261 around getpwnam.
1262 (search_embedded_absfilename): Remove spurious xfree.
1263
1264 2006-07-11 Kim F. Storm <storm@cua.dk>
1265
1266 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1267 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1268 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
1269 Signal error if TIMEOUT is not a number.
1270 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1271 The rework of sit_for args also fixes several incorrect Qt args
1272 which should have been 1.
1273 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1274 detect_input_pending_run_timers.
1275
1276 * lisp.h (sit_for): Update prototype.
1277 (Fredisplay): Add EXFUN.
1278
1279 * dispextern.h (sit_for): Remove prototype.
1280
1281 * callint.c (Fcall_interactively):
1282 * minibuf.c (temp_echo_area_glyphs):
1283 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1284 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1285
1286 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1289
1290 2006-07-11 Kim F. Storm <storm@cua.dk>
1291
1292 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
1293 input is available. Fix test for redisplay_dont_pause non-nil.
1294 Specbind redisplay-dont-pause to t if FORCE non-nil.
1295
1296 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1299
1300 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1301 (Fsit_for): Function deleted.
1302
1303 * keyboard.c (command_loop_1, Fexecute_extended_command):
1304 Call sit_for instead of Fsit_for.
1305
1306 * minibuf.c (temp_echo_area_glyphs): Likewise.
1307
1308 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * syntax.c (Fforward_comment): Revert the reversion.
1311 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
1312
1313 2006-07-09 John Paul Wallington <jpw@pobox.com>
1314
1315 * syntax.c (Fforward_comment): Revert previous change.
1316
1317 2006-07-09 Kim F. Storm <storm@cua.dk>
1318
1319 * window.c (Fforce_window_update): Doc fix.
1320
1321 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1322
1323 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1324 directory unreadable for better user privacy.
1325
1326 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1329
1330 * lread.c (read_filtered_event): Remove `register' qualifier because it
1331 causes compilation problem with gcc-4.0.2-20051125 on amd64.
1332 (readevalloop): Remove unused var `bpos'.
1333 Yet another int/Lisp_Object mixup (YAILOM).
1334
1335 2006-07-07 Eli Zaretskii <eliz@gnu.org>
1336
1337 * keyboard.c (Fexecute_extended_command): Mention the argument
1338 PREFIXARG in the doc string.
1339
1340 2006-07-07 Kim F. Storm <storm@cua.dk>
1341
1342 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1343
1344 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1347 clash detection using the base buffer.
1348
1349 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1350
1351 2006-07-04 Kim F. Storm <storm@cua.dk>
1352
1353 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1354
1355 2006-07-04 Kenichi Handa <handa@m17n.org>
1356
1357 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1358 to update Voverriding_fontspec_alist.
1359
1360 2006-07-03 Richard Stallman <rms@gnu.org>
1361
1362 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1363
1364 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1365
1366 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1367
1368 * eval.c (Fdefvaralias): Doc fix.
1369
1370 2006-07-03 Kim F. Storm <storm@cua.dk>
1371
1372 * dispnew.c (sit_for): Fix preempt condition.
1373
1374 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * lread.c (read_filtered_event): Treat select-window just like
1377 switch-frame.
1378
1379 2006-07-02 Kim F. Storm <storm@cua.dk>
1380
1381 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1382 to ever fit the tool-bar,
1383 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1384 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1385 (redisplay_tool_bar): Only clear desired matrix if we actually
1386 change the tool-bar window height. Only try to make the tool-bar
1387 window bigger if there is actually room for it.
1388
1389 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
1390
1391 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
1392 SPI_GETWORKAREA to find the dimensions of the screen work area,
1393 and adjust vertical position of the frame in order to avoid being
1394 covered by the task bar.
1395
1396 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
1397 f->left_pos and SH_SHOW instead of f->top_pos in the call to
1398 CreateWindow. Record the actual position in f->left_pos and
1399 f->top_pos.
1400
1401 2006-06-30 John Paul Wallington <jpw@pobox.com>
1402
1403 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
1404 Doc fix - default value has changed.
1405
1406 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1407
1408 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
1409
1410 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
1411
1412 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
1413
1414 * macterm.c (Qeql): Add extern.
1415 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
1416 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
1417 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1418 Change keys of Vmac_atsu_font_table from strings to numbers.
1419 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
1420 (init_font_name_table) [USE_ATSUI]: Use it.
1421 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1422 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
1423 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
1424 only when saved_ts_script_language_on_focus coincides with
1425 Vmac_ts_script_language_on_focus.
1426 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
1427 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
1428 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
1429 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
1430
1431 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
1434 (Ffield_string_no_properties, Ffield_end): Mention
1435 args-out-of-range error condition in docstring.
1436
1437 2006-06-27 Kim F. Storm <storm@cua.dk>
1438
1439 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
1440
1441 2006-06-25 Kim F. Storm <storm@cua.dk>
1442
1443 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
1444 version 2.4 and later.
1445
1446 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * xfns.c (Fx_create_frame): Set font parameter directly instead of
1449 using x_default_parameter, since x_get_args clears the parm alist.
1450
1451 2006-06-24 Eli Zaretskii <eliz@gnu.org>
1452
1453 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
1454 case-insensitively.
1455
1456 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
1457
1458 * lread.c (read_escape): When an unknown Unicode code point is
1459 encountered as a string or character escape, signal an error.
1460
1461 2006-06-23 Kim F. Storm <storm@cua.dk>
1462
1463 * .gdbinit (pitx): Dump iterator stack.
1464
1465 * xdisp.c (handle_composition_prop): Push iterator on stack.
1466 (set_iterator_to_next): Pop iterator at end of composition.
1467
1468 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1469
1470 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
1471 itself on DOS_NT platforms, if the old and new names are identical
1472 but for the letter-case.
1473
1474 2006-06-21 Kim F. Storm <storm@cua.dk>
1475
1476 * dispextern.h (struct it): Add `position' member to iterator stack.
1477 Rename `pos' member to `current'. Rearrange and add comments.
1478
1479 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
1480 if we get any overlays.
1481 (set_cursor_from_row): Don't clobber `end' if we rescan from
1482 start_string.
1483 (push_it, pop_it): Save it->position.
1484
1485 2006-06-19 Richard Stallman <rms@gnu.org>
1486
1487 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
1488 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
1489 for the case of a top-level window and the following minibuffer.
1490 Don't exit because of no `next' when there is a parent.
1491 Use the FIRST_ONLY feature when resizing following windows.
1492
1493 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
1494
1495 2006-06-17 Kim F. Storm <storm@cua.dk>
1496
1497 * dispnew.c (update_frame): Check for input pending on entry.
1498 (update_window, update_frame_1): Break loop if input is detected.
1499
1500 2006-06-16 Francis Litterio <flitterio@gmail.com>
1501
1502 * xterm.c (x_check_expected_move, handle_one_xevent)
1503 (x_set_offset, x_check_fullscreen): Extensive changes to make
1504 frame positioning deterministic under X.
1505
1506 * xterm.h (x_output): Added members left_before_move and
1507 top_before_move. Removed members expected_left and expected_top.
1508
1509 2006-06-16 Kim F. Storm <storm@cua.dk>
1510
1511 * dispextern.h (struct it): Add union to iterator stack to save
1512 image, composition, and stretch specific paramters.
1513
1514 * xdisp.c (next_overlay_string): Fix assert.
1515 (push_it, pop_it): Handle composition and stretch specific values.
1516 Only handle it->slice in image (for now).
1517 (back_to_previous_visible_line_start): Continue search if newline is
1518 part of a compisition. Simplify.
1519 (reseat_1): Set it->object to buffer.
1520 (set_iterator_to_next): Set it->object to string or buffer, when
1521 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
1522 (next_element_from_composition): Set it->object to buffer if not
1523 from string.
1524 (set_cursor_from_row): Only save start of string if not already
1525 done to handle multiple strings in a row.
1526
1527 * .gdbinit (pitx): Show composition parameters.
1528 (pgx, pg): New commands to print a glyph structure.
1529 (pgi, pgn): New commands to print specific/next glyph.
1530 (pgrowx, pgrow): New commands to print all glyphs in a row.
1531
1532 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1533
1534 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
1535 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
1536
1537 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
1538 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
1539 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
1540 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
1541 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1542 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
1543 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
1544 Services functions to get size of main display in pixels.
1545
1546 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * xdisp.c (back_to_previous_visible_line_start):
1549 Reset it->continuation_lines_width.
1550
1551 2006-06-14 Richard Stallman <rms@gnu.org>
1552
1553 * eval.c (Fdefconst): Mark variable as risky.
1554
1555 * callproc.c (Fcall_process): Doc fix.
1556
1557 * window.c (adjust_window_trailing_edge): Don't break out of the loop
1558 because there's no next window, if there are parallel windows.
1559 Do break out when WINDOW is nil.
1560
1561 2006-06-14 Kim F. Storm <storm@cua.dk>
1562
1563 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
1564 iterator stack (instead of hardcoded number). Increase from 2 to
1565 4 to make room for propertized overlay strings before and after a
1566 display string, image or composition.
1567 (struct it): Add image_id and method members to iterator stack.
1568
1569 * xdisp.c (init_from_display_pos): Don't set it->method and
1570 overlay_string_index after pop_it. Add asserts.
1571 (handle_stop): Look for overlay strings around a display string,
1572 image, or composition. Handle properties on those strings.
1573 (next_overlay_string): Don't set string, pos or method after pop_it.
1574 (get_overlay_strings_1): Split from get_overlay_strings; don't
1575 modify it if no overlay strings are found.
1576 (get_overlay_strings): Use get_overlay_strings_1. Always set
1577 it->string and it->method.
1578 (push_it): Push it->image_id and it->method. Push it->object
1579 instead of it->string if method is GET_FROM_IMAGE.
1580 (pop_it): Pop it->image_id and it->method. Ppo it->object
1581 instead of it->string if method is GET_FROM_IMAGE.
1582 Reset it->current.string_pos if popped it->string is nil.
1583 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
1584 whether a given change was correct; but the change is correct.
1585 Clear it->string_from_display_prop_p.
1586 (set_iterator_to_next): Rely on it->method and it->image_id from
1587 iterator stack, instead of setting them explicitly after pop_it.
1588
1589 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
1590 negative time forces redisplay even when input is available.
1591 (Fsit_for): Doc fix.
1592
1593 2006-06-13 Kim F. Storm <storm@cua.dk>
1594
1595 * dispnew.c: Modify preemptive redisplay to be based on periodic
1596 checks for input.
1597 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
1598 (Vredisplay_preemption_period): New variable.
1599 (syms_of_display): DEFVAR_LISP and initialize it.
1600 (preemption_period, preemption_next_check): New variables.
1601 (update_frame, update_single_window): Initialize them based on
1602 Vredisplay_preemption_period if !force_p.
1603 (update_window, update_frame_1): Use them to determine when to
1604 check for input.
1605
1606 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
1607
1608 * lread.c (read_escape): Provide a Unicode character escape
1609 syntax; \u followed by exactly four or \U followed by exactly
1610 eight hex digits in a comment or string is read as a Unicode
1611 character with that code point.
1612
1613 2006-06-09 Eli Zaretskii <eliz@gnu.org>
1614
1615 * window.c (window_scroll_pixel_based): Signal "Beginning of
1616 buffer" when scroll-down at the beginning of an empty buffer.
1617
1618 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1619
1620 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1621 Exclude 0x7f from ASCII range.
1622
1623 2006-06-05 Jason Rumney <jasonr@gnu.org>
1624
1625 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
1626 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
1627 (x_scroll_bar_report_motion): Remove workarounds for
1628 versions of Windows NT < 3.51.
1629 [!SIF_ALL]: Remove.
1630 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
1631 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
1632
1633 2006-06-04 David Kastrup <dak@gnu.org>
1634
1635 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
1636 `sit-for'.
1637
1638 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1639
1640 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
1641
1642 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
1643
1644 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
1645 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
1646 [USE_MAC_TSM]: Likewise.
1647 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
1648 (Qbefore_string) [USE_MAC_TSM]: Add extern.
1649 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
1650 ActivateTSMDocument/DeactivateTSMDocument.
1651 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
1652 (mac_handle_window_event) [USE_MAC_TSM]: Handle
1653 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1654 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
1655 (install_window_handler) [USE_MAC_TSM]: Install it. Register
1656 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
1657 (keycode_to_xkeysym_table): Add entry for f16.
1658 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
1659 before/after passing keystroke event to toolbox dispatcher.
1660 (init_tsm) [USE_MAC_TSM]: New function.
1661 (mac_initialize) [USE_MAC_TSM]: Call it.
1662 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
1663
1664 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
1665
1666 2006-06-02 John Paul Wallington <jpw@gnu.org>
1667
1668 * xfns.c (x_set_name_internal): Set icon to `text', derived from
1669 name, when frame's icon_name isn't a string rather than only when
1670 it is nil.
1671
1672 2006-06-03 Eli Zaretskii <eliz@gnu.org>
1673
1674 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
1675 and not nil.
1676
1677 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
1680 string.
1681
1682 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1683
1684 * xdisp.c (next_element_from_composition): Set it->object to
1685 it->string if composition is coming from string.
1686 (set_cursor_from_row): Don't return 0 unless row displays a
1687 continued line.
1688 (dump_glyph): Dump composite glyph.
1689
1690 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1691
1692 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
1693
1694 2006-06-01 Richard Stallman <rms@gnu.org>
1695
1696 * window.c (Fsplit_window): Doc fix.
1697
1698 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1699
1700 * process.c (deleted_pid_list): New variable to store the pids
1701 of deleted processes. Declare it only if SIGCHLD is defined.
1702 (init_process): Initialize it.
1703 (syms_of_process): Staticpro it.
1704 (Fdelete_process): Add pid of the deleted process to it. Check after
1705 the addition and before the kill if the process is already stopped,
1706 in which case it is deleted from the list and not killed.
1707 (sigchld_handler): Define it only if SIGCHLD is. Search the process
1708 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
1709 Original idea by Stefan Monnier.
1710
1711 2006-06-01 Kim F. Storm <storm@cua.dk>
1712
1713 * dispnew.c (sit_for): Perform redisplay even if input is pending
1714 when redisplay-dont-pause is non-nil.
1715
1716 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1717
1718 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
1719 (XTread_socket): Remove obsolete comment.
1720
1721 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1722
1723 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
1724 menu-bar-open.
1725
1726 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1727
1728 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
1729 menu-bar-open.
1730
1731 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
1732
1733 2006-05-31 Juri Linkov <juri@jurta.org>
1734
1735 * minibuf.c (Vhistory_add_new_input): New variable.
1736 (read_minibuf): Use it.
1737 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
1738 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
1739
1740 2006-05-31 Kim F. Storm <storm@cua.dk>
1741
1742 * process.c (select_wrapper): Add wrapper around select to work around
1743 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
1744 select called from wait_reading_process_output.
1745
1746 2006-05-30 Andreas Schwab <schwab@suse.de>
1747
1748 * xmenu.c (Fmenu_bar_start): Return a value.
1749
1750 2006-05-30 Richard Stallman <rms@gnu.org>
1751
1752 * coding.c (Ffind_operation_coding_system): Doc fix.
1753
1754 2006-05-30 Eli Zaretskii <eliz@gnu.org>
1755
1756 * w32term.c (x_draw_hollow_cursor): Fix last change.
1757
1758 2006-05-29 Kim F. Storm <storm@cua.dk>
1759
1760 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
1761
1762 2006-05-29 Eli Zaretskii <eliz@gnu.org>
1763
1764 * coding.c (Ffind_operation_coding_system): Doc fix.
1765
1766 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1767
1768 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
1769 Call mac_set_font_info_for_selection if font panel is made visible.
1770
1771 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
1772 (mac_font_panel_visible_p, mac_show_hide_font_panel)
1773 [USE_MAC_FONT_PANEL]: New functions.
1774 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
1775 immediately if font panel is not visible.
1776
1777 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
1778 Add externs.
1779
1780 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
1781
1782 * search.c (matcher_overflow): Mark as NO_RETURN.
1783
1784 * xterm.c (x_connection_closed): Likewise.
1785
1786 * sysdep.c (croak): Likewise.
1787
1788 * sound.c (sound_perror, alsa_sound_perror): Likewise.
1789
1790 * lisp.h (die, nsberror): Likewise.
1791
1792 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1793
1794 * sound.c (alsa_open, alsa_configure, alsa_write): Move
1795 assignment to err out of if-statement.
1796
1797 * gtkutil.c (menu_nav_ended): New function.
1798 (create_menus): Connect menu_nav_ended to "selection-done" to fix
1799 grabs.
1800
1801 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
1802
1803 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 * charset.h (invalid_character): Mark as NO_RETURN.
1806
1807 2006-05-29 Kenichi Handa <handa@m17n.org>
1808
1809 * coding.c (Ffind_operation_coding_system): Call a function by
1810 safe_call1 instead of call1.
1811
1812 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * window.c (struct saved_window): Add `dedicated'.
1815 (Fset_window_configuration, save_window_save): Save/restore the
1816 `dedicated' flag.
1817
1818 2006-05-28 Kim F. Storm <storm@cua.dk>
1819
1820 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
1821 don't update w->cursor and return 0. Return 1 on success.
1822 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
1823 until it succeeds.
1824
1825 * dispextern.h (set_cursor_from_row): Update prototype.
1826
1827 2006-05-28 Kim F. Storm <storm@cua.dk>
1828
1829 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
1830 parameters. Adjust x and width in case cursor in on a partially
1831 visible stretch glyph on the left edge.
1832 (erase_phys_cursor): Don't erase into left fringe/margin in case
1833 previous cursor glyph is a partially visible stretch glyph on left.
1834
1835 * dispextern.h (get_phys_cursor_geometry): Update prototype.
1836
1837 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
1838 cursor and erasing cursor on partially visible stretch glyph on left.
1839 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
1840
1841 * macterm.c: Likewise.
1842
1843 * w32term.c: Likewise.
1844
1845 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1846
1847 * macselect.c (mac_handle_apple_event):
1848 Return errAEEventNotHandled if key binding is not found.
1849
1850 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1851
1852 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
1853 [__MINGW32__]: MinGW-specific declaration of `etext'.
1854
1855 * w32heap.c (etext, edata): Remove unused definitions.
1856
1857 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
1860 Incorporate the exclusive file-opening functionality into the behavior
1861 when OK-IF-ALREADY-EXISTS is nil.
1862 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
1863
1864 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1865
1866 * sound.c (alsa_configure): Move get period/buffer_size after
1867 setting hwparams.
1868
1869 2006-05-26 Kenichi Handa <handa@m17n.org>
1870
1871 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
1872 . BUFFER) in TARGET.
1873
1874 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * image.c (png_load): Don't call fclose on NULL.
1877
1878 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
1879
1880 * fns.c (Fyes_or_no_p):
1881 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
1882 only seven args.
1883
1884 2006-05-25 Juri Linkov <juri@jurta.org>
1885
1886 * lisp.h (Fread_from_minibuffer): Decrement number of args.
1887
1888 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
1889 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
1890
1891 * buffer.c (mode-line-format): Fix docstring.
1892
1893 2006-05-25 Richard Stallman <rms@gnu.org>
1894
1895 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
1896
1897 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1898
1899 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1900
1901 2006-05-24 Alan Mackenzie <acm@muc.de>
1902
1903 * lread.c (Vload_history): Enhance doc-string to say that the file
1904 is the absolute truename of the loaded file.
1905
1906 * lread.c (Vafter_load_alist): doc-string: state that an element
1907 now has a regexp to match file names, not a file name as such.
1908
1909 * lread.c (readevalloop): Call file-truename on the name for
1910 load-history, except at preloading time.
1911
1912 * lread.c (Fload): At preloading time, preserve the extension of
1913 the filename which goes into load-history. New var hist_file_name.
1914
1915 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
1916 function do-after-load-evaluation.
1917
1918 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1919
1920 * mac.c (ae_attr_table): New variable.
1921 (syms_of_mac): Intern and staticpro its elements.
1922 (mac_aelist_to_lisp): Also convert Apple event attributes.
1923 (mac_ae_put_lisp): New function.
1924 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
1925
1926 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
1927
1928 * macselect.c (Qemacs_suspension_id): New variable.
1929 (syms_of_macselect): Intern and staticpro it.
1930 (struct suspended_ae_info): New struct.
1931 (deferred_apple_events, defer_apple_events)
1932 (Fmac_process_deferred_apple_events): Use it.
1933 (suspended_apple_events): New variable.
1934 (mac_handle_apple_event_1): New function.
1935 (mac_handle_apple_event): Use it. Don't process previously
1936 suspended events.
1937 (cleanup_suspended_apple_events, get_suspension_id)
1938 (cleanup_all_suspended_apple_events): New functions.
1939 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
1940 at exit.
1941 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
1942 (Fmac_resume_apple_event): New defuns.
1943 (syms_of_macselect): Defsubr them.
1944
1945 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
1946 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
1947
1948 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
1949 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
1950 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
1951 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1952 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1953 Likewise.
1954 (typeUTF8Text, kEventParamWindowMouseLocation)
1955 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
1956 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
1957
1958 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1959
1960 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
1961 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
1962 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
1963 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
1964 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
1965 resource to backtranslate key with modifiers.
1966 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
1967
1968 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1969
1970 * xterm.c: Remove declarations already in xterm.h
1971
1972 * xterm.h: Add extern declarations for x_clear_errors,
1973 x_fully_uncatch_errors, x_catching_errors and
1974 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
1975
1976 2006-05-21 Richard Stallman <rms@gnu.org>
1977
1978 * xfaces.c (best_matching_font): Abort for best == NULL
1979 before we start to use it.
1980
1981 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
1982
1983 2006-05-20 Kim F. Storm <storm@cua.dk>
1984
1985 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
1986
1987 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1988
1989 * macterm.c (convert_fn_keycode): Fix last change.
1990
1991 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1992
1993 * w32.c (init_environment): Perform the processing of environment
1994 variables on a copy of default variables and their values, not on
1995 the original. Simplify code that calls ExpandEnvironmentStrings
1996 and make buf1[] and buf2[] more visible for easier debugging.
1997
1998 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1999
2000 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
2001
2002 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
2003
2004 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2005
2006 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
2007 Forward keyUp events to toolbox_dispatcher.
2008
2009 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2010
2011 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2012
2013 * config.in: Regenerated (HAVE_ALSA).
2014
2015 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2016 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
2017 (snd_error_quiet, alsa_init): New functions.
2018 (vox_init): Return 0 if unable to open device.
2019 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
2020 a fallback.
2021 (struct sound_device): Add period_size.
2022 (wav_play, au_play): Use period_size if set.
2023
2024 * Makefile.in (CFLAGS_SOUND): New flags for ALSA
2025 (ALL_CFLAGS): Add CFLAGS_SOUND
2026
2027 2006-05-18 Kenichi Handa <handa@m17n.org>
2028
2029 * callproc.c (Fcall_process): Reject encoding arguments by
2030 ascii-incompatible coding systems (e.g. utf-16).
2031
2032 * coding.c (Qascii_incompatible): New variable.
2033 (syms_of_coding): Setup Qascii_incompatible.
2034 (setup_coding_system): Be sure to initialize coding->common_flags.
2035 Check `ascii-incompatible' property of the coding system.
2036
2037 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2038
2039 2006-05-18 Kim F. Storm <storm@cua.dk>
2040
2041 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2042 geometry when backtracking in case last image doesn't fit on line.
2043
2044 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2045
2046 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2047 more than height of one frame default line.
2048
2049 2006-05-17 Richard Stallman <rms@gnu.org>
2050
2051 * xfaces.c (better_font_p): Any font beats no font.
2052 (best_matching_font): Simplify based on above change.
2053
2054 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
2055
2056 2006-05-16 Kim F. Storm <storm@cua.dk>
2057
2058 * xterm.c (handle_one_xevent): Check that f is not NULL before
2059 calling x_kill_gs_process.
2060
2061 2006-05-14 Richard Stallman <rms@gnu.org>
2062
2063 * textprop.c (Fnext_single_char_property_change)
2064 (Fprevious_single_char_property_change): Don't allow returning
2065 value beyond LIMIT in any cases.
2066 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
2067
2068 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
2069
2070 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2071
2072 * xterm.c (handle_one_xevent): Check that f is not NULL before
2073 calling _XEditResCheckMessages.
2074
2075 2006-05-14 Kim F. Storm <storm@cua.dk>
2076
2077 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
2078
2079 2006-05-13 Eli Zaretskii <eliz@gnu.org>
2080
2081 * frame.c (x_set_border_width): Fix error message to say "frame",
2082 not "window".
2083
2084 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2085
2086 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * intervals.c (set_point_both): Fix mixup before before and after
2089 in variable names.
2090
2091 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
2092 while setting point temporarily.
2093
2094 2006-05-11 Richard Stallman <rms@gnu.org>
2095
2096 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
2097
2098 2006-05-11 Kim F. Storm <storm@cua.dk>
2099
2100 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2101
2102 2006-05-11 Kenichi Handa <handa@m17n.org>
2103
2104 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2105 while handling replace operation.
2106
2107 2006-05-10 Kenichi Handa <handa@m17n.org>
2108
2109 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2110 chosen for the default face was different from the frame font,
2111 adjust the frame font.
2112
2113 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2114
2115 * image.c (Qduration) [MAC_OS]: Undo previous change.
2116 (syms_of_image) [MAC_OS]: Likewise.
2117 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2118
2119 * macfns.c (x_to_mac_color): Fix shift amount change.
2120 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
2121 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2122
2123 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2124 Vmac_services_selection. All uses changed.
2125 (mac_store_service_event): Rename from mac_store_services_event in
2126 extern and calls.
2127
2128 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2129 changed.
2130 [MAC_OSX] (mac_store_service_event): Rename from
2131 mac_store_services_event. All callers changed.
2132 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2133 FACE_ID and C. All callers changed.
2134 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2135 mac_set_font_info_for_selection when focus frame is destroyed.
2136 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2137
2138 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2139 args in extern.
2140
2141 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2142
2143 * keymap.c (describe_map): Avoid generating duplicate entries if
2144 the shadowed binding has the same definition.
2145
2146 2006-05-09 Kenichi Handa <handa@m17n.org>
2147
2148 * keymap.c (push_key_description): Handle invalid character key.
2149
2150 2006-05-08 Kenichi Handa <handa@m17n.org>
2151
2152 * callproc.c (Fcall_process): Use system_eol_type for encoding
2153 arguments if eol_type is not yet decided.
2154
2155 * coding.h (system_eol_type): Extern it.
2156
2157 * coding.c (setup_coding_system): For invalid coding-system, set
2158 coding->eol_type to CODING_EOL_UNDECIDED.
2159 (encode_coding): Cancel previous change.
2160 (shrink_encoding_region): Likewise.
2161 (code_convert_region1): Likewise.
2162 (code_convert_string1): Likewise.
2163 (code_convert_string_norecord): Likewise.
2164
2165 * fileio.c (choose_write_coding_system): Use system_eol_type for
2166 encoding if eol_type is not yet decided.
2167
2168 * process.c (setup_process_coding_systems): Use system_eol_type
2169 for encoding if eol_type is not yet decided.
2170 (read_process_output): Likewise.
2171 (send_process): Likewise.
2172
2173 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2176
2177 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2178
2179 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2180 (syms_of_mac): Likewise for defsubr.
2181
2182 * macfns.c (mac_set_font): New function.
2183 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2184 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2185 kWindowToolbarButtonAttribute when creating window.
2186 (Fmac_clear_font_name_table): Move from macfns.c.
2187 (syms_of_macfns): Likewise for defsubr.
2188 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2189 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2190
2191 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2192 and build is done on Mac OS X 10.2 and later.
2193
2194 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2195 (mac_store_services_event): Change return type in extern.
2196
2197 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2198 FMFontFamily value.
2199 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2200 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2201 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2202 (QWindow) [MAC_OSX]: Likewise.
2203 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2204 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2205 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2206 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2207 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2208 (syms_of_macterm): Intern and staticpro them.
2209 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
2210 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2211 function.
2212 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2213 [MAC_OSX] (mac_store_services_event): Likewise.
2214 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2215 kEventWindowToolbarSwitchMode event.
2216 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2217 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2218 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2219 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2220 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2221
2222 * macterm.h (mac_set_font_info_for_selection): Add extern.
2223
2224 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2225
2226 * image.c (Qduration) [MAC_OS]: New variable.
2227 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2228 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2229 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2230 instead of cfstring_create_with_string.
2231
2232 2006-05-06 Kim F. Storm <storm@cua.dk>
2233
2234 * .gdbinit (xframe): Print frame name.
2235 (xlist): New command to print a list (max 10 elements).
2236 (xpr): Print lisp object of any type.
2237 (pitx): Print it->pixel_width.
2238
2239 2006-05-05 Kenichi Handa <handa@m17n.org>
2240
2241 * xdisp.c (handle_composition_prop): Fix for the case of empty
2242 composition component.
2243
2244 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2245
2246 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2247 from event->arg.
2248
2249 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2250 MAC_APPLE_EVENT.
2251
2252 * macterm.h (mac_make_lispy_event_code): Remove extern.
2253 (mac_post_mouse_moved_event): Add extern.
2254 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2255 `const AEDesc *' in externs.
2256 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2257
2258 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2259 `const AEDesc *'.
2260 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2261 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2262 Use xrealloc instead of repeated xmalloc/xfree.
2263 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2264 function.
2265
2266 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2267
2268 * macselect.c: Update copyright year.
2269 (mac_store_apple_event): Change return type to void in extern.
2270 (mac_handle_apple_event): Don't get return value from
2271 mac_store_apple_event.
2272 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2273 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2274 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2275 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2276 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2277 implementation using create_apple_event_from_drag_ref.
2278 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2279 (mac_do_receive_dragUPP): Move variables from macterm.c.
2280 (install_drag_handler, remove_drag_handler): New functions.
2281
2282 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2283 path select also for proxy icon click.
2284 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2285 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2286 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2287 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2288 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2289 macselect.c.
2290 (install_drag_handler, remove_drag_handler): Add extern.
2291 (mac_store_apple_event): Change return type to void. All uses changed.
2292 Create Lisp object from Apple event and store it into input event.
2293 (mac_make_lispy_event_code): Remove function.
2294 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2295 (install_window_handler): Call install_drag_handler.
2296 (remove_window_handler): Call remove_drag_handler.
2297
2298 2006-05-03 Richard Stallman <rms@gnu.org>
2299
2300 * sound.c (Fplay_sound_internal): Dynamically allocate
2301 current_sound_device and current_sound.
2302 (sound_cleanup): Free them.
2303
2304 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2305 when inside a keyboard macro.
2306
2307 2006-05-02 Andreas Schwab <schwab@suse.de>
2308
2309 * xmenu.c (restore_menu_items): Return a value.
2310
2311 2006-05-01 Martin Rudalics <rudalics@gmx.at>
2312
2313 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2314 buffer when moving backwards.
2315
2316 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2317
2318 * dispnew.c (update_window): Don't set changed_p when mode/header
2319 line is updated.
2320
2321 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2322 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2323 Don't distinguish known faces from others.
2324
2325 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2326 through typeFileURL failed.
2327
2328 * macfns.c (mac_update_title_bar): New function.
2329 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
2330 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2331 Call mac_prepare_for_quickdraw.
2332
2333 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2334 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2335 (enum pcm_status): New enum.
2336 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2337 (XCharStructRow): Remove. Now validity is represented by
2338 non-negativeness of sum of ascent and descent.
2339 (struct MacFontStruct): Change type of member `rows'.
2340 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2341
2342 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2343 Adjust endpoints of strictly horizontal/vertical lines.
2344 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2345 (pcm_init, pcm_get_status): New functions.
2346 (x_per_char_metric, XLoadQueryFont): Use them instead of
2347 XCharStructRow and related macros.
2348 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2349 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2350 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2351 and window path pop-up menu on title bar.
2352 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2353
2354 * macterm.h (mac_update_title_bar): Add extern.
2355 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2356 (FRAME_FILE_NAME): New macro.
2357
2358 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2359
2360 2006-04-30 Richard Stallman <rms@gnu.org>
2361
2362 * keymap.c (Fdefine_key): Improve error message
2363 when KEY begins with a non-prefix key.
2364
2365 2006-04-30 Martin Rudalics <rudalics@gmx.at>
2366
2367 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2368 when we skipped backward over a generic comment.
2369
2370 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * .gdbinit (pp1, pv1): Only print value as expression is now
2373 printed out by gud-print.
2374 (pv1): Correct doc string.
2375
2376 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2379 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2380 keymap.c:895: error: address of register variable `def' requested.
2381
2382 2006-04-26 Jason Rumney <jasonr@gnu.org>
2383
2384 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2385
2386 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2387 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2388 where we preempt mouse_button_timer.
2389
2390 2006-04-25 Miles Bader <miles@gnu.org>
2391
2392 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2393
2394 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * process.h: Include headers for pid_t.
2397
2398 2006-04-24 Kim F. Storm <storm@cua.dk>
2399
2400 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
2401 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
2402 (produce_stretch_glyph): Assume that face box height and width is
2403 already included in stretch glyph size so caller doesn't have to
2404 consider the extra space otherwise added (fixes problem in ses.el).
2405
2406 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
2407 matrices to force recalculation of tool-bar height after font change.
2408
2409 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
2410 Clear it when done, so we don't accidentally draw a second copy of
2411 the tool-bar after resetting f->n_tool_bar_rows.
2412 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
2413 we recalculate f->n_tool_bar_rows.
2414
2415 2006-04-23 Lars Hansen <larsh@soem.dk>
2416
2417 * editfns.c (find_field): Fix comment.
2418 (Ffield_beginning): Fix bug when POS is at field beginning.
2419
2420 2006-04-22 Eli Zaretskii <eliz@gnu.org>
2421
2422 * puresize.h (BASE_PURESIZE): Increase to 1205000.
2423
2424 2006-04-21 Kim F. Storm <storm@cua.dk>
2425
2426 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
2427 window start is at BEGV.
2428
2429 * dispextern.h (struct image): New member `corners'.
2430 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
2431
2432 * image.c (four_corners_best): New arg CORNERS specifies what pixels
2433 to look at in case image has margin.
2434 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
2435 (image_background, image_background_transparent)
2436 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
2437 (gif_load): Set img->corners according to image's margin spec.
2438 Use img->corners values directly where applicable.
2439 Save image extension data in img->data.lisp_val.
2440 (gif_clear_image): New function to free img->data.lisp_val.
2441 (gif_type): Use it instead of generic x_clear_image.
2442 (Fimage_extension_data): New defun.
2443 (syms_of_image): Defsubr it.
2444
2445 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
2446
2447 * window.c (Fdisplay_buffer): Doc fix.
2448
2449 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2450
2451 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
2452
2453 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2454
2455 * image.c [MAC_OS] (xpm_load_image): Fill in background field
2456 while we have ximg handy.
2457
2458 * macmenu.c (restore_menu_items, save_menu_items): New functions
2459 from xmenu.c.
2460 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
2461 changes for xmenu.c.
2462
2463 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
2464 (add_mac_font_name): New function.
2465 (init_font_name_table): Use it. Adopt the first found font from
2466 those having the same family name.
2467
2468 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2469
2470 * xdisp.c (note_mouse_highlight): Use build_string.
2471
2472 2006-04-20 Lars Hansen <larsh@soem.dk>
2473
2474 * textprop.c (Fremove_list_of_text_properties):
2475 Ensure modify_region is called only when buffer is modified and that
2476 signal_after_change is allways called in that case.
2477
2478 * print.c (PRINTFINISH): Call signal_after_change.
2479
2480 2006-04-20 Kim F. Storm <storm@cua.dk>
2481
2482 * xdisp.c (redisplay_window): Fix last change.
2483
2484 * xdisp.c (redisplay_window): If current window start is not at the
2485 beginning of a line, select a new window start if buffer is modified
2486 and window start is in the modified region, but the first change is
2487 before window start.
2488
2489 2006-04-18 Richard Stallman <rms@gnu.org>
2490
2491 * xmenu.c (restore_menu_items, save_menu_items): New fns.
2492 (set_frame_menubar): Use save_menu_items. Save updated vector in
2493 the frame before unwinding it. Don't use unuse_menu_items.
2494 Don't use discard_menu_items.
2495 (digest_single_submenu): Abort if an item is not in a pane.
2496 (init_menu_items): Put the error check at the top.
2497
2498 * keymap.c (describe_map): Make "shadowed" warning more verbose.
2499
2500 * window.c (adjust_window_trailing_edge): Correctly distinguish
2501 series vs parallel cases, even when window has no parent.
2502
2503 * abbrev.c (record_symbol): New function.
2504 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
2505
2506 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2507
2508 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
2509 value of xmalloc.
2510
2511 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2512 (create_apple_event_from_event_ref, xrm_get_preference_database)
2513 (cfstring_create_normalized): Don't check return value of xmalloc.
2514
2515 * macselect.c (get_scrap_target_type_list, defer_apple_events)
2516 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
2517 return value of xmalloc/xrealloc.
2518
2519 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
2520 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
2521 (XLoadQueryFont, mac_store_apple_event): Don't check return value
2522 of xmalloc.
2523
2524 2006-04-17 Kim F. Storm <storm@cua.dk>
2525
2526 * window.c (coordinates_in_window): On the vertical border,
2527 calculate the row number measured from the top of the window, not
2528 the top of the frame.
2529 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
2530 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2531
2532 2006-04-16 Eli Zaretskii <eliz@gnu.org>
2533
2534 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
2535
2536 2006-04-16 Romain Francoise <romain@orebokech.com>
2537
2538 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
2539
2540 2006-04-16 Andreas Schwab <schwab@suse.de>
2541
2542 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2543
2544 2006-04-15 Romain Francoise <romain@orebokech.com>
2545
2546 * puresize.h (BASE_PURESIZE): Increment to 1210000.
2547
2548 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2549
2550 * print.c (Fprin1_to_string): Mention in the `doc' that the
2551 behavior is modified by `print-level' and `print-length'.
2552
2553 2006-04-13 Kenichi Handa <handa@m17n.org>
2554
2555 * coding.c (setup_coding_system): If eol-type is not yet decided
2556 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
2557 If coding_system is nil, return 0.
2558 (code_convert_region1): Even if coding_system is nil, don't skip
2559 conversion if system_eol_type is not LF.
2560 (code_convert_string1): Likewise.
2561 (code_convert_string_norecord): Likewise.
2562
2563 2006-04-13 Kenichi Handa <handa@m17n.org>
2564
2565 * coding.c (setup_coding_system): Fix previous change.
2566 (encode_coding): If eol_type is not yet decided, use system_eol_type.
2567 (shrink_encoding_region): If eol_type is not yet decided and
2568 system_eol_type is not LF, don't shrink.
2569
2570 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2571
2572 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
2573 line.
2574
2575 2006-04-12 Richard Stallman <rms@gnu.org>
2576
2577 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
2578
2579 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
2580 (Fprocess_send_eof): Abort if fail to open null device.
2581
2582 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2583
2584 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
2585
2586 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
2587 assignment used as truth value. Add explicit braces to avoid
2588 ambiguous `else'.
2589 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
2590
2591 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
2592 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
2593 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
2594 Put externs in #ifdef HAVE_X_WINDOWS.
2595 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
2596 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
2597 (init_mac_osx_environment) [MAC_OSX]: Add extern.
2598
2599 * mac.c (init_process): Remove undef.
2600 (select) [MAC_OSX]: Undefine before including sysselect.h.
2601 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
2602 Remove functions and prototypes.
2603 (parse_value): Add parentheses around + inside shift.
2604 (path_from_vol_dir_name): Make static.
2605 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
2606 [!MAC_OSX] (get_path_to_system_folder): Likewise.
2607 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
2608 variable `cCode'.
2609 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
2610 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
2611
2612 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
2613 (x_set_mouse_color): Remove unused variable `dpy'.
2614 (Fx_create_frame): Remove unused variable `x_frame_count'.
2615 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
2616 (x_sync): Move from macterm.c.
2617 (Fx_file_dialog): Remove unused variable `default_filter_index'.
2618
2619 * macmenu.c (min_menu_id): Make element type explicit.
2620
2621 * macselect.c (get_flavor_type_from_symbol): Remove unused
2622 variable `val'.
2623 (get_scrap_private_timestamp, x_get_foreign_selection)
2624 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
2625 (Fmac_process_deferred_apple_events): Remove unused variables
2626 `keyword', `reply', `apple_event', `count', and `err'.
2627
2628 * macterm.c: Don't include gnu.h.
2629 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
2630 (x_sync): Move to macfns.c.
2631 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
2632 variable `mask_bits'.
2633 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
2634 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
2635 (x_mac_to_emacs_modifiers): Remove function.
2636 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
2637 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
2638 Add explicit braces to avoid ambiguous `else'.
2639 (x_make_frame_visible): Remove unused variables `type',
2640 `original_top', and `original_left'.
2641 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
2642 (x_load_font): Remove unused variables `full_name', and `value'.
2643 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
2644 Remove functions.
2645 (do_zoom_window): Reorganize variables with respect to conditionals.
2646 (init_command_handler): Remove unused variable `err'.
2647 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
2648
2649 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
2650 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
2651 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
2652 (do_menu_choice, have_menus_p, x_real_positions)
2653 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
2654 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
2655 (free_frame_menubar): Add externs.
2656
2657 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
2658 (malloc, realloc, free): Add undefs.
2659 (read_load_commands): Remove unused variable `n' and `j'.
2660 (copy_data_segment): Remove unused variable `r'.
2661
2662 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
2663 within ||. Add explicit braces to avoid ambiguous `else'.
2664 (dump_glyph_row): Remove label for `inverse_p' from legend.
2665
2666 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
2667 Add explicit braces to avoid ambiguous `else'.
2668
2669 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2670
2671 * dispnew.c (init_display): Don't init X display if the user asked
2672 for a non-X display.
2673
2674 2006-04-12 Kenichi Handa <handa@m17n.org>
2675
2676 * coding.c (setup_coding_system): Use system_eol_type for default
2677 coding->eol_type.
2678
2679 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
2682
2683 * data.c (wrong_type_argument): Try to avoid compiler warnings due
2684 to the fact the function is now marked as NO_RETURN.
2685
2686 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2687
2688 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
2689
2690 2006-04-10 Romain Francoise <romain@orebokech.com>
2691
2692 * xrdb.c (gethomedir): Use xstrdup.
2693
2694 2006-04-10 Andreas Schwab <schwab@suse.de>
2695
2696 * xrdb.c (gethomedir): Make sure to always return a pointer that
2697 can be passed to free.
2698
2699 2006-04-09 Richard Stallman <rms@gnu.org>
2700
2701 * lisp.h (Fkill_emacs): Undo previous change.
2702
2703 2006-04-08 Richard Stallman <rms@gnu.org>
2704
2705 * search.c (boyer_moore): Test ch >= 0400, not >.
2706
2707 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * puresize.h (pure_write_error): Mark as NO_RETURN.
2710
2711 * lisp.h (args_out_of_range, args_out_of_range_3)
2712
2713 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2714
2715 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
2716 if a menu is active on this frame.
2717
2718 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2719
2720 * lisp.h (report_file_error): Mark as NO_RETURN.
2721
2722 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2723
2724 * alloc.c [STDC_HEADERS]: Include stddef.h.
2725
2726 * lisp.h (PSEUDOVECSIZE): Fix last change.
2727
2728 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2731 `raw_status_high', and `raw_status_low' with plain integers, and move
2732 them to the end of the structure.
2733
2734 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
2735 pseudovector's size field so only the Lisp_Object fields get GC'd.
2736
2737 * process.c (update_status, make_process, Fdelete_process)
2738 (Fprocess_status, list_processes_1, start_process_unwind)
2739 (create_process, Fmake_network_process, server_accept_connection)
2740 (wait_reading_process_output, send_process, Fprocess_running_child_p)
2741 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
2742 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
2743 `pid' and `raw_status'.
2744 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
2745 representing PIDs that are larger than most-positive-fixnum.
2746
2747 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
2748
2749 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
2750
2751 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2752
2753 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
2754
2755 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
2756
2757 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
2758 ../lib-src/b2m.c and ../lib-src/editfns.c.
2759 (Fcurrent_time_string): Use it.
2760 Document that the year might not consume 4 columns if it's outside
2761 the range 1000-9999.
2762 Check for asctime failure.
2763 Don't assume that the output string length is always exactly 24.
2764
2765 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2766
2767 * macterm.c (XTread_socket): Initialize variable `f' before its use.
2768
2769 2006-04-03 Kenichi Handa <handa@m17n.org>
2770
2771 * image.c: Include "charset.h" and "coding.h".
2772 (x_find_image_file): Return an encoded file name.
2773
2774 2006-04-01 Eli Zaretskii <eliz@gnu.org>
2775
2776 * configure: Regenerated.
2777
2778 2006-03-31 Kenichi Handa <handa@m17n.org>
2779
2780 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
2781
2782 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * xdisp.c (syms_of_xdisp): Fix variable name.
2785
2786 2006-03-30 Kenichi Handa <handa@m17n.org>
2787
2788 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
2789
2790 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * keyboard.c (process_tool_bar_item): Reorder dummy args.
2793
2794 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * keyboard.c (tool_bar_items): Use map_keymap.
2797 (process_tool_bar_item): Add dummy args to fit the required interface.
2798
2799 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2800
2801 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
2802 to zero before calling debug_print or safe_debug_print.
2803
2804 * print.c (print_output_debug_flag): New global variable.
2805 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
2806 OutputDebugString if print_output_debug_flag is zero.
2807
2808 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
2809
2810 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
2811 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
2812 (Fdecode_time): Cast tm_year to EMACS_INT.
2813 (Fcurrent_time_string): Report an invalid time specification if
2814 the argument is invalid. Also, check for out-of-range time stamps.
2815
2816 2006-03-24 Kim F. Storm <storm@cua.dk>
2817
2818 * xterm.c (handle_one_xevent):
2819 * w32term.c (w32_read_socket):
2820 * macterm.c (XTread_socket): Don't let key-press clear mouse face
2821 on in toolbar window if mouse-highlight is an integer.
2822
2823 * fns.c (sxhash_list): Include last non-nil CDR in hash.
2824
2825 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2826
2827 * macmenu.c (enum mac_menu_kind): New enum.
2828 (min_menu_id): New variable.
2829 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
2830 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
2831 min_menu_id and enumerators in enum mac_menu_kind.
2832 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
2833 All uses changed. Add range check for menu ID.
2834 (fill_menubar): Add range check for menu ID.
2835 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
2836 GetEventParameter.
2837 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
2838 for each menu kind.
2839
2840 2006-03-22 Kim F. Storm <storm@cua.dk>
2841
2842 * xdisp.c: Undo 2006-03-21 change.
2843
2844 * term.c: Define aliases for append_glyph and produce_stretch_glyph
2845 when `static' is defined to avoid name clash with those in xdisp.c.
2846
2847 * process.c (Faccept_process_output): Fix to comply with lisp
2848 reference. Change arg "timeout" to "seconds" and allow both
2849 integer and float value. Change arg "timeout-msec" to "millisec"
2850 and interpret" as milliseconds rather than microseconds. Fix doc
2851 string accordingly.
2852
2853 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
2854
2855 * xdisp.c (store_next_glyph): Rename from append_glyph.
2856 (generate_stretch_glyph): Rename from produce_stretch_glyph.
2857 All callers changed accordingly.
2858
2859 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2860
2861 * xterm.c: x_session_initialized new variable.
2862 (x_term_init): Use x_session_initialized to check if
2863 x_session_initialize should be called.
2864 (x_initialize): Initialize x_session_initialized.
2865
2866 2006-03-21 Kim F. Storm <storm@cua.dk>
2867
2868 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
2869 bitmap here, but ...
2870 (update_window_fringes): ... here, so we can test if it has changed.
2871
2872 2006-03-20 Andreas Schwab <schwab@suse.de>
2873
2874 * dispnew.c (init_display): Check DISPLAY here.
2875
2876 * emacs.c (main): Don't check here.
2877
2878 * xterm.c (x_display_ok): Don't use DISPLAY env var.
2879
2880 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
2883 mixup (YAILOM).
2884
2885 2006-03-20 Eli Zaretskii <eliz@gnu.org>
2886
2887 * emacs.c (main): Fix last change.
2888
2889 2006-03-20 Kenichi Handa <handa@m17n.org>
2890
2891 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
2892
2893 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
2894
2895 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
2896
2897 * xterm.c (x_term_init): Remove unnecessary GCPRO.
2898
2899 2006-03-19 Kim F. Storm <storm@cua.dk>
2900
2901 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
2902 so it doesn't associate overlay string with following glyph by default.
2903 Allow integer property value to specify explicit number of buffer
2904 positions associate with overlay string.
2905
2906 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
2909
2910 2006-03-18 Nozomu Ando <nand@mac.com>
2911
2912 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
2913 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
2914 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
2915 Don't redefine.
2916
2917 * m/mips.h: Don't use unexmips on NetBSD.
2918 (LIBS_MACHINE): Move definition lower, so it doesn't use
2919 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
2920 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
2921
2922 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
2923 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
2924 option is broken (e.g., MIPS/NetBSD).
2925
2926 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
2927
2928 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
2929 Remove the HAVE_X_WINDOWS conditional.
2930
2931 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
2932
2933 * emacs.c (main): If user asks for a display that is unavailable,
2934 simulate -nw.
2935
2936 * xterm.c (x_display_ok): New function.
2937
2938 * xterm.h: Add prototype for x_display_ok.
2939
2940 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2941
2942 * w32fns.c (Fw32_select_font): Doc fix.
2943
2944 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2945
2946 * image.c [MAC_OS] (XPutPixel, XGetPixel)
2947 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
2948 version when depth is 32.
2949 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
2950 New function.
2951 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
2952 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
2953
2954 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
2955 Create GWorld in ARGB pixel format.
2956 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
2957 Remove functions.
2958 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
2959 instead of mac_copy_area/mac_copy_area_with_mask.
2960
2961 2006-03-15 Kim F. Storm <storm@cua.dk>
2962
2963 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
2964 empty row. Fixes memory corruption revealed by 2006-03-02 change.
2965 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
2966 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
2967 width is exactly the same as the window width. Don't count a final
2968 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
2969
2970 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
2971
2972 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
2973 conditional on HAVE_NTGUI, not WINDOWS_NT.
2974
2975 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2976
2977 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
2978
2979 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
2980
2981 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
2982 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
2983 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
2984 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
2985 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
2986 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
2987 instead of mac_draw_bitmap.
2988 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
2989 define_fringe_bitmap and destroy_fringe_bitmap.
2990
2991 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * xterm.c (x_uncatch_errors): Block input for entire function.
2994
2995 2006-03-12 Jason Rumney <jasonr@gnu.org>
2996
2997 * w32fns.c (Fx_create_frame): Remove call to
2998 Qface_set_after_frame_default (from xfns.c 2003-05-26).
2999
3000 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
3001 finished with the menu.
3002
3003 * w32term.c: Sync 2005-10-24 xterm.c changes.
3004 (last_mouse_glyph_frame): New var.
3005 (note_mouse_movement): Say mouse moved if current frame differs
3006 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3007 (w32_mouse_position): Set last_mouse_glyph_frame.
3008 Remove OLD_REDISPLAY_CODE block.
3009
3010 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3011
3012 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
3013
3014 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
3015 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
3016
3017 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3018
3019 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
3020
3021 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
3022 (x_draw_composite_glyph_string_foreground)
3023 (x_draw_image_foreground): Undo previous changes.
3024 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
3025 argument of mac_draw_rectangle.
3026 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
3027 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
3028 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
3029 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
3030 [USE_CG_DRAWING]: New functions.
3031 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
3032 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
3033 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
3034 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
3035 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
3036 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
3037 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3038
3039 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3040
3041 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
3042
3043 2006-03-11 Jason Rumney <jasonr@gnu.org>
3044
3045 * w32fns.c (signal_user_input): New function.
3046 (post_character_message): Use it for keyboard input.
3047 (w32_msg_pump): Use it for mouse input.
3048
3049 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
3052 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
3053
3054 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3055
3056 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
3057 if a menu is already active (the menubar_active flag is on).
3058
3059 2006-03-11 David Ponce <david@dponce.com>
3060
3061 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
3062
3063 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3064
3065 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
3066 the list of unused display error handling functions.
3067
3068 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
3069 HAVE_X_WINDOWS.
3070 (internal_condition_case, internal_condition_case_1)
3071 (internal_condition_case_2): Call x_catching_errors only if
3072 HAVE_X_WINDOWS.
3073
3074 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
3075 Don't include sys/resource.h unless defined.
3076
3077 2006-03-11 Richard Stallman <rms@gnu.org>
3078
3079 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
3080
3081 * vm-limit.c (get_lim_data, lim_data, data_space_start):
3082 Move from mem-limits.h.
3083 (enum warnlevel): New data type.
3084 (check_memory_limits): Rewrite the logic about warnings.
3085 Use standard `struct rlimit'. Check return values for nonsense.
3086 (memory_warnings): Always clear lim_data.
3087
3088 * mem-limits.h (get_lim_data, lim_data, data_space_start):
3089 Move to vm-limit.c.
3090
3091 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
3092
3093 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
3094 (internal_condition_case_1, internal_condition_case_2):
3095 Abort if within unclosed x_catch_errors.
3096
3097 2006-03-11 Romain Francoise <romain@orebokech.com>
3098
3099 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3100
3101 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3102
3103 * lisp.h: Remove duplicate prototypes. Make the prototype of
3104 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3105
3106 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3107
3108 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3109 argument of XDrawRectangle.
3110
3111 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3112
3113 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3114 (x_draw_glyph_string_foreground)
3115 (x_draw_composite_glyph_string_foreground)
3116 (x_draw_image_foreground): Don't subtract 1 from width and height
3117 arguments to mac_draw_rectangle.
3118 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3119
3120 2006-03-10 Kim F. Storm <storm@cua.dk>
3121
3122 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3123
3124 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3127 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3128
3129 2006-03-09 Kenichi Handa <handa@m17n.org>
3130
3131 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3132 ASCII component of a composition.
3133
3134 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3135
3136 * window.c: Declare preserve_y as a static global variable.
3137 (window_scroll_pixel_based): No longer declare preserve_y;
3138 it is global now.
3139 (syms_of_window): Set preserve_y to -1.
3140
3141 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3142
3143 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3144 depth is 32.
3145 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
3146 depth is 32.
3147
3148 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * xdisp.c (handle_invisible_prop): Don't update it->position with
3151 a buffer position if we're in a display string.
3152
3153 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3154
3155 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3156 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3157
3158 * macfns.c (x_default_scroll_bar_color_parameter)
3159 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3160 Remove unnecessary prototypes.
3161 (x_set_scroll_bar_default_width):
3162 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
3163 (mac_set_scroll_bar_width): New function.
3164 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3165
3166 * macterm.c (get_control_part_bounds): Fix type of return value.
3167 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3168 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3169 scroll bar if it is not tall enough to display scroll bar thumb.
3170 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3171 (mac_handle_command_event, mac_handle_window_event)
3172 (mac_handle_mouse_event): Check error code of GetEventParameter.
3173 (convert_fn_keycode) [MAC_OSX]: Likewise.
3174
3175 2006-03-05 Andreas Schwab <schwab@suse.de>
3176
3177 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3178
3179 2006-03-02 Kim F. Storm <storm@cua.dk>
3180
3181 * frame.h (struct frame): New member n_tool_bar_rows.
3182
3183 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3184 that non-toolkit tool-bars must occupy an integral number of screen
3185 lines, by distributing the rows evenly over the tool-bar screen area.
3186 (Vtool_bar_border): New variable.
3187 (syms_of_xdisp): DEFVAR_LISP it.
3188 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3189 Make tool-bar row the desired height. Use default face for border
3190 below tool-bar.
3191 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3192 actual tool-bar rows.
3193 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3194 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3195 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3196 is resized.
3197
3198 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3199
3200 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3201 backslashes to try to make clear that it has a literal meaning; it
3202 does not do that. (It could close a character alternative
3203 containing a backslash.)
3204
3205 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * xselect.c (x_catch_errors_unwind): New function.
3208 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3209 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3210
3211 * window.c (Qscroll_up, Qscroll_down): New syms.
3212 (window_scroll_pixel_based): Make preserve_y static to avoid
3213 getting point stuck when scrolling 1 line.
3214
3215 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
3218
3219 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3220 (handle_one_xevent, x_connection_closed, x_list_fonts):
3221 No arg for x_uncatch_errors.
3222
3223 * xselect.c (x_own_selection, x_decline_selection_request)
3224 (x_reply_selection_request, x_get_foreign_selection)
3225 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3226
3227 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3228 Likewise.
3229
3230 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * lread.c: Declare Vload_file_rep_suffixes instead of
3233 deleted variable default_suffixes.
3234 (Fget_load_suffixes): New function.
3235 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3236 No longer use deleted variable default_suffixes. Update docstring.
3237 (syms_of_lread): defsubr Sget_load_suffixes.
3238 Expand `load-suffixes' docstring.
3239 Delete default_suffixes and DEFVAR_LISP the new variable
3240 `load-file-rep-suffixes'.
3241
3242 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3243 of Vload_suffixes.
3244
3245 * lisp.h: EXFUN Fget_load_suffixes.
3246 Extern Vload_file_rep_suffixes.
3247
3248 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3249 with lisp.h.
3250
3251 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3254 qualifier which was trying to avoid the bug that was fixed by
3255 yesterday's changes to xterm.c.
3256
3257 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * xterm.h (x_catch_errors) Return value changed to void.
3260 (x_uncatch_errors): Delete unused count argument.
3261
3262 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3263 it can be called in a signal handler.
3264 (x_catch_errors_unwind): Function deleted.
3265 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3266 (x_check_errors): Call x_uncatch_errors before signalling error.
3267
3268 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3269 (x_connection_closed, x_list_fonts): Use new versions of
3270 x_catch_errors and x_uncatch_errors.
3271
3272 * xselect.c (x_own_selection, x_decline_selection_request)
3273 (x_reply_selection_request, x_get_foreign_selection)
3274 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3275
3276 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3277 Likewise.
3278
3279 * eval.c (record_unwind_protect): Add an assertion.
3280
3281 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * process.c (Fmake_network_process): Init the process's mark.
3284
3285 2006-02-25 Kim F. Storm <storm@cua.dk>
3286
3287 * buffer.c (modify_overlay): Force redisplay if we modify an
3288 overlay at the end of the buffer.
3289
3290 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3291
3292 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3293 nil the image file has been removed, in that case use the (cached)
3294 pixmap.
3295
3296 2006-02-24 Kenichi Handa <handa@m17n.org>
3297
3298 * fileio.c (Finsert_file_contents): When a text is replaced
3299 partially, be sure to set point before the inserted characters.
3300
3301 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3302
3303 * xfns.c (Fx_file_dialog): Return a decoded file name.
3304
3305 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3306
3307 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3308 glyph whose face is extended to the text area end.
3309
3310 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3311 values if control is not visible or values are not changed.
3312
3313 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3316 The default `window' should not be "on a different frame".
3317
3318 2006-02-22 Kim F. Storm <storm@cua.dk>
3319
3320 * indent.c (Fvertical_motion): Only try to move back if we can.
3321
3322 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3323
3324 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3325 n_clip_rects.
3326
3327 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3328 xmenu.c.
3329
3330 * macterm.c (GC_CLIP_REGION): Remove macro.
3331 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3332 All uses changed. Don't do clipping if n_clip_rects is zero.
3333 (mac_set_clip_rectangles): Use xassert instead of abort.
3334 Set n_clip_rects. Don't make clip_region empty when number of
3335 clipping rectangles is zero.
3336 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3337 calling mac_set_clip_rectangles.
3338 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3339 avoid multiple redraws.
3340
3341 2006-02-22 Kim F. Storm <storm@cua.dk>
3342
3343 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3344
3345 2006-02-21 Kim F. Storm <storm@cua.dk>
3346
3347 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3348
3349 2006-02-21 Zhang Wei <brep@newsmth.org>
3350
3351 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3352 returning it.
3353
3354 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3355
3356 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3357 (standard_bitmaps): Use it.
3358
3359 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3360
3361 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3362 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3363 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3364 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
3365 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3366 Draw background if BG_WIDTH is not zero. Use float constants as
3367 divisors instead of double. Use alloca instead of xmalloc/xfree.
3368 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3369 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3370 mac_draw_image_string* functions.
3371 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3372 some fonts when srcCopy text transfer mode might be used.
3373 (mac_begin_clip, mac_end_clip): Check if region is empty.
3374 (mac_set_clip_rectangles): When resetting clip region, make it
3375 empty instead of disposing of it.
3376
3377 2006-02-20 Kim F. Storm <storm@cua.dk>
3378
3379 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3380
3381 * buffer.h (struct buffer): New members fringe_indicator_alist and
3382 fringe_cursor_alist.
3383
3384 * buffer.c (init_buffer_once): Set dummy default values for
3385 fringe-indicator-alist and fringe-cursor-alist. The proper
3386 default values are set by pre-loading fringe.el.
3387 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3388 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
3389 corresponding default- variables.
3390
3391 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
3392 to use `int'.
3393 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
3394 Define explicitly.
3395 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
3396 (Qhollow_small): New variables.
3397 (syms_of_fringe): Intern and staticpro them.
3398 (question_mark_bits): Rename from unknown_bits.
3399 (left_curly_arrow_bits): Rename from continuation_bits.
3400 (right_curly_arrow_bits): Rename from continued_bits.
3401 (left_triangle_bits): Rename from ov_bits.
3402 (right_triangle_bits): Add.
3403 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
3404 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
3405 (filled_square_bits): Add.
3406 (vertical_bar_bits): Rename from bar_cursor_bits.
3407 (horizontal_bar_bits): Rename from hbar_cursor_bits.
3408 (empty_line_bits): Rename from zv_bits.
3409 (standard_bitmaps): Update to use new names.
3410 (draw_fringe_bitmap_1): Make static.
3411 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
3412 to map from logical cursors and indicators to physical bitmaps.
3413 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
3414 bitmaps using symbol names instead of bitmap numbers.
3415 (update_window_fringes): Use logical indicator symbol names
3416 instead of bitmap numbers for logical. Add bitmap cache.
3417 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
3418
3419 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * regex.c: Revert 2006-02-19 change.
3422 (xmalloc, xrealloc): Define these when not linked to Emacs.
3423 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
3424
3425 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
3426
3427 * regex.c (extend_range_table_work_area): Fix typo.
3428
3429 2006-02-19 Richard M. Stallman <rms@gnu.org>
3430
3431 * xterm.c (x_catch_errors): Use xmalloc.
3432
3433 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
3434 (regex_compile): Likewise.
3435 (regcomp): Use xmalloc.
3436
3437 * gtkutil.c (malloc_widget_value): Use xmalloc.
3438
3439 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
3440 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
3441
3442 * xmenu.c (digest_single_submenu): When pane_string is empty,
3443 do initialize save_wv.
3444
3445 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3446
3447 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
3448 w->update_mode_line if arg F is not the selected frame.
3449
3450 * macmenu.c (popup_activated_flag, submenu_id)
3451 (next_menubar_widget_id): Remove variables.
3452 (initialize_frame_menubar): Remove function.
3453 (pop_down_menu, mac_menu_show): Simplify save value.
3454 (dispose_menus): New function.
3455 (pop_down_menu, fill_menubar): Use it.
3456 (fill_submenu): Remove function. All uses changed to fill_menu.
3457 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
3458 POS. Don't call SetMenuItemHierarchicalID here.
3459 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
3460 used next. Call SetMenuItemHierarchicalID here.
3461 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
3462 objects if needed. Reuse existing menu bar titles if possible.
3463 (set_frame_menubar): Don't clean up menu objects here.
3464
3465 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * window.c (window_min_size_1): Ensure room for the scroll bar and
3468 fringes.
3469
3470 2006-02-17 Romain Francoise <romain@orebokech.com>
3471
3472 * puresize.h (BASE_PURESIZE): Increment to 1200000.
3473
3474 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
3477 addition of the BLOCK_INPUTs.
3478
3479 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * window.c (Fset_window_scroll_bars): Doc fix.
3482
3483 2006-02-17 Kenichi Handa <handa@m17n.org>
3484
3485 * xdisp.c (display_mode_element): Call display_string with correct
3486 PREC arg (which must be a number of characters, not column width).
3487
3488 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3489
3490 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
3491
3492 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
3493
3494 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
3495
3496 2006-02-14 Richard M. Stallman <rms@gnu.org>
3497
3498 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
3499
3500 * m/ibms390x.h: New file.
3501
3502 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3503
3504 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
3505 value of x-gtk-whole-detached-tool-bar.
3506 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
3507
3508 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
3509
3510 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3511
3512 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
3513
3514 * xterm.h: Declare x_x_to_emacs_modifiers.
3515
3516 * gtkutil.c (xg_tool_bar_button_cb): New function.
3517 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
3518 store modifiers in event.
3519 (update_frame_tool_bar): Connect button-release-event to
3520 xg_tool_bar_button_cb.
3521
3522 2006-02-13 Richard M. Stallman <rms@gnu.org>
3523
3524 * .gdbinit (xwindow): Update the code to show the window box.
3525
3526 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3527
3528 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
3529
3530 2006-02-12 Richard M. Stallman <rms@gnu.org>
3531
3532 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
3533
3534 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3535
3536 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
3537 (syms_of_keyboard): DEVFAR_LISP and initialize it.
3538 (parse_tool_bar_item, parse_menu_item): If that variable is
3539 non-nil, don't disable menu items and tool-bar buttons.
3540
3541 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * doc.c (Fsubstitute_command_keys): Doc fix.
3544
3545 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
3546
3547 * data.c (Findirect_function): Rewrite docstring.
3548 Fix omission bug: Declare new arg NOERROR.
3549
3550 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3551
3552 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
3553 if window_desc is not set yet.
3554 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
3555 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
3556 parameter `visibility' is `icon'.
3557 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
3558 instead of "fontset-mac".
3559 (Fx_focus_frame): New defun.
3560 (syms_of_macfns): Defsubr it.
3561
3562 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
3563 for unfocused frame.
3564 (x_raise_frame): Call BringToFront instead of SelectWindow.
3565 (x_lower_frame): Use NULL instead of nil.
3566 (x_make_frame_visible): Don't call SelectWindow.
3567 (XTread_socket): Increment handling_signal at the start, decrement
3568 it at the end.
3569 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
3570 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
3571
3572 2006-02-10 Kim F. Storm <storm@cua.dk>
3573
3574 * data.c (Findirect_function): Add NOERROR arg. All callers changed
3575 to pass Qnil for NOERROR.
3576
3577 * keymap.c (current_minor_maps_error): Remove.
3578 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
3579 instead of using internal_condition_case_1+current_minor_maps_error.
3580
3581 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3582
3583 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
3584 frames for GTK, in that case it is the tool bar. This is so that
3585 highlighted text get reset properly.
3586
3587 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
3590
3591 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3592
3593 * window.c (adjust_window_trailing_edge): Check that shrinking
3594 does not set a window to size zero or less.
3595
3596 2006-02-08 Miles Bader <miles@gnu.org>
3597
3598 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
3599 of Fget_text_property (other field functions work with overlays as
3600 well as text-properties).
3601
3602 2006-02-07 Kenichi Handa <handa@m17n.org>
3603
3604 * dispextern.h (unibyte_display_via_language_environment): Extern it.
3605
3606 * xterm.h (unibyte_display_via_language_environment):
3607 * w32term.h (unibyte_display_via_language_environment):
3608 * macterm.h (unibyte_display_via_language_environment): Delete extern.
3609
3610 2006-02-07 Kenichi Handa <handa@m17n.org>
3611
3612 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
3613 (produce_glyphs): Set the character to print in
3614 it->char_to_display. Handle unibyte-display-via-language-environment.
3615 (produce_stretch_glyph): Set character to print in it->char_to_display.
3616
3617 2006-02-06 Kenichi Handa <handa@m17n.org>
3618
3619 * lread.c (openp): Initialize encoded_fn before GCPRO it.
3620
3621 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
3622
3623 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
3624
3625 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
3626 Cast bitfield value to EMACS_INT, to suppress gcc warning.
3627
3628 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
3629 defining.
3630
3631 2006-02-03 Kim F. Storm <storm@cua.dk>
3632
3633 * xdisp.c: Cache last merged escape glyph face.
3634 (last_escape_glyph_frame, last_escape_glyph_face_id)
3635 (last_escape_glyph_merged_face_id): New variables.
3636 (get_next_display_element): Use/update them.
3637 (redisplay_internal): Reset them before redisplay.
3638
3639 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
3640 Only recheck faces after displaying ellipsis.
3641
3642 2006-02-02 Kenichi Handa <handa@m17n.org>
3643
3644 * coding.c (decode_composition_emacs_mule): Fix handling of
3645 incorrect format data.
3646
3647 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3648
3649 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
3650 (gtk_toolbar_insert) so we can have tool bars of different sizes.
3651
3652 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
3653
3654 * data.c (Flistp): Doc fix.
3655
3656 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3657
3658 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
3659 Fix typos in docstrings.
3660
3661 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3662
3663 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
3664
3665 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * alloc.c (make_interval, allocate_string)
3668 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
3669 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
3670 global variables.
3671
3672 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3673
3674 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
3675 the MSDOS definition.
3676
3677 2006-01-26 Richard M. Stallman <rms@gnu.org>
3678
3679 * alloc.c (check_pure_size): Make overflow message an "error message".
3680
3681 * keymap.c (Fmap_keymap): Doc fix.
3682
3683 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
3684 unless they were cleared out.
3685
3686 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
3687
3688 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3689
3690 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
3691 (find_field): Set before_field to after_field when pos is at BEGV.
3692 (Fline_beginning_position, Fline_end_position):
3693 Clarify confusing doc string.
3694
3695 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
3696 string.
3697
3698 2006-01-26 Kenichi Handa <handa@m17n.org>
3699
3700 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
3701 current_dir, and error_file. On reporting an error, decode them
3702 back.
3703
3704 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
3707 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
3708 Don't check for quit, since any loop will go through fail or jump.
3709
3710 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * alloc.c (allocate_string_data): Update next_free immediately, to
3713 reduce risk of memory clobberage.
3714
3715 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3716
3717 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
3718 display when point moves across an ellipsis. If there are
3719 adjacent invisible texts, don't lose the second one's ellipsis.
3720 (x_produce_glyphs): Doc fix.
3721
3722 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
3725
3726 2006-01-23 Kim F. Storm <storm@cua.dk>
3727
3728 * xdisp.c (handle_single_display_spec): Fix handling of space
3729 property on char from string: set *position rather than
3730 it->current.pos.
3731 (produce_stretch_glyph): Reduce width of stretch glyphs so they
3732 don't get wider than the window (unless truncate-lines is on).
3733
3734 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * xterm.c: Avoid allocating Lisp data from a signal handler.
3737 (x_error_message): New var to replace x_error_message_string.
3738 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
3739 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
3740 (syms_of_xterm): Use it instead of x_error_message_string.
3741
3742 * alloc.c (lisp_align_free): Add an assertion.
3743 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
3744 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
3745 a signal handler.
3746
3747 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
3748
3749 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
3750
3751 2006-01-21 Romain Francoise <romain@orebokech.com>
3752
3753 * xdisp.c (get_window_cursor_type): Fix last change.
3754 Update copyright year.
3755
3756 2006-01-20 Eli Zaretskii <eliz@gnu.org>
3757
3758 * lread.c (Fload): Don't leak the file descriptor returned by
3759 openp if we are going to signal an error.
3760
3761 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
3762 directly to _close.
3763 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
3764 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
3765 to _read.
3766 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
3767 directly to _write.
3768
3769 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
3770 if it is NULL.
3771
3772 2006-01-20 Kenichi Handa <handa@m17n.org>
3773
3774 * puresize.h (BASE_PURESIZE): Increment to 1190000.
3775
3776 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * xdisp.c (get_window_cursor_type): Use cursor type specified by
3779 the selected buffer for the echo area too.
3780
3781 2006-01-19 Richard M. Stallman <rms@gnu.org>
3782
3783 * keymap.c (Fmap_keymap): Doc fix.
3784
3785 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
3786
3787 * keyboard.c (echo_char): Don't omit the space between first two
3788 echoed chars.
3789
3790 * minibuf.c (read_minibuf): Fix previous change.
3791
3792 2006-01-19 Kenichi Handa <handa@m17n.org>
3793
3794 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
3795
3796 2006-01-17 Richard M. Stallman <rms@gnu.org>
3797
3798 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
3799 value in f->param_alist.
3800
3801 2006-01-15 Andreas Schwab <schwab@suse.de>
3802
3803 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
3804
3805 2006-01-13 Richard M. Stallman <rms@gnu.org>
3806
3807 * Makefile.in: Define new macro WINDOW_SUPPORT.
3808 (lisp): Use it.
3809 (SOME_MACHINE_LISP): Add conditionally loaded files.
3810
3811 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3812
3813 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
3814 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
3815 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
3816 decomposed form.
3817
3818 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
3819 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
3820 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
3821 macro. Also try member ifr_addr when getting netmask.
3822
3823 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * fileio.c (Fexpand_file_name): Remove redundant tests.
3826 Fix elimination of // so that it doesn't prevent elimination of an
3827 immediately following /. or /..
3828
3829 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3830
3831 * gtkutil.c (xg_toggle_notify_cb): New function.
3832 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
3833 xg_toggle_notify_cb.
3834 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
3835 parameter value changes so the toggle button gets updated.
3836
3837 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * .gdbinit: Fix typo.
3840
3841 2006-01-05 Eli Zaretskii <eliz@gnu.org>
3842
3843 * .gdbinit: Fix last change.
3844
3845 2006-01-05 Kim F. Storm <storm@cua.dk>
3846
3847 * process.c (Fmake_network_process): Use AF_INET instead of
3848 AF_UNSPEC when AF_INET6 is not defined.
3849
3850 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3851
3852 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
3853 Don't check that the other type is known file-related one.
3854
3855 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
3856 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
3857 OS X 10.4 and later.
3858
3859 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3860
3861 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
3862 let GTK do all image processing. Importing Emacs own pixmaps to GTK
3863 looks bad for inactive tool bar items with some Gnome themes.
3864
3865 2006-01-04 Eli Zaretskii <eliz@gnu.org>
3866
3867 * .gdbinit: Avoid a warning message when x_error_quitter is not
3868 compiled in.
3869
3870 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
3871 for w32.
3872
3873 2006-01-04 Kim F. Storm <storm@cua.dk>
3874
3875 * process.c: Add IPv6 support.
3876 (Qipv4, Qipv6): New vars.
3877 (syms_of_process): Intern and staticpro them.
3878 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
3879 with or without port number. Handle 4 element vector as IPv4 address
3880 without port number.
3881 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
3882 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
3883 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
3884 request that address family only. :family nil or omitted means to
3885 determine address family from the specified :host and :service.
3886 (ifflag_table): Add missing OpenBSD IFF_ flags.
3887 (server_accept_connection): Handle IPv6 addresses.
3888 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
3889
3890 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
3891 determine which breakpoints to set.
3892
3893 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
3896
3897 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
3898
3899 2006-01-03 Romain Francoise <romain@orebokech.com>
3900
3901 * emacs.c (main): Update copyright year.
3902
3903 2006-01-03 Ken Raeburn <raeburn@gnu.org>
3904
3905 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
3906 nil for the call to internal_delete_file.
3907
3908 2006-01-01 Ken Raeburn <raeburn@gnu.org>
3909
3910 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
3911 to nil for the call to Fwrite_region.
3912
3913 2005-12-31 Richard M. Stallman <rms@gnu.org>
3914
3915 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
3916
3917 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3918
3919 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
3920
3921 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
3922
3923 * textprop.c (set_text_properties): Reword description of return value.
3924 Return Qnil if caller wants to remove all text properties from a
3925 string and the string already has no intervals.
3926
3927 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * term.c (visible_cursor): New boolean var.
3930 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
3931 visible_cursor.
3932 (syms_of_term): Export the new var as "visible-cursor".
3933
3934 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3935
3936 * .gdbinit: Tell users not to worry about GDB warnings that some
3937 functions do not exist in the binary.
3938
3939 2005-12-30 Andreas Schwab <schwab@suse.de>
3940
3941 * process.c (Fnetwork_interface_info): Correctly terminate the
3942 loop over ifflag_table.
3943
3944 2005-12-29 Richard M. Stallman <rms@gnu.org>
3945
3946 * lread.c (readevalloop): Test for reading a whole buffer
3947 before actually reading anything. Handle all cases, including
3948 START = END = nil and an already-narrowed buffer.
3949 Convert END to a marker if it is a number.
3950
3951 * keymap.c (describe_map): Put sparse map elements into an array,
3952 sort them, then output a sequence of identical bindings on one line.
3953 (struct describe_map_elt): New data type.
3954 (describe_map_compare): New function.
3955
3956 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3957
3958 * gtkutil.c (xg_get_file_with_chooser): Change message shown
3959 in file chooser.
3960
3961 2005-12-27 Richard M. Stallman <rms@gnu.org>
3962
3963 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
3964 not the current one.
3965
3966 * minibuf.c (Fminibuffer_message): Doc fix.
3967 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
3968
3969 * eval.c (do_autoload): Ignore elements of Vautoload_queue
3970 where car is not symbol.
3971
3972 2005-12-27 Kenichi Handa <handa@m17n.org>
3973
3974 * charset.c (lisp_string_width): Check multibyteness of STRING.
3975
3976 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3977
3978 * xfns.c: x_show_hidden_files, new variable.
3979 (syms_of_xfns): Defvar it.
3980
3981 * gtkutil.c (xg_toggle_visibility_cb): New function.
3982 (xg_get_file_with_chooser): Add toggle hidden files and a message
3983 to the new file chooser dialog. Show hidden files if
3984 x_show_hidden_files is non-zero.
3985
3986 2005-12-26 Richard M. Stallman <rms@gnu.org>
3987
3988 * keyboard.h: Undo previous change.
3989
3990 * Makefile.in (undo.o): Undo previous change.
3991
3992 * undo.c: Undo previous change.
3993
3994 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
3995
3996 * keyboard.h: extern last_point_position_window.
3997
3998 * undo.c: include keyboard.h.
3999
4000 * Makefile.in (undo.o): Depend on keyboard.h.
4001
4002 2005-12-26 Richard M. Stallman <rms@gnu.org>
4003
4004 * commands.h (last_point_position_window): Declare.
4005
4006 * undo.c: Depend on window.h.
4007 (record_point): Save old point from the correct window.
4008
4009 * keyboard.c (last_point_position_window): New variable.
4010 (command_loop_1): Set last_point_position_window.
4011 (syms_of_keyboard): Init it.
4012
4013 * Makefile.in (undo.o): Depend on window.h.
4014
4015 2005-12-25 Richard M. Stallman <rms@gnu.org>
4016
4017 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
4018 to undo a `provide'.
4019
4020 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
4021
4022 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
4023
4024 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
4025 define for FreeBSD on this platform.
4026
4027 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4028
4029 * macterm.h (TYPE_FILE_NAME): New define.
4030 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
4031
4032 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
4033 Add prototypes. Make static.
4034 (mac_aedesc_to_lisp): Initialize err to noErr.
4035 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
4036 (init_coercion_handler): New functions.
4037 (Fmac_coerce_ae_data): Use coercion of Apple event data for
4038 translation from/to file names.
4039
4040 * macterm.c: Don't include sys/param.h.
4041 (init_coercion_handler): Add extern.
4042 [MAC_OS8] (main): Call init_coercion_handler.
4043 (mac_initialize) [MAC_OSX]: Likewise.
4044 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
4045 Apple event data for translation from/to file names.
4046
4047 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4048
4049 * image.c [MAC_OS] (find_image_fsspec): Likewise.
4050
4051 2005-12-23 Martin Rudalics <rudalics@gmx.at>
4052
4053 * insdel.c (insert, insert_and_inherit, insert_before_markers)
4054 (insert_before_markers_and_inherit): Make sure FROM is correct
4055 when `after-change-functions' are called.
4056
4057 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4058
4059 * xfns.c (Fx_uses_old_gtk_dialog): New function.
4060
4061 * gtkutil.c (xg_uses_old_file_dialog): New function.
4062 (xg_get_file_name): Use xg_uses_old_file_dialog.
4063
4064 * gtkutil.h: Declare xg_uses_old_file_dialog.
4065
4066 2005-12-22 Richard M. Stallman <rms@gnu.org>
4067
4068 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
4069
4070 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4071
4072 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
4073
4074 * macgui.h (XCharStruct): Remove member `valid_p'.
4075 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
4076 (XCharStructRow): New typedef.
4077 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
4078 New macros.
4079 (struct MacFontStruct): Add member `bounds'. Remove member
4080 `per_char'. All uses for QuichDraw Text fonts are changed to
4081 `bounds.per_char'. ATSUI font bounds are represented as an array
4082 `bounds.rows' of XCharStructRow's, each of which consists of a
4083 bitmap of valid entries and an array of char bounds.
4084
4085 * macterm.c (mac_per_char_metric): Add prototype.
4086 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
4087 (mac_query_char_extents): New function.
4088 (x_per_char_metric): Use it.
4089 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
4090 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
4091 Use mac_per_char_metric instead of x_per_char_metric.
4092 (mac_text_extents_16): New function.
4093 (mac_compute_glyph_string_overhangs): Use it.
4094 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
4095
4096 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4099 (Fminibuffer_completion_help): Remove duplicates before display.
4100
4101 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4102
4103 * print.c (print_preprocess): Don't lose print_depth levels while
4104 iterating.
4105
4106 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4107
4108 * macmenu.c (Qmac_apple_event): Add extern.
4109 (set_frame_menubar, mac_menu_show keymp_panes)
4110 (single_keymap_panes, list_of_panes, list_of_item)
4111 (single_menu_item): Add argument types to prototypes.
4112 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4113 (struct skp): New struct (from xmenu.c).
4114 (single_keymap_panes, single_menu_item, list_of_panes)
4115 (list_of_item): Sync with xmenu.c.
4116 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4117 POSITION if it is mac-apple-event event.
4118 (menubar_selection_callback): Don't use menu_command_in_progress.
4119 (set_frame_menubar): First parse all submenus, then make
4120 widget_value trees from them. Don't allocate any widget_value
4121 objects until we are done with the parsing.
4122 (parse_single_submenu, digest_single_submenu): New functions.
4123 (single_submenu): Function deleted, replaced by those two.
4124 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4125 create or dispose of EventHandlerUPP. Install hander to all submenus.
4126 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4127 instead of ENCODE_SYSTEM.
4128 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4129 integer values.
4130 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4131 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4132 format menu item string. Don't use NULL for integer value.
4133
4134 * macterm.h (struct mac_output): Remove unused member
4135 menu_command_in_progress.
4136
4137 2005-12-20 Juri Linkov <juri@jurta.org>
4138
4139 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4140 position is non-nil, else set it to nil.
4141
4142 * macmenu.c (Fx_popup_menu): Add `else' to set
4143 Vmenu_updating_frame to nil only if position is nil.
4144
4145 * w32menu.c (Fx_popup_menu): Add `else' to set
4146 Vmenu_updating_frame to nil only if position is nil.
4147
4148 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4149
4150 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4151 stored in member `args' of struct input_event.
4152
4153 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4154
4155 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4156 stored in member `args' of struct input_event.
4157
4158 * w32term.c (construct_drag_n_drop): Likewise.
4159
4160 * macterm.c (mac_do_receive_drag): Likewise.
4161 (x_use_underline_position_properties): Undo 2005-07-13 change.
4162 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4163 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
4164 (mac_pass_command_to_system, mac_pass_control_to_system):
4165 New boolean variables renamed from Lisp_Object ones
4166 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
4167 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4168 All uses changed.
4169 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4170 Make them user options.
4171 (mac_handle_command_event, mac_store_services_event):
4172 Call create_apple_event_from_event_ref without 5th argument.
4173 (backtranslate_modified_keycode): Mask off modifier keys that are
4174 mapped to some Emacs modifiers before passing it to KeyTranslate.
4175 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4176 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4177 Fix docstrings of `mac-*-modifier'.
4178
4179 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
4180 (do_applescript): Change argument types to Lisp_Object.
4181 All uses changed.
4182
4183 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4184 argument from extern.
4185
4186 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4187
4188 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4189 the answer, return `lambda', not nil.
4190
4191 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4192
4193 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4194 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4195 that will break with GNU Make >3.80, when sh.exe is used and
4196 arg quoting is with '..'.
4197
4198 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * print.c (print_preprocess): Just signal an error if print_depth
4201 is exceeded.
4202
4203 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4204
4205 * .gdbinit: Set a breakpoint on w32_abort.
4206
4207 2005-12-16 Juri Linkov <juri@jurta.org>
4208
4209 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4210 created from minibuffer_completion_contents.
4211 (minibuffer_completion_contents): Remove.
4212 (do_completion, Fminibuffer_complete_word)
4213 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4214 with Fminibuffer_completion_contents.
4215 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4216 (Fdisplay_completion_list): Doc fix.
4217 (display_completion_list_1): Use `nil' for second arg of
4218 `Fdisplay_completion_list'.
4219
4220 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4221
4222 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4223
4224 * w32fns.c (compute_tip_xy): Ditto.
4225
4226 * macfns.c (compute_tip_xy): Ditto.
4227
4228 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4231 print_object loop.
4232
4233 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4234
4235 * coding.c (code_convert_region_unwind): GCPRO arg.
4236
4237 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4238
4239 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4240 i.e. dy is offset from top of frame instead of bottom.
4241
4242 * macfns.c (compute_tip_xy): Ditto.
4243
4244 * w32fns.c (compute_tip_xy): Ditto.
4245
4246 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4247 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4248 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4249
4250 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4251 is for an unselected radio menu item.
4252
4253 2005-12-11 Richard M. Stallman <rms@gnu.org>
4254
4255 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4256
4257 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4258
4259 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4260 (Flookup_key): Doc fix.
4261 (syms_of_keymap) <function-key-map>: Doc fix.
4262
4263 * fns.c (Frequire): Treat evaluating from a source file
4264 like loading the file.
4265
4266 * floatfns.c (Flog): Doc fix.
4267
4268 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4269 when we change the buffer.
4270
4271 2005-12-11 Juri Linkov <juri@jurta.org>
4272
4273 * minibuf.c (display_completion_list_1):
4274 Call `minibuffer_completion_contents' instead of using `nil' as
4275 second arg of `Fdisplay_completion_list'.
4276 (keys_of_minibuf): Unbind SPC in
4277 Vminibuffer_local_filename_completion_map (see also related
4278 change on 2005-12-06).
4279
4280 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4281
4282 * emacs.c (main) [MAC_OS8]: Undo previous change.
4283
4284 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4285 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4286
4287 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4288
4289 * Makefile.in (macselect.o): Depend on keymap.h.
4290
4291 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4292 syms_of_macselect.
4293
4294 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4295 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4296
4297 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4298 (syms_of_keyboard) [MAC_OS]: Initialize it.
4299 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4300
4301 * mac.c (Qundecoded_file_name): New variable.
4302 (syms_of_mac): Initialize it.
4303 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
4304 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4305 (Fmac_coerce_ae_data): New defun.
4306 (syms_of_mac): Defsubr it.
4307
4308 * macselect.c: Include keymap.h.
4309 (mac_ready_for_apple_events): New variable.
4310 (Vmac_apple_event_map, Qmac_apple_event_class)
4311 (Qmac_apple_event_id): New variables.
4312 (syms_of_macselect): Initialize them.
4313 (Qundefined, mac_store_apple_event): Add externs.
4314 (struct apple_event_binding): New struct.
4315 (find_event_binding_fun, find_event_binding)
4316 (mac_find_apple_event_spec, defer_apple_events)
4317 (mac_handle_apple_event, init_apple_event_handler)
4318 (copy_scrap_flavor_data): New functions.
4319 (Fmac_process_deferred_apple_events): New defun.
4320 (syms_of_macselect): Defsubr it.
4321 (mac_store_services_event): Fix extern.
4322 (mac_handle_service_event): Don't allocate Lisp objects during
4323 asynchronous input processing. Use mac_store_services_event
4324 instead of mac_store_application_menu_event.
4325
4326 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4327 (Qpreferences): Remove variables.
4328 (syms_of_macterm) : Don't initialize them.
4329 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4330 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4331 (init_required_apple_events, do_ae_open_application)
4332 (do_ae_print_documents, do_ae_open_documents)
4333 (do_ae_quit_application): Remove functions and prototypes.
4334 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4335 (mac_find_apple_event_spec): Add externs.
4336 (mac_store_application_menu_event): Remove function.
4337 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4338 (mac_handle_command_event): Create Apple event from Carbon event.
4339 Use mac_store_apple_event instead of mac_store_application_menu_event.
4340 [MAC_OSX] (mac_store_services_event): Likewise.
4341 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4342 [MAC_OS8] (main): Call init_apple_event_handler instead of
4343 init_required_apple_events.
4344 (mac_initialize) [MAC_OSX]: Likewise.
4345 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4346 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4347
4348 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4349 Add externs.
4350 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4351 (Fmac_get_preference): Add EXFUN.
4352
4353 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4354 event.
4355
4356 2005-12-09 Richard M. Stallman <rms@gnu.org>
4357
4358 * xfns.c (Fx_create_frame): Reinstate previous change.
4359
4360 2005-12-09 Eli Zaretskii <eliz@gnu.org>
4361
4362 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4363 GDB to the abort dialog.
4364
4365 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4366
4367 * indent.c (Fvertical_motion): Force move if starting on
4368 stretch glyph.
4369
4370 2005-12-08 Richard M. Stallman <rms@gnu.org>
4371
4372 * lread.c (read_escape) <\s>: Don't treat strings specially.
4373
4374 * xfns.c (Fx_create_frame): Comment out previous change.
4375
4376 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4377
4378 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4379 when needed.
4380
4381 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4384 Vminibuffer_local_filename_completion_map rather than forcing it
4385 explicitly to the same binding as the global map.
4386
4387 2005-12-06 Ken Raeburn <raeburn@gnu.org>
4388
4389 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
4390 * bytecode.c (Fbyte_code): Likewise.
4391 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
4392 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
4393 * undo.c (truncate_undo_list): Likewise.
4394
4395 2005-12-05 Richard M. Stallman <rms@gnu.org>
4396
4397 * window.c (enlarge_window): Eliminate arg preserve_before.
4398 Assume it is 0. All callers changed.
4399 (Fenlarge_window, Fshrink_window): Likewise.
4400
4401 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4402
4403 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
4404 fit below.
4405
4406 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4407
4408 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
4409
4410 * xfns.c (x_real_positions): int ign => unsigned int.
4411 (xg_set_icon_from_xpm_data): Remove unused variable err.
4412 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
4413 to remove compiler warning.
4414 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
4415
4416 2005-12-02 David Reitter <david.reitter@gmail.com>
4417
4418 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4419 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
4420 and Vminibuffer_local_must_match_filename_map keymaps.
4421 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
4422
4423 * keymap.c (Vminibuffer_local_filename_completion_map)
4424 (Vminibuffer_local_must_match_filename_map): New variables.
4425 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
4426 parent to be Vminibuffer_local_completion_map and
4427 Vminibuffer_local_must_match_map, respectively.
4428
4429 * commands.h (Vminibuffer_local_filename_completion_map)
4430 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
4431
4432 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * window.c (Fset_window_configuration): Don't accidentally copy the
4435 window-point of one window to another.
4436
4437 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4438
4439 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4440
4441 2005-11-30 Kim F. Storm <storm@cua.dk>
4442
4443 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
4444 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
4445 passing it to `emacs_write'.
4446
4447 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4448
4449 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
4450
4451 2005-11-27 Richard M. Stallman <rms@gnu.org>
4452
4453 * window.c (adjust_window_trailing_edge): New function.
4454 (Fadjust_window_trailing_edge): New function.
4455 (syms_of_window): Defsubr it.
4456 (window_deletion_count): New variable.
4457 (delete_window): Update window_deletion_count.
4458
4459 2005-11-26 Eli Zaretskii <eliz@gnu.org>
4460
4461 * minibuf.c (syms_of_minibuf): Mention the extension of
4462 `completion-auto-help's meaning by complete.el.
4463
4464 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
4465
4466 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4467 Handle :inherit property as a lisp expression.
4468
4469 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4470
4471 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
4472 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
4473 Qsuper, and Qmodifier_value.
4474 (Vmac_control_modifier, Vmac_option_modifier)
4475 (Vmac_command_modifier, Vmac_function_modifier)
4476 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
4477 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
4478 (Vmac_charset_info_alist): Doc fixes.
4479
4480 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4481
4482 * emacs.c (main) [MAC_OSX]: Change working directory to home
4483 directory if `-psn_*' option is specified.
4484
4485 * mac.c (DECODE_UTF_8): Remove macro.
4486 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
4487 created from cfstring_to_lisp.
4488 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
4489 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
4490
4491 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
4492 Add prototype.
4493
4494 2005-11-21 Ken Raeburn <raeburn@gnu.org>
4495
4496 * keymap.c (shadow_lookup): Use make_number to pass a number to
4497 Fsubstring.
4498
4499 2005-11-21 Juri Linkov <juri@jurta.org>
4500
4501 * puresize.h (BASE_PURESIZE): Increment to 1180000.
4502
4503 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * xfaces.c (Finternal_set_lisp_face_attribute):
4506 Use :ignore-defface for new frame defaults when `unspecified' is
4507 supplied.
4508 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
4509 (merge_face_vectors): Don't do :ignore-defface overwriting here.
4510 (Finternal_merge_in_global_face): Do it here.
4511
4512 2005-11-20 Juri Linkov <juri@jurta.org>
4513
4514 * charset.c (invalid_character): Use Lisp-readable syntax
4515 for octal and hex. Reorder decimal, octal and hex values.
4516
4517 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
4518
4519 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
4520 this type is recognised when debugging.
4521
4522 2005-11-19 Andreas Schwab <schwab@suse.de>
4523
4524 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
4525 Lisp_Cons and Lisp_Float.
4526
4527 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4528
4529 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4530 New variable.
4531 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
4532 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
4533 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
4534 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
4535
4536 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
4539
4540 * xfaces.c (Qignore_defface): New variable.
4541 (syms_of_xfaces): Provide `:ignore-defface'.
4542 (IGNORE_DEFFACE_P): New macro.
4543 (check_lface_attrs, lface_fully_specified_p)
4544 (Finternal_set_lisp_face_attribute)
4545 (Fface_attribute_relative_p, Fmerge_face_attribute):
4546 Handle Qignore_defface as a possible value.
4547 (merge_face_vectors): The merged face is `unspecified' if the
4548 mergee specifies `:ignore-defface'.
4549
4550 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * lread.c (readevalloop): Add missing GCPROs.
4553
4554 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * xfns.c (xg_set_icon_from_xpm_data): New function.
4557
4558 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
4559 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
4560
4561 * xterm.c (x_bitmap_icon): Use the xpm if available.
4562
4563 * image.c (x_create_bitmap_from_xpm_data): New function.
4564 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
4565
4566 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4567
4568 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4569
4570 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4571
4572 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
4573
4574 2005-11-15 Andreas Schwab <schwab@suse.de>
4575
4576 * lisp.h (struct Lisp_Cons): Make cdr a union.
4577 (XCDR_AS_LVALUE): Adjust.
4578 (struct Lisp_Float): Make data a union.
4579 (XFLOAT_DATA): Adjust.
4580
4581 * alloc.c (free_float): Make free list chaining aliasing-safe.
4582 (make_float): Likewise.
4583 (free_cons): Likewise.
4584 (Fcons): Likewise.
4585 (check_cons_list): Likewise.
4586 (Fmake_symbol): Likewise.
4587 (allocate_misc): Likewise.
4588 (free_misc): Likewise.
4589 (gc_sweep): Likewise.
4590
4591 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4592
4593 * mac.c (HASHKEY_QUERY_CACHE): New define.
4594 (xrm_create_database, xrm_q_put_resource): Empty query cache.
4595 (xrm_get_resource): Use query cache.
4596
4597 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
4598 inhibit_window_system is set.
4599
4600 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4601
4602 * macgui.h (USE_CG_TEXT_DRAWING): New define.
4603 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
4604 and cg_glyphs.
4605
4606 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
4607 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
4608 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
4609 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
4610 not used and font substitution never occurs for ASCII and Latin-1
4611 characters.
4612 (XLoadQueryFont): Maximum and minimum metrics are now those among
4613 ASCII characters.
4614 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
4615 height adjustments for Courier, Helvetica, and Times.
4616
4617 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
4618
4619 2005-11-11 David Reitter <david.reitter@gmail.com>
4620
4621 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
4622 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
4623 Vmac_control_modifier / mac-control-modifier,
4624 Vmac_option_modifier / mac-option-modifier,
4625 Vmac_command_modifier / mac-command-modifier.
4626 (mac_to_emacs_modifiers): Use the new style modifier
4627 variables. Return UInt32 (modifiers are longs now.)
4628 (backtranslate_modified_keycode): New function (refactoring).
4629 (XTread_socket): Use new modifier variables and refactored function.
4630 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
4631 no dedicated meta key. Not in use anyway.)
4632 (convert_fn_keycode): Map Fn-keys to their original keycode
4633 using a table (english keyboard only).
4634
4635 2005-11-11 Kim F. Storm <storm@cua.dk>
4636
4637 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
4638 Add post hook to "backtrace" to always dump lisp call stack to
4639 increase chance of people sending it to us when reporting bugs.
4640
4641 * doc.c (Fsubstitute_command_keys): Doc fix.
4642
4643 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
4644
4645 * xdisp.c (handle_stop): Skip overlay string handling if
4646 ignore_overlay_strings_at_pos_p is set.
4647 (set_iterator_to_next): At end of display vector, set
4648 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
4649 string, so we skip those overlay strings at current pos.
4650
4651 2005-11-10 Lars Hansen <larsh@soem.dk>
4652
4653 * fileio.c (file-regular-p): Doc fix.
4654
4655 2005-11-10 Kim F. Storm <storm@cua.dk>
4656
4657 * alloc.c (valid_lisp_object_p): New function to validate that
4658 an object is really a valid Lisp_Object.
4659
4660 * lisp.h (valid_lisp_object_p): Add prototype.
4661
4662 * print.c (safe_debug_print): New function to be called from gdb
4663 to print Lisp objects; use valid_lisp_object_p to avoid crashing
4664 if user tries to print something which is not a Lisp object.
4665
4666 * .gdbinit (pp, pp1): Use safe_debug_print.
4667 (pv, pv1): New commands to print value of a lisp variable.
4668
4669 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * .gdbinit (pp1): New user-defined function.
4672
4673 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4674
4675 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
4676
4677 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
4678 related variables for dumped executable.
4679
4680 * unexmacosx.c (unexec_write_zero): New function.
4681 (copy_data_segment): Clear uninitialized local variables in
4682 statically linked libraries.
4683
4684 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
4685
4686 2005-11-09 Juri Linkov <juri@jurta.org>
4687
4688 * keymap.c (shadow_lookup): If Flookup_key returns a number,
4689 call it again with a sub-key-sequence, and if its return value
4690 is non-nil (sub-key is bound), return nil.
4691
4692 2005-11-08 Kim F. Storm <storm@cua.dk>
4693
4694 * process.c (Fsignal_process): Recognize signal names with and
4695 without SIG prefix, e.g. SIGHUP and HUP.
4696
4697 * search.c (search_buffer): No need to initialize base_pat.
4698
4699 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
4702 Don't abuse the `mini' arg. Use the `obj' arg instead.
4703
4704 2005-11-04 Kim F. Storm <storm@cua.dk>
4705
4706 * xdisp.c (show_mouse_face): Clear mouse face to eol.
4707
4708 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4709
4710 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
4711 font-lock.elc and jit-lock.elc.
4712
4713 2005-11-03 Richard M. Stallman <rms@gnu.org>
4714
4715 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
4716 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
4717 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
4718
4719 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
4720
4721 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
4722
4723 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * window.c (Fdisplay_buffer): Fix last change to not use
4726 a dedicated window.
4727
4728 2005-11-01 Kim F. Storm <storm@cua.dk>
4729
4730 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
4731 Instead, rotate the bottom angle bitmap 180 degrees to indicate
4732 that the bottom row does not end in a newline.
4733
4734 2005-11-01 Andreas Schwab <schwab@suse.de>
4735
4736 * unexelf.c (unexec): Handle .plt section in BSS segment.
4737
4738 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
4741
4742 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
4743 determine whether to consider dedicated windows as well.
4744 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
4745 (Fdisplay_buffer): Do consider dedicated windows in those cases where
4746 we will split the window rather than reuse it.
4747 Don't try to use windows on other displays.
4748
4749 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4750
4751 * puresize.h (BASE_PURESIZE): Increment to 1170000.
4752
4753 2005-10-31 Romain Francoise <romain@orebokech.com>
4754
4755 * macfns.c: Update copyright year.
4756 * m/gould.h: Likewise.
4757
4758 2005-10-30 Kim F. Storm <storm@cua.dk>
4759
4760 * xdisp.c (display_line): Restore it->current_x and call
4761 extend_face_to_end_of_line when last glyph doesn't fit on line.
4762 (set_glyph_string_background_width): Remove specific tests here
4763 to see if face background should extend to end of line. Simplify.
4764
4765 2005-10-30 Richard M. Stallman <rms@gnu.org>
4766
4767 * alloc.c (BYTES_USED): Use uordblks, not arena.
4768 (bytes_used_when_reconsidered): New variable.
4769 (emacs_blocked_free): Set that.
4770
4771 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * alloc.c (emacs_blocked_free): Fix typo.
4774
4775 2005-10-29 Richard M. Stallman <rms@gnu.org>
4776
4777 * data.c (Fmake_variable_frame_local): Doc fix.
4778
4779 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
4780 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
4781 controls whether to save and restore mode_line_proptrans_alist.
4782 Callers changed.
4783 (unwind_format_mode_line): Work with that feature.
4784 (redisplay_internal): Don't call prepare_menu_bars if memory full.
4785 (move_elt_to_front): New function.
4786 (display_mode_element): Use move_elt_to_front.
4787 Don't bother munging text props on a null string.
4788 Delete obsolete elts from mode_line_proptrans_alist.
4789 (decode_mode_spec): Test Vmemory_full, not spare_memory.
4790 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
4791
4792 * lisp.h (memory_full_cons_threshold): Declare.
4793 (internal_lisp_condition_case): Declare.
4794
4795 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
4796 (Fmemory_full_p): Function deleted.
4797 (syms_of_alloc): Don't defsubr it.
4798 (memory_full_cons_threshold): New variable.
4799 (spare_memory): Now a vector of 7 elts.
4800 (buffer_memory_full): Don't set Vmemory_full here.
4801 (xfree): Don't try to refill here.
4802 (emacs_blocked_free): Record BYTES_USED in local var.
4803 (memory_full): Now free all the slots in spare_memory.
4804 (refill_memory_reserve): Allocate each slot in spare_memory.
4805 (init_alloc_once): Call refill_memory_reserve.
4806
4807 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
4808
4809 * eval.c (internal_lisp_condition_case): New function.
4810 (Fcondition_case): Use internal_lisp_condition_case.
4811 (Feval): Test Vmemory_full and memory_full_cons_threshold.
4812 (Ffuncall): Likewise.
4813
4814 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
4815
4816 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * syntax.c (Fparse_partial_sexp): Fix docstring.
4819
4820 2005-10-28 Romain Francoise <romain@orebokech.com>
4821
4822 * puresize.h (BASE_PURESIZE): Increment to 1130000.
4823
4824 2005-10-28 Richard M. Stallman <rms@gnu.org>
4825
4826 * xfns.c (syms_of_xfns): Provide `x' as feature.
4827
4828 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
4829
4830 * editfns.c (Fformat): Don't include string padding
4831 between info[n].start and info[n].end.
4832
4833 * alloc.c (spare_memory): No longer static.
4834 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
4835
4836 * puresize.h (BASE_PURESIZE): Increment to 1120000.
4837
4838 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
4841
4842 * fringe.c (update_window_fringes): Handle case where buffer ends
4843 with a newline.
4844
4845 2005-10-27 Kenichi Handa <handa@m17n.org>
4846
4847 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
4848
4849 2005-10-24 Kenichi Handa <handa@m17n.org>
4850
4851 * charset.h (charset_mule_unicode_0100_24ff)
4852 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4853 Extern them.
4854
4855 * charset.c (charset_mule_unicode_0100_24ff)
4856 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
4857 New variables.
4858 (Fsetup_special_charsets): Initialize them.
4859
4860 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
4861 supported Unicode characters.
4862
4863 2005-10-25 Jason Rumney <jasonr@gnu.org>
4864
4865 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
4866
4867 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4868
4869 * image.c [MAC_OS] (image_load_qt_1): Check image size.
4870 Use GraphicsImportGetImageDescription instead of
4871 GraphicsImportGetNaturalBounds.
4872 [MAC_OSX] (image_load_quartz2d): Check image size.
4873 [MAC_OS] (xpm_load_image): Likewise.
4874
4875 * macterm.c (last_mouse_glyph_frame): New var.
4876 (note_mouse_movement): Say mouse moved if current frame differs
4877 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4878 (XTmouse_position): Set last_mouse_glyph_frame.
4879 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
4880 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
4881 Use EndianU16_BtoN.
4882 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
4883 (x_per_char_metric, XLoadQueryFont)
4884 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
4885 glyph bounds.
4886 (mac_to_x_fontname, mac_do_list_fonts)
4887 (mac_initialize_display_info): Change screen resolutions to 72dpi.
4888
4889 2005-10-25 Masatake YAMATO <jet@gyve.org>
4890
4891 * minibuf.c (Fdisplay_completion_list): Small doc fix.
4892
4893 2005-10-24 Kim F. Storm <storm@cua.dk>
4894
4895 * xterm.c: Undo 2005-10-23 change.
4896 (last_mouse_glyph_frame): New var.
4897 (note_mouse_movement): Say mouse moved if current frame differs
4898 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
4899 (XTmouse_position): Set last_mouse_glyph_frame.
4900 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
4901 last_mouse_glyph] on mouse up/down event.
4902
4903 * editfns.c (Fcompare_buffer_substrings): Fix last change.
4904
4905 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
4908
4909 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4910
4911 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
4912 so tool tips don't interfere with press on tool bar button.
4913
4914 2005-10-23 Richard M. Stallman <rms@gnu.org>
4915
4916 * casetab.c (Fset_case_table): Doc fix.
4917
4918 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
4919 (readevalloop): Compute ENTIRE properly.
4920 (syms_of_lread) <load-history>: Doc fix.
4921
4922 2005-10-21 Richard M. Stallman <rms@gnu.org>
4923
4924 * lread.c (Fload): Simplify gcpro structure.
4925 Gcpro FOUND as well as FILE, but not EFOUND.
4926 Unless preloading, record FOUND instead of FILE in Vload_history.
4927 Rename repeat local FILE to MSG_FILE.
4928 (syms_of_lread) <load-history>: Doc fix.
4929
4930 2005-10-21 Kenichi Handa <handa@m17n.org>
4931
4932 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
4933
4934 2005-10-20 Kim F. Storm <storm@cua.dk>
4935
4936 * buffer.c (clone_per_buffer_values): Remove unused var tem.
4937 (init_buffer): Remove unused vars dotstat, pwdstat.
4938
4939 * ccl.c (check_ccl_update): Remove unused var vp.
4940
4941 * fileio.c (auto_save_error): Call SAFE_FREE.
4942
4943 * fns.c (Fchar_table_range): Remove unused var i.
4944
4945 * minibuf.c (display_completion_list_1): New wrapper function
4946 for Fdisplay_completion_list.
4947 (Fminibuffer_completion_help): Use it.
4948
4949 * term.c (encode_terminal_code): Remove unused var src_start.
4950
4951 * window.c (Fwindow_tree): Remove unused var alist.
4952
4953 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
4954
4955 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4956
4957 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
4958
4959 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
4960
4961 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
4962
4963 2005-10-20 Andreas Schwab <schwab@suse.de>
4964
4965 * minibuf.c (Fdisplay_completion_list): Doc fix.
4966
4967 2005-10-19 Kim F. Storm <storm@cua.dk>
4968
4969 * image.c (check_image_size): Handle integer Vmax_image_size value
4970 directly as max pixel value. Use default frame size for null frame.
4971 (syms_of_image) <max-image-size>: Describe integer value.
4972
4973 2005-10-19 Romain Francoise <romain@orebokech.com>
4974
4975 * emacs.c (main): Update copyright year.
4976
4977 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * image.c (Vmax_image_size): New variable.
4980 (check_image_size): New function.
4981 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
4982 (gif_load, gs_load): Use it.
4983 (lookup_image): Try loading again if previous load failed.
4984 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
4985 to display in, NULL if none.
4986 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
4987 argument.
4988
4989 2005-10-18 Richard M. Stallman <rms@gnu.org>
4990
4991 * search.c (Fstring_match): Doc fix.
4992
4993 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4994
4995 * macterm.c (note_mouse_movement): Use PtInRect.
4996 (XTread_socket): Also ignore mouse motion just before a button
4997 release event. Don't process button release event when mouse is
4998 not grabbed.
4999
5000 2005-10-16 Masatake YAMATO <jet@gyve.org>
5001
5002 * minibuf.c (Fdisplay_completion_list): Add new optional
5003 argument COMMON_SUBSTRING. Bind `completion-common-substring'
5004 to the optional argument during running `completion-setup-hook'.
5005
5006 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5007
5008 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
5009 Allow nil as argument.
5010 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
5011 for encoding arguments as UTF-16 in native byte order, no BOM.
5012
5013 * macfns.c (Fx_create_frame): Add debugging code.
5014 (Fx_show_tip): Set frame pixel width and height.
5015
5016 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
5017 (FRAME_NORMAL_GC): New macro.
5018 (mac_draw_line, mac_clear_area, mac_clear_window)
5019 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
5020 (mac_draw_image_string, mac_draw_image_string_16): Rename from
5021 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
5022 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
5023 All uses changed.
5024 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
5025 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
5026 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
5027 (mac_draw_string_16, mac_draw_image_string)
5028 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
5029 (mac_scroll_area): Drawing functions now take frame as destination.
5030 All uses changed.
5031 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
5032 (x_draw_fringe_bitmap): Set clipping area in face->gc.
5033
5034 * macterm.h (mac_clear_area): Add extern.
5035
5036 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5037
5038 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
5039 changes for xterm.c.
5040
5041 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
5042
5043 2005-10-14 Kenichi Handa <handa@m17n.org>
5044
5045 * search.c (search_buffer): Give up BM search on case-fold-search
5046 if one of a target character has a case-equivalence of different
5047 charset even if that target charcter is an ASCII.
5048
5049 * casefiddle.c (casify_object): Fix for the case that case
5050 conversion change the byte length.
5051
5052 2005-10-14 Kim F. Storm <storm@cua.dk>
5053
5054 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
5055 (handle_one_xevent): Only clear help_echo_string; restore it if
5056 note_mouse_movement didn't record any mouse movement.
5057
5058 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
5059 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
5060
5061 * keyboard.c (make_lispy_position): Adjust wx for left margin if
5062 ON_TEXT.
5063 (Fposn_at_x_y): Fix calculation of x coordinate.
5064 (Fposn_at_point): Return nil if point is hscrolled out of view.
5065
5066 2005-10-13 Andreas Schwab <schwab@suse.de>
5067
5068 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
5069 non-interactive mode.
5070
5071 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5072
5073 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
5074
5075 2005-10-12 Kim F. Storm <storm@cua.dk>
5076
5077 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
5078
5079 2005-10-12 Romain Francoise <romain@orebokech.com>
5080
5081 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
5082
5083 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5084
5085 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
5086 get end of text rows. Obtain header-line/mode-line rows directly.
5087
5088 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
5089 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
5090
5091 2005-10-12 Kim F. Storm <storm@cua.dk>
5092
5093 * xdisp.c (remember_mouse_glyph): New generic version based on
5094 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
5095 properly handle all different window areas.
5096
5097 * dispextern.h (remember_mouse_glyph): Add prototype.
5098
5099 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5100 (note_mouse_movement, XTmouse_position): Use generic
5101 remember_mouse_glyph, add last_mouse_glyph arg.
5102
5103 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5104 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5105 (note_mouse_movement, w32_mouse_position): Use generic
5106 remember_mouse_glyph, add last_mouse_glyph arg.
5107
5108 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5109 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5110 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5111 instead of pixel_to_glyph_coords.
5112
5113 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5114 Fix x position for ON_TEXT when left margin width > 0.
5115
5116 2005-10-11 Kim F. Storm <storm@cua.dk>
5117
5118 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
5119
5120 * keyboard.c (make_lispy_position): Fix buffer calculations for
5121 mouse click or movement in right fringe and the margins.
5122
5123 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * image.c (fn_jpeg_stdio_src): Don't define it.
5126 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5127 (our_common_init_source): Rename from `our_init_source'.
5128 (our_common_term_source): Rename from `our_term_source'.
5129 (our_memory_fill_input_buffer): Rename from
5130 `our_fill_input_buffer'.
5131 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5132 (jpeg_memory_src): Use the new names.
5133 (struct jpeg_stdio_mgr): New struct.
5134 (JPEG_STDIO_BUFFER_SIZE): New constant.
5135 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5136 (jpeg_file_src): New functions.
5137 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5138
5139 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5140
5141 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5142 (fm_font_family_alist): New variable.
5143 (syms_of_macterm): Initialize and staticpro it.
5144 (decode_mac_font_name): Replace '-' in family name with '_' if it
5145 occurs just once. Lower family name.
5146 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5147 All uses changed. Remove argument MF and code conversion for it.
5148 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5149 to CHARSET. Parse font size. Lower family name. Return integer
5150 value for status of parsing.
5151 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5152 Don't use Fdowncase because family name is already lowered by
5153 decode_mac_font_name.
5154 (init_font_name_table): Always call decode_mac_font_name.
5155 Add pair of family name and its reference to fm_font_family_alist.
5156 (mac_clear_font_name_table): Clear fm_font_family_alist.
5157 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5158 Lookup fm_font_family_alist to get font family reference.
5159 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5160 name is already lowered by parse_x_font_name.
5161
5162 2005-10-11 Kim F. Storm <storm@cua.dk>
5163
5164 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5165
5166 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5167 mouse click or movement in fringe.
5168
5169 2005-10-10 Jason Rumney <jasonr@gnu.org>
5170
5171 * xterm.c (remember_mouse_glyph): New function.
5172 (note_mouse_movement): Use it to remember the current glyph if changed.
5173 (XTmouse_position): Fix calculation of fake glyph under mouse.
5174 Move code to calculate glyph under mouse into remember_mouse_glyph.
5175
5176 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5177
5178 * emacs.c (USAGE3, standard_args): -nb => -nbi.
5179
5180 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5183 (next_frame, prev_frame, set_term_frame_name): Make static.
5184
5185 * window.c (Fwindow_tree): Fix spelling.
5186
5187 2005-10-09 Romain Francoise <romain@orebokech.com>
5188
5189 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5190
5191 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5192
5193 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5194 Add options -nb, --no-bitmap-icon.
5195
5196 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5197
5198 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5199
5200 * macgui.h (MAX_CLIP_RECTS): New define.
5201 (struct _XGC): New member clip_region.
5202 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5203 clip_rects.
5204
5205 * macterm.c (GC_CLIP_REGION): New macro.
5206 (saved_port_clip_region): New variable.
5207 (mac_begin_clip, mac_end_clip): New functions.
5208 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5209 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5210 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5211 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5212 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5213 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5214 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5215 rectangles stored in gc.
5216 (XFreeGC): Dispose of clipping region.
5217 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5218 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5219 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5220 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5221 (x_draw_bar_cursor): Use them.
5222 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5223 get multiple clipping rectangles.
5224
5225 * macterm.h (mac_term_init): Add types to extern.
5226 (struct mac_output): Remove members mWP and pending_menu_activation.
5227 Put members scroll_bar_foreground_pixel and
5228 scroll_bar_background_pixel in #if 0.
5229 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5230
5231 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
5232 Add debugging code.
5233
5234 2005-10-08 Kim F. Storm <storm@cua.dk>
5235
5236 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5237
5238 2005-10-07 Kim F. Storm <storm@cua.dk>
5239
5240 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5241 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5242 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5243
5244 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5245
5246 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5247 to for_overlaps. Now occupy 3 bits.
5248 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5249 (OVERLAPS_ERASED_CURSOR): New defines.
5250 (struct redisplay_interface): Add new OVERLAPS arg to member
5251 fix_overlapping_area.
5252 (x_fix_overlapping_area): Add new OVERLAPS arg.
5253 (get_glyph_string_clip_rects): Add extern.
5254
5255 * dispnew.c (redraw_overlapping_rows):
5256 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
5257
5258 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5259 for_overlaps.
5260 (get_glyph_string_clip_rects): New function created from
5261 get_glyph_string_clip_rect. Set clipping rectangles according to the
5262 value of for_overlaps. Enable to store multiple clipping rectangles.
5263 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5264 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5265 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
5266 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
5267 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
5268 calculating clipping rectangles later. Call x_fix_overlapping_area
5269 with new OVERLAPS arg to draw only erased cursor area.
5270 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
5271 to draw overlaps in both preceding and succeeding rows.
5272
5273 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5274 struct glyph_string to for_overlaps.
5275
5276 2005-10-04 Richard M. Stallman <rms@gnu.org>
5277
5278 * alloc.c (refill_memory_reserve): Conditionalize the body,
5279 not the function's existence.
5280
5281 2005-10-04 Kim F. Storm <storm@cua.dk>
5282
5283 * window.c (window_split_tree): New function.
5284 (Fwindow_split_tree): New defun.
5285 (syms_of_window): Defsubr it.
5286
5287 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5288
5289 * macterm.c (mac_invert_rectangle): New function.
5290 (XTflash): Use it.
5291
5292 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * regex.h (re_char): Don't expose it in the interface.
5295 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5296
5297 * regex.c (re_char): Move it back here.
5298 (re_set_whitespace_regexp): Change the arg's type to not use it.
5299
5300 * keyboard.c (make_lispy_event): If point has moved between down and up
5301 event, make it a drag, not a click, to mirror what
5302 mouse-drag-region expects.
5303
5304 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5305
5306 * lisp.h (fatal): Undo previous change.
5307 * term.c (fatal): Undo previous change.
5308
5309 2005-10-01 Richard M. Stallman <rms@gnu.org>
5310
5311 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5312
5313 2005-10-01 Kim F. Storm <storm@cua.dk>
5314
5315 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5316
5317 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5318
5319 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5320
5321 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
5322 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
5323 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5324 Try ATSUI-compatible 12pt Monaco font first.
5325
5326 * macgui.h (struct _XCharStruct): New member valid_p.
5327 (STORE_XCHARSTRUCT): Set valid_p.
5328 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5329
5330 * macterm.c (mac_draw_string_common, x_per_char_metric)
5331 (mac_compute_glyph_string_overhangs, init_font_name_table)
5332 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5333 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5334 (x_draw_glyph_string_background)
5335 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5336 XDrawImageString. Always draw background and foreground separately.
5337 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5338 functions for one-byte chars when using ATSUI-compatible fonts.
5339 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5340 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5341 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5342 max_char_or_byte2 more in detail.
5343 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5344
5345 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5346
5347 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
5348 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5349
5350 * unexelf.c (fatal): Fix prototype.
5351
5352 * term.c (fatal): Implement using varargs.
5353
5354 * regex.c (re_char): Move typedef ...
5355 * regex.h (re_char): ... here.
5356 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
5357
5358 * emacs.c (malloc_set_state): Fix return type.
5359 (endif): Fix type.
5360
5361 * lisp.h (fatal): Add argument types.
5362
5363 * dispextern.h (fatal): Delete prototype.
5364
5365 * systime.h (make_time): Prototype moved from ...
5366 * editfns.c (make_time): ... here.
5367
5368 * editfns.c: Move systime.h include after lisp.h.
5369 * dired.c:
5370 * xsmfns.c:
5371 * process.c: Likewise.
5372
5373 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5374 Add parameter types.
5375 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5376 (emacs_blocked_free): Change definition to match __free_hook.
5377 (emacs_blocked_malloc): Change definition to match __malloc_hook.
5378 (emacs_blocked_realloc): Change definition to match __realloc_hook.
5379
5380 2005-09-30 Romain Francoise <romain@orebokech.com>
5381
5382 * minibuf.c (Fread_buffer): Follow convention for reading from the
5383 minibuffer with a default value. Doc fix.
5384
5385 2005-09-29 Juri Linkov <juri@jurta.org>
5386
5387 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5388 Rename argument name `string' to `format-string'.
5389 (Fformat): Doc fix.
5390
5391 2005-09-28 Kim F. Storm <storm@cua.dk>
5392
5393 * image.c (gif_load): Fix size of allocated image buffer
5394 for images where a sub-image may be larger than the image's
5395 total height/width specifications.
5396
5397 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5398
5399 * macgui.h (struct _XCharStruct): Each member now takes short value.
5400
5401 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
5402
5403 * xfaces.c (lookup_derived_face): Add parameter type.
5404
5405 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
5406
5407 * marker.c (verify_bytepos): Add parameter type.
5408
5409 * process.c (get_operating_system_release): Move prototype ...
5410
5411 * systime.h (get_operating_system_release): ... here.
5412
5413 * xterm.c (handle_one_xevent): Refer to union field to match the
5414 type required by the function definition.
5415 (set_vertical_scroll_bar): Move prototype ...
5416
5417 * xterm.h: ... here.
5418
5419 * fns.c (internal_equal, seed_random): Fix prototypes.
5420 (internal_equal): Add missing parameter.
5421
5422 2005-09-25 Richard M. Stallman <rms@gnu.org>
5423
5424 * keyboard.c (update_menu_bindings): Variable deleted.
5425 (syms_of_keyboard): Don't defvar it.
5426 (parse_menu_item): Don't test it.
5427
5428 2005-09-23 Richard M. Stallman <rms@gnu.org>
5429
5430 * editfns.c (Fformat): Explicitly test for end of format string
5431 and don't use `index'.
5432
5433 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5434
5435 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
5436 Define BROKEN_GET_CURRENT_DIR_NAME.
5437
5438 * sysdep.c (get_current_dir_name): Also define if
5439 BROKEN_GET_CURRENT_DIR_NAME.
5440
5441 * m/ibmrs6000.h: Test for USG5, not USG5_4.
5442
5443 2005-09-22 Kim F. Storm <storm@cua.dk>
5444
5445 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
5446 (message2): Fix commentary. Ok to use alloca'ed memory.
5447 Still not ok to use Lisp string data (because of GC).
5448 (set_message): Add comment why GC cannot happen.
5449
5450 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5451
5452 * macterm.c (xlfdpat_block_match_1): Fix assertion.
5453 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
5454 variants for a scalable font multiple times.
5455
5456 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5457
5458 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
5459 Setup slave tty options before forking.
5460
5461 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5462
5463 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
5464 positions have been set for the frame (as is done for frames in
5465 special-display-buffer-names).
5466
5467 2005-09-19 Kim F. Storm <storm@cua.dk>
5468
5469 * editfns.c (Fformat): Don't scan past end of format string that
5470 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
5471
5472 2005-09-18 Andreas Schwab <schwab@suse.de>
5473
5474 * window.h (struct window): Remove height_fixed_p, no longer set.
5475
5476 * window.c (make_window): Don't initialize height_fixed_p.
5477 (window_fixed_size_p): Don't use it.
5478
5479 2005-09-18 John Paul Wallington <jpw@pobox.com>
5480
5481 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
5482
5483 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5484
5485 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
5486
5487 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
5488 New variables.
5489 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
5490 file selection.
5491
5492 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
5493
5494 2005-09-17 Eli Zaretskii <eliz@gnu.org>
5495
5496 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
5497 (obj): Use XMENU_OBJ, not a literal xmenu.o.
5498
5499 2005-09-16 Romain Francoise <romain@orebokech.com>
5500
5501 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
5502
5503 2005-09-15 Richard M. Stallman <rms@gnu.org>
5504
5505 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
5506 (display_mode_element): Instead of `lisp_string' and `this',
5507 record `offset' and increment that.
5508 `last_offset' replaces `last'.
5509
5510 * Makefile.in (XMENU_OBJ): Variable deleted.
5511 (obj): Use xmenu.o unconditionally.
5512 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
5513
5514 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
5515
5516 2005-09-15 Kim F. Storm <storm@cua.dk>
5517
5518 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
5519 (reseat_at_next_visible_line_start): Likewise (in xassert).
5520
5521 2005-09-14 Romain Francoise <romain@orebokech.com>
5522
5523 * fileio.c (write_region_inhibit_fsync): New variable.
5524 (Fwrite_region): Use it to skip call to fsync.
5525 (syms_of_fileio): Initialize it.
5526
5527 2005-09-14 Kenichi Handa <handa@m17n.org>
5528
5529 * coding.c (code_convert_region_unwind): Argument format changed.
5530 (run_pre_post_conversion_on_str): If pre-write-conversion function
5531 changed the current buffer, delete the new buffer.
5532 (run_pre_write_conversin_on_c_str): Likewise.
5533
5534 * fileio.c (Fexpand_file_name): Check multibyteness of
5535 default_directory.
5536
5537 2005-09-13 Kenichi Handa <handa@m17n.org>
5538
5539 * composite.c (compose_chars_in_text): Delete it.
5540
5541 * composite.h (compose_chars_in_text): Delete extern.
5542
5543 2005-09-13 Kim F. Storm <storm@cua.dk>
5544
5545 * print.c (print_error_message): Fix last change.
5546
5547 2005-09-12 Kim F. Storm <storm@cua.dk>
5548
5549 * composite.c (compose_chars_in_text): Fix setup of `pend'.
5550 Unconditionally reload `ptr' and `pend' after eval.
5551
5552 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
5553
5554 * print.c (print_error_message): Pass copy of caller name to
5555 message_dolog.
5556
5557 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
5558
5559 2005-09-12 Kenichi Handa <handa@m17n.org>
5560
5561 * xdisp.c (display_mode_element): Be sure to make variables THIS
5562 and LISP_STRING point into a string data of ELT.
5563
5564 2005-09-12 Kim F. Storm <storm@cua.dk>
5565
5566 * editfns.c (Ftranslate_region_internal): Reload `tt' after
5567 signal_after_change that may have GC'ed.
5568 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
5569
5570 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
5571 after insert while runs signal_after_change.
5572
5573 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
5574 declaration to where it is used.
5575
5576 * w32.c (check_windows_init_file): Fix allocation of error buffer.
5577
5578 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
5579 (x_set_name_internal): Call x_encode_text with new FREEP arg to
5580 know if xfree is needed instead of guessing.
5581
5582 * xterm.h (x_encode_text): Remove prototype.
5583
5584 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
5585
5586 * w32term.c (x_bitmap_icon): Load small icons too.
5587
5588 2005-09-10 Romain Francoise <romain@orebokech.com>
5589
5590 * buffer.c (init_buffer): Grow buffer to add directory separator
5591 and terminal zero. Fix typos.
5592
5593 2005-09-10 Eli Zaretskii <eliz@gnu.org>
5594
5595 * buffer.c (init_buffer): Fix error message for failed call to
5596 get_current_dir_name.
5597 (get_current_dir_name): Remove prototype.
5598
5599 * xsmfns.c (get_current_dir_name): Remove prototype.
5600
5601 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5602 Add prototype.
5603
5604 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
5605 Don't #undef NULL after including blockinput.h.
5606
5607 * config.in: Regenerated.
5608
5609 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5610
5611 Remove the MAXPATHLEN limitations:
5612
5613 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
5614 New function.
5615
5616 * buffer.c (init_buffer): Use it.
5617
5618 * xsmfns.c (smc_save_yourself_CB): Ditto.
5619
5620 2005-09-09 Kim F. Storm <storm@cua.dk>
5621
5622 * doc.c (Fsubstitute_command_keys): Lookup key binding for
5623 commands that are remapped from some other command.
5624
5625 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
5626 flag in disabled rows below the window.
5627
5628 * frame.h (struct frame): New member updated_p.
5629
5630 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
5631 member. Remove local `updated' array and associated variables.
5632
5633 2005-09-07 Kim F. Storm <storm@cua.dk>
5634
5635 * xdisp.c (handle_display_prop): Respect overlay window property.
5636
5637 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
5638 Fixes crash reported by YAMAMOTO Mitsuharu.
5639
5640 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5641
5642 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
5643 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
5644 (xlfdpat_block_match_1, xlfdpat_match): New functions.
5645 (xlfdpat_block_match): New macro.
5646 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
5647 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
5648 (add_font_name_table_entry): Increase font_name_table_size more
5649 rapidly.
5650 (mac_c_string_match): Remove function.
5651 (mac_do_list_fonts): Use XLFD pattern match instead of regular
5652 expression match.
5653
5654 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
5655
5656 2005-09-03 Richard M. Stallman <rms@gnu.org>
5657
5658 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
5659 (move_it_in_display_line_to): Stop after last char on line even
5660 on a windowing terminal, if that's the specified stop position.
5661
5662 * fns.c (Fsort): Doc fix.
5663
5664 * editfns.c (Fpropertize): Don't insist that properties be symbols.
5665
5666 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * dired.c (directory_files_internal_unwind, directory_files_internal)
5669 (file_name_completion): Use a Save_Value object rather than a cons of
5670 two 16bit ints to store the DIR*.
5671 (directory_files_internal, file_name_completion): Handle both EINTR and
5672 EAGAIN consistently after `readdir'.
5673
5674 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * intervals.c (update_interval): Add position info in error.
5677
5678 * dispnew.c (window_to_frame_hpos, update_window):
5679 Avoid gcc warning about unused variable `f'.
5680
5681 2005-08-31 Jason Rumney <jasonr@gnu.org>
5682
5683 * w32menu.c (add_menu_item): If unicode_append_menu returns an
5684 error, revert to using AppendMenu.
5685
5686 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5687
5688 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
5689 All uses changed.
5690 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
5691 cases.
5692 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
5693 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
5694 Use posix_pathname_to_fsspec.
5695 [MAC_OS] (xpm_load_image): Fill in background_transparent field
5696 while we have mask.
5697
5698 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
5699
5700 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
5701
5702 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * syntax.c (update_syntax_table): Properly reproduce the special +1
5705 setting of e_property at the end of the buffer when bumping into the
5706 INTERVALS_AT_ONCE limit.
5707
5708 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5709
5710 * emacs.c (USAGE1): Fix the description of the -Q option.
5711
5712 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
5715
5716 2005-08-26 Kim F. Storm <storm@cua.dk>
5717
5718 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
5719 Don't move PT to new window start.
5720
5721 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5722
5723 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
5724 ICONIFY/DEICONIFY_EVENT.
5725
5726 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
5727 Restore background color.
5728 (mac_handle_visibility_change): New function.
5729 (x_make_frame_invisible, x_iconify_frame)
5730 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
5731 [USE_CARBON_EVENTS] (mac_handle_window_event)
5732 (install_window_handler): Handle visibility change events.
5733 (x_make_frame_visible): Don't reposition window if it is iconified
5734 or asked for visible before. Select and uncollapse window when it
5735 is made visible.
5736 (x_make_frame_invisible): Don't reset x_highlight_frame.
5737 (x_iconify_frame): Likewise. Make invisible frame visible before
5738 it is iconified.
5739 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
5740 (do_window_update): Don't change visibility of invisible frame.
5741
5742 2005-08-22 Juri Linkov <juri@jurta.org>
5743
5744 * term.c (turn_on_face): Check for TS_set_foreground and
5745 TS_set_background depending on standout_mode. Simplify.
5746
5747 2005-08-21 Kim F. Storm <storm@cua.dk>
5748
5749 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
5750 bitmaps on fully visible rows.
5751
5752 * fringe.c (update_window_fringes): Replace FORCE_P arg with
5753 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
5754 and return 0.
5755
5756 * xdisp.c (redisplay_window): Call update_window_fringes with
5757 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
5758
5759 2005-08-20 Richard M. Stallman <rms@gnu.org>
5760
5761 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
5762 (resize_mini_window): Set w->start, and PT, so as to display the tail
5763 end of the buffer, if it doesn't all fit.
5764
5765 2005-08-18 Kim F. Storm <storm@cua.dk>
5766
5767 * xdisp.c (calc_pixel_width_or_height): Use actual display
5768 resolution when available instead of Vdisplay_pixels_per_inch.
5769
5770 2005-08-17 Kim F. Storm <storm@cua.dk>
5771
5772 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
5773
5774 * dispnew.c (buffer_posn_from_coords): Check that target row is
5775 within matrix.
5776
5777 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5778
5779 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
5780 xg_set_frame_icon and call it.
5781
5782 * gtkutil.c (xg_set_frame_icon): New function.
5783
5784 * gtkutil.h (xg_set_frame_icon): Declare it.
5785
5786 2005-08-16 Kim F. Storm <storm@cua.dk>
5787
5788 * dispnew.c (increment_row_positions): Skip non-enabled rows.
5789
5790 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
5791 (Fcurrent_window_configuration): Use VECSIZE macro instead.
5792
5793 2005-08-15 Richard M. Stallman <rms@gnu.org>
5794
5795 * xdisp.c (message3_nolog): Clear echo_message_buffer.
5796
5797 2005-08-15 Kim F. Storm <storm@cua.dk>
5798
5799 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
5800
5801 * process.c (deactivate_process, status_notify, read_process_output)
5802 (update_status, status_convert, decode_status, allocate_pty)
5803 (make_process, remove_process, list_processes_1)
5804 (create_process_1, unwind_request_sigio, read_process_output)
5805 (send_process, keyboard_bit_set): Declare static.
5806 (Fdelete_process): Simplify. Pass process to status_notify, so we
5807 don't try to read output from it.
5808 (status_notify): New arg deleting_process--don't try to read
5809 output from that process.
5810
5811 * lisp.h (deactivate_process, status_notify, read_process_output):
5812 Remove prototypes.
5813
5814 2005-08-14 Richard M. Stallman <rms@gnu.org>
5815
5816 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
5817 define_image_type.
5818
5819 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5820
5821 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
5822 (xg_get_image_for_pixmap): Move some code to
5823 xg_get_pixbuf_from_pix_and_mask, and call it.
5824
5825 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
5826
5827 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
5828 to get an GTK icon and set it with GTK functions to avoid having GTK
5829 override an icon set with just X functions.
5830
5831 2005-08-11 Richard M. Stallman <rms@gnu.org>
5832
5833 * image.c (syms_of_image): Init image_types here, and call
5834 define_image_type.
5835 (init_image): Not here.
5836
5837 2005-08-09 Richard M. Stallman <rms@gnu.org>
5838
5839 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
5840
5841 * lisp.h (QUIT): Throw t to Vthrow_on_input.
5842
5843 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
5844
5845 * floatfns.c (Fexpt): Use floats for negative exponent.
5846
5847 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5848
5849 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
5850 should not be there, causing menu display errors with GTK 2.6.9.
5851
5852 2005-08-07 Richard M. Stallman <rms@gnu.org>
5853
5854 * floatfns.c (Fexpt): Undo previous change.
5855
5856 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
5857 so it can be used with various state vectors.
5858
5859 * emacs.c (endif): Convert -script into -scriptload.
5860 (standard_args): Add -scriptload. Allow -basic-display with one dash.
5861
5862 * fns.c (syms_of_fns): Add `emacs' to features.
5863
5864 * term.c (set_terminal_modes): If no TS_termcap_modes string,
5865 output newlines to scroll the old screen contents off the screen.
5866
5867 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
5868
5869 * floatfns.c (Fexpt): Use floats for negative exponent.
5870 Reported by D Goel.
5871
5872 2005-08-02 Richard M. Stallman <rms@gnu.org>
5873
5874 * frame.c (Fframe_char_width): Doc fix.
5875
5876 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
5879 Defvar it.
5880
5881 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
5884 (my_create_window, my_create_tip_window): Make static.
5885
5886 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
5887 (my_set_foreground_window, my_destroy_window): Make static.
5888
5889 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5890
5891 Merge gnulib getopt implementation into Emacs.
5892
5893 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
5894 now part of lib-src.
5895
5896 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
5899
5900 2005-07-25 Jason Rumney <jasonr@gnu.org>
5901
5902 * w32menu.c (w32_menu_display_help): Suppress tooltip when
5903 navigating menus with the keyboard.
5904
5905 2005-07-23 Richard M. Stallman <rms@gnu.org>
5906
5907 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
5908
5909 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
5910 gc_relative_threshold, one by one.
5911
5912 * keyboard.c (read_char): Test gc_cons_threshold.
5913 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
5914
5915 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
5916 gc_relative_threshold, one by one.
5917
5918 * alloc.c (gc_cons_threshold): Not static.
5919 (gc_cons_combined_threshold): Var deleted.
5920 (gc_relative_threshold): New variable.
5921 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
5922 instead of gc_cons_combined_threshold.
5923
5924 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
5925 (gc_cons_combined_threshold): Declaration deleted.
5926
5927 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5928
5929 * mac.c: Don't include stdlib.h or string.h.
5930 (Fdo_applescript, Fmac_file_name_to_posix)
5931 (Fmac_file_name_to_posix): Doc fixes.
5932 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
5933 (Fmac_code_convert_string): Likewise.
5934 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
5935 if the executable is not contained in a bundle.
5936
5937 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
5938 (gray_width, gray_height): Remove defines.
5939 (gray_bits, gray_bitmap_width, gray_bitmap_height)
5940 (gray_bitmap_bits): Remove variables.
5941 (lispy_function_keys): Remove extern.
5942 (free_frame_menubar): Add extern.
5943 (x_window_to_frame): Remove function.
5944 (unwind_create_tip_frame): Add declaration.
5945 (x_set_name_internal): New function.
5946 (x_set_name, x_set_title): Use it.
5947 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
5948 (Fx_display_pixel_height, Fx_display_planes)
5949 (Fx_display_color_cells, Fx_server_max_request_size)
5950 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5951 (Fx_display_mm_height, Fx_display_mm_width)
5952 (Fx_display_backing_store, Fx_display_visual_class)
5953 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
5954
5955 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
5956
5957 * macselect.c (Fx_own_selection_internal): Follow error conventions.
5958 (Fx_get_selection_internal, Fx_selection_owner_p)
5959 (Fx_selection_exists_p): Doc fixes.
5960 (syms_of_macselect) <selection-converter-alist>: Likewise.
5961
5962 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5965
5966 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
5967 (Fccl_execute_on_string): Likewise; add usage info.
5968
5969 * composite.c (Fcompose_region_internal)
5970 (Fcompose_string_internal):
5971 Improve argument/docstring consistency.
5972
5973 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
5974 Fix typos in docstrings.
5975
5976 * textprop.c (Fnext_char_property_change)
5977 (Fprevious_char_property_change): Doc fixes.
5978
5979 * window.c (Fset_window_margins, Fset_window_fringes):
5980 Improve argument/docstring consistency.
5981
5982 * xfaces.c (Finternal_lisp_face_p): Doc fix.
5983
5984 2005-07-21 Andreas Schwab <schwab@suse.de>
5985
5986 * eval.c (restore_stack_limits): Return a value.
5987
5988 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * eval.c (Fdefvar): Doc fix.
5991
5992 2005-07-20 Kim F. Storm <storm@cua.dk>
5993
5994 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
5995 Use make_save_value to unwind protect stream.
5996
5997 * lread.c (Fload, load_unwind):
5998 Use make_save_value to unwind protect stream.
5999
6000 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * eval.c (Fprog2, Fcalled_interactively_p),
6003 (syms_of_eval) <debug-on-quit>: Doc fixes.
6004 (syms_of_eval) <max-specpdl-size>:
6005 (Finteractive_p): Fix typos in docstrings.
6006
6007 2005-07-19 Kim F. Storm <storm@cua.dk>
6008
6009 * w32fns.c (Vx_hand_shape): Variable removed.
6010 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
6011
6012 2005-07-19 Kenichi Handa <handa@m17n.org>
6013
6014 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
6015
6016 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
6019
6020 2005-07-18 Kim F. Storm <storm@cua.dk>
6021
6022 * frame.h (struct frame): New member already_hscrolled_p.
6023
6024 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
6025 to avoid redisplay looping hscrolling back and forth ad infinitum.
6026
6027 2005-07-18 Juri Linkov <juri@jurta.org>
6028
6029 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
6030 * keymap.c (Fminor_mode_key_binding):
6031 * macterm.c (mac-emulate-three-button-mouse):
6032 Delete duplicate duplicate words.
6033
6034 2005-07-18 Ken Raeburn <raeburn@gnu.org>
6035
6036 * minibuf.c (Ftest_completion): Fix odd syntax in test.
6037
6038 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6039
6040 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
6041
6042 * macgui.h (struct _XGC): New struct.
6043 (GC): Use it.
6044 (GCForeground, GCBackground, GCFont): Use X11 mask values.
6045 (XCreateGC, XParseGeometry): Move externs to macterm.h.
6046
6047 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
6048 (XSetFont): Add declaration.
6049 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
6050 Remove functions.
6051 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
6052 New defines.
6053 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
6054 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
6055 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
6056 Use them.
6057 (mac_erase_rectangle): New function.
6058 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
6059 (x_draw_stretch_glyph_string): Use it.
6060 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
6061 (XSetBackground, XSetFont): Adjust for new GC implementation.
6062 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
6063 (XTset_vertical_scroll_bar): Clear area under scroll bar.
6064
6065 * macterm.h (struct mac_display_info): Change types of
6066 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
6067 (XCreateGC, XParseGeometry): Move externs from macgui.h.
6068
6069 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
6070
6071 2005-07-16 Richard M. Stallman <rms@gnu.org>
6072
6073 * buffer.c (Fmake_overlay): Doc fix.
6074
6075 2005-07-16 Eli Zaretskii <eliz@gnu.org>
6076
6077 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
6078 Vw32_valid_locale_ids, and Vw32_valid_codepages.
6079
6080 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6081
6082 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
6083 Use Fstring_as_unibyte instead of string_make_unibyte.
6084
6085 2005-07-15 Richard M. Stallman <rms@gnu.org>
6086
6087 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
6088
6089 2005-07-15 Kim F. Storm <storm@cua.dk>
6090
6091 * xdisp.c: Fix redisplay loop in last change.
6092 (IT_POS_VALID_AFTER_MOVE_P): New macro.
6093 (move_it_vertically_backward, move_it_by_lines): Use it.
6094
6095 2005-07-14 Jason Rumney <jasonr@gnu.org>
6096
6097 * w32.c (init_environment): Default HOME directory to user's
6098 appdata directory if possible.
6099
6100 2005-07-14 Kim F. Storm <storm@cua.dk>
6101
6102 * .gdbinit (pitx): Fix output format. Print string charpos.
6103
6104 * lread.c (syms_of_lread): Initialize seen_list.
6105
6106 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6107
6108 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6109 Staticpro re_match_object.
6110
6111 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6112
6113 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6114 dereference.
6115
6116 * macterm.c (mac_window_to_frame): Remove duplicate define.
6117
6118 2005-07-14 Kenichi Handa <handa@m17n.org>
6119
6120 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
6121 (code_convert_region): Adjust for the above change.
6122 (set_conversion_work_buffer): If the work buffer is already in
6123 use, generate a new buffer and return it. Otherwise return Qnil.
6124 (run_pre_post_conversion_on_str): Adjust for the above change.
6125 (run_pre_write_conversin_on_c_str): Likewise.
6126
6127 2005-07-13 Kim F. Storm <storm@cua.dk>
6128
6129 * xdisp.c (start_display): Don't reseat to next visible line start
6130 if current start position is in a string or image.
6131 (move_it_vertically_backward): Be sure to move out of strings and
6132 images when moving it2 forward.
6133 (move_it_by_lines): When moving forward, move to next buffer
6134 position if we end up in a string or image. When moving backward,
6135 count rows moved over when moving to start of current row in case
6136 row starts in middle of a string or image. Also move further
6137 backward if we end up in a string or image.
6138 (try_cursor_movement): If overlay string spans multiple lines,
6139 move backward to set cursor on start of an overlay string.
6140 (cursor_row_p): Row is ok if cursor is at newline from string, but
6141 string starts on this line (so we always position cursor at start
6142 of string).
6143
6144 * indent.c (Fvertical_motion): If start position is on an image,
6145 don't move back if we move too far (that's almost certain to happen).
6146
6147 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6148 row in minibuffer windows.
6149 (try_window): Don't check margins in minibuffer windows.
6150
6151 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6152
6153 * macterm.c: Don't include stdlib.h or composite.h.
6154 (x_use_underline_position_properties, last_mouse_press_frame)
6155 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6156 (syms_of_macterm, mac_initialize): Don't initialize them.
6157 (waiting_for_input, initial_argv, initial_argc)
6158 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6159 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6160 (extra_keyboard_modifiers): Fix type in extern.
6161 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6162 (x_scroll_bar_report_motion): Add argument types to declaration.
6163 (mac_compute_glyph_string_overhangs): Add declaration.
6164 (disable_mouse_highlight): Remove unused variable.
6165 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6166 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
6167 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6168 All callers changed.
6169 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6170 timestamp.
6171 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6172 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6173 only when its width is less than the height.
6174 (XTredeem_scroll_bar): Sync with xterm.c.
6175 (font_name_table, font_name_table_size, font_name_count):
6176 Make static.
6177 (drag_and_drop_file_list): Remove variable. Previous use is now
6178 local to function.
6179 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6180 from XTread_socket.
6181 (XTread_socket): Consolidate setting of event timestamp.
6182 Move DRAG_N_DROP event construction part to do_ae_open_documents.
6183 Support extra_keyboard_modifiers.
6184
6185 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6186 beginning with that for ASCII.
6187
6188 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6191 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6192 (syms_of_alloc): Declare gc-cons-percentage.
6193
6194 * eval.c (Feval, Ffuncall):
6195 * keyboard.c (read_char):
6196 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6197
6198 * lisp.h (gc_cons_combined_threshold): Declare.
6199
6200 2005-07-12 Kim F. Storm <storm@cua.dk>
6201
6202 * coding.c (Qprocess_argument):
6203 * coding.h (Qprocess_argument): Remove unused var.
6204
6205 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6206
6207 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6208
6209 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6210 Endian.h.
6211 [!MAC_OSX] (fchmod, fchown): New functions.
6212 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6213 Use SBYTES and EndianU32_BtoN.
6214 (mac_get_object_from_code): Return 4 byte string even if argument
6215 is 0. Use make_unibyte_string and EndianU32_NtoB.
6216 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6217 (Fmac_set_file_type): Fix documents and argument declarations.
6218 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6219
6220 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6223
6224 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6225
6226 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6227 Lucid if X_I18N, font otherwise.
6228
6229 2005-07-10 Steven Tamm <steventamm@mac.com>
6230
6231 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6232 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6233 (mac_get_object_from_code, mac_get_code_from_arg): Add.
6234
6235 2005-07-10 Richard M. Stallman <rms@gnu.org>
6236
6237 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6238 (syms_of_lread): Set up eval-buffer-list.
6239 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6240
6241 2005-07-08 Richard M. Stallman <rms@gnu.org>
6242
6243 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6244
6245 2005-07-08 Kim F. Storm <storm@cua.dk>
6246
6247 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6248 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6249
6250 2005-07-07 Kim F. Storm <storm@cua.dk>
6251
6252 * window.c (Frecenter): Fix last change (set iarg before use).
6253
6254 2005-07-06 Richard M. Stallman <rms@gnu.org>
6255
6256 * window.c (Frecenter): When arg is inside the scroll margin,
6257 move it out of the margin.
6258
6259 2005-07-06 Jason Rumney <jasonr@gnu.org>
6260
6261 * w32console.c (initialize_w32_display): Detect when the console
6262 dimensions are insane, and default to 80x25 instead.
6263 (w32_use_full_screen_buffer): Default to NIL.
6264
6265 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6266
6267 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6268 VERTICAL_BORDER_FACE_ID for vertical border line.
6269 (mac_encode_char): Call check_ccl_update in advance.
6270 (mac_to_x_fontname, x_font_name_to_mac_font_name)
6271 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6272 Don't assume that font family length is less than 32.
6273 (x_compute_min_glyph_bounds): Make static.
6274 (x_load_font): Never set fonts_changed_p to zero.
6275
6276 2005-07-04 Lute Kamstra <lute@gnu.org>
6277
6278 * Update FSF's address in GPL notices.
6279
6280 2005-07-03 Richard M. Stallman <rms@gnu.org>
6281
6282 * xdisp.c (try_window): Fix previous change in how it handles
6283 a partially-visible line or one only partly past the margin.
6284
6285 * window.c (window_scroll_pixel_based): Take account
6286 of this_scroll_margin when finding point when scrolling up.
6287
6288 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6289
6290 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6291 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
6292 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6293
6294 2005-07-02 Juri Linkov <juri@jurta.org>
6295
6296 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6297 VERTICAL_BORDER_FACE_ID for vertical border line.
6298
6299 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6300
6301 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6302 fchmod so that chmod doesn't get called on MSDOS before the file
6303 is closed.
6304
6305 2005-07-01 Jason Rumney <jasonr@gnu.org>
6306
6307 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6308 workaround.
6309 (w32_initialize): Initialize it.
6310 (w32_native_per_char_metric): Allow a couple of extra pixels when
6311 Cleartype is active.
6312
6313 * w32term.c (w32_initialize): Move check for screen reader here
6314 from syms_of_w32term.
6315
6316 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6317
6318 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6319 is not zero.
6320
6321 2005-07-01 Masatake YAMATO <jet@gyve.org>
6322
6323 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
6324
6325 2005-06-30 Juri Linkov <juri@jurta.org>
6326
6327 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6328 decrease x coord of vertical border by 1 pixel to not occupy text
6329 area of the right window.
6330
6331 * xterm.c (x_draw_vertical_window_border): Use foreground of
6332 VERTICAL_BORDER_FACE_ID for vertical border line.
6333
6334 * term.c (turn_on_face): In standout mode apply specified
6335 fg to bg, and specified bg to fg (this makes the logic of
6336 inversion on terminal consistent with X).
6337
6338 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * eval.c (user_variable_p_eh): New function.
6341 (Fuser_variable_p): Use it. Clarify docstring.
6342 Return t for aliases of user options, nil for alias loops.
6343
6344 2005-06-27 Richard M. Stallman <rms@gnu.org>
6345
6346 * eval.c (Fdefvar): Improve error message.
6347
6348 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6349
6350 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6351 change.
6352
6353 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * eval.c (Fdefvar): Don't try to set constant symbols.
6356
6357 2005-06-25 Richard M. Stallman <rms@gnu.org>
6358
6359 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6360
6361 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6362
6363 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6364
6365 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6366 (redisplay_window): Handle try_window reporting point in scroll margin.
6367
6368 * dispextern.h (try_window): Declare new arg.
6369
6370 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6371 Use fchmod to copy the file modes.
6372 (Frename_file): Don't copy UID and GID here;
6373 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6374
6375 * eval.c (call_debugger): Take full care of extending stack limits
6376 to make space for the debugger, and restore the change afterward.
6377 Bind debug-on-error to nil.
6378 (restore_stack_limits): New subroutine.
6379 (Fsignal): Extend specpdl bound along with eval depth bound,
6380 for calling edebug. Don't do either one, for calling debugger.
6381 (find_handler_clause): Don't bind debug-on-error here.
6382 Don't unbind anything either.
6383 Temporarily advance max_specpdl_size for calling
6384 internal_with_output_to_temp_buffer.
6385 (grow_specpdl): Don't alter max_specpdl_size before signaling
6386 an error.
6387 (syms_of_eval) <max-specpdl-size>: Doc fix.
6388
6389 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6390
6391 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6392
6393 * fileio.c (Frename_file): Undo last change: no need to ifdef away
6394 chown on DOS_NT platforms.
6395
6396 * w32.c (sys_chown): New function.
6397
6398 * s/ms-w32.h (chown): New; define to sys_chown.
6399
6400 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
6403 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
6404
6405 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
6406
6407 2005-06-23 Richard M. Stallman <rms@gnu.org>
6408
6409 * xdisp.c (get_next_display_element): Finish reversing the tests of
6410 Vnobreak_char_display.
6411
6412 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
6413 All uses changed.
6414 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
6415 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
6416
6417 * fileio.c (Frename_file): Preserve owner and group, if possible,
6418 when copying.
6419
6420 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6421
6422 * abbrev.c (Funexpand_abbrev):
6423 * category.c (Fmake_category_set):
6424 * dispnew.c (Fsleep_for, Fsit_for):
6425 * editfns.c (Fsubst_char_in_region):
6426 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
6427 * frame.c (make_frame_without_minibuffer):
6428 * lread.c (read_vector):
6429 * macfns.c (check_x_frame):
6430 * process.c (Fstop_process, Fcontinue_process):
6431 * search.c (Freplace_match):
6432 * syntax.c (Fstring_to_syntax):
6433 * w32fns.c (check_x_frame, check_x_display_info):
6434 * xfaces.c (x_supports_face_attributes_p):
6435 * xselect.c (Fx_own_selection_internal): Follow error conventions.
6436
6437 * image.c (fn_png_init_io): Don't define it.
6438 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
6439 (png_read_from_file): New function, based on png_read_from_memory.
6440 (png_load): Use it, instead of fn_png_init_io.
6441
6442 2005-06-23 Kim F. Storm <storm@cua.dk>
6443
6444 * search.c (Fmatch_data): Remove evaporate option.
6445 (Fset_match_data): Do not mention evaporate option in doc string.
6446 Add commentary explaining evaporate arg (for internal use only).
6447 (unwind_set_match_data): Add comment on evaporate use.
6448
6449 2005-06-22 Miles Bader <miles@gnu.org>
6450
6451 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
6452 (realize_basic_faces, syms_of_xfaces): Update references to it.
6453 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
6454 to `VERTICAL_BORDER_FACE_ID'.
6455 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
6456
6457 2005-06-21 Juri Linkov <juri@jurta.org>
6458
6459 * dispextern.h: Add extern Qframe_set_background_mode.
6460
6461 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
6462 Qframe_set_background_mode.
6463
6464 * frame.c (Fmodify_frame_parameters):
6465 Call frame-set-background-mode after changing the background color
6466 on non-window non-dos branch.
6467
6468 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * fns.c (Fchar_table_range):
6471 * process.c (Fmake_network_process): Fix spellings.
6472
6473 2005-06-20 Kim F. Storm <storm@cua.dk>
6474
6475 * fns.c (Fsort): Doc fix.
6476
6477 2005-06-20 Miles Bader <miles@gnu.org>
6478
6479 * xfaces.c (Qvertical_divider): New variable.
6480 (realize_basic_faces): Realize its face.
6481 (syms_of_xfaces): Initialize it.
6482
6483 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
6484
6485 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
6486 window-separator on ttys using `vertical-divider' face by default.
6487
6488 2005-06-17 Richard M. Stallman <rms@gnu.org>
6489
6490 * xdisp.c (get_next_display_element):
6491 Reverse test of Vshow_nonbreak_escape.
6492
6493 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
6494 (Ftty_no_underline): New function.
6495 (syms_of_term): defsubr it.
6496
6497 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
6498
6499 * dispnew.c (spec_glyph_lookup_face): New function.
6500 (build_frame_matrix_from_leaf_window): Use it.
6501
6502 * dispextern.h (spec_glyph_lookup_face): Add declaration.
6503
6504 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6505
6506 2005-06-12 Richard M. Stallman <rms@gnu.org>
6507
6508 * keyboard.c (read_char): After catching a longjmp,
6509 call restore_getcjmp.
6510
6511 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * xselect.c (lisp_data_to_selection_data): Fix spelling.
6514
6515 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6516
6517 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
6518 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
6519 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
6520 events.
6521 (XTread_socket): Don't pass keyboard events with the option
6522 modifier to the system when Vmac_command_key_is_meta is nil or
6523 Vmac_option_modifier is non-nil.
6524 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
6525 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
6526 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
6527 handler function.
6528 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
6529 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
6530 handler part to mac_handle_mouse_event.
6531
6532 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
6535 NEW-ALIAS and BASE-VARIABLE, respectively.
6536
6537 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6540 (get_phys_cursor_geometry, format_mode_line_unwind_data)
6541 (get_line_height_property, x_produce_glyphs): Remove unused vars.
6542
6543 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
6544
6545 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6546
6547 * w32term.c (x_use_underline_position_properties): New variable.
6548 (x_draw_glyph_string): Remind in a comment to change doc string of
6549 x-use-underline-position-properties if/when underline positioning
6550 is implemented.
6551 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
6552 and initialize it to nil.
6553
6554 2005-06-12 Jason Rumney <jasonr@gnu.org>
6555
6556 * w32fns.c (NEWOPENFILENAME): New struct.
6557 (Fx_file_dialog): Use it to trick the system into giving us up to
6558 date dialogs on systems that are documented to support it.
6559 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
6560
6561 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6562
6563 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
6564 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
6565
6566 2005-06-11 Eli Zaretskii <eliz@gnu.org>
6567
6568 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
6569 to CreateDIBSection to avoid a compiler warning.
6570 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
6571 warning.
6572 (png_load): Cast return values of fn_png_create_read_struct and
6573 fn_png_create_info_struct, to avoid compiler warnings on W32.
6574 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
6575 to avoid compiler warnings.
6576 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
6577 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
6578 avoid a compiler warning.
6579 (tiff_load): Cast return values of fn_TIFFOpen and
6580 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
6581 to IMAGE_BACKGROUND to avoid a compiler warning.
6582 (gif_load): Cast return values of fn_DGifOpenFileName and
6583 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
6584 IMAGE_BACKGROUND to avoid a compiler warning.
6585 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
6586 before redefining.
6587
6588 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
6589 the call to CreateDIBSection, to avoid a compiler warning.
6590
6591 2005-06-11 Jason Rumney <jasonr@gnu.org>
6592
6593 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
6594 minibuffer.
6595 * macfns.c (Fx_file_dialog): Likewise.
6596
6597 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6598
6599 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
6600
6601 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
6604 * w32fns.c (syms_of_w32fns): Fix spellings.
6605
6606 2005-06-10 Eli Zaretskii <eliz@gnu.org>
6607
6608 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
6609 `verbose'; print diagnostic messages only if it is non-zero.
6610 All callers changed to pass a zero value unless DEBUG_DUMP is defined
6611 in the environment.
6612 (copy_executable_and_dump_data): Print section names with %.8s.
6613
6614 2005-06-10 Masatake YAMATO <jet@gyve.org>
6615
6616 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
6617 when mouse_face is not given.
6618
6619 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6620
6621 * window.c (Fselect_window): Adapt call to Fselect_frame.
6622
6623 * lisp.h: Update EXFUN of Fselect_frame.
6624
6625 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
6626
6627 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
6628 no_enter.
6629 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
6630 Adapt to above change.
6631
6632 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6633
6634 * fns.c (Fmemq, Fmaphash): Doc fixes.
6635
6636 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6637
6638 * xfaces.c (Fdisplay_supports_face_attributes_p):
6639 Fix typo in docstring.
6640
6641 2005-06-08 Steven Tamm <steventamm@mac.com>
6642
6643 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
6644 used by gcc4 on intel mac.
6645
6646 2005-06-09 Kim F. Storm <storm@cua.dk>
6647
6648 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
6649 in REUSE list if non-nil; free them if equal to evaporate.
6650 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
6651 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
6652 (restore_search_regs): Rename from restore_match_data. Uses changed.
6653 (unwind_set_match_data): New function.
6654 (record_unwind_save_match_data): New function like save-match-data.
6655
6656 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
6657 (record_unwind_save_match_data): Add prototype.
6658 (restore_search_regs): Rename from restore_match_data.
6659
6660 * composite.c (compose_chars_in_text):
6661 * eval.c (do_autoload):
6662 * macmenu.c (set_frame_menubar):
6663 * process.c (read_process_output, exec_sentinel):
6664 * xmenu.c (set_frame_menubar):
6665 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
6666 * w32menu.c (set_frame_menubar):
6667 Use record_unwind_save_match_data.
6668
6669 2005-06-08 Richard M. Stallman <rms@gnu.org>
6670
6671 * xdisp.c (get_next_display_element): Alter previous change:
6672 Distinguish Vshow_nonbreak_escape = t or not t.
6673 For t, use escape_glyph once again, as before previous change.
6674 Use space or hyphen for display, instead of the non-ASCII char.
6675 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
6676
6677 * process.c (Fstart_process): Don't touch command_channel_p slot.
6678
6679 * process.h (struct process): Delete command_channel_p.
6680
6681 2005-06-07 Masatake YAMATO <jet@gyve.org>
6682
6683 * xdisp.c (note_mode_line_or_margin_highlight):
6684 Check the overlapping of re-rendering area to avoid flickering.
6685 (note_mouse_highlight): Call clear_mouse_face if PART
6686 is not ON_MODE_LINE nor ON_HEADER_LINE.
6687
6688 2005-06-07 Kim F. Storm <storm@cua.dk>
6689
6690 * process.c: Improve commentary for adaptive read buffering.
6691
6692 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
6695 if available.
6696
6697 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6698
6699 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
6700 New functions for popping down menus on C-g.
6701 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
6702
6703 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
6704 non-static.
6705
6706 * config.in: Add HAVE_CANCELMENUTRACKING.
6707
6708 2005-06-06 Eli Zaretskii <eliz@gnu.org>
6709
6710 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
6711
6712 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
6713
6714 * w32proc.c (RVA_TO_PTR): New macro.
6715
6716 * w32heap.c (RVA_TO_PTR): No need to #undef now.
6717
6718 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
6719 Depend on w32heap.h.
6720
6721 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6722
6723 * keyboard.c (command_loop_1): Update Vthis_original_command.
6724
6725 2005-06-06 Richard M. Stallman <rms@gnu.org>
6726
6727 * xmenu.c (popup_get_selection): Undo previous change.
6728
6729 2005-06-06 Juri Linkov <juri@jurta.org>
6730
6731 * xdisp.c (Qno_break_space): New variable.
6732 (syms_of_xdisp): Initialize it.
6733 (get_next_display_element): Add no-break space and soft hypen
6734 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
6735 Use `no-break-space' face for no-break spaces.
6736
6737 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6738
6739 * window.c (delete_window): Handle the case where a h/vchild has
6740 a h/vchild.
6741
6742 2005-06-05 Eli Zaretskii <eliz@gnu.org>
6743
6744 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
6745 call to pfn_setsockopt, cast optval to `const char *'.
6746
6747 2005-06-04 Eli Zaretskii <eliz@gnu.org>
6748
6749 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
6750 (open_unc_volume): Cast return value of map_w32_filename, to avoid
6751 compiler warnings.
6752
6753 * s/ms-w32.h (fileno): Don't define if already defined.
6754
6755 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
6756
6757 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
6758
6759 2005-06-04 Richard M. Stallman <rms@gnu.org>
6760
6761 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
6762
6763 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6764
6765 * macmenu.c (cleanup_popup_menu): New function.
6766 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
6767 mac_menu_show Quit:s.
6768 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
6769 a dialog).
6770
6771 2005-06-04 Kim F. Storm <storm@cua.dk>
6772
6773 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
6774
6775 * callproc.c (Fcall_process): Don't use alloca to gradually
6776 increase size of buf, as it effectively uses twice the necessary
6777 space on the stack. Instead, pre-allocate buf of full size, and
6778 gradually increase the read size.
6779
6780 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
6781
6782 * eval.c (unbind_to): Preserve value of Vquit_flag.
6783
6784 * xterm.c (handle_one_xevent): Also ignore mouse motion just
6785 before a button release event.
6786
6787 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * xfaces.c (Finternal_lisp_face_equal_p): Really report
6790 on faces in a frame, if the argument FRAME is non-nil.
6791 Improve argument/docstring consistency.
6792
6793 2005-06-02 Kim F. Storm <storm@cua.dk>
6794
6795 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
6796 (x_consider_frame_title, Fformat_mode_line): Save offset into
6797 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
6798
6799 2005-06-01 Kim F. Storm <storm@cua.dk>
6800
6801 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
6802
6803 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6804
6805 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
6806 resolution fields for scalable fonts to 0.
6807
6808 * xfaces.c (build_scalable_font_name): Round pixel size to the
6809 nearest integer.
6810
6811 2005-06-01 Kim F. Storm <storm@cua.dk>
6812
6813 * xdisp.c (display_mode_line): Support nested calls to redisplay
6814 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
6815
6816 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * fileio.c (Finsert_file_contents):
6819 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
6820
6821 2005-05-31 Kim F. Storm <storm@cua.dk>
6822
6823 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
6824 (mode_line_noprop_ptr): Rename from frame_title_*.
6825 (store_mode_line_noprop_char): Rename from store_frame_title_char.
6826 (store_mode_line_noprop): Rename from store_frame_title.
6827 (mode_line_target): New enum to specify current output target
6828 for mode line formatting.
6829 (display_mode_element): Test it rather than frame_title_ptr and
6830 mode_line_string_list to determine where output should go.
6831 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
6832 (Vmode_line_unwind_vector): New variable.
6833 (format_mode_line_unwind_data, unwind_format_mode_line):
6834 New functions for unwind protection in mode line formatting.
6835 (x_consider_frame_title): Use them and new local var 'title_start'
6836 to support nested calls to format-mode-line and redisplay.
6837 Set mode_line_target to MODE_LINE_TITLE.
6838 (Fformat_mode_line): Use them and new local var 'string_start' to
6839 support nested calls to format-mode-line and redisplay.
6840 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
6841 Don't trim trailing dashes.
6842 (decode_mode_spec): Don't make infinite number of trailing dashes
6843 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
6844 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
6845 mode_line_string_face_prop, and Vmode_line_unwind_vector.
6846 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
6847 Initialize mode_line_target to MODE_LINE_DISPLAY.
6848
6849 2005-05-29 Richard M. Stallman <rms@gnu.org>
6850
6851 * buffer.c (Fbuffer_local_value): Call indirect_variable.
6852
6853 2005-05-28 Masatake YAMATO <jet@gyve.org>
6854
6855 * xdisp.c (note_mode_line_or_margin_highlight): Change the
6856 pointer to a hand cursor when hoovering over a mouse-face.
6857
6858 2005-05-27 Kenichi Handa <handa@m17n.org>
6859
6860 * xterm.c (x_encode_char): Call check_ccl_update in advance.
6861
6862 * ccl.c: Now an element of Vccl_program_table is a vector of
6863 length 4, not 3.
6864 (ccl_get_compiled_code): New arg idx. Caller changed.
6865 Adjust for the change of Vccl_program_table.
6866 (setup_ccl_program): Adjust for the change of Vccl_program_table.
6867 (check_ccl_update): New function.
6868 (Fregister_ccl_program): Use ASET to set an element of a vector.
6869 Adjusted for the change of Vccl_program_table.
6870
6871 * ccl.h (struct ccl_program): New member idx.
6872 (check_ccl_update): Extern it.
6873
6874 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * image.c (Vimage_library_alist): Move from image.el.
6877 (syms_of_image): Defvar it.
6878 (lookup_image_type): Use it.
6879
6880 * buffer.c (Fbuffer_local_value): Make argument name match its use
6881 in docstring.
6882
6883 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * keyboard.c (Frecursive_edit): Fix typo in docstring.
6886 (Fposn_at_x_y): Make argument name match its use in docstring.
6887
6888 2005-05-26 Lute Kamstra <lute@gnu.org>
6889
6890 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
6891
6892 2005-05-24 Masatake YAMATO <jet@gyve.org>
6893
6894 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
6895 as loop sentinels.
6896
6897 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
6900 select frame title ("Question"/"Information").
6901 (xdialog_show): Use it.
6902
6903 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
6904
6905 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
6906
6907 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
6908 a third argument (Qnil).
6909
6910 * lisp.h: x-popup-dialog can have three arguments.
6911
6912 * editfns.c (Fmessage_box): Use "Information" for frame title.
6913
6914 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6915
6916 * termcap.c [VMS]: Include <starlet.h>.
6917
6918 2005-05-23 Masatake YAMATO <jet@gyve.org>
6919
6920 * xdisp.c (note_mode_line_or_margin_highlight): Add code
6921 for mouse-face. Change the type of the first argument from `window'
6922 to `Lisp_Object'.
6923 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
6924 window instead of w.
6925
6926 2005-05-22 Andreas Schwab <schwab@suse.de>
6927
6928 * process.c (send_process): Move misplaced volatile.
6929
6930 2005-05-21 Richard M. Stallman <rms@gnu.org>
6931
6932 * xdisp.c (display_mode_element): If we're processing a list and
6933 padding is specified, put it after the last element.
6934
6935 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6936
6937 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
6938 "superroot" on DOS_NT systems.
6939
6940 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
6941
6942 * process.c (send_process): Restore the SIGPIPE handler if we
6943 catch a SIGPIPE.
6944
6945 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
6948 misleading comments).
6949 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
6950
6951 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6952
6953 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
6954 Correct the right value.
6955
6956 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * keyboard.c (syms_of_keyboard): Remove Lisp variables
6959 post-command-idle-hook and post-command-idle-delay.
6960 (command_loop_1): Don't try to execute post-command-idle-hook.
6961
6962 2005-05-16 Kim F. Storm <storm@cua.dk>
6963
6964 * xdisp.c (handle_display_prop): Handle empty replacement.
6965 (handle_single_display_spec): Return -1 for empty replacement.
6966
6967 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
6968
6969 * .gdbinit (pitx): Print more info about iterator.
6970
6971 2005-05-16 Andreas Schwab <schwab@suse.de>
6972
6973 * unexmacosx.c (unexec_realloc): Move declarations before statements.
6974
6975 2005-05-14 Richard M. Stallman <rms@gnu.org>
6976
6977 * xdisp.c (message3): Call cancel_echoing.
6978
6979 * alloc.c (Fmemory_full_p): New function.
6980 (syms_of_alloc): defsubr it.
6981
6982 * process.c (send_process_trap): Unblock SIGPIPE.
6983 (send_process): Reset SIGPIPE handler before reporting error.
6984
6985 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * emacs.c (syms_of_emacs): Fix doc string for system-type.
6988
6989 2005-05-13 Richard M. Stallman <rms@gnu.org>
6990
6991 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
6992 (Finsert_file_contents): If we read 0 bytes from a special file,
6993 unlock the visited file if we locked it.
6994 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
6995 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
6996
6997 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6998
6999 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
7000
7001 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
7002 Regard toolkit scroll bar thumb drag events as squeezable and prevent
7003 redisplay from being paused by them.
7004
7005 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
7006 [!MAC_OSX] (target_ticks): Remove variable.
7007 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
7008 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
7009 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
7010 event occurs before timeout, behave as if the function were interrupted.
7011 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
7012 handling using Time Manager routines.
7013 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
7014 New variables.
7015 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
7016 (setitimer): New functions.
7017
7018 * macfns.c, macmenu.c: Don't include signal.h.
7019
7020 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
7021 Rename from get_control_part_bound. All callers changed.
7022 (x_scroll_bar_clear): New function.
7023 (x_clear_frame): Use it.
7024 (XTset_vertical_scroll_bar): Don't call Draw1Control.
7025 (x_scroll_bar_handle_click): Change type of second argument from
7026 int to ControlPartCode.
7027 (check_alarm): Remove declaration.
7028 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
7029 (XTread_socket): Use ControlPartCode instead of SInt16.
7030
7031 2005-05-13 Nozomu Ando <nand@mac.com>
7032
7033 * unexmacosx.c: Include assert.h.
7034 (MACOSX_MALLOC_MULT16): New define.
7035 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
7036 ptr is in unexec regions by checking it is multiple of 16.
7037 (unexec_malloc_header_t): New typedef.
7038 (unexec_malloc, unexec_realloc, unexec_free): Store and use
7039 allocated size information in unexec_malloc_header.
7040
7041 2005-05-10 Richard M. Stallman <rms@gnu.org>
7042
7043 * xterm.c (noinclude): Add #undef.
7044
7045 * image.c, xfns.c, xmenu.c: Don't include signal.h.
7046
7047 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7048
7049 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
7050 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
7051 Doc fixes.
7052
7053 * dired.c (Ffile_name_completion): Make argument name
7054 match its use in docstring.
7055
7056 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * eval.c (Fdefvaralias): Remove any pre-existing
7059 variable-documentation property of the alias.
7060
7061 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
7062
7063 * xfns.c (start_hourglass): Do nothing when running on a tty.
7064
7065 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * fns.c (Fchar_table_range): Fix typos in docstring.
7068
7069 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
7072
7073 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7074
7075 * lread.c (Flocate_file_internal): Doc fix.
7076
7077 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
7078
7079 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7080
7081 * macselect.c (x_own_selection): Accept Lisp string as result of
7082 selection converter function.
7083 (x_clear_frame_selections): Don't call x-lost-selection-functions
7084 if Emacs is not owner of the selection.
7085 (Vmac_services_selection): Put variable and initialization in
7086 #ifdef MAC_OSX.
7087 (syms_of_macselect) [MAC_OSX]: Set default value of
7088 Vmac_services_selection to PRIMARY.
7089
7090 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
7091 (mac_handle_tool_bar_click): Remove unused function and declaration.
7092 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
7093 (install_scroll_bar_timer, set_scroll_bar_timer)
7094 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
7095 (get_control_part_bound, x_scroll_bar_handle_press)
7096 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
7097 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
7098 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7099 (scroll_bar_timer_event_posted_p): New variables.
7100 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7101 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7102 (x_scroll_bar_create): Set control reference with NewControl.
7103 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7104 Initialize track_top and track_height to nil.
7105 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7106 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
7107 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7108 and associated window.
7109 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7110 from window config.
7111 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7112 Set track_top and track_height to nil when scroll bar size is changed.
7113 Recalculate them if they are nil.
7114 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7115 clicked control is a scroll bar.
7116 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7117 event handler functions. Don't add modifiers to scroll bar click
7118 events. Call scroll bar release handler when window is deactivated.
7119 (mac_initialize): Remove unused code for X toolkit.
7120 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7121 Initialize Vx_toolkit_scroll_bars to nil.
7122
7123 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7124 New members track_top and track_height.
7125
7126 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7127 init_process when including sys/select.h.
7128
7129 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * eval.c (Fdefvaralias): Doc fix.
7132
7133 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7134
7135 2005-05-05 Kim F. Storm <storm@cua.dk>
7136
7137 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7138 default value.
7139 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7140 Fix type of cursor-in-non-selected-windows.
7141
7142 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7143
7144 * mac.c: #undef init_process so not to conflict with system headers.
7145
7146 2005-05-02 Richard M. Stallman <rms@gnu.org>
7147
7148 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7149
7150 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7151
7152 * xdisp.c (Vcursor_in_non_selected_windows)
7153 (Qcursor_in_non_selected_windows): Vars deleted.
7154 (syms_of_xdisp): Don't initialize them.
7155 (get_window_cursor_type): Use cursor_in_non_selected_windows
7156 buffer slot.
7157
7158 2005-05-02 Kim F. Storm <storm@cua.dk>
7159
7160 * macros.c (executing_kbd_macro_index): Rename from
7161 executing_macro_index. All uses changed.
7162 (executing_kbd_macro_iterations): Rename from
7163 executing_macro_iterations. All uses changed.
7164 (executing_kbd_macro): Rename from executing_macro.
7165 All uses changed.
7166 (syms_of_macros): Rename Lisp var executing-macro-index to
7167 executing-kbd-macro-index.
7168
7169 * xdisp.c (move_it_in_display_line_to): Fix last change.
7170
7171 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * xmenu.c (Fx_popup_menu): Doc fix.
7174
7175 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7176
7177 2005-05-02 Jason Rumney <jasonr@gnu.org>
7178
7179 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7180
7181 2005-05-02 Nozomu Ando <nand@mac.com>
7182
7183 * sysselect.h: Fix typo.
7184
7185 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7186
7187 * charset.c (Fchars_in_region): Remove as obsolete.
7188
7189 2005-05-01 Kim F. Storm <storm@cua.dk>
7190
7191 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7192 TO_CHARPOS. This may happen if last glyphs was an image or stretch
7193 glyph.
7194
7195 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7198
7199 2005-05-01 Richard M. Stallman <rms@gnu.org>
7200
7201 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7202 If user cancels the menu, quit unless FOR_CLICK.
7203
7204 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
7205 All uses changed.
7206 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7207 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7208 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7209 * commands.h (Vexecuting_kbd_macro): Likewise.
7210
7211 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7212
7213 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7214
7215 2005-04-30 Richard M. Stallman <rms@gnu.org>
7216
7217 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7218 property of the file name handler.
7219 (Qoperations): New variable.
7220 (syms_of_fileio): Initialize and staticpro it.
7221
7222 * xdisp.c (set_message_1): Delete xassert.
7223
7224 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7225
7226 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7227
7228 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7229
7230 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7231 before/after including Carbon.h if there is a working mktime.
7232
7233 2005-04-28 Kim F. Storm <storm@cua.dk>
7234
7235 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7236 Fix cyclic alias check. If alias loop is detected, signal
7237 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7238
7239 2005-04-28 Lute Kamstra <lute@gnu.org>
7240
7241 * eval.c (do_autoload): Record only autoloads in the autoload
7242 property of symbols.
7243
7244 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * emacs.c (USAGE1): Add --basic-display and --quick options.
7247
7248 2005-04-27 Kim F. Storm <storm@cua.dk>
7249
7250 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7251
7252 2005-04-26 Richard M. Stallman <rms@gnu.org>
7253
7254 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7255 (syms_of_window): Doc fixes.
7256
7257 * indent.c (Fvertical_motion): Undo previous change.
7258
7259 2005-04-26 Kenichi Handa <handa@m17n.org>
7260
7261 * fns.c (char_table_range): New function.
7262 (Fchar_table_range): Signal an error if characters in the range
7263 have inconsistent values. Don't check the parent.
7264
7265 2005-04-25 Kenichi Handa <handa@m17n.org>
7266
7267 * fontset.c (fontset_set): Fix previous change.
7268
7269 2005-04-24 Richard M. Stallman <rms@gnu.org>
7270
7271 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7272
7273 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7274
7275 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7276 of RE_TRANSLATE to int, to shut up GCC warnings.
7277
7278 * fileio.c (Fcopy_file): Doc fix.
7279 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7280 not needed.
7281
7282 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7283
7284 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7285 (SOME_MACHINE_OBJECTS): Likewise.
7286 (mac.o): Depend on ccl.h.
7287 (macselect.o): New target.
7288
7289 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7290 Call syms_of_macselect.
7291
7292 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7293
7294 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
7295 (QCLIPBOARD): Remove variable.
7296 (syms_of_mac): Don't initialize it.
7297 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7298 Remove functions.
7299 (syms_of_mac): Don't defsubr them.
7300 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7301 (QHFS_plus_D, QHFS_plus_C): New variables.
7302 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7303 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7304 (cfstring_create_normalized): New functions.
7305 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7306 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7307
7308 * macterm.c (handling_window_update, terminate_flag):
7309 Remove variables.
7310 (do_window_update, do_ae_quit_application, XTread_socket):
7311 Don't use them.
7312 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7313 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7314 (init_service_handler): Move to macselect.c. Remove declarations.
7315 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7316 (Qapplication, Qabout): New variables.
7317 (syms_of_mac): Initialize them.
7318 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7319 (Qperform): New variables.
7320 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7321 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
7322 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7323 (mac_store_application_menu_event, init_menu_bar): New functions.
7324 [USE_CARBON_EVENTS] (mac_handle_command_event)
7325 (init_command_handler): New functions.
7326 (mac_handle_window_event): Return noErr on window update event.
7327 (do_ae_quit_application): Call mac_store_application_menu_event.
7328 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7329 and init_menu_bar.
7330
7331 * macterm.h (x_clear_frame_selections): Add extern.
7332
7333 * macselect.c: New file for selection processing on Mac OS.
7334
7335 2005-04-23 Richard M. Stallman <rms@gnu.org>
7336
7337 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7338 (Frename_file): Pass new arg to Fcopy_file.
7339
7340 * window.c (window_size_fixed): Variable deleted.
7341 (syms_of_window): Initialize window-size-fixed to nil.
7342 But don't DEFVAR window_size_fixed.
7343
7344 2005-04-23 Andreas Schwab <schwab@suse.de>
7345
7346 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7347 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7348 use lib64 instead of lib.
7349 (_LP64) [_ARCH_PPC64]: Define if not defined.
7350
7351 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7352
7353 * s/ms-w32.h (HAVE_PWD_H): Define.
7354
7355 2005-04-22 Kenichi Handa <handa@m17n.org>
7356
7357 * fns.c (copy_sub_char_table): Explicitly copy the default value
7358 of the sub-chartable.
7359
7360 * fontset.c (fontset_set): When a sub-chartable is created,
7361 explicitly sets the defalt value.
7362
7363 2005-04-22 Kim F. Storm <storm@cua.dk>
7364
7365 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7366 (Fsafe_plist_get): Rename to Fplist_get.
7367 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7368 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7369
7370 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7371
7372 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7373 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7374 Use Fplist_get instead of Fsafe_plist_get.
7375
7376 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7377
7378 2005-04-21 Miles Bader <miles@gnu.org>
7379
7380 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7381
7382 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7383
7384 * sysdep.c: Remove reference to defunct vms-pwd.h.
7385 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7386 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7387
7388 * config.in: Regenerate.
7389
7390 2005-04-20 Kenichi Handa <handa@m17n.org>
7391
7392 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
7393 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
7394 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
7395
7396 * alloc.c (make_sub_char_table): Argument changed to initial
7397 value of the slots.
7398
7399 * data.c (Faref): Handle special slots used as default values of
7400 ascii, eight-bit-control, eight-bit-control. Don't ignore a
7401 default value set for a group of characters.
7402 (Faset): Signal an error if IDXVAL is not a valid character code.
7403 Make a sub-chartable with correct initial value.
7404
7405 * fns.c (Fset_char_table_range): Don't set slots used as default
7406 values for ascii, eight-bit-control, eight-bit-graphic.
7407 Don't call Faref with charset-id.
7408 (Fset_char_table_default): Document how to treat normal character
7409 argument. Handle special slots used as default values of ascii,
7410 eight-bit-control, eight-bit-control. Make a sub chartable if
7411 necessary.
7412
7413 2005-04-20 Kenichi Handa <handa@m17n.org>
7414
7415 * search.c (boyer_moore): Fix previous change.
7416
7417 2005-04-19 Kim F. Storm <storm@cua.dk>
7418
7419 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
7420 face unless last visible char and first invisible char have the
7421 same face. Also use default face if saved_face_id is undefined.
7422
7423 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7424
7425 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
7426 `full_name'.
7427 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
7428 mac_scriptcode member.
7429
7430 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
7431 (syms_of_mac): Don't initialize them.
7432 (Vmac_charset_info_alist): New variable.
7433 (syms_of_mac): Defvar it.
7434 (create_text_encoding_info_alist): New function.
7435 (decode_mac_font_name, mac_to_x_fontname)
7436 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
7437 code the correspondence among XLFD charsets, Mac script codes, and
7438 Emacs coding systems. Use Vmac_charset_info_alist and result of
7439 create_text_encoding_info_alist instead.
7440 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
7441 routines also on Mac OS Classic.
7442 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
7443 Use add_font_name_table_entry.
7444 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
7445 specified. Derive unspecified scalable fields from specified one.
7446 (x_list_fonts): Consider Valternate_fontname_alist.
7447 (kDefaultFontSize): Change value from 9 to 12.
7448 (XLoadQueryFont): Get decoded font family, font face, and charset
7449 from x_font_name_to_mac_font_name. Set full name of loaded font.
7450 (mac_unload_font): Free `full_name' member.
7451 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
7452 NULL. Copy full_name member of struct MacFontStruct to that of
7453 struct font_info.
7454
7455 2005-04-19 Kim F. Storm <storm@cua.dk>
7456
7457 * xdisp.c (handle_stop): Set saved_face_id to current face if
7458 selective_display_ellipsis_p so ellipsis will be shown in same
7459 face as preceding text.
7460 (setup_for_ellipsis): Don't set saved_face_id here.
7461 (next_element_from_display_vector): Default to saved_face_id.
7462
7463 * fns.c (Fsafe_get): New function.
7464 (syms_of_fns): Defsubr it.
7465
7466 * lisp.h (Fsafe_get): EXFUN it.
7467
7468 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
7469 loops in case of bad face property lists. Limit number of face
7470 alias lookups to 10 (in case of face alias loops).
7471
7472 2005-04-18 Kim F. Storm <storm@cua.dk>
7473
7474 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
7475 It replaces the corresponding member from struct window, as a
7476 window may now show multiple overlay arrows.
7477 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
7478
7479 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
7480 Compare overlay_arrow_bitmap than overlay_arrow_p members.
7481
7482 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
7483 rather than from window.
7484 (update_window_fringes): Compare overlay_arrow_bitmap rather than
7485 overlay_arrow_p members.
7486 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
7487 if not default.
7488
7489 * window.h (struct window): Remove member overlay_arrow_bitmap.
7490
7491 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
7492
7493 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
7494 Calls changed. Don't check for overlay-arrow-bitmap property here.
7495 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
7496 fringe is present, return Lisp integer for bitmap (or -1 for default).
7497 Fix value of overlay-arrow-bitmap property to be a symbol, use
7498 lookup_fringe_bitmap to parse it.
7499 (display_line): Change call to overlay_arrow_at_row. Store integer
7500 return value as overlay bitmap in row rather than window.
7501 Only show overlay arrow if row displays text, or if no other overlay
7502 arrow is seen in window (if overlay marker is at point-max).
7503
7504 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7505
7506 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
7507
7508 2005-04-18 Lute Kamstra <lute@gnu.org>
7509
7510 * lread.c (Vloads_in_progress): Static.
7511 * fns.c (Vloads_in_progress): Remove extern.
7512 (load_in_progress): Add extern.
7513 (Frequire): Use load_in_progress instead of Vloads_in_progress.
7514
7515 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
7516
7517 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
7518
7519 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7520
7521 * macterm.c (XTread_socket): Don't beep on keyboard input even if
7522 no frame is visible.
7523
7524 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7525
7526 * term.c (struct keys): Add support for shifted keys.
7527
7528 2005-04-16 Richard M. Stallman <rms@gnu.org>
7529
7530 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
7531 (set_message): Call with_echo_area_buffer with WHICH = 0.
7532 (set_message_1): Erase the echo area buffer first thing.
7533 (echo_area_display): Don't clear echo_message_buffer.
7534
7535 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7536
7537 * Makefile.in (mac.o): Depend on charset.h and coding.h.
7538
7539 * mac.c: Include charset.h and coding.h.
7540 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7541 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
7542 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
7543
7544 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7545
7546 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
7547
7548 * macterm.c (x_autoselect_window_p): Remove variable.
7549 (last_window): New variable.
7550 (XTreassert_line_highlight, x_change_line_highlight):
7551 Remove declarations.
7552 (mac_focus_changed, x_detect_focus_change): New functions and
7553 declarations.
7554 (XTextExtents16, front_emacs_window): Remove function.
7555 (mac_focus_frame): New function.
7556 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
7557 (mac_check_for_quit_char): Use it instead of front_emacs_window.
7558 (x_scroll_bar_report_motion): Obtain window from control owner.
7559 (x_make_frame_invisible): Set window manager size hint.
7560 (do_mouse_moved): Remove function.
7561 (XTread_socket): Move its contents here. Generate select-window
7562 event on mouse movement if needed. Use x_detect_focus_change on
7563 activate/deactivate events. Don't deiconify frame or invalidate
7564 window rectangle when dnd items are dropped.
7565 Don't activate/deactivate root control.
7566 (frame_highlight, frame_unhighlight): Activate/deactivate root
7567 control here.
7568 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
7569
7570 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
7571 New extern.
7572
7573 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
7576 (lisp): Use it.
7577 (SOME_MACHINE_LISP): Add tooltip.
7578
7579 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7580
7581 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
7582 Don't include TextEncodingConverter.h.
7583 (mac_system_script_code, Vmac_system_locale): New variables.
7584 (syms_of_mac): Defvar them.
7585 (mac_get_system_locale): New function.
7586
7587 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
7588 Use ENCODE_SYSTEM to encode title bar string.
7589 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7590 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
7591 Use CFStringGetSystemEncoding to get system default string encoding.
7592
7593 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
7594 TextEncodingConverter.h.
7595
7596 2005-04-13 Steven Tamm <steventamm@mac.com>
7597
7598 * macterm.c (syms_of_macterm): Remove redundant definition of
7599 mac-pass-control-to-system.
7600
7601 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * window.c (Fset_window_configuration): Be careful when you choose
7604 among several possible points for the new_current_buffer.
7605
7606 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7607
7608 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
7609 poll_for_input_1. Set interrupt_input_pending to 1 instead.
7610 (Qlanguage_change) [MAC_OS]: New variable.
7611 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
7612 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
7613
7614 * macterm.c (mac_keyboard_text_encoding)
7615 (current_mac_keyboard_text_encoding): Remove variables.
7616 (XTread_socket): Store language-change event if keyboard script change
7617 is detected. Don't convert input to `mac_keyboard_text_encoding'.
7618 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
7619
7620 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
7621
7622 2005-04-10 Richard M. Stallman <rms@gnu.org>
7623
7624 * emacs.c (standard_args): Rename --bare-bones to --quick.
7625 Add -D aka --basic-display.
7626
7627 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
7628
7629 2005-04-09 Richard M. Stallman <rms@gnu.org>
7630
7631 * keymap.c (where_is_internal): Convert a string used as event type
7632 into "(any string)".
7633
7634 * lread.c (Vloads_in_progress): Not static.
7635 * fns.c (Vloads_in_progress): Add extern.
7636 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
7637
7638 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
7639
7640 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
7641
7642 2005-04-09 Lute Kamstra <lute@gnu.org>
7643
7644 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
7645 within the accessible part of the buffer.
7646
7647 2005-04-09 Kim F. Storm <storm@cua.dk>
7648
7649 * lread.c (readevalloop): Add args START and END as region in
7650 current buffer to read. Callers changed.
7651 When specified, narrow to this region only when reading,
7652 not during eval. Track next point to read from during eval.
7653 Also restore point to "real" buffer position before eval.
7654 (Feval_region): Don't save excursion and restriction here, and
7655 don't narrow to region. Just pass region to readevalloop.
7656 Note: Point is now preserved even when PRINTFLAG is nil.
7657
7658 2005-04-08 Kim F. Storm <storm@cua.dk>
7659
7660 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
7661
7662 2005-04-06 Kim F. Storm <storm@cua.dk>
7663
7664 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
7665
7666 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7667
7668 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
7669 (Fmac_get_preference): Doc fix.
7670
7671 * macfns.c (Fx_create_frame, x_create_tip_frame):
7672 Add "fontset-mac" to fallback font/fontsets.
7673
7674 2005-04-04 Kim F. Storm <storm@cua.dk>
7675
7676 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
7677
7678 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
7679 Call it again after autoload.
7680
7681 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7682
7683 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
7684 mallopt.
7685
7686 * ralloc.c (r_alloc_init): Ditto.
7687
7688 2005-04-01 Kenichi Handa <handa@m17n.org>
7689
7690 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
7691 (Vascii_eqv_table): Extern them.
7692
7693 * casetab.c (set_case_table): If standard is nonzero, setup
7694 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
7695
7696 * search.c (looking_at_1): Use current_buffer->case_canon_table,
7697 not DOWNCASE_TABLE.
7698 (string_match_1): Likewise.
7699 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
7700 Vascii_downcase_table.
7701 (fast_string_match_ignore_case): Likewise.
7702 (search_buffer): Fix checking of boyer-moore usability.
7703 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
7704 No need of tranlating characters in PAT. Fix calculation of
7705 simple_translate.
7706
7707 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
7710 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
7711 Use XtNtopShadowPixel and XtNbottomShadowPixel.
7712 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
7713 really work and that breaks with some versions of Xaw3d.
7714
7715 2005-03-31 Kenichi Handa <handa@m17n.org>
7716
7717 * coding.c (syms_of_coding): Fix previous change.
7718
7719 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * fileio.c (search_embedded_absfilename): Fix last change.
7722
7723 2005-03-25 Kenichi Handa <handa@m17n.org>
7724
7725 * coding.c (syms_of_coding): Suggest to use set-coding-category in
7726 the docstring of coding-category-list.
7727
7728 2005-03-31 Kim F. Storm <storm@cua.dk>
7729
7730 * keyboard.c (Qmouse_fixup_help_message): New var.
7731 (syms_of_keyboard): Intern and staticpro it.
7732 (show_help_echo): Apply mouse-fixup-help-message to help string.
7733
7734 2005-03-30 Kim F. Storm <storm@cua.dk>
7735
7736 * xdisp.c (display_line): Allow multiple overlay arrows in window.
7737
7738 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
7741 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
7742 (Ffile_name_absolute_p): Use it.
7743 (search_embedded_absfilename): New fun, extracted from
7744 Fsubstitute_in_file_name. Use file_name_absolute_p.
7745 Free the pw data after use.
7746 (Fsubstitute_in_file_name): Use it.
7747 After cutting a prefix, re-check file-name-handler.
7748
7749 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
7750
7751 * w32term.h (x_output): Add focus_state.
7752
7753 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
7754 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
7755
7756 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
7759 Use Fexit_minibuffer.
7760 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
7761
7762 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * dired.c (Ffile_attributes): Add a missing gcpro.
7765
7766 * alloc.c (make_number): The arg can be bigger than `int'.
7767 * lisp.h (make_number): Make prototype more precise.
7768
7769 * process.c, dired.c (Vfile_name_coding_system)
7770 (Vdefault_file_name_coding_system):
7771 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
7772 (Vdefault_file_name_coding_system): Remove unused declarations.
7773
7774 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7775
7776 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
7777 if it failed to pop up (Gnome "show pointer on ctrl" option makes
7778 menus fail to pop up).
7779
7780 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
7783 Just prepend a backslash without replacing the NBSP by an SPC.
7784
7785 2005-03-22 Kim F. Storm <storm@cua.dk>
7786
7787 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
7788 * dispextern.h (lookup_derived_face): Fix prototype.
7789 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
7790
7791 * xdisp.c (handle_single_display_spec): Derive left-fringe and
7792 right-fringe face from fringe face.
7793
7794 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
7795 Derive face from fringe face.
7796
7797 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7798
7799 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
7800
7801 2005-03-22 David Kastrup <dak@gnu.org>
7802
7803 * textprop.c (Fnext_char_property_change)
7804 (Fprevious_char_property_change): Allow marker as limit.
7805 (Fnext_single_char_property_change)
7806 (Fprevious_single_char_property_change): Check that limit is a
7807 number in strings.
7808 (Fnext_single_char_property_change): Coerce position to integer.
7809 (Fprevious_single_char_property_change): Same here.
7810
7811 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7812
7813 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
7814
7815 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * frame.c (Fignore_event): Remove.
7818 (syms_of_frame): Don't defsubr it.
7819
7820 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
7821 redundant `ignore-event'.
7822
7823 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7824
7825 * unexec.c (write_segment, unexec): Move these functions to avoid
7826 forward references (which cause errors with "gcc -gcoff").
7827
7828 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7829
7830 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
7831 that it doesn't become "tooltip". The specbind is enough.
7832
7833 * xrdb.c (x_load_resources): Use different char *helv when I18N
7834 is present.
7835
7836 2005-03-17 Kenichi Handa <handa@m17n.org>
7837
7838 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
7839
7840 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
7843 Use xic_create_fontsetname even for non-Motif menus.
7844 Don't forget to free the fontsetname.
7845
7846 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
7847
7848 2005-03-17 Richard M. Stallman <rms@gnu.org>
7849
7850 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
7851
7852 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
7853 (Fmake_symbolic_link): Use G to read the new file name.
7854
7855 * callint.c (Finteractive): Document G option.
7856 (Fcall_interactively): Implement G option.
7857
7858 * buffer.c (buffer_lisp_local_variables): New function,
7859 broken out from Fbuffer_local_variables.
7860 (clone_per_buffer_values): Use buffer_lisp_local_variables.
7861
7862 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * xfns.c (xic_create_fontsetname): Add `motif' argument.
7865 Always return a freshly allocated string.
7866 (xic_create_xfontset): Adjust call.
7867
7868 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
7869 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
7870 (dump_realized_face): Fix warning.
7871
7872 * emacs.c (Fkill_emacs): YAILOM.
7873
7874 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
7875
7876 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7877
7878 * mac.c (HASHKEY_TERMINAL): Remove.
7879 (HASHKEY_MAX_NID): New macro.
7880 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
7881 argument.
7882 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
7883 (xrm_create_database, xrm_q_put_resource)
7884 (xrm_merge_string_database, xrm_q_get_resource_1)
7885 (xrm_q_get_resource): Change resource database representation so
7886 that it may not use multiple hash tables for a single database.
7887 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
7888
7889 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
7892
7893 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
7894 locale-coding-system, as was already done for WINDOWSNT.
7895
7896 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
7897 translation for chars in the 0-255 range.
7898
7899 2005-03-16 Lute Kamstra <lute@gnu.org>
7900
7901 * floatfns.c (Ffloor): Doc fix.
7902
7903 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7904
7905 * mac.c: Include macterm.h instead of directly including Carbon.h.
7906 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
7907 (Qarray, Qdictionary): New variables.
7908 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7909 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
7910 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
7911 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
7912 in callback for CFDictionaryApplyFunction.
7913 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7914 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7915 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
7916 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
7917 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
7918 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7919 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
7920 (skip_white_space, parse_comment, parse_include_file)
7921 (parse_binding, parse_component, parse_resource_name, parse_value)
7922 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
7923 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
7924 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
7925 New functions.
7926
7927 * macfns.c (mac_get_rdb_resource): Remove function.
7928 (x_get_string_resource): Use xrm_get_resource.
7929
7930 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
7931
7932 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
7933 name_list_element.
7934 (mac_make_rdb): Create resource database from preferences and
7935 argument string.
7936 (mac_term_init): Save resource database to cddr part of
7937 name_list_element.
7938
7939 * macterm.h (xrm_merge_string_database, xrm_get_resource)
7940 (xrm_get_preference_database): Add externs.
7941 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
7942 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
7943 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
7944
7945 * process.c (init_process): Change `#ifdef DARWIN' to `#if
7946 defined (DARWIN) || defined (MAC_OSX)'
7947
7948 * s/darwin.h (DARWIN): Don't define.
7949
7950 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7951
7952 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
7953 Remove unused variables.
7954 (syms_of_macfns): Don't initialize them. Likewise for
7955 Qface_set_after_frame_default. Defvar and initialize
7956 Vx_window_horizontal_drag_shape.
7957 (x_set_mouse_color): Change mouse pointer shape.
7958 (mac_window) [!MAC_OSX]: Create root control.
7959 (Fx_create_frame): Remove initializations of mouse pointer shapes.
7960 (hourglass_started): New function (from xfns.c).
7961 (start_hourglass, cancel_hourglass): Put function body in #ifdef
7962 MAC_OSX.
7963 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
7964 indicator for each non-tooltip frame if needed, and show it.
7965 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
7966
7967 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
7968 Controls.h. Use ThemeCursor instead of CursHandle.
7969
7970 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
7971 Remove functions and declarations.
7972 (mac_set_colors): Take argument for saving background color.
7973 All callers changed.
7974 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
7975 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
7976 background color.
7977 (x_update_end, mac_do_track_drag): Don't reset background color.
7978 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
7979 Use SetThemeCursor.
7980 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
7981 indicator control to the upper-right corner of the window.
7982 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
7983 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
7984 (do_window_update): Update controls after updating content area.
7985 (mac_handle_window_event): Remove unused extern.
7986 (XTread_socket): Check both control handle and control part code
7987 to determine whether a scroll bar is clicked. Activate/deactivate
7988 root control instead of contained scroll bar controls.
7989 (make_mac_terminal_frame): Use ThemeCursor constants.
7990
7991 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
7992 New member hourglass_control.
7993 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
7994 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
7995
7996 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7997
7998 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
7999 coincides with that in Apple X11 except `clear', `enter' on
8000 laptops, and fn + `enter' on laptops.
8001
8002 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
8005 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
8006 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
8007
8008 * xfns.c (xic_defaut_fontset): New constant.
8009 (xic_create_fontsetname): New function.
8010 Extracted from create_frame_xic. Try to generate a slightly
8011 better fontset.
8012 (xic_create_xfontset): Use it.
8013 (create_frame_xic): Simplify.
8014
8015 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * fileio.c (Fmake_symbolic_link): Fix last change.
8018
8019 2005-03-11 Richard M. Stallman <rms@gnu.org>
8020
8021 * fileio.c (Frename_file, Fadd_name_to_file)
8022 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
8023 expand the basename of FILE relative to it.
8024
8025 2005-03-11 Kenichi Handa <handa@m17n.org>
8026
8027 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
8028 before calling setup_coding_system so that autoloading of a coding
8029 system work.
8030
8031 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8032
8033 * xfns.c (hourglass_started): New function.
8034
8035 * dispextern.h: Declare hourglass_started.
8036
8037 * keyboard.c (Fexecute_extended_command): Restart hourglass
8038 after call to Fcompleting_read if already started.
8039
8040 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
8041 GTK main loop is entered in xterm.c, thus doing the redraw.
8042
8043 2005-03-10 Kim F. Storm <storm@cua.dk>
8044
8045 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
8046
8047 2005-03-08 Kenichi Handa <handa@m17n.org>
8048
8049 * frame.c (x_set_font): Call set_default_ascii_font if an
8050 available font is found.
8051
8052 * fontset.c (set_default_ascii_font): New function.
8053 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
8054
8055 * fontset.h (set_default_ascii_font): Extern it.
8056
8057 2005-03-07 Kim F. Storm <storm@cua.dk>
8058
8059 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
8060 (clear_image_cache_count): New var.
8061 (redisplay_internal): Don't clear face and image caches in the
8062 middle of redisplay; do it afterwards.
8063
8064 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
8065
8066 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
8067 is valid. If not, clear phys_cursor_on_p and return.
8068
8069 2005-03-07 Andreas Schwab <schwab@suse.de>
8070
8071 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
8072
8073 2005-03-06 Richard M. Stallman <rms@gnu.org>
8074
8075 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
8076
8077 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
8078 (Feval, Ffuncall): Use CHECK_CONS_LIST.
8079
8080 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
8081
8082 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
8083 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
8084
8085 2005-03-05 Juri Linkov <juri@jurta.org>
8086
8087 * emacs.c (USAGE1): Replace Info node name "command arguments"
8088 with "emacs invocation".
8089 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
8090 allow arguments `--color' and `MODE' to be separated by space.
8091 Add --no-blinking-cursor, -nbc.
8092 (standard_args): Add -nbc, --no-blinking-cursor.
8093
8094 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8095
8096 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
8097 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
8098 * fileio.c (Fexpand_file_name) [VMS]:
8099 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8100 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8101 (Fsnarf_documentation): Call munge_doc_file_name.
8102
8103 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8104
8105 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8106 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8107 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8108
8109 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8110
8111 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8112 defined (MAC_OSX) && defined (HAVE_CARBON)'.
8113
8114 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
8115
8116 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8117 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
8118 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
8119 (mac_clear_font_name_table): Move extern to macterm.h.
8120
8121 * macfns.c (install_window_handler): Move extern to macterm.h.
8122 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8123 valid. Don't check !NILP (dir) because it is already checked with
8124 CHECK_STRING.
8125 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
8126 specifying the default location and obtaining the selected filename.
8127
8128 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8129
8130 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
8131 are included via Carbon.h.
8132
8133 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8134 Define USE_CARBON_EVENTS to 1.
8135 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
8136 (x_free_frame_resources): Call remove_window_handler for
8137 non-tooltip windows.
8138 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8139 via Carbon.h.
8140 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8141 (mac_do_receive_dragUPP): New variables.
8142 (mac_handle_service_event, init_service_handler): Put declarations
8143 and definitions in #ifdef MAC_OSX.
8144 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8145 drag-and-drop handler functions and register them.
8146 (remove_window_handler): New function.
8147 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8148 Use fsspec_to_posix_pathname.
8149 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8150 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
8151 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8152 Set default cursors.
8153 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8154 init_service_handler or init_quit_char_handler.
8155 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8156
8157 * macterm.h (install_window_handler, remove_window_handler)
8158 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8159 (mac_clear_font_name_table): New externs.
8160
8161 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8162
8163 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8164 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8165 (Fexpand_file_name): Likewise.
8166
8167 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8168
8169 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8170 no longer special-case VMS. Add bogus return value.
8171
8172 2005-03-02 Kim F. Storm <storm@cua.dk>
8173
8174 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8175 (xassert) [!XASSERTS]: Define dummy version.
8176
8177 2005-03-02 Kim F. Storm <storm@cua.dk>
8178
8179 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8180 Reported by David Kastrup.
8181
8182 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8183
8184 * xdisp.c (get_next_display_element): Fix control and escape
8185 glyph from display vector.
8186
8187 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8190
8191 2005-02-27 Richard M. Stallman <rms@gnu.org>
8192
8193 * xdisp.c (fast_find_position): Rename END to BEG.
8194 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8195
8196 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8197
8198 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
8199 gtk_window_resize and x_wm_set_size_hint.
8200
8201 2005-02-25 Kim F. Storm <storm@cua.dk>
8202
8203 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8204
8205 * xdisp.c (init_from_display_pos): Don't read past end of
8206 it->overlay_strings array.
8207
8208 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8209
8210 * buffer.c (syms_of_buffer): Fix typo.
8211
8212 2005-02-23 Lute Kamstra <lute@gnu.org>
8213
8214 * buffer.c (Foverlay_buffer): Doc fix.
8215
8216 2005-02-22 Kim F. Storm <storm@cua.dk>
8217
8218 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8219 and symbol keys in alists and hash tables.
8220
8221 * xdisp.c (fast_find_position): Fix search for start of overlay.
8222
8223 2005-02-21 Kim F. Storm <storm@cua.dk>
8224
8225 * window.c (window_scroll_pixel_based): When scrolling backwards,
8226 handle partial visible line at end of window even when we hit PT.
8227
8228 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8231
8232 2005-02-21 Kim F. Storm <storm@cua.dk>
8233
8234 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8235 I think those asserts are bogus if buffer contains invisible text
8236 or images.
8237
8238 2005-02-21 David Kastrup <dak@gnu.org>
8239
8240 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8241
8242 2005-02-20 Kim F. Storm <storm@cua.dk>
8243
8244 * xdisp.c (pos_visible_p): Be sure to move to the specified
8245 position. Always get the full ascent / descent of the
8246 corresponding row, to return reliable rtop and rbot values.
8247 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8248 Must look one character back, as back_to_previous_line_start
8249 returns position after the newline.
8250 (move_it_vertically_backward): Fix heuristic for when to move further
8251 back in case line_height * 2/3 is larger than window height.
8252 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8253 as it does not do anything anymore. Add arg current_matrix_p to
8254 use current matrix rather than desired matrix when set.
8255 (try_cursor_movement): Don't scroll to make cursor row fully
8256 visible if cursor didn't move. This avoids unexpected recentering
8257 in case of blinking cursor or accepting process output.
8258 Use current matrix to check cursor row visibility.
8259 (redisplay_window): Fix whether to recenter or move to top in case
8260 cursor line is taller than window height.
8261 (find_first_unchanged_at_end_row): Stop search if we reach a row
8262 which not enabled (instead of abort).
8263
8264 2005-02-18 Kim F. Storm <storm@cua.dk>
8265
8266 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8267 to be nil in a :box attribute value list; customize prints that
8268 as lisp value when no box color is specified.
8269
8270 * .gdbinit (pitx, pit): Pretty print display iterator.
8271 (prowx, prow): Pretty print glyph row.
8272 (pcursorx, pcursor): Pretty print a window cursor.
8273 (pwinx, pwin): Pretty print struct window.
8274
8275 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * alloc.c (BLOCK_BYTES): Harmless typo.
8278
8279 2005-02-17 Andreas Schwab <schwab@suse.de>
8280
8281 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8282 of XGetWindowProperty to avoid aliasing issues.
8283 (Fx_window_property): Likewise.
8284
8285 * xselect.c (Fx_disown_selection_internal): Use union of struct
8286 input_event and struct selection_input_event to avoid aliasing issues.
8287
8288 * xterm.c (handle_one_xevent): Use union of struct input_event and
8289 struct selection_input_event to avoid aliasing issues.
8290 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8291
8292 2005-02-17 Kim F. Storm <storm@cua.dk>
8293
8294 * dispextern.h (enum it_method): New enum.
8295 (GET_FROM_*): Its members.
8296 (struct it): Change member method from function pointer to enum.
8297
8298 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8299 (setup_for_ellipsis, handle_single_display_spec)
8300 (handle_composition_prop, next_overlay_string)
8301 (get_overlay_strings, reseat_1, reseat_to_string)
8302 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8303 (in_display_vector_p, display_line, get_next_display_element):
8304 Change it->method from function pointer to enum.
8305 (get_next_element): New array to map it->method to function.
8306 (get_next_display_element): Use it.
8307 (set_iterator_to_next): Use switch instead of if/else chain.
8308
8309 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8310
8311 * w32select.c: Summary: Thorough rework to implement Unicode
8312 clipboard operations and delayed rendering.
8313
8314 Drop last_clipboard_text and related code, keep track of
8315 ownership via clipboard_owner instead. Drop old #if0 sections.
8316
8317 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8318 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8319 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8320 (current_coding_system, current_requires_encoding)
8321 (current_num_nls, current_clipboard_type, current_lcid):
8322 New static variables.
8323
8324 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8325 (render, render_all, run_protected, lisp_error_handler)
8326 (owner_callback, create_owner, setup_config)
8327 (enum_locale_callback, cp_from_locale, coding_from_cp):
8328 New local functions.
8329
8330 (term_w32select, globals_of_w32select): New global functions.
8331
8332 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8333 clipboard_owner instead. Use delayed rendering and provide
8334 all text formats. Provide CF_LOCALE if necessary.
8335
8336 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8337 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8338 available. Force DOS line-ends for decoding.
8339
8340 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8341
8342 (syms_of_w32select): Init and register new variables.
8343
8344 * w32.h: Add prototypes for globals_of_w32select and
8345 term_w32select. Make the neighboring K&R declarations into
8346 prototypes, too.
8347
8348 * emacs.c: Include w32.h to get function prototypes.
8349 (main): Call globals_of_w32select.
8350
8351 * w32.c (term_ntproc): Call term_w32select.
8352
8353 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8354
8355 2005-02-16 Kim F. Storm <storm@cua.dk>
8356
8357 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8358 at end of display vector.
8359
8360 2005-02-15 Richard M. Stallman <rms@gnu.org>
8361
8362 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8363 for mode and header lines.
8364
8365 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8366
8367 * keymap.h (describe_map_tree): Change decl.
8368
8369 * keyboard.c (command_loop_1): Always use safe_run_hooks
8370 to run Qdeferred_action_function.
8371
8372 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8373 (describe_map, describe_vector): Likewise. When it's 1,
8374 don't omit shadowed bindings, instead mark them as shadowed.
8375
8376 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8377 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8378
8379 * data.c (Fsetq_default): Allow no arg case.
8380
8381 2005-02-14 Kenichi Handa <handa@m17n.org>
8382
8383 * coding.c (encode_coding_string): Always return a unibyte string.
8384 If NOCOPY is nonzero and there's no need of encoding, make STR
8385 unibyte directly.
8386
8387 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8388 multibyte string, signal an error instead of aborting.
8389
8390 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
8391
8392 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
8393
8394 2005-02-12 Kim F. Storm <storm@cua.dk>
8395
8396 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8397
8398 2005-02-10 Kim F. Storm <storm@cua.dk>
8399
8400 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
8401 if it moves outside window or it doesn't display text.
8402
8403 2005-02-09 Kim F. Storm <storm@cua.dk>
8404
8405 * undo.c (Fprimitive_undo): Check that undo function does not
8406 switch buffer.
8407
8408 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8409
8410 * xselect.c (selection_data_to_lisp_data): For the special case
8411 type == XA_ATOM, data contains array of int, not array of Atom.
8412 (x_property_data_to_lisp, selection_data_to_lisp_data):
8413 Comment update: data must be array of int for format == 32.
8414
8415 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
8418
8419 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8420
8421 * xfns.c (Fx_change_window_property): Use long array when format is 32.
8422 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
8423 convert long array returned from XGetWindowProperty to an int array.
8424 (x_set_tool_bar_lines): Check that width and height is greater than
8425 zero before clearing area.
8426
8427 * xselect.c (x_reply_selection_request): Pass long array to
8428 XChangeProperty so that 64 bit longs are handeled correctly.
8429 (x_get_window_property): If format is 32 and long is bigger than 32
8430 bits convert data from XGetWindowProperty from long array to int array.
8431 (lisp_data_to_selection_data): When the input is a vector and the
8432 format is 32, allocate a long array even if long is bigger than 32 bits.
8433 (x_fill_property_data): Use char, short and long as the man page
8434 for XChangeProperty specifies. This way the data returned is OK for
8435 both 32 and 64 bit machines.
8436 (x_handle_dnd_message): Calculate size correctly even for 64 bit
8437 machines.
8438 (Fx_send_client_event): Undo change from 2005-02-05,
8439 x_fill_property_data now handles that case.
8440
8441 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
8442 reason for the approach in the code.
8443
8444 2005-02-07 Kim F. Storm <storm@cua.dk>
8445
8446 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
8447
8448 2005-02-06 Richard M. Stallman <rms@gnu.org>
8449
8450 * eval.c (Frun_hook_with_args)
8451 (Frun_hook_with_args_until_success)
8452 (Frun_hook_with_args_until_failure): Doc fixes.
8453
8454 2005-02-05 Andreas Schwab <schwab@suse.de>
8455
8456 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
8457
8458 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8459
8460 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
8461 the longs in a XClientMessageEvent correctly when long is 64 bits.
8462
8463 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8464
8465 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
8466 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
8467
8468 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8469
8470 * xmenu.c (menubar_selection_callback): Force out GTK buffered
8471 events so the menu event comes after them. This is to prevent sit-for
8472 from exiting on buffered events directly after a menu selection,
8473 lisp code for Help => About Emacs uses sit-for.
8474
8475 * gtkutil.c (create_menus): Connect selection-done event instead of
8476 the deactivate event to deactivate_cb. This will make the last
8477 leave event come before the call to deactivate_cb, so the leave
8478 event does not make sit-for exit after a menu selection.
8479
8480 2005-02-03 Kim F. Storm <storm@cua.dk>
8481
8482 * dispnew.c (build_frame_matrix_from_leaf_window)
8483 [!GLYPH_DEBUG]: Fix xassert.
8484
8485 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
8486
8487 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8488
8489 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8490
8491 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
8492 the compiling OS version.
8493
8494 * macfns.c (x_create_tip_frame): Likewise.
8495
8496 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
8497
8498 2005-02-03 Richard M. Stallman <rms@gnu.org>
8499
8500 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
8501
8502 * xdisp.c (echo_area_display): Clear echo_message_buffer.
8503
8504 * buffer.c (Fbury_buffer): Doc fix.
8505
8506 2005-02-02 Steven Tamm <steventamm@mac.com>
8507
8508 * macfns.c (unwind_create_frame): Fix compile error due to
8509 xassert being uncondition, but predicate is.
8510 * dispnew.c (update_window): Fix compile error due to
8511 xassert being uncondition, but predicate is.
8512
8513 2005-02-02 Miles Bader <miles@gnu.org>
8514
8515 * dispextern.h (xassert): Enable unconditionally.
8516
8517 2005-02-02 Kim F. Storm <storm@cua.dk>
8518
8519 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
8520
8521 2005-02-02 Kenichi Handa <handa@m17n.org>
8522
8523 * casefiddle.c (casify_object): Enable changing characters of
8524 different byte length.
8525 (casify_region): Fix loop condition, args to replace_range_2, and
8526 update opoint_byte.
8527
8528 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
8529
8530 2005-02-01 Kim F. Storm <storm@cua.dk>
8531
8532 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
8533 stack before calling handle_display_prop.
8534
8535 2005-01-31 Kim F. Storm <storm@cua.dk>
8536
8537 * undo.c (Qapply): New lisp var.
8538 (syms_of_undo): Intern and staticpro it.
8539 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
8540 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
8541
8542 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8543
8544 2005-01-30 Jesper Harder <harder@phys.au.dk>
8545
8546 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
8547 <mac-emulate-three-button-mouse>: Fix docstring indentation.
8548
8549 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
8552 Increase value to 3 Meg.
8553
8554 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8555
8556 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
8557 button events are not received otherwise.
8558
8559 2005-01-29 Richard M. Stallman <rms@gnu.org>
8560
8561 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
8562
8563 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
8564
8565 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * keymap.c (access_keymap): YAILOM.
8568
8569 2005-01-27 Kim F. Storm <storm@cua.dk>
8570
8571 * xdisp.c (get_phys_cursor_geometry): New function to calculate
8572 phys cursor position and size for hollow cursor. Position is
8573 aligned with get_glyph_string_clip_rect and ensures that a hollow
8574 cursor is shown, even when the actual glyph is not visible.
8575
8576 * dispextern.h (get_phys_cursor_geometry): Add prototype.
8577
8578 * xterm.c (x_clip_to_row): Ensure y >= 0.
8579 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8580
8581 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8582
8583 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
8584
8585 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
8588
8589 2005-01-27 Kim F. Storm <storm@cua.dk>
8590
8591 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
8592 glyph, even when row is only partially visible and actual cursor
8593 position is not visible.
8594
8595 2005-01-24 Richard M. Stallman <rms@gnu.org>
8596
8597 * xterm.c (x_error_quitter): No longer static, and moved after
8598 x_error_handler.
8599
8600 2005-01-24 Kim F. Storm <storm@cua.dk>
8601
8602 * xdisp.c (move_it_by_lines): If we move forward after going too
8603 far back, cancel move if end position is same as start position.
8604
8605 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8606
8607 * dispextern.h (struct glyph_string): New members clip_head and
8608 clip_tail.
8609
8610 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
8611 region to the area between clip_head and clip_tail.
8612 (draw_glyphs): Record the area that need to be actually redrawn to
8613 the new variables clip_head and clip_tail when there are
8614 overhangs. Set values of these variables to the corresponding
8615 members in struct glyph_string. Refine x coordinates for
8616 notice_overwritten_cursor using clip_head and clip_tail.
8617
8618 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
8619
8620 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
8621 QDTextBounds.
8622 (x_draw_glyph_string): Don't fill the background of the successor
8623 of a glyph with a right overhang if the successor will draw a cursor.
8624 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
8625 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
8626
8627 2005-01-24 Kim F. Storm <storm@cua.dk>
8628
8629 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
8630 direction if window height was smaller than next-screen-context-lines.
8631 Now always scroll at least one line in the requested direction.
8632 Ensure that we actually do scroll backwards when requested to do so.
8633
8634 * xdisp.c (redisplay_window): Only try to make cursor line fully
8635 visible once (to avoid redisplay loop).
8636
8637 2005-01-23 Kim F. Storm <storm@cua.dk>
8638
8639 * window.c (Fpos_visible_in_window_p): Simplify return value for
8640 partially visible rows.
8641 (window_scroll_pixel_based): Adapt to that change.
8642
8643 * window.c (window_scroll_pixel_based): Force moving to next line
8644 if scrolling doesn't move start point, e.g. if looking at tall image.
8645
8646 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
8647 Clear last_height before calling line_bottom_y to get real height.
8648 Fix calculation of y.
8649
8650 2005-01-22 Steven Tamm <steventamm@mac.com>
8651
8652 * s/darwin.h: Removed PTY_ITERATION from here.
8653 (DARWIN): Define.
8654
8655 * process.c (init_process): Default process-connection-type to
8656 nil on darwin 6 or less, t if it is 7 or higher. This way the
8657 broken pty behavior is still allowed on darwin 6 for interactive
8658 processes for people that know what they are doing.
8659
8660 2005-01-22 Kim F. Storm <storm@cua.dk>
8661
8662 * window.c (auto_window_vscroll_p): New boolean.
8663 (syms_of_window): DEFVAR_BOOL it.
8664 (Fpos_visible_in_window_p): Extend return value to include RTOP
8665 and RBOT values if FULLY is nil.
8666 (window_scroll_pixel_based): Adjust vscroll for partially visible
8667 rows if auto_window_vscroll_p is set.
8668 (Fset_window_vscroll): Do nothing if vscroll is not modified.
8669
8670 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
8671 to return number of partially invisible pixels at top and bottom
8672 of the dislay row at POS.
8673
8674 * lisp.h (pos_visible_p): Fix prototype.
8675
8676 2005-01-21 Richard M. Stallman <rms@gnu.org>
8677
8678 * fileio.c (Fcopy_file): Doc fix.
8679
8680 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8681
8682 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
8683 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
8684 start of function for older compilers.
8685
8686 2005-01-20 Richard M. Stallman <rms@gnu.org>
8687
8688 * editfns.c (Fmessage): If arg is "", return "" (as before).
8689
8690 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
8691
8692 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
8693 variable.
8694
8695 2005-01-20 Steven Tamm <steventamm@mac.com>
8696
8697 * editfns.c (Voperating_system_release): Add.
8698 (init_editfns): Assign new variable operating-system-release
8699 based on call to uname if available.
8700 (get_operating_system_release): Add function to
8701 allow c-level access to operating system release.
8702
8703 * config.h: Regenerated.
8704
8705 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
8706 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
8707 using ptys as '7'.
8708
8709 2005-01-20 Kim F. Storm <storm@cua.dk>
8710
8711 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
8712
8713 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
8714 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
8715
8716 * macterm.c (x_draw_glyph_string_box): Likewise.
8717
8718 * w32term.c (x_draw_glyph_string_box): Likewise.
8719
8720 * indent.c (Fvertical_motion): Temporarily disable selective display.
8721
8722 2005-01-19 Kim F. Storm <storm@cua.dk>
8723
8724 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
8725 image property.
8726
8727 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
8728
8729 2005-01-18 Kim F. Storm <storm@cua.dk>
8730
8731 * xdisp.c (fast_find_position): Backtrack to find first row if
8732 charpos is inside a display overlay that spans multiple lines.
8733
8734 2005-01-18 Kenichi Handa <handa@m17n.org>
8735
8736 * coding.c (decode_coding_iso2022): Translate invalid codes if
8737 translation-table is specified.
8738
8739 2005-01-18 Kim F. Storm <storm@cua.dk>
8740
8741 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
8742 change. If handle_display_prop indicates newline is replaced by
8743 image or text, move back to start of relevant overlay or interval
8744 and continue scan from there. Simplify.
8745
8746 2005-01-17 Kim F. Storm <storm@cua.dk>
8747
8748 * dispnew.c (mode_line_string, marginal_area_string):
8749 Fix off-by-one error in search for glyph.
8750
8751 2005-01-16 Kim F. Storm <storm@cua.dk>
8752
8753 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
8754
8755 2005-01-16 Steven Tamm <steventamm@mac.com>
8756
8757 * macterm.c (mac_to_x_fontname): Remove spurious argument.
8758
8759 2005-01-16 Andreas Schwab <schwab@suse.de>
8760
8761 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
8762
8763 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8764
8765 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
8766 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
8767
8768 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8769
8770 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
8771 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
8772 New flags for readable_events.
8773 (get_filtered_input_pending, readable_filtered_events): Remove.
8774 (tracking_off): Call readable_events and get_input_pending with
8775 flag READABLE_EVENTS_DO_TIMERS_NOW.
8776 (readable_events): Move code from old readable_filtered_events here,
8777 but check new READABLE_EVENTS_* in argument flags instead of previous
8778 two boolean arguments do_timers_now and filter_events.
8779 If we are doing mouse tracking and the mouse moved, return only if
8780 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
8781 (swallow_events): Call get_input_pending with flag
8782 READABLE_EVENTS_DO_TIMERS_NOW.
8783 (get_input_pending): Move code from old get_filtered_input_pending
8784 here. Replace boolean arguments do_timers_now, filter_events with
8785 flags, and pass flags to readable_events. Document new
8786 READABLE_EVENTS_* flags.
8787 (detect_input_pending_ignore_squeezables): New function.
8788 (detect_input_pending_run_timers): Call get_input_pending with flag
8789 READABLE_EVENTS_DO_TIMERS_NOW.
8790 (Finput_pending_p): Call get_input_pending with flags
8791 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
8792
8793 * dispnew.c (update_window, update_frame_1): Replace calls to
8794 detect_input_pending with detect_input_pending_ignore_squeezables
8795 so that redisplay is not paused if the event queue contains only
8796 mouse movements.
8797
8798 * lisp.h: Declare detect_input_pending_ignore_squeezables.
8799
8800 2005-01-15 Steven Tamm <steventamm@mac.com>
8801
8802 * macterm.c (Vmac_use_core_graphics): Declare variable for
8803 mac-allow-anti-aliasing.
8804 (syms_of_macterm): DEFVAR_LISP and initialize it.
8805 (mac_draw_string_common): Use core graphics text rendering if
8806 mac-allow-anti-aliasing is enabled.
8807
8808 * macfns.c (Fx_file_dialog): Save As dialog includes only the
8809 file name in the text box.
8810
8811 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8812
8813 * macfns.c (x_set_foreground_color, x_set_background_color):
8814 Sync with xfns.c.
8815 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
8816 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
8817 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
8818
8819 2005-01-14 Kim F. Storm <storm@cua.dk>
8820
8821 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
8822
8823 2005-01-13 Richard M. Stallman <rms@gnu.org>
8824
8825 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
8826 if Voverriding_terminal_local_map is non-nil.
8827
8828 * keyboard.c (syms_of_keyboard): Doc fix.
8829
8830 2005-01-13 Kim F. Storm <storm@cua.dk>
8831
8832 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
8833 (specify 0 for FACE instead). Reorder arg list. Doc fix.
8834
8835 2005-01-12 Richard M. Stallman <rms@gnu.org>
8836
8837 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
8838 face property for characters that don't specify one.
8839
8840 * fns.c (Frequire): Record in load-history unconditionally.
8841
8842 2005-01-10 Kim F. Storm <storm@cua.dk>
8843
8844 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
8845
8846 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
8847 Callers changed.
8848 Add support to merge with lisp face id too (if face_name is t).
8849
8850 * xdisp.c (get_next_display_element, next_element_from_display_vector):
8851 Don't lookup lface_id from display table glyphs here; instead use
8852 merge_faces to merge the lisp face id into current face.
8853
8854 2005-01-09 Kim F. Storm <storm@cua.dk>
8855
8856 * dispextern.h (struct it): New member dpvec_face_id.
8857 (merge_into_realized_face): Add prototype.
8858
8859 * xfaces.c (merge_into_realized_face): New function. Used to
8860 merge escape-glyph face or face from display table into current face.
8861
8862 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
8863 (syms_of_xdisp): DEFVAR_LISP it.
8864 (escape_glyph_face): Remove var.
8865 (redisplay_window): Don't initialize it.
8866 (setup_for_ellipsis, get_next_display_element):
8867 Set it->dpvec_face_id to -1.
8868 (get_next_display_element): Test Vshow_nonbreak_escape.
8869 Do not setup escape_glyph_face.
8870 Properly merge escape-glyph face or face from display table with
8871 current face for escape and control characters.
8872 Set it->dpvec_face_id to relevant face id instead of adding it to each
8873 element of display vector.
8874 (next_element_from_display_vector): If it->dpvec_face_id is set,
8875 use that instead of lface_id from glyph itself.
8876
8877 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8878
8879 * xterm.h (struct x_output): New member, toolbar_detached.
8880
8881 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
8882 38.
8883 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
8884 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
8885 (xg_create_tool_bar): Initialize toolbar_detached.
8886 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
8887 toolbar_detached is zero.
8888
8889 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8890
8891 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
8892 gtk_menu_popup if not for_click, so callbacks for the menu are called.
8893
8894 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
8895 (xg_tool_bar_callback, xg_tool_bar_help_callback)
8896 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
8897
8898 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8899 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
8900 XFLOAT_DATA to get extract number from Lisp object.
8901
8902 2005-01-07 Kim F. Storm <storm@cua.dk>
8903
8904 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
8905 Set stop_charpos to current charpos instead of 0.
8906
8907 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
8908
8909 * xdisp.c (Fformat_mode_line): First arg now required.
8910
8911 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8912
8913 * macterm.c (XLoadQueryFont): Correctly handle 0 size
8914 font widths that are returned from some Japanese fonts.
8915
8916 2005-01-06 Kim F. Storm <storm@cua.dk>
8917
8918 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
8919 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
8920 (destroy_fringe_bitmap): Set fringe_faces element to nil.
8921 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
8922 fringe_faces array and init elements to nil.
8923 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
8924 non-persistent face id.
8925 (mark_fringe_data): New function for GC.
8926
8927 * alloc.c (mark_fringe_data): Declare extern.
8928 (Fgarbage_collect): Call mark_fringe_data.
8929
8930 * alloc.c (overrun_check_free): Invalidate freed memory if
8931 XMALLOC_CLEAR_FREE_MEMORY is defined.
8932
8933 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8934
8935 * macfns.c: Include sys/param.h.
8936 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
8937 and function.
8938 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
8939 of filename string. Set event callback function when creating
8940 dialog boxes. Add code conversions for filenames. Don't dispose
8941 of apple event descriptor record if failed to create it.
8942
8943 * macterm.c: Include sys/param.h.
8944 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
8945 kEventWindowUpdate.
8946 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
8947 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
8948 of FSSpec from apple event descriptor record.
8949 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
8950 size of filename string.
8951 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
8952 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
8953 file dialog is in action.
8954 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
8955 Reject only when there are no filename items. Set background color
8956 before (un)highlighting the window below the dragged items.
8957 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
8958
8959 2005-01-05 Romain Francoise <romain@orebokech.com>
8960
8961 * term.c (encode_terminal_code): Fix buffer size computation.
8962
8963 2005-01-04 Richard M. Stallman <rms@gnu.org>
8964
8965 * xdisp.c (Fformat_mode_line): Doc fix.
8966
8967 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * alloc.c (refill_memory_reserve): Move.
8970 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
8971 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
8972
8973 2005-01-03 Richard M. Stallman <rms@gnu.org>
8974
8975 * window.c (window_scroll_pixel_based): Don't correct preserve_y
8976 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
8977
8978 2005-01-03 Jason Rumney <jasonr@gnu.org>
8979
8980 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
8981 fontp->space_width to FONT_WIDTH so they are valid.
8982
8983 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
8984 average width. Set fontp->average_width and fontp->space_width to
8985 their appropriate values.
8986
8987 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
8988 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
8989 fontp->space_width.
8990
8991 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8992
8993 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
8994 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
8995 metrics for max and min bounds.
8996 (x_load_font): Correctly calculate average font width metrics.
8997
8998 2005-01-02 Richard M. Stallman <rms@gnu.org>
8999
9000 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
9001
9002 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9003
9004 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
9005
9006 2004-12-31 Richard M. Stallman <rms@gnu.org>
9007
9008 * xdisp.c (setup_for_ellipsis, get_next_display_element):
9009 Set it->ellipsis_p to 1 or 0.
9010 (display_line): Record whether row ends in mid-ellipsis.
9011 (set_cursor_from_row): If ends in ellipsis, find start of it.
9012 (cursor_row_p): If PT's at the end of the ellipsis the row
9013 ends within, don't display cursor on this row.
9014
9015 * dispextern.h (struct it): New element ellipsis_p.
9016 (struct glyph_row): New element ends_in_ellipsis_p.
9017
9018 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
9019 position if we're reading from something other than the buffer.
9020
9021 * window.c (window_scroll_pixel_based): Only look at
9022 Vscroll_preserve_screen_position if the old PT can't be kept.
9023 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9024
9025 2004-12-30 Kim F. Storm <storm@cua.dk>
9026
9027 * xdisp.c (get_line_height_property): New function extracted from
9028 original calc_line_height_property.
9029 (calc_line_height_property): Rework. Handle t and (nil . ratio).
9030 (x_produce_glyphs): Use them to handle line-height and
9031 line-spacing according to new height spec.
9032 (Qtotal): Remove.
9033 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
9034
9035 2004-12-30 Kenichi Handa <handa@m17n.org>
9036
9037 * fileio.c (Finsert_file_contents): Don't use
9038 current_buffer->buffer_file_coding_system even if REPLACE is
9039 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
9040
9041 * fontset.h (struct font_info): New members space_width and
9042 average_width.
9043
9044 * frame.h (struct frame): New member space_width.
9045 (FRAME_SPACE_WIDTH): New macro.
9046
9047 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
9048
9049 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9050 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9051 fontp->space_width.
9052 (x_load_font): Calculate fontp->space_width and fontp->average_width.
9053 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
9054
9055 * xdisp.c (x_produce_glyphs): Calculate tab width by
9056 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
9057
9058 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9059
9060 * macterm.c (SelectionRange): Add Xcode position apple event struct.
9061 (do_ae_open_documents): Handle Xcode-style file position open events.
9062
9063 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9064
9065 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
9066
9067 2004-12-29 Richard M. Stallman <rms@gnu.org>
9068
9069 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
9070
9071 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9072
9073 * macfns.c (install_window_handler): Modify extern to return OSErr
9074 value.
9075 (mac_window): Handle return value of install_window_handler.
9076
9077 * macterm.c (reflect_byte): Remove function.
9078 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
9079 Lookup table instead.
9080 (mac_do_font_lists): Simplify calculation of the longest
9081 nonspecial string.
9082 (init_mac_drag_n_drop): Remove function and declaration.
9083 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9084 init_mac_drag_n_drop.
9085 (mac_do_track_drag): New function and declaration.
9086 (install_window_handler): Return OSErr value.
9087 (install_window_handler) [TARGET_API_MAC_CARBON]:
9088 Register handlers for tracking/receiving drag-and-drop items.
9089 (do_ae_open_documents): Generate unibyte strings for filenames.
9090 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
9091 Reject only non-filename items. Set event modifiers, and return value.
9092
9093 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * coding.c (decode_coding): Fix previous change.
9096
9097 2004-12-28 Richard M. Stallman <rms@gnu.org>
9098
9099 * xdisp.c (back_to_previous_visible_line_start):
9100 Don't call handle_display_prop.
9101
9102 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9105 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9106 (decode_coding_iso2022, encode_designation_at_bol)
9107 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9108 (decode_coding): Constify arguments and local vars.
9109
9110 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9111
9112 * xmenu.c (popup_get_selection): Only pop down dialogs
9113 on C-g and Escape.
9114 (popup_get_selection): Remove parameter down_on_keypress.
9115 (create_and_show_popup_menu, create_and_show_dialog):
9116 Remove parameter down_on_keypress to popup_get_selection.
9117
9118 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9119
9120 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9121 (struct glyph_string): Likewise.
9122
9123 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9124 mac_initialize.
9125
9126 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9127 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
9128
9129 * fns.c (vector): Change MAC_OSX to MAC_OS.
9130
9131 * frame.c (x_set_frame_parameters, x_report_frame_params)
9132 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
9133 (x_set_border_width, Vdefault_frame_scroll_bars):
9134 Change HAVE_CARBON to MAC_OS.
9135
9136 * image.c [MAC_OS]: Include sys/stat.h.
9137 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9138 QuickTimeComponents.h.
9139
9140 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9141 [!MAC_OSX] (select): Use mac_wait_next_event.
9142 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
9143 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9144 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9145 (mac_clear_font_name_table): Add extern.
9146 (Fmac_clear_font_name_table): New defun.
9147 (syms_of_mac): Defsubr it.
9148 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9149 [MAC_OSX] (select_and_poll_event): New function.
9150 [MAC_OSX] (sys_select): Use it.
9151 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9152 [MAC_OSX && SELECT_USE_CFSOCKET]
9153 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9154 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9155 RunLoop for simultaneously monitoring two kinds of inputs, window
9156 events and process outputs, without periodically polling.
9157
9158 * macfns.c (mac_initialized): Remove extern.
9159 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9160 xfaces.c.
9161 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9162 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
9163 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9164 (mac_get_rdb_resource): New function (from w32reg.c).
9165 (x_get_string_resource): Use it.
9166 (install_window_handler): Add extern.
9167 (mac_window): New function.
9168 (Fx_create_frame): Use it instead of make_mac_frame.
9169 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
9170 (Fx_open_connection, Fx_close_connection): New defuns.
9171 (syms_of_macfns): Defsubr them.
9172 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9173 Add kWindowNoUpdatesAttribute to the window attribute.
9174 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9175 (x_create_tip_frame): Don't call ShowWindow.
9176 (Fx_show_tip): Call ShowWindow.
9177 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9178 TARGET_API_MAC_CARBON'.
9179 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9180 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
9181
9182 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
9183 (Window): Typedef to WindowPtr and move outside `#if
9184 TARGET_API_MAC_CARBON'.
9185 (XSizeHints): New struct.
9186
9187 * macterm.c (x_update_begin, x_update_end)
9188 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9189 frame.
9190 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9191 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9192 (construct_mouse_click): Put in #if 0.
9193 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9194 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9195 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9196 (activate_scroll_bars, deactivate_scroll_bars)
9197 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9198 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9199 if the position is neither user-specified nor program-specified.
9200 (x_free_frame_resources): Free size_hints.
9201 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
9202 (mac_clear_font_name_table): New function.
9203 (mac_do_list_fonts): Initialize font_name_table if needed.
9204 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9205 around mac_do_list_fonts.
9206 (mac_unload_font): New function.
9207 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9208 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9209 and definitions with #if TARGET_API_MAC_CARBON.
9210 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9211 (install_window_handler): Add decl.
9212 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9213 window. Use UpdateControls. Get the rectangle that should be
9214 updated and restrict the target of expose_frame to it.
9215 (do_grow_window): Set minimum height/width according to size_hints.
9216 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9217 (do_zoom_window): Don't use x_set_window_size.
9218 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9219 (install_window_handler): New function.
9220 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9221 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9222 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9223 GetEventDispatcherTarget inside BLOCK_INPUT.
9224 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9225 Update mouse_region when mouse is moved.
9226 (make_mac_frame): Remove.
9227 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9228 Initialize mouse pointer shapes. Change values of f->left_pos and
9229 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9230 Don't call ShowWindow.
9231 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9232 Vinvocation_name and Vsystem_name.
9233 (mac_make_rdb): New function (from w32term.c).
9234 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9235 already been opened. Don't pass argument to
9236 mac_initialize_display_info. Don't set dpyinfo->height/width.
9237 Add entries to x_display_list and x_display_name_list.
9238 (x_delete_display): New function.
9239 (mac_initialize): Don't call mac_initialize_display_info.
9240 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9241
9242 * macterm.h (check_mac): Add extern.
9243 (struct mac_output): New member size_hints.
9244 (FRAME_SIZE_HINTS): New macro.
9245 (mac_unload_font): Add extern.
9246
9247 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
9248
9249 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
9250
9251 2004-12-27 Richard M. Stallman <rms@gnu.org>
9252
9253 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
9254 (syms_of_buffer): Don't defsubr it.
9255
9256 * process.c (list_processes_1): Set undo_list instead
9257 of calling Fbuffer_disable_undo.
9258
9259 * xdisp.c (single_display_spec_string_p): Rename from
9260 single_display_prop_string_p.
9261 (single_display_spec_intangible_p): Rename from
9262 single_display_prop_intangible_p.
9263 (handle_single_display_spec): Rename from handle_single_display_prop.
9264 Rewritten to be easier to understand.
9265
9266 Change in load-history format. Functions now get (defun . NAME),
9267 and variables get just NAME.
9268
9269 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9270
9271 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9272 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9273 (Qdefvar): Var deleted.
9274 (syms_of_eval): Don't initialze it.
9275
9276 * lread.c (syms_of_lread) <load-history>: Doc fix.
9277
9278 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9279
9280 * xmenu.c (popup_get_selection): Pop down on C-g.
9281 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9282 pops down menu on C-g.
9283 (xdialog_show): If dialog popped down and no button in the dialog was
9284 pushed, call Fsignal to quit.
9285 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9286 Fsignal to quit.
9287
9288 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9289
9290 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9291 dialogs and menus pop down.
9292
9293 2004-12-27 Kenichi Handa <handa@m17n.org>
9294
9295 * coding.c (code_convert_region): Fix calculation of `ratio'.
9296
9297 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9298
9299 * gtkutil.c (update_frame_tool_bar): Make the value of
9300 tool-bar-button-margin control margins of images in tool bar.
9301
9302 * alloc.c (check_depth): New variable.
9303 (overrun_check_malloc, overrun_check_realloc): Only add
9304 overhead and write check pattern if check_depth is 1 (to handle
9305 recursive calls). Increase/decrease check_depth in entry/exit.
9306 (overrun_check_free): Only check for overhead if check_depth is 1.
9307 Increase/decrease check_depth in entry/exit.
9308
9309 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9310
9311 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9312 before touching input_available_clear_time, to avoid accessing it
9313 from multiple threads.
9314
9315 2004-12-23 Jason Rumney <jasonr@gnu.org>
9316
9317 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9318 of JPEG library.
9319
9320 2004-12-22 Richard M. Stallman <rms@gnu.org>
9321
9322 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9323
9324 * lisp.h (Vundo_outer_limit): Fix decl.
9325
9326 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9327 Uses changed.
9328 (syms_of_undo): Initialize appropriately.
9329 (truncate_undo_list): If it's nil, there's no limit.
9330
9331 2004-12-22 Kenichi Handa <handa@m17n.org>
9332
9333 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9334
9335 2004-12-21 Richard M. Stallman <rms@gnu.org>
9336
9337 * eval.c (unwind_to_catch): Clear immediate_quit.
9338
9339 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9340 specially as `\ ' and `\-'.
9341
9342 * keyboard.c (kbd_buffer_store_event_hold):
9343 In the code for while-no-input, handle immediate_quit.
9344
9345 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9346 Call that at the very start.
9347 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
9348 (syms_of_alloc): Don't define undo-limit,
9349 undo-strong-limit and undo-outer-limit here.
9350
9351 * undo.c (truncate_undo_list): Return void.
9352 Take just one argument, the buffer.
9353 Make it current, and inhibit recursive GC.
9354 Access and update the undo list directly; return void.
9355 Refer to the undo...limit variables directly.
9356 Test undo_outer_limit only after counting the whole current command.
9357 When it's exceeded, call the function in undo-outer-limit-function.
9358 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9359 (Vundo_outer_limit_function): New variable.
9360 (syms_of_undo): Define undo-limit, undo-strong-limit
9361 and undo-outer-limit here, and undo-outer-limit-function.
9362 Doc fixes.
9363
9364 * lisp.h (truncate_undo_list): Update decl.
9365
9366 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9367
9368 * fileio.c (Fread_file_name): Delete duplicates in
9369 file-name-history when history_delete_duplicates is true.
9370
9371 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9372
9373 * macterm.c (mac_do_list_fonts): Fix memory leak
9374
9375 2004-12-20 Richard M. Stallman <rms@gnu.org>
9376
9377 * regex.c (re_match_2_internal) <symend, wordend>:
9378 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9379
9380 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9381
9382 * macterm.c (endif, x_font_name_to_mac_font_name):
9383 Use maccentraleurroman instead of maccentraleuropean
9384 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9385 quickly finding a specific font without needing regexps.
9386
9387 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9388
9389 * syssignal.h: Declare main_thread.
9390 (SIGNAL_THREAD_CHECK): New macro.
9391
9392 * keyboard.c (input_available_signal): Move thread checking code
9393 to macro SIGNAL_THREAD_CHECK and call that macro.
9394 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
9395
9396 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
9397
9398 * emacs.c: Define main_thread.
9399 (main): Initialize main_thread.
9400 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
9401 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
9402
9403 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
9404
9405 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
9406
9407 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
9408
9409 * process.c (send_process_trap, sigchld_handler):
9410 Call SIGNAL_THREAD_CHECK.
9411
9412 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
9413
9414 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
9415
9416 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
9417 returning when xg_ignore_gtk_scrollbar is true.
9418
9419 2004-12-14 Kim F. Storm <storm@cua.dk>
9420
9421 * keyboard.c (read_char): Save and restore echo_string when
9422 handling input method.
9423
9424 2004-12-13 Richard M. Stallman <rms@gnu.org>
9425
9426 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
9427
9428 * keyboard.c (Vthrow_on_input): New variable.
9429 (syms_of_keyboard): Defvar and initialize it.
9430 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
9431
9432 * lisp.h (QUIT): Check for Vthrow_on_input.
9433 (Vthrow_on_input): Declare it.
9434
9435 2004-12-13 Kim F. Storm <storm@cua.dk>
9436
9437 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
9438 vector.
9439
9440 2004-12-12 Richard M. Stallman <rms@gnu.org>
9441
9442 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
9443
9444 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
9445 (Ftry_completion): Really use outer `zero'; eliminate inner one.
9446
9447 2004-12-12 Kenichi Handa <handa@m17n.org>
9448
9449 * term.c (encode_terminal_code): Fix previous change.
9450
9451 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * keyboard.c (handle_async_input): Remove pthread mutex handling.
9454 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
9455
9456 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
9457 in macro arguments.
9458
9459 * minibuf.c (Ftry_completion, Fall_completions): Don't use
9460 XFASTINT blindly.
9461
9462 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
9463
9464 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9465
9466 * w32term.c (x_calc_absolute_position): Remove calculation of
9467 difference between inner and outer window. Don't subtract difference
9468 for left and top calculations.
9469
9470 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
9471 for left and top calculations. Remove call to x_real_positions.
9472 [Bug report by Drew Adams in November]
9473 (x_check_expected_move): Do not set change_gravity to 1 when calling
9474 x_set_offset.
9475
9476 2004-12-08 Richard M. Stallman <rms@gnu.org>
9477
9478 * xdisp.c (get_next_display_element): Use `escape-glyph' for
9479 control chars and escaped octal codes.
9480 (Qescape_glyph): New variable.
9481 (syms_of_xdisp): Initialize it.
9482 (escape_glyph_face): New variable.
9483 (redisplay_window): Initialize it.
9484
9485 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9486
9487 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
9488 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
9489
9490 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9491
9492 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
9493 reset_malloc_hooks.
9494
9495 * keyboard.c (handle_async_input, input_available_signal):
9496 Add ! defined (SYSTEM_MALLOC) around thread code.
9497
9498 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
9499
9500 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
9503
9504 * config.in: Regenerate.
9505
9506 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9507
9508 * xmenu.c (Fx_popup_menu): Correct documentation about position.
9509 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
9510 if not given by a mouse click to correspond with x-popup-menu
9511 documentation.
9512
9513 * config.in: Regenerate.
9514
9515 * gtkutil.c: Include signal.h and syssignal.h.
9516 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
9517
9518 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
9519 new variables main_thread and alloc_mutex,
9520 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
9521 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
9522 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
9523 (UN)BLOCK_INPUT.
9524 (emacs_blocked_free, emacs_blocked_malloc)
9525 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
9526 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
9527 (reset_malloc_hooks): New function.
9528
9529 * lisp.h: Declare reset_malloc_hooks.
9530
9531 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
9532
9533 * keyboard.c: Conditionally include pthread.h
9534 (handle_async_input, input_available_signalt): If not in the main
9535 thread, block signal, send signal to main thread and return.
9536
9537 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
9538 Set current folder in file chooser if default_filename is a directory.
9539
9540 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
9543 Remove redundant correctness checks.
9544 (regex_compile): Fix up error codes for \{..\} expressions.
9545
9546 2004-12-05 Richard M. Stallman <rms@gnu.org>
9547
9548 * regex.c (regex_compile): Fix end-of-pattern case for space.
9549
9550 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9551
9552 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
9553 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
9554 crashes with invalid characters.
9555 * macmenu.c (add_menu_item): Use it.
9556 * image.c (image_load_quartz2d): Likewise.
9557 * macfns.c (x_set_name, x_set_title): Likewise.
9558 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
9559 creating them each time for labels.
9560
9561 2004-12-02 Richard M. Stallman <rms@gnu.org>
9562
9563 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
9564 don't use it here.
9565
9566 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
9567 (interactive_p): Skip Scalled_interactively_p frames
9568 like Sinteractive_p frames.
9569 (unwind_to_catch): Clear handling_signal.
9570
9571 * data.c (Fmake_variable_buffer_local): Doc fix.
9572 (Fmake_local_variable): Doc fix.
9573
9574 * insdel.c (insert_from_string_before_markers)
9575 (insert_from_string): Don't modify buffer on empty insertion.
9576
9577 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
9578
9579 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9580
9581 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
9582 menu text as UTF8 fails.
9583
9584 2004-12-01 Kim F. Storm <storm@cua.dk>
9585
9586 * alloc.c: Add commentary for last change.
9587 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
9588 sizeof(size_t) != 4.
9589 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9590 Use them. Also clear header and trailer of freed memory.
9591 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
9592 (string_overrun_cookie): Rename from string_overrun_pattern.
9593 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
9594
9595 2004-12-01 Andreas Schwab <schwab@suse.de>
9596
9597 * lisp.h: Declare string_to_multibyte.
9598
9599 2004-12-01 Kenichi Handa <handa@m17n.org>
9600
9601 * w32console.c (w32con_write_glyphs): Decide coding here.
9602 Adjusted for the change of encode_terminal_code.
9603
9604 * term.c (encode_terminal_code): Don't make it "static".
9605
9606 2004-11-30 Kenichi Handa <handa@m17n.org>
9607
9608 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
9609 (encode_terminal_code): Argument changed. Encode all
9610 characters at once, and return a pointer to the result of encoding.
9611 (write_glyphs): Decide coding here. Adjusted for the above change.
9612 (insert_glyphs): Likewise.
9613 (term_init): Initialize encode_terminal_bufsize to 0.
9614
9615 * coding.c (Vcode_conversion_workbuf_name): New variable.
9616 (syms_of_coding): Initialize and staticpro it.
9617 (set_conversion_work_buffer): New function.
9618 (run_pre_post_conversion_on_str): Use it.
9619 (run_pre_write_conversin_on_c_str): New function.
9620
9621 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
9622
9623 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9624
9625 * keyboard.c: Don't undef SIGIO
9626 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
9627 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
9628 (macfns.o): Don't depend on ccl.h.
9629 * macfns.c (mac_frame_parm_handlers): Set handlers for
9630 Qleft_fringe and Qright_fringe.
9631 * macterm.c (mac_fill_rectangle_to_pixmap)
9632 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
9633 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
9634 Put in #if 0.
9635 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
9636 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
9637 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
9638 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9639 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
9640 XDrawImageString. Always draw background and foreground separately.
9641 (x_draw_image_foreground): Use clipping instead of computing the
9642 intersection rectangle.
9643 (x_draw_image_glyph_string): Don't draw an image with mask to a
9644 pixmap.
9645 (x_redisplay_interface): Set flush_display_optional member to 0.
9646 (XTread_socket): Correctly reset the TEConverter
9647 object.
9648
9649 2004-11-30 Kim F. Storm <storm@cua.dk>
9650
9651 * lisp.h: New defines to enable buffer overrun checking.
9652 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
9653 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
9654
9655 * alloc.c: Add more checks for buffer overruns.
9656 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
9657 xmalloc_overrun_check_trailer, overrun_check_malloc)
9658 overrun_check_realloc, overrun_check_free): Add.
9659 (GC_STRING_EXTRA, string_overrun_pattern): Add.
9660 (check_sblock, allocate_string_data, compact_small_strings):
9661 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
9662 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
9663 (check_string_free_list): Add.
9664 (allocate_string, sweep_strings): Call check_string_free_list.
9665
9666 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
9667 XMALLOC_OVERRUN_CHECK to avoid crash during load.
9668
9669 2004-11-29 Kim F. Storm <storm@cua.dk>
9670
9671 * fns.c (concat): Use SAFE_ALLOCA.
9672
9673 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * sysdep.c (emacs_write): Don't use QUIT.
9676
9677 2004-11-29 Kenichi Handa <handa@m17n.org>
9678
9679 * buffer.c (init_buffer): Set current_buffer->directory to a
9680 multibyte string made by string_to_multibyte.
9681
9682 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
9683
9684 2004-11-27 Andreas Schwab <schwab@suse.de>
9685
9686 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
9687
9688 * s/gnu-linux.h: Enable no-op gcpros on ia64.
9689 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
9690
9691 * filelock.c (lock_file_1): Call get_boot_time early.
9692 Increase buffer size.
9693
9694 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9695
9696 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
9697 is not defined.
9698
9699 2004-11-27 Kim F. Storm <storm@cua.dk>
9700
9701 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
9702 marker out of doc string.
9703
9704 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
9707 which was not mentioned in the log.
9708
9709 2004-11-26 Kim F. Storm <storm@cua.dk>
9710
9711 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
9712 angle bitmaps at top/bottom line.
9713
9714 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
9715 set it when it->method is set to next_element_from_display_vector.
9716 (setup_for_ellipsis): Add LEN argument. Callers changed.
9717 Set it->saved_face_id.
9718 (get_next_display_element): Use loop instead of recursion.
9719 Set it->saved_face_id. Combine duplicate code for ctr chars.
9720 (next_element_from_display_vector): Do not set it->saved_face_id.
9721 (next_element_from_ellipsis): Use setup_for_ellipsis.
9722
9723 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9724
9725 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
9726 prevent compiler warnings.
9727
9728 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * keyboard.c (command_loop_1): Print a message describing the key
9731 the user just pressed when this key has no binding.
9732
9733 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
9734 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
9735
9736 * lread.c (readchar): Check QUIT when `getc' is interrupted.
9737
9738 2004-11-24 Richard M. Stallman <rms@gnu.org>
9739
9740 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
9741
9742 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
9743
9744 2004-11-24 Kim F. Storm <storm@cua.dk>
9745
9746 * xdisp.c (move_it_in_display_line_to, display_line):
9747 Restore saved_face_id also when truncate-lines or hscrolled.
9748
9749 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9750
9751 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
9752 x-use-old-gtk-file-dialog.
9753
9754 * xfns.c: Define x_use_old_gtk_file_dialog.
9755 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
9756 outside ifdef USE_GTK.
9757
9758 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
9761 Don't use XFASTINT blindly.
9762
9763 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
9764
9765 * indent.c (skip_invisible): Avoid non-idempotent side-effects
9766 in macro arguments.
9767
9768 * keymap.c (Flookup_key): Check INTEGERP before XINT.
9769
9770 * lread.c (oblookup): Don't use XFASTINT blindly.
9771
9772 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
9773 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
9774
9775 2004-11-23 Kim F. Storm <storm@cua.dk>
9776
9777 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
9778 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
9779
9780 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
9781 signal_p is zero and face name is unknown.
9782 (Fx_list_fonts): Don't signal error in lookup_named_face.
9783 (Fface_font): Signal error in lookup_named_face.
9784 (ascii_face_of_lisp_face): Likewise.
9785
9786 * dispextern.h (lookup_named_face): Fix prototype.
9787
9788 * xdisp.c (handle_single_display_prop): Don't signal error in
9789 lookup_named_face for unknown fringe face name.
9790 (highlight_trailing_whitespace): Don't signal error in
9791 lookup_named_face if trailing-whitespace face unknown.
9792 (calc_line_height_property): Don't signal error in
9793 lookup_named_face if specified face name is unknown.
9794
9795 * fringe.c (update_window_fringes): Show top row indicator if
9796 window has header-line. Don't show arrow at bob and eob
9797 if the boundary indicators are not used.
9798 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
9799
9800 * window.c (set_window_buffer): Clear display_error_modiff.
9801
9802 2004-11-22 Kim F. Storm <storm@cua.dk>
9803
9804 * fringe.c (update_window_fringes): Provide sensible fall-back
9805 value for non-nil indicate-buffer-boundaries setting.
9806
9807 2004-11-22 Markus Rost <rost@ias.edu>
9808
9809 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
9810
9811 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
9814
9815 2004-11-21 Kim F. Storm <storm@cua.dk>
9816
9817 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
9818
9819 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
9820 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9821
9822 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
9823 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9824
9825 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
9826 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
9827
9828 * xdisp.c (move_it_in_display_line_to, display_line):
9829 Restore saved_face_id if overflow-newline-into-fringe is enabled and
9830 line is continued before or in middle of element from display vector.
9831
9832 * indent.c (Fvertical_motion): Fix last change. Use another
9833 method to detect if iterator moved too far ahead after reseat.
9834
9835 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
9836 expand matrix width for overflow in zero-width area.
9837 (append_glyph, append_composite_glyph, produce_image_glyph)
9838 (append_stretch_glyph): Use it to avoid loop in redisplay.
9839 (note_mode_line_or_margin_highlight): Don't let help-echo from
9840 string override help-echo from image map.
9841
9842 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9843
9844 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
9845 * callint.c (Fcall_interactively): Ditto.
9846
9847 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * minibuf.c (Fminibuffer_complete_and_exit):
9850 Fixup the case of the completed value, for case-indep completion.
9851
9852 2004-11-20 Richard M. Stallman <rms@gnu.org>
9853
9854 * lisp.h (Fread_from_minibuffer): Add arg in decl.
9855
9856 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
9857 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9858
9859 * search.c (Vsearch_spaces_regexp):
9860 Rename from Vsearch_whitespace_regexp. All uses changed.
9861
9862 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9863
9864 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
9865
9866 2004-11-19 Richard M. Stallman <rms@gnu.org>
9867
9868 * search.c (Vsearch_whitespace_regexp): New variable.
9869 (syms_of_search): Defvar it.
9870 (compile_pattern_1): Call re_set_whitespace_regexp with it.
9871 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
9872 is non-nil.
9873 (struct regexp_cache): New element whitespace_regexp.
9874 (syms_of_search): Initialize whitespace_regexp elements.
9875 (compile_pattern): Compare whitespace_regexp elements.
9876 (compile_pattern_1): Set whitespace_regexp elements.
9877
9878 * regex.c (regex_compile): Substitute whitespace_regexp
9879 for spaces, if it is nonzero.
9880 (whitespace_regexp): New variable.
9881 (re_set_whitespace_regexp): New function.
9882
9883 2004-11-19 Kim F. Storm <storm@cua.dk>
9884
9885 * indent.c (Fvertical_motion): Fix last change.
9886
9887 2004-11-18 Kim F. Storm <storm@cua.dk>
9888
9889 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
9890 Instead, move back again if reseating moves too far ahead.
9891
9892 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * xdisp.c (message3): Call clear_message.
9895
9896 2004-11-17 Kim F. Storm <storm@cua.dk>
9897
9898 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
9899
9900 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9901
9902 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
9903
9904 * xmenu.c (x_menu_in_use): Remove.
9905 (x_menu_set_in_use): Also set popup_activated_flag.
9906
9907 * xfns.c (Fx_file_dialog): Call popup_activated instead of
9908 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
9909
9910 * xterm.h (x_menu_in_use): Remove.
9911
9912 2004-11-16 Richard M. Stallman <rms@gnu.org>
9913
9914 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
9915 Use map-keymap-internal to implement that.
9916
9917 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
9918
9919 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
9922 a window before using XWINDOW.
9923
9924 * window.c (make_window, Fselect_window, make_dummy_parent)
9925 (save_window_save):
9926 * frame.c (make_frame):
9927 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
9928
9929 * lisp.h (NILP): Use EQ rather than XFASTINT.
9930
9931 2004-11-16 Kim F. Storm <storm@cua.dk>
9932
9933 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
9934
9935 * indent.c (Fvertical_motion): Fix last change. Only reseat when
9936 moving backwards.
9937
9938 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
9939
9940 * dispextern.h: Extern reseat_at_previous_visible_line_start.
9941
9942 2004-11-16 Kenichi Handa <handa@m17n.org>
9943
9944 * xdisp.c (display_mode_element): Fix previous change (calculate
9945 end position of substring to display correctly).
9946
9947 2004-11-16 Kim F. Storm <storm@cua.dk>
9948
9949 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
9950 Reported by Andrew M. Scott.
9951
9952 2004-11-15 Kim F. Storm <storm@cua.dk>
9953
9954 * fns.c (Fsafe_plist_get): New defun.
9955 (syms_of_fns): Defsubr it.
9956
9957 * lisp.h (Fsafe_plist_get): Add EXFUN.
9958
9959 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
9960 Use Fsafe_plist_get.
9961 (note_mode_line_or_margin_highlight, note_mouse_highlight):
9962 Fix image map element parsing. Use Fsafe_plist_get.
9963
9964 2004-11-15 Richard M. Stallman <rms@gnu.org>
9965
9966 * xdisp.c (get_next_display_element): Fix previous change.
9967
9968 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9969
9970 * window.c (shrink_windows): Handle special case of one window left
9971 when trying to shrink the final reminder. Grow windows if
9972 total_removed is less than total_shrink.
9973
9974 * xmenu.c (pop_down_menu): Remove global variable current_menu,
9975 extract pointer from arg with XSAVE_VALUE.
9976 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
9977 Construct arg to record_unwind_protect with make_save_value.
9978
9979 2004-11-13 Richard M. Stallman <rms@gnu.org>
9980
9981 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
9982 (get_next_display_element): Fix previous change to apply only to \n.
9983
9984 * indent.c (Fvertical_motion): Scan to PT from start of line to
9985 make iterator consistent.
9986
9987 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
9988
9989 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9990
9991 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
9992
9993 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
9994 Record unwind with clean_up_file_dialog.
9995
9996 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
9997 Declare.
9998
9999 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
10000
10001 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10002
10003 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
10004 (xg_file_sel_destroy): Remove.
10005 (xg_file_response_cb, pop_down_file_dialog)
10006 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
10007 New functions.
10008 (xg_get_file_with_chooser, xg_get_file_with_selection):
10009 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
10010 Move common code to xg_get_file_name. Return widget created.
10011 (xg_get_file_name): Set name, transient for, modal and destroy
10012 with parent here. Connect response signal to xg_file_response_cb,
10013 connect delete-event to gtk_true. Record pop_down_file_dialog
10014 for unwind. Do event loop and call x_menu_wait_for_event in loop.
10015 (xg_create_widget): Make dialogs modal.
10016
10017 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
10018 Lisp_Object.
10019 (popup_get_selection): Move unwind protect ...
10020 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10021 Move destroy of widget to pop_down_menu.
10022 (popup_widget_loop): Move unwind protect ...
10023 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10024 Move destroy of widget to pop_down_menu.
10025 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
10026 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
10027 x_mouse_leave and grabbed = 0 to pop_down_menu.
10028
10029 2004-11-13 Kim F. Storm <storm@cua.dk>
10030
10031 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
10032 (syms_of_xdisp): DEFVAR_BOOL it.
10033 (make_cursor_line_fully_visible, try_cursor_movement)
10034 (try_window_id): Use it.
10035
10036 2004-11-12 Kim F. Storm <storm@cua.dk>
10037
10038 * dispextern.h (struct glyph_row): New member extra_line_spacing.
10039 (struct it): New member max_extra_line_spacing.
10040 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
10041 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
10042 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
10043 part of last line is only extra line spacing (so the text on the
10044 line is fully visible). Use helper macros.
10045 Add W arg (to use them). All callers changed.
10046 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
10047 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
10048
10049 * window.c (window_scroll_pixel_based, Frecenter):
10050 Use move_it_vertically_backward directly.
10051 (Frecenter): Fix calculation of new start pos for negative arg.
10052 Before, the new start pos was sometimes chosen too far back, so
10053 the last line became only partially visible, and thus would be
10054 either only semi-visible or automatically scrolled to the middle
10055 of the window by redisplay.
10056
10057 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
10058 (move_it_vertically_backward): Don't recure to move further back.
10059 (move_it_vertically): Remove superfluous condition.
10060 (move_it_by_lines): Clear last_height when moved 0 lines.
10061 (resize_mini_window): Use it.max_extra_line_spacing.
10062 (display_tool_bar_line): Clear row->extra_line_spacing.
10063 (try_scrolling): Use move_it_vertically_backward directly.
10064 (redisplay_window): Likewise.
10065 (compute_line_metrics): Set row->extra_line_spacing.
10066 (display_line, display_string): Likewise.
10067 (x_produce_glyphs): Update it->max_extra_line_spacing.
10068
10069 * xmenu.c (pop_down_menu): Return nil.
10070
10071 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10072
10073 * xmenu.c (x_menu_wait_for_event): New function.
10074 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
10075 to handle timers.
10076 (popup_widget_loop): Add argument do_timers.
10077 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
10078 do_timers to popup_widget_loop.
10079 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10080 x_menu_wait_for_event is called by XMenuActivate.
10081 (create_and_show_popup_menu): Pass 1 for do_timers to
10082 popup_get_selection.
10083 (pop_down_menu): New function.
10084 (popup_get_selection, popup_widget_loop): Unwind protect to
10085 pop_down_menu.
10086 (popup_widget_loop): Add argument widget.
10087 (create_and_show_popup_menu, create_and_show_dialog): Pass new
10088 argument widget to popup_widget_loop.
10089
10090 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
10093
10094 2004-11-09 Kim F. Storm <storm@cua.dk>
10095
10096 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
10097 Fix various comments referring to XEvents instead of input events.
10098 (x_queue_event): Fix format strings.
10099 (x_stop_queuing_selection_requests): Likewise.
10100
10101 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10102 (pint2hrstr): Add extra braces to silence compiler.
10103
10104 * print.c (print_object): Fix format string.
10105
10106 * lread.c (read1): Fix next_char matching.
10107
10108 * lisp.h (Fdelete): Add EXFUN.
10109 (replace_range_2): Add prototype.
10110
10111 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10112
10113 * intervals.h (NULL_INTERVAL_P): Add separate version when
10114 ENABLE_CHECKING is not defined to silence compiler.
10115 (compare_string_intervals): Add prototype.
10116
10117 * fringe.c (destroy_fringe_bitmap): Fix return type.
10118 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10119
10120 * emacs.c (Fdump_emacs): Fix format string.
10121
10122 * doc.c: Include <ctype.h>.
10123 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10124
10125 * data.c (store_symval_forwarding): Remove unused variables.
10126
10127 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10128
10129 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10130
10131 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10132 to ${OLDXMENU}.
10133
10134 2004-11-09 Kim F. Storm <storm@cua.dk>
10135
10136 * process.c (Fmake_network_process): Remove kludge for interrupted
10137 connects on BSD. If connect is interrupted, just close socket and
10138 start over rather than sleeping and retry with same socket.
10139
10140 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10141
10142 * .cvsignore: Add buildobj.lst.
10143
10144 * doc.c: New variable Vbuild_files.
10145 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
10146 file names from buildobj.lst. Only attach docstrings from files
10147 that are in Vbuild_files.
10148 (syms_of_doc): Defvar Vbuild_files.
10149
10150 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10151 and w32*.o.
10152 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
10153 (mostlyclean): Rm buildobj.lst
10154
10155 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10156 is linked.
10157
10158 2004-11-09 Kim F. Storm <storm@cua.dk>
10159
10160 * fringe.c (update_window_fringes): Update fringe bitmaps if
10161 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10162 also update previous row to get rid of misc. artifacts.
10163
10164 2004-11-08 Kim F. Storm <storm@cua.dk>
10165
10166 * xdisp.c (fast_find_position): Fix start pos if header line present.
10167 (note_mouse_highlight): Clear mouse face if we move out of text area.
10168
10169 2004-11-08 Eli Zaretskii <eliz@gnu.org>
10170
10171 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10172 Don't include <sys/time.h> explicitly.
10173 Include <stdio.h> unconditionally, not just on MacOS.
10174
10175 2004-11-08 Kenichi Handa <handa@m17n.org>
10176
10177 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10178 don't pay attention to '\' before '*'.
10179 (fontset_pattern_regexp): Change the meaning of the second arg.
10180 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10181 (check_fontset_name): Try NAME as literal at first, and if it
10182 failes, try NAME as pattern.
10183
10184 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10185
10186 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10187
10188 2004-11-07 Andreas Schwab <schwab@suse.de>
10189
10190 * lisp.h (Fmsdos_downcase_filename): Declare.
10191 * dired.c (Fmsdos_downcase_filename): Don't declare here.
10192 * fileio.c: Likewise.
10193
10194 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10195
10196 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10197 comparisons with integers instead of Lisp_Object address.
10198 (Fmsdos_set_keyboard): Declare argument allkeys.
10199
10200 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10201
10202 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
10203 int/Lisp_Object mixup.
10204
10205 * fileio.c: Ditto.
10206
10207 2004-11-06 Steven Tamm <steventamm@mac.com>
10208
10209 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10210
10211 2004-11-06 Richard M. Stallman <rms@gnu.org>
10212
10213 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10214
10215 * xfaces.c (merge_named_face): GCPRO the face_name in the
10216 named_merge_point struct that we make.
10217 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10218
10219 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10220 before deciding whether to inactivate mark.
10221
10222 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10223
10224 * config.in: Regenerate (add HAVE_GETRUSAGE).
10225 * editfns.c (Fget_internal_run_time): New function.
10226 (syms_of_data): Defsubr it.
10227 * fns.c (sxhash): As far as possible, merge calculation of
10228 hash code for symbols and strings.
10229
10230 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10231
10232 * frame.c (syms_of_frame): Fix the example in the doc string.
10233
10234 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10235
10236 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10237
10238 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10239 (create_and_show_dialog): Revert change from 2004-10-31.
10240
10241 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10242
10243 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10244
10245 2004-11-05 Kim F. Storm <storm@cua.dk>
10246
10247 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10248
10249 * fileio.c (Ffile_modes): Doc fix.
10250 (auto_save_1): Check for Ffile_modes nil value.
10251
10252 2004-11-05 Kim F. Storm <storm@cua.dk>
10253
10254 * xselect.c (struct selection_event_queue, selection_queue)
10255 (x_queue_selection_requests, x_queue_event)
10256 (x_start_queuing_selection_requests)
10257 (x_stop_queuing_selection_requests): Add new queue for selection
10258 input events to replace previous XEvent queue in xterm.c.
10259 (queue_selection_requests_unwind): Adapt to new queue.
10260 (x_reply_selection_request): Adapt to new queue.
10261 Unexpect wait_object in case of x errors (memory leak).
10262 (x_handle_selection_request, x_handle_selection_clear): Make static.
10263 (x_handle_selection_event): New function. May queue selection events.
10264 (wait_for_property_change_unwind): Use save_value instead of cons.
10265 Clear property_change_reply_object.
10266 (wait_for_property_change): Abort if already waiting.
10267 Use save_value instead of cons for unwind data.
10268 (x_handle_property_notify): Skip events already arrived, but don't
10269 free them, as "arrived" field is checked by wait_for_property_change,
10270 and it will be freed by unwind or explicit unexpect_property_change.
10271 (x_get_foreign_selection): Add to new queue.
10272 (receive_incremental_selection): Don't unexpect wait_object when done
10273 as it has already been freed by previous wait_for_property_change.
10274
10275 * xterm.h (x_start_queuing_selection_requests)
10276 (x_stop_queuing_selection_requests, x_handle_selection_request)
10277 (x_handle_selection_clear): Remove prototypes.
10278 (x_handle_selection_event): Add prototype.
10279
10280 * xterm.c (handle_one_xevent): Don't queue X selection events
10281 here, it may be too late if we start queuing after we have already
10282 stored some selection events into the kbd buffer.
10283 (struct selection_event_queue, queue, x_queue_selection_requests)
10284 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10285 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10286 (x_catch_errors_unwind): Block input around final XSync.
10287
10288 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10289
10290 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10291 (kbd_buffer_unget_event): New function.
10292 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10293 and use x_handle_selection_event.
10294 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10295
10296 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10297
10298 * xselect.c (TRACE3): New debug macro.
10299 (x_reply_selection_request): Use it.
10300 (receive_incremental_selection): In call to TRACE0, the name of
10301 a symbol is in xname.
10302
10303 2004-11-05 Kim F. Storm <storm@cua.dk>
10304
10305 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10306
10307 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10308
10309 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10310
10311 * gtkutil.h (use_old_gtk_file_dialog): Declare.
10312
10313 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
10314 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
10315 * xfns.c (syms_of_xfns): ... to here.
10316
10317 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10318 it doesn't start with /.
10319
10320 2004-11-04 Kenichi Handa <handa@m17n.org>
10321
10322 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10323 treat it as a literal character.
10324
10325 2004-11-03 Kim F. Storm <storm@cua.dk>
10326
10327 * .gdbinit (ppt): New function.
10328
10329 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10330
10331 * xterm.c (x_window_to_scroll_bar): Only call
10332 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10333
10334 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10335 of save.
10336
10337 2004-11-02 Andreas Schwab <schwab@suse.de>
10338
10339 * window.c (Fscroll_right): Fix last change.
10340
10341 2004-11-02 Kim F. Storm <storm@cua.dk>
10342
10343 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
10344
10345 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10346
10347 * callproc.c (Fcall_process): Block input around vfork.
10348
10349 2004-11-02 Kim F. Storm <storm@cua.dk>
10350
10351 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10352 (syms_of_eval): Defsubr it.
10353
10354 2004-11-02 Richard M. Stallman <rms@gnu.org>
10355
10356 * insdel.c (replace_range_2): New function.
10357
10358 * casefiddle.c (casify_region): Handle changes in byte-length
10359 using replace_range_2.
10360
10361 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10362
10363 * xdisp.c (back_to_previous_visible_line_start):
10364 Subtract 1 from pos when checking previous newline for invisibility.
10365
10366 * window.c (window_scroll_pixel_based): Update preserve_y
10367 for header line if any.
10368 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10369 use a new second argument instead.
10370
10371 * eval.c (Fcall_interactive_p): New function.
10372 (interactive_p): Don't test INTERACTIVE here.
10373 (Finteractive_p): Doc fix.
10374
10375 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10376
10377 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10378
10379 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
10380 comparing font names.
10381
10382 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10383
10384 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10385 Fx_file_dialog if only directories should be read.
10386
10387 * lisp.h: Fx_file_dialog takes 5 parameters.
10388
10389 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10390 Add parameter only_dir_p.
10391 In Motif version, don't put DEFAULT_FILENAME in filter part of the
10392 dialog, just text field part. Do not add DEFAULT_FILENAME
10393 to list of files if it isn't there.
10394 In GTK version, pass only_dir_p parameter to xg_get_file_name.
10395
10396 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
10397 Check only_dir_p instead of comparing prompt to "Dired". When using
10398 a save dialog, add option kNavDontConfirmReplacement, change title
10399 to "Enter name", change text for save button to "Ok".
10400
10401 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
10402 Check only_dir_p instead of comparing prompt to "Dired".
10403
10404 * gtkutil.c (xg_get_file_with_chooser)
10405 (xg_get_file_with_selection): New functions, only defined ifdef
10406 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
10407 respectively.
10408 (xg_get_file_name): Add parameter only_dir_p.
10409 Call xg_get_file_with_chooser or xg_get_file_with_selection
10410 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
10411 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
10412
10413 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
10414
10415 * config.in: Rebuild (added HAVE_GTK_FILE_*).
10416
10417 2004-11-01 Kim F. Storm <storm@cua.dk>
10418
10419 * process.c (connect_wait_mask, num_pending_connects):
10420 Only declare and use them if NON_BLOCKING_CONNECT is defined.
10421 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
10422 (IF_NON_BLOCKING_CONNECT): New helper macro.
10423 (wait_reading_process_output): Only declare and use local vars
10424 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
10425
10426 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
10427
10428 * w32term.c (x_scroll_run): Delete region objects after use.
10429
10430 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10431
10432 * xmenu.c: Add prototypes for forward function declarations.
10433 (popup_get_selection): Remove parameter do_timers, remove call to
10434 timer_check.
10435 (create_and_show_popup_menu, create_and_show_dialog):
10436 Remove parameter do_timers from call to popup_get_selection.
10437
10438 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
10439 tool_bar_items and assign the result to f->tool_bar_items if
10440 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
10441 tool_bar_items to assignment of result.
10442
10443 * atimer.c (alarm_signal_handler): Do not call set_alarm if
10444 pending_atmers is non-zero.
10445
10446 2004-10-31 Kim F. Storm <storm@cua.dk>
10447
10448 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
10449
10450 2004-10-28 Will <will@glozer.net>
10451
10452 * macterm.c: Allow user to assign key modifiers to the Mac Option
10453 key via a 'mac-option-modifier' variable.
10454
10455 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
10458 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
10459 (x_handle_selection_request, x_handle_selection_clear)
10460 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
10461
10462 2004-10-28 Richard M. Stallman <rms@gnu.org>
10463
10464 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10465
10466 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
10467
10468 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
10471 comment-starter over a 1-char one.
10472
10473 2004-10-27 Richard M. Stallman <rms@gnu.org>
10474
10475 * xdisp.c (get_next_display_element): In mode lines,
10476 treat newline and tab like other control characters.
10477
10478 * editfns.c (Fmessage): Doc fix.
10479
10480 * indent.c (vmotion): When moving up, check the newline before.
10481 Make prevline an int, not a Lisp_Object.
10482
10483 2004-10-27 Kim F. Storm <storm@cua.dk>
10484
10485 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
10486 Only allocate info and discarded tables once.
10487
10488 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
10489 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
10490 (SAFE_FREE): Test it to determine if we need to unwind to free.
10491 Remove size arg. All users changed.
10492 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
10493
10494 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10495
10496 * gtkutil.c: Put empty line between comment and function body.
10497 (xg_destroy_widgets): Rename from remove_from_container.
10498 Just destroy all widgets in list. Argument wcont removed.
10499 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
10500 instead of remove_from_container.
10501 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
10502 (free_frame_tool_bar): Add comment.
10503
10504 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
10505 is not NULL before strcmp.
10506
10507 2004-10-26 Kim F. Storm <storm@cua.dk>
10508
10509 * callint.c (Fcall_interactively): Add 'U' code to get the
10510 up-event discarded by a previous 'k' or 'K' argument.
10511
10512 2004-10-26 David Kastrup <dak@gnu.org>
10513
10514 * buffer.c (syms_of_buffer): Fix a few typos.
10515
10516 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10517
10518 * xsmfns.c: Put empty line between comment and function body.
10519 Use two spaces before comment end.
10520
10521 2004-10-25 Kenichi Handa <handa@m17n.org>
10522
10523 * fontset.c (fontset_pattern_regexp): Optimize for the case that
10524 PATTERN is full XLFD.
10525
10526 2004-10-24 Kenichi Handa <handa@m17n.org>
10527
10528 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
10529
10530 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
10531 (regex_compile): Return REG_ERANGEX if appropriate.
10532
10533 2004-10-22 Kenichi Handa <handa@m17n.org>
10534
10535 * editfns.c (Ftranslate_region_internal): New function.
10536 (syms_of_editfns): Defsubr it.
10537
10538 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10539
10540 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
10541
10542 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10543
10544 * xterm.h (x_output): New member `xic_base_fontname'.
10545 (FRAME_XIC_BASE_FONTNAME): New macro.
10546 (xic_free_xfontset): Declare.
10547
10548 * xfns.c (xic_create_xfontset): Share fontsets between frames
10549 based on base_fontname.
10550 (xic_free_xfontset): New function.
10551 (free_frame_xic): Use it.
10552 (xic_set_xfontset): Ditto.
10553
10554 * xterm.c (xim_destroy_callback): Ditto.
10555
10556 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10557
10558 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
10559
10560 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10561
10562 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
10563 XSync.
10564
10565 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
10566 New variables and constant.
10567 (main): Calculate heap_bss_diff. If we are dumping and the
10568 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
10569 and exec ourself again.
10570 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
10571 print a warning.
10572
10573 * lastfile.c: Make my_endbss and my_endbss_static available on all
10574 platforms.
10575
10576 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
10577 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
10578
10579 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
10580
10581 * data.c (Flocal_variable_if_set_p): Doc fix.
10582
10583 2004-10-19 Jason Rumney <jasonr@gnu.org>
10584
10585 * w32.c (init_environment): Set emacs_dir correctly when running
10586 emacs from the build directory.
10587
10588 2004-10-19 Richard M. Stallman <rms@gnu.org>
10589
10590 * editfns.c (Fdelete_and_extract_region):
10591 If region is empty, return null string.
10592
10593 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10594
10595 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
10596 and canon_width.
10597 (xg_frame_cleared): Remove.
10598
10599 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
10600 (xg_find_top_left_in_fixed): Remove.
10601 (xg_create_scroll_bar): Put an event box widget between
10602 the scroll bar widget and the edit widget.
10603 (xg_show_scroll_bar): Show the parent widget (the event box).
10604 (xg_remove_scroll_bar): Destroy parent (the event box) also.
10605 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
10606 Move the parent (the event box) widget inside the fixed widget.
10607 Move window clear to xterm.c.
10608
10609 * gtkutil.h (xg_frame_cleared): Remove.
10610
10611 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
10612 (x_scroll_bar_create, XTset_vertical_scroll_bar):
10613 Remove arguments left and width to xg_update_scrollbar_pos.
10614 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
10615
10616 2004-10-19 Kenichi Handa <handa@m17n.org>
10617
10618 * xdisp.c (display_mode_element): Fix display of wide chars.
10619
10620 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10621
10622 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
10623 gdk_window_clear and move gdk_window_process_all_updates after
10624 clear so events are sent to the X server in correct order.
10625
10626 2004-10-18 Kenichi Handa <handa@m17n.org>
10627
10628 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
10629 comparing font names.
10630 (fs_query_fontset): Use fast_string_match for comparing fontset names.
10631 (list_fontsets): Likewise.
10632
10633 * search.c (fast_string_match_ignore_case): New function.
10634
10635 * lisp.h (fast_string_match_ignore_case): Extern it.
10636
10637 2004-10-17 Kim F. Storm <storm@cua.dk>
10638
10639 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
10640 than bitmap if there is not left fringe.
10641 (get_overlay_arrow_glyph_row): Also used on windows system.
10642 (display_line): Display overlay string if no left fringe.
10643
10644 2004-10-16 Jason Rumney <jasonr@gnu.org>
10645
10646 * w32fns.c (w32_font_match): Encode font name being matched.
10647
10648 2004-10-16 Richard M. Stallman <rms@gnu.org>
10649
10650 * window.c (Fspecial_display_p): Doc fix.
10651
10652 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
10655 Don't ignore menus, because where-is-internal already does it for us.
10656
10657 2004-10-15 Kim F. Storm <storm@cua.dk>
10658
10659 * xdisp.c (redisplay_window): Only update fringes and vertical
10660 border on window frames.
10661
10662 2004-10-14 Andreas Schwab <schwab@suse.de>
10663
10664 * m/ia64.h (DATA_SEG_BITS): Don't define.
10665
10666 2004-10-14 Kim F. Storm <storm@cua.dk>
10667
10668 * xterm.h: Include Xutil.h after keysym.h to work around bug
10669 in some X versions.
10670
10671 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * fns.c (map_char_table): Add missing gcpros.
10674
10675 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * keymap.c (get_keymap): An autoload form is not a keymap.
10678
10679 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
10680
10681 2004-10-13 Kim F. Storm <storm@cua.dk>
10682
10683 * callproc.c (Fcall_process): Simplify handling of display arg.
10684 Resume `display_on_the_fly' once a coding system is determined.
10685
10686 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
10687
10688 2004-10-12 Kim F. Storm <storm@cua.dk>
10689
10690 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
10691 caller, such as call-process, is not going to poll for input.
10692 (calc_line_height_property): Handle case where it->object is nil.
10693
10694 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
10695
10696 2004-10-12 Kenichi Handa <handa@m17n.org>
10697
10698 * xdisp.c (get_next_display_element):
10699 If unibyte_display_via_language_environment is zero, display 8-bit
10700 chars in octal in unibyte buffer.
10701
10702 2004-10-12 Kim F. Storm <storm@cua.dk>
10703
10704 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
10705 are no ordinary bindings.
10706
10707 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10708
10709 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
10710
10711 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10712
10713 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
10714 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
10715 (make_mac_frame): Add BLOCK_INPUT around the making of a
10716 terminal frame.
10717 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
10718 * macgui.h (mktime): Use emacs_mktime.
10719 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
10720 Make a cancel file-open dialog be like C-g.
10721 * mac.c (mktime): Use emacs_mktime.
10722 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
10723 (Fmac_paste_function): Add better error handling for carbon cut/paste.
10724
10725 2004-10-10 Kim F. Storm <storm@cua.dk>
10726
10727 * keyboard.c (timer_resume_idle): New function to resume idle
10728 timer without resetting timers on the idle list.
10729 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
10730 (timer_start_idle, timer_stop_idle): Declare static.
10731 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
10732
10733 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
10734
10735 2004-10-08 Steven Tamm <steventamm@mac.com>
10736
10737 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
10738 * macterm.c (mac_check_for_quit_char): Remove warning for using
10739 NULL where 0 should be used.
10740 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
10741 objc/malloc.h
10742 * mac.c: Include time.h for Tiger compatibility.
10743
10744 2004-10-07 Kim F. Storm <storm@cua.dk>
10745
10746 * xdisp.c (redisplay_window): Fix flicker on vertical line between
10747 windows. Update vertical line after drawing window fringes, but
10748 only if actually drawing any bitmaps--or there is no fringe.
10749
10750 * xterm.c (x_update_window_end): Likewise.
10751 * macterm.c (x_update_window_end): Likewise.
10752 * w32term.c (x_update_window_end): Likewise.
10753
10754 * fringe.c (draw_window_fringes): Return value now indicates if
10755 any fringe bitmaps were redrawn (or there are no fringes).
10756
10757 * dispextern.h (draw_window_fringes): Update prototype.
10758
10759 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10760
10761 * macfns.c (mac_get_window_bounds): Add extern.
10762 (x_real_positions): Use mac_get_window_bounds.
10763
10764 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
10765 xmenu.c (YAILOM).
10766
10767 * macterm.c [!MAC_OSX]: Include Windows.h.
10768 (front_emacs_window): Rename from mac_front_window. All uses
10769 changed. Return the frontmost non-tooltip emacs window.
10770 (mac_get_window_bounds): New function.
10771 (x_calc_absolute_position): Use the difference of width and height
10772 between the inner and outer window.
10773 (x_set_offset): Specify window position by the coordinae of the
10774 outer window. Adjust the position if the title bar is completely
10775 outside the screen.
10776 (app_is_suspended, app_sleep_time): Remove unused variables.
10777 (do_app_resume, do_app_suspend): Remove their contents because
10778 window-activate/deactivate events will do the job.
10779 (do_zoom_window): Remove unused variables. Make compliant to the
10780 standard way of zooming. Set f->left_pos and f->top_pos.
10781 (XTread_socket): Don't use argument `expected'. Don't use
10782 FrontWindow to determine the clicked window. Exclude unprocessed
10783 mouseUp cases in the early stage. Add parentheses to fix operator
10784 precedence.
10785 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
10786
10787 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
10788
10789 * config.in: Regenerate.
10790
10791 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
10792 HAVE_EXECSHIELD.
10793
10794 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10795
10796 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
10797 a row if Alt or Meta has been found for that row. Also stop scanning
10798 for Keysyms for that row.
10799
10800 2004-10-04 Kim F. Storm <storm@cua.dk>
10801
10802 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
10803 to list. Include overlay arrow bitmap in return value.
10804
10805 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
10806 bars with fractional column width. If scroll bar separates two
10807 windows, move it towards the window it belongs to. Only update
10808 the padding area below the scroll bar widget when necessary,
10809 i.e. when scroll bar widget is created, moved, or resized.
10810
10811 * xdisp.c (define_frame_cursor1): Do not change frame cursor
10812 while tracking/dragging mouse.
10813 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
10814
10815 * window.c (coordinates_in_window): Relax check for cursor
10816 on vertial border between mode lines.
10817 (Fset_window_fringes): Do not allow negative widths.
10818 (Fset_window_scroll_bars): Likewise.
10819
10820 * .gdbinit (pp): Shorthand for p ARG + pr.
10821 (ff): New command: flush frame updates (X only).
10822
10823 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
10824
10825 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
10826
10827 2004-09-30 Kenichi Handa <handa@m17n.org>
10828
10829 * process.c (send_process): Free composition data.
10830
10831 * fileio.c (Finsert_file_contents): Free composition data.
10832
10833 * coding.c (code_convert_region): Don't skip ASCIIs if there are
10834 compositions to encode.
10835 (encode_coding_string): Likewise. Free composition data.
10836
10837 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
10838
10839 * coding.c (code_convert_region): Free composition data.
10840
10841 2004-09-29 Kim F. Storm <storm@cua.dk>
10842
10843 * fringe.c: Remove limit on number of bitmaps.
10844 (fringe_bitmaps, fringe_faces): Change to pointers.
10845 (max_fringe_bitmaps): New var.
10846 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
10847 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
10848
10849 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
10850 (struct glyph_row): Reorder fringe_bitmap related fields.
10851 (struct it): Likewise.
10852
10853 * w32term.c (fringe_bmp): Change to pointer.
10854 (max_fringe_bmp): New var.
10855 (w32_define_fringe_bitmap): Expand fringe_bmp.
10856 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
10857 (w32_destroy_fringe_bitmap): Likewise.
10858
10859 2004-09-29 Kim F. Storm <storm@cua.dk>
10860
10861 * fringe.c: Simplify last change.
10862 (lookup_fringe_bitmap): New function.
10863 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
10864 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
10865 Keep standard bitmaps in Vfringe_bitmaps.
10866 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
10867 (Fset_fringe_bitmap_face): Likewise.
10868
10869 * dispextern.h (lookup_fringe_bitmap): Add prototype.
10870 (valid_fringe_bitmap_p): Remove prototype.
10871
10872 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
10873
10874 2004-09-29 Kim F. Storm <storm@cua.dk>
10875
10876 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
10877 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
10878
10879 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
10880
10881 * fringe.c (Vfringe_bitmaps): New variable.
10882 (syms_of_fringe): DEFVAR_LISP it.
10883 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
10884 Change arg to Lisp_Object and fail if not an integer.
10885 (get_fringe_bitmap_name, resolve_fringe_bitmap)
10886 (destroy_fringe_bitmap): New functions.
10887 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
10888 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
10889 clear its fringe property.
10890 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
10891 Fdestroy_fringe_bitmap.
10892 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
10893 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
10894 and set fringe property. Signal error if no free slots.
10895 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
10896 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
10897
10898 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
10899 symbols with a fringe property.
10900
10901 2004-09-27 Kim F. Storm <storm@cua.dk>
10902
10903 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
10904 Doc fix. Format may now be a symbol or alist, not a cons.
10905
10906 * fringe.c (update_window_fringes): Handle new formats of
10907 indicate-buffer-boundaries (symbol or alist). No longer
10908 allow a simple cons.
10909 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
10910
10911 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10912
10913 * config.in: Rebuild.
10914
10915 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10916
10917 * config.in: Rebuild.
10918
10919 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
10920
10921 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * xterm.c (x_term_init): Work around a bug in some X servers.
10924
10925 2004-09-18 Richard M. Stallman <rms@gnu.org>
10926
10927 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
10928
10929 * xdisp.c (try_window_reusing_current_matrix):
10930 Handle the case where we reach the old displayed text,
10931 out of sync with the old line boundary.
10932
10933 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * fileio.c (Finsert_file_contents): Fix case of replacement in a
10936 narrowed buffer.
10937
10938 2004-09-14 Kim F. Storm <storm@cua.dk>
10939
10940 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
10941
10942 * xfaces.c (Qface_no_inherit): New var.
10943 (syms_of_xfaces): Intern and staticpro it.
10944 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
10945 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
10946 Don't increment face_change_count when face has non-nil
10947 face-no-inherit property.
10948
10949 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
10952 (Fbyte_code): Remove dead code after `wrong_type_argument'.
10953
10954 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
10955 before doing the mark_stack_check_gcpros since they're not on the stack.
10956
10957 2004-09-12 Kim F. Storm <storm@cua.dk>
10958
10959 * editfns.c (Fformat): Handle format strings with multiple text
10960 properties. Reverse text property list from the format string,
10961 so the positions are in increasing order.
10962
10963 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10964
10965 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
10966 x_uncatch_errors so that possible protocol errors are delivered.
10967
10968 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10969
10970 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
10971 blockinput.h.
10972 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
10973 charset.h, and coding.h
10974 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
10975 (term.o): Depend on window.h and keymap.h.
10976 (abbrev.o): Depend on syntax.h.
10977 (callint.o): Depend on keymap.h.
10978 (casefiddle.o): Depend on charset.h and keymap.h.
10979 (category.o): Depend on keymap.h.
10980 (coding.o): Depend on dispextern.h.
10981 (cmds.o): Depend on keyboard.h and keymap.h.
10982 (dispnew.o): Depend on indent.h and intervals.h.
10983 (doc.o): Depend on keymap.h.
10984 (editfns.o): Depend on frame.h.
10985 (emacs.o): Depend on dispextern.h.
10986 (fileio.o): Don't depend on ccl.h.
10987 (filelock.o): Depend on charset.h and coding.h.
10988 (frame.o): Depend on w32term.h and macterm.h.
10989 (insdel.o): Depend on region-cache.h.
10990 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
10991 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
10992 (search.o): Depend on $(INTERVALS_SRC).
10993 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
10994 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
10995 xterm.h, w32term.h, and macterm.h.
10996 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
10997 w32term.h, and macterm.h.
10998 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
10999 region-cache.h, xterm.h, w32term.h, and macterm.h.
11000 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
11001 (data.o): Depend on frame.h.
11002 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
11003 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
11004 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
11005 (intervals.o): Depend on keymap.h.
11006
11007 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
11008 Add debugging print-out to termscript.
11009
11010 2004-09-09 Richard M. Stallman <rms@gnu.org>
11011
11012 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
11013
11014 2004-09-08 Richard M. Stallman <rms@gnu.org>
11015
11016 * window.c (Fset_window_buffer): Doc fix.
11017
11018 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
11019
11020 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
11021
11022 * minibuf.c (history_delete_duplicates): New variable.
11023 (read_minibuf): Use it.
11024 (syms_of_minibuf): Create the corresponding lisp variable.
11025
11026 2004-09-08 Kim F. Storm <storm@cua.dk>
11027
11028 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
11029 overlay just before point.
11030
11031 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11032
11033 * buffer.h (struct buffer): Add auto_save_file_format field.
11034 * buffer.c (reset_buffer, init_buffer_once):
11035 Handle auto_save_file_format field.
11036 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
11037 `buffer-auto-save-file-format'.
11038 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11039 (build_annotations): Adapt to replacement of
11040 `auto-save-file-format' with the new buffer-local variable
11041 `buffer-auto-save-file-format'.
11042 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
11043
11044 2004-09-07 Jason Rumney <jasonr@gnu.org>
11045
11046 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
11047
11048 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
11049 Handle Unicode menu titles.
11050
11051 2004-09-07 Kim F. Storm <storm@cua.dk>
11052
11053 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
11054 property from text property or overlay strings at point.
11055
11056 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * xmenu.c (update_submenu_strings): YAILOM.
11059 (set_frame_menubar): Make sure last_i is initialized.
11060
11061 2004-09-03 Jason Rumney <jasonr@gnu.org>
11062
11063 * w32menu.c (_widget_value): Add lname and lkey.
11064 (digest_single_submenu): Set lname and lkey in widget_value
11065 instead of name and key.
11066 (update_submenu_strings): New function.
11067 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11068 call update_submenu_strings.
11069
11070 * w32menu.c (globals_of_w32menu): Check for Unicode API.
11071 (digest_single_submenu, w32_menu_show): Encode menu strings as
11072 UTF-8 if Unicode API is available.
11073 (utf8to16): New function.
11074 (add_menu_item): Use it when calling Unicode API.
11075
11076 2004-09-03 Kim F. Storm <storm@cua.dk>
11077
11078 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
11079 in overlay or text-property strings; set cursor on corresponding
11080 glyph rather than at end of the string.
11081
11082 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11083
11084 * macfns.c (x_real_positions): Save the current window port and
11085 set a new one before obtaining the global coordinate.
11086 Use FRAME_MAC_WINDOW.
11087 (x_set_name, x_set_title): Encode title to UTF8.
11088 Use SetWindowTitleWithCFString.
11089 (Fx_server_version): Get correct OS version.
11090
11091 * macmenu.c (add_menu_item): Remove unused variable `i'.
11092 Don't let separator items destroy refence constants of other menu items.
11093
11094 * macterm.c (x_update_end): Move SetPortWindowPort to inside
11095 BLOCK_INPUT.
11096 (x_set_offset): Use FRAME_MAC_WINDOW.
11097
11098 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11099 nontext_cursor if it is on a scroll bar.
11100
11101 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11102 Carbon support.
11103 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11104 Use LIBS_CARBON.
11105
11106 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11107
11108 * xfns.c (x_set_name_internal): New function. Check if we shall call
11109 xfree before ENCODE_UTF_8.
11110 (x_set_name, x_set_title): Call x_set_name_internal.
11111
11112 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11113
11114 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11115 reload it.
11116
11117 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11118
11119 * macmenu.c (_widget_value): Add lname and lkey.
11120 (single_submenu): Set lname and lkey in widget_value
11121 instead of name and key.
11122 (update_submenu_strings): New function.
11123 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11124 call update_submenu_strings.
11125
11126 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11127 instead of name and key.
11128 (update_submenu_strings): New function.
11129 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11130 call update_submenu_strings.
11131
11132 * gtkutil.h (_widget_value): Added lname and lkey.
11133
11134 2004-08-30 Steven Tamm <steventamm@mac.com>
11135
11136 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11137 by using different names for inner loop variables.
11138
11139 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11140
11141 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11142 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11143
11144 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11145 tool bar items is 0.
11146
11147 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11148
11149 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11150 strings in menu items.
11151 (single_submenu): Use ENCODE_MENU_STRING
11152 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11153 button release isn't passed to event loop
11154 (add_menu_item): Use SetMenuItemWithCFString
11155
11156 2004-08-26 Steven Tamm <steventamm@mac.com>
11157
11158 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
11159 tool-bar/menu click.
11160 * macfns.c (Fx_file_dialog): Implement using NavServices.
11161
11162 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11163
11164 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11165
11166 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11167 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11168 (x_top_window_to_frame): Return 0 if wdesc is None.
11169
11170 2004-08-22 Richard M. Stallman <rms@gnu.org>
11171
11172 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11173 HAVE_TERMIOS]: If there's no char for this signal, drop through
11174 and use system calls.
11175
11176 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11177
11178 2004-08-20 Kim F. Storm <storm@cua.dk>
11179
11180 * process.c (wait_reading_process_output): Rename from
11181 wait_reading_process_input. All uses changed.
11182 (wait_reading_process_output_1): Rename from
11183 wait_reading_process_input_1. All uses changed.
11184
11185 * dispnew.c (Fsleep_for): Remove obsolete code.
11186
11187 2004-08-20 Kenichi Handa <handa@m17n.org>
11188
11189 * syntax.c (skip_chars): Fix for unibyte case.
11190
11191 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * syntax.c (char_quoted): Mixup byte/char pos.
11194 (back_comment): Fixup globals in all cases.
11195
11196 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11197
11198 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11199 passing it to gtk_window_set_title.
11200
11201 2004-08-19 Kim F. Storm <storm@cua.dk>
11202
11203 * process.c (wait_reading_process_input): Clean up.
11204 Add wait_for_cell, wait_proc, and just_wait_proc args
11205 to avoid overloading `read_kbd' and `do_display' args.
11206 Change read_kbd arg to int. All callers changed.
11207
11208 * process.c (process_send_signal): Use CDISABLE.
11209
11210 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11211
11212 2004-08-18 Kim F. Storm <storm@cua.dk>
11213
11214 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11215 forward to wait_reading_process_input via DO_DISPLAY arg.
11216 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11217 object, only process output from that process; also inhibit
11218 running timers if DO_DISPLAY==-2.
11219
11220 2004-08-17 Kim F. Storm <storm@cua.dk>
11221
11222 * process.c (process_send_signal): Fix last change--use
11223 _POSIX_VDISABLE instead of CVDISABLE when available.
11224
11225 2004-08-16 Richard M. Stallman <rms@gnu.org>
11226
11227 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11228 Set VQUIT and VINTR chars to the standard ones if they are unset.
11229 [AIX]: Don't do that here. And don't force VINTR to standard
11230 when SIGNALS_VIA_CHARACTERS.
11231
11232 * process.c (process_send_signal)
11233 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11234 Do nothing if the character is CVDISABLE.
11235
11236 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11237
11238 * intervals.c (move_if_not_intangible):
11239 Force POSITION to be between BEGV and ZV.
11240
11241 2004-08-14 John Paul Wallington <jpw@gnu.org>
11242
11243 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11244
11245 * fileio.c (Fread_file_name): Doc fix.
11246
11247 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11248
11249 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11250
11251 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11252
11253 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11254
11255 * keyboard.c: Declare Qdisabled_command_function instead of
11256 Qdisabled_command_hook.
11257 (Fcommand_execute): Use Qdisabled_command_function instead of
11258 Qdisabled_command_hook.
11259 (syms_of_keyboard): Ditto.
11260
11261 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11262
11263 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11264 (syms_of_keymap) <key-translation-map>: Doc fixes.
11265
11266 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * window.c (window_list_1): YAILOM.
11269
11270 * fileio.c (make_temp_name): Handle multibyte prefixes.
11271
11272 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11273
11274 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11275 Doc fix.
11276
11277 2004-08-03 Kenichi Handa <handa@m17n.org>
11278
11279 * coding.c (decode_coding_string): Adjust coding->consumed, and
11280 etc. with shrinked_bytes.
11281
11282 2004-08-03 Kim F. Storm <storm@cua.dk>
11283
11284 * indent.c (compute_motion): Fix check for full width window
11285 in non-window case. Do not count left truncation glyph on
11286 window systems.
11287
11288 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * data.c (Finteractive_form): Doc fix.
11291
11292 2004-08-02 Kim F. Storm <storm@cua.dk>
11293
11294 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11295 properly accounting for continuation glyph on non-window systems.
11296 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11297 actual window width/height if TOPOS is nil, properly accounting for
11298 continuation glyphs on non-window systems, and optional header lines.
11299 (vmotion): Let compute_motion calculate actual window width.
11300
11301 * window.c (window_scroll_line_based): Let compute_motion
11302 calculate actual window width.
11303
11304 2004-08-02 Kim F. Storm <storm@cua.dk>
11305
11306 * process.c (read_process_output): Use whole read buffer.
11307 Don't trigger adaptive read buffering on errors.
11308
11309 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11310
11311 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11312
11313 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
11314
11315 * callint.c (Fcall_interactively): Doc fix.
11316
11317 2004-07-30 Richard M. Stallman <rms@gnu.org>
11318
11319 * abbrev.c (Fexpand_abbrev): Undo previous change.
11320
11321 2004-07-30 Kim F. Storm <storm@cua.dk>
11322
11323 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11324
11325 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11326
11327 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11328
11329 2004-07-27 Kim F. Storm <storm@cua.dk>
11330
11331 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11332 we have ensured that the glyph fits on the current line (or returned
11333 MOVE_LINE_CONTINUED otherwise).
11334
11335 2004-07-26 Kim F. Storm <storm@cua.dk>
11336
11337 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11338 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11339 if target position is at end of display line but char is not a newline.
11340
11341 2004-07-25 Richard M. Stallman <rms@gnu.org>
11342
11343 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11344 instead of ON_VERTICAL_BORDER, when on scroll bar.
11345 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11346
11347 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11348
11349 * window.c (Fcoordinates_in_window_p):
11350 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11351
11352 * alloc.c (check_cons_list): New function (contents commented out).
11353
11354 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11355
11356 * xfaces.c (Fcolor_supported_p): Doc fix.
11357
11358 * frame.c (Fselect_frame, Fset_frame_selected_window)
11359 (Fframe_visible_p, Fraise_frame): Doc fixes.
11360
11361 2004-07-24 Richard M. Stallman <rms@gnu.org>
11362
11363 * keyboard.h (not_single_kboard_state): Declare.
11364
11365 * fileio.c (Fwrite_region): Doc fix.
11366
11367 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11368
11369 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11370 only when a real abbrev is present.
11371
11372 * xfns.c (x_icon_verify): New function.
11373 (Fx_create_frame): Use it.
11374
11375 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
11376
11377 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11378
11379 2004-07-21 Kim F. Storm <storm@cua.dk>
11380
11381 * window.h (struct glyph_matrix): New members nrows_scale_factor
11382 and ncols_scale_factor.
11383
11384 * window.c (make_window): Initialize nrows_scale_factor and
11385 ncols_scale_factor members.
11386
11387 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11388 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11389 (required_matrix_height): Apply nrows_scale_factor.
11390 (required_matrix_width): Apply ncols_scale_factor.
11391
11392 * xdisp.c (display_line): Increment nrows_scale_factor and set
11393 fonts_changed_p if past last allocated row.
11394 (append_glyph, append_composite_glyph, produce_image_glyph)
11395 (append_stretch_glyph): Increment ncols_scale_factor and set
11396 fonts_changed_p if current area is full.
11397
11398 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11399
11400 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
11401
11402 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11403
11404 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
11405 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
11406 (Fset_window_start, Fscroll_up, Fscroll_down)
11407 (Fother_window_for_scrolling, Fscroll_other_window)
11408 (Fsave_window_excursion, Fset_window_vscroll)
11409 (syms_of_window) <window-size-fixed>: Doc fixes.
11410
11411 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11412
11413 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
11414 ENCODE_SYSTEM for filenames.
11415
11416 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11417
11418 * mac.c (sys_select): Block input around call to
11419 ReceiveNextEvent to prevent breakage. Correctly handle
11420 blocking on event queue only by calling ReceiveNextEvent
11421 instead of select (since GUI events aren't on an fd).
11422 (sys_read): Remove function
11423 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
11424
11425 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11426
11427 * mac.c (sys_select): Redo sys_select to use alarm-based
11428 polling instead of 1 sec timeouts (like solaris).
11429
11430 * macterm.c (x_make_frame_visible): Comment in polling on
11431 frame creation.
11432
11433 * keyboard.c: Undef SIGIO on Carbon
11434
11435 * atimer.c (alarm_signal_handler): Call alarm handlers after
11436 scheduling.
11437
11438 * eval.c (Feval): Remove quit_char test
11439
11440 * process.c (wait_reading_process_input): Remove clearing
11441 stdin for select call on process input.
11442
11443 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11444
11445 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
11446 capitalization error in docstring.
11447
11448 2004-07-17 Juanma Barranquero <lektu@terra.es>
11449
11450 * keyboard.c (not_single_kboard_state): Do nothing unless
11451 MULTI_KBOARD is defined.
11452
11453 2004-07-17 Richard M. Stallman <rms@gnu.org>
11454
11455 * window.c (coordinates_in_window): Inside the window but outside
11456 its box to the L or R, return ON_VERTICAL_BORDER.
11457 (window_list_1): Rotate the list to start with WINDOW.
11458
11459 * print.c (print_preprocess): Test for print_depth at limit
11460 before entering in being_printed.
11461
11462 * keyboard.c (not_single_kboard_state): New function.
11463 (stuff_buffered_input): Now no-op only if no SIGTSTP.
11464
11465 * frame.c (Fdelete_frame): If we're in single_bboard_state on
11466 this kboard, and we delete its last frame, go to any_kboard_state.
11467
11468 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
11469
11470 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11471
11472 * w32fns.c (Fx_file_dialog): Encode strings in system coding
11473 system before passing them to OS functions for display.
11474
11475 2004-07-15 David Kastrup <dak@gnu.org>
11476
11477 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
11478 Apparently fixes an abort condition.
11479
11480 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
11483 instead of a cons.
11484
11485 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11486
11487 * keyboard.c (echo_dash): Do nothing if there already is a dash
11488 at the end of the echo string.
11489
11490 2004-07-12 Kim F. Storm <storm@cua.dk>
11491
11492 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
11493 if GC_MARK_STACK.
11494
11495 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11496
11497 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
11498
11499 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
11500 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
11501 (Freplace_buffer_in_windows, Fset_window_buffer)
11502 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
11503 (syms_of_window): Expand docstring of `display-buffer-function'.
11504
11505 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
11508 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
11509 that time values of the type (HIGH . LOW) are considered obsolete.
11510
11511 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11512
11513 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
11514 docstring.
11515
11516 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
11517
11518 2004-07-06 John Paul Wallington <jpw@gnu.org>
11519
11520 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
11521
11522 * fns.c (Fclear_string): Signal an error if STRING is not a string.
11523
11524 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11525
11526 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
11527 instead of CGMainDisplayID (only in OSX 10.2 and later).
11528
11529 2004-07-04 John Paul Wallington <jpw@gnu.org>
11530
11531 * fileio.c (read_file_name_completion_ignore_case): New variable.
11532 (syms_of_fileio): Declare and initialise it.
11533 (Fread_file_name): Bind `completion-ignore-case' to respect it.
11534
11535 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11536
11537 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
11538 for event.x and event.y.
11539
11540 2004-07-01 Kenichi Handa <handa@m17n.org>
11541
11542 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
11543 after getting a new string by pre-write-conversion.
11544
11545 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
11548 (x_calc_absolute_position): Remove unused var `child'.
11549
11550 * xfaces.c (x_supports_face_attributes_p)
11551 (Fdisplay_supports_face_attributes_p): YAILOM.
11552 (tty_supports_face_attributes_p): Remove unused var `i'.
11553
11554 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11555 back_unibyte_ok.
11556
11557 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
11558
11559 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
11560 `registry'.
11561
11562 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
11563
11564 2004-06-30 Andreas Schwab <schwab@suse.de>
11565
11566 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
11567 (Finit_image_library): Pass LIBRARIES through to
11568 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
11569 (lookup_image_type): Pass Qnil as second argument to
11570 Finit_image_library.
11571
11572 * lisp.h (Finit_image_library): Declare.
11573
11574 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11575
11576 * macterm.c (do_window_activate, do_window_deactivate): Remove.
11577 (XTread_socket): Send mouse button events to the toolbox
11578 dispatcher even when the mouse is grabbed. Don't process window
11579 activate events for non-Emacs windows. Replace function calls to
11580 do_window_activate and do_window_deactivate with their contents.
11581 Reset mouse grabbing status when a window is deactivated.
11582
11583 2004-06-29 Steven Tamm <steventamm@mac.com>
11584
11585 * macterm.c (mac_get_emulated_btn)
11586 (mac_event_to_emacs_modifiers): Fix emulated mouse button
11587 support to correctly mask out modifiers.
11588
11589 2004-06-29 David Kastrup <dak@gnu.org>
11590
11591 * search.c (Fset_match_data): Allow buffer before end of list
11592 which can happen if set-match-data is using a pre-consed list.
11593
11594 2004-06-28 Steven Tamm <steventamm@mac.com>
11595
11596 * macterm.c (XTread_socket): Correctly set the frame position
11597 after the window is moved.
11598
11599 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11600
11601 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
11602 gpix and gmask just before return to avoid memory leak.
11603 (xg_get_image_for_pixmap): Add workaround for monochrome displays
11604 so insensitive and activated icons look ok.
11605
11606 2004-06-27 Jason Rumney <jasonr@gnu.org>
11607
11608 * w32fns.c (file_dialog_callback): Disable edit control if set
11609 to directories only on CDN_INITDONE message.
11610 (Fx_file_dialog): Default to directories only when prompt starts
11611 with "Dired".
11612
11613 2004-06-25 Kim F. Storm <storm@cua.dk>
11614
11615 * alloc.c (allocate_misc): Update total_free_markers.
11616 (free_misc): New function.
11617 (safe_alloca_unwind, free_marker): Use it.
11618
11619 * lisp.h (free_misc): Add prototype.
11620
11621 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
11622
11623 2004-06-24 Richard M. Stallman <rms@gnu.org>
11624
11625 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
11626 (syms_of_emacs): Lisp variables deleted.
11627
11628 2004-06-23 David Kastrup <dak@gnu.org>
11629
11630 * search.c (Freplace_match): Adjust the match-data more thoroughly
11631 when replacing strings in the buffer.
11632 (Fmatch_data): When INTEGERS is non-nil and the last match was in
11633 a buffer, add the buffer as last element to the match data.
11634 (Fset_match_data): If an additional element of the match-data is a
11635 buffer, restore it to last_thing_searched.
11636 (save_search_regs): Save last_thing_searched as part of the match data.
11637 (restore_match_data): Restore it again.
11638
11639 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * keymap.c (Ftext_char_description): Doc fix.
11642 * doc.c (Fsnarf_documentation): Doc fix.
11643
11644 2004-06-22 Kim F. Storm <storm@cua.dk>
11645
11646 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
11647
11648 * lisp.h (struct Lisp_Save_Value): New member dogc.
11649 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
11650 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
11651 (SAFE_FREE_LISP): New macro.
11652
11653 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
11654 (make_save_value): Init new dogc member.
11655 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
11656
11657 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
11658 SAFE_FREE_LISP macros.
11659
11660 2004-06-22 Kim F. Storm <storm@cua.dk>
11661
11662 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
11663 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
11664 in that memory area are unknown to GC. Add comments.
11665
11666 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
11667
11668 2004-06-21 Kim F. Storm <storm@cua.dk>
11669
11670 * lisp.h (MAX_ALLOCA): Define here.
11671 (safe_alloca_unwind): Add prototype.
11672 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
11673
11674 * alloc.c (safe_alloca_unwind): New function.
11675
11676 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
11677
11678 * charset.c (Fstring): Use SAFE_ALLOCA.
11679
11680 * coding.c (MAX_ALLOCA): Remove define.
11681
11682 * data.c (MAX_ALLOCA): Remove define.
11683 (Faset): Use SAFE_ALLOCA.
11684
11685 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
11686
11687 * fns.c (string_make_multibyte, string_to_multibyte)
11688 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
11689 (MAX_ALLOCA): Remove define.
11690 (Fbase64_encode_region, Fbase64_encode_string)
11691 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
11692 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
11693 memory leak if encoding fails.
11694
11695 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
11696
11697 2004-06-21 Eli Zaretskii <eliz@gnu.org>
11698
11699 * print.c (Fwith_output_to_temp_buffer): Doc fix.
11700
11701 2004-06-20 Richard M. Stallman <rms@gnu.org>
11702
11703 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
11704
11705 * search.c (match_limit): Cleaner err msg when no match data available.
11706
11707 * window.c (syms_of_window): Doc fix.
11708
11709 * keyboard.c (command_loop_1): Handle values `only' and `identity'
11710 for Vtransient_mark_mode.
11711
11712 * buffer.c (syms_of_buffer): Doc fix.
11713
11714 2004-06-21 David Kastrup <dak@gnu.org>
11715
11716 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
11717 and unbinding of `case-fold-search' according to
11718 `completion-ignore-case' around calls of string-match and
11719 predicates, respectively. Should give satisfactory performance
11720 in all relevant cases.
11721
11722 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11723
11724 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
11725 clip_x/y_origin.
11726
11727 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
11728
11729 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
11730
11731 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
11732 on Mac OSX.
11733
11734 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
11735
11736 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
11737
11738 2004-06-16 Kim F. Storm <storm@cua.dk>
11739
11740 * dispextern.h (Vimage_types): Remove extern.
11741
11742 2004-06-16 Miles Bader <miles@gnu.org>
11743
11744 * image.c (lookup_image_type): Initialize image type if necessary.
11745
11746 2004-06-15 Kim F. Storm <storm@cua.dk>
11747
11748 * xdisp.c (try_cursor_movement): Exclude header line from scroll
11749 margin at top of window.
11750 (try_window_reusing_current_matrix): Calculate proper cursor position
11751 after scrolling up with non-zero scroll margin, as the old cursor
11752 position corresponds to value of PT before executing this command.
11753 (try_window_id): Consider scroll margin at bottom of window too;
11754 otherwise we fail to scroll when hl-line-mode is enabled.
11755
11756 * syntax.c (skip_chars): Only recognize [:class:] when it has the
11757 proper format and class is a lower-case word.
11758
11759 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11760
11761 * gtkutil.c (xg_get_image_for_pixmap): New function.
11762 (xg_get_gdk_pixmap_and_mask): Remove.
11763 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
11764 xg_get_gdk_pixmap_and_mask.
11765
11766 * xterm.h (struct x_display_info): Typo in comment fixed.
11767
11768 2004-06-14 Juanma Barranquero <lektu@terra.es>
11769
11770 * dispextern.h (Vimage_types): Make it conditional on
11771 HAVE_WINDOW_SYSTEM.
11772
11773 * image.c (Vimage_types): Move from xdisp.c.
11774 (Vimage_type_cache): New variable.
11775 (define_image_type): New argument indicating whether an image
11776 library was loaded; cache loaded status and return t on success,
11777 nil otherwise.
11778 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
11779 (w32_delayed_load): New function to load an image library from a
11780 list of possible filenames.
11781 (init_xpm_functions, init_png_functions, init_jpeg_functions)
11782 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
11783 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
11784 (Finit_image_library): New function, extracted from `init_image'.
11785 Try to initialize an image library on demand and cache whether we
11786 were successful or not.
11787 (syms_of_image): Initialize `Vimage_types' and
11788 `Vimage_type_cache'. Add recognized image types to Vimage_types.
11789 Export `init-image-library'.
11790 (init_image): Remove initialization of all image types, except xbm
11791 and pbm.
11792
11793 * xdisp.c (Vimage_types): Delete (moved to image.c).
11794
11795 2004-06-14 Andreas Schwab <schwab@suse.de>
11796
11797 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
11798 Avoid calling specbind when completion-regexp-list is empty.
11799
11800 2004-06-13 Richard M. Stallman <rms@gnu.org>
11801
11802 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11803 (re_wctype, re_iswctype, re_wctype_to_bit):
11804 Non-function definitions moved here from regex.c.
11805
11806 * regex.c (re_wctype, re_iswctype): Function defs longer static.
11807 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
11808 (re_wctype, re_iswctype, re_wctype_to_bit):
11809 Non-function definitions moved to regex.h.
11810
11811 * window.c (Fselect_window): Doc fix.
11812
11813 * syntax.c: Include regex.h.
11814 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
11815 If requested, make a list of classes, then check the scanned
11816 chars for membership in them.
11817 (in_classes): New function.
11818 Doc fix.
11819
11820 * keyboard.c (cmd_error): Don't call any_kboard_state
11821 if inside a recursive edit level.
11822
11823 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11824
11825 * keyboard.c (command_loop): Call any_kboard_state before
11826 command_loop_2 when at top level.
11827
11828 2004-06-13 Andreas Schwab <schwab@suse.de>
11829
11830 * print.c (print_object): Always use %ld for printing EMACS_INT.
11831
11832 * keyboard.c (cancel_hourglass_unwind): Return a value.
11833 (modify_event_symbol): Always use %ld for printing EMACS_INT.
11834 (Fexecute_extended_command): Likewise.
11835
11836 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
11837 avoid clashes.
11838 (SYNTAX): Likewise.
11839 (SYNTAX_WITH_FLAGS): Likewise.
11840 (SYNTAX_MATCH): Likewise.
11841
11842 * syntax.c (char_quoted): Avoid warning about undefined operation.
11843 (find_defun_start): Likewise.
11844 (scan_lists): Likewise.
11845 (INC_FROM): Likewise.
11846 (scan_sexps_forward): Likewise.
11847
11848 * image.c: Include <ctype.h>.
11849
11850 * xfaces.c (face_attr_equal_p): Declare parameters.
11851
11852 2004-06-13 Kenichi Handa <handa@m17n.org>
11853
11854 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
11855
11856 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
11857
11858 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
11859
11860 2004-06-12 Kenichi Handa <handa@m17n.org>
11861
11862 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
11863 ccl_prog_stack_struct and update it.
11864 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
11865 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
11866 ccl->eof_ic on EOF.
11867 (ccl_debug_hook): New function.
11868 (struct ccl_prog_stack): New member eof_ic.
11869 (ccl_driver): Handle EOF in subrountine call correctly.
11870
11871 2004-06-11 Kenichi Handa <handa@m17n.org>
11872
11873 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
11874
11875 2004-06-11 Kim F. Storm <storm@cua.dk>
11876
11877 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
11878
11879 2004-06-11 Juanma Barranquero <lektu@terra.es>
11880
11881 * keyboard.c (Fposn_at_point): Doc fix.
11882
11883 2004-06-11 David Kastrup <dak@gnu.org>
11884
11885 * search.c (match_limit): Don't flag an error if match-data
11886 exceeding the allocated search_regs.num_regs gets requested, just
11887 return Qnil.
11888
11889 2004-06-08 Miles Bader <miles@gnu.org>
11890
11891 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
11892
11893 2004-06-07 Juanma Barranquero <lektu@terra.es>
11894
11895 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
11896 (Fcurrent_time_string, Fcurrent_time_zone)
11897 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
11898
11899 2004-06-07 Miles Bader <miles@gnu.org>
11900
11901 * xfaces.c (struct named_merge_point): New type.
11902 (push_named_merge_point): New function.
11903 (merge_named_face): New function.
11904 (merge_face_ref, face_at_buffer_position, face_at_string_position):
11905 Use `merge_named_face'.
11906 (merge_face_inheritance): Function removed.
11907 (merge_face_ref): Rename from `merge_face_vector_with_property'.
11908 Add new `err_msgs' and `named_merge_points' args. Return error
11909 status. Only print error messages if ERR_MSGS is true. Don't try to
11910 do :inherit attribute validation.
11911 (merge_face_heights): Handle `unspecified' in both directions.
11912 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
11913 Call `merge_face_ref' instead of `merge_face_inheritance'.
11914 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
11915 (compute_char_face, face_at_buffer_position)
11916 (face_at_string_position): Call `merge_face_ref' instead of
11917 `merge_face_vector_with_property'.
11918
11919 2004-06-07 Kenichi Handa <handa@m17n.org>
11920
11921 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
11922 the necessary places.
11923
11924 2004-06-07 Kim F. Storm <storm@cua.dk>
11925
11926 * process.c (Fdelete_process): Undo 2004-05-28 change.
11927 Instead, call status_notify also for network process.
11928 (status_message): Use process instead of status as arg.
11929 Give messages "deleted" or "connection broken by remote peer" for
11930 an exited network process.
11931 (status_notify): Change call to status_message.
11932 (read_process_output): Increase readmax to 4096. Do not increase
11933 buffer size for datagram channels (default is now large enough).
11934
11935 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
11936
11937 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
11938 problem due to newly defined variable.
11939
11940 2004-06-06 Miles Bader <miles@gnu.org>
11941
11942 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
11943 immediately if non-interactive or not initialized.
11944
11945 2004-06-05 Richard M. Stallman <rms@gnu.org>
11946
11947 * minibuf.c (Fcompleting_read): Doc fix.
11948
11949 2004-06-05 Andreas Schwab <schwab@suse.de>
11950
11951 * macfns.c (x_create_tip_frame): Fix declaration after statement.
11952
11953 2004-06-05 Juanma Barranquero <lektu@terra.es>
11954
11955 * keymap.c (Fdescribe_vector): Fix docstring.
11956 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
11957
11958 2004-06-05 Miles Bader <miles@gnu.org>
11959
11960 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
11961 attributes have different values than the default face.
11962
11963 2004-06-04 Eli Zaretskii <eliz@gnu.org>
11964
11965 * xfaces.c (x_supports_face_attributes_p): Make this function
11966 conditional on HAVE_WINDOW_SYSTEM.
11967 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
11968 Don't call x_supports_face_attributes_p if it was not compiled in.
11969
11970 2004-06-04 Miles Bader <miles@gnu.org>
11971
11972 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
11973 from Ftty_supports_face_attributes_p.
11974 (x_supports_face_attributes_p): New function.
11975 (Ftty_supports_face_attributes_p): Function deleted.
11976 (Fdisplay_supports_face_attributes_p): New function.
11977 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
11978 (face_attr_equal_p): New function.
11979 (lface_equal_p): Use it.
11980
11981 2004-06-03 Juanma Barranquero <lektu@terra.es>
11982
11983 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
11984 (Vw32_color_map): Fix typo in docstring.
11985 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
11986 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
11987 Make argument names match their use in docstring.
11988
11989 2004-06-02 Juanma Barranquero <lektu@terra.es>
11990
11991 Work around bugs/problems with MinGW builds of graphics libraries
11992 called from MSVC builds of Emacs.
11993
11994 * image.c (lookup_image): Make pointer to img static.
11995 (png_read_from_memory): Disable "global" optimization.
11996
11997 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * eval.c (Fcondition_case): Fix usage. Simplify.
12000
12001 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
12002
12003 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12004
12005 * macfns.c: Don't include ccl.h.
12006 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
12007 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
12008 TextUtils.h.
12009 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
12010 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
12011 display height/width.
12012 (compute_tip_xy, Vx_max_tooltip_size): Declare.
12013 (unwind_create_tip_frame, compute_tip_xy): New functions.
12014 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
12015 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
12016 and last_show_tip_args.
12017
12018 * macgui.h [!MAC_OSX]: Include Gestalt.h.
12019 (Cursor, No_Cursor): New defines.
12020 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
12021 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
12022
12023 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
12024
12025 * macterm.c: Don't include Gestalt.h.
12026 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
12027 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
12028 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
12029 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
12030 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
12031 (construct_mouse_click, XTmouse_position)
12032 (x_scroll_bar_report_motion, x_calc_absolute_position)
12033 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
12034 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
12035 (note_mouse_movement): Clear the mouse face and reset the pointer
12036 shape when the pointer goes outside the frame without grabbing.
12037 (mac_front_window): New function.
12038 (mac_window_to_frame): New macro.
12039 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
12040 (do_window_activate, do_window_deactivate, do_app_resume)
12041 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
12042 (do_zoom_window, mac_do_receive_drag, XTread_socket)
12043 (mac_check_for_quit_char): Use mac_front_window and/or
12044 mac_window_to_frame.
12045 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
12046 scroll-bar click event.
12047 (mac_define_frame_cursor): Change the pointer shape.
12048 (x_free_frame_resources): Reset tip_window to NULL when it is
12049 disposed of.
12050 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
12051 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
12052 (do_window_update): Don't do anything if the updated window is the
12053 tooltip window.
12054 (do_mouse_moved): Handle mouse movement events here (previously in
12055 XTread_socket). Clear the mouse face if
12056 dpyinfo->mouse_face_hidden is set.
12057 (do_os_event, do_events): Remove (now in XTread_socket).
12058 (XTread_socket): Immediately return if interrupt_input_blocked.
12059 Loop until all the events in the queue are processed.
12060 Rearrange codes for mouse grabbing. Add tooltip support. Include the
12061 contents of do_os_event and do_events. Remove mouse movement
12062 handling (now in do_mouse_moved). Add the case where
12063 Vmouse_highlight has an integer value.
12064 (NewMacWindow): Remove.
12065 (make_mac_frame): Do what NewMacWindow previously did. Don't do
12066 excess initializations.
12067 (make_mac_terminal_frame): Previous initializations in
12068 make_mac_frame are moved here.
12069 (mac_initialize_display_info):
12070 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
12071
12072 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
12073 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
12074
12075 2004-05-29 Richard M. Stallman <rms@gnu.org>
12076
12077 * lisp.h (truncate_undo_list): Update decl.
12078
12079 * alloc.c (undo_outer_limit): New variable.
12080 (syms_of_alloc): Defvar it.
12081 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
12082
12083 * undo.c (truncate_undo_list): New arg LIMITSIZE.
12084
12085 * alloc.c (lisp_align_malloc): Check for base == 0
12086 regardless of HAVE_POSIX_MEMALIGN.
12087 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
12088
12089 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
12092 (marker_blocks_pending_free): Remove.
12093 (Fgarbage_collect): Sweep after cleaning up undo-lists.
12094 Mark the undo lists after claning them up.
12095 Don't free block in marker_blocks_pending_free.
12096 (mark_buffer): Don't mark undo_list.
12097 (gc_sweep): Sweep hash-tables and strings first.
12098 Do free marker blocks that are empty.
12099
12100 2004-05-28 Jim Blandy <jimb@redhat.com>
12101
12102 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12103 after 'case wordend'. For symbeg and symend, print to stderr,
12104 like the other cases.
12105
12106 2004-05-28 Noah Friedman <friedman@splode.com>
12107
12108 * process.c (Fdelete_process): Do not call remove_process.
12109
12110 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * alloc.c (struct backtrace): Remove.
12113 (Fgarbage_collect): Use the new mark_backtrace.
12114
12115 * eval.c (mark_backtrace): New function.
12116
12117 * minibuf.c (run_exit_minibuf_hook): New function.
12118 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12119 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12120
12121 2004-05-27 Kim F. Storm <storm@cua.dk>
12122
12123 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12124 over display properties, e.g. images, that replace buffer text.
12125
12126 2004-05-25 Kim F. Storm <storm@cua.dk>
12127
12128 * alloc.c (marker_blocks_pending_free): New var.
12129 (gc_sweep): Store free marker blocks on that list.
12130 (Fgarbage_collect): Free them after undo-list cleanup.
12131
12132 * process.c (wait_reading_process_input): Check connect_wait_mask
12133 before actually accepting connection in case it has already been
12134 accepted due to recursion.
12135
12136 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12137
12138 * coding.c (Fset_safe_terminal_coding_system_internal):
12139 Set suppress_error in safe_terminal_coding, not terminal_coding.
12140
12141 2004-05-22 Richard M. Stallman <rms@gnu.org>
12142
12143 * alloc.c (Fmake_string): Doc fix.
12144
12145 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12146 and the alist pairs too.
12147
12148 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12149
12150 * emacs.c (main): Update copyright year.
12151
12152 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12153
12154 * insdel.c (del_range_2, replace_range): Don't write an anchor
12155 if the gap is empty.
12156
12157 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12158 scroll-down-aggressively is small but positive, put point
12159 near the screen edge.
12160
12161 2004-05-22 Juanma Barranquero <lektu@terra.es>
12162
12163 * keymap.c (Fdefine_key): Doc fix.
12164
12165 2004-05-22 Kim F. Storm <storm@cua.dk>
12166
12167 * alloc.c (struct backtrace): Add debug_on_exit member.
12168 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12169 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12170 the removed cons cells.
12171 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12172 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12173 any cons cells pointing to unallocated stings.
12174 Do not lisp_free any marker blocks, as there may still be pointers
12175 to them from buffer undo lists at this stage of GC.
12176
12177 * keyboard.c (struct backtrace): Add debug_on_exit member.
12178 (Fcommand_execute): Clear it.
12179
12180 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * intervals.c (lookup_char_property): Do not prematurely return nil.
12183
12184 2004-05-19 Jim Blandy <jimb@redhat.com>
12185
12186 Add support for new '\_<' and '\_>' regexp operators, matching the
12187 beginning and end of symbols.
12188
12189 * regex.c (enum syntaxcode): Add Ssymbol.
12190 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12191 (re_opcode_t): New opcodes `symbeg' and `symend'.
12192 (print_partial_compiled_pattern): Print the new opcodes properly.
12193 (regex_compile): Parse the new operators.
12194 (analyse_first): Skip sym(beg|end) (they match only the empty string).
12195 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12196 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12197 (re_match_2_internal): Match symbeg and symend.
12198
12199 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12200
12201 2004-05-19 Kim F. Storm <storm@cua.dk>
12202
12203 * .gdbinit (xsymbol): Fix last change.
12204
12205 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * .gdbinit (xprintstr): New fun.
12208 (xstring, xprintsym): Use it.
12209
12210 * w32proc.c (create_child): Use INTMASK.
12211
12212 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12213 unmarked elements of the undo list.
12214
12215 2004-05-18 David Ponce <david@dponce.com>
12216
12217 * print.c (print): Reset print_depth before to call print_object.
12218
12219 2004-05-18 Jason Rumney <jasonr@gnu.org>
12220
12221 * w32console.c: Prefix RIF functions with w32con_ to avoid
12222 namespace clash with functions in term.c and w32term.c.
12223
12224 * w32menu.c (add_menu_item, w32_menu_display_help)
12225 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12226
12227 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
12228
12229 2004-05-18 Eli Zaretskii <eliz@gnu.org>
12230
12231 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12232
12233 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12234 with make_number.
12235 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12236 with XINT.
12237
12238 2004-05-18 Kim F. Storm <storm@cua.dk>
12239
12240 * blockinput.h (INPUT_BLOCKED_P): New macros.
12241
12242 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12243 (Ftop_level): Unblock input if blocked.
12244
12245 * buffer.h (GET_OVERLAYS_AT): New macro.
12246 * msdos.c (IT_note_mouse_highlight): Use it.
12247 * textprop.c (get_char_property_and_overlay): Use it.
12248 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12249 * xfaces.c (face_at_buffer_position): Use it.
12250
12251 * print.c (print_object): Increase buf size.
12252
12253 2004-05-17 Jason Rumney <jasonr@gnu.org>
12254
12255 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12256 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12257 Lisp_Object using i member.
12258 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12259 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12260 consistently.
12261
12262 * w32proc.c (create_child): Use make_number instead of masking pid.
12263
12264 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12265 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12266 Use EQ to compare Lisp_Objects.
12267 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12268
12269 * w32term.c (w32_num_mouse_buttons): Rename from
12270 Vw32_num_mouse_buttons and make it an int.
12271
12272 * w32.c (init_environment): Use it.
12273
12274 * w32fns.c (w32_wnd_proc): Likewise.
12275
12276 * w32proc.c (w32_pipe_read_delay): Rename from
12277 Vw32_pipe_read_delay and make it an int.
12278
12279 * w32.c (_sys_read_ahead): Use it.
12280
12281 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12282
12283 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12284
12285 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12286 (key_event): Don't mix Lisp_Object and int.
12287
12288 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12289
12290 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12291 modifiers in language change event.
12292
12293 2004-05-17 Kim F. Storm <storm@cua.dk>
12294
12295 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12296 Such objects may be freed markers which still exist on an undo list.
12297
12298 2004-05-16 Juanma Barranquero <lektu@terra.es>
12299
12300 * data.c (Fset_default): Make argument names match their use in
12301 docstring.
12302
12303 2004-05-15 Andreas Schwab <schwab@suse.de>
12304
12305 * emacs.c (gdb_array_mark_flag): Define.
12306 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12307
12308 2004-05-15 Eli Zaretskii <eliz@gnu.org>
12309
12310 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12311 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12312 defined for the MS-DOS build.
12313
12314 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12317
12318 2004-05-14 Kenichi Handa <handa@m17n.org>
12319
12320 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12321
12322 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12323
12324 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12325 section to frame.c section.
12326 (Fxw_display_color_p, Fx_file_dialog): Declare if
12327 HAVE_WINDOW_SYSTEM defined.
12328
12329 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12330
12331 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
12332
12333 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12334 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12335 (XTread_socket): Fix int/Lisp_Object mixup.
12336 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
12337
12338 * macterm.h (struct frame, struct face, struct image)
12339 (display_x_get_resource, Fx_display_color_p)
12340 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12341 Add prototypes.
12342
12343 2004-05-14 Kim F. Storm <storm@cua.dk>
12344
12345 * process.c (wait_reading_process_input): Make reentrant.
12346 Make Available and Connecting non-static. Save and restore value
12347 of waiting_for_user_input_p.
12348
12349 2004-05-13 Kim F. Storm <storm@cua.dk>
12350
12351 * keyboard.c (mark_kboards): Don't mark x and y members
12352 that are overloaded in selection request events.
12353
12354 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12357
12358 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12359
12360 * window.c (Fdisplay_buffer, Fsplit_window)
12361 (split-height-threshold): Doc fix.
12362
12363 2004-05-13 Juanma Barranquero <lektu@terra.es>
12364
12365 * xfaces.c (Ftty_supports_face_attributes_p)
12366 (Finternal_copy_lisp_face): Fix typo in docstring.
12367 (Finternal_get_lisp_face_attribute): Fix docstring.
12368
12369 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12370
12371 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12372
12373 2004-05-11 Steven Tamm <steventamm@mac.com>
12374
12375 * macfns.c (Fx_create_frame): Default to using tool-bar by
12376 setting tool-bar-lines to 1 in default-frame-alist.
12377
12378 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12379
12380 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12381 (xpm_get_color_table_v, xpm_make_color_table_h)
12382 (xpm_put_color_table_h, xpm_get_color_table_h)
12383 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12384 (syms_of_image): Support XPM on Carbon Emacs. Does not
12385 depend on libXpm, but only supports XPM version 3 without extensions.
12386
12387 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12388
12389 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
12390 instead of FRAME_X_P
12391
12392 2004-05-11 Kim F. Storm <storm@cua.dk>
12393
12394 * process.c (read_process_output): Grow decoding_buf when needed;
12395 this could cause a crash in allocate_string and compact_small_strings.
12396
12397 2004-04-29 Jim Blandy <jimb@redhat.com>
12398
12399 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
12400 against proper opcode.
12401
12402 2004-05-10 Juanma Barranquero <lektu@terra.es>
12403
12404 * process.c (Fstart_process): Fix docstring.
12405
12406 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
12407 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
12408 (Fsplit_char, Fchar_charset): Make argument names match their use
12409 in docstring.
12410
12411 2004-05-10 Richard M. Stallman <rms@gnu.org>
12412
12413 * print.c (print_preprocess): Use being_printed, loop_count and
12414 halftail to detect overdeep nesting and cyclic cdr chains.
12415
12416 2004-05-10 Andreas Schwab <schwab@suse.de>
12417
12418 * lisp.h (Fmake_symbolic_link): Declare.
12419
12420 * fileio.c (Frename_file): Remove extra argument in call to
12421 Fmake_symbolic_link.
12422
12423 2004-05-10 Kim F. Storm <storm@cua.dk>
12424
12425 * xdisp.c (calc_line_height_property): Use string position when
12426 object is a string.
12427
12428 2004-05-10 Kenichi Handa <handa@m17n.org>
12429
12430 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
12431 inhibit-modification-hooks to t temporarily before calling
12432 Ferase_buffer.
12433
12434 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
12435 inhibit-modification-hooks to t temporarily before calling
12436 Ferase_buffer.
12437
12438 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
12439 inhibit-modification-hooks to t temporarily before calling
12440 Ferase_buffer.
12441
12442 * fns.c (count_combining): Delete it.
12443 (concat): Don't check combining bytes.
12444
12445 2004-05-09 Jason Rumney <jasonr@gnu.org>
12446
12447 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
12448 (globals_of_w32fns): Set it.
12449
12450 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
12451
12452 * data.c (Fquo): Simplify.
12453
12454 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
12455
12456 * data.c (Fquo): If any argument is float, do the computation in
12457 floating point.
12458
12459 2004-05-08 Juanma Barranquero <lektu@terra.es>
12460
12461 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
12462 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
12463 Fix spelling of Emacs on docstring.
12464 (Fset_process_coding_system, Fprocess_coding_system)
12465 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
12466 Make argument names match their use in docstring.
12467 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
12468 Fix docstring.
12469
12470 * editfns.c (Finsert_buffer_substring): Make argument names match their
12471 use in docstring.
12472
12473 * syntax.c (Fmodify_syntax_entry): Fix docstring.
12474
12475 2004-05-07 Steven Tamm <steventamm@mac.com>
12476
12477 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
12478 around call to ReceiveEvent to avoid certain crashes.
12479
12480 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12481
12482 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
12483 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
12484 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
12485 Save/restore the current graphics port and device handle when
12486 drawing into an offscreen graphics world.
12487
12488 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
12489 (gif_load): Likewise.
12490
12491 2004-05-07 Juanma Barranquero <lektu@terra.es>
12492
12493 * window.c (Fset_window_buffer): Fix docstring.
12494
12495 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12496
12497 * emacs.c (main) [VMS]: Fix var ref.
12498
12499 2004-05-06 Romain Francoise <romain@orebokech.com>
12500
12501 * data.c (Fsetq_default): Fix docstring.
12502
12503 2004-05-06 Jason Rumney <jasonr@gnu.org>
12504
12505 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
12506 to avoid name clash.
12507
12508 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12509
12510 * fileio.c (barf_or_query_if_file_exists): Use lstat.
12511 (Frename_file): Handle renaming of symlinks across file systems.
12512 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
12513
12514 2004-05-04 Kim F. Storm <storm@cua.dk>
12515
12516 * xdisp.c (Qtotal): New var.
12517 (syms_of_xdisp): Intern and staticpro it.
12518 (calc_line_height_property): New arg total. Set it if
12519 line-spacing property has format (total . VALUE).
12520 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
12521 Handle total line-spacing property.
12522
12523 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12524
12525 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
12526 "under" scroll bar when size/position changes.
12527
12528 2004-05-03 Jason Rumney <jasonr@gnu.org>
12529
12530 * makefile.nt: Remove.
12531
12532 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12533
12534 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
12535 Avoid compiler warnings.
12536
12537 * Makefile.in (region-cache.o): Depend on config.h.
12538
12539 2004-05-02 Romain Francoise <romain@orebokech.com>
12540
12541 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
12542 with continuation lines, too.
12543
12544 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12545
12546 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
12547
12548 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * xdisp.c (calc_line_height_property): YAILOM (yet another
12551 int/Lisp_Object mixup).
12552
12553 2004-05-01 Eli Zaretskii <eliz@gnu.org>
12554
12555 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
12556 undo bad effect of pack(4) in some versions of system headers.
12557
12558 2004-05-01 Jason Rumney <jasonr@gnu.org>
12559
12560 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
12561
12562 2004-04-30 Kim F. Storm <storm@cua.dk>
12563
12564 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
12565 (syms_of_buffer) <cursor-type>: Doc fix.
12566
12567 * dispextern.h (struct it): Remove member use_default_face.
12568 Add members override_ascent, override_descent, override_boff.
12569
12570 * xdisp.c (init_iterator): Handle line-spacing float value.
12571 Initialize override_ascent member.
12572 (append_space_for_newline): Reset override_ascent.
12573 Remove use_default_face.
12574 (calc_line_height_property): New function to calculate value of
12575 line-height and line-spacing properties. Look at overlays, too.
12576 Set override_ascent, override_descent, override_boff members when
12577 using another face than the current face. Float values are now
12578 relative to the frame default font, by default; accept a cons
12579 of ratio and face name to specify value relative to a specific face.
12580 (x_produce_glyphs): Use calc_line_height_property.
12581 Use override_ascent etc. when set to handle different face heights.
12582 A negative line-spacing property value is interpreted as a total
12583 line height, rather than inter-line spacing.
12584 (note_mouse_highlight): Allocate room for 40 overlays initially.
12585
12586 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * data.c (Fsubr_name): New fun.
12589 (syms_of_data): Defsubr it.
12590
12591 2004-04-29 Kim F. Storm <storm@cua.dk>
12592
12593 * xdisp.c (null_glyph_slice): New var.
12594 (append_glyph, append_composite_glyph, append_stretch_glyph):
12595 Use it to initialize glyph slice.
12596
12597 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
12600 (on_hot_spot_p): Make sure we always return a value.
12601 (Flookup_image_map): Remove unused var ix and iy.
12602 (note_mode_line_or_margin_highlight): Remove unused var `image'.
12603
12604 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12605
12606 * msdos.c (init_environment): If one of the TMP... environment
12607 variables is set to a drive letter without a trailing slash,
12608 append a slash.
12609
12610 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12611
12612 * editfns.c (lisp_time_argument): Provide externally.
12613
12614 * fileio.c (Fset_file_times): New function.
12615 (syms_of_fileio): Intern and staticpro it.
12616
12617 2004-04-27 Kim F. Storm <storm@cua.dk>
12618
12619 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
12620 header line strings.
12621
12622 * dispextern.h (struct it): New member use_default_face.
12623
12624 * xdisp.c (Qline_height): New variable.
12625 (syms_of_xdisp): Intern and staticpro it.
12626 (append_space_for_newline): Partially undo 2004-04-25 change;
12627 add default_face_p arg, and restore callers.
12628 Clear it->use_default_face after use.
12629 (x_produce_glyphs): Set default font for ascii char if
12630 it->use_default_font is set. Change line-spacing property to set
12631 just extra line spacing. Handle new line-height property.
12632
12633 2004-04-26 Andreas Schwab <schwab@suse.de>
12634
12635 * print.c (print_object): Print non-ascii characters in bool
12636 vector representation as octal escapes.
12637
12638 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
12639 * print.c (print_object): Use it instead of BITS_PER_CHAR for
12640 bool vectors.
12641 * lread.c (read1): Likewise.
12642 * alloc.c (Fmake_bool_vector): Likewise.
12643 * data.c (Faref, Faset): Likewise.
12644 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
12645 (mapcar1): Likewise.
12646
12647 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12648
12649 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
12650
12651 2004-04-26 Miles Bader <miles@gnu.org>
12652
12653 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
12654
12655 2004-04-26 Juanma Barranquero <lektu@terra.es>
12656
12657 * buffer.c (Fpop_to_buffer): Fix docstring.
12658
12659 2004-04-26 Steven Tamm <steventamm@mac.com>
12660
12661 * lread.c (init_lread): Don't display missing lisp directory
12662 warnings with Carbon Emacs because self-contained bundled Emacs
12663 may be built without correct installation path.
12664
12665 2004-04-25 Kim F. Storm <storm@cua.dk>
12666
12667 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12668
12669 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
12670
12671 * xdisp.c (append_space_for_newline): Rename from append_space.
12672 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
12673 (x_produce_glyphs): Handle line-spacing property on newline char.
12674 If value is t, adjust ascent and descent to fit current row height.
12675 If value is an integer or float, set extra_line_spacing to integer
12676 value, or to float value x current line height.
12677
12678 2004-04-23 Kenichi Handa <handa@m17n.org>
12679
12680 * fontset.c (Finternal_char_font): If POSITION is nil, return
12681 font for displaying CH with the default face.
12682
12683 2004-04-23 Juanma Barranquero <lektu@terra.es>
12684
12685 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12686
12687 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
12690 Don't make assumptions about the relative place of i and val.
12691 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
12692
12693 2004-04-21 Kim F. Storm <storm@cua.dk>
12694
12695 * dispextern.h (struct glyph_slice): New struct.
12696 (struct glyph): New member slice.
12697 (GLYPH_SLICE_EQUAL_P): New macro.
12698 (GLYPH_EQUAL_P): Use it.
12699 (struct glyph_string): New member slice.
12700 (struct it_slice): New struct.
12701 (struct it): New member slice, add member to stack too.
12702 New member constrain_row_ascent_descent_p.
12703 (image_ascent): Add prototype.
12704
12705 * dispnew.c (buffer_posn_from_coords): Return full image width
12706 and height even for image slices (posn is relative to full image).
12707 (marginal_area_string): Adjust x0,y0 for image slice.
12708
12709 * image.c (image_ascent): Add slice arg; calculate ascent for
12710 image slice (or full image).
12711
12712 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
12713 (syms_of_keyboard): Defsubr them.
12714
12715 * lisp.h (pos_visible_p): Fix prototype.
12716
12717 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12718 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12719 (x_draw_image_foreground, x_draw_image_relief)
12720 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12721 Draw sliced images.
12722
12723 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
12724 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12725 (x_draw_image_foreground, x_draw_image_relief)
12726 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
12727 Draw sliced images.
12728
12729 * w32term.h (image_ascent): Remove prototype.
12730
12731 * window.c (Fpos_visible_in_window_p): Return pixel position if
12732 PARTIALLY arg is non-nil. Simplify. Doc fix.
12733 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
12734 to return/set vscroll in pixels.
12735
12736 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
12737
12738 * xdisp.c (Qslice): New variable.
12739 (syms_of_xdisp): Intern and staticpro it.
12740 (pos_visible_p): Return pixel position in new x and y args.
12741 (init_iterator): Reset it->slice info.
12742 (handle_display_prop): Parse (slice ...) property.
12743 (push_it, pop_it): Save/restore slice info.
12744 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
12745 force repositioning of tall row if window is vscrolled, as that
12746 would reset vscroll.
12747 (append_space): Set it->constrain_row_ascent_descent_p to avoid
12748 increasing row height if row is non-empty.
12749 (fill_image_glyph_string): Copy slice info.
12750 (take_vertical_position_into_account): Simplify.
12751 (produce_image_glyph): Handle iterator slice info, setup glyph
12752 slice info. Do not force minimum line height.
12753 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
12754 do not increase height (ascent/descent) of non-empty row when
12755 adding normal character glyph; instead reduce glyph ascent/descent
12756 appropriately; if row is higher than current glyph, adjust glyph
12757 descent/ascent to reposition glyph within the existing row.
12758 Likewise, when char is newline, only set ascent/descent if row is
12759 currently empty.
12760 (note_mouse_highlight): Handle hotspots with sliced image.
12761
12762 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
12763 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
12764 (x_draw_image_foreground, x_draw_image_relief)
12765 (x_draw_image_foreground_1, x_draw_image_glyph_string):
12766 Draw sliced images.
12767
12768 * xterm.h (image_ascent): Remove prototype.
12769
12770 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
12773
12774 2004-04-20 John Paul Wallington <jpw@gnu.org>
12775
12776 * fns.c (Fassoc, Feql): Fix indentation.
12777
12778 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
12779
12780 2004-04-19 John Paul Wallington <jpw@gnu.org>
12781
12782 * fns.c (Feql): New function.
12783 (syms_of_fns): Defsubr it.
12784
12785 2004-04-18 Jason Rumney <jasonr@gnu.org>
12786
12787 * w32select.c (Fw32_set_clipboard_data): Get sequence number
12788 after closing the clipboard.
12789
12790 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12791
12792 * buffer.c (Fbuffer_base_buffer): Doc fix.
12793
12794 2004-04-17 Kim F. Storm <storm@cua.dk>
12795
12796 * keymap.c (Fkey_description): Add optional PREFIX arg.
12797 Combine prefix with KEYS to make up the full key sequence to describe.
12798 Correlate meta_prefix_char and following (simple) key to describe
12799 as meta modifier. All callers changed.
12800 (describe_map): Rename arg `keys' to `prefix'. Remove local
12801 `elt_prefix' var. Use Fkey_description with prefix instead of
12802 elt_prefix combined with Fsingle_key_description.
12803 (describe_vector): Declare static. Replace arg `elt_prefix' with
12804 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
12805 if !KEYMAP_P. Use Fkey_description with prefix instead of
12806 Fsingle_key_description.
12807
12808 * keymap.h (Fkey_description): Fix prototype.
12809 (describe_vector): Remove prototype.
12810
12811 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
12812
12813 * image.c (PNG_BG_COLOR_SHIFT): Remove.
12814 (png_load): Fix calculation of transparent background color on X
12815 and W32 platforms.
12816
12817 2004-04-16 Juanma Barranquero <lektu@terra.es>
12818
12819 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
12820 not too large before computing how much to scroll.
12821
12822 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
12825
12826 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12827
12828 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
12829 Add hyperlink to Elisp manual to the docstring.
12830
12831 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * callint.c (fix_command): Use XDCR.
12834
12835 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12836
12837 * window.c (Fget_lru_window): Doc fix.
12838
12839 2004-04-14 Kim F. Storm <storm@cua.dk>
12840
12841 * editfns.c (Fformat): Fix allocation size of precision array.
12842
12843 * dispnew.c (update_window): Only set changed_p if
12844 scrolling_window actually did scroll.
12845 (scrolling_window): Only return 1 if we actually did scroll.
12846
12847 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
12848 height to glyph height when cursor row is not fully visible.
12849 (make_cursor_line_fully_visible): Add FORCE_P arg to return
12850 failure in case row is higher than window. Callers changed.
12851 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
12852 Try to scroll partially visible, higher-than-window cursor row.
12853 (redisplay_window): Always try to scroll partially visible,
12854 higher-than-window cursor row - both initially and again with
12855 centering_position = 0.
12856 Clear desired matrix before retrying with centering_position = 0.
12857
12858 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * syntax.c (scan_lists): Simplify backward string scan.
12861 Fix off-by-one boundary check for string and comment fences.
12862
12863 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
12864
12865 * sheap.c, unexcw.c: New files.
12866
12867 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
12868
12869 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
12870 base buffer has been killed. Correct the error message if the
12871 base buffer does not exist.
12872
12873 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
12874
12875 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
12876 Cygwin itself. Add support for Xaw3d scrollbars.
12877
12878 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
12879
12880 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
12881
12882 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
12883 before Cygwin unexec.
12884
12885 * Makefile.in: Link changes for Cygwin unexec() support.
12886
12887 2004-04-12 Andreas Schwab <schwab@suse.de>
12888
12889 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
12890
12891 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
12892
12893 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
12894 IGNORE argument equals NAME. Doc fix.
12895
12896 2004-04-11 Masatake YAMATO <jet@gyve.org>
12897
12898 * buffer.c (fix_start_end_in_overlays): Make overlays
12899 empty if they are backwards.
12900
12901 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * xfaces.c (face_color_supported_p): Fix compilation without X11.
12904
12905 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * doc.c (Fsnarf_documentation): Ignore new file name entries.
12908
12909 2004-04-06 Kim F. Storm <storm@cua.dk>
12910
12911 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12912 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
12913
12914 * w32term.c (w32_read_socket): Set mouse_face_hidden after
12915 clearing highlight.
12916
12917 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
12918
12919 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
12920 clearing highlight.
12921
12922 * indent.c (vmotion): Do not reserve one column for continuation
12923 marks on window frames.
12924
12925 2004-04-04 Eli Zaretskii <eliz@gnu.org>
12926
12927 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
12928 from GCC.
12929
12930 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * .gdbinit-union: Remove.
12933
12934 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
12935 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
12936 ($nonvalbits): Remove.
12937 ($valmask): Set it by calling xreload to avoid redundancy.
12938
12939 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
12940 (gdb_emacs_intbits): Remove.
12941
12942 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12943
12944 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
12945
12946 2004-03-30 Kenichi Handa <handa@m17n.org>
12947
12948 * editfns.c (Fformat): Fix initialization of the array info.
12949
12950 2004-03-30 Kim F. Storm <storm@cua.dk>
12951
12952 * xterm.c (x_mouse_click_focus_ignore_position): New var.
12953 (syms_of_xterm): DEFVAR_BOOL it.
12954 (ignore_next_mouse_click_timeout): New var.
12955 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
12956 Use it to filter mouse clicks following focus event.
12957
12958 2004-03-29 David Ponce <david@dponce.com>
12959
12960 * callint.c (Fcall_interactively): Fix last change.
12961
12962 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * eval.c (Fcommandp): Simplify.
12965
12966 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
12967 Extend to handle all kinds of functions.
12968
12969 * lisp.h (Finteractive_form): Declare.
12970
12971 * callint.c (Fcall_interactively): Use it.
12972
12973 2004-03-26 Kim F. Storm <storm@cua.dk>
12974
12975 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
12976 to catch errors in calc_pixel_width_or_height during redisplay.
12977
12978 2004-03-26 Masatake YAMATO <jet@gyve.org>
12979
12980 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
12981
12982 * lisp.h (fix_start_end_in_overlays): Likewise.
12983
12984 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
12985
12986 * editfns.c (Ftranspose_regions): Likewise.
12987
12988 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12989
12990 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
12991
12992 2004-03-19 Richard M. Stallman <rms@gnu.org>
12993
12994 * s/sol2-6.h: Delete previous change.
12995
12996 2004-03-19 Kim F. Storm <storm@cua.dk>
12997
12998 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
12999 to_charpos corresponds to newline in right fringe. Use local
13000 BUFFER_POS_REACHED_P macro.
13001
13002 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13003
13004 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
13005 to compile on non-window system.
13006
13007 2004-03-19 Kim F. Storm <storm@cua.dk>
13008
13009 * dispextern.h (calc_pixel_width_or_height): Add prototype.
13010
13011 * image.c (Qcenter): Move to xdisp.c.
13012
13013 * xdisp.c (Qcenter): Declare here.
13014 (syms_of_xdisp): Intern and staticpro it.
13015 (handle_single_display_prop): Allow space display property on all
13016 platforms.
13017 (display_mode_line): Set mode_line_p before displaying line.
13018 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13019 handling. Remove complex cases for fringes and scroll-bars.
13020 Add left, right, and center alignment positions. Add text (area)
13021 width/height. Return width or height for image specs.
13022 (produce_stretch_glyph): Improve handling of :align-to. Is now
13023 relative to left of text area by default, but other base offsets
13024 can be specified -- also for text lines.
13025
13026 * term.c (produce_glyphs): Handle IT_STRETCH.
13027 (produce_stretch_glyph): New function to handle space width and
13028 align-to display properties on non-window systems.
13029
13030 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * fileio.c (Fread_file_name): Set completion-ignore-case for
13033 case-insensitive systems.
13034
13035 2004-03-14 Masatake YAMATO <jet@gyve.org>
13036
13037 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
13038 when keymap and cursor are setup.
13039
13040 2004-03-14 Steven Tamm <steventamm@mac.com>
13041
13042 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
13043
13044 2004-03-14 Kim F. Storm <storm@cua.dk>
13045
13046 * dispextern.h (x_find_image_file): Add prototype.
13047
13048 * image.c (x_find_image_file): Make extern.
13049
13050 * xfns.c (x_find_image_file): Remove prototype.
13051
13052 2004-03-13 Eli Zaretskii <eliz@gnu.org>
13053
13054 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
13055
13056 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
13057
13058 2004-03-12 Richard M. Stallman <rms@gnu.org>
13059
13060 * fns.c (internal_equal): New arg PROPS controls comparing
13061 text properties. All callers changed.
13062 (Fequal_including_properties): New function.
13063 (syms_of_fns): defsubr it.
13064
13065 2004-03-12 Kim F. Storm <storm@cua.dk>
13066
13067 Fix image support on MAC. From YAMAMOTO Mitsuharu.
13068
13069 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
13070 (image_background, image_background_transparent): Fix prototypes.
13071
13072 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
13073
13074 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
13075 (x_query_font, x_find_ccl_program, x_set_window_size)
13076 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13077 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13078 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
13079
13080 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
13081 (x_query_font, x_find_ccl_program, x_set_window_size)
13082 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13083 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13084 (mac_draw_line_to_pixmap): Add prototypes.
13085
13086 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13087
13088 * macterm.c (XTread_socket): Fix mouse click on tool bar.
13089
13090 2004-03-11 Kim F. Storm <storm@cua.dk>
13091
13092 * dispextern.h: Move image related prototypes from xfns.c section
13093 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
13094 HAVE_X_WINDOWS.
13095
13096 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
13097 Move gtkutil.o to new GTK_OBJ list.
13098 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13099 (GTK_OBJ) [USE_GTK]: New declaration.
13100 (obj): Add $(GTK_OBJ) to list.
13101
13102 2004-03-11 Steven Tamm <steventamm@mac.com>
13103
13104 * image.c [MAC_OSX]: Include sys/stat.h.
13105
13106 * macfns.c (syms_of_macfns): Remove definitions of things now
13107 defined in image.c.
13108
13109 2004-03-11 Kim F. Storm <storm@cua.dk>
13110
13111 The following changes consolidates the identical/similar image
13112 support code previously found in xfns.c, w32fns.c, and macfns.c
13113 into a new file image.c.
13114
13115 * makefile.w32-in (OBJ1): Add image.o.
13116 ($(BLD)/image.$(O)): Add dependencies.
13117
13118 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13119 (image.o): Add dependencies.
13120
13121 * image.c: New file with consolidated image support code.
13122 (COLOR_TABLE_SUPPORT): New define to control whether
13123 color table support is available (X only).
13124 (Bitmap_Record): Common name for x_bitmap_record,
13125 w32_bitmap_record, and mac_bitmap_record.
13126 (XImagePtr): Common name for pointer to XImage or equivalent.
13127 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13128 to XImagePtr on X+MAC, and to HDC on W32.
13129 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13130 (NO_PIXMAP): Common name for "None" or equivalent.
13131 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13132 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13133 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
13134 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13135 Define with suitable equivalents on W32 and MAC for code sharing.
13136 (XDrawLine): Define on MAC for code sharing.
13137 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13138 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13139 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13140 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13141 (x_reference_bitmap, x_create_bitmap_from_data)
13142 (x_create_bitmap_from_file, x_destroy_bitmap)
13143 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13144 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13145 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13146 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13147 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13148 (define_image_type, lookup_image_type, valid_image_p)
13149 (image_error, enum image_value_type, struct image_keyword)
13150 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13151 (make_image, free_image, prepare_image_for_display, image_ascent)
13152 (four_corners_best, image_background, image_background_transparent)
13153 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13154 (make_image_cache, free_image_cache, clear_image_cache)
13155 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13156 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13157 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13158 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13159 (init_image_func_pointer, image_load_quartz2d)
13160 (struct ct_color, init_color_table, free_color_table)
13161 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13162 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13163 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13164 (x_disable_image, x_build_heuristic_mask)
13165 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13166 (TIFF support, GIF support, Ghostscript support): Consolidate image
13167 code from xfns.c, w32fns.c, and macfns.c.
13168 (syms_of_image): Consolidate image related symbol setup here.
13169 (init_image): Consolidate image related initializations here.
13170
13171 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13172 and init_image. Remove call to init_xfns.
13173
13174 * macterm.h (struct mac_bitmap_record): Add file member.
13175 Not currently used, but simplifies code sharing.
13176
13177 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13178 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13179 (x_reference_bitmap, x_create_bitmap_from_data)
13180 (x_create_bitmap_from_file, x_destroy_bitmap)
13181 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13182 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13183 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13184 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13185 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13186 (define_image_type, lookup_image_type, valid_image_p)
13187 (image_error, enum image_value_type, struct image_keyword)
13188 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13189 (make_image, free_image, prepare_image_for_display, image_ascent)
13190 (four_corners_best, image_background, image_background_transparent)
13191 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13192 (make_image_cache, free_image_cache, clear_image_cache)
13193 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13194 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13195 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13196 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13197 (init_image_func_pointer, image_load_quartz2d)
13198 (struct ct_color, init_color_table, free_color_table)
13199 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13200 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13201 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13202 (x_disable_image, x_build_heuristic_mask)
13203 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13204 (TIFF support, GIF support, Ghostscript support): Merge with image
13205 code from xfns.c and macfns.c into image.c.
13206 (syms_of_xfns): Move image related symbols to image.c.
13207 (init_external_image_libraries, init_xfns): Remove; initialization
13208 moved to init_image in image.c.
13209
13210 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13211 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13212 (x_reference_bitmap, x_create_bitmap_from_data)
13213 (x_create_bitmap_from_file, x_destroy_bitmap)
13214 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13215 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13216 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13217 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13218 (define_image_type, lookup_image_type, valid_image_p)
13219 (image_error, enum image_value_type, struct image_keyword)
13220 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13221 (make_image, free_image, prepare_image_for_display, image_ascent)
13222 (four_corners_best, image_background, image_background_transparent)
13223 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13224 (make_image_cache, free_image_cache, clear_image_cache)
13225 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13226 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13227 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13228 (struct ct_color, init_color_table, free_color_table)
13229 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13230 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13231 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13232 (x_disable_image, x_build_heuristic_mask)
13233 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13234 (TIFF support, GIF support, Ghostscript support): Merge with image
13235 code from xfns.c and macfns.c into image.c.
13236 (syms_of_xfns): Move image related symbols to image.c.
13237 (init_external_image_libraries, init_xfns): Remove; initialization
13238 moved to init_image in image.c.
13239
13240 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13241 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13242 (x_reference_bitmap, x_create_bitmap_from_data)
13243 (x_create_bitmap_from_file, x_destroy_bitmap)
13244 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13245 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13246 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13247 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13248 (define_image_type, lookup_image_type, valid_image_p)
13249 (image_error, enum image_value_type, struct image_keyword)
13250 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13251 (make_image, free_image, prepare_image_for_display, image_ascent)
13252 (four_corners_best, image_background, image_background_transparent)
13253 (x_clear_image_1, x_clear_image, x_alloc_image_color)
13254 (make_image_cache, free_image_cache, clear_image_cache)
13255 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13256 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13257 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13258 (struct ct_color, init_color_table, free_color_table)
13259 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13260 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13261 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13262 (x_disable_image, x_build_heuristic_mask)
13263 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13264 (TIFF support, GIF support, Ghostscript support): Merge with
13265 w32fns.c and macfns.c image code into image.c.
13266 (syms_of_xfns): Move image related symbols to image.c.
13267 (init_xfns): Remove; initialization moved to init_image in image.c.
13268
13269 * lisp.h (syms_of_image, init_image): Add protoypes.
13270 (init_xfns): Remove prototype.
13271
13272 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13273 (x_reference_bitmap, x_create_bitmap_from_data)
13274 (x_create_bitmap_from_file, x_destroy_bitmap)
13275 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13276 (gamma_correct) [MAC_OS]: Add prototype.
13277
13278 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13279 (x_reference_bitmap, x_create_bitmap_from_data)
13280 (x_create_bitmap_from_file, x_destroy_bitmap)
13281 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13282
13283 2004-03-09 Kenichi Handa <handa@etlken2>
13284
13285 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13286 correctly.
13287
13288 2004-03-04 Richard M. Stallman <rms@gnu.org>
13289
13290 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13291
13292 * window.c (Fdisplay_buffer): Doc fix.
13293
13294 * buffer.c (Fpop_to_buffer): Doc fix.
13295
13296 2004-03-03 Kim F. Storm <storm@cua.dk>
13297
13298 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13299
13300 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13301
13302 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13303
13304 2004-03-02 Richard M. Stallman <rms@gnu.org>
13305
13306 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13307
13308 2004-03-02 Kenichi Handa <handa@m17n.org>
13309
13310 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13311
13312 2004-03-02 Kim F. Storm <storm@cua.dk>
13313
13314 * window.h (struct window): New member overlay_arrow_bitmap.
13315
13316 * window.c (make_window): Initialize overlay_arrow_bitmap.
13317
13318 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13319 implement and integrate multiple overlay arrows with redisplay.
13320 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13321 (last_arrow_position, last_arrow_string): Replace by properties.
13322 (Qlast_arrow_position, Qlast_arrow_string)
13323 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13324 (syms_of_xdisp): Intern and staticpro them.
13325 (overlay_arrow_string_or_property, update_overlay_arrows)
13326 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13327 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13328 (redisplay_internal): Use them instead of directly accessing
13329 Voverlay_arrow_position etc. for multiple overlay arrows.
13330 (mark_window_display_accurate): Use update_overlay_arrows.
13331 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13332 (try_window_id): Use overlay_arrows_changed_p.
13333 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13334 (display_line): Use overlay_arrow_at_row to check multiple
13335 overlay arrows, and get relevant overlay-arrow-string and
13336 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
13337 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13338 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13339
13340 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13341 (update_window_fringes): Remove unused code.
13342
13343 2004-03-01 Jason Rumney <jasonr@gnu.org>
13344
13345 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13346
13347 2004-03-01 Juanma Barranquero <lektu@terra.es>
13348
13349 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13350
13351 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13352
13353 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13354
13355 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13356 how many colors can be displayed.
13357
13358 2004-03-01 Kenichi Handa <handa@m17n.org>
13359
13360 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13361 correctly.
13362
13363 2004-02-28 Kim F. Storm <storm@cua.dk>
13364
13365 * dispnew.c (update_window): Update header line also if there are
13366 no other changes in window (move code after set_cursor label).
13367
13368 * lisp.h (mark_window_display_accurate): Remove prototype.
13369
13370 * window.c (window_loop, Fforce_window_update): Force mode line
13371 updates by setting prevent_redisplay_optimizations_p and
13372 update_mode_lines.
13373
13374 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13375
13376 * xfns.c (x_window): Fix indentation.
13377
13378 * xterm.c (x_calc_absolute_position): Call x_real_positions
13379 to get WM window sizes and use those to calculate position.
13380 (x_set_offset): Remove code commented out.
13381
13382 2004-02-28 Miles Bader <miles@gnu.org>
13383
13384 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13385
13386 2004-02-28 Kim F. Storm <storm@cua.dk>
13387
13388 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13389 an event into kbd fifo, but with special handling of quit event;
13390 a quit event is saved for later, and further events are discarded
13391 until the saved quit event has been processed.
13392 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
13393 (gen_help_event): Store help event in kbd fifo.
13394 (NREAD_INPUT_EVENTS): Remove.
13395 (read_avail_input): Adapt to new read_socket_hook interface.
13396 Remove allocation and initialization of local input_event buffer,
13397 as read_socket_hook stores events directly in fifo. Allocate and
13398 initialize local hold_quit event to handle postponed quit event
13399 (and store it if set by kbd_buffer_store_event_hold).
13400
13401 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
13402 (gen_help_event): Fix prototype.
13403
13404 * macterm.c (XTread_socket): Remove bufp_r and
13405 numcharsp args. Add hold_quit arg.
13406 Rework to use just one, local, inev input_event. Store inev
13407 directly in fifo using kbd_buffer_store_event_hold.
13408
13409 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
13410 (read_input_waiting): Adapt to new read_socket_hook interface.
13411 Remove allocation and initialization of local input_event buffer,
13412 as read_socket_hook stores events directly in fifo. Allocate and
13413 initialize local hold_quit event to handle postponed quit event
13414 (and store it if set by kbd_buffer_store_event_hold).
13415
13416 * term.c (read_socket_hook): Fix arg list.
13417
13418 * termhooks.h (read_socket_hook): Fix prototype.
13419
13420 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
13421 numcharsp args. Add hold_quit arg.
13422 Rework to use just one, local, inev input_event. Store inev
13423 directly in fifo using kbd_buffer_store_event_hold.
13424
13425 * w32inevt.h (w32_console_mouse_position): Fix prototype.
13426
13427 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
13428 Add hold_quit arg. Rework to use just one, local, inev
13429 input_event. Store inev directly in fifo using
13430 kbd_buffer_store_event_hold. Update count in one place.
13431 Postpone call to gen_help_event until inev is stored; use new
13432 local do_help for this.
13433 Remove local emacs_event in handing of ButtonPress event; just use
13434 inev instead (so no reason to copy it later).
13435
13436 * xsmfns.c (x_session_check_input): Remove numchars arg.
13437
13438 * xterm.c (x_focus_changed, x_detect_focus_change):
13439 Remove numchars arg. Always store event into bufp arg.
13440 Return nothing. Callers changed accordingly.
13441 (glyph_rect): Simplify.
13442 (STORE_KEYSYM_FOR_DEBUG): New macro.
13443 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
13444 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
13445 (current_hold_quit) [USE_GTK]: Add.
13446 (event_handler_gdk): Adapt to new handle_one_xevent.
13447 (handle_one_xevent): Remove bufp_r and numcharsp args.
13448 Add hold_quit arg. Rework to use just one, local, inev
13449 input_event. Store inev directly in fifo using
13450 kbd_buffer_store_event_hold. Update count in one place.
13451 Postpone call to gen_help_event until inev is stored; use new
13452 local do_help for this.
13453 Simplify handling of keysyms (consolidate common code). Fix bug
13454 where count was updated with nchars instead of nbytes.
13455 Remove local emacs_event in handing of ButtonPress event; just use
13456 inev instead (so no reason to copy it later).
13457 Remove `out' label. Rename label `ret' to `done'; add various
13458 `goto done' to clarify code flow in deeply nested blocks.
13459 (x_dispatch_event): Simplify as handle_one_xevent now calls
13460 kbd_buffer_store_event itself.
13461 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
13462 arg. Call handle_one_xevent with new arglist. Store event from
13463 x_session_check_input in fifo.
13464 [USE_GTK]: Setup current_hold_quit.
13465 Decrement handling_signal before unblocking input.
13466 (x_initialize) [USE_GTK]: Initialize current_count.
13467
13468 * xterm.h (x_session_check_input): Fix prototype.
13469
13470 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13471
13472 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
13473
13474 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
13475 macgui.h).
13476
13477 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
13478
13479 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
13480 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
13481 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
13482 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
13483 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
13484 (Bitmap): Remove typedef.
13485 (Pixmap): Change int to GWorldPtr.
13486
13487 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13488
13489 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13490 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
13491 New #define to extract 16-bit depth color components from unsigned
13492 long representation.
13493 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
13494 colors used for masks.
13495 (struct mac_display_info): Add color_p. Remove n_cbits.
13496
13497 * macfns.c: Include sys/types.h and sys/stat.h.
13498 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
13499 Include QuickTime/QuickTime.h.
13500 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13501 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
13502 functions defined in macterm.c.
13503 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
13504 (ZPixmap): New #define for compatibility with xfns.c.
13505 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13506 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13507 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
13508 New functions.
13509 (four_corners_best, x_create_x_image_and_pixmap)
13510 (x_destroy_x_image, unwind_create_frame, x_disable_image)
13511 (x_edge_detection, init_color_table, colors_in_color_table)
13512 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
13513 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
13514 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
13515 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
13516 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
13517 long mixup.
13518 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
13519 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
13520 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
13521 (x_set_cursor_type, Fxw_color_values, valid_image_p)
13522 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
13523 (x_alloc_image_color, clear_image_cache, lookup_image)
13524 (x_find_image_file, xbm_read_bitmap_file_data)
13525 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
13526 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
13527 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
13528 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
13529 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
13530 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
13531 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
13532 #if 0.
13533 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
13534 #if 0. Free white_relief.gc and black_relief.gc.
13535 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
13536 New functions (from xfns.c).
13537 (Fx_create_frame): Record unwind_create_frame.
13538 (Fxw_display_color_p): Use dpyinfo->color_p.
13539 (Fx_display_grayscale_p, Fx_display_planes): Don't use
13540 dpyinfo->n_cbits.
13541 (Fx_display_color_cells): Use dpyinfo->n_planes;
13542 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
13543 (Qheuristic, cross_disabled_images, emboss_matrix)
13544 (laplace_matrix): New variables (from xfns.c).
13545 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
13546 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
13547 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
13548 (image_background_transparent): New function (from xfns.c).
13549 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13550 (image_load_quicktime): Add declaration.
13551 [MAC_OSX] (image_load_quartz2d): Likewise.
13552 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
13553 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
13554 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
13555 (xbm_load_image_from_file, x_laplace_read_row)
13556 (x_laplace_write_row, pbm_read_file): Remove functions.
13557 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
13558 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
13559 (colors_in_color_table): Sync with xfns.c (although not used).
13560 (lookup_rgb_color): Don't lookup color table. Just do gamma
13561 correction.
13562 (COLOR_INTENSITY): New #define (from xfns.c).
13563 (x_disable_image): New function (from xfns.c).
13564 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13565 (x_build_heuristic_mask): Sync with xfns.c.
13566 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13567 (HAVE_PBM): Remove #ifdef.
13568 (pbm_load): Sync with xfns.c. Set img->width and img->height
13569 before IMAGE_BACKGROUND.
13570 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
13571 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
13572 Don't enclose with #if HAVE_PNG.
13573 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
13574 symbol _CGImageCreateWithPNGDataProvider is defined.
13575 Otherwise use image_load_quicktime.
13576 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
13577 [HAVE_PNG] (png_load): Sync with xfns.c.
13578 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
13579 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
13580 HAVE_JPEG.
13581 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
13582 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
13583 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
13584 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
13585 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
13586 (tiff_image_p, tiff_load): Don't enclose declarations with #if
13587 HAVE_TIFF.
13588 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
13589 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
13590 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
13591 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
13592 New functions (from xfns.c).
13593 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
13594 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
13595 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
13596 Don't enclose with #if HAVE_GIF.
13597 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
13598 animated gif. Otherwise use image_load_quicktime.
13599 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
13600 gif_DrawText to avoid conflict with QuickdrawText.h.
13601 [HAVE_GIF] (gif_load): Sync with xfns.c.
13602 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
13603 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
13604 Ghostscript is not supported yet).
13605 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
13606 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
13607 cross_disabled_images (from xfns.c). Remove #if 0 for supported
13608 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13609 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
13610 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
13611 HAVE_PNG. Call EnterMovies to support animated gifs.
13612 Call init_image_func_pointer to bind a symbol
13613 _CGImageCreateWithPNGDataProvider if it is defined.
13614
13615 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
13616 (x_draw_bar_cursor): Sync declaration with xterm.c.
13617 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
13618 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
13619 graphics).
13620 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
13621 (mac_draw_line_to_pixmap, XCreatePixmap)
13622 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
13623 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
13624 New functions.
13625 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
13626 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13627 Cast bits to char *.
13628 (reflect_byte): New function (from w32fns.c).
13629 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
13630 due to byte alignment.
13631 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
13632 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
13633 (XSetForeground): Remove static (now used in macfns.c).
13634 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
13635 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
13636 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
13637 (x_draw_glyph_string_box, x_draw_image_foreground)
13638 (x_draw_image_foreground_1, x_draw_image_glyph_string)
13639 (x_draw_stretch_glyph_string, x_draw_glyph_string)
13640 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
13641 Sync with xterm.c.
13642 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
13643 than the xterm.c version when a strictly horizontal or vertical
13644 line is drawn.
13645 (XTset_terminal_window): Add static.
13646 (x_make_frame_visible): Add UNBLOCK_INPUT.
13647 (x_free_frame_resources): New funcion (from xterm.c).
13648 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
13649 occurs in tool bar area.
13650 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
13651 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
13652 Initialize image cache.
13653 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
13654 Enclose unused functions with #if 0.
13655 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
13656 (decode_mac_font_name): New function to apply code conversions
13657 from a mac font name to an XLFD font name according to its script code.
13658 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
13659 font name to a mac font name according to REGISTRY and ENCODING fields.
13660 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
13661 whose name starts with `.'.
13662 (init_font_name_table): Use decode_mac_font_name. Add both
13663 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
13664 of a font is smJapanese.
13665 (mac_do_list_fonts): New function to list fonts that match a given
13666 pattern.
13667 (x_list_fonts, XLoadQueryFont): Use it.
13668 (XLoadQueryFont): Set rbearing field for each variable width
13669 character to avoid needless redraw.
13670 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
13671
13672 2004-02-26 Kim F. Storm <storm@cua.dk>
13673
13674 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
13675 as read_socket_hook handler on X aborts if buffer is too small
13676 and W32 handler doesn't always check buffer limit.
13677
13678 * xdisp.c (handle_single_display_prop): Handle left-fringe and
13679 right-fringe similar to a display margin image. Specifically,
13680 the characters having the fringe prop are no longer shown, and
13681 we use IT_IMAGE/next_element_from_image with image_id = -1 to
13682 do this. Set fringe bitmap face_id in it->face_id.
13683 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
13684 still realize it->face (i.e. the fringe bitmap face).
13685
13686 2004-02-25 Miles Bader <miles@gnu.org>
13687
13688 * xdisp.c (check_it): Check string/string_pos consistency.
13689 (init_iterator): Initialize string-related fields properly.
13690
13691 2004-02-11 Miles Bader <miles@gnu.org>
13692
13693 * xdisp.c (produce_image_glyph): Force negative descents to zero.
13694
13695 2004-02-10 Miles Bader <miles@gnu.org>
13696
13697 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
13698 BLOCK_INPUT can be nested, so it doesn't make much sense.
13699
13700 2004-02-24 Michael Mauger <mmaug@yahoo.com>
13701
13702 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
13703 (xbm_read_bitmap_data): Use unsigned char for image data.
13704
13705 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
13706
13707 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
13708
13709 2004-02-22 Jason Rumney <jasonr@gnu.org>
13710
13711 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
13712 correctly over other bitmaps.
13713
13714 2004-02-21 Eli Zaretskii <eliz@gnu.org>
13715
13716 * emacs.c (USAGE1): Split into two halves.
13717 (USAGE2): Second half of the old USAGE1.
13718 (USAGE3): Rename from USAGE2.
13719 (USAGE4): Rename from USAGE3.
13720
13721 2004-02-21 Juri Linkov <juri@jurta.org>
13722
13723 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
13724 Fix --multibyte. Move --help, --version to USAGE2. Add alias
13725 --file. Fix -f, -l. Sort options. Untabify.
13726 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
13727
13728 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
13729
13730 * category.c (Fdefine_category, Fcategory_docstring)
13731 (Fget_unused_category, Fset_category_table)
13732 (Fcategory_set_mnemonics): Doc fixes.
13733
13734 2004-02-20 Kim F. Storm <storm@cua.dk>
13735
13736 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
13737 The following changes are relative to the 2004-01-21 revision.
13738 (NREAD_INPUT_EVENTS): Define as max number of input events to read
13739 in one call to read_socket_hook. Value is 8.
13740 (read_avail_input): Separate and rework handling of read_socket_hook
13741 and non-read_socket_hook cases. Use smaller input_event buffer
13742 in read_socket_hook case, and repeat if full buffer is read.
13743 Use new local variable 'discard' to skip input after C-g.
13744 In non-read_socket_hook case, just use a single input_event, and
13745 call kbd_buffer_store_event on the fly for each character.
13746
13747 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
13750 Remove unused `gu' alternative.
13751
13752 2004-02-19 Andreas Schwab <schwab@suse.de>
13753
13754 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
13755 warning.
13756
13757 2004-02-18 Kim F. Storm <storm@cua.dk>
13758
13759 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
13760 Fix last change.
13761
13762 2004-02-17 Kim F. Storm <storm@cua.dk>
13763
13764 * xdisp.c (fast_find_position): Fix return value of new version;
13765 it was inverted compared to the 21.1 version.
13766 (get_window_cursor_type): Don't look at glyph if NULL.
13767 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
13768
13769 * keyboard.c: Rework previous change; it didn't consider that the
13770 buf array was allocated on the stack.
13771 (prev_read): Remove variable.
13772 (read_avail_input_buf): New static event buffer array.
13773 (in_read_avail_input): New static variable to handle re-entrancy.
13774 (read_avail_input): Change buf to pinter to read_avail_input_buf.
13775 Use in_read_avail_input to handle re-entrance; when re-entered,
13776 fully initialize and use tmp_buf array instead of read_avail_input_buf.
13777 Do not initialize read_avail_input_buf in full here; instead assume it
13778 is always cleared on entry. To ensure that, we clear (just) the
13779 entries that were used before we return.
13780 (init_keyboard): Initialize read_avail_input_buf here.
13781
13782 2004-02-16 Jesper Harder <harder@ifa.au.dk>
13783
13784 * cmds.c (Fend_of_line): Doc fix.
13785
13786 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
13787
13788 * keyboard.c (prev_read): New static variable.
13789 (read_avail_input): Use it to zero out only those slots in buf[]
13790 that were used last time we were called.
13791
13792 2004-02-16 Eli Zaretskii <eliz@gnu.org>
13793
13794 * Makefile.in (obj): Move fringe.o from here...
13795 (XOBJ, MAC_OBJ): ...to here.
13796
13797 2004-02-16 Stephen Eglen <stephen@gnu.org>
13798
13799 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
13800
13801 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * data.c (Fbyteorder):
13804 * fringe.c (Fdefine_fringe_bitmap):
13805 * xdisp.c (handle_single_display_prop):
13806 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
13807
13808 2004-02-16 Jason Rumney <jasonr@gnu.org>
13809
13810 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
13811
13812 2004-02-15 Steven Tamm <steventamm@mac.com>
13813
13814 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
13815 controlling emulation of a three button mouse with option and
13816 command keys.
13817 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
13818 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
13819
13820 2004-02-15 Kim F. Storm <storm@cua.dk>
13821
13822 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
13823
13824 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
13825 Perform byte-swapping.
13826
13827 2004-02-14 Kim F. Storm <storm@cua.dk>
13828
13829 * dispextern.h (struct draw_fringe_bitmap_params): Change member
13830 bits from char to short to facilitate wider bitmaps.
13831 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
13832 member.
13833
13834 * fringe.c (struct fringe_bitmap): Change member bits from char to
13835 short to facilitate 16 bits wide bitmaps. Modify all standard
13836 bitmaps accordingly.
13837 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
13838 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
13839 (draw_fringe_bitmap): Ditto.
13840 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
13841 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
13842 handle up to 16 bits wide bitmaps.
13843 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
13844 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
13845
13846 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
13847 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
13848 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
13849
13850 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
13851 so it is no longer necessary to expand them here.
13852
13853 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
13854
13855 2004-02-12 Kim F. Storm <storm@cua.dk>
13856
13857 * window.c (Fwindow_fringes): Doc fix.
13858
13859 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13860
13861 * xselect.c (x_get_foreign_selection): Add new optional parameter
13862 time_stamp.
13863 (Fx_get_selection_internal): Ditto, pass time_stamp to
13864 x_get_foreign_selection.
13865
13866 * data.c (Fbyteorder): New function.
13867
13868 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13869
13870 * atimer.c: Move include stdio.h to same place as in other files.
13871
13872 * region-cache.c: Ditto.
13873
13874 * sysdep.c: Ditto.
13875
13876 * xfaces.c: Ditto.
13877
13878 2004-02-09 Sam Steingold <sds@gnu.org>
13879
13880 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
13881
13882 2004-02-09 Kim F. Storm <storm@cua.dk>
13883
13884 * fringe.c: New file. Move original fringe related declarations
13885 and code from dispextern.h and xdisp.c here.
13886 Rework code to support user defined fringe bitmaps, redefining
13887 standard bitmaps, ability to overlay user defined bitmap with
13888 overlay arrow bitmap, and add faces to bitmaps.
13889 (Voverflow_newline_into_fringe): Declare here.
13890 (enum fringe_bitmap_align): New enum.
13891 (..._bits): All bitmaps are now defined without bitswapping; that
13892 is now done in init_fringe_once (if necessary).
13893 (standard_bitmaps): New array with specifications for the
13894 standard fringe bitmaps.
13895 (fringe_faces): New array.
13896 (valid_fringe_bitmap_id_p): New function.
13897 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
13898 (draw_fringe_bitmap): New function which draws fringe bitmap,
13899 possibly overlaying bitmap with cursor in right fringe or the
13900 overlay arrow in the left fringe.
13901 (update_window_fringes): Do not handle overlay arrow here.
13902 Compare and copy fringe bitmap faces.
13903 (init_fringe_bitmap): New function.
13904 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
13905 define and destroy user defined fringe bitmaps.
13906 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
13907 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
13908 (syms_of_fringe): New function. Defsubr new DEFUNs.
13909 DEFVAR_LISP Voverflow_newline_into_fringe.
13910 (init_fringe_once, init_fringe): New functions.
13911 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
13912
13913 * Makefile.in (obj): Add fringe.o.
13914 (fringe.o): New dependencies.
13915
13916 * dispextern.h (FRINGE_ID_BITS): New definition for number of
13917 bits allocated to hold a fringe number. Increase number of bits
13918 from 4 to 8 to allow user defined fringe bitmaps.
13919 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
13920 left_user_fringe_face_id, right_user_fringe_bitmap,
13921 right_user_fringe_face_id.
13922 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
13923 Move to new file fringe.c.
13924 (MAX_FRINGE_BITMAPS): Define here.
13925 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
13926 and overlay_p. Change member which to int.
13927 (struct redisplay_interface): New members define_fringe_bitmap
13928 and destroy_fringe_bitmap.
13929 (valid_fringe_bitmap_id_p): Add prototype.
13930 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
13931
13932 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
13933 arrows.
13934 (update_frame): Do flush_display if force_flush_display_p to
13935 ensure display (specifically fringes) are updated in a timely
13936 manner when resizing the frame by dragging the mouse.
13937 (update_window_line): Update row if overlay arrow changed.
13938 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
13939 or overlay arrow changed.
13940
13941 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
13942 syms_of_fringe, and init_fringe.
13943
13944 * frame.h (struct frame): New member force_flush_display_p.
13945
13946 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
13947 Add prototypes.
13948
13949 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
13950 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
13951 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
13952 Use cursor color for displaying cursor in fringe.
13953 (x_redisplay_interface): Add null handlers for
13954 define_fringe_bitmap and destroy_fringe_bitmap functions.
13955
13956 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
13957 xterm.c to handle overlayed fringe bitmaps and to use cursor color
13958 for displaying cursor in fringe.
13959 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
13960 specific functions to define and destroy fringe bitmaps in fringe_bmp.
13961 (w32_redisplay_interface): Add them to redisplay_interface.
13962 (w32_term_init): Call w32_init_fringe instead of explicitly
13963 defining fringe bitmaps in fringe_bmp array.
13964 (x_delete_display): Call w32_reset_fringes instead of explicitly
13965 destroying fringe bitmaps in fringe_bmp array.
13966
13967 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
13968 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
13969 (continued_bits, continuation_bits, ov_bits, first_line_bits)
13970 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
13971 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
13972 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
13973 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
13974 Move fringe handling vars and code to new file fringe.c.
13975 (handle_display_prop): Handle left-fringe and right-fringe
13976 display properties; store user fringe bitmaps in iterator.
13977 (move_it_in_display_line_to): Handle cursor in fringe at eob.
13978 (clear_garbaged_frames): Set force_flush_display_p if resized.
13979 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
13980 (display_line): Handle cursor in fringe at eob.
13981 (display_line): Set row user fringe bitmaps from iterator.
13982
13983 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
13984 Use cursor color for displaying cursor in fringe.
13985 (x_redisplay_interface): Add null handlers for
13986 define_fringe_bitmap and destroy_fringe_bitmap functions.
13987
13988 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13989
13990 * macfns.c (Fx_change_window_property): Make doc string and
13991 parameters same as for X version.
13992
13993 * w32fns.c (Fx_change_window_property): Ditto.
13994
13995 2004-02-07 Kim F. Storm <storm@cua.dk>
13996
13997 * xdisp.c (hscroll_window_tree): Position cursor near to right
13998 margin in hscrolled window when jumping to end of line (rather
13999 than centering cursor).
14000
14001 * process.c (wait_reading_process_input): Don't do adaptive read
14002 buffering if waiting for a specific process.
14003
14004 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
14005
14006 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
14007 (Fread_minibuffer, Feval_minibuffer)
14008 (Fread_string, Fread_no_blanks_input)
14009 (Fcompleting_read): Doc fixes.
14010 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
14011 completion-regexp-list. Define Qcase_fold_search and staticpro it.
14012 (read_minibuf): Fix initial comment.
14013 (Ftry_completion, Fall_completions, Ftest_completion): Bind
14014 case-fold-search to the value of completion-ignore-case when
14015 checking completion-regexp-list.
14016 (Fdisplay_completion_list): Make it handle arguments that are
14017 symbols. Doc fix.
14018
14019 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14020
14021 * xterm.h: Add declaration of free_frame_menubar.
14022
14023 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
14024 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
14025 (Fx_change_window_property): Add declaration of parameters type and
14026 format. Remove unused variable cons.
14027
14028 * xselect.c: Include stdio.h.
14029
14030 2004-02-05 Kenichi Handa <handa@m17n.org>
14031
14032 * fns.c (Fset_char_table_range): Fix previous change.
14033
14034 * buffer.c (Fset_buffer_multibyte): Fix docstring.
14035
14036 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
14037
14038 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
14039
14040 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * keymap.c (Vmouse_events): Rename from Vmenu_events.
14043 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
14044
14045 2004-02-04 Kenichi Handa <handa@m17n.org>
14046
14047 * fns.c (Fset_char_table_range): Handle charsets ascii,
14048 eight-bit-control, and eight-bit-graphic correctly.
14049
14050 2004-02-03 Jason Rumney <jasonr@gnu.org>
14051
14052 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
14053
14054 * w32fns.c (x_to_w32_font): Likewise.
14055
14056 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14057
14058 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
14059 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
14060
14061 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
14062 ClientMessages.
14063
14064 * xselect.c: Include termhooks.h and X11/Xproto.h
14065 (x_check_property_data, x_fill_property_data)
14066 (x_property_data_to_lisp, mouse_position_for_drop)
14067 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
14068 (Fx_send_client_event): Move here from xfns.c.
14069 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
14070
14071 * xfns.c (x-send-client-message): Move to xselect.c
14072 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
14073 OUTER_P.
14074 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
14075 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
14076 if vector_ret_p is true.
14077 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
14078
14079 2004-02-02 Eli Zaretskii <eliz@gnu.org>
14080
14081 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
14082 basename of FILE relative to it, not FILE itself.
14083
14084 2004-02-02 Kenichi Handa <handa@m17n.org>
14085
14086 * coding.c (coding_restore_composition): Check invalid
14087 composition data more rigidly.
14088
14089 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14090
14091 * fileio.c (Fread_file_name_internal): Correctly handle the case
14092 where insert-default-directory is nil.
14093 (Fread_file_name): Always return an empty string if the user exits
14094 with an empty minibuffer. Adapt the docstring accordingly.
14095 (syms_of_fileio): Adapt the docstring of insert-default-directory
14096 to the change in Fread_file_name.
14097
14098 2004-01-29 Eli Zaretskii <eliz@gnu.org>
14099
14100 * alloca.c [!alloca]: Fix the prototype for xfree.
14101
14102 2004-01-29 Kenichi Handa <handa@m17n.org>
14103
14104 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14105 (string_byte_to_char): Likewise.
14106
14107 2004-01-28 Peter Runestig <peter@runestig.com>
14108
14109 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14110
14111 2004-01-27 Steven Tamm <steventamm@mac.com>
14112
14113 * unexmacosx.c (unexec_copy): Do not copy more than was
14114 requested to prevent overwriting during unexec.
14115
14116 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14117
14118 * process.c (sigchld_handler): Add comment about not calling malloc.
14119
14120 * process.h: Add extern to synch_process_termsig.
14121
14122 2004-01-27 Steven Tamm <steventamm@mac.com>
14123
14124 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14125 Move setting of scroll bars from make_mac_frame to
14126 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
14127
14128 2004-01-26 Richard M. Stallman <rms@gnu.org>
14129
14130 * search.c (Freplace_match): Handle nonexistent
14131 back-references properly.
14132
14133 2004-01-03 Richard M. Stallman <rms@gnu.org>
14134
14135 * window.c (decode_any_window): New function.
14136 (Fwindow_height, Fwindow_width, Fwindow_edges)
14137 (Fwindow_pixel_edges, Fwindow_inside_edges)
14138 (Fwindow_inside_pixel_edges): Use decode_any_window.
14139
14140 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14141
14142 * process.h: synch_process_termsig new variable.
14143
14144 * callproc.c: Define synch_process_termsig.
14145 (Fcall_process): Initiate synch_process_termsig to zero and
14146 check if non-zero and get signal name after subprocess has ended.
14147
14148 * process.c (sigchld_handler): Set synch_process_termsig
14149 if terminated by a signal. synch_process_death setting removed.
14150
14151 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14152
14153 2004-01-26 Andreas Schwab <schwab@suse.de>
14154
14155 * print.c (print_preprocess): Declare size as EMACS_INT to not
14156 lose bits.
14157 (print_object): Likewise.
14158 * alloc.c (Fpurecopy): Likewise.
14159
14160 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * window.c (Fwindow_minibuffer_p): Doc fix.
14163
14164 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14165
14166 * editfns.c (Fformat): Make both passes accept the same set of flags.
14167
14168 2004-01-23 Kenichi Handa <handa@m17n.org>
14169
14170 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14171 one, set buffer to OBJECT temporarily.
14172
14173 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * keyboard.c (kbd_buffer_gcpro): Remove.
14176 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14177 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14178 Don't initialize and/or maintain the variable any more. It was made
14179 redundant by my commit of 2003-06-15.
14180
14181 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14182
14183 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14184
14185 * lisp.h: Add undef DECL_ALIGN.
14186
14187 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14190 Check interrupt_input_pending explicitly.
14191
14192 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14193
14194 * keyboard.c (handle_async_input): New fun,
14195 extracted from input_available_signal.
14196 (input_available_signal, reinvoke_input_signal): Use it.
14197
14198 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14201
14202 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14203 manipulation macros for when tags are in the lower bits.
14204 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14205 (DECL_ALIGN): New macro.
14206 (DEFUN): Use it.
14207
14208 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14209
14210 * s/darwin.h (__attribute__): Remove outdated workaround.
14211
14212 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14213
14214 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14215 Don't check range of malloc address.
14216 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14217
14218 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14219
14220 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14221
14222 2004-01-19 Kenichi Handa <handa@m17n.org>
14223
14224 * fontset.c (fontset_font_pattern): Fix previous change.
14225
14226 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14227
14228 * xdisp.c (Voverflow_newline_into_fringe)
14229 (move_it_in_display_line_to, redisplay_internal)
14230 (update_window_fringes, redisplay_window, display_line, window):
14231 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14232 that it compiles without a window-system.
14233 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14234
14235 2004-01-16 Kim F. Storm <storm@cua.dk>
14236
14237 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14238
14239 * buffer.c (init_buffer_once): Set buffer_defaults and
14240 buffer_local_flags for indicate_buffer_boundaries.
14241 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14242 default- variable for it.
14243
14244 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14245 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
14246 New members exact_window_width_line_p and cursor_in_fringe_p for
14247 overflowing newlines into right fringe.
14248 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14249 and indicate_bottom_line_p for buffer boundaries and scrolling.
14250 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14251 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14252 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14253 and HOLLOW_SQUARE_BITMAP.
14254 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14255 Add prototypes.
14256
14257 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14258 instead of related indicator fields.
14259 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14260 (direct_output_for_insert): Handle exact width lines like
14261 contined lines. Call update_window_fringes.
14262 (update_window): Call update_window_fringes.
14263 (scrolling_window): Don't skip desired rows with changed bitmaps.
14264 Check if fringe bitmaps changes when assigning scrolled rows.
14265
14266 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14267 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14268 (move_it_in_display_line_to): Overflow newline into fringe for
14269 rows that are exactly as wide as the window.
14270 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14271 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14272 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14273 (fringe_bitmaps): Add new bitmaps.
14274 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14275 Select proper bitmap for cursor in fringe when appropriate.
14276 Handle alignment of bitmap to top or bottom of row.
14277 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14278 done by update_window_fringes.
14279 (update_window_fringes, draw_window_fringes): New functions.
14280 (redisplay_internal): Call update_window_fringes in case only
14281 cursor row is updated.
14282 (redisplay_window): Call update_window_fringes.
14283 Explicitly call draw_window_fringes if redisplay was done using
14284 the current matrix or the overlay arrow is in the window.
14285 (try_window_reusing_current_matrix): Mark scrolled rows for
14286 fringe update (to update buffer-boundaries / scrolling icons).
14287 (find_last_unchanged_at_beg_row): Handle exact width lines line
14288 continued lines.
14289 (display_line): Overflow newline into fringe for rows that are
14290 exactly as wide as the window. Don't append space for newline
14291 in this case.
14292 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14293 in fringe as if it had been overwritten.
14294 (erase_phys_cursor): Erase cursor bitmap in fringe.
14295 (syms_of_xdisp): Mark show-trailing-whitespace and
14296 void-text-area-pointer as user options.
14297 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
14298
14299 * xterm.c (x_update_window_end): Call draw_window_fringes.
14300 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14301 in row instead of actually drawing fringe bitmaps.
14302 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14303 (x_draw_window_cursor): Draw cursor in fringe.
14304
14305 * w32term.c (x_update_window_end): Call draw_window_fringes.
14306 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14307 in row instead of actually drawing fringe bitmaps.
14308 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14309 (w32_draw_window_cursor): Draw cursor in fringe.
14310
14311 * macterm.c (x_update_window_end): Call draw_window_fringes.
14312 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14313 in row instead of actually drawing fringe bitmaps.
14314 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14315 (mac_draw_window_cursor): Draw cursor in fringe.
14316
14317 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14318
14319 * xterm.c (handle_one_xevent): Don't handle characters that are part
14320 of an old style (XLookupString) compose sequence.
14321
14322 2004-01-15 Kenichi Handa <handa@m17n.org>
14323
14324 * search.c (Freplace_match): Use make_multibyte_string or
14325 make_unibyte_string according to the buffer multibyteness.
14326
14327 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * alloc.c (struct interval_block, struct string_block)
14330 (struct symbol_block, struct marker_block, live_string_p)
14331 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14332 Better preserve alignment for objects in blocks.
14333 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14334
14335 * lread.c (defvar_per_buffer): Remove dead declaration.
14336
14337 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14338 space size.
14339
14340 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14341
14342 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14343 if a key press should pop down. Only pop down if a key is pressed
14344 outside the menu/dialog.
14345 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14346 popup_get_selection.
14347 (create_and_show_dialog): Pass 1 for down_on_keypress to
14348 popup_get_selection.
14349
14350 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14351
14352 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14353 BLOCK/UNBLOCK_INPUT.
14354
14355 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14356
14357 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14358 specified.
14359
14360 2004-01-08 Kenichi Handa <handa@m17n.org>
14361
14362 * editfns.c (Fformat): Fix '&' to '&&'.
14363
14364 2004-01-08 Andreas Schwab <schwab@suse.de>
14365
14366 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14367 size if PSEUDOVECTOR_FLAG is set.
14368
14369 2004-01-07 Kenichi Handa <handa@m17n.org>
14370
14371 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14372
14373 * fontset.c (fontset_ref_via_base): Fix previous change.
14374
14375 2004-01-07 Kim F. Storm <storm@cua.dk>
14376
14377 * process.c (read_process_output): Only activate adaptive
14378 buffering if we read less than 256 bytes at a time.
14379
14380 2004-01-06 Kim F. Storm <storm@cua.dk>
14381
14382 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14383 object and image object. Return glyph width and height.
14384 (mode_line_string, marginal_area_string): Ditto.
14385
14386 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14387 (marginal_area_string): Fix prototypes.
14388
14389 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
14390 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
14391 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
14392
14393 * keyboard.c (make_lispy_position): Use modified mode_line_string,
14394 buffer_posn_from_coords, and marginal_area_string functions to
14395 include both string object and image object in the lispy position.
14396 Also add actual glyph width and height to position.
14397 (read_key_sequence): Use real buffer position from mouse
14398 event to find keymap property even when click is in marginal area.
14399
14400 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
14401 mode_line_string and marginal_area_string functions to handle
14402 both string object and image object properties.
14403
14404 2004-01-06 Andreas Schwab <schwab@suse.de>
14405
14406 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
14407 character.
14408
14409 2004-01-02 Andreas Schwab <schwab@suse.de>
14410
14411 * macterm.c (emacs_options, x_initialized, same_x_server):
14412 Remove unused (and duplicated) definitions.
14413
14414 2004-01-02 Kim F. Storm <storm@cua.dk>
14415
14416 * process.h (struct Lisp_Process): New members for adaptive read
14417 buffering: adaptive_read_buffering, read_output_delay, and
14418 read_output_skip.
14419
14420 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
14421 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
14422 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
14423 (process_output_delay_count, process_output_skip): New vars.
14424 (Vprocess_adaptive_read_buffering): New variable.
14425 (make_process): Initialize adaptive read buffering members.
14426 (Fstart_process): Set adaptive_read_buffering member.
14427 (deactivate_process): Cleanup adaptive read buffering.
14428 (wait_reading_process_input): Temporarily omit delayed
14429 subprocesses from the set of file descriptors to read from;
14430 adjust the select timeout if we skipped any subprocesses.
14431 (read_process_output): Increase adaptive read buffering delay if
14432 we read less than a full buffer; reduce delay when we read a
14433 full buffer.
14434 (send_process): Simplify using local Lisp_Process var.
14435 Reset adaptive read buffering delay after write.
14436 (init_process): Initialize process_output_delay_count and
14437 process_output_skip.
14438 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
14439
14440 2004-01-01 Jason Rumney <jasonr@gnu.org>
14441
14442 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
14443
14444 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14445
14446 * print.c (Ferror_message_string): Add hyperlink in the docstring
14447 to the definition of `signal' in the Elisp manual.
14448 * eval.c (Fsignal): Ditto.
14449
14450 2003-12-29 James Clark <jjc@jclark.com>
14451
14452 * fns.c (internal_equal): Return t for two NaN arguments.
14453
14454 2003-12-29 Richard M. Stallman <rms@gnu.org>
14455
14456 * data.c (store_symval_forwarding): Handle setting
14457 default-fill-column, etc., by changing the value in
14458 buffers that use the default.
14459
14460 * minibuf.c (Fset_minibuffer_window): Doc fix.
14461
14462 * fileio.c (choose_write_coding_system): Ignore auto_saving
14463 if using the visited file for auto saves.
14464 (Fwrite_region): Don't update SAVE_MODIFF
14465 if auto-saving in visited file.
14466
14467 2003-12-29 Kenichi Handa <handa@m17n.org>
14468
14469 * dispextern.h (face_font_available_p): Extern it.
14470
14471 * fontset.c (Voverriding_fontspec_alist): New variable.
14472 (lookup_overriding_fontspec): New function.
14473 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
14474 (fontset_font_pattern): Likewise.
14475 (regulalize_fontname): New function.
14476 (Fset_fontset_font): Call regulalize_fontname.
14477 (Fset_overriding_fontspec_internal): New function.
14478 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
14479 Defsubr Sset_overriding_fontspec_internal.
14480
14481 * xfaces.c (face_font_available_p): New function.
14482
14483 2003-12-28 Richard M. Stallman <rms@gnu.org>
14484
14485 * buffer.c (Fother_buffer): Don't crash if BUF is nil
14486 or if its name is nil.
14487
14488 * buffer.c (Fkill_buffer): Don't delete auto-save file
14489 if it's the same as the visited file.
14490
14491 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
14492
14493 * coding.c (Fcheck_coding_system): Doc fix.
14494
14495 2003-12-28 Kim F. Storm <storm@cua.dk>
14496
14497 * Makefile.in (eval.o): Depend on dispextern.h.
14498
14499 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
14500 image glyph using image's ascent.
14501 (mode_line_string): Return image glyph as object clicked on.
14502 Adjust y0 for image glyph using image's ascent.
14503
14504 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
14505 (struct glyph): New members, ascent and descent. Used to save
14506 this glyph's ascent and descent, instead of having.
14507 (struct glyph): Declare member face_id using FACE_ID_BITS.
14508 (find_hot_spot): Add prototype.
14509
14510 * keyboard.c (Qimage): Remove extern (now in lisp.h).
14511 (QCmap): Declare extern.
14512 (make_lispy_position): When position is inside image hot-spot,
14513 use hot-spot element's id as posn element.
14514
14515 * lisp.h (IMAGEP): New macro to test for image object type.
14516 (Qimage): Declare extern.
14517
14518 * macfns.c (Qimage): Remove extern (now in lisp.h).
14519 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14520
14521 * macterm.c (Qface, Qmouse_face): Remove unused externs.
14522
14523 * w32fns.c (Qimage): Remove extern (now in lisp.h).
14524 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14525
14526 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
14527
14528 * w32term.c (Qface, Qmouse_face): Remove unused externs.
14529
14530 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
14531 pointer types.
14532 (Qrelative_width, Qalign_to): Remove unused variables.
14533 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
14534 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
14535 maps.
14536 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
14537 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
14538 code accordingly.
14539 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
14540 than row's ascent and height, to get sensible height on tall rows.
14541 (build_desired_tool_bar_string): Remove Qimage extern.
14542 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
14543 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
14544 image glyph is alone on the last line.
14545 (append_glyph, append_composite_glyph, produce_image_glyph)
14546 (append_stretch_glyph): Set glyph's ascent and descent.
14547 (on_hot_spot_p): New function to check if position is inside an
14548 rectangular, circular, or polygon-shaped image hot-spot,
14549 (find_hot_spot): New function to search for image hot-spot.
14550 (Flookup_image_map): New defun to search for image hot-spot.
14551 (define_frame_cursor1): New aux function to determine frame
14552 pointer.
14553 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
14554 `pointer' text property and :pointer image property to control
14555 frame pointer shape. Detect image hot-spots for pointer and
14556 help_echo properties. Use define_frame_cursor1.
14557 (note_mouse_highlight): Use Vvoid_text_area_pointer.
14558 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
14559 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
14560 Vshow_text_cursor_in_void.
14561
14562 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
14563
14564 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
14565 (Qimage): Remove extern (now in lisp.h).
14566 (valid_image_p, parse_image_spec): Use IMAGEP macro.
14567
14568 * xmenu.c (show_help_event): Remove unused code.
14569
14570 * xterm.c (Qface, Qmouse_face): Remove unused externs.
14571 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
14572 row's ascent and descent, to get a sensible height on tall rows.
14573
14574 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
14575
14576 * minibuf.c (Fcompleting_read): Undo previous change.
14577
14578 2003-12-25 Lars Hansen <larsh@math.ku.dk>
14579
14580 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
14581 Arguments GCPRO'ed in call to file name handler.
14582
14583 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
14584
14585 * termcap.c (tgetst1): Scan for "%pN"; if all
14586 N are continuous in [1,9], remove all "%pN".
14587
14588 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14589
14590 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
14591
14592 * xfaces.c (lface_fully_specified_p): Take into account that
14593 MAC OS always have unspecified stipple.
14594
14595 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14596
14597 * tparam.c (tparam1): Add handling for `%pN', which
14598 means use param N for the next substitution.
14599
14600 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
14601
14602 * xfaces.c (Fcolor_gray_p): Fix omission bug:
14603 In case `frame' is nil, consult the selected frame.
14604 (Fcolor_supported_p): Likewise.
14605
14606 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
14607
14608 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
14609 Doc fixes.
14610
14611 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
14612 and an integer. Adapt the introductory comment accordingly.
14613 (Fread_from_minibuffer): Delete code moved into read_minibuf.
14614 Doc fix.
14615 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
14616 read_minibuf.
14617 (Fcompleting_read): Delete code moved into read_minibuf.
14618 (Ftest_completion): Make it handle obarrays and hash tables correctly.
14619
14620 2003-12-03 Kenichi Handa <handa@m17n.org>
14621
14622 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
14623 encoding sequence.
14624
14625 2003-12-01 Kenichi Handa <handa@m17n.org>
14626
14627 * composite.c (syms_of_composite): Don't make the compostion hash
14628 table week.
14629
14630 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
14631
14632 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
14633 * textprop.c (Fget_char_property_and_overlay): New function.
14634 (syms_of_textprop): Defsubr it.
14635
14636 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14637
14638 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
14639 to compile on terminal configuration.
14640
14641 * fileio.c (Fread_file_name): Check use_file_dialog also before
14642 calling Fx_file_dialog.
14643
14644 * fns.c (use_file_dialog): New variable.
14645 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
14646
14647 2003-11-29 Kim F. Storm <storm@cua.dk>
14648
14649 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
14650 (syms_of_msdos): Don't intern and staticpro them.
14651
14652 2003-11-27 Kim F. Storm <storm@cua.dk>
14653
14654 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
14655 coordinates relative to glyph at posn. If glyph is an image,
14656 return that as object at posn. Callers changed.
14657 (mode_line_string, marginal_area_string): Calculate and return
14658 pixel coordinates relative to glyph. Callers changed.
14659
14660 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14661 (marginal_area_string): Fix prototypes.
14662 (window_box_left_offset, window_box_right_offset): Add prototypes.
14663
14664 * frame.h (get_specified_cursor_type, get_window_cursor_type):
14665 Remove prototypes.
14666
14667 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
14668
14669 * keyboard.c (make_lispy_position): Add x and y coordinates
14670 relative to the current glyph as 7th element of position.
14671 If glyph is an image, return it in the object element.
14672 (read_key_sequence): Skip checks for keymap property in cases
14673 where POSN_STRING is not a string (e.g. an image).
14674
14675 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
14676 (Vshow_text_cursor_in_void): New variable.
14677 (glyph_to_pixel_coords): Don't use negative hpos.
14678 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
14679 (append_stretch_glyph): Change ascent arg to be actual value
14680 in pixels rather than ratio to height. Callers changed.
14681 (calc_pixel_width_or_height): New aux function, implementing
14682 pixel based artihmetic for glyph widths and heights.
14683 (produce_stretch_glyph): Use calc_pixel_width_or_height for
14684 :width, :height, :align-to, and :ascent, thus allowing these to
14685 be specified in pixels as well as multiples of characters.
14686 Don't produce stretch glyphs with zero width or height.
14687 (get_specified_cursor_type): Declare static.
14688 (get_window_cursor_type): Declare static. Add glyph arg to be
14689 able to know when cursor is on an image; always substitute
14690 hollow-box cursor for filled-box cursor on images, to avoid
14691 negative images and flicker when blinking the cursor.
14692 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
14693 (note_mode_line_or_margin_highlight): Use non-text cursor rather
14694 than vertical scroll-bar cursor in display margins.
14695 (note_mouse_highlight): Use non-text cursor rather than text
14696 cursor in fringes and over images in the text area.
14697 Use non-text cursor when mouse pointer is outside editable text,
14698 i.e. in the void after end-of-line or end-of-buffer; this was
14699 already done for W32, but is now standard for all systems --
14700 user can toggle show-text-cursor-in-void to get old behaviour.
14701 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
14702 Vdisplay_pixels_per_inch.
14703
14704 2003-11-25 Andreas Schwab <schwab@suse.de>
14705
14706 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
14707 EMACS_INT to not lose bits.
14708 (Ffillarray): Don't set bits beyond the size of a bool vector.
14709
14710 2003-11-25 Kim F. Storm <storm@cua.dk>
14711
14712 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
14713 define this defun on systems that cannot use stderr as lvalue.
14714
14715 2003-11-24 Gerd Moellmann <gerd@gnu.org>
14716
14717 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
14718 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
14719 ld's default is incompatible with unexec.
14720
14721 2003-11-23 Kim F. Storm <storm@cua.dk>
14722
14723 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
14724 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
14725 (Fforce_window_update): New defun.
14726 (syms_of_window): Defsubr it.
14727 (Fset_window_margins, Fset_window_fringes): Doc fix.
14728
14729 * print.c (Fredirect_debugging_output): New defun.
14730 (syms_of_print): Defsubr it.
14731
14732 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
14733
14734 * fns.c (Fset_char_table_parent): Doc fix.
14735
14736 2003-11-22 Kim F. Storm <storm@cua.dk>
14737
14738 * dispnew.c (buffer_posn_from_coords): Return actual row/column
14739 for glyph clicked on, rather than (unused) pixel positions.
14740 (mode_line_string, marginal_area_string): Change X and Y args to
14741 pointers for returning actual row/column for glyph clicked on.
14742 Simplify and optimize loops.
14743
14744 * dispextern.h (mode_line_string, marginal_area_string):
14745 Update prototypes.
14746
14747 * keyboard.c (make_lispy_position): New function for generating
14748 mouse click positions from frame and pixel coordinates.
14749 Enhanced to return buffer position and actual row/column for
14750 events outside the text area using updated mode_line_string and
14751 marginal_area_string functions.
14752 Return left-fringe and right-fringe clicks as such, rather than
14753 clicks in text area.
14754 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
14755 pixel_to_glyph_coords, as we never use the results.
14756 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
14757 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
14758 Eliminate unused code in WHEEL_EVENT handling.
14759 (make_lispy_movement): Use make_lispy_position.
14760
14761 * window.c (coordinates_in_window): Remove redundant tests.
14762 Fix returned X pixel value for left-margin.
14763
14764 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
14765 mode_line_string and marginal_area_string parameters.
14766
14767 2003-11-22 Lars Hansen <larsh@math.ku.dk>
14768
14769 * w32.c (struct the_group, getgrgid): Add.
14770 * mac.c (struct my_group, getgrgid): Add.
14771
14772 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14773
14774 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
14775
14776 2003-11-21 Lars Hansen <larsh@math.ku.dk>
14777
14778 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
14779 include in call to file name handler. Optionally translate numeric
14780 UID and GID to strings. Update docstring.
14781 (directory_files_internal): Add parameter ID-FORMAT.
14782 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
14783 include in call to file name handler and call to
14784 directory_files_internal. Update Docstring.
14785 (Fdirectory_files): Add dummy parameter in call to
14786 directory_files_internal.
14787 * lisp.h (Qinteger): Add.
14788 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
14789 (Ffile_attributes): Add parameter.
14790 * data.c (Qinteger): Export.
14791
14792 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
14793
14794 * fns.c (Freverse, Fnreverse): Doc fixes.
14795
14796 2003-11-19 Kim F. Storm <storm@cua.dk>
14797
14798 * xdisp.c (init_iterator): Initialize it->start to position
14799 before reseating (in case start position is invisible).
14800 (init_to_row_start): Set it->start to row-start.
14801 (redisplay_window): Accept optional_new_start if start position
14802 is invisible (in which case IT_CHARPOS overshoots PT).
14803 (display_line): Setup row->start from it->start (rather than
14804 it->current which is wrong if first char on line is invisible).
14805 When done, reseat it->start to it->current (= start of next row).
14806 (expose_area): Fix exposure of text area when first char (e.g. TAB)
14807 is only partially visible.
14808
14809 * dispextern.h (struct it): New member start.
14810
14811 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * alloc.c (make_float, Fcons): Clear the markbit at init time.
14814 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
14815 of block_index outside of the macro call.
14816 (Fgarbage_collect): Remove null code.
14817
14818 * m/amdx86-64.h: Don't redefine XPNTR.
14819
14820 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
14821 of VALMASK.
14822
14823 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
14824 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
14825 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
14826
14827 * lisp.h (VALMASK): Only define for non-union type.
14828 (MARKBIT): Remove.
14829 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
14830 (XTYPE): Define unconditionally.
14831 (XSETTYPE): Remove one more remnant.
14832 (EQ): Define differently for the union and non-union cases.
14833 (INTMASK): New bit mask.
14834 (struct Lisp_Marker): Move down to prepare for upcoming patch.
14835 (GC_EQ): Delegate to EQ.
14836
14837 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
14838
14839 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14840
14841 * xterm.c (x_window_to_scroll_bar): Move check of display to
14842 where window_id is compared.
14843
14844 2003-11-17 Kim F. Storm <storm@cua.dk>
14845
14846 * dispextern.h (struct it): New member first_vpos.
14847
14848 * xdisp.c (start_display): Set it->first_vpos.
14849 (try_window_id): Use first_vpos to start display in first _text_
14850 line if no reusable lines at start of window with header line.
14851
14852 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14853
14854 * w32fns.c (XPutPixel):
14855 * w32bdf.c (w32_init_bdf_font):
14856 * sunfns.c (sel_read):
14857 * process.c (Fmake_network_process):
14858 * frame.c (store_frame_param):
14859 * fontset.c (Fset_fontset_font):
14860 * emacs.c (shut_down_emacs):
14861 * ccl.c (ccl_driver): Remove period at end of error message.
14862
14863 * config.in: Regenerate.
14864
14865 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14866 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14867 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
14868 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
14869 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
14870
14871 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
14872
14873 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
14874 (XTmouse_position, handle_one_xevent): Pass Display* to
14875 x_window_to_scroll_bar.
14876 (x_window_to_scroll_bar): Take a Display* argument.
14877 Check that display for frame is equal to Display* argument.
14878 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
14879 x_display_info_for_display instead. Use Display in xev instead
14880 of GDK_DISPLAY.
14881 (x_dispatch_event): Call x_display_info_for_display.
14882 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
14883 (x_connection_closed): Call xg_display_close for GTK.
14884 (x_term_init): Call xg_display_open for additional displays.
14885 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
14886 for GTK.
14887
14888 * xmenu.c (single_menu_item, mouse_position_for_popup)
14889 (x_activate_menubar): Formatting adjustments.
14890
14891 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
14892 adjustments.
14893
14894 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
14895 (xg_display_close, xg_create_default_cursor)
14896 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
14897 handling.
14898 (xg_left_ptr_cursor): Remove.
14899 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
14900 cursor here.
14901 (xg_win_to_widget): Take Display* argument, call
14902 gdk_xid_table_lookup_for_display.
14903 (xg_create_frame_widgets, xg_get_file_name, create_menus)
14904 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
14905 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
14906 in FRAME_X_DISPLAY_INFO.
14907 (xg_get_scroll_id_for_window): Take Display* argument.
14908 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
14909 (xg_initialize): Remove xg_left_ptr_cursor.
14910
14911 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
14912 Display* argument.
14913 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
14914
14915 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14916
14917 * xterm.c (x_detect_focus_change): Do not change focus frame for
14918 Enter/LeaveNotify if the current focus frame has explicit focus.
14919
14920 2003-11-14 Kim F. Storm <storm@cua.dk>
14921
14922 * dispnew.c (update_text_area): Fix redisplay error when hscroll
14923 is active and first glyph is only partially visible.
14924
14925 2003-11-13 Kenichi Handa <handa@m17n.org>
14926
14927 * xdisp.c (select_frame_for_redisplay): New function.
14928 (redisplay_internal): Record also selected_frame for
14929 unwind_redisplay. Call select_frame_for_redisplay before
14930 redrawing each frame.
14931 (unwind_redisplay): Argument changed to a cons.
14932
14933 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
14934
14935 * fns.c (Fstring_to_multibyte): Doc fix.
14936
14937 2003-11-11 Kenichi Handa <handa@m17n.org>
14938
14939 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
14940
14941 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14942
14943 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
14944 program specified positions.
14945
14946 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14947
14948 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
14949
14950 2003-11-08 Kenichi Handa <handa@m17n.org>
14951
14952 * Makefile.in (lisp): Add kannada.el.
14953 (shortlisp): Likewise.
14954
14955 2003-11-07 Kenichi Handa <handa@m17n.org>
14956
14957 * coding.c (coding_allocate_composition_data):
14958 Reset coding->composing to COMPOSITION_NO.
14959 (coding_restore_composition): Detect invalid composition data.
14960 Give Fstring and Fvector a Lispy integer, not C int.
14961
14962 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * floatfns.c (Flogb): Don't use VALMASK.
14965
14966 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
14967 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
14968
14969 * lisp.h (XINT): Move the cast to clarify what is going on.
14970 (GCTYPEMASK, XSETTYPE): Remove.
14971 (XGCTYPE): Make it an alias of XTYPE.
14972
14973 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14974
14975 * xterm.c (x_term_init): Fix formatting.
14976
14977 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14978
14979 * gtkutil.h (xg_have_tear_offs): Declare.
14980 (xg_keep_popup, xg_did_tearoff): Remove.
14981
14982 * gtkutil.c: Remove variable xg_did_tearoff.
14983 (xg_have_tear_offs): New function.
14984 (tearoff_remove): Just decrease xg_detached_menus.
14985 (tearoff_activate): Increase xg_detached_menus and call
14986 tearoff_remove when tearoff is removed.
14987 (xg_keep_popup): Remove function.
14988 (create_menus): Give add_tearoff_p as argument to recursive
14989 call to create_menus.
14990 (xg_create_widget): Use variables instead of multiple
14991 strcmp. Tell create_menus to create tear off only for
14992 menu bar menus.
14993 (xg_update_menubar): Change title for a detached menu also.
14994 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
14995 of deep_p.
14996 (xg_initialize): Initialize xg_detached_menus, remove
14997 initialization of xg_did_tearoff.
14998
14999 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
15000 xg_have_tear_offs returns non-zero.
15001 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
15002 call to xg_keep_popup.
15003
15004 2003-11-01 Andrew Choi <akochoi@shaw.ca>
15005
15006 * macterm.c (XTread_socket): Handle menubar selection and grow
15007 window only for mouseDown events.
15008
15009 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15010
15011 * xterm.c (x_term_init): For GTK part, increase x_initialized
15012 to check for more than one display. Use error instead of return 0.
15013
15014 2003-10-31 Andrew Choi <akochoi@shaw.ca>
15015
15016 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
15017 (copy_dysymtab): Call it.
15018
15019 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
15020
15021 * eval.c (Fdefvaralias): Doc fix.
15022
15023 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
15024
15025 * data.c (Fsetplist): Doc fix.
15026
15027 2003-10-14 Lute Kamstra <lute@gnu.org>
15028
15029 * window.c (Fset_window_fringes): Clarify docstring.
15030
15031 2003-10-14 Kim F. Storm <storm@cua.dk>
15032
15033 * window.c (Fset_window_margins): Simplify arg checking.
15034
15035 2003-10-13 Richard M. Stallman <rms@gnu.org>
15036
15037 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
15038 (print_partial_compiled_pattern): Replace assert with a printout.
15039 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
15040
15041 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
15042
15043 * window.c (Fset_window_margins): Allow only integers as args.
15044 (syms_of_window) <special-display-buffer-names,
15045 special-display-regexps>: Doc fixes.
15046
15047 2003-10-13 Lute Kamstra <lute@gnu.org>
15048
15049 * window.c (Fset_window_fringes): Elaborate docstring.
15050
15051 2003-10-12 Andrew Choi <akochoi@shaw.ca>
15052
15053 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
15054
15055 * s/darwin.h (GC_MARK_STACK): Define.
15056
15057 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15058
15059 * window.c (shrink_windows): New function.
15060 (size_window): Call shrink_windows to calculate window sizes when
15061 shrinking frame with more than one window.
15062
15063 2003-10-12 Kim F. Storm <storm@cua.dk>
15064
15065 * xdisp.c (compute_fringe_widths): Doc fix.
15066
15067 2003-10-08 Kenichi Handa <handa@m17n.org>
15068
15069 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
15070
15071 2003-10-07 Kenichi Handa <handa@m17n.org>
15072
15073 * coding.c (Qcoding_system_define_form): New variable.
15074 (syms_of_coding): Intern and staticpro it.
15075 (Fcheck_coding_system): Try to autoload the definition of
15076 CODING-SYSTEM.
15077
15078 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
15079
15080 * fns.c (Frequire): Doc fix.
15081
15082 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15083
15084 * xfns.c (Fx_send_client_event): New function as a base for
15085 manipulating extended window manager hints.
15086 (Fx_send_client_event): Remove unused variable s.
15087
15088 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
15089 that function is removed.
15090
15091 * xterm.c (x_set_offset): Use move_offset_left/top instead of
15092 x/y_pixels_outer_diff.
15093 (x_check_expected_move): Calculate move_offset_left/top.
15094
15095 * xterm.h (struct x_output): New members: move_offset_top/left.
15096
15097 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
15098 call x_set_offset directly.
15099
15100 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15101
15102 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15103
15104 * xterm.c (x_delete_display): Free font names and font_encoder
15105 in dpyinfo->font_table.
15106
15107 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15108 Move xfree of font names to x_delete_display.
15109
15110 * xterm.h (struct x_display_info): New member, wm_type.
15111 (struct x_output): New members, expected_top/left and
15112 check_expected_move.
15113
15114 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15115 is received.
15116 (handle_one_xevent): Rename x_check_expected_move from
15117 x_check_fullscreen_move.
15118 (x_set_offset): Only add WM decoration sizes to modified_top/left
15119 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
15120 (x_check_expected_move): Rename from x_check_fullscreen_move.
15121 Removed fullscreen specific code. Use check_expected_move,
15122 expected_left/top instead. Also, set wm_type.
15123 (x_term_init): Initialize wm_type to unknown.
15124
15125 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15126 sizes to move_x/y.
15127
15128 2003-10-03 Kenichi Handa <handa@m17n.org>
15129
15130 * macterm.c (x_load_font): Clear all members of FONTP before start
15131 filling them.
15132
15133 2003-10-02 Kenichi Handa <handa@m17n.org>
15134
15135 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15136 before calling find_ccl_program_func. Call find_ccl_program_func
15137 only when fontp->font_encoder is not NULL.
15138
15139 * xterm.c (x_load_font): Clear all members of FONTP before start
15140 filling them.
15141
15142 2003-10-03 John Paul Wallington <jpw@gnu.org>
15143
15144 * keymap.c (map_keymap): Don't abort when binding is a vector.
15145
15146 2003-10-02 Jason Rumney <jasonr@gnu.org>
15147
15148 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15149 Sync dependencies with Makefile.in.
15150 (alloca.o): Remove.
15151
15152 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15153 filling them.
15154
15155 * w32bdf.c (w32_load_bdf_font): Likewise.
15156
15157 2003-09-30 Richard M. Stallman <rms@gnu.org>
15158
15159 * term.c (set_tty_color_mode): Calculate current_mode_spec
15160 regardless of value of VAL.
15161
15162 * intervals.c (graft_intervals_into_buffer):
15163 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15164 Handle over_used when splitting UNDER.
15165
15166 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15167
15168 * regex.c (regex_compile): Free the stack when returning from function.
15169
15170 2003-09-28 Kenichi Handa <handa@m17n.org>
15171
15172 * fontset.c (Finternal_char_font): Change return value to
15173 cons (FONT-NAME . GLYPH-CODE).
15174
15175 2003-09-28 Eli Zaretskii <eliz@gnu.org>
15176
15177 * term.c (tty_setup_colors): Treat any negative argument as -1.
15178
15179 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15180
15181 * process.c (send_process): Delete unused temp_buf.
15182
15183 2003-09-26 Dave Love <fx@gnu.org>
15184
15185 * xterm.c (x_bitmap_mask): Declare.
15186
15187 2003-09-25 Dave Love <fx@gnu.org>
15188
15189 * Makefile.in (fns.o): Depend on md5.h.
15190
15191 2003-09-25 Kim F. Storm <storm@cua.dk>
15192
15193 * window.c (set_window_buffer): Fix redisplay problems when
15194 switching between buffers with different display margin widths.
15195
15196 2003-09-23 Kim F. Storm <storm@cua.dk>
15197
15198 * process.c (set_socket_option): Fix :bindtodevice option.
15199 (Fset_network_process_option): Update process contact list when
15200 setting option succeeds.
15201 (Fmake_network_process): Doc fix.
15202
15203 2003-09-23 Dave Love <fx@gnu.org>
15204
15205 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
15206
15207 2003-09-22 Eli Zaretskii <eliz@gnu.org>
15208
15209 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15210 color mode is an integer number (it could be -1).
15211
15212 2003-09-22 Richard M. Stallman <rms@gnu.org>
15213
15214 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15215 in the case where OVER is longer than UNDER.
15216
15217 2003-09-22 Masatake YAMATO <jet@gyve.org>
15218
15219 * window.c (Fset_window_scroll_bars): Validate the value of
15220 `vertical_type'.
15221
15222 2003-09-21 Kim F. Storm <storm@cua.dk>
15223
15224 * frame.c (Vdefault_frame_scroll_bars): New variable.
15225 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15226 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15227 window-system default scroll bar position.
15228
15229 * window.c (Fwindow_scroll_bars): Doc fix.
15230
15231 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15232
15233 * xterm.c (x_set_offset): Take window manager decorations into account.
15234
15235 2003-09-19 Richard M. Stallman <rms@gnu.org>
15236
15237 * atimer.h: Don't include lisp.h.
15238 (P_): Define it here (as well as elsewhere).
15239
15240 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15241 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15242
15243 * data.c (Fvariable_binding_locus): New function.
15244 (syms_of_data): defsubr it.
15245 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15246
15247 2003-09-18 Dave Love <fx@gnu.org>
15248
15249 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15250
15251 * process.c (Fnetwork_interface_info): Fix type error.
15252 (Fnetwork_interface_list): Doc fix.
15253 (read_process_output, read_process_output): Delete unused var.
15254
15255 2003-09-17 Kim F. Storm <storm@cua.dk>
15256
15257 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15258 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15259 (Fnetwork_interface_info): Check that ifreq struct has required
15260 fields before accessing them; this requires that those fields are
15261 defined as macros, which may be too restrictive on some platforms,
15262 but it is better than failing on other platforms.
15263 (syms_of_process): Only defsubr above fns when included.
15264
15265 2003-09-17 Dave Love <fx@gnu.org>
15266
15267 * unexalpha.c: Don't include varargs.h.
15268
15269 2003-09-17 Kim F. Storm <storm@cua.dk>
15270
15271 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15272 for network process.
15273 (socket_options): Add `:' prefix to option names. Add optbit field.
15274 (set_socket_option): Remove no_error arg and special handling of s < 0.
15275 Return 1<<optbit for known option, 0 for unknown.
15276 Do not interpret 0 as false for boolean option (only nil).
15277 Pass failed option and value to report_file_error.
15278 (Fset_network_process_options): Replace by Fset_network_process_option.
15279 (Fset_network_process_option): New function to set just one option.
15280 (Fmake_network_process): Allow :coding arg to be a cons.
15281 Allow :server arg to be an integer specifying backlog size.
15282 Remove :options arg, and allow options to be specified directly
15283 as :KEY, VALUE pairs. Parse these options before binding socket.
15284 As before, :reuseaddr t is default for a server process, but this
15285 can now be disabled by specifying :reuseaddr nil.
15286 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15287 (init_process): Availability of network options is now checked with
15288 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15289 setup features.
15290 (syms_of_process): Fix defsubr's for the replaced functions.
15291
15292 2003-09-16 Dave Love <fx@gnu.org>
15293
15294 * Makefile.in: Depend on coding.h.
15295
15296 2003-09-14 Kim F. Storm <storm@cua.dk>
15297
15298 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15299 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15300 (syms_of_process): Defsubr them.
15301
15302 * config.in: Regenerate.
15303
15304 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15307 * m/news-r6.h (XUNMARK): Remove.
15308 * m/mips.h (XUNMARK): Remove.
15309 * m/mips-siemens.h (XUNMARK): Remove.
15310 * m/iris4d.h (XUNMARK): Remove.
15311 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15312
15313 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15316 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15317 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15318 (XTYPE): Use unsigned right-shift.
15319 (XMARKBIT, XMARK, XUNMARK): Remove.
15320
15321 * alloc.c (init_intervals, init_symbol, init_marker):
15322 Don't preallocate anything.
15323 (Fgarbage_collect, mark_object): Ignore the markbit.
15324
15325 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15326
15327 2003-09-08 Lute Kamstra <lute@gnu.org>
15328
15329 * xdisp.c (pint2hrstr): New function.
15330 (decode_mode_spec): Add `%i' and `%I' specs.
15331 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15332 for `mode-line-format'.
15333
15334 2003-09-07 Andreas Schwab <schwab@suse.de>
15335
15336 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15337 avoid warning.
15338
15339 2003-09-07 Eli Zaretskii <eliz@gnu.org>
15340
15341 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
15342
15343 2003-09-03 Kim F. Storm <storm@cua.dk>
15344
15345 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15346 change (superseded by 2002-08-30 change); the default blink-off
15347 cursor is now again "no cursor".
15348
15349 2003-09-01 Jason Rumney <jasonr@gnu.org>
15350
15351 * makefile.w32-in (alloca.o): Remove.
15352 (coding.o): Depend on intervals.h
15353 (emacs.o, bytecode.o): Depend on window.h
15354
15355 2003-09-01 Dave Love <fx@gnu.org>
15356
15357 * Makefile.in (alloca.o): Remove commands.
15358 (coding.o): Depend on intervals.h composite.h window.h.
15359 (emacs.o): Depend on window.h keyboard.h keymap.h.
15360 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15361 (bytecode.o): Depend on window.h.
15362
15363 2003-08-31 Jason Rumney <jasonr@gnu.org>
15364
15365 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15366 returned even when font_type is unknown.
15367
15368 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15369
15370 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15371
15372 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15373
15374 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15375 *_offset.
15376
15377 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15378 calculate pixel value.
15379
15380 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15381
15382 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15383 Don't tell redisplay display is accurate when it's actually been
15384 paused for pending input.
15385
15386 2003-08-29 Richard M. Stallman <rms@gnu.org>
15387
15388 * dispnew.c (adjust_glyph_matrix): Call window_box
15389 whenever W is nonzero.
15390
15391 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15392 (Fkill_local_variable, Fmake_variable_frame_local)
15393 (Flocal_variable_p, Flocal_variable_if_set_p):
15394 Use indirect_variable to trace thru variable aliases.
15395
15396 * config.in: Updated.
15397
15398 * callint.c (Fcall_interactively): Save and restore
15399 Vthis_command, Vthis_original_command, real_this_command,
15400 and current_kboard->Vlast_command.
15401
15402 * abbrev.c (Fexpand_abbrev): Insert before deleting.
15403
15404 2003-08-29 Gerd Moellmann <gerd@gnu.org>
15405
15406 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
15407
15408 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
15409
15410 * coding.c (decode_coding_iso2022): Initialize local variable c2.
15411 (decode_coding_sjis_big5): Likewise.
15412
15413 2003-08-27 Jason Rumney <jasonr@gnu.org>
15414
15415 * w32.c (sys_pipe): Protect against file descriptor overflow.
15416
15417 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
15418
15419 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
15420
15421 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15422
15423 * xfns.c (Vgtk_version_string): New variable.
15424 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
15425
15426 2003-08-24 Eli Zaretskii <eliz@gnu.org>
15427
15428 * term.c (term_init): Remove `const' from buffer_size's declaration.
15429
15430 * Makefile.in (msdos.o): Depend on intervals.h.
15431
15432 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
15433
15434 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15435
15436 * xterm.h (struct x_display_info): New fields: client_leader_window
15437 and Xatom_wm_client_leader.
15438
15439 * xterm.c (x_initialize): Move call to x_session_initialize to ...
15440 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
15441
15442 * xsmfns.c (create_client_leader_window): New function.
15443 (x_session_initialize): Call create_client_leader_window, take
15444 dpyinfo as argument.
15445
15446 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
15447
15448 * Makefile.in (xsmfns.o): Add more depenedencies.
15449
15450 2003-08-21 Dave Love <fx@gnu.org>
15451
15452 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
15453
15454 2003-08-21 Kenichi Handa <handa@m17n.org>
15455
15456 * term.c (term_init): Fix previous change; don't rely on the
15457 length of `buffer' if TERMINFO is defined.
15458
15459 2003-08-20 Dave Love <fx@gnu.org>
15460
15461 * atimer.h: Include lisp.h.
15462
15463 * lisp.h (EMACS_LISP_H): New.
15464 (popup_activated_flag): Don't declare.
15465
15466 * alloca.c: Some merging with gnulib. Change logic and doc
15467 concerning (x)malloc/(x)free -- no longer Emacs-specific.
15468 [DO_BLOCK_INPUT]: Don't include lisp.h.
15469 (xmalloc, xfree): Declare.
15470 (malloc): Don't declare.
15471
15472 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
15473 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
15474 atimer.h, blockinput.h.
15475
15476 * alloc.c (lisp_align_malloc): Change type of `aligned'.
15477
15478 * alloca.s: Remove.
15479
15480 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15481
15482 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
15483 use -lncurses.
15484
15485 * term.c (term_init): Use a buffer of size 4096 for tgetent since
15486 FreeBSD returns something longer than 2044. Abort if the end of
15487 the buffer is overwritten.
15488
15489 2003-08-19 Miles Bader <miles@gnu.org>
15490
15491 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
15492
15493 2003-08-19 Gerd Moellmann <gerd@gnu.org>
15494
15495 * alloc.c (lisp_align_malloc): Check for memory full when
15496 allocating ablocks, which also avoids freeing a pointer into an
15497 ablocks structure.
15498
15499 * puresize.h (BASE_PURESIZE): Increase to 1100000.
15500
15501 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
15502
15503 2003-08-16 Richard M. Stallman <rms@gnu.org>
15504
15505 * editfns.c (Fencode_time): Doc fix.
15506
15507 2003-08-16 David Ponce <david@dponce.com>
15508
15509 * fileio.c (Fwrite_region): Fix conditional expression to issue
15510 the right message.
15511
15512 2003-08-16 Juri Linkov <juri@jurta.org>
15513
15514 * syntax.c (Fforward_word): Argument changed to optional.
15515 Set default value to 1.
15516
15517 2003-08-15 Kenichi Handa <handa@m17n.org>
15518
15519 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
15520 what autoscaled.
15521 (best_matching_font): Once we find a better scalable font, set
15522 non_scalable_has_exact_height_p to 1.
15523 (try_font_list): Call try_alternative_families to try any family
15524 with the given registry.
15525
15526 2003-08-09 Andreas Schwab <schwab@suse.de>
15527
15528 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
15529
15530 * print.c (print_string): Fix printing of multibyte string with
15531 nontrivial printcharfun.
15532
15533 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15534
15535 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
15536
15537 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
15538
15539 2003-07-31 Kenichi Handa <handa@m17n.org>
15540
15541 * process.c (read_process_output): Return the actually read bytes
15542 instead of the result of decoding.
15543
15544 2003-07-31 Kenichi Handa <handa@m17n.org>
15545
15546 * xterm.h (struct x_bitmap_record): New member have_mask.
15547
15548 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
15549 to 0.
15550 (x_create_bitmap_from_file): Likewise.
15551 (x_destroy_bitmap): Check have_mask member before freeing a mask.
15552 (x_destroy_all_bitmaps): Likewise.
15553 (x_create_bitmap_mask): Set have_mask member to 1.
15554
15555 2003-07-30 Richard M. Stallman <rms@gnu.org>
15556
15557 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
15558
15559 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15560
15561 * gtkutil.c (xg_mark_data): Update calls to mark_object.
15562
15563 2003-07-29 Richard M. Stallman <rms@gnu.org>
15564
15565 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
15566 Conditionalize XIM code on HAVE_XIM.
15567
15568 * fns.c (Fclear_string): New function.
15569 (syms_of_fns): defsubr it.
15570
15571 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15572
15573 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
15574
15575 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15576
15577 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
15578
15579 * buffer.c (delete_all_overlays): New function.
15580 * buffer.h (delete_all_overlays): Declare.
15581 * coding.c (run_pre_post_conversion_on_str):
15582 * print.c (temp_output_buffer_setup):
15583 * fileio.c (Finsert_file_contents):
15584 * minibuf.c (get_minibuffer): Use it.
15585
15586 2003-07-22 Andrew Choi <akochoi@shaw.ca>
15587
15588 * unexmacosx.c (unexec_regions_sort_compare):
15589 (unexec_regions_merge): New functions. Sort and merge unexec
15590 regions before dumping them.
15591
15592 2003-07-22 Dave Love <fx@gnu.org>
15593
15594 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
15595
15596 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
15597
15598 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
15599 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
15600 MARKBIT as the gcmarkbit for strings.
15601
15602 2003-07-21 Richard M. Stallman <rms@gnu.org>
15603
15604 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
15605
15606 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
15607 (syms_of_fns): Corresponding change.
15608
15609 * alloc.c (syms_of_alloc): Doc fixes.
15610
15611 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
15612
15613 * s/netbsd.h: Use -Wl syntax.
15614
15615 2003-07-17 Richard M. Stallman <rms@gnu.org>
15616
15617 * xterm.c (xim_initialize): Redo 6/24 change.
15618
15619 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
15620
15621 * buffer.c (copy_overlays): Use EMACS_INT for positions.
15622 (Fswitch_to_buffer): Don't signal an error when switching to the same
15623 buffer in a dedicated window.
15624
15625 * alloc.c: Use bitmaps for cons, as was done for floats.
15626 (init_float, init_cons): Let the normal code allocate the first block.
15627 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
15628 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
15629 New macros.
15630 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
15631 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
15632 (live_cons_p): Check the pointer is not past the `conses' array.
15633 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
15634 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
15635 (survives_gc_p): Use CONS_MARKED_P and simplify.
15636 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
15637
15638 2003-07-13 Paul Eggert <eggert@twinsun.com>
15639
15640 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
15641 puts it into BSS instead, at least on Solaris 8 and 9.
15642 This is a valid optimization, and it may occur on other platforms,
15643 so Emacs should not assume that initializing a static variable to
15644 zero puts it into data.
15645 * alloc.c (pure, staticvec):
15646 Initialize these arrays to nonzero, so that they're not
15647 put into BSS by that optimization.
15648
15649 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
15650
15651 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
15652 (lisp_align_malloc): Use posix_memalign is available.
15653 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
15654 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
15655 for consistency. Update users.
15656
15657 2003-07-13 Richard M. Stallman <rms@gnu.org>
15658
15659 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
15660
15661 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
15662
15663 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
15664 and use the Gtk+ function gtk_window_icon_from_file if available.
15665
15666 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
15667 handle mask of bitmaps.
15668 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
15669 mask property.
15670 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
15671
15672 * xterm.h (xg_set_icon): New function.
15673
15674 2003-07-12 Paul Eggert <eggert@twinsun.com>
15675
15676 * unexelf.c (unexec): Consider a section to precede the .bss
15677 section if its addresses overlap that of .bss.
15678
15679 2003-07-12 Richard M. Stallman <rms@gnu.org>
15680
15681 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
15682
15683 * config.in (HAVE_CRTIN): Add #undef.
15684 (INLINE): Really inline only if OPTIMIZE is defined.
15685
15686 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
15687 END_FILES_1.
15688 (START_FILES_1, END_FILES_1): New macros (conditional).
15689 (LD_SWITCH_SYSTEM_TEMACS): Define.
15690
15691 * s/openbsd.h: Don't include bsd4-3.h.
15692 (TERMINFO): Define.
15693 (LIBS_TERMCAP): Define.
15694 (LD_SWITCH_SYSTEM): Define (two definitions).
15695
15696 * xfns.c: Include libpng/png.h instead of png.h.
15697
15698 2003-07-11 Andreas Schwab <schwab@suse.de>
15699
15700 * buffer.c (modify_overlay): Update prototype.
15701 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
15702 Likewise.
15703
15704 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15705
15706 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
15707 (struct interval): Move to intervals.h.
15708 (struct Lisp_Marker): Use EMACS_INT for position info.
15709 (forward_point): Remove prototype of defunct function.
15710 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
15711 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
15712 (syms_of_textprop, set_text_properties): Remove prototypes that are
15713 already in intervals.h.
15714
15715 * intervals.h (struct interval): Move from lisp.h.
15716 Use EMACS_INT for position and size info.
15717
15718 * coding.c: Include intervals.h for Fset_text_properties.
15719
15720 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15721 position and length information.
15722
15723 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15724
15725 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
15726 position and length information.
15727
15728 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
15729
15730 Change overlays_after and overlays_before so the overlays themselves
15731 are linked into lists, rather than using cons cells. After all each
15732 Lisp_Misc already occupies 5 words, so we can add a `next' field to
15733 Lisp_Overlay for free and save up one cons cell per overlay (not
15734 to mention one indirection when traversing the list of overlay).
15735
15736 * lisp.h (struct Lisp_Overlay): New field `next'.
15737
15738 * buffer.h (struct buffer): Change overlays_before and overlays_after
15739 from Lisp lists of overlays to pointers to overlays.
15740
15741 * buffer.c (overlay_strings, recenter_overlay_lists):
15742 Fix typo in eassert in last commit.
15743 (unchain_overlay): New function.
15744 (add_overlay_mod_hooklist): Use AREF.
15745 (copy_overlays, reset_buffer, overlays_at, overlays_in)
15746 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
15747 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
15748 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
15749 (report_overlay_modification, evaporate_overlays, init_buffer_once):
15750 Adjust to new type of overlays_(before|after).
15751
15752 * alloc.c (mark_object): Mark the new `next' field of overlays.
15753 (mark_buffer): Manually mark the overlays_(after|before) fields.
15754
15755 * coding.c (run_pre_post_conversion_on_str):
15756 * editfns.c (overlays_around):
15757 * xdisp.c (load_overlay_strings):
15758 * fileio.c (Finsert_file_contents):
15759 * indent.c (current_column):
15760 * insdel.c (signal_before_change, signal_after_change):
15761 * intervals.c (set_point_both):
15762 * print.c (temp_output_buffer_setup): Use new type for
15763 overlays_(before|after).
15764
15765 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
15766
15767 * buffer.c (report_overlay_modification): Don't run hooks while
15768 traversing the list of overlays.
15769
15770 * buffer.h (struct buffer): Use an int for overlay_center.
15771 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15772 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15773
15774 * buffer.c (reset_buffer, recenter_overlay_lists)
15775 (adjust_overlays_for_insert, adjust_overlays_for_delete)
15776 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
15777 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
15778 (overlays_at, evaporate_overlays, recenter_overlay_lists)
15779 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
15780
15781 * xdisp.c (fast_find_position): Remove unused var.
15782
15783 * cmds.c (Qexpand_abbrev): New sym.
15784 (syms_of_cmds): Initialize it.
15785 (internal_self_insert): Use it to call expand-abbrev.
15786
15787 2003-07-09 Kim F. Storm <storm@cua.dk>
15788
15789 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
15790 was configured with --without-xim.
15791 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
15792
15793 2003-07-07 Richard M. Stallman <rms@gnu.org>
15794
15795 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
15796
15797 * alloc.c (Fgarbage_collect): Doc fix.
15798
15799 2003-07-07 Nozomu Ando <nand@mac.com>
15800
15801 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
15802
15803 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15804
15805 * minibuf.c (read_minibuf): UNGCPRO before returning.
15806 (Ftry_completion, Fall_completions): Doc fix.
15807
15808 * alloc.c (live_float_p): Check that p is not past the `floats' array,
15809 now that `floats' is not the last element of the struct any more.
15810
15811 2003-07-06 Jason Rumney <jasonr@gnu.org>
15812
15813 * w32term.h (ClipboardSequence_Proc): New type.
15814
15815 * w32fns.c (clipboard_sequence_fn): New variable.
15816 (globals_of_w32fns): Initialize it.
15817
15818 * w32select.c (last_clipboard_sequence_number): New variable.
15819 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
15820 number if possible.
15821
15822 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15823
15824 * m/amdx86-64.h (MARKBIT):
15825 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
15826 MARKBIT and ARRAY_MARK_FLAG any more.
15827
15828 * m/hp800.h (XSETMARKBIT):
15829 * m/sr2k.h (XSETMARKBIT):
15830 * lisp.h (XSETMARKBIT): Remove unused macro.
15831
15832 * lisp.h (mark_object): Change prototype.
15833
15834 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
15835 (last_marked): Change accordingly.
15836 (mark_interval, mark_maybe_object, mark_maybe_pointer)
15837 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
15838 (mark_buffer): Update calls to mark_object.
15839
15840 * bytecode.c (mark_byte_stack):
15841 * fns.c (sweep_weak_table):
15842 * keyboard.c (mark_kboards): Update calls to mark_object.
15843
15844 2003-07-06 Jason Rumney <jasonr@gnu.org>
15845
15846 * alloc.c (struct ablock): Only include padding when there is some.
15847
15848 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15849
15850 * alloc.c (ALIGN): Add casts to simplify usage.
15851 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
15852 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
15853 (struct ablock, struct ablocks): New types.
15854 (free_ablock): New global var.
15855 (lisp_align_malloc, lisp_align_free): New functions.
15856 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
15857 (struct float_block): Reorder and add gcmarkbits.
15858 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
15859 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
15860 (init_float, make_float): Use lisp_align_malloc.
15861 (free_float, live_float_p): Don't use `type' any more.
15862 (make_float): Use FLOAT_UNMARK to access to mark bit.
15863 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
15864 Use FLOAT_MARKED_P to access the mark bit.
15865 (pure_alloc): Simplify use of ALIGN.
15866 (mark_object): Use FLOAT_MARK to access the mark bit.
15867 (gc_sweep): Use new macros to access the float's mark bit.
15868 (init_alloc_once): Init free_ablock.
15869
15870 * lisp.h (struct Lisp_Float): Remove unused field `type'.
15871
15872 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
15873
15874 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
15875 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
15876 (allocate_buffer): Move.
15877 (string_bytes): Don't mask markbit of `size_byte'.
15878 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15879 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
15880 Use the `size' field of buffers (rather than the `name' field) for
15881 the mark bit, as is done for all other vectorlike objects.
15882 Use the new macros to access the mark bit of vectorlike objects.
15883
15884 2003-06-26 Richard M. Stallman <rms@gnu.org>
15885
15886 * puresize.h (BASE_PURESIZE): Increment base size.
15887
15888 * xdisp.c (fast_find_position): Enable Gerd's new definition.
15889
15890 * xterm.c (xim_initialize): Undo previous change.
15891
15892 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
15893
15894 * alloc.c (survives_gc_p): Simplify.
15895
15896 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
15897
15898 * window.c (Fset_window_dedicated_p): Simplify.
15899 (display_buffer_1): Don't raise the win from which minibuf was entered.
15900 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
15901 (Fminibuffer_selected_window): Simplify.
15902
15903 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
15904
15905 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
15906 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
15907
15908 * insdel.c (check_markers, adjust_markers_for_delete)
15909 (adjust_markers_for_insert, adjust_markers_for_replace)
15910 (prepare_to_modify_buffer, RESTORE_VALUE):
15911 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
15912 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
15913 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
15914 * alloc.c (Fmake_marker, free_marker, gc_sweep):
15915 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
15916 * editfns.c (save_excursion_restore, transpose_markers):
15917 * window.c (delete_window):
15918 * xdisp.c (message_dolog): Update for new types.
15919
15920 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15921
15922 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
15923 (realize_default_face): Use default_face_done_p for the force_p
15924 argument to set_lface_from_font_name. Set default_face_done_p to one.
15925
15926 * frame.c (make_frame): Initialize default_face_done_p.
15927
15928 * frame.h (struct frame): Add default_face_done_p.
15929
15930 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
15931 will be defined.
15932
15933 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
15934
15935 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
15936 Initialize the new field `gcmarkbit'.
15937 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
15938 (mark_interval_tree): Don't mark the tree separately from the nodes.
15939 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
15940 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
15941 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
15942
15943 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
15944 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
15945 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
15946 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
15947 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
15948
15949 2003-06-24 Dave Love <fx@gnu.org>
15950
15951 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
15952
15953 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
15954 from gnulib.
15955
15956 2003-06-21 Richard M. Stallman <rms@gnu.org>
15957
15958 * fileio.c (Fwrite_region): Alternate messages
15959 for append and partial write.
15960
15961 * keyboard.c (read_key_sequence): When converting upcase fn key to
15962 downcase, update fkey and keytran so `backspace' gets translated.
15963
15964 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
15965
15966 * process.c (wait_reading_process_input): Don't signal SIGIO
15967 in batch mode.
15968
15969 2003-06-17 Kenichi Handa <handa@m17n.org>
15970
15971 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
15972 composite.h.
15973
15974 * xselect.c: Don't include charset.h, coding.h, composite.h.
15975 (Qforeign_selection): New variable.
15976 (syms_of_xselect): Intern and static it.
15977 (selection_data_to_lisp_data): Return a unibyte string made from
15978 data with `foreign-selection' text property.
15979
15980 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
15981
15982 * termhooks.h (EVENT_INIT): New macro.
15983
15984 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
15985
15986 * alloc.c (mark_kboards): Move to keyboard.c.
15987
15988 * keyboard.c (record_asynch_buffer_change, read_avail_input):
15989 * xterm.c (x_dispatch_event):
15990 * xmenu.c (find_and_call_menu_selection):
15991 * xdisp.c (handle_tool_bar_click):
15992 * w32menu.c (menubar_selection_callback):
15993 * sysdep.c (kbd_input_ast, read_input_waiting):
15994 * msdos.c (dos_rawgetc):
15995 * macterm.c (mac_check_for_quit_char):
15996 * macmenu.c (menubar_selection_callback):
15997 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
15998 data to kbd_buffer_store_event.
15999
16000 2003-06-15 Kim F. Storm <storm@cua.dk>
16001
16002 * xdisp.c (x_fix_overlapping_area): Always use area relative X
16003 to fix redisplay problem with tall characters (such as \e,AC\e(B).
16004
16005 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16006
16007 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
16008
16009 2003-06-12 Kenichi Handa <handa@m17n.org>
16010
16011 * fileio.c (Fwrite_region): Save and restore restriction.
16012
16013 2003-06-12 Dave Love <fx@gnu.org>
16014
16015 * alloca.c (alloca): Declare arg as size_t.
16016
16017 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
16018 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
16019
16020 2003-06-11 Dave Love <fx@gnu.org>
16021
16022 * search.c (shrink_regexp_cache): Use xrealloc.
16023 (syms_of_search): Use xmalloc.
16024
16025 2003-06-10 Kim F. Storm <storm@cua.dk>
16026
16027 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
16028 Adjust phys_cursor.x to be relative to window box, rather than
16029 text area before checking -- to ensure cursor is redrawn when
16030 exposing window.
16031 Note: This also fixes a similar (older) bug if display margins
16032 are present.
16033
16034 2003-06-06 Kenichi Handa <handa@m17n.org>
16035
16036 * coding.c (encoding_buffer_size): If coding->type is
16037 coding_type_ccl, double magnification on CRLF encoding.
16038
16039 2003-06-06 Jason Rumney <jasonr@gnu.org>
16040
16041 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
16042 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
16043
16044 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
16045 Mac too.
16046
16047 2003-06-05 Dave Love <fx@gnu.org>
16048
16049 * strftime.c: Merge changes from gnulib.
16050
16051 * mktime.c (__mktime_internal): Merge changes from gnulib
16052 involving year 69 and dst2.
16053
16054 Changes to merge with gnulib version and be consistent with the
16055 autoconf test:
16056
16057 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
16058 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
16059 [HAVE_LOCALE_H]: Include locale.h.
16060 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
16061
16062 2003-06-05 Kim F. Storm <storm@cua.dk>
16063
16064 * window.c (coordinates_in_window): Convert X and Y to window
16065 relative coordinates inside mode-line and header-line parts.
16066 Convert X and Y to margin area relative coordinates inside left
16067 and right display margin parts.
16068
16069 2003-06-05 Jason Rumney <jasonr@gnu.org>
16070
16071 * w32fns.c (add_system_logical_colors_to_map): New function.
16072 (Fx_open_connection): Use it.
16073
16074 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
16075
16076 * process.c (allocate_pty): Revert part of the previous patch.
16077 (Faccept_process_output): Simplify.
16078
16079 2003-06-04 Jason Rumney <jasonr@gnu.org>
16080
16081 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
16082
16083 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
16084 (lispy_mouse_wheel_names): Remove.
16085 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
16086 Always define drag_and_drop_syms.
16087
16088 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
16089 WHEEL_EVENT events.
16090
16091 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
16092
16093 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
16094
16095 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
16096
16097 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16098
16099 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16100 menu item label.
16101
16102 2003-06-03 Richard M. Stallman <rms@gnu.org>
16103
16104 * window.c (Fwindow_edges): Doc fix.
16105 (Fwindow_pixel_edges, Fwindow_inside_edges)
16106 (Fwindow_inside_pixel_edges): New functions.
16107 (syms_of_window): defsubr them.
16108
16109 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16110 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16111
16112 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16113
16114 * dispnew.c (Fsit_for): Don't lie about the number of args.
16115
16116 2003-06-02 Dave Love <fx@gnu.org>
16117
16118 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16119 (syms_of_callproc) <process-environment>: Doc fix.
16120
16121 * doc.c: Use HAVE_FCNTL_H, not USG5.
16122
16123 * xfaces.c (font_rescale_ratio): Fix for K&R.
16124
16125 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16126
16127 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16128
16129 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16130
16131 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16132 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16133
16134 * xterm.c (Qutf_8): Move to coding.c
16135
16136 * xmenu.c (ENCODE_MENU_STRING): New.
16137 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16138 Use it.
16139
16140 * coding.h (ENCODE_UTF_8): New.
16141 (Qutf_8): Declare.
16142
16143 * coding.c (Qutf_8): New.
16144 (syms_of_coding): Intern it.
16145
16146 * fns.c: Doc fixes.
16147
16148 2003-06-02 Kenichi Handa <handa@m17n.org>
16149
16150 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16151
16152 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16153
16154 * lread.c (openp): Make sure STR is a string.
16155
16156 2003-06-01 David Ponce <david@dponce.com>
16157
16158 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
16159 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16160
16161 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16162 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16163 (discard_mouse_events): Discard WHEEL_EVENT events too.
16164 (lispy_wheel_names, wheel_syms): New.
16165 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
16166 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
16167 (make_lispy_event): Add WHEEL_EVENT handler.
16168
16169 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16170 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16171 WHEEL_EVENT events.
16172
16173 2003-05-31 John Paul Wallington <jpw@gnu.org>
16174
16175 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16176 timer are in lisp/emacs-lisp.
16177
16178 2003-05-31 Kenichi Handa <handa@m17n.org>
16179
16180 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16181 region when a buffer is changed to unibyte.
16182
16183 * charset.h (VALID_LEADING_CODE_P): New macro.
16184 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16185
16186 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16187 is nonzero, accept multibyte form of eight-bit-control chars.
16188 (decode_composition_emacs_mule): Likewise.
16189 (decode_coding_emacs_mule): Likewise.
16190 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16191 multibyte form of eight-bit-control chars.
16192
16193 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16194 (Finsert_file_contents): If coding-system-for-read is bound to
16195 Qauto_save_coding, use the coding system emacs-mule with special
16196 setting for recovering a file.
16197 (choose_write_coding_system): On auto saving, use the coding
16198 system emacs-mule with special setting for auto saving.
16199 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16200
16201 2003-05-30 Kenichi Handa <handa@m17n.org>
16202
16203 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16204 properly before calling ccl_driver.
16205
16206 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
16207
16208 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
16209 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16210 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16211
16212 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16213
16214 * xfaces.c (realize_default_face): Do not abort if lface is
16215 non-existent - reverts change from 2003-05-19.
16216
16217 2003-05-29 Kenichi Handa <handa@m17n.org>
16218
16219 * coding.c (decode_coding_iso2022): Pay attention to the byte
16220 sequence of CTEXT extended segment, and retain those bytes as is.
16221
16222 2003-05-28 Kenichi Handa <handa@m17n.org>
16223
16224 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
16225 of CODING_REPLACEMENT_CHARACTER.
16226 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16227 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16228 check this flag on encoding.
16229 (encode_coding_sjis_big5):
16230 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16231 (Fset_terminal_coding_system_internal):
16232 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16233 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16234
16235 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
16236 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16237 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16238
16239 2003-05-28 Richard M. Stallman <rms@gnu.org>
16240
16241 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16242
16243 * eval.c (unbind_to): Move init of this_binding to separate statement.
16244
16245 2003-05-28 Kim F. Storm <storm@cua.dk>
16246
16247 * xdisp.c (expose_window): Fix error in calculation of
16248 window relative coordinates of area to redisplay.
16249
16250 2003-05-27 Jason Rumney <jasonr@gnu.org>
16251
16252 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16253
16254 2003-05-27 David Ponce <david@dponce.com>
16255
16256 Handle W32 mouse wheel events as mouse click events, like in X.
16257
16258 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16259 MOUSE_WHEEL_EVENT anymore.
16260
16261 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16262 Scrolling down/up the mouse wheel is respectively mapped to mouse
16263 button 4 and 5.
16264 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16265 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16266 WM_MOUSEWHEEL events.
16267
16268 2003-05-27 Andreas Schwab <schwab@suse.de>
16269
16270 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16271
16272 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16273 partially visible line.
16274
16275 * alloc.c (Fgarbage_collect): Fix last change.
16276
16277 2003-05-26 John Paul Wallington <jpw@gnu.org>
16278
16279 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16280
16281 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16282
16283 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16284 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16285
16286 * window.h (window_box_text_cols): Declare.
16287
16288 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16289 (x_draw_vertical_border): Remove unused var `f'.
16290
16291 * xfaces.c (build_scalable_font_name): Remove `unused var
16292 pixel_size' warning.
16293
16294 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16295
16296 * unexelf.c (unexec): Remove `unused var n' warning.
16297
16298 * strftime.c (my_strftime_localtime_r): Remove `defined but
16299 unused' warning.
16300
16301 * process.c (allocate_pty): Remove `unused var stb' and
16302 `cp might be used uninitialized' warnings.
16303
16304 * dispnew.c (mode_line_string): Remove unused var `f'.
16305
16306 * coding.c (find_safe_codings): Remove unused var `i'.
16307
16308 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16309
16310 * buffer.c (Fkill_buffer): Remove unused var `list'.
16311
16312 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16313
16314 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16315
16316 * frame.c (make_frame): Condition want_fullscreen with
16317 HAVE_WINDOW_SYSTEM.
16318
16319 2003-05-25 Juanma Barranquero <lektu@terra.es>
16320
16321 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16322 (Fwindow_scroll_bars): Fix typo in docstring.
16323
16324 2003-05-24 Kim F. Storm <storm@cua.dk>
16325
16326 The following changes serve several purposes:
16327
16328 1) Swap the position of fringes and display margins in windows, i.e.
16329 the fringes are now displayed between the margins and the text area
16330 (by default).
16331
16332 2) Allow fringe and scroll bar parameters to be set per-buffer and
16333 per-window (like display margins). Such settings are now stored
16334 in window configurations, preserved when frames are resized, and
16335 copied when windows are split vertically or horizontally.
16336 Several bugs related to display margins have been fixed.
16337
16338 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
16339
16340 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16341 rather than FRAME_WIDTH (FRAME_FONT (f)).
16342
16343 5) Introduce a consistent naming of variables, members and macros
16344 depending on whether their value is measured in pixels or in
16345 canonical columns/lines. Pixel dimensions are named *_width and
16346 *_height, while canonical columns/lines are named *_cols and
16347 *_lines. Pixel positions are named *_x and *_y, while column/line
16348 positions are named *_col and *_line.
16349
16350 6) Consolidate more of the X, W32, and MAC gui code by moving
16351 common data into struct frame, and generalize it for the non-gui
16352 case by using suitable defaults.
16353
16354 7) Cleanup and consolidate the macros controlling frame and window
16355 layout into frame.h and window.h, and generalize the use of the
16356 various window_box_* functions (enhanced to handle the new fringe
16357 position and the per-window fringe and scroll bar settings).
16358
16359 * frame.h (struct frame): Rename members height to text_lines,
16360 width to text_cols, window_height to total_lines, window_width to
16361 total_cols, new_height to new_text_lines, new_width to
16362 new_text_cols. All uses changed.
16363 (struct frame): New members which consolidate common members of
16364 x_output, w32_output, and mac_output structures: left_pos,
16365 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16366 win_gravity, size_hint_flags, border_width, internal_border_width,
16367 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16368 want_fullscreen. All uses changed.
16369 (struct frame): New member column_width contaning the canonical
16370 column width, analogue to line_height. All uses changed.
16371 (struct frame): Rename members scroll_bar_pixel_width to
16372 config_scroll_bar_width, and scroll_bar_cols to
16373 config_scroll_bar_cols. All uses changed.
16374 (struct frame): New member scroll_bar_actual_width which
16375 consolidates and renames the vertical_scroll_bar_extra member of
16376 x_output, w32_output, and mac_output structures. All uses changed.
16377 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
16378 from x/w32/macterm.h files. All uses changed. Also change code
16379 which referred to f->output_data...->pixel_height.
16380 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
16381 from x/w32/macterm.h files. All uses changed. Also change code
16382 which referred to f->output_data...->pixel_width.
16383 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
16384 Also change code which referred to f->height.
16385 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
16386 Also change code which referred to f->width.
16387 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16388 to update new_text_lines and new_text_cols members directly.
16389 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
16390 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
16391 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
16392 FRAME_SCROLL_BAR_COLS. All uses changed.
16393 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
16394 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
16395 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
16396 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
16397 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
16398 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
16399 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
16400 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
16401 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
16402 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
16403 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
16404 Unconditionally return line_height member (it now has proper value
16405 also for non-window frames).
16406 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
16407 return new column_width member (rather than the default font width).
16408 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
16409 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
16410 from x/w32/macterm.h files. Unconditionally return corresponding
16411 member of frame structure (they now have proper values also for
16412 non-window frames).
16413 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
16414 Calculate return value from left and right widths.
16415 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
16416 internal_border_width member (has proper value for non-window frame).
16417 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
16418 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
16419 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
16420 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
16421 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
16422 consolidated from xterm.h, macterm.h, and w32term.h.
16423 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
16424 consolidated from xterm.h, macterm.h, and w32term.h.
16425 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
16426 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
16427 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
16428 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
16429 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
16430 consolidated from x/mac/w32term.h.
16431 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
16432 consolidated from x/mac/w32term.h.
16433 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
16434 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
16435 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
16436 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
16437
16438 * window.h (struct window): Rename members left to left_col,
16439 top to top_line, height to total_lines, width to total_cols,
16440 left_margin_width to left_margin_cols, right_margin_width to
16441 right_margin_cols, orig_height to orig_total_lines, orig_top to
16442 orig_top_line. All uses changed.
16443 (struct window): New members left_fringe_width, right_fringe_width,
16444 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
16445 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
16446 New macros primarily used to simplify other macros.
16447 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
16448 referred to XINT (w->width).
16449 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
16450 referred to XINT (w->height).
16451 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
16452 referred to XINT (w->width) * canon_x_unit.
16453 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
16454 referred to XINT (w->height) * canon_y_unit.
16455 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
16456 referred to XINT (w->left).
16457 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
16458 all uses and code that referred to XINT (w->left) + XINT (w->width).
16459 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
16460 referred to XINT (w->top).
16461 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
16462 referred to XINT (w->top) + XINT (w->height).
16463 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
16464 referred to XINT (w->left) * canon_x_unit.
16465 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
16466 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
16467 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
16468 referred to XINT (w->top) * canon_y_unit.
16469 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
16470 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
16471 (WINDOW_LEFTMOST_P): New macro.
16472 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
16473 All uses changed.
16474 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
16475 All uses changed.
16476 (WINDOW_BOX_LEFT_EDGE_X): Rename from
16477 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
16478 Do not exclude left fringe width.
16479 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
16480 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
16481 Do not exclude fringe widths.
16482 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
16483 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
16484 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
16485 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
16486 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
16487 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
16488 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
16489 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
16490 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
16491 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
16492 New macros. Change code which referenced corresponding
16493 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
16494 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
16495 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
16496 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
16497 allow per-window scroll-bar settings.
16498 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
16499 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
16500 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
16501 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
16502 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
16503 FRAME_SCROLL_BAR_WIDTH.
16504 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
16505 (WINDOW_SCROLL_BAR_AREA_X): New macros.
16506 (WINDOW_HEADER_LINE_HEIGHT): Rename from
16507 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
16508 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
16509 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
16510 (WINDOW_BOX_TEXT_HEIGHT): Rename from
16511 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
16512 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16513 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16514 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
16515 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
16516 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16517 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
16518 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
16519 (window_from_coordinates): Update prototype.
16520 (Fset_window_buffer): Update EXFUN.
16521 (set_window_buffer): Update prototype.
16522
16523 * dispextern.h (struct glyph_matrix): Rename members window_left_x
16524 to window_left_col, window_top_y to window_top_line. All uses
16525 changed.
16526 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
16527 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
16528 internal_border_width is now set to 0 for non-window frames.
16529 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
16530 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
16531 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
16532 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
16533 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
16534 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
16535 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
16536 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
16537 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
16538 Move to window.h and renamed [see window.h changes].
16539 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
16540 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
16541 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
16542 Use WINDOW_TOTAL_LINES.
16543 (frame_update_line_height): Remove prototype.
16544
16545 * buffer.h (struct buffer): Rename members measured in columns:
16546 left_margin_width to left_margin_cols, right_margin_width to
16547 right_margin_cols. All uses changed.
16548 New members left_fringe_width, right_fringe_width,
16549 fringes_outside_margins for per-buffer fringe settings.
16550 New members scroll_bar_width and vertical_scroll_bar_type for
16551 per-buffer scroll bar settings.
16552
16553 * buffer.c (init_buffer_once): Set buffer_defaults and
16554 buffer_local_flags for new buffer-local variables
16555 left_fringe_width, right_fringe_width, fringes_outside_margins,
16556 scroll_bar_width, and vertical_scroll_bar_type.
16557 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
16558 default-* variables for them.
16559
16560 * dispnew.c: Make (many) trivial substitutions for renamed and
16561 new macros in dispextern.h, frame.h and window.h.
16562 (mode_line_string): No need to adjust width for mode lines, as it
16563 is already adjusted by the caller.
16564 (marginal_area_string): Handle fringes inside/outside margins.
16565
16566 * frame.c: Make (many) trivial substitutions for renamed and
16567 new macros in dispextern.h, frame.h and window.h.
16568 (make_frame): Initialize left_fringe_width, right_fringe_width,
16569 fringe_cols, scroll_bar_actual_width, border_width,
16570 internal_border_width, column_width, line_height, x_pixels_diff,
16571 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
16572 members with values suitable for a non-window frames.
16573
16574 * gtkutil.c: Make (many) trivial substitutions for renamed and
16575 new macros in dispextern.h, frame.h and window.h.
16576
16577 * indent.c: Make (few) trivial substitutions for renamed and
16578 new macros in dispextern.h, frame.h and window.h.
16579
16580 * keyboard.c: Make (many) trivial substitutions for renamed and
16581 new macros in dispextern.h, frame.h and window.h.
16582 (make_lispy_event): Use window positions returned from
16583 window_from_coordinates when constructing the lisp event for
16584 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
16585 (incorrect) values locally.
16586 (make_lispy_movement): Use window positions returned from
16587 window_from_coordinates when constructing the lisp event, rather
16588 than calculating (incorrect) values locally.
16589
16590 * scroll.c: Make (some) trivial substitutions for renamed and
16591 new macros in dispextern.h, frame.h and window.h.
16592
16593 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
16594 scroll-bars.
16595
16596 * sysdep.c: Make (few) trivial substitutions for renamed and
16597 new macros in dispextern.h, frame.h and window.h.
16598
16599 * term.c: Make (some) trivial substitutions for renamed and
16600 new macros in dispextern.h, frame.h and window.h.
16601
16602 * widget.c: Make (few) trivial substitutions for renamed and
16603 new macros in dispextern.h, frame.h and window.h.
16604
16605 * window.c: Make (many) trivial substitutions for renamed and
16606 new macros in dispextern.h, frame.h and window.h.
16607 (make_window): Initialize new members
16608 left_margin_cols, right_margin_cols, left_fringe_width,
16609 right_fringe_width, fringes_outside_margins, scroll_bar_width,
16610 and vertical_scroll_bar_type.
16611 (coordinates_in_window): Adapt to new fringe/margin positions
16612 and per-window fringes and scroll-bars.
16613 Fix bug related to incorrectly adjusting coordinates by
16614 frame's internal_border_width (the effect normally negible since
16615 the internal_border_width is typically 0 or 1 pixel, but very
16616 noticeable for an internal_border_width of e.g. 25 pixels).
16617 Upon successful return (other than ON_NOTHING), the coordinates
16618 are now always properly converted to window relative for the
16619 given display element.
16620 (window_from_coordinates): Add new parameters wx and wy to
16621 return the window relative x and y position in the returned
16622 window and part. A null arg means, don't return the position.
16623 All callers changed.
16624 (adjust_window_margins): New function which may reduce the width
16625 of the display margins if a window's text area is too small after
16626 resizing or splitting windows.
16627 (size_window): Fix bug that did not account for display margin
16628 widths when checking the minimum width of a window; use
16629 adjust_window_margins.
16630 (set_window_buffer): Call Fset_window_fringes and
16631 Fset_window_scroll_bars to setup per-window elements.
16632 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
16633 existing display margin, fringe widths, and scroll bar settings
16634 (e.g. after splitting a window or resizing the frame).
16635 All callers changed.
16636 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
16637 (Fsplit_window): Duplicate original window's display margin,
16638 fringe, and scroll-bar settings; then call Fset_window_buffer with
16639 KEEP_MARGINS non-nil. This fixes a bug which caused a split
16640 window to only preserve the display margins in one of the windows.
16641 When splitting horizontally, call adjust_window_margins on both
16642 windows to ensure that the text area of the new windows is non too
16643 narrow. This fixes a bug which could cause Emacs to trap if the
16644 width of the split window was less than the width of the display
16645 margins.
16646 (window_box_text_cols): Rename from window_internal_width.
16647 All uses changed. Adapt to per-window fringes and scroll bars.
16648 Fix bug that caused vertical separator to be subtracted also on
16649 window frames. Fix another bug that did not reduce the returned
16650 value by the columns used for display margins.
16651 (window_scroll_line_based): Fix bug related to scrolling too much
16652 when display margins are present (implicitly fixed by the fix to
16653 window_box_text_cols).
16654 (scroll_left, scroll_right): Fix bug related to scrolling too far
16655 by default when display margins are present (implicitly fixed by
16656 the fix to window_box_text_cols).
16657 (struct saved_window): Rename members left to left_col, top to
16658 top_line, width to total_cols, height to total_lines, orig_top to
16659 orig_top_line, orig_height to orig_total_lines. All uses changed.
16660 New members left_margin_cols, right_margin_cols,
16661 left_fringe_width, right_fringe_width, fringes_outside_margins,
16662 scroll_bar_width, and vertical_scroll_bar_type for saving
16663 per-window display elements.
16664 (Fset_window_configuration): Restore display margins, fringes,
16665 and scroll bar settings. This fixes a bug which caused display
16666 margins to be discarded when saving and restoring a window
16667 configuration.
16668 (save_window_save): Save display margins, fringes, and scroll bar
16669 settings. This fixes a bug which caused display margins to be
16670 discarded when saving and restoring a window configuration.
16671 (Fset_window_margins): Do nothing if display margins are not
16672 really changed. Otherwise, call adjust_window_margins to ensure
16673 the text area doesn't get too narrow. This fixes a bug which
16674 could cause Emacs to trap if setting display margins wider than
16675 the width of the window.
16676 (Fset_window_fringes): New defun to allow user to specifically set
16677 this window's fringe widths and position vs. display margins.
16678 (Fwindow_fringes): New defun to return window's actual fringe settings.
16679 (Fset_window_scroll_bars): New defun to allow user to specifically
16680 set this window's scroll bar width and position.
16681 (Fwindow_scroll_bars): New defun to return window's actual scroll
16682 bar settings.
16683 (compare_window_configurations): Also compare display margins,
16684 fringes, and scroll bar settings.
16685 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
16686
16687 * xdisp.c: Make (many) trivial substitutions for renamed and
16688 new macros in dispextern.h, frame.h and window.h.
16689 (window_box_width): Adapt to per-window fringes and scroll bars,
16690 and new fringe vs. display margin position. Note that returned
16691 value is no longer guaranteed to be a whole multiple of the frame
16692 column width, since per-window fringes may now be any width.
16693 (window_box_left_offset): New function like window_box_left, but
16694 value is relative to left border of window (rather than frame).
16695 (window_box_right_offset): New function like window_box_right,
16696 but value is relative to left border of window.
16697 (window_box_left): Adapt to per-window fringes and scroll bars,
16698 and new fringe vs. display margin position. Simplify by using
16699 WINDOW_LEFT_EDGE_X and window_box_left_offset.
16700 (window_box): Allow null args for unnecessary return values;
16701 change/simplify relevant callers.
16702 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
16703 and new fringe vs. display margin position.
16704 Use window_box_left_offset and window_box_right_offset
16705 (get_glyph_string_clip_rect): Adapt to per-window fringes and
16706 scroll bars, and new fringe vs. display margin position.
16707 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
16708 (draw_fringe_bitmap): Rework to handle per-window fringes and new
16709 fringe vs. display margin position.
16710 (hscroll_window_tree): Use window_box_width instead of window_box.
16711 (redisplay_window): Adapt to per-window scroll bars.
16712 (draw_glyphs): Rework to handle per-window fringes and scroll
16713 bars, and new fringe vs. display margin position.
16714 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
16715 (x_clear_end_of_line): Adapt to per-window fringes and scroll
16716 bars, and new fringe vs. display margin position. Fix bug which
16717 increased total width of full_width rows by width of scroll bars
16718 although window's total width already includes that.
16719 (x_fix_overlapping_area): Simplify using window_box_left_offset.
16720 (expose_area): Simplify using window_box_left_offset.
16721 (x_draw_vertical_border): Handle per-window scroll bar settings,
16722 mixing windows with left, right and no scroll bars.
16723
16724 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
16725 where it's used in x_list_fonts (for clarity).
16726 (frame_update_line_height): Remove unused function; functionality
16727 is now done directly when setting the default font in x_set_font.
16728
16729 * xfns.c: Make (many) trivial substitutions for renamed and
16730 new macros in dispextern.h, frame.h and window.h.
16731
16732 * xmenu.c: Make (some) trivial substitutions for renamed and
16733 new macros in dispextern.h, frame.h and window.h.
16734
16735 * xterm.h (struct x_output): Move members left_pos, top_pos,
16736 border_width, pixel_height, pixel_width, line_height,
16737 internal_border_width, vertical_scroll_bar_extra,
16738 left_fringe_width, right_fringe_width, fringe_cols,
16739 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16740 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16741 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16742 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16743 (PIXEL_WIDTH, PIXEL_HEIGHT)
16744 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16745 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16746 frame.h and renamed [see frame.h changes].
16747 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16748 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16749 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16750 and renamed [see frame.h changes].
16751
16752 * xterm.c: Make (several) trivial substitutions for renamed and
16753 new macros in dispextern.h, frame.h and window.h.
16754 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16755 (scroll_run): Adapt to new fringe position.
16756 (glyph_rect): Use window coordinates returned from
16757 window_from_coordinates rather than frame_to_window_pixel_xy.
16758 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16759 scroll-bars.
16760 (handle_one_xevent): Simplify a USE_GTK conditional.
16761 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16762 (fringes are now inside margins, i.e. always in the clipping area).
16763 All callers changed.
16764 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16765 directly, then call compute_fringe_widths. Don't call
16766 frame_update_line_height.
16767
16768 * w32term.h (struct w32_output): Move members left_pos, top_pos,
16769 border_width, pixel_height, pixel_width, line_height,
16770 internal_border_width, vertical_scroll_bar_extra,
16771 left_fringe_width, right_fringe_width, fringe_cols,
16772 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16773 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
16774 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16775 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16776 (PIXEL_WIDTH, PIXEL_HEIGHT)
16777 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16778 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16779 frame.h and renamed [see frame.h changes].
16780 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16781 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16782 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16783 and renamed [see frame.h changes].
16784
16785 * w32term.c: Make (several) trivial substitutions for renamed and
16786 new macros in dispextern.h, frame.h and window.h.
16787 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16788 (glyph_rect): Use window coordinates returned from
16789 window_from_coordinates rather than frame_to_window_pixel_xy.
16790 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16791 scroll-bars.
16792 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
16793 (fringes are now inside margins, i.e. always in the clipping area).
16794 All callers changed.
16795 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16796 directly, then call compute_fringe_widths. Don't call
16797 frame_update_line_height.
16798
16799 * w32console.c: Make (few) trivial substitutions for renamed and
16800 new macros in dispextern.h, frame.h and window.h.
16801
16802 * w32fns.c: Make (many) trivial substitutions for renamed and
16803 new macros in dispextern.h, frame.h and window.h.
16804
16805 * w32menu.c: Make (few) trivial substitutions for renamed and
16806 new macros in dispextern.h, frame.h and window.h.
16807
16808 * macterm.h (struct mac_output): Move members left_pos, top_pos,
16809 border_width, pixel_height, pixel_width, line_height,
16810 internal_border_width, vertical_scroll_bar_extra,
16811 left_fringe_width, right_fringe_width, fringe_cols,
16812 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
16813 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
16814 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
16815 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
16816 (PIXEL_WIDTH, PIXEL_HEIGHT)
16817 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
16818 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
16819 frame.h and renamed [see frame.h changes].
16820 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
16821 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
16822 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
16823 and renamed [see frame.h changes].
16824
16825 * macterm.c: Make (several) trivial substitutions for renamed and
16826 new macros in dispextern.h, frame.h and window.h.
16827 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
16828 (glyph_rect): Use window coordinates returned from
16829 window_from_coordinates rather than frame_to_window_pixel_xy.
16830 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
16831 scroll-bars.
16832 (x_clip_to_row): Remove superfluous whole_line_p arg and code
16833 (fringes are now inside margins, i.e. always in the clipping area).
16834 All callers changed.
16835 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
16836 directly, then call compute_fringe_widths. Don't call
16837 frame_update_line_height.
16838
16839 * macfns.c: Make (several) trivial substitutions for renamed and
16840 new macros in dispextern.h, frame.h and window.h.
16841 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
16842
16843 * macmenu.c: Make (few) trivial substitutions for renamed and
16844 new macros in dispextern.h, frame.h and window.h.
16845
16846 * msdos.h (struct x_output): Remove members left_pos, top_pos,
16847 and line_height, and use corresponding new members in struct
16848 frame. All uses changed.
16849 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
16850 superseeded by corresponding macros in frame.h.
16851
16852 * msdos.c: Make (several) trivial substitutions for renamed and
16853 new macros in dispextern.h, frame.h and window.h.
16854 (IT_note_mouse_highlight): Use updated window coordinates returned
16855 by window_from_coordinates, rather than adjusting them locally.
16856 (internal_terminal_init): No need to initialize line_height here;
16857 it now defaults to 1.
16858
16859 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
16860
16861 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
16862 dropping `down' events.
16863
16864 2003-05-24 Andreas Schwab <schwab@suse.de>
16865
16866 * coding.c (find_safe_codings): Fix last change.
16867
16868 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
16869
16870 * xfns.c (x_window): Fix typo from 2003-05-21 change.
16871
16872 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
16873
16874 * xdisp.c (display_mode_element): Increase max depth.
16875 Simplify the error handling code. Use a different error string
16876 for the case where we hit the depth limit.
16877
16878 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
16879
16880 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
16881
16882 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
16883
16884 * intervals.c (get_local_map): Don't get char-property of previous
16885 point any more: get_pos_property already does it and better.
16886
16887 2003-05-21 Dave Love <fx@gnu.org>
16888
16889 [Merged from unicode branch.]
16890
16891 * xfns.c (x_window, x_window): Use use_xim.
16892
16893 * xterm.c (use_xim): Initialize.
16894 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16895 (x_term_init): Maybe set use_xim.
16896
16897 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16898
16899 2003-05-21 Jason Rumney <jasonr@gnu.org>
16900
16901 * unexw32.c (_start): Remove _fmode initialization.
16902
16903 * emacs.c (main) [WINDOWSNT]: Move it here.
16904
16905 2003-05-20 Dave Love <fx@gnu.org>
16906
16907 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
16908
16909 2003-05-19 Richard M. Stallman <rms@gnu.org>
16910
16911 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
16912 as value for QCfont attribute.
16913 (realize_default_face): lface should already exist; crash if not.
16914 Specify 0 for FORCE_P when calling set_lface_from_font_name.
16915
16916 * frame.c (Fignore_event): Doc fix.
16917
16918 2003-05-19 Kenichi Handa <handa@m17n.org>
16919
16920 * coding.c (decode_coding_string): Handle post-read-conversion
16921 even if the coding doesn't require decoding.
16922
16923 2003-05-18 Richard M. Stallman <rms@gnu.org>
16924
16925 * callproc.c (Fcall_process_region): Doc fix.
16926
16927 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16928
16929 * lread.c (Fload): Print a message if package is obsolete.
16930
16931 * window.c (Fselect_window): Add optional `norecord' arg.
16932 (select_window_1): Fold into Fselect_window.
16933 (select_window_norecord): New function.
16934 (temp_output_buffer_show): Use it. Preserve current buffer.
16935
16936 * window.h (Fselect_window): Update declaration.
16937
16938 * window.c (delete_window, Fother_window, Fset_window_configuration):
16939 * minibuf.c (read_minibuf):
16940 * macterm.c (x_new_focus_frame):
16941 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
16942 * callint.c (Fcall_interactively):
16943 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
16944
16945 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
16946
16947 2003-05-17 David Kastrup <dak@gnu.org>
16948
16949 * process.c (read_process_output): Back out change from 2003-03-09.
16950
16951 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
16952
16953 * editfns.c (get_pos_property): Don't assume that `object' = nil.
16954
16955 * textprop.c (text_property_stickiness): New arg `buffer'.
16956
16957 * intervals.h (text_property_stickiness): New arg `buffer'.
16958 (get_pos_property): Declare.
16959
16960 * intervals.c (get_local_map): Use get_pos_property, to obey
16961 stickiness and empty overlays.
16962 (create_root_interval, graft_intervals_into_buffer): Use BEG.
16963 (merge_properties, intervals_equal, merge_properties_sticky):
16964 Use XCAR, XCDR.
16965 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
16966
16967 2003-05-17 Richard M. Stallman <rms@gnu.org>
16968
16969 * minibuf.c (read_minibuf): If buffer is empty, record the default
16970 in the history.
16971 (Fminibuffer_complete_word): When deleting the overlap, take account
16972 of its real position.
16973
16974 * fns.c (map_char_table): Fix previous change.
16975
16976 * syntax.c (find_defun_start):
16977 When open_paren_in_column_0_is_defun_start,
16978 return beginning of buffer.
16979
16980 * lisp.h (map_char_table): Declare added arg.
16981
16982 * fns.c (map_char_table): New arg TABLE gets the master table.
16983 All calls changed.
16984 Process default and inheritance, resorting to Faref if necessary.
16985
16986 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16987 (Faccessible_keymaps): Pass new arg to map_char_table.
16988
16989 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
16990
16991 * casetab.c (set_case_table): Pass new arg to map_char_table.
16992
16993 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
16994
16995 * lisp.h (specbinding_func): New typedef.
16996 (struct specbinding): Use specbinding_func, to put the `volatile'
16997 in the right place.
16998
16999 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
17000 to avoid GCC warning.
17001
17002 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
17003
17004 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
17005
17006 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
17007
17008 * keyboard.c (apply_modifiers): Don't fill the other cache.
17009
17010 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
17011
17012 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
17013
17014 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
17015 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
17016 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
17017 (Fset_window_configuration, Fcurrent_window_configuration)
17018 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
17019 (Fpos_visible_in_window_p, mark_window_cursors_off)
17020 (window_internal_height, window_internal_width, Frecenter)
17021 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
17022 (replace_buffer_in_all_windows, init_window_once, init_window)
17023 (syms_of_window, keys_of_window): Move from lisp.h.
17024 * lisp.h: Move window.c declarations to window.h.
17025
17026 * bytecode.c: Include window.h.
17027 * emacs.c: Include window.h.
17028
17029 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
17030 (keyremap): Add `parent' field.
17031 (keyremap_step): Use it. Remove `parent' argument.
17032 (read_key_sequence): Setup and use the new `parent' field.
17033
17034 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17035
17036 * keyboard.c (adjust_point_for_property): Ensure termination.
17037
17038 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
17039
17040 * keyboard.c (follow_key): Remove dead variable `did_meta'.
17041 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
17042 duplicated handling of function-key-map and key-translation-map
17043 in read_key_sequence.
17044 (read_key_sequence): Use them.
17045
17046 * keyboard.c (adjust_point_for_property): Try harder to move point
17047 to the non-sticky end of an invisible property.
17048
17049 * xdisp.c (single_display_prop_intangible_p): Make `space' display
17050 property intangible as well.
17051
17052 2003-05-10 Andreas Schwab <schwab@suse.de>
17053
17054 * xmenu.c (single_menu_item): Change last parameter to void* to
17055 avoid warning.
17056
17057 2003-05-09 Richard M. Stallman <rms@gnu.org>
17058
17059 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
17060 Bind Qinhibit_modification_hooks to t so there will be no GC.
17061 Rename local `tem' to `save_deactivate_mark'.
17062
17063 * eval.c (specpdl_ptr): Declare volatile.
17064 (unbind_to): Copy the whole binding and decrement specpdl_ptr
17065 before doing the work of unbinding it.
17066
17067 * lisp.h (struct specbinding): Declare elements volatile.
17068 (specpdl_ptr): Declare volatile.
17069
17070 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
17071
17072 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17073 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
17074
17075 2003-05-08 Dave Love <fx@gnu.org>
17076
17077 * coding.c (Vlast_coding_system_used): Doc fix.
17078
17079 2003-05-07 Jason Rumney <jasonr@gnu.org>
17080
17081 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
17082 when system does not support them.
17083
17084 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
17085
17086 * fileio.c (Qwrite_region_annotate_functions): New var.
17087 (build_annotations): Use it to process the global part of the hook.
17088 (syms_of_fileio): Init and staticpro it.
17089
17090 * keyboard.c (safe_run_hooks_error): Display a message instead of
17091 silently ignoring the error.
17092
17093 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * keyboard.c (input_available_signal): Mark static.
17096 (menu_bar_items): Use map_keymap.
17097 (menu_bar_one_keymap): Remove.
17098 (menu_bar_item): Adjust arglist (for use in map_keymap).
17099 Properly hide a second binding when not both are keymaps.
17100
17101 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17102 (single_keymap_panes): Use it and map_keymap.
17103 (single_menu_item): Use skp as well.
17104
17105 * keymap.h (map_keymap_function_t): New type.
17106 (map_keymap): Declare.
17107
17108 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17109 (map_keymap_call, Fmap_keymap): New functions.
17110 (syms_of_keymap): Defsubr map-keymap.
17111
17112 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17113
17114 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17115 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17116 ..._with_mnemonic functions for menu items.
17117
17118 2003-05-01 Kenichi Handa <handa@m17n.org>
17119
17120 * coding.c (coding_system_accept_latin_extra_p): Delete this
17121 function.
17122 (find_safe_codings): Pay attention to
17123 the property tranlsation-table-for-encode of each codings.
17124 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17125
17126 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17127
17128 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17129
17130 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17131
17132 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17133
17134 * lisp.h (CHECK): Wrap args in parenthesis.
17135 (specbind): Fix doc: symbol = Qnil is not supported any more.
17136
17137 * bytecode.c (Fbyte_code) <unwind-protect>:
17138 Use Fprogn rather than 0 and Qnil.
17139
17140 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17141 `double', and `triple' modifiers as well.
17142
17143 2003-04-30 Richard M. Stallman <rms@gnu.org>
17144
17145 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17146
17147 * alloc.c (abort_on_gc): New variable.
17148 (Fgarbage_collect): Abort if abort_on_gc is set.
17149
17150 * lisp.h (abort_on_gc): Add decl.
17151
17152 * eval.c (Fsignal): Clear abort_on_gc.
17153
17154 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
17155 Reinit FORMAT_START and END before second scan.
17156
17157 * xdisp.c (move_it_vertically_backward): Do the final big else
17158 even if nlines is 0.
17159
17160 * xdisp.c (redisplay_internal): Finish the per-frame loop
17161 even if redisplay is suspended by input.
17162
17163 2003-04-24 Andrew Choi <akochoi@shaw.ca>
17164
17165 * macterm.c (x_list_fonts): Return all fonts that match if
17166 maxnames = -1.
17167
17168 2003-04-25 Kenichi Handa <handa@m17n.org>
17169
17170 * syntax.c (skip_chars): Fix previous change.
17171
17172 2003-04-24 Kenichi Handa <handa@m17n.org>
17173
17174 * syntax.c (skip_chars): Make the code faster by using the common
17175 technique of *p, *stop, and *endp.
17176
17177 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17178
17179 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
17180 tool_bar_items so GTK tool bar expose callback does not access items
17181 being updated.
17182
17183 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17184
17185 * eval.c (Fapply): Undo last change and add a comment about why.
17186
17187 2003-04-18 Miles Bader <miles@gnu.org>
17188
17189 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17190 pickier PARSE_MULTIBYTE_SEQ.
17191
17192 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17193
17194 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17195 Use XCDR, XCAR, CONSP.
17196 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17197 (Fapply): Remove unnecessary GCPRO.
17198
17199 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17200
17201 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17202
17203 * buffer.h: Don't hardcode BEG==1.
17204
17205 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17206
17207 2003-04-16 Richard M. Stallman <rms@gnu.org>
17208
17209 * xdisp.c (try_window, try_window_reusing_current_matrix):
17210 When at end of window, set window_end_pos to Z-ZV.
17211
17212 * buffer.c (Foverlay_recenter): Doc fix.
17213
17214 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17215
17216 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17217
17218 2003-04-14 Andrew Choi <akochoi@shaw.ca>
17219
17220 * macterm.c (mac_check_for_quit_char): Don't check more often than
17221 once a second.
17222
17223 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17224
17225 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17226 specially, so that they can't hide an implicit switch-frame event.
17227 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17228 (head_table): Use switch-frame as event_kind for select-window.
17229 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17230
17231 * editfns.c (Fformat): Lisp_Object/int mixup.
17232 (format2): Remove unused var numargs.
17233
17234 2003-04-11 Kenichi Handa <handa@m17n.org>
17235
17236 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
17237 (Qafter_insert_file_set_coding): New variable.
17238 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17239 for after-insert-file-adjust-coding-function.
17240 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17241 instead of Vafter_insert_file_adjust_coding_function.
17242
17243 2003-04-11 Kenichi Handa <handa@m17n.org>
17244
17245 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17246
17247 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17248 string. Callers changed.
17249
17250 2003-04-10 Kenichi Handa <handa@m17n.org>
17251
17252 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
17253 (syms_of_fileio): Declare it as a lisp variable.
17254 (Finsert_file_contents):
17255 Call Vafter_insert_file_adjust_coding_function before calling
17256 decode-format.
17257
17258 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17259
17260 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17261 get GtkAdjustment as widget now is a GtkRange.
17262
17263 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17264 GtkRange to avoid memory leak.
17265
17266 2003-04-09 Kenichi Handa <handa@m17n.org>
17267
17268 * xfaces.c (Vface_font_rescale_alist): New variable.
17269 (struct font_name): New member rescale_ratio.
17270 (font_rescale_ratio): New function.
17271 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
17272 (better_font_p): On comparing point sized, pay attention to
17273 recale_ratio member of fonts.
17274 (build_scalable_font_name): Reflect font->rescale_ratio in the
17275 font name.
17276 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17277
17278 * lread.c (read1): Before calling index, check if the 2nd
17279 arguemnt is in ASCII range.
17280
17281 2003-04-08 Richard M. Stallman <rms@gnu.org>
17282
17283 * fileio.c (Ffile_symlink_p): Doc fix.
17284
17285 * editfns.c (Fformat): Translate positions of text properties
17286 in the format string to apply them to the result.
17287
17288 * fileio.c (Finsert_file_contents): Doc fix.
17289 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17290
17291 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
17292
17293 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17294
17295 2003-04-08 Steven Tamm <steventamm@mac.com>
17296
17297 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17298 that self-contained application finds libexec files.
17299
17300 2003-04-08 Kenichi Handa <handa@m17n.org>
17301
17302 * coding.c (code_convert_region_unwind):
17303 Set Vlast_coding_system_used to the argument.
17304 (code_convert_region): If post-read-conversion function changed
17305 the value of last-coding-sytem, keep the new value in
17306 coding->symbol so that it won't be overridden.
17307 (run_pre_post_conversion_on_str): Likewise.
17308 (coding_system_accept_latin_extra_p): New function.
17309 (find_safe_codings): Pay attention to characters registered in
17310 latin-extra-code-table.
17311
17312 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17313
17314 * Makefile.in (md5.o): Add missing dependency info.
17315
17316 2003-04-06 Richard M. Stallman <rms@gnu.org>
17317
17318 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17319
17320 * marker.c (verify_bytepos): New function.
17321
17322 * intervals.c (set_intervals_multibyte_1): When becoming
17323 multibyte, adjust right and left child sizes to a whole set of
17324 characters. If an interval gets zero total-length, delete it.
17325 If an interval consists of just its children, delete one of them.
17326
17327 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17328 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
17329
17330 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
17331 All calls deleted.
17332 (lisp_malloc): Do the work here directly.
17333
17334 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17335
17336 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17337 char tables.
17338
17339 2003-04-04 Kenichi Handa <handa@m17n.org>
17340
17341 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17342 destructively change "%S" to "%s".
17343
17344 2003-04-03 Miles Bader <miles@gnu.org>
17345
17346 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17347 always set.
17348
17349 2003-04-01 Dave Love <fx@gnu.org>
17350
17351 * xfns.c (xpm_lookup_color): Grok "opaque".
17352
17353 2003-03-31 Andrew Choi <akochoi@shaw.ca>
17354
17355 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17356 parent window ID.
17357
17358 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17359
17360 * macterm.h (struct mac_output): Define x_pixels_diff and
17361 y_pixels_diff.
17362
17363 2003-03-31 Juanma Barranquero <lektu@terra.es>
17364
17365 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17366 blockinput.h and files included from it.
17367
17368 2003-03-31 Kim F. Storm <storm@cua.dk>
17369
17370 The following changes consolidates the common code related to
17371 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17372 files into frame.c.
17373
17374 * frame.c: Include blockinput.h.
17375 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17376 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17377 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17378 related vars here.
17379 (struct frame_parm_table, frame_parms): New table for describing
17380 frame parameters and their associated Q-variable.
17381 The order of the parameters corresponds to the sequence of the
17382 frame_parm_handlers table in redisplay_interface.
17383 (x_fullscreen_move, x_set_frame_parameters)
17384 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17385 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17386 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17387 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17388 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17389 Generic functions for processing of frame parameters.
17390 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17391 (display_x_get_resource, x_get_resource_string): Functions for
17392 generic access to X resources.
17393 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17394 (x_default_parameter, Fx_parse_geometry): Functions for generic
17395 access to frame parameters.
17396 (x_figure_window_size): Generic calculation of frame size.
17397 Fixed to add space needed for tool bar. Also setup size_hint_flags.
17398 (syms_of_frame): Intern and staticpro frame parameter variables.
17399 Defvar_lisp Vx_resource_class and Vx_resource_name here.
17400 Defsubr Sx_get_resource and Sx_parse_geometry.
17401
17402 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
17403 parameter related vars defined in frame.c.
17404 (EMACS_CLASS): Define here.
17405 (enum FULLSCREEN_*): Define here.
17406 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
17407 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
17408 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
17409 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
17410 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
17411 (x_set_visibility, x_set_autoraise, x_set_autolower)
17412 (x_set_unsplittable, x_set_vertical_scroll_bars)
17413 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
17414 (x_figure_window_size): Add prototypes.
17415
17416 * dispextern.h (frame_parm_handler): New typedef.
17417 (struct redisplay_interface): New member frame_parm_handlers.
17418 (enum resource_types): Move declaration here.
17419 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
17420 (x_default_parameter): Add prototypes.
17421
17422 * window.c: Remove extern decl for frame parameter vars.
17423 (change_window_heights): New generic function;
17424 replaces x_change_window_heights. All users changed.
17425
17426 * window.h (change_window_heights): Add prototype.
17427
17428 * xfaces.c: Remove extern decl for frame parameter vars.
17429
17430 * xterm.h (EMACS_CLASS): Remove. Use generic define.
17431 (struct w32_display_info): Fix type of xrdb member.
17432 (enum FULLSCREEN_*): Remove.
17433 Remove prototypes for generic functions (in frame.h).
17434
17435 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17436 parameters now defined in frame.h and frame.c.
17437 (Vx_resource_name): Remove. Use generic var.
17438 (enum x_frame_parms): Remove (bogus, unused enum).
17439 (check_x_display_info): Make non-static (for frame.c).
17440 (struct x_frame_parm_table, x_frame_parms): Remove.
17441 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17442 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17443 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17444 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17445 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17446 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17447 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17448 Remove. Use generic functions instead.
17449 (enum resource_types): Remove.
17450 (x_set_scroll_bar_default_width): New global function (for frame.c).
17451 (Fx_create_frame): Depend on x_figure_window_size to add space for
17452 toolbar and setup size_hint_flags.
17453 (x_frame_parm_handlers): New table for redisplay_interface.
17454 (syms_of_xfns): Don't intern/staticpro removed vars.
17455
17456 * xterm.c: Remove unnecessary extern declarations.
17457 (x_fullscreen_adjust): Remove. Use generic instead.
17458 (x_redisplay_interface): Add x_frame_parm_handlers member.
17459
17460 * w32gui.h (XrmDatabase): New (dummy) typedef.
17461
17462 * w32term.h (EMACS_CLASS): Remove. Use generic define.
17463 (struct w32_display_info): Fix type of xrdb member.
17464 (enum FULLSCREEN_*): Remove.
17465 (x_fullscreen_adjust): Remove prototype.
17466
17467 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17468 parameters now defined in frame.h and frame.c.
17469 (Vx_resource_name): Remove. Use generic var.
17470 (enum x_frame_parms): Remove (bogus, unused enum).
17471 (check_x_display_info): Make non-static (for frame.c).
17472 (struct x_frame_parm_table, x_frame_parms): Remove.
17473 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17474 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17475 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17476 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17477 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17478 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17479 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17480 Remove. Use generic functions instead.
17481 (enum resource_types): Remove.
17482 (x_set_scroll_bar_default_width): New global function (for frame.c).
17483 (Fx_create_frame): Depend on x_figure_window_size to add space for
17484 toolbar and setup size_hint_flags.
17485 (w32_frame_parm_handlers): New table for redisplay_interface.
17486 (syms_of_w32fns): Don't intern/staticpro removed vars.
17487
17488 * w32term.c: Remove unnecessary extern declarations.
17489 (x_fullscreen_adjust): Remove. Use generic instead.
17490 (x_redisplay_interface): Add w32_frame_parm_handlers member.
17491
17492 * w32reg.c (x_get_string_resource): Use XrmDatabase.
17493
17494 * macgui.h (XrmDatabase): New (dummy) typedef.
17495
17496 * macterm.h (EMACS_CLASS): Remove.
17497 (struct mac_display_info): Add xrdb member.
17498 (struct mac_output): Add want_fullscreen member.
17499
17500 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
17501 parameters now defined in frame.h and frame.c.
17502 (Vx_resource_name): Remove. Use generic var.
17503 (check_x_display_info): Make non-static (for frame.c).
17504 (struct x_frame_parm_table, x_frame_parms): Remove.
17505 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
17506 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
17507 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17508 (x_change_window_heights, x_set_autoraise, x_set_autolower)
17509 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
17510 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
17511 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
17512 Remove. Use generic functions instead.
17513 (enum resource_types): Remove.
17514 (x_set_scroll_bar_default_width): New global function (for frame.c).
17515 (mac_frame_parm_handlers): New table for redisplay_interface.
17516 (syms_of_macfns): Don't intern/staticpro removed vars.
17517
17518 * macterm.c: Remove unnecessary extern declarations.
17519 (x_redisplay_interface): Add mac_frame_parm_handlers member.
17520
17521 * Makefile.in (frame.o): Add dependency on blockinput.h and files
17522 included from it (atimer.h and systime.h).
17523
17524 2003-03-30 Andreas Schwab <schwab@suse.de>
17525
17526 * xdisp.c (x_insert_glyphs): Fix swapped width and height
17527 parameters for shift_glyphs_for_insert.
17528
17529 * macterm.c (x_redisplay_interface): Add missing entry for
17530 draw_vertical_window_border.
17531
17532 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17533
17534 * fileio.c (Fexpand_file_name): In the no-handler case, after
17535 expanding, look again for a handler and invoke it. This is needed
17536 for filenames like "/foo/../user@host:/bar/../baz" -- the first
17537 expansion produces "/user@host:/bar/../baz" which needs to be
17538 expanded again for the finame result "/user@host:/baz".
17539
17540 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17541
17542 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
17543 of area to be redrawn for better performance.
17544
17545 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
17546
17547 * xterm.c (take_vertical_position_into_account): Remove.
17548 (xt_action_hook): Call set_vertical_scroll_bar if needed.
17549 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
17550 (xm_scroll_callback, x_create_toolkit_scroll_bar)
17551 (x_set_toolkit_scroll_bar_thumb): Simplify.
17552 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
17553 (XTread_socket): Remove unused var.
17554 (x_make_frame_invisible): Replace goto with else.
17555
17556 * xdisp.c (set_vertical_scroll_bar): New fun.
17557 (redisplay_window): Use it.
17558
17559 2003-03-26 Richard M. Stallman <rms@gnu.org>
17560
17561 * xdisp.c (update_tool_bar): Recompute tool bar if
17562 update_mode_lines is set. Set w->update_mode_line
17563 only if the tool bar contents actually change.
17564 (update_menu_bar): Undo previous change.
17565
17566 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17567
17568 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
17569 (xg_frame_set_char_size): Calculate scroll bar width before frame
17570 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
17571 (xg_separator_p): Check for all documented separator types.
17572 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
17573 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
17574
17575 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
17576 so tool bar gets updated.
17577
17578 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
17579
17580 * data.c (store_symval_forwarding): Re-instate part of the code
17581 that was deleted with too much enthusiasm.
17582
17583 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
17584
17585 * data.c (store_symval_forwarding): Delete special read-only
17586 hack for type == -1, since we now use ->constant instead.
17587 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
17588
17589 * buffer.c (overlays_in): Declare static.
17590 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
17591 `constant' field rather than the variable's `type' field.
17592
17593 2003-03-24 Andrew Choi <akochoi@shaw.ca>
17594
17595 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
17596
17597 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
17598
17599 * fns.c [MAC_OSX]: Do not redefine vector.
17600
17601 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
17602
17603 * macgui.h: Remove definition of No_Cursor.
17604
17605 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
17606
17607 * xdisp.c: Define No_Cursor.
17608 (x_write_glyphs, notice_overwritten_cursor)
17609 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
17610 (note_mouse_highlight): Remove Mac-specific code.
17611 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
17612
17613 2003-03-24 John Paul Wallington <jpw@gnu.org>
17614
17615 * xdisp.c (redisplay_window): If mini window's buffer is not
17616 empty, then redisplay it like other windows.
17617
17618 2003-03-23 Kim F. Storm <storm@cua.dk>
17619
17620 * w32term.c (w32_draw_window_cursor): Fix last change.
17621
17622 2003-03-23 Kenichi Handa <handa@m17n.org>
17623
17624 * alloc.c (make_string_from_bytes, make_specified_string):
17625 Add `const' for the arg CONTENTS.
17626
17627 * lisp.h (make_string_from_bytes, make_specified_string):
17628 Prototypes adjusted.
17629
17630 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17631
17632 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
17633
17634 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
17635 (XG_SB_RANGE): New define.
17636
17637 * gtkutil.c (xg_fixed_handle_expose): New function.
17638 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
17639 expose events.
17640 (xg_update_scrollbar_pos): Take two more arguments, left and width
17641 of scroll bar including borders.
17642 Clear left and right part outside scroll bar separately as some
17643 themes have bars that are not an even number of pixels.
17644 Don't set reallocate_redraws, don't call
17645 gdk_window_process_all_updates.
17646 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
17647 so no need to change it. Calculate size and value with XG_SB_RANGE.
17648
17649 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
17650 Pass left and width of scroll bar including borders to
17651 xg_update_scrollbar_pos.
17652
17653 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17654
17655 * Makefile.in: Make sure space precedes end-of-line backslashes.
17656
17657 2003-03-22 Kim F. Storm <storm@cua.dk>
17658
17659 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
17660 Add generic versions here. Remove system specific versions
17661 defined elsewhere.
17662
17663 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
17664 Add prototypes.
17665
17666 * xterm.h (STORE_NATIVE_RECT): New macro.
17667
17668 2003-03-21 Kim F. Storm <storm@cua.dk>
17669
17670 * xdisp.c (get_glyph_string_clip_rect):
17671 Use FRAME_INTERNAL_BORDER_WIDTH.
17672
17673 * dispextern.h (struct redisplay_interface): Add active_p
17674 argument to draw_window_cursor member. All uses changed.
17675
17676 2003-03-21 Kim F. Storm <storm@cua.dk>
17677
17678 The following changes consolidate code related to writing and
17679 inserting glyphs, exposing frame, the tool bar, the mouse face,
17680 the output cursor, and help echo from xterm.c, w32term.c and
17681 macterm.c into xdisp.c. It also generalizes the use of the
17682 window_part enum instead of using numeric values throughout.
17683
17684 * xdisp.c: Consolidate gui-independent code here.
17685 Include keymap.h.
17686 (Qhelp_echo): Import.
17687 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
17688 (help_echo_string, help_echo_window, help_echo_object)
17689 (previous_help_echo_string, help_echo_pos): Declare here.
17690 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
17691 (estimate_mode_line_height): Define here. Handle windowing
17692 systems directly (without using estimate_mode_line_height_hook).
17693 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
17694 (update_window_cursor, update_cursor_in_window_tree)
17695 (fast_find_position, fast_find_string_pos)
17696 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
17697 (expose_area, expose_line, expose_overlaps, expose_window)
17698 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
17699 declared static as they are only used locally in xdisp.c.
17700 (draw_glyphs): Rename from x_draw_glyphs and make static.
17701 (tool_bar_item_info, notice_overwritten_cursor): Make static.
17702 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17703 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
17704 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
17705 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17706 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
17707 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
17708 (note_mouse_highlight, x_clear_window_mouse_face)
17709 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
17710 (x_intersect_rectangles): New generic functions for use by xdisp.c
17711 and GUI front-ends.
17712 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
17713 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
17714
17715 * dispextern.h (Display_Info): Generic typedef for *_display_info.
17716 (NativeRectangle): Generic typedef for rectangle type.
17717 (enum window_part): Move here from window.c.
17718 (struct redisplay_interface): New members flush_display_optional,
17719 define_frame_cursor, clear_frame_area, draw_window_cursor,
17720 draw_vertical_window_border, shift_glyphs_for_insert.
17721 Rename member clear_mouse_face to clear_window_mouse_face.
17722 (estimate_mode_line_height_hook): Remove hook.
17723 (auto_raise_tool_bar_buttons_p): Don't declare extern.
17724 (tool_bar_item_info): Remove prototype.
17725 (help_echo_string, help_echo_window, help_echo_object)
17726 (previous_help_echo_string, help_echo_pos)
17727 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
17728 (x_stretch_cursor_p, output_cursor): Declare extern.
17729 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
17730 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
17731 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
17732 (display_and_set_cursor, set_output_cursor, x_cursor_to)
17733 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
17734 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
17735 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
17736 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
17737 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
17738 Add prototypes.
17739 (mode_line_string, marginal_area_string): Fix prototypes.
17740
17741 * window.c (enum window_part): Move to dispextern.h.
17742 (coordinates_in_window): Use enum window_part member names
17743 instead of numbers to describe return value.
17744 (struct check_window_data): Change part member to window_part.
17745 (check_window_containing): Return window_part unaltered.
17746 (window_from_coordinates): Change part arg from int to enum
17747 window_part. Allow part arg to be null. All users changed.
17748
17749 * window.h (window_from_coordinates): Fix prototype.
17750
17751 * term.c (estimate_mode_line_height): Move to xdisp.c.
17752
17753 * keyboard.c (make_lispy_event): Use enum window_part.
17754
17755 * dispnew.c (mode_line_string, marginal_area_string): Use enum
17756 window_part instead of int in arg list. Users changed.
17757
17758 * xterm.h (No_Cursor): Declare as None for X.
17759 (struct mac_output): Replace member cross_cursor by hand_cursor.
17760
17761 * xterm.c: Remove consolidated defines and code.
17762 (BETWEEN): Remove unused macro.
17763 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
17764 (x_define_frame_cursor, x_clear_frame_area)
17765 (x_draw_window_cursor): New X-specific functions for RIF.
17766 (x_redisplay_interface): Add new members.
17767
17768 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
17769
17770 * w32term.h (struct w32_output): Remove cross_cursor member.
17771
17772 * w32term.c: Remove consolidated defines and code.
17773 (BETWEEN): Remove unused macro.
17774 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
17775 (w32_define_frame_cursor, w32_clear_frame_area)
17776 (w32_draw_window_cursor): New W32-specific functions for RIF.
17777 (w32_redisplay_interface): Add new members.
17778
17779 * w32gui.h (No_Cursor): Define as 0 for W32.
17780 (XRectangle): Add X compatible rectangle type.
17781 (NativeRectangle): Declare as RECT for W32.
17782 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17783
17784 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
17785
17786 * w32console.c: Remove consolidated defines and code.
17787
17788 * msdos.h (Display_Info): Add generic typedef.
17789
17790 * msdos.c: Remove consolidated defines and code.
17791 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
17792
17793 * macterm.h (struct mac_output): Replace member cross_cursor by
17794 hand_cursor.
17795 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
17796
17797 * macterm.c: Remove consolidated defines and code.
17798 (BETWEEN): Remove unused macro.
17799 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
17800 (mac_define_frame_cursor, mac_clear_frame_area)
17801 (mac_draw_window_cursor): New Mac-specific functions for RIF.
17802 (x_redisplay_interface): Add new members.
17803
17804 * macgui.h (No_Cursor): Define as 0 for Mac.
17805 (XRectangle): Add X compatible rectangle type.
17806 (NativeRectangle): Declare as Rect for Mac.
17807 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
17808
17809 * macfns.c (x_set_mouse_color): Setup hand_cursor.
17810 (x_set_cursor_color): Use x_display_and_set_cursor.
17811
17812 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
17813 included from it. Add dependency on keymap.h.
17814
17815 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
17816
17817 2003-03-21 Kenichi Handa <handa@m17n.org>
17818
17819 * fileio.c (Fexpand_file_name): Fix previous change.
17820
17821 2003-03-19 Kenichi Handa <handa@m17n.org>
17822
17823 * fileio.c (Ffile_name_directory): Reconstruct file name by
17824 make_specified_string.
17825 (Ffile_name_nondirectory, Ffile_name_as_directory)
17826 (Fdirectory_file_name, Fexpand_file_name)
17827 (Fsubstitute_in_file_name): Likewise.
17828 (Fread_file_name): Compare decoded homedir with DIR and
17829 DEFAULT_FILENAME.
17830
17831 * alloc.c (make_specified_string): If NCHARS is negative, count
17832 the number of characters.
17833
17834 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17835
17836 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
17837 all widgets.
17838
17839 * gtkutil.h: Removed xg_ignore_next_thumb.
17840
17841 2003-03-18 Kenichi Handa <handa@m17n.org>
17842
17843 * coding.c (Vchar_coding_system_table): Remove this variable.
17844 (Vcoding_system_safe_chars): New variable.
17845 (intersection): Remove this function.
17846 (find_safe_codings): Don't use Vchar_coding_system_table, but try
17847 all codings in SAFE_CODINGS.
17848 (Ffind_coding_systems_region_internal): Adjust for the change of
17849 find_safe_codings. Get generic coding systems from
17850 Vcoding_system_safe_chars.
17851 (Fdefine_coding_system_internal): New function.
17852 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
17853 Initialize and staticpro Vcoding_system_safe_chars.
17854
17855 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17856
17857 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
17858 equal old values before updating.
17859
17860 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
17861
17862 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
17863
17864 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17865
17866 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
17867 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
17868 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
17869 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
17870 (xg_create_scroll_bar): Pass bar to button event callback.
17871 (xg_find_top_left_in_fixed): New function.
17872 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
17873 whole scroll bar area. Get old position with
17874 xg_find_top_left_in_fixed, calculate and only clear needed areas.
17875 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
17876 dragging is in progress. Calculate whole as for Motif.
17877 Remove code that saved last values. Call gtk_range functions to
17878 set scroll bar sizes.
17879
17880 * gtkutil.h: Removed xg_ignore_next_thumb.
17881
17882 2003-03-17 Juanma Barranquero <lektu@terra.es>
17883
17884 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
17885 and files included from it.
17886
17887 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
17888
17889 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
17890 multiple occurrences of the same keymap under different prefixes.
17891 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
17892
17893 2003-03-16 Jason Rumney <jasonr@gnu.org>
17894
17895 * w32gui.h: Use HDC for Display.
17896
17897 * w32term.c (w32_encode_char): Prevent double-byte chars from
17898 crashing Emacs.
17899
17900 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
17901 as binary.
17902
17903 2003-03-16 Juanma Barranquero <lektu@terra.es>
17904
17905 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
17906
17907 2003-03-16 Kim F. Storm <storm@cua.dk>
17908
17909 The following changes consolidate some of the gui-independent
17910 parts of the processing and drawing of "glyph strings" from
17911 xterm.c, w32term.c, and macterm.c into xdisp.c.
17912
17913 * dispextern.h (struct glyph): Reduce face_id member from 22 to
17914 21 bits (this reduces number of faces from 4M to 2M).
17915 Replace W32 specific w32_font_type member (2 bits) by generic
17916 font_type member (3 bits) for portability.
17917 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
17918 (enum draw_glyphs_face): Define here.
17919 (struct glyph_string): Define here. Merge W32 and X versions.
17920 (struct redisplay_interface): New members per_char_metric,
17921 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
17922 (VCENTER_BASELINE_OFFSET): Define here.
17923 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
17924 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
17925
17926 * xdisp.c: Consolidate gui-independent "glyph string" code here.
17927 (dump_glyph_string): Moved here.
17928 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
17929 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
17930 (fill_composite_glyph_string, fill_glyph_string)
17931 (fill_image_glyph_string, fill_stretch_glyph_string)
17932 (left_overwritten, left_overwriting, right_overwritten)
17933 (right_overwriting, get_char_face_and_encoding)
17934 (set_glyph_string_background_width, compute_overhangs_and_x)
17935 (append_glyph, append_composite_glyph, produce_image_glyph)
17936 (take_vertical_position_into_account, append_stretch_glyph)
17937 (produce_stretch_glyph): New generic functions (based on X version).
17938 Call platform specific functions through rif.
17939 (INIT_GLYPH_STRING): New macro, hides W32 details.
17940 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
17941 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
17942 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
17943 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
17944 (notice_overwritten_cursor):
17945 Generic functions exported to platform modules. Users changed.
17946
17947 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
17948 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
17949 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
17950 New macros for consolidated code.
17951
17952 * xterm.c: Remove consolidated defines and code.
17953 (x_per_char_metric, x_encode_char)
17954 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
17955 (x_redisplay_interface): Add new members.
17956
17957 * w32gui.h (Display): Add dummy typedef for consolidation.
17958 (XChar2b): Define alias for wchar_t for consolidation.
17959 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17960
17961 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
17962 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
17963 New macros for consolidation.
17964
17965 * w32term.c: Remove consolidated defines and code.
17966 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
17967 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
17968 (w32_per_char_metric): Change font_type arg to int for RIF.
17969 (w32_encode_char): Return int according to RIF requirements.
17970 (w32_compute_glyph_string_overhangs): Adapt to RIF.
17971 (w32_get_glyph_overhangs): New function for RIF. Uses generic
17972 x_get_glyph_overhangs.
17973 (w32_redisplay_interface): Add new members.
17974
17975 * macgui.h (XChar2b): Move typedef here for consolidation.
17976 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
17977
17978 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
17979 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
17980 consolidation.
17981
17982 * macterm.c: Remove consolidated defines and code.
17983 (mac_per_char_metric): New function for RIF.
17984 (mac_encode_char): Adapt to new RIF requirements.
17985 (mac_compute_glyph_string_overhangs): Adapt for RIF.
17986 (x_redisplay_interface): Add new members.
17987
17988 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
17989
17990 * keymap.c (Vmenu_events): New var.
17991 (syms_of_keymap): Initialize it.
17992 (where_is_internal): Check more carefully what is a menu event.
17993
17994 2003-03-14 Richard M. Stallman <rms@gnu.org>
17995
17996 * lread.c (read1): After #!, exit loop on eof.
17997
17998 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17999
18000 * gtkutil.h: Add declaration for xg_frame_cleared.
18001
18002 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
18003
18004 * gtkutil.c (struct xg_last_sb_pos): New structure.
18005 (handle_fixed_child): New function.
18006 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
18007 and force a redraw on them.
18008 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
18009 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
18010 so we can avoid unneeded redraws.
18011 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
18012 and force a redraw on the scroll bar.
18013 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
18014 if xg_last_sb_pos shows the positions are up to date.
18015 (xg_frame_cleared): New function.
18016
18017 2003-03-13 Kenichi Handa <handa@m17n.org>
18018
18019 * coding.c (Fdetect_coding_region): Fix docstring.
18020 (Fdetect_coding_string): Fix docstring.
18021
18022 2003-03-13 Andreas Schwab <schwab@suse.de>
18023
18024 * gtkutil.c: Add prototype for create_menus.
18025
18026 * data.c (long_to_cons): Fix type of top.
18027
18028 * xselect.c (selection_data_to_lisp_data): Use int instead of
18029 long for an integer of size 4.
18030
18031 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
18032 (xg_tool_bar_help_callback): Likewise.
18033
18034 2003-03-12 Andreas Schwab <schwab@suse.de>
18035
18036 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
18037
18038 2003-03-12 Kim F. Storm <storm@cua.dk>
18039
18040 The following changes consolidate the fringe handling from
18041 xterm.c, w32term.c, and macterm.c into xdisp.c.
18042
18043 * xdisp.c: Consolidate fringe handling code here.
18044 (left_bits, right_bits, continued_bits, continuation_bits)
18045 (ov_bits, zv_bits): Define fringe bitmaps.
18046 (fringe_bitmaps): New array holding fringe bitmaps.
18047 (draw_fringe_bitmap): Draw a specific bitmap; call display
18048 specific drawing routine via rif->draw_fringe_bitmap.
18049 (draw_row_fringe_bitmaps): Generic replacement for
18050 x_draw_row_fringe_bitmaps; all callers changed.
18051 (compute_fringe_widths): Generic replacement for
18052 x_compute_fringe_widths; all callers changed.
18053
18054 * dispextern.h (enum fringe_bitmap_type): Define here.
18055 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
18056 (fringe_bitmaps): Declare extern.
18057 (struct redisplay_interface): New member draw_fringe_bitmap.
18058 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
18059
18060 * xterm.c: Remove generic fringe code.
18061 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18062 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18063
18064 * w32term.c: Remove generic fringe code.
18065 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
18066 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
18067
18068 * macterm.c: Remove generic fringe code.
18069 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18070 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18071
18072 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
18073
18074 * print.c (Fprin1_to_string): Return unibyte string if possible.
18075
18076 2003-03-09 David Kastrup <dak@gnu.org>
18077
18078 * process.c (read_process_output): We have allocated enough space
18079 for readmax and carryover, so actually use the alloted space.
18080
18081 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18082
18083 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
18084 toolkit scrollbar click.
18085
18086 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
18087 for USE_GTK.
18088 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
18089 also.
18090 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
18091 scrollbar and control is pressed, call x_scroll_bar_handle_click.
18092
18093 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
18094
18095 * gtkutil.c (xg_get_scroll_id_for_window): New function.
18096 (xg_tool_bar_item_expose_callback): New function.
18097 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
18098 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18099 on the tool bar widget.
18100 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18101 to expose on the tool bar item widgets.
18102
18103 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18104
18105 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
18106 struct image* when deciding to update (struct image* may have been
18107 deleted from the image cache).
18108
18109 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18110 the event isn't for a frame (i.e. for dialogs).
18111
18112 2003-03-07 Kenichi Handa <handa@m17n.org>
18113
18114 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18115 composition components reaches the limit, terminate composing.
18116 (COMPOSITION_OK): New macro.
18117 (detect_coding_iso2022): Use it if an escape sequence for
18118 composition is found.
18119 (coding_restore_composition): Adjust the number of composition
18120 components if it is not sane.
18121
18122 2003-03-06 Juanma Barranquero <lektu@terra.es>
18123
18124 * w32term.h (struct w32_display_info): Add xrdb member to support
18125 passing resources via -xrm on Windows.
18126
18127 * w32term.c (w32_make_rdb): New function.
18128 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18129 struct. Delete leftover code.
18130
18131 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18132 for resources passed on the command line.
18133
18134 * w32reg.c (w32_get_rdb_resource): New function.
18135 (x_get_string_resource): Use it, so resources passed with -xrm
18136 supercede the ones in the registry.
18137
18138 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18139
18140 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18141 instead of x_top_window_to_frame.
18142
18143 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18144
18145 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18146 when restarting Emacs.
18147
18148 2003-03-03 Richard M. Stallman <rms@gnu.org>
18149
18150 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18151 to run kill-buffer-query-functions.
18152 (Qkill_buffer_query_functions): New var.
18153 (syms_of_buffer): Init and staticpro it.
18154
18155 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18156
18157 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18158
18159 2003-02-25 Kim F. Storm <storm@cua.dk>
18160
18161 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18162 If centering point failed to make whole line visible and vscroll
18163 is non-zero, disable vscroll and try centering point again.
18164
18165 * lread.c (read1): Accept `single space' syntax like (? x).
18166
18167 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18168
18169 * keyboard.c (cancel_hourglass_unwind): Surround with
18170 #ifdef HAVE_X_WINDOWS
18171
18172 2003-02-25 Kenichi Handa <handa@m17n.org>
18173
18174 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18175 process only when "subprocesses" is defined.
18176
18177 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18178
18179 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18180
18181 2003-02-24 Juanma Barranquero <lektu@terra.es>
18182
18183 * callint.c (fix_command): Declare as static void and move before
18184 Fcall_interactively.
18185
18186 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18187 (syms_of_xdisp): Don't initialize Qwhen.
18188
18189 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18190
18191 * keyboard.c (cancel_hourglass_unwind): New function.
18192 (command_loop_1): Cancel hourglass with unwind-protect.
18193
18194 2003-02-23 Richard M. Stallman <rms@gnu.org>
18195
18196 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18197 Detect (when ... (region-beginning)) etc.
18198 (Fcall_interactively): Call fix_command.
18199 (Qif, Qwhen): New variables.
18200 (syms_of_callint): Init and staticpro them.
18201
18202 * regex.c (print_partial_compiled_pattern): Output to stderr.
18203
18204 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18205
18206 * dired.c (directory_files_internal): Don't expand directory.
18207 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18208 instead. From Lars Hansen <larsh@math.ku.dk>.
18209
18210 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18211
18212 * fns.c (string_to_multibyte): Remove unused var i.
18213 (Flanginfo): Fix int/Lisp_Object mixup.
18214 (void_call2): New fun.
18215 (Fmap_char_table): Use it in place of call2.
18216
18217 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18218
18219 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18220
18221 * keymap.c (copy_keymap_1): Make it static.
18222
18223 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18224
18225 2003-02-22 David Ponce <david@dponce.com>
18226
18227 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18228
18229 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18230
18231 * process.h: Removed subtty field from struct Lisp_Process.
18232
18233 * process.c (create_process): Remove setting of subtty.
18234 (emacs_get_tty_pgrp): New function.
18235 (Fprocess_running_child_p, process_send_signal):
18236 Call emacs_get_tty_pgrp instead of ioctl.
18237 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18238
18239 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18240
18241 * keymap.c (Fdefine_key): Doc fix.
18242
18243 2003-02-21 Juanma Barranquero <lektu@terra.es>
18244
18245 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18246
18247 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18248 POLLING_PROBLEM_IN_SELECT.
18249
18250 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18251 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18252
18253 * s/hpux10-20.h: New file.
18254
18255 * process.c (wait_reading_process_input):
18256 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
18257
18258 2003-02-20 Kenichi Handa <handa@m17n.org>
18259
18260 * fontset.c (check_fontset_name): If NAME is nil, return the
18261 default fontset.
18262 (override_font_info): New function.
18263 (Fset_fontset_font): Document that NAME nil means the default fontset.
18264 (Ffontset_info): If FONTSET is not the default fontset, merge
18265 FONTSET onto the copy of the default fontset, and work on that
18266 copy. Document that NAME nil means the default fontset.
18267 (Ffontset_font): Document that NAME nil means the default fontset.
18268
18269 * process.c (setup_process_coding_systems): If the process's
18270 in/out descriptor is -1, do nothing.
18271
18272 2003-02-19 Andreas Schwab <schwab@suse.de>
18273
18274 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18275 Add prototypes.
18276
18277 2003-02-19 Kenichi Handa <handa@m17n.org>
18278
18279 * xfaces.c (try_alternative_families): Try all scalable fonts if
18280 Vscalable_fonts_allowed is not Qt.
18281
18282 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18283
18284 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18285
18286 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18287
18288 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18289 names.
18290
18291 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
18292 (sorted_font_list): Move allocation of struct font_name to
18293 x_face_list_fonts.
18294 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18295 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18296
18297 2003-02-18 Kim F. Storm <storm@cua.dk>
18298
18299 * lread.c (read1): Fix last change.
18300 "`" is not always special. Allow "?" after a character constant.
18301
18302 2003-02-18 Andrew Choi <akochoi@shaw.ca>
18303
18304 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18305
18306 2003-02-18 Andreas Schwab <schwab@suse.de>
18307
18308 * window.c (window_scroll_pixel_based): Move outside a
18309 multi-glyph character before setting new window start.
18310
18311 * xdisp.c (in_display_vector_p): New function.
18312 * dispextern.h (in_display_vector_p): Declare.
18313
18314 2003-02-18 Kim F. Storm <storm@cua.dk>
18315
18316 * lread.c (read1): Fix and relax read syntax.
18317 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18318 Only recognize "," after dotted-pair dot if inside backquote.
18319 Never include "`" or "," (inside backquote) in a symbol.
18320 Allow dotted-pair dot after a character constant.
18321 Allow "`" and "," (inside backquote) after a character constant.
18322
18323 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18324
18325 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18326 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18327 icons. Set name of tool bar to emacs-toolbar.
18328 (update_frame_tool_bar): Connect expose event to
18329 xg_tool_bar_expose_callback.
18330
18331 2003-02-17 Richard M. Stallman <rms@gnu.org>
18332
18333 * keyboard.c (this_command_key_count_reset): New variable.
18334 Initiatize to 0 where this_command_key_count is set.
18335 (read_char): Save and restore this_command_key_count_reset
18336 around input method code.
18337 (read_char): If this_command_key_count_reset, echo reread commands.
18338 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18339
18340 2003-02-17 Kenichi Handa <handa@m17n.org>
18341
18342 * fns.c (string_to_multibyte): Always return a multibyte string.
18343
18344 2003-02-16 Jason Rumney <jasonr@gnu.org>
18345
18346 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18347 Negative max_fonts parameter means list all.
18348
18349 2003-02-14 Dave Love <fx@gnu.org>
18350
18351 * fns.c (Flanginfo): Doc fix.
18352
18353 2003-02-13 Kim F. Storm <storm@cua.dk>
18354
18355 * lread.c (read_escape): Interpret \s as a SPACE character, except
18356 for \s-X in a character constant which still is the super modifier.
18357 (read1): Signal an `invalid read syntax' error if a character
18358 constant is immediately followed by a digit or symbol character.
18359
18360 * search.c (Fmatch_data): Doc fix. Explicitly state that
18361 match-data is undefined if last search failed.
18362
18363 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
18364 All uses changed.
18365
18366 2003-02-12 Juanma Barranquero <lektu@terra.es>
18367
18368 * eval.c (Fdefmacro): Fix typo.
18369
18370 2003-02-12 Kim F. Storm <storm@cua.dk>
18371
18372 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18373 macro is a string, convert meta modifiers in string when copying
18374 the string into a vector.
18375
18376 2003-02-11 Kim F. Storm <storm@cua.dk>
18377
18378 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18379
18380 2003-02-11 Kenichi Handa <handa@m17n.org>
18381
18382 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18383
18384 2003-02-10 Kim F. Storm <storm@cua.dk>
18385
18386 * process.c: Doc fixes.
18387 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18388
18389 2003-02-10 Kenichi Handa <handa@m17n.org>
18390
18391 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
18392
18393 * process.c (QCfilter_multibyte): New variable.
18394 (setup_process_coding_systems): New function.
18395 (Fset_process_buffer, Fset_process_filter):
18396 Call setup_process_coding_systems.
18397 (Fstart_process): Initialize the member `filter_multibyte' of
18398 struct Lisp_Process.
18399 (create_process): Call setup_process_coding_systems.
18400 (Fmake_network_process): New keyward `:filter-multibyte'.
18401 Initialize the member `filter_multibyte' of struct Lisp_Process.
18402 Call setup_process_coding_systems.
18403 (server_accept_connection): Call setup_process_coding_systems.
18404 (read_process_output): If the process has a filter, decide the
18405 multibyteness of a string to given to the filter by
18406 `filter_multibyte' member of the process. If the process doesn't
18407 have a filter and the result of conversion is unibyte, use
18408 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
18409 multibyte form.
18410 (Fset_process_coding_system): Call setup_process_coding_systems.
18411 (Fset_process_filter_multibyte): New function.
18412 (Fprocess_filter_multibyte_p): New function.
18413 (syms_of_process): Intern and staticpro QCfilter_multibyte.
18414 Defsubr Sset_process_filter_multibyte and
18415 Sprocess_filter_multibyte_p.
18416
18417 * process.h (struct Lisp_Process): New member filter_multibyte.
18418
18419 * lisp.h (setup_process_coding_systems): Add prototype.
18420
18421 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
18422 process, update coding systems for the process.
18423
18424 2003-02-09 Kenichi Handa <handa@m17n.org>
18425
18426 * fns.c (string_to_multibyte): New function.
18427 (Fstring_to_multibyte): New function.
18428 (syms_of_fns): Defsubr it.
18429
18430 2003-02-08 Andreas Schwab <schwab@suse.de>
18431
18432 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
18433 instead of the substitution.
18434
18435 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18436
18437 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
18438
18439 * xmenu.c (menu_position_func): Adjust menu popup position so that
18440 the menu is fully visible.
18441
18442 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18443
18444 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
18445 (x_make_frame_invisible, x_wm_set_icon_position):
18446 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
18447
18448 * xfns.c (x_set_name, x_set_title): Ditto.
18449
18450 2003-02-04 Richard M. Stallman <rms@gnu.org>
18451
18452 * keyboard.c (echo_now): Update before_command_echo_length.
18453 (Freset_this_command_lengths): Reset this_command_key_count etc.
18454 immediately rather than arranging to do it later.
18455 (before_command_key_count_1, before_command_echo_length_1)
18456 (before_command_restore_flag): Vars deleted.
18457 (add_command_key): Don't handle before_command_restore_flag.
18458 (read_char, record_menu_key): Don't update before_command_key_count or
18459 before_command_echo_length.
18460 (read_char): Don't handle before_command_restore_flag.
18461
18462 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
18463 in direct-output clauses if it wouldn't be called in the ordinary case.
18464
18465 2003-02-04 Kim F. Storm <storm@cua.dk>
18466
18467 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
18468
18469 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18470
18471 * gtkutil.c (remove_from_container): Copying list is not needed.
18472 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
18473 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
18474 on list returned from gtk_container_get_children to avoid memory leak.
18475
18476 2003-02-01 Jason Rumney <jasonr@gnu.org>
18477
18478 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
18479 local malloc.
18480 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
18481 definitions in xpm.h.
18482 (init_xpm_functions): New function.
18483 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
18484 (init_external_image_libraries): Try to load libXpm.dll.
18485
18486 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
18487 timestamp.
18488
18489 2003-01-31 Dave Love <fx@gnu.org>
18490
18491 * syntax.c (Fskip_chars_forward)
18492 (open-paren-in-column-0-is-defun-start): Doc fix.
18493
18494 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
18495
18496 * fileio.c: Support // at start of name for Cygwin (just added proper
18497 preprocessor tests).
18498
18499 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
18500
18501 * Makefile.in: Use @EXEEXT@ for Cygwin.
18502
18503 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
18504
18505 * s/cygwin.h: Added for Cygwin port.
18506
18507 2003-01-31 Juanma Barranquero <lektu@terra.es>
18508
18509 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
18510 when including gif_lib.h.
18511 (init_gif_functions, init_tiff_functions): New functions.
18512 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
18513 Windows. Disable color table lookups. Call library functions
18514 through pointers determined at runtime.
18515 (init_external_image_libraries): Try to load libungif.dll and
18516 libtiff.dll.
18517
18518 2003-01-31 Kenichi Handa <handa@m17n.org>
18519
18520 * xdisp.c (SKIP_GLYPHS): New macro.
18521 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
18522
18523 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18524
18525 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
18526
18527 2003-01-30 Dave Love <fx@gnu.org>
18528
18529 * alloc.c (Vgc_elapsed, gcs_done): New variables.
18530 (Fgarbage_collect): Use them.
18531 (init_alloc, syms_of_alloc): Set them up.
18532
18533 2003-01-30 Juanma Barranquero <lektu@terra.es>
18534
18535 * w32fns.c (init_external_image_libraries): Add missing operator.
18536
18537 2003-01-29 Jason Rumney <jasonr@gnu.org>
18538
18539 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
18540 an alternative name for jpeg.dll.
18541
18542 2003-01-29 Kenichi Handa <handa@m17n.org>
18543
18544 * xdisp.c (set_cursor_from_row): Pay attention to string display
18545 properties.
18546
18547 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18548
18549 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
18550 <escape>.
18551 (keycode_to_xkeysym_table): Reformat and add more comments.
18552 (XTread_socket): Drop special case for backspace.
18553
18554 2003-01-28 Andrew Choi <akochoi@shaw.ca>
18555
18556 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
18557 values in old-style RGB specs.
18558
18559 2003-01-27 Juanma Barranquero <lektu@terra.es>
18560
18561 * w32fns.c (init_external_image_libraries): Try alternate names for the
18562 jpeg dll.
18563
18564 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18565
18566 * gtkutil.c (create_dialog, xg_separator_p)
18567 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
18568 before calling strcmp or strlen.
18569
18570 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18571
18572 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
18573 and handle image load failure.
18574
18575 2003-01-26 Jason Rumney <jasonr@gnu.org>
18576
18577 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
18578 New functions.
18579 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
18580 Disable color table lookups. Call jpeg library functions
18581 through pointers determined at runtime.
18582 (init_external_image_libraries): Try to load jpeg.dll.
18583
18584 2003-01-25 Richard M. Stallman <rms@gnu.org>
18585
18586 * lisp.h: Declare format2 instead of format1.
18587
18588 * fileio.c (barf_or_query_if_file_exists):
18589 Call format2 instead of format1.
18590
18591 * editfns.c (format2): New function, replaces format1
18592 but takes exactly two Lisp Objects as format args.
18593
18594 * buffer.c (Fkill_buffer): Call format2 instead of format1.
18595
18596 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18597
18598 * xterm.h: Change to return value of x_dispatch_event to int.
18599
18600 * xterm.c (x_filter_event): New function.
18601 (event_handler_gdk, XTread_socket): Call x_filter_event.
18602 (x_dispatch_event): Change to return value of finish.
18603 (event_handler_gdk): Use return value from x_dispatch_event.
18604
18605 * xfns.c (x_window): Call create_frame_xic for GTK version to
18606 initialize input methods.
18607
18608 * gtkutil.h: Add (void) prototypes.
18609
18610 * gtkutil.c (create_menus): Remove code that puts the help menu to
18611 the right.
18612
18613 2003-01-25 Jason Rumney <jasonr@gnu.org>
18614
18615 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
18616 [HAVE_PNG]: Sync with xfns.c version.
18617 (png_load): Adjust colors for Windows. Use Windows
18618 bitmaps. Disable color table lookups.
18619 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
18620 (init_png_functions): New function.
18621 (png_read_from_memory, png_load): Call png library functions
18622 through pointers determined at runtime.
18623 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
18624 (init_external_image_libraries): New function.
18625 (init_xfns): Call it.
18626
18627 2003-01-24 Andreas Schwab <schwab@suse.de>
18628
18629 * minibuf.c (Fminibuffer_message): Verify type of parameter.
18630
18631 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18632
18633 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
18634 of static initializer.
18635
18636 2003-01-24 Dave Love <fx@gnu.org>
18637
18638 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
18639 architectures.
18640
18641 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
18642 Use __alignof__.
18643
18644 2003-01-24 Kenichi Handa <handa@m17n.org>
18645
18646 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
18647 It it is nonzero, don't pretend that an invisible area doesn't exist.
18648 (command_loop_1): Call adjust_point_for_property with proper
18649 second arg.
18650
18651 2003-01-22 Jason Rumney <jasonr@gnu.org>
18652
18653 Sync changes with xterm.c and xfns.c.
18654
18655 * w32term.c (x_draw_glyph_string_foreground)
18656 (x_draw_composite_glyph_string_foreground): Implement overstriking.
18657
18658 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
18659 phys_cursor's hpos is overwritten. This is still not completely
18660 correct, as it doesn't really make sense to use hpos at all to
18661 get the cursor glyph (as that is relative to the width of the
18662 characters on the line, which may have changed during the update).
18663
18664 * w32term.c (notice_overwritten_cursor): Handle the special case
18665 of the cursor being in the first blank non-text line at the
18666 end of a window.
18667
18668 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18669 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18670 Compute from the x position returned by x_draw_glyphs.
18671
18672 (x_display_and_set_cursor): Don't set phys_cursor_width here,
18673 except for NO_CURSOR and system caret, to make phys_cursor_width
18674 contain what its name suggests.
18675 (notice_overwritten_cursor): Consider the cursor image erased if
18676 the output area intersects the cursor image in y-direction.
18677
18678 * w32term.c (note_mode_line_or_margin_highlight): Rename from
18679 note_mode_line_highlight and extend.
18680
18681 * w32term.c (last_window): New variable.
18682 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
18683 (note_mouse_movement): Remove reimplemented code in #if 0.
18684
18685 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
18686 not update_mode_lines, and always set it to 1.
18687
18688 2003-01-21 Jason Rumney <jasonr@gnu.org>
18689
18690 * w32fns.c (IDC_HAND): Define it if system headers don't.
18691
18692 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
18693
18694 * w32term.h (struct w32_output): New member hand_cursor.
18695 (WM_EMACS_SETCURSOR): New message definition.
18696
18697 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
18698 function w32_define_cursor.
18699 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
18700 position, change member name output_data.x to output_data.w32 and
18701 add function w32_define_cursor.
18702 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
18703 and change member name output_data.x to output_data.w32.
18704 (w32_initialize_display_info):
18705 Setup dpyinfo->vertical_scroll_bar_cursor.
18706
18707 * w32fns.c (Vx_hand_shape): New variable.
18708 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
18709 WM_EMACS_SETCURSOR.
18710 (x-create-frame): Setup Cursor types.
18711
18712 2003-01-21 David Ponce <david@dponce.com>
18713
18714 * w32term.c (w32_encode_char): For DIM=1 charset, set
18715 ccl->reg[2] to -1 before calling ccl_driver.
18716 (Sync. with xterm.c x_encode_char change by Kenichi Handa
18717 <handa@m17n.org> on 2002-09-30.)
18718 (w32_draw_relief_rect): Declare all args.
18719 (w32_define_cursor): New.
18720
18721 * w32fns.c (w32_load_cursor): New function.
18722 (w32_init_class): Use it.
18723 (x_put_x_image): Declare all args.
18724
18725 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
18726
18727 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
18728
18729 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18730
18731 * gtkutil.c: Must include stdio.h before termhooks.h
18732
18733 2003-01-21 Dave Love <fx@gnu.org>
18734
18735 * alloc.c (Fgc_status): Print zombie list.
18736 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18737 Fix assignment of zombies.
18738 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
18739 Don't take car of non-cons.
18740
18741 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18742
18743 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18744
18745 2003-01-20 David Ponce <david@dponce.com>
18746
18747 * w32menu.c (digest_single_submenu): Declare all args.
18748
18749 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
18750 changes in xmenu.c:
18751
18752 (parse_single_submenu): Use individual keymap's prompt
18753 string as pane name, if there is one.
18754 (set_frame_menubar): Save menu_items_n_panes from each call to
18755 parse_single_submenu and use it when calling digest_single_submenu.
18756
18757 2003-01-20 Steven Tamm <steventamm@mac.com>
18758
18759 * macterm.c (XTread_socket): Check for valid, visible window
18760 before sending a scroll-wheel event.
18761
18762 2003-01-20 Richard M. Stallman <rms@gnu.org>
18763
18764 * xdisp.c (redisplay_window): If mini window's buffer is not
18765 a minibuffer, then redisplay it like other windows.
18766
18767 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18768
18769 * gtkutil.c (xg_create_frame_widgets): Check if there is an
18770 external tool bar before setting tool bar height.
18771
18772 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18773
18774 * xterm.c (handle_one_xevent): Surround popup_activated
18775 with #ifdef:s for non-toolkit version.
18776
18777 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
18778 (gtkutil.o): New file.
18779 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
18780 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
18781
18782 * gtkutil.c: New file for GTK version.
18783
18784 * gtkutil.h: New file for GTK version.
18785
18786 * xterm.h: Add xt_or_gtk_widget.
18787 Include gtk files for USE_GTK.
18788 (struct x_output): Add toolbar_height.
18789 (struct x_output): Add GTK widgets and Gdk size_hints.
18790 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
18791 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
18792 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
18793
18794 * xterm.c: Include gtkutil.h for USE_GTK.
18795 (free_frame_menubar): Declare extern void for USE_GTK.
18796 (note_mouse_highlight): Check popup_activated for USE_GTK.
18797 (xt_action_hook): Don't compile if USE_GTK.
18798 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
18799 (xg_scroll_callback): New function.
18800 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
18801 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
18802 for USE_GTK.
18803 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
18804 xg_show_scroll_bar for USE_GTK.
18805 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
18806 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
18807 (event_handler_gdk): New function for USE_GTK.
18808 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
18809 (handle_one_xevent): Make sure widget is mapped before
18810 calling x_real_positions for USE_GTK.
18811 (XTread_socket): Add GTK event loop for USE_GTK.
18812 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
18813 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
18814 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
18815 (x_iconify_frame): Add code for USE_GTK.
18816 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
18817 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
18818 is in gtkutil.c.
18819 (x_term_init): Add initialization for GTK.
18820 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
18821
18822 * xmenu.c: Include gtkutil.h for USE_GTK.
18823 (Fx_popup_menu): Use current position if x and y is NIL.
18824 (single_menu_item, single_menu_item, Fx_popup_dialog):
18825 Check for USE_GTK.
18826 (popup_widget_loop): New function for USE_GTK.
18827 (x_activate_menubar): Add code for USE_GTK.
18828 (popup_activate_callback, popup_deactivate_callback)
18829 (menu_highlight_callback, menubar_selection_callback):
18830 Add USE_GTK versions.
18831 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
18832 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
18833 (free_frame_menubar): Only compile if not USE_GTK. GTK version
18834 is in gtkutil.c.
18835 (popup_selection_callback): New version for USE_GTK.
18836 (create_and_show_popup_menu): New fuction, one USE_GTK version and
18837 one USE_X_TOOLKIT version.
18838 (xmenu_show): Call create_and_show_popup_menu.
18839 (dialog_selection_callback): New version for USE_GTK.
18840 (create_and_show_dialog): New fuction, one USE_GTK version and
18841 one USE_X_TOOLKIT version.
18842 (xdialog_show): Call create_and_show_dialog.
18843
18844 * xfns.c: Include gtkutil for USE_GTK.
18845 (x_window_to_frame, x_any_window_to_frame)
18846 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
18847 (x_top_window_to_frame): Add code for USE_GTK.
18848 (x_set_background_color): Call xg_set_background_color for GTK.
18849 (x_set_menu_bar_lines): Check for USE_GTK.
18850 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
18851 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
18852 (x_window): Call xg_create_frame_widgets for USE_GTK.
18853 (Fx_create_frame): Check for USE_GTK
18854 (Fx_file_dialog): New implementation for USE_GTK.
18855
18856 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
18857 (update_menu_bar): Add check for USE_GTK.
18858 (update_tool_bar): Add check for USE_GTK and external tool bar.
18859 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
18860 (redisplay_internal): Add check for USE_GTK and popup_activated.
18861 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
18862 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
18863 (display_menu_bar): Add check for USE_GTK
18864
18865 * lisp.h (Vx_resource_name): Declare extern.
18866
18867 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
18868 for USE_GTK.
18869 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
18870
18871 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
18872 (FRAME_EXTERNAL_TOOL_BAR): New macro.
18873 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
18874
18875 * fileio.c (Fread_file_name): Add check for USE_GTK.
18876
18877 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
18878 Add check for USE_GTK.
18879
18880 * config.in: Added HAVE_GTK
18881
18882 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
18883
18884 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
18885
18886 * charset.h (Funibyte_char_to_multibyte): Export.
18887
18888 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18889
18890 * xmenu.c (mouse_position_for_popup): New function.
18891 (Fx_popup_menu): Call mouse_position_for_popup for X and
18892 mouse_position_hook for others.
18893
18894 2003-01-17 Kim F. Storm <storm@cua.dk>
18895
18896 * editfns.c (Finsert): Mention `string-make-multibyte' and
18897 `string-as-multibyte' in doc string.
18898
18899 2003-01-17 Kenichi Handa <handa@m17n.org>
18900
18901 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
18902
18903 * editfns.c (Fformat): Convert an unibyte char argument that is
18904 formatted by "%c" to multibyte if the total result must be a
18905 multibyte string.
18906
18907 2003-01-16 Kim F. Storm <storm@cua.dk>
18908
18909 * process.c (set-process-filter): Document unibyte/multibyte-ness
18910 of string argument.
18911
18912 2003-01-16 Kenichi Handa <handa@m17n.org>
18913
18914 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
18915
18916 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
18917 (re_search_2): Likewise.
18918
18919 2003-01-15 Kenichi Handa <handa@m17n.org>
18920
18921 * xdisp.c (message_dolog): Fix bug of the case that *Message*
18922 buffer is unibyte.
18923
18924 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
18925
18926 * fns.c (Fsubstring): Clarify doc string.
18927
18928 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
18929 (Fprevious_char_property_change)
18930 (Fnext_single_char_property_change)
18931 (Fprevious_single_char_property_change, Fnext_property_change)
18932 (Fnext_single_property_change, Fprevious_property_change)
18933 (Fprevious_single_property_change, Fadd_text_properties)
18934 (Fput_text_property, Fset_text_properties)
18935 (Fremove_text_properties, Fremove_list_of_text_properties)
18936 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
18937
18938 2003-01-14 Kim F. Storm <storm@cua.dk>
18939
18940 * process.h (struct Lisp_Process): New member plist replaces old
18941 member private_vars. All uses changed.
18942
18943 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
18944 (QCplist): Rename from QCvars. Change all uses.
18945 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
18946 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
18947 (syms_of_process): Intern, staticpro, defsubr these.
18948 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
18949
18950 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
18951
18952 * m/delta.h: Remove (obsolete).
18953
18954 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
18955
18956 * fileio.c (Fdelete_directory, Fdelete_file): Document the
18957 behaviour in front of symlinks.
18958 (Fdelete_file): Raise an error on directories.
18959
18960 2003-01-13 Dave Love <fx@gnu.org>
18961
18962 * fns.c (Freverse): Use QUIT.
18963
18964 2003-01-13 Richard M. Stallman <rms@gnu.org>
18965
18966 * minibuf.c (minibuffer_completion_contents):
18967 Error if point is inside prompt.
18968
18969 * keyboard.c (command_loop_1): Don't redisplay directly
18970 if there's a post-command-hook.
18971
18972 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
18973 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
18974
18975 2003-01-12 Kim F. Storm <storm@cua.dk>
18976
18977 * process.h (struct Lisp_Process): New member private_vars.
18978
18979 * process.c (QCvars): New variable.
18980 (syms_of_process): Intern and staticpro it.
18981 (Fset_process_contact): Removed function.
18982 (Fprocess_variable, Fset_process_variable): New functions.
18983 (syms_of_process): Defsubr them.
18984 (Fstart_process): Initialize private_vars plist to nil.
18985 (Fmake_network_process): New arg :vars to setup the private
18986 variables for new network process.
18987 (server_accept_connection): Copy server's private variables to
18988 client process.
18989
18990 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
18991 crashes). Code rewritten and simplified. Now directly aligns the
18992 pointer and recalculates pure_bytes_used, rather than aligning the
18993 size and adjusting the pointer.
18994
18995 2003-01-11 Kim F. Storm <storm@cua.dk>
18996
18997 * process.c (Fset_process_contact): New function.
18998 (syms_of_process): defsubr it.
18999 (make-network-process): Update doc.
19000
19001 2003-01-10 Andreas Schwab <schwab@suse.de>
19002
19003 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
19004 Reported by Berthold Gunreben <b.gunreben@web.de>.
19005
19006 2003-01-10 Dave Love <fx@gnu.org>
19007
19008 * composite.c (syms_of_composite): Make composition_hash_table weak.
19009
19010 2003-01-09 Kim F. Storm <storm@cua.dk>
19011
19012 * process.c (Fmake_network_process): Convert new port number
19013 to host byte order for `:service t' case. From Mario Lang.
19014
19015 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19016
19017 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
19018 instead of XtAppProcessEvent.
19019
19020 * xterm.c (handle_one_xevent): New function.
19021 (x_dispatch_event): New function.
19022 (XTread_socket): Call handle_one_xevent.
19023
19024 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
19025
19026 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
19027 call XQueryPointer to get coordinates.
19028 (popup_get_selection): Do not set popup_activated_flag to zero,
19029 let popup_deactivate_callback do that. Needed for Motif.
19030 Call x_dispatch_event instead of XtDispatchEvent.
19031 (xmenu_show): Calculate root coordinate from frame top/left position.
19032
19033 2003-01-08 Kim F. Storm <storm@cua.dk>
19034
19035 * process.c (server_accept_connection): Fix recording of new
19036 connection's local address in :local property of contact info.
19037 (Fmake_network_process): Record local network address for new
19038 client processes in :local property of contact info.
19039 (format-network-address): Add arg OMIT-PORT. Change callers.
19040
19041 2003-01-07 Dave Love <fx@gnu.org>
19042
19043 * Makefile.in (fns.o): Depend on coding.h.
19044
19045 2003-01-06 Dave Love <fx@gnu.org>
19046
19047 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
19048 (Vlocale_coding_system): Declare.
19049 (Qcodeset, Qdays, Qmonths, Qpaper): New.
19050 (Flanginfo): New.
19051 (syms_of_fns): Initialize new stuff.
19052
19053 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
19054
19055 * minibuf.c (Fread_variable): Doc fix.
19056
19057 * eval.c (Fuser_variable_p): Doc change. For custom variables,
19058 use the same test as for custom-variable-p.
19059
19060 2003-01-05 Richard M. Stallman <rms@gnu.org>
19061
19062 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
19063 Count LAST_LINE_MISFIT in scroll margin for end of window.
19064 Move label too_near_end before setting SCROLL_MARGIN_POS.
19065 Set LAST_LINE_MISFIT before jumping there.
19066
19067 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
19068 scroll_conservatively case. If scrolling that much doesn't change
19069 STARTP, move it down one line.
19070
19071 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
19072 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
19073
19074 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
19075 selected frame.
19076
19077 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
19078 (syms_of_keymap): Staticpro them.
19079 (Fapropos_internal): Initialize them and clear them out.
19080 Don't GCPRO them.
19081
19082 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
19083
19084 * lisp.h: New misc type Lisp_Save_Value.
19085 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
19086 (XSAVE_VALUE): New macro.
19087 (struct Lisp_Save_Value): New data type.
19088 (union Lisp_Misc): Add u_save_value alternative.
19089 (make_save_value): Declare.
19090
19091 * alloc.c (make_save_value): New function.
19092
19093 * xterm.c (x_catch_errors): Save dpy using make_save_value.
19094 (x_catch_errors_unwind): Call XSync.
19095
19096 2003-01-01 Richard M. Stallman <rms@gnu.org>
19097
19098 * window.c (window_scroll_pixel_based): Partially undo last change.
19099
19100 * keyboard.c (command_loop_1): Call adjust_point_for_property
19101 in direct action cases for Qforward_char and Qbackward_char.
19102 Set already_adjusted so it won't be done twice.
19103
19104 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
19105
19106 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19107 type definition of size_t.
19108
19109 2003-01-02 Steven Tamm <steventamm@mac.com>
19110
19111 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19112 distinguish Carbon GUI builds from X11 builds on darwin.
19113
19114 2002-12-30 Steven Tamm <steventamm@mac.com>
19115
19116 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19117 to default to t.
19118
19119 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
19120
19121 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
19122
19123 2002-12-28 Steven Tamm <steventamm@mac.com>
19124
19125 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
19126 allow building in a different directory than source. Uses some
19127 GNU Make extensions, but there is no other make on Mac OS X.
19128
19129 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
19130
19131 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19132 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19133 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19134 (Fstring_to_number): Mention the returned value in the doc strings.
19135
19136 2002-12-23 Richard M. Stallman <rms@gnu.org>
19137
19138 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19139 <scroll-down-aggressively>: Doc fix.
19140
19141 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19142 string as pane name, if there is one.
19143 (set_frame_menubar): Save menu_items_n_panes from each call to
19144 parse_single_submenu and use it when calling digest_single_submenu.
19145
19146 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19147 Don't try to make last line fully visible if it is past end of window.
19148
19149 2002-12-22 Steven Tamm <steventamm@mac.com>
19150
19151 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19152 (mac_menu_show): Add support for hierarchical popup menus.
19153 (add_menu_item): Remove indentation support.
19154 (fill_submenu, fill_menu): Create hierarchical menus
19155 instead of using indentation.
19156
19157 2002-12-22 Richard M. Stallman <rms@gnu.org>
19158
19159 * xdisp.c (try_cursor_movement): Don't call try_window here.
19160 (redisplay_window): Never redisplay minibuffer when inactive.
19161
19162 * window.c (select_window_1): Undo 9/21 change.
19163
19164 2002-12-22 Steven Tamm <steventamm@mac.com>
19165
19166 * macterm.c (XTread_socket): Call KeyTranslate for control and
19167 meta to deal correctly shifted non-alpha characters, like C-S-5
19168 being treated like C-%. Do not look for shift key to deal
19169 with masking off control-key with mac-reverse-ctrl-meta.
19170
19171 2002-12-21 Richard M. Stallman <rms@gnu.org>
19172
19173 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19174 If it is non-nil, run timers. Use an unwind-protect to requeue
19175 the events that were read ahead.
19176 (popup_get_selection_unwind): New subroutine.
19177 (popup_get_selection_queue): File-scope variable now holds that queue.
19178 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19179 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19180 Use an unwind-protect to pop down the dialog box.
19181 (xdialog_show_unwind): New subroutine implements that.
19182
19183 * xdisp.c (row_containing_pos): Change exit test using last_y.
19184 (try_window_id): Abort if row_containing_pos returns null.
19185
19186 * lread.c (load_error_handler): New function.
19187 (Fload): Handle errors in Fsubstitute_in_file_name.
19188 Don't expect Fsignal to return.
19189
19190 * eval.c: Errors and throws work right with interrupt blocking.
19191 (struct catchtag): New elt interrupt_input_blocked.
19192 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19193 (internal_catch, Fcondition_case, internal_condition_case)
19194 (internal_condition_case_1, internal_condition_case_2): Save it.
19195 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
19196
19197 * editfns.c (Fformat): Add parens.
19198
19199 * dired.c (file_name_completion): Fix that change.
19200 Delete special quit-handling code; just use QUIT.
19201
19202 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
19203
19204 * dired.c (file_name_completion): Close directory on error
19205 just as in directory_files_internal.
19206
19207 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
19208
19209 * window.c (Fset_window_configuration): Set old_point to correct
19210 value when new_current_buffer == current_buffer.
19211
19212 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
19213
19214 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19215 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19216 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19217
19218 These changes were in part based upon suggestions made by Peter
19219 'Luna' Runestig [peter@runestig.com].
19220
19221 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19222 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19223 (g_b_init_get_sid_identifier_authority ): Add several static
19224 global variables.
19225
19226 * w32.c (globals_of_w32): New function. Used to initialize those
19227 global variables that must always be initialized on startup even
19228 when the global variable initialized is non zero. Its primary
19229 purpose at this time is to set the global variables
19230 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, and
19232 g_b_init_get_sid_identifier_authority to 0 on startup.
19233 Called from main.
19234
19235 * w32.c (is_windows_9x): Perform initialization only if
19236 g_b_init_is_windows_9x is equal to 0. On initialization set
19237 g_b_init_is_windows_9x equal to 1.
19238
19239 * w32.c (open_process_token): Perform initialization only if
19240 g_b_init_open_process_token is equal to 0. On initialization set
19241 g_b_init_open_process_token equal to 1.
19242
19243 * w32.c (get_token_information): Perform initialization only if
19244 g_b_init_get_token_information is equal to 0. On initialization
19245 set g_b_init_get_token_information equal to 1.
19246
19247 * w32.c (lookup_account_sid): Perform initialization only if
19248 g_b_init_lookup_account_sid is equal to 0. On initialization
19249 set g_b_init_lookup_account_sid equal to 1.
19250
19251 * w32.c (get_sid_identifier_authority): Perform initialization
19252 only if g_b_init_get_sid_identifier_authority is equal to 0.
19253 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
19254
19255 * w32fns.c (globals_of_w32fns): New function. Used to initialize
19256 those global variables that must always be initialized on startup
19257 even when the global variable initialized is non zero.
19258 Its primary purpose at this time is to initialize the global variable
19259 track_mouse_event_fn.
19260
19261 * w32fns.c (w32_wnd_proc): Remove initialization of
19262 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
19263
19264 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
19265
19266 * w32menu.c (globals_of_w32menu): New function. Used to
19267 initialize those global variables that must always be initialized
19268 on startup even when the global variable initialized is non zero.
19269 Its primary purpose at this time is to initialize the global
19270 variables get_menu_item_info and set_menu_item_info.
19271
19272 * w32menu.c (initialize_frame_menubar): Remove initialization of
19273 get_menu_item_info and set_menu_item_info.
19274
19275 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
19276
19277 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19278 Declare them.
19279
19280 * emacs.c (main): Call globals_of_w32 prior to calling
19281 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19282 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19283 is defined.
19284
19285 * w32term.c (x_update_window_begin): Fix Windows API error
19286 detected by BoundsChecker. Test to determine if
19287 w32_system_caret_hwnd is NULL prior to attempting to use
19288 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
19289
19290 * w32term.c (x_update_window_end): Fix Windows API error
19291 detected by BoundsChecker. Test to determine if
19292 w32_system_caret_hwnd is NULL prior to attempting to use
19293 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
19294
19295 2002-12-17 Kenichi Handa <handa@m17n.org>
19296
19297 * coding.c (coding_system_require_warning): New variable.
19298 (syms_of_coding): DEFVAR it.
19299
19300 * coding.h (coding_system_require_warning): Extern it.
19301
19302 * fileio.c (choose_write_coding_system): Even if
19303 Vcoding_system_for_write is non-nil, if
19304 coding_system_require_warning is nonzero, call
19305 Vselect_safe_coding_system_function.
19306
19307 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
19308
19309 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19310 (lisp): Add font-core.
19311
19312 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
19313
19314 * textprop.c (text_read_only): New arg `propval'.
19315 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19316 (verify_interval_modification): Use text_read_only's new arg.
19317
19318 2002-12-13 Kenichi Handa <handa@m17n.org>
19319
19320 * coding.c (Funencodable_char_position): Set pend correctly.
19321
19322 2002-12-12 Jason Rumney <jasonr@gnu.org>
19323
19324 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19325 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19326 Be more careful about when help_events are generated.
19327
19328 2002-12-12 Steven Tamm <steventamm@mac.com>
19329
19330 * macterm.c (mac_check_for_quit_char): Correctly set the
19331 modifiers of the event to 0.
19332 * mac.c (sys_select): Duplicate rfds before calling select to
19333 ensure that rfds survive the while loop.
19334
19335 2002-12-11 Kim F. Storm <storm@cua.dk>
19336
19337 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19338 row_containing_pos returned NULL.
19339
19340 2002-12-10 Steven Tamm <steventamm@mac.com>
19341
19342 * mac.c (sys_read): Fix sys_read to not call select if IO is
19343 non-blocking.
19344 (sys_select): Fix sys_select to not use a timeout larger than
19345 the one given.
19346
19347 2002-12-10 Juanma Barranquero <lektu@terra.es>
19348
19349 * editfns.c (Fformat): Use alloca, not _alloca.
19350
19351 2002-12-09 Richard M. Stallman <rms@gnu.org>
19352
19353 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19354 as the last thing.
19355
19356 2002-12-09 Dave Love <fx@gnu.org>
19357
19358 * s/sol2-8.h: Removed. (Not necessary.)
19359
19360 2002-12-09 Matthew Swift <swift@alum.mit.edu>
19361
19362 * editfns.c (Fformat): Handle precision in string conversion
19363 specifiers like libc functions do (ie, print at most that many
19364 characters).
19365
19366 2002-12-08 Richard M. Stallman <rms@gnu.org>
19367
19368 * xdisp.c (row_containing_pos): Check more carefully
19369 whether charpos is really in the row before returning it.
19370
19371 2002-12-07 Steven Tamm <steventamm@mac.com>
19372
19373 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
19374
19375 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19376 each stack frame. This may change as it could be time consuming.
19377
19378 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19379 (init_quit_char_handler, mac_determine_quit_char_modifiers)
19380 (mac_initialize): Add code to check for pressing of quit_char
19381 in the OS event queue.
19382
19383 * mac.c (sys_select): Call mac_check_for_quit_char every second
19384 while blocking on select.
19385
19386 * mac.c (sys_read): Use sys_select to test for input first
19387 before calling read, to allow C-g to break.
19388
19389 2002-12-07 Richard M. Stallman <rms@gnu.org>
19390
19391 * minibuf.c (Fcompleting_read): Doc fix.
19392
19393 * lread.c (syms_of_lread) <load-history>: Doc fix.
19394
19395 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
19396
19397 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
19398 autoload.
19399
19400 * data.c (Fdefalias): Record in load-history redefining an autoload.
19401
19402 * alloca.c: Undo ifdef change accidentally made on 12-04.
19403
19404 2002-12-06 Francesco Potorti` <pot@gnu.org>
19405
19406 * xfns.c (png_load): Avoid double gamma correction for PNG images.
19407
19408 2002-12-04 Richard M. Stallman <rms@gnu.org>
19409
19410 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
19411
19412 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
19413
19414 * alloca.c: Don't use #error.
19415
19416 2002-12-03 Dave Love <fx@gnu.org>
19417
19418 * buffer.c (Qucs_set_table_for_input): New.
19419 (Fget_buffer_create): Use it.
19420 (Qset_buffer_major_mode_hook): Deleted.
19421 (Fset_buffer_major_mode): Revert previous change.
19422 (init_buffer_once): Intern ucs-set-table-for-input.
19423 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
19424 Add &Qucs_set_table_for_input.
19425
19426 2002-12-03 Andreas Schwab <schwab@suse.de>
19427
19428 * callint.c (Fcall_interactively): Use next_event only if less
19429 than key_count.
19430
19431 2002-12-02 Andrew Choi <akochoi@shaw.ca>
19432
19433 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
19434 names to 255 characters.
19435
19436 * macterm.c (XTread_socket): If all frames have been collapsed,
19437 expand the first one before handling drag-and-drop events.
19438
19439 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
19440 which is detected by autoconf.
19441
19442 2002-12-01 Steven Tamm <steventamm@mac.com>
19443
19444 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
19445 offset in two hints table to allow prebinding to be redone and
19446 allow the executable to be stripped.
19447
19448 2002-11-29 Dave Love <fx@gnu.org>
19449
19450 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
19451 already provided.
19452
19453 2002-11-29 Richard M. Stallman <rms@gnu.org>
19454
19455 * xdisp.c (start_display): Check more intelligently for
19456 whether the line is continued.
19457 (move_it_vertically_backward): Clear it->continuation_lines_width.
19458
19459 2002-11-28 Dave Love <fx@gnu.org>
19460
19461 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
19462 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
19463
19464 2002-11-27 Steven Tamm <steventamm@mac.com>
19465
19466 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
19467 more descriptive error output from lread.c:Fload upon most require
19468 cycles during boostrapping.
19469
19470 2002-11-27 Jason Rumney <jasonr@gnu.org>
19471
19472 * fileio.c (Finsert_file_contents): Give a more appropriate error
19473 for files bigger than 2Gb when off_t is 32 bit.
19474
19475 * dired.c (Ffile_attributes): Don't return negative file sizes for
19476 files bigger than 2Gb when off_t is 32 bit.
19477
19478 2002-11-27 Dave Love <fx@gnu.org>
19479
19480 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19481
19482 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
19483 Test GETPGRP_VOID instead.
19484 [BSD_TERMIOS]: Remove definitions (never used).
19485
19486 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
19487 Don't define.
19488 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19489
19490 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
19491
19492 2002-11-25 Jason Rumney <jasonr@gnu.org>
19493
19494 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
19495 supported.
19496
19497 2002-11-25 Dave Love <fx@gnu.org>
19498
19499 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
19500
19501 * Makefile.in (TEMACS_LDFLAGS): Update last change.
19502
19503 2002-11-25 Andreas Schwab <schwab@suse.de>
19504
19505 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
19506
19507 2002-11-24 Steven Tamm <steventamm@mac.com>
19508
19509 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
19510 determine the size of pointers alloced in unexed space instead
19511 of using possibly invalid emacs_zone pointers. This fixes the
19512 binary incompatibility problems caused by updates to libSystem.B.
19513
19514 2002-11-24 Richard M. Stallman <rms@gnu.org>
19515
19516 * search.c (Fstring_match): Doc fix.
19517
19518 * callint.c (Fcall_interactively): If a command fails because
19519 `*' detects a read-only buffer, but RECORD_FLAG is set,
19520 record it anyway if the args don't actually do tty input.
19521
19522 2002-11-22 Dave Love <fx@gnu.org>
19523
19524 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
19525
19526 * keyboard.c (interrupt_signal): Provide forward declaration.
19527 (kbd_buffer_store_event): Don't declare interrupt_signal.
19528
19529 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
19530
19531 2002-11-21 Richard M. Stallman <rms@gnu.org>
19532
19533 * eval.c (interactive_p): Skip any number of bytecode
19534 and special form frames, in any order.
19535
19536 2002-11-20 Jason Rumney <jasonr@gnu.org>
19537
19538 * w32fns.c (convert_mono_to_color_image): New function.
19539 (xbm_load, xbm_load_image): Use it when foreground or background
19540 is explicitly set.
19541
19542 2002-11-19 Dave Love <fx@gnu.org>
19543
19544 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
19545
19546 2002-11-18 Jason Rumney <jasonr@gnu.org>
19547
19548 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
19549 (XPutPixel): Swap blue and red.
19550 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
19551 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
19552 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
19553 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
19554
19555 2002-11-18 Dave Love <fx@gnu.org>
19556
19557 * m/orion105.h (HAVE_ALLOCA): Don't define.
19558
19559 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
19560
19561 * m/intel386.h: Don't include alloca.h or define alloca.
19562
19563 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
19564 malloc, realloc, calloc.
19565
19566 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
19567 (bcmp): Don't define.
19568
19569 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
19570
19571 * m/amdahl.h: Don't define LIB_STANDARD.
19572
19573 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
19574
19575 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
19576
19577 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
19578 Don't include alloca.h.
19579
19580 * s/aix3-2.h (HAVE_FSYNC): Don't define.
19581
19582 * regex.c (_GNU_SOURCE): Don't define.
19583
19584 * process.c (_GNU_SOURCE): Don't define.
19585
19586 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
19587
19588 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
19589
19590 * s/sol2-8.h: Include sol2-6.h.
19591
19592 2002-11-18 Miles Bader <miles@gnu.org>
19593
19594 * dispextern.h (struct face): Add `overstrike' field.
19595 * xterm.c (x_draw_glyph_string_foreground)
19596 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19597 * xfaces.c (load_face_font): Set `face->overstrike' based on
19598 result from choose_face_font.
19599 (best_matching_font, choose_face_font): Add `needs_overstrike'
19600 argument, and use it to return whether overstriking is desirable
19601 for this face/font combo.
19602 (set_font_frame_param: Pass new argument to choose_face_font.
19603
19604 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19605
19606 This change is my fix for the following entry in etc/PROBLEMS:
19607 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19608 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
19609
19610 * w32.c: Added wrapper functions around the win32 API functions
19611 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
19612 GetSidIdentifierAuthority. These wrapper functions serve two
19613 purposes:
19614 1. They ensure that the wrapped function can never be called
19615 when Emacs is running on an operating system on which they are
19616 not supported (Microsoft Windows 95 / 98 / ME).
19617 2. They call the wrapped functions via function pointers rather
19618 than calling them directly. This avoids taking advantage of the
19619 undocumented fact that although these functions are not supported
19620 in the 9x branch of Microsoft Windows, the functions do exist in
19621 the version of advapi32.dll that is found in the 9x branch of
19622 Microsoft Windows.
19623
19624 * w32.c (init_user_info): Replace the calls to the win32 API
19625 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
19626 and GetSidIdentifierAuthority with calls to the newly added
19627 wrapper functions.
19628
19629 * w32.h: Added extern declarations for the following functions:
19630 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
19631 syms_of_w32menu, and void syms_of_fontset.
19632
19633 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
19634 function pointer track_mouse_event_fn in the handler for the
19635 WM_SETFOCUS message.
19636
19637 * w32menu.c (initialize_frame_menubar): Add code to
19638 reinitialize the function pointers set_menu_item_info and
19639 get_menu_item_info.
19640
19641 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
19642
19643 * sound.c: Added a partial implementation of play-sound-internal
19644 for Microsoft Windows. Added various #ifdef / #else / #endif
19645 code blocks to separate the code that will compile under
19646 Microsoft Windows from the code that is specific to GNU/Linux.
19647 Moved several blocks of code around to make this separation of code
19648 into Windows compatible and GNU/Linux compatible code blocks easier.
19649
19650 * makefile.w32-in: Include sound.c and link with WinMM.lib.
19651
19652 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
19653 added support for play-sound-internal under Windows would be
19654 included in the build of Emacs.
19655
19656 2002-11-16 Jason Rumney <jasonr@gnu.org>
19657
19658 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
19659
19660 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
19661
19662 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
19663
19664 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
19665 (adjust_point_for_property): Move out of display and invisible even if
19666 we were already inside before (in case a property was added while
19667 we weren't looking). Be more careful when handling invisible props.
19668 Skip invisible text as if it really wasn't there at all.
19669
19670 2002-11-15 Jason Rumney <jasonr@gnu.org>
19671
19672 * w32term.c (x_draw_image_foreground)
19673 (w32_draw_image_foreground_1): Use standard copy and invert
19674 operations to draw images.
19675
19676 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
19677 depth of 1.
19678 (xbm_read_bitmap_data): Invert bits as xbm is read in.
19679 (XPutPixel): Don't invert bits here.
19680
19681 2002-11-15 Jason Rumney <jasonr@gnu.org>
19682
19683 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
19684 (w32_draw_image_foreground_1): Handle image masks.
19685 (x_draw_image_glyph_string): Don't BitBlt transparently.
19686
19687 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
19688 (x_from_xcolors): Adjust RGB values for W32.
19689 (image_background, image_background_transparent)
19690 (postprocess_image, x_to_xcolors, x_disable_image)
19691 (x_build_heuristic_mask): Adapt for W32 and enable.
19692 (x_create_x_image_and_pixmap): Mark images with palettes as such.
19693 (xbm_load): Remove unused variable.
19694
19695 2002-11-14 Richard M. Stallman <rms@gnu.org>
19696
19697 * buffer.c (syms_of_buffer): Doc fix.
19698
19699 2002-11-14 Dave Love <fx@gnu.org>
19700
19701 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
19702
19703 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
19704 * xmenu.c (unuse_menu_items, digest_single_submenu):
19705 * xfns.c (x_put_x_image):
19706 * xdisp.c (message2_nolog, set_message):
19707 * undo.c (record_point):
19708 * terminfo.c (tparam):
19709 * syntax.c (scan_sexps_forward):
19710 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19711 * composite.c (update_compositions):
19712 * cm.c (calccost, cmgoto):
19713 * charset.c (c_string_width): Declare all args (per C99).
19714
19715 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
19716
19717 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
19718 Don't declare.
19719
19720 * emacs.c (main) [!VMS]: Avoid third arg.
19721
19722 * fns.c (Fcopy_sequence): Doc fix.
19723 (Fmap_char_table): Cast `call2'.
19724
19725 2002-11-14 Francesco Potorti` <pot@gnu.org>
19726
19727 * s/sol2-8.h: New file.
19728
19729 2002-11-14 Kim F. Storm <storm@cua.dk>
19730
19731 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
19732 dependency on `risky-local-variable' and the :propertize form.
19733
19734 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
19735
19736 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
19737
19738 * syntax.c (scan_sexps_forward): Undo last patch.
19739 Use a more obvious fix: check eob before updating the syntax table.
19740
19741 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
19742
19743 * syntax.c (scan_sexps_forward): Update syntax table before reading
19744 a char rather than after so we don't update the table past eob.
19745
19746 2002-11-09 Dave Love <fx@gnu.org>
19747
19748 * buffer.c (Fset_buffer_major_mode): Fix last change.
19749
19750 * regex.c (regexec): Fix pmatch declaration.
19751
19752 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
19753
19754 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
19755 to self-inserting characters.
19756 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
19757
19758 * coding.c (Vtranslation_table_for_input): New.
19759 (syms_of_coding): DEFVAR it.
19760
19761 2002-11-08 Juanma Barranquero <lektu@terra.es>
19762
19763 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
19764 window.
19765
19766 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19767
19768 * process.c (Fformat_network_address): Remove unused locals p,
19769 cp, and i.
19770
19771 2002-11-06 Dave Love <fx@gnu.org>
19772
19773 * buffer.c (Qset_buffer_major_mode_hook): New.
19774 (Fset_buffer_major_mode): Use it.
19775
19776 2002-11-06 Richard M. Stallman <rms@gnu.org>
19777
19778 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
19779 and stop_polling.
19780
19781 * process.c (wait_reading_process_input):
19782 Test POLLING_PROBLEM_IN_SELECT, not hpux.
19783 Avoid initialization for auto Lisp_Object var.
19784
19785 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
19786
19787 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
19788
19789 2002-11-05 Richard M. Stallman <rms@gnu.org>
19790
19791 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
19792
19793 * callint.c (Fcall_interactively): New local filter_specs.
19794 (Fcall_interactively): Check for progn as well as let.
19795 Add a gcpro.
19796 (Qprogn): New variable.
19797 (syms_of_callint): Staticpro and init Qprogn.
19798
19799 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
19800
19801 * lread.c (Feval_buffer): Doc fix.
19802
19803 2002-11-04 Dave Love <fx@gnu.org>
19804
19805 * keyboard.c (read_char): Always translate iff
19806 Vkeyboard_translate_table is a char table and c is valid.
19807
19808 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19809 and fix C types.
19810
19811 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
19812
19813 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
19814
19815 * editfns.c (get_pos_property): Don't hardcode Qfield.
19816
19817 * keyboard.c (adjust_point_for_property): Handle `display' prop on
19818 overlays. Also handle `invisible' prop.
19819
19820 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
19821
19822 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
19823 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
19824
19825 2002-11-01 Andreas Schwab <schwab@suse.de>
19826
19827 * editfns.c (Fmessage): Revert last change to properly handle %%.
19828
19829 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
19830
19831 * xmenu.c (unuse_menu_items): New fun.
19832 (menu_items_inuse): New var.
19833 (syms_of_xmenu): Initialize it.
19834 (init_menu_items): Use it to detect re-entrance.
19835 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
19836 (Fx_popup_menu): Remove spurious XSETFRAME.
19837
19838 * editfns.c (find_field): Make an exception for nil fields.
19839
19840 2002-11-01 Dave Love <fx@gnu.org>
19841
19842 * m/gec63.h: Deleted.
19843
19844 2002-10-31 Dave Love <fx@gnu.org>
19845
19846 * xterm.c (XTread_socket): Fix last change.
19847 (xaw_scroll_callback): Cast call_data to long to avoid warning.
19848
19849 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
19850
19851 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
19852
19853 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
19854
19855 * editfns.c (overlays_around, get_pos_property): New funs.
19856 (find_field): Use them.
19857 Also be careful not to modify POS before its last use.
19858 (Fmessage): Don't Fformat if there's nothing to format.
19859
19860 2002-10-30 Dave Love <fx@gnu.org>
19861
19862 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
19863 [HAVE_PTY_H]; Include pty.h.
19864
19865 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
19866
19867 * xterm.c (Qeql): Declare.
19868 (Vx_keysym_table): New.
19869 (syms_of_xterm): Initialize it.
19870 (XTread_socket): Use it. Deal with ASCII keysyms.
19871 (XSetIMValues) [HAVE_X11R6]: Prototype.
19872
19873 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
19874 (lispy_kana_keys): Comment out.
19875 (make_lispy_event) [XK_kana_A]: Comment out.
19876 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
19877 Fix sprintf call.
19878
19879 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
19880 regexp.h change).
19881 (TERMINFO, LIBS_TERMCAP): Define.
19882
19883 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
19884 (bcmp): Define conditional on HAVE_BCMP.
19885 (NO_SIOCTL_H): Don't define.
19886 (TIOCSIGSEND): Don't make conditional on IRIX6.
19887
19888 * s/sol2-5.h: Don't include strings.h.
19889 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
19890
19891 * s/irix6-0.h (IRIX6): Don't define.
19892 (bcopy, bcmp, bzero): Don't undef.
19893
19894 * s/irix6-5.h: Don't include strings.h.
19895 (IRIX6): Don't define.
19896 (bcopy, bcmp, bzero): Don't undef.
19897
19898 * syntax.c (Fforward_comment): Doc fix.
19899
19900 2002-10-29 Kim F. Storm <storm@cua.dk>
19901
19902 * process.c (Fsignal_process): Allow PROCESS to be specified by
19903 name in addition to pid (as integer or string).
19904
19905 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
19906
19907 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
19908 environments.
19909
19910 2002-10-27 Kim F. Storm <storm@cua.dk>
19911
19912 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19913
19914 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
19915
19916 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
19917
19918 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
19919
19920 2002-10-26 Richard M. Stallman <rms@gnu.org>
19921
19922 * editfns.c (Fformat): Detect invalid format letters for floats.
19923
19924 2002-10-25 Kenichi Handa <handa@m17n.org>
19925
19926 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
19927 (x_set_title): Likewise.
19928
19929 2002-10-25 Juanma Barranquero <lektu@terra.es>
19930
19931 * macgui.h:
19932 * w32gui.h: Remove definition of XColor.
19933
19934 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
19935
19936 2002-10-24 Kim F. Storm <storm@cua.dk>
19937
19938 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
19939 Callers changed (supply dummy arg).
19940
19941 * lisp.h (get_window_cursor_type): Update prototype.
19942
19943 * w32term.c (x_display_and_set_cursor): Get active_cursor from
19944 get_window_cursor_type to track system caret.
19945
19946 2002-10-24 Kim F. Storm <storm@cua.dk>
19947
19948 * process.c (Fformat_network_address): New function.
19949 (syms_of_process): Defsubr it.
19950 (list_processes_1): Use it to format :local/:remote address if
19951 service/host is not set; before Emacs would crash in that case.
19952 (Fmake_network_process): Don't use Ffind_operation_coding_system
19953 to setup coding system if host or service is not set.
19954
19955 2002-10-23 Juanma Barranquero <lektu@terra.es>
19956
19957 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
19958
19959 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
19960 COLORREF.
19961
19962 * macgui.h:
19963 * w32gui.h: Add definition of XColor.
19964
19965 * macfns.c:
19966 * w32fns.c:
19967 * xfaces.c: Remove definition of XColor.
19968
19969 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
19970
19971 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
19972
19973 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
19974 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
19975 window if it is dedicated.
19976 (Fshrink_window): Add preserve_before as was done for enlarge_window.
19977 (Vspecial_display_function): Update docstring.
19978
19979 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
19980 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
19981 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
19982
19983 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
19984
19985 * casefiddle.c (casify_region): Don't treat a prefix char as part
19986 of a word when at the beginning.
19987
19988 2002-10-17 Juanma Barranquero <lektu@terra.es>
19989
19990 * lread.c (syms_of_lread): Fix typos.
19991
19992 2002-10-17 Dave Love <fx@gnu.org>
19993
19994 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
19995
19996 2002-10-16 Richard M. Stallman <rms@gnu.org>
19997
19998 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
19999
20000 2002-10-14 Juanma Barranquero <lektu@terra.es>
20001
20002 * w16select.c (syms_of_win16select): Fix docstring for
20003 `selection-coding-system'.
20004
20005 * w32select.c (syms_of_w32select): Likewise.
20006
20007 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
20008
20009 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
20010 a backslash-quoted char.
20011 (scan_lists, scan_sexps_forward): Pacify the compiler.
20012
20013 2002-10-13 Richard M. Stallman <rms@gnu.org>
20014
20015 * window.c (window_scroll): Set immediate_quit.
20016
20017 * print.c (print): When backquote form is the car of a list,
20018 output in old style. Use old_backquote_output to output all
20019 comma forms inside it in old style too.
20020
20021 * buffer.h (struct buffer): Move `undo_list' down below `name'.
20022
20023 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
20024
20025 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
20026 batch mode).
20027
20028 * lread.c (Fload): Doc fix (load-suffixes).
20029
20030 2002-10-10 Steven Tamm <steventamm@mac.com>
20031
20032 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
20033 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
20034 Also switch the default to Qnil from Qt.
20035
20036 2002-10-08 Kenichi Handa <handa@m17n.org>
20037
20038 * coding.c (code_convert_region): When we need more GAP for
20039 conversion, pay attention to the case that coding->produced is not
20040 greater than coding->consumed.
20041
20042 2002-10-07 Richard M. Stallman <rms@gnu.org>
20043
20044 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
20045
20046 2002-10-06 Andrew Choi <akochoi@shaw.ca>
20047
20048 * macmenu.c (mac_menu_show): Add j to count menu items; match
20049 menu_item_selection to it to find selected item.
20050
20051 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20052
20053 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
20054 cases. The correct fix is to pass ReparentNotify to Xt.
20055 The shell widget interprets ConfigureNotify differently depending
20056 on if it has been reparented or not.
20057
20058 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
20059
20060 * editfns.c (Fformat_time_string): Doc fix.
20061
20062 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
20063
20064 * fns.c (Flength): Doc fix.
20065
20066 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
20067
20068 * keyboard.c (keyremap): New struct.
20069 (read_key_sequence): Use it: globally replace keytran_foo with
20070 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
20071 keytran_next and fkey_next to just `next'.
20072
20073 2002-10-04 Steven Tamm <steventamm@mac.com>
20074
20075 * macterm.c (keycode_to_xkeysym_table): Change return to be
20076 treated like an X keysym.
20077
20078 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20079
20080 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
20081 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
20082 This is to also handle x/y changes that occur because of a resize.
20083
20084 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
20085
20086 * frame.c (Vdelete_frame_functions): New variable.
20087 (syms_of_frame): Initialize and defvar it.
20088 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
20089 it when frame's `tooltip' parameter is non-nil.
20090
20091 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20092
20093 * w32fns.c (x_create_tip_frame): Likewise.
20094
20095 * macfns.c (x_create_tip_frame): Likewise.
20096
20097 2002-09-30 Kenichi Handa <handa@m17n.org>
20098
20099 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20100 -1 before calling ccl_driver.
20101
20102 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20103 Only when it is non-nil, handle composition sequence.
20104 (setup_coding_system) <0>: Don't force composition handling.
20105
20106 * Makefile.in (lisp, shortlisp): Add utf-16.elc
20107
20108 2002-09-29 Richard M. Stallman <rms@gnu.org>
20109
20110 * search.c (Freplace_match): Adjust match data for the substitution
20111 just made in the buffer.
20112
20113 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20114 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20115
20116 2002-09-27 Richard M. Stallman <rms@gnu.org>
20117
20118 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20119 (read_char): Use them. Do all exits thru the end of the function.
20120
20121 2002-09-27 Kenichi Handa <handa@etl.go.jp>
20122
20123 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20124 is nil.
20125
20126 2002-09-26 Richard M. Stallman <rms@gnu.org>
20127
20128 * regex.h (__restrict_arr): Don't define if already defined.
20129
20130 * coding.c (run_pre_post_conversion_on_str):
20131 Save and restore Vdeactivate_mark.
20132
20133 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20134
20135 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20136
20137 2002-09-26 Kenichi Handa <handa@etl.go.jp>
20138
20139 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20140 nonzero, try face's family at first. Otherwise try FAMILY at first.
20141 (choose_face_font): If C is a single byte char or latin-1, call
20142 try_font_list with PREFER_FACE_FAMILY 1.
20143
20144 2002-09-21 Richard M. Stallman <rms@gnu.org>
20145
20146 * window.c (select_window_1): Don't select frame.
20147 Set frame's selected window only when frame itself is selected.
20148 (Fselect_window): Doc fix.
20149
20150 2002-09-18 Kim F. Storm <storm@cua.dk>
20151
20152 * process.c (make-network-process): Doc fix (there is no
20153 network-server-log-function hook).
20154
20155 2002-09-18 Richard M. Stallman <rms@gnu.org>
20156
20157 * print.c (print): Clear out the unused parts of Vprint_number_table.
20158 (syms_of_print): Doc fix for `print-number-table'.
20159
20160 * unexelf.c (unexec): Undo previous change.
20161
20162 2002-09-17 Andreas Schwab <schwab@suse.de>
20163
20164 * m/alpha.h [LINUX]: Don't define DATA_START.
20165
20166 2002-09-16 Dave Love <fx@gnu.org>
20167
20168 * unexelf.c (unexec): Deal with .got, reinstating change from
20169 25-08-1999.
20170
20171 2002-09-13 Richard M. Stallman <rms@gnu.org>
20172
20173 * s/sol2-6.h (UNEXEC): Comment out definition.
20174
20175 * unexsol.c (unexec): Don't downcase first letter of error msg.
20176
20177 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20178
20179 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
20180
20181 * unexsol.c: Include buffer.h, charset.h, coding.h.
20182
20183 2002-09-11 Richard M. Stallman <rms@gnu.org>
20184
20185 * unexsol.c: Don't use report_file_error; do it by hand
20186 using dlerror.
20187
20188 * process.c (wait_reading_process_input, both versions):
20189 Before calling turn_on_atimers, call stop_polling.
20190
20191 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20192
20193 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20194 we go to too_near_end, call clear_glyph_matrix.
20195 (redisplay_window): After make_cursor_line_fully_visible,
20196 call clear_glyph_matrix and bypass `goto done'.
20197
20198 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20199 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20200
20201 2002-09-10 Richard M. Stallman <rms@gnu.org>
20202
20203 * fileio.c (Fdo_auto_save): Catch error making directory.
20204 Only call push_message if we need to.
20205 At the same time, make an unwind-protect to pop it.
20206 Rename local message_p to old_message_p.
20207 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20208 (do_auto_save_unwind): Don't call pop_message.
20209
20210 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20211
20212 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20213
20214 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20215
20216 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20217
20218 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20219
20220 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20221 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20222 (re_match_2_internal): Be more careful with infinite loops.
20223
20224 2002-09-10 Kim F. Storm <storm@cua.dk>
20225
20226 * macros.c (end_kbd_macro): New function.
20227 (Fend_kbd_macro): Use it.
20228
20229 * macros.h (end_kbd_macro): Declare extern.
20230
20231 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20232 end and save it instead of discarding it.
20233
20234 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
20235
20236 * s/sol2-6.h: Fix typo. Add comment.
20237
20238 2002-09-09 Richard M. Stallman <rms@gnu.org>
20239
20240 * regex.c (regnum_t): Use signed int, not unsigned int.
20241
20242 * s/sol2-6.h: New file.
20243
20244 * s/sol2-5.h (UNEXEC): Definition deleted.
20245
20246 2002-09-08 Kim F. Storm <storm@cua.dk>
20247
20248 * macros.c (executing_macro_index): Change type to EMACS_INT.
20249 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
20250
20251 * macros.h (executing_macro_index): Change type to EMACS_INT.
20252
20253 2002-09-06 Richard M. Stallman <rms@gnu.org>
20254
20255 * casetab.c (set_case_table): Make canon table point to eqv table.
20256
20257 2002-09-06 Juanma Barranquero <lektu@terra.es>
20258
20259 * coding.c (syms_of_coding): Fix spacing.
20260
20261 * composite.c (Fcompose_region_internal)
20262 (Fcompose_string_internal): Likewise.
20263
20264 * data.c (Flsh): Likewise.
20265
20266 * fontset.c (Fset_fontset_font): Likewise.
20267
20268 * macfns.c (Fx_server_max_request_size): Likewise.
20269
20270 * w16select.c (syms_of_win16select): Likewise.
20271
20272 * w32select.c (syms_of_w32select): Likewise.
20273
20274 * xselect.c (syms_of_xselect): Likewise.
20275
20276 2002-09-05 Richard M. Stallman <rms@gnu.org>
20277
20278 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20279 call EXTEND_RANGE_TABLE and return a proper value.
20280 (set_image_of_range): Don't call set_image_of_range_1
20281 if no TRANSLATE or if range includes all of Latin-1.
20282 Only call it for the Latin-1 part of the range.
20283 For other cases, make two separate ranges,
20284 one for the original specified characters and one for
20285 their case-conversions.
20286
20287 2002-09-04 Richard M. Stallman <rms@gnu.org>
20288
20289 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20290
20291 * window.c (displayed_window_lines): Correct for one-off bug
20292 in HEIGHT on non-window displays.
20293
20294 * regex.c (set_image_of_range_1): New function.
20295 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20296 Return a value to indicate running out of memory.
20297 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20298 (extend_range_table_work_area): New subroutine.
20299 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20300 Different calling conventions, and used from set_image_of_range{,_1}.
20301 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20302
20303 2002-09-04 Juanma Barranquero <lektu@terra.es>
20304
20305 * makefile.w32-in: All dependencies updated.
20306
20307 2002-09-01 Richard M. Stallman <rms@gnu.org>
20308
20309 * unexsol.c: New file.
20310
20311 * xfns.c (Qbox): Declare external, don't define.
20312
20313 * xdisp.c (redisplay_window) <force-start case>:
20314 If point is on semi-visible last line, reposition
20315 it at previous line.
20316
20317 * alloc.c (display_malloc_warning): Use display-warning.
20318 (malloc_warning_1): Function deleted.
20319
20320 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20321
20322 * lread.c (read1): Handle #! by skipping the line.
20323
20324 2002-08-31 Richard M. Stallman <rms@gnu.org>
20325
20326 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20327 Don't include LDFLAGS.
20328 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20329
20330 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20331
20332 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20333 member of x_display_info unless we compile for some window system.
20334
20335 2002-08-31 Kim F. Storm <storm@cua.dk>
20336
20337 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20338 (get_window_cursor_type): Don't use them.
20339 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20340
20341 2002-08-30 Kenichi Handa <handa@etl.go.jp>
20342
20343 * xdisp.c (get_next_display_element): Fix previous change.
20344
20345 2002-08-30 Andrew Choi <akochoi@shaw.ca>
20346
20347 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20348 (expose_window): Use it to fix the display of overlapping
20349 rows (merge code from xterm.c).
20350
20351 * macfns.c (Qbox): Add extern declaration.
20352
20353 2002-08-30 Juanma Barranquero <lektu@terra.es>
20354
20355 * w32fns.c (Qbox): Make extern.
20356 (syms_of_w32fns): Remove initialization of Qbox.
20357
20358 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20359
20360 * xfns.c (Fx_open_connection): Fix error message.
20361
20362 2002-08-30 Kim F. Storm <storm@cua.dk>
20363
20364 The following changes consolidates the handling of the cursor
20365 type in xdisp.c, moving duplicate code and functionality from
20366 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20367
20368 * frame.h (enum text_cursor_kinds): Consolidated here.
20369 Added DEFAULT_CURSOR value.
20370 (struct frame) <desired_cursor, cursor_width>
20371 <blink_off_cursor, blink_off_cursor_width>: New fields.
20372 Consolidated from output_x, output_w32 and output_mac structs.
20373 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20374 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20375
20376 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20377 Variables consolidated here.
20378 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20379 (Vcursor_in_non_selected_windows): Renamed from
20380 cursor_in_non_selected_windows and changed to Lisp_Object.
20381 (syms_of_xdisp): Define and staticpro new and moved variables.
20382 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20383 consolidated here. Recognize Qhollow setting.
20384 (set_frame_cursor_types): New function to set frame cursor types
20385 based on the frame parameters.
20386 (get_window_cursor_type): New function to calculate new cursor
20387 type and width for the specified window. Based on duplicated
20388 code consolidated here.
20389 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20390 check buffer-local alternate-cursor-type and blink-cursor-alist
20391 before using built-in blink off methods.
20392
20393 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
20394
20395 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
20396 (get_specified_cursor_type, get_window_cursor_type)
20397 (set_frame_cursor_types): Added prototypes.
20398
20399 * macfns.c (x_specified_cursor_type): Removed.
20400 (x_set_cursor_type): Use set_frame_cursor_types.
20401 (Qbar, Qbox): Removed.
20402 (syms_of_macfns): Don't intern or staticpro them.
20403
20404 * macterm.c (x_specified_cursor_type): Remove prototype.
20405 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20406 (x_display_and_set_cursor): Use get_window_cursor_type.
20407 Remove unused local variables cursor_non_selected, active_cursor.
20408 Redraw cursor if hbar cursor width changes.
20409 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
20410
20411 * macterm.h (enum text_cursor_kinds): Removed.
20412 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
20413 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20414 (FRAME_DESIRED_CURSOR): Macro removed.
20415
20416 * w32fns.c (Vblink_cursor_alist): Removed.
20417 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20418 (syms_of_w32fns): Don't intern, staticpro, or define them.
20419 (x_specified_cursor_type): Removed.
20420 (x_set_cursor_type): Use set_frame_cursor_types.
20421
20422 * w32term.c (x_specified_cursor_type): Remove prototype.
20423 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20424 (x_display_and_set_cursor): Use get_window_cursor_type.
20425 Remove unused local variables cursor_off_state.
20426 Redraw cursor if hbar cursor width changes.
20427 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
20428
20429 * w32term.h (enum text_cursor_kinds): Removed.
20430 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
20431 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20432 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20433 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20434 (struct w32_display_info) <x_highlight_frame>: Renamed member from
20435 w32_highlight_frame.
20436
20437 * xfns.c (Vblink_cursor_alist): Removed.
20438 (Qbar, Qhbar, Qbox, Qhollow): Removed.
20439 (syms_of_xfns): Don't intern, staticpro, or define them.
20440 (x_specified_cursor_type): Removed.
20441 (x_set_cursor_type): Use set_frame_cursor_types.
20442
20443 * xterm.c (x_specified_cursor_type): Remove prototype.
20444 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
20445 (x_display_and_set_cursor): Use get_window_cursor_type.
20446 Remove unused local variables cursor_off_state.
20447 Redraw cursor if hbar cursor width changes.
20448
20449 * xterm.h (enum text_cursor_kinds): Removed.
20450 (struct output_x) <current_cursor, desired_cursor, cursor_width>
20451 <blink_off_cursor, blink_off_cursor_width>: Members removed.
20452 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20453 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
20454 (x_specified_cursor_type): Remove prototype.
20455
20456 2002-08-28 Richard M. Stallman <rms@gnu.org>
20457
20458 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20459 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20460 (Vblink_cursor_alist): New variable.
20461 (syms_of_w32fns): Initialize and defvar it.
20462 (x_specified_cursor_type): Recognize Qbox for filled box.
20463 Exceptions are hollow boxes.
20464 (Qbox, Qhollow): New variables.
20465 (syms_of_w32fns): Initialize and staticpro them.
20466
20467 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20468 New macros.
20469 (struct w32_output): New fields blink_off_cursor,
20470 blink_off_cursor_width.
20471 (FRAME_CURSOR_WIDTH): New macro.
20472
20473 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20474 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20475
20476 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20477 for bar cursor.
20478
20479 * w32term.c (expose_overlaps): New function.
20480 (expose_window): Use it to fix the display of overlapping rows.
20481
20482 2002-08-28 Simon Josefsson <jas@extundo.com>
20483
20484 * xfns.c (Fx_open_connection): Improve help when X connection
20485 fails, xhost is insecure and xauth is better.
20486
20487 2002-08-28 Juanma Barranquero <lektu@terra.es>
20488
20489 * makefile.w32-in: Add missing dependencies on w32term.h and
20490 composite.h.
20491
20492 * emacs.c (USAGE1): Add missing newline.
20493
20494 2002-08-27 Andrew Choi <akochoi@shaw.ca>
20495
20496 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
20497
20498 2002-08-27 Richard M. Stallman <rms@gnu.org>
20499
20500 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
20501 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
20502 (Vblink_cursor_alist): New variable.
20503 (syms_of_xfns): Initialize and defvar it.
20504 (x_specified_cursor_type): Recognize Qbox for filled box.
20505 Exceptions are hollow boxes.
20506 (Qbox, Qhollow): New variables.
20507 (syms_of_xfns): Initialize and staticpro them.
20508
20509 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
20510 New macros.
20511 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
20512
20513 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
20514 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
20515
20516 * emacs.c (main): Handle --script.
20517 (USAGE1): Mention --script.
20518 (standard_args): Define sort order for --script.
20519
20520 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20521
20522 * xdisp.c (redisplay_updating_p): Variable removed.
20523 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
20524 New variables.
20525 (init_iterator): Don't free realized faces if
20526 inhibit_free_realized_faces is set.
20527 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
20528 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
20529 initialize Qinhibit_free_realized_faces.
20530
20531 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
20532 when iterator is adding glyphs to a glyph matrix.
20533
20534 2002-08-27 Kenichi Handa <handa@etl.go.jp>
20535
20536 * xdisp.c (get_next_display_element): In unibyte case, don't use
20537 octal form for such eight-bit characters that can be converted to
20538 multibyte char.
20539
20540 2002-08-26 Kim F. Storm <storm@cua.dk>
20541
20542 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
20543 foreground and background colors. From Joe Buehler.
20544
20545 2002-08-26 Miles Bader <miles@gnu.org>
20546
20547 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
20548
20549 2002-08-25 Andrew Choi <akochoi@shaw.ca>
20550
20551 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
20552 defined instead of MAC_OSX.
20553
20554 * s/darwin.h (select): Define select to sys_select only if
20555 HAVE_CARBON is defined.
20556 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
20557 (DONT_REOPEN_PTY): #def it.
20558
20559 * macterm.c (XTread_socket): Remove code to call
20560 SendEventToEventTarget for keys with command modifiers when
20561 mac_command_key_is_meta is nil.
20562
20563 2002-08-24 Andreas Schwab <schwab@suse.de>
20564
20565 * eval.c (Fdefvar): Fix last change.
20566
20567 2002-08-23 Richard M. Stallman <rms@gnu.org>
20568
20569 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
20570 Record variables in load history as (defvar . VAR).
20571 (Fdefvar): Don't record in load history if no initial value.
20572 (Qdefvar): New variable.
20573 (syms_of_eval): Init and staticpro it.
20574
20575 * lread.c (syms_of_lread): Doc fix.
20576 (build_load_history): Use Fmember to see if a definition
20577 is already in the Vload_history element.
20578
20579 * process.c (Fstart_process): Remove /: from program name.
20580
20581 * emacs.c (decode_env_path): Don't add /: if file name handler
20582 has a `safe-magic' property.
20583
20584 * callproc.c (Fcall_process): Remove /: from program name.
20585
20586 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
20587
20588 * regex.c (PATFETCH): Remove the translating fetch.
20589 (PATFETCH_RAW): Rename to PATFETCH.
20590 (set_image_of_range): New fun.
20591 (SET_RANGE_TABLE_WORK_AREA): Use it.
20592 (regex_compile): Don't translate the pattern chars so eagerly.
20593 Only do it when inserting an `exactn' bytecode or when handling
20594 a char-range.
20595 (mutually_exclusive_p): Avoid empty statement.
20596
20597 2002-08-22 Kim F. Storm <storm@cua.dk>
20598
20599 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
20600 end up on a partially visible line; this reverts a specific part
20601 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
20602 display error which has been reported several times now.
20603 However it introduces the problem that changes was supposed to fix.
20604 See my comments in the source if you want to debug this further.
20605
20606 2002-08-20 Kenichi Handa <handa@etl.go.jp>
20607
20608 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20609
20610 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
20611
20612 * msdos.c (croak): Add `void' to definition.
20613
20614 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
20615 Don't define them, they are defined in msdos.c.
20616
20617 * mem-limits.h [MSDOS]: Declare etext.
20618
20619 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
20620 `const' since CORRECT_DIR_SEPS modifies its target.
20621
20622 2002-08-19 Kim F. Storm <storm@cua.dk>
20623
20624 * keyboard.c (Fclear_this_command_keys): Add optional arg
20625 KEEP-RECORD to avoid clearing lossage when we just want to clear
20626 the current key sequence (kmacro needs this).
20627
20628 2002-08-19 Kenichi Handa <handa@localhost>
20629
20630 * composite.c (run_composition_function): Call FUNC if it is fboundp.
20631
20632 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
20633 cons, return Qnil.
20634
20635 2002-08-17 Richard M. Stallman <rms@gnu.org>
20636
20637 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
20638
20639 * sysdep.c [!VMS]: Include sys/files.h.
20640
20641 * editfns.c (save_restriction_restore): Defend from unchained marker.
20642
20643 * buffer.c (overlays_at): Handle extending vec uniformly.
20644 (overlays_in): Handle extending vec from length 0 as in overlays_at.
20645
20646 2002-08-15 Andrew Choi <akochoi@shaw.ca>
20647
20648 * mac.c (init_mac_osx_environment): New function.
20649
20650 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
20651
20652 2002-08-14 Kim F. Storm <storm@cua.dk>
20653
20654 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
20655 executing macro before appending to it (when used from Lisp).
20656 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
20657 which is called prior to each iteration of macro (for kmacro.el).
20658 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
20659
20660 * lisp.h (Fexecute_kbd_macro): Update prototype.
20661
20662 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
20663
20664 2002-08-14 Kenichi Handa <handa@etl.go.jp>
20665
20666 * xselect.c (QUTF8_STRING): New variable.
20667 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
20668 (x_atom_to_symbol): Likewise.
20669 (x_get_local_selection): New argument local_request. If it is
20670 nonzero, call handler_fn with the second arg nil.
20671 (x_handle_selection_request): Call x_get_local_selection with
20672 local_request 0.
20673 (lisp_data_to_selection_data): Don't encode the string here.
20674 (Fx_get_selection_internal): Call x_get_local_selection with
20675 local_request 1.
20676 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
20677
20678 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
20679
20680 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
20681
20682 2002-08-13 Richard M. Stallman <rms@gnu.org>
20683
20684 * minibuf.c (Fminibufferp): New function.
20685 (syms_of_minibuf): Defsubr it.
20686 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
20687
20688 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
20689
20690 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
20691
20692 2002-08-12 Richard M. Stallman <rms@gnu.org>
20693
20694 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
20695 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
20696 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
20697 already.
20698
20699 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
20700
20701 2002-08-11 Andrew Choi <akochoi@shaw.ca>
20702
20703 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
20704 (Vmac_pass_command_to_system): New variable.
20705 (Vmac_pass_control_to_system): New variable.
20706 (do_mouse_moved): Check wp with is_emacs_window.
20707 (XTread_socket): Check window_ptr with is_emacs_window.
20708 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
20709 events back to Mac Toolbox for processing, depending on values of
20710 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
20711 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
20712 Vmac_pass_control_to_system.
20713
20714 2002-08-10 Kenichi Handa <handa@etl.go.jp>
20715
20716 * coding.c (unencodable_char_position): New function.
20717 (Funencodable_char_position): New function.
20718 (syms_of_coding): Defsubr Funencodable_char_position.
20719
20720 2002-08-10 Andrew Choi <akochoi@shaw.ca>
20721
20722 * mac.c (sys_select) [MAC_OSX]: New function.
20723
20724 * macterm.c (MakeMeTheFrontProcess): New function.
20725 (mac_initialize): Call MakeMeTheFrontProcess.
20726
20727 * s/darwin.h: Define select to sys_select.
20728
20729 2002-08-09 Richard M. Stallman <rms@gnu.org>
20730
20731 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
20732
20733 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
20734
20735 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
20736 end of the buffer.
20737
20738 2002-08-08 Ken Raeburn <raeburn@gnu.org>
20739
20740 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
20741
20742 * puresize.h (BASE_PURESIZE): Increase to 910000.
20743
20744 2002-08-08 Kenichi Handa <handa@etl.go.jp>
20745
20746 * coding.c (Ffind_operation_coding_system): For write-region, if
20747 VISIT is a filename, make it the target.
20748
20749 2002-08-07 Richard M. Stallman <rms@gnu.org>
20750
20751 * alloc.c (mark_object): Detect long lists for debugging.
20752 (mark_object_loop_halt): New variable.
20753
20754 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
20755
20756 * data.c (Fmake_variable_frame_local): Doc fix.
20757
20758 2002-08-01 David Ponce <david@dponce.com>
20759
20760 * w32menu.c (local_heap, local_alloc, local_free): New macros.
20761 (malloc_widget_value, free_widget_value)
20762 (w32_free_submenu_strings): Use them.
20763
20764 (push_submenu_start, push_submenu_end, push_left_right_boundary)
20765 (push_menu_pane, push_menu_item, single_keymap_panes)
20766 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
20767 (single_submenu, set_frame_menubar)
20768 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
20769
20770 (Fx_popup_menu): Don't show pop up menu until preceding one is
20771 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
20772
20773 * w32menu.c: Changes adapted from xmenu.c
20774 (set_frame_menubar): First parse all submenus,
20775 then make widget_value trees from them.
20776 Don't allocate any widget_value objects
20777 until we are done with the parsing.
20778 (parse_single_submenu): New function.
20779 (digest_single_submenu): New function.
20780 (single_submenu): Function deleted, replaced by those two.
20781
20782 2002-08-04 Andrew Choi <akochoi@shaw.ca>
20783
20784 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
20785 returns a valid window pointer before proceeding for keyDown and
20786 autoKey events.
20787
20788 2002-08-03 Andrew Choi <akochoi@shaw.ca>
20789
20790 * macterm.c (USE_CARBON_EVENTS): New macro.
20791 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
20792 (x_iconify_frame): Call CollapseWindow.
20793 (Vmac_reverse_ctrl_meta): New variable.
20794 (Vmac_wheel_button_is_mouse_2): New variable.
20795 (init_mac_drag_n_drop): New function.
20796 (mac_do_receive_drag): New function.
20797 (mac_handle_service_event): New function.
20798 (init_service_handler): New function.
20799 (mac_to_emacs_modifiers): New function.
20800 (mac_event_to_emacs_modifiers): New function.
20801 (mac_get_mouse_btn): New function.
20802 (mac_convert_event_ref): New function.
20803 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
20804 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
20805 mac_get_mouse_btn.
20806 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
20807
20808 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
20809 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
20810 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
20811 TOOL_BAR_EVENT for MAC_OS as well.
20812 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
20813 as for WINDOWS_NT.
20814 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
20815
20816 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
20817
20818 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
20819
20820 * xdisp.c (forward_to_next_line_start): Fix a condition that
20821 lead to a newline being skipped.
20822
20823 2002-08-02 Andrew Choi <akochoi@shaw.ca>
20824
20825 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
20826
20827 2002-08-01 Richard M. Stallman <rms@gnu.org>
20828
20829 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
20830
20831 2002-07-31 Andrew Choi <akochoi@shaw.ca>
20832
20833 * macfns.c: #undef init_process before #define-ing it.
20834
20835 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
20836 HAVE_CARBON is defined.
20837
20838 2002-07-31 Richard M. Stallman <rms@gnu.org>
20839
20840 * xmenu.c (set_frame_menubar): First parse all submenus,
20841 then make widget_value trees from them.
20842 Don't allocate any widget_value objects
20843 until we are done with the parsing.
20844 (parse_single_submenu): New function.
20845 (digest_single_submenu): New function.
20846 (single_submenu): Function deleted, replaced by those two.
20847
20848 2002-07-30 Juanma Barranquero <lektu@terra.es>
20849
20850 * w32proc.c (syms_of_ntproc): Fix docstring of
20851 `w32-get-true-file-attributes'.
20852
20853 2002-07-28 Richard M. Stallman <rms@gnu.org>
20854
20855 * s/hpux8.h (HPUX8): Define this before including hpux.h.
20856 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
20857
20858 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
20859
20860 * keyboard.c (make_lispy_event):
20861 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
20862 Explicitly clear up_modifier in event->modifiers.
20863
20864 2002-07-27 Richard M. Stallman <rms@gnu.org>
20865
20866 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
20867
20868 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
20869 for bar cursor.
20870
20871 2002-07-26 Kenichi Handa <handa@etl.go.jp>
20872
20873 * coding.c (detect_coding_iso2022): While checking a byte sequence
20874 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
20875 it in the normal loop.
20876
20877 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
20878
20879 * xterm.c (expose_overlaps): New function.
20880 (expose_window): Use it to fix the display of overlapping rows.
20881
20882 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
20883
20884 2002-07-23 Ken Raeburn <raeburn@gnu.org>
20885
20886 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
20887 since it only depends on XUINT.
20888
20889 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
20890 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
20891 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
20892 Macros deleted.
20893
20894 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
20895 its value over other approaches.
20896 * sysdep.c (start_of_data): Don't define the function if a macro
20897 form has been defined.
20898
20899 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
20900
20901 * xdisp.c (redisplay_updating_p): New variable.
20902 (init_iterator): Don't free realized faces when
20903 redisplay_updating_p is set.
20904 (redisplay_internal): Set redisplay_updating_p while updating
20905 the display.
20906
20907 2002-07-23 Richard M. Stallman <rms@gnu.org>
20908
20909 * editfns.c (Fmessage): Treat "" like nil.
20910
20911 2002-07-23 Kenichi Handa <handa@etl.go.jp>
20912
20913 * xdisp.c (face_before_or_after_it_pos):
20914 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20915
20916 2002-07-22 Juanma Barranquero <lektu@terra.es>
20917
20918 * callproc.c (init_callproc) [DOS_NT]:
20919 Initialize Vshared_game_score_directory to nil.
20920 (syms_of_callproc) [DOS_NT]: Likewise.
20921
20922 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
20923
20924 * xdisp.c (display_line): Replace an abort with xassert.
20925
20926 2002-07-21 Richard M. Stallman <rms@gnu.org>
20927
20928 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
20929 and END_UNCHANGED when setting buffer_unchanged_p.
20930 Use current_matrix_up_to_date_p to decide whether to use
20931 try_cursor_movement.
20932
20933 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
20934
20935 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
20936
20937 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
20938 Set to nil if dir does not exist.
20939 (syms_of_callproc): Init unconditionally and simply.
20940
20941 * buffer.c (Fbuffer_list): Doc fix.
20942
20943 2002-07-21 Ken Raeburn <raeburn@gnu.org>
20944
20945 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
20946
20947 * buffer.c (mmap_realloc): When shrinking, make sure number of
20948 pages to unmap is rounded towards zero.
20949
20950 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
20951 (XSETINT): Deleted.
20952
20953 * m/att3b.h (XINT): Don't define.
20954 (VALBITS, VALMASK, XTYPE): Deleted.
20955 (DATA_SEG_BITS): Define.
20956 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
20957 ARRAY_MARK_FLAG): Deleted.
20958 (DATA_SEG_BITS): Define.
20959 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
20960 (DATA_SEG_BITS): Define.
20961
20962 2002-07-20 Richard M. Stallman <rms@gnu.org>
20963
20964 * print.c (print_error_message): New args CONTEXT and CALLER.
20965 Calls changed.
20966
20967 * lisp.h (print_error_message): Declare new args.
20968
20969 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
20970 and CONTEXT to print_error_message, don't print them here.
20971 For a Quit, don't use Vsignaling_function.
20972 Call message_log_maybe_newline.
20973
20974 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
20975
20976 2002-07-20 Kim F. Storm <storm@cua.dk>
20977
20978 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
20979
20980 2002-07-19 Ken Raeburn <raeburn@gnu.org>
20981
20982 * bytecode.c (struct byte_stack): Pointers into byte string now
20983 point to const.
20984 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
20985 const.
20986 * charset.h (BCOPY_SHORT): Source pointer now points to const.
20987 * coding.c (encode_eol, detect_coding, detect_eol):
20988 (decode_coding, encode_coding, detect_coding_system):
20989 Source strings now treated as const.
20990 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
20991 modify Lisp string contents.
20992 * coding.h (decode_coding, encode_coding, detect_coding,
20993 detect_eol): Declarations updated.
20994 * composite.c (compose_chars_in_text): Treat Lisp string contents
20995 as const.
20996 * dispnew.c (safe_bcopy): Source pointer now points to const.
20997 * lisp.h (STRING_COPYIN): New macro.
20998 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
20999 (internal_with_output_to_temp_buffer): Declarations updated.
21000 * print.c (temp_output_buffer_setup):
21001 (internal_with_output_to_temp_buffer): Buffer name argument is now
21002 pointer to const.
21003 * sound.c (struct sound_device): Function pointer field "write"
21004 buffer argument now points to const.
21005 (vox_write): Buffer argument points to const.
21006 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
21007 contents as const.
21008 * sysdep.c (emacs_write): Buffer pointer now const.
21009 * term.c (encode_terminal_code): Buffer pointer now const.
21010 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
21011 (x_face_list_fonts, x_update_menu_appearance):
21012 (hash_string_case_insensitive): Treat Lisp string contents as const.
21013
21014 2002-07-19 Juanma Barranquero <lektu@terra.es>
21015
21016 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
21017
21018 * fileio.c (syms_of_fileio): Likewise.
21019 (Ffile_name_as_directory): Fix argument name in docstring.
21020 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
21021
21022 2002-07-18 Richard M. Stallman <rms@gnu.org>
21023
21024 * data.c (Fdefalias): Doc fix.
21025
21026 2002-07-17 Dave Love <fx@gnu.org>
21027
21028 * intervals.h (text_property_stickiness): Use P_.
21029
21030 * ccl.c: Remove `emacs' conditionals.
21031 (ccl_backtrace_table): Fix size spec.
21032 (ccl_driver): Fix type errors.
21033
21034 2002-07-16 Ken Raeburn <raeburn@gnu.org>
21035
21036 * alloc.c (xstrdup, make_string, make_unibyte_string)
21037 (make_multibyte_string, build_string): String pointer args now
21038 point to const.
21039 * charset.c (find_charset_in_text, c_string_width):
21040 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
21041 * fileio.c (report_file_error):
21042 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
21043 (count_combining_before, count_combining_after, insert_1_both):
21044 (insert, insert_and_inherit, insert_string):
21045 (insert_before_markers, insert_before_markers_and_inherit):
21046 * lread.c (intern, oblookup, hash_string):
21047 * minibuf.c (temp_echo_area_glyphs):
21048 * search.c (fast_c_string_match_ignore_case):
21049 * sysdep.c (emacs_open, set_file_times):
21050 * xfaces.c (xstricmp):
21051 * xdisp.c (store_frame_title, string_char_and_length):
21052 (message_dolog, message2, message2_nolog, set_message): Likewise.
21053 (set_message_1): Cast message string argument to const pointer.
21054 * editfns.c (general_insert_function): Insertion function now
21055 takes pointer to const for input data.
21056 * charset.h (find_charset_in_text, c_string_width):
21057 (parse_str_as_multibyte): Declarations updated.
21058 * dispextern.h (xstricmp): Declaration updated.
21059 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
21060 (count_size_as_multibyte, count_combining_before):
21061 (count_combining_after, insert_1, insert_1_both, message_dolog):
21062 (insert, insert_and_inherit, insert_before_markers)
21063 (insert_before_markers_and_inherit, set_message, message2):
21064 (message2_dolog, build_string, make_string, make_unibyte_string):
21065 (make_multibyte_string, intern, oblookup, report_file_error):
21066 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
21067 (emacs_open, xstrdup): Declarations updated.
21068 * systime.h (set_file_times): Declaration updated.
21069
21070 * charset.c (find_charset_in_text, lisp_string_width): Use const
21071 for pointer to lisp string data.
21072 * charset.h (FETCH_STRING_CHAR_ADVANCE):
21073 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
21074 * coding.c (Ffind_coding_systems_region_interval):
21075 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
21076 (Fmake_directory_internal, Fdelete_directory):
21077 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
21078 * fontset.c (font_family_registry, fs_query_fontset):
21079 (list_fontsets):
21080 * frame.c (Fframe_parameter):
21081 * keyboard.c (cmd_error_internal):
21082 * keymap.c (Fdescribe_buffer_bindings):
21083 * lread.c (complete_filename_p, openp):
21084 * minibuf.c (Fminibuffer_complete_word):
21085 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
21086 (face_before_or_after_it_pos, next_element_from_string):
21087 (get_overlay_arrow_glyph_row, display_mode_element):
21088 (decode_mode_spec_coding):
21089 * xterm.c (same_x_server): Likewise.
21090
21091 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
21092 settings of non-existent fields.
21093
21094 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
21095 copy a lisp value.
21096
21097 * lread.c (Fintern_soft): Use string macros instead of
21098 Lisp_String fields.
21099 * keyboard.c (echo_char, parse_modifiers_uncached):
21100 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21101 * textprop.c (validate_interval_range, interval_of): Likewise.
21102
21103 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21104
21105 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21106 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21107 XSTRING()->size_byte.
21108
21109 * lisp.h (SDATA, SREF): Produce rvalue.
21110 (SSET): New macro.
21111 * alloc.c (make_event_array): Use SSET for storing into a string.
21112 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21113 a string.
21114 * casefiddle.c (casify_object): Use SSET.
21115 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21116 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21117 address of string contents.
21118 * data.c (Faref): Use SDATA.
21119 (Faset): Use SDATA, SSET.
21120 * dired.c (directory_files_internal): Use SSET.
21121 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21122 (Fread_file_name): Use SREF, SSET.
21123 * fns.c (concat): Use SSET.
21124 (concat, Fdelete): Use SDATA.
21125 * insdel.c (insert_from_string_1): Use SDATA.
21126 * keyboard.c (Fevent_convert_list): Use SREF.
21127 * lread.c (Fload): Use SDATA, SSET.
21128 * macfns.c (validate_x_resource_name): Use SSET.
21129 * process.c (status_message): Use SSET.
21130 * search.c (wordify): Use SDATA.
21131 (Freplace_match): Use SREF.
21132 * w32fns.c (validate_x_resource_name): Use SSET.
21133 * xfns.c (validate_x_resource_name): Use SSET.
21134 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21135
21136 2002-07-16 Richard M. Stallman <rms@gnu.org>
21137
21138 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21139
21140 * xdisp.c (reconsider_clip_changes):
21141 Don't test prevent_redisplay_optimizations_p.
21142 (redisplay_internal): Test prevent_redisplay_optimizations_p
21143 along with clip_changed in some cases.
21144 (try_window_id): Likewise.
21145 (redisplay_window): New local var buffer_unchanged_p.
21146
21147 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21148
21149 * process.c (create_process): Test USG_SUBTTY_WORKS.
21150 (process_send_signal): Clean up handling of GID.
21151 Detect errors in ioctls meant to set GID.
21152
21153 * window.c (temp_output_buffer_show):
21154 Don't set prevent_redisplay_optimizations_p.
21155
21156 2002-07-15 Juanma Barranquero <lektu@terra.es>
21157
21158 * eval.c (Fdefvaralias): Add docstring argument.
21159
21160 2002-07-15 Ken Raeburn <raeburn@gnu.org>
21161
21162 * lisp.h (STRING_INTERVALS): Produce rvalue.
21163 (STRING_SET_INTERVALS): New macro.
21164 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21165 * fns.c (Fstring_as_multibyte): Likewise.
21166 * intervals.c (balance_possible_root_interval, delete_interval)
21167 (create_root_interval, copy_intervals_to_string): Likewise.
21168 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21169 instead of 0.
21170
21171 2002-07-14 Ken Raeburn <raeburn@gnu.org>
21172
21173 * lisp.h (STRING_SET_CHARS): New macro.
21174 (SCHARS, SBYTES): Produce rvalues.
21175 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21176 * fns.c (concat): Likewise.
21177 * lread.c (read_vector): Likewise.
21178
21179 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
21180 (STRING_SET_UNIBYTE): New macro.
21181 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
21182 length of -1) changed to use STRING_SET_UNIBYTE.
21183 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21184 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21185 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21186 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21187 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21188 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21189 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21190 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21191 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21192 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21193 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21194 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21195 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21196 unchanged for now.
21197
21198 2002-07-13 Kim F. Storm <storm@cua.dk>
21199
21200 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21201
21202 2002-07-12 Richard M. Stallman <rms@gnu.org>
21203
21204 * fileio.c (Fwrite_region): Doc fix.
21205
21206 * print.c (print_error_message): Don't handle Vsignaling_function here.
21207
21208 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21209 (command_loop_1): Avoid certain actions after memory-full error.
21210
21211 * eval.c (Fsignal): Don't call cancel_hourglass.
21212 For a memory-full error, don't call Vsignal_hook_function
21213 and don't set Vsignaling_function.
21214
21215 * process.c (process_send_signal): Add abort call.
21216
21217 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
21218
21219 * keymap.c (Fkey_binding): Fix typo.
21220
21221 2002-07-11 Richard M. Stallman <rms@gnu.org>
21222
21223 * alloc.c (Vmemory_full): New variable.
21224 (Vmemory_signal_data): Rename from memory_signal_data.
21225 Uses changed.
21226 (syms_of_alloc): Defvar them.
21227 (memory_full, buffer_memory_full): Set Vmemory_full.
21228
21229 * lisp.h (Vmemory_full): Add declaration.
21230 (current_column, indented_beyond_p): Change declaration.
21231
21232 * indent.c (last_known_column): Declare as double, not float.
21233 (current_column, current_column_1, string_display_width)
21234 (position_indentation): Return `double'.
21235 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21236
21237 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21238 (back_to_previous_visible_line_start)
21239 (reseat_at_next_visible_line_start, next_element_from_buffer):
21240 Use `double', not `float', when calling indented_beyond_p.
21241
21242 * s/hpux11.h (BROKEN_SA_RESTART): Define.
21243
21244 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21245
21246 2002-07-11 Juanma Barranquero <lektu@terra.es>
21247
21248 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
21249 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21250 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21251 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21252 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21253 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
21254
21255 2002-07-10 Juanma Barranquero <lektu@terra.es>
21256
21257 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21258 All callers changed.
21259
21260 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21261
21262 * data.c (Fdefalias): Add an optional `docstring' argument.
21263 (set_internal, Fsetq_default): Use XCAR/XCDR.
21264
21265 * composite.c (HASH_VALUE, HASH_KEY):
21266 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21267
21268 2002-07-09 Kenichi Handa <handa@etl.go.jp>
21269
21270 * callproc.c (Fcall_process): Fix previous change.
21271
21272 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21273
21274 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21275 Add support for hash-tables.
21276 (Ftry_completion): Return t even if the string appears multiple times.
21277
21278 * fns.c (Fnconc): Use XCDR.
21279 (Fprovide): Use CONSP and XCDR.
21280 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21281 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21282 (Fmake_hash_table): Accept `:size nil'.
21283 (Fmakehash): Delete: moved to subr.el.
21284 (syms_of_fns): Don't defsubr makehash.
21285
21286 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21287 (HASH_TABLE_SIZE): Move from fns.c.
21288
21289 2002-07-07 Richard M. Stallman <rms@gnu.org>
21290
21291 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21292 Instead just return 0 when there is something to be done.
21293 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21294 retry scrolling as if cursor were off the bottom.
21295 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21296 return CURSOR_MOVEMENT_MUST_SCROLL.
21297 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21298 go to try_to_scroll.
21299
21300 * buffer.c (Fbuffer_local_value): Store current value into its binding
21301 so we get the up-to-date value for the binding that is loaded.
21302
21303 * eval.c (Fdefmacro): Doc fix.
21304
21305 2002-07-05 Dave Love <fx@gnu.org>
21306
21307 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21308 correctly.
21309
21310 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21311 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21312 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21313 CCL_LookupCharConstTbl.
21314 (syms_of_ccl): Defvar translation-hash-table-vector.
21315
21316 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21317
21318 * xdisp.c: Remove unused variable `face'.
21319
21320 2002-07-04 Juanma Barranquero <lektu@terra.es>
21321
21322 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21323 obsolescence information.
21324
21325 2002-07-03 Andrew Choi <akochoi@shaw.ca>
21326
21327 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21328 pattern. Search cache first.
21329 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21330 for Japanese font.
21331 (XLoadQueryFont): Use it.
21332
21333 2002-07-02 Richard M. Stallman <rms@gnu.org>
21334
21335 * keymap.c (Fdefine_key): Doc fix.
21336
21337 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21338
21339 2002-07-02 Juanma Barranquero <lektu@terra.es>
21340
21341 * keymap.c (syms_of_keymap): Fix typo.
21342
21343 2002-07-01 Andrew Choi <akochoi@shaw.ca>
21344
21345 * s/darwin.h: Define POSIX_SIGNALS.
21346
21347 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21348 and FSRefMakePath to convert FSSpec returned with Apple Event to
21349 Posix pathname.
21350 (mac_initialize) [TARGET_API_MAC_CARBON]:
21351 Call init_required_apple_events and disable the `Quit' menu item
21352 provided automatically by the Carbon Toolbox.
21353
21354 2002-07-01 Dave Love <fx@gnu.org>
21355
21356 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21357 for K&R.
21358
21359 * xterm.c: Fix prototype for K&R.
21360
21361 * term.c (costs_set): Declare static, non-initialized for pcc.
21362
21363 2002-07-01 Richard M. Stallman <rms@gnu.org>
21364
21365 * keyboard.c (timer_last_idleness_start_time): New variable.
21366 (timer_start_idle): Set that.
21367 (read_key_sequence): Use that to reset timer_idleness_start_time
21368 to previous value.
21369
21370 * window.c (Frecenter): With arg, set optional_new_start.
21371
21372 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21373
21374 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21375 buffer for completion.
21376
21377 2002-06-29 Ken Raeburn <raeburn@gnu.org>
21378
21379 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21380
21381 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21382
21383 * keyboard.c (readable_filtered_events): New function that filters
21384 FOCUS_IN_EVENT depending on parameter.
21385 (readable_events): Calls readable_filtered_events, not filtering
21386 FOCUS_IN_EVENT.
21387 (get_filtered_input_pending): New function, filtering parameter passed
21388 to readable_filtered_events.
21389 (get_input_pending): Calls get_filtered_input_pending, not filtering
21390 FOCUS_IN_EVENT.
21391 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
21392 FOCUS_IN_EVENT.
21393
21394 * xterm.h (struct x_output): Add focus_state.
21395
21396 * xterm.c (x_focus_changed): New function.
21397 (x_detect_focus_change): New function.
21398 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
21399 EnterNotify and LeaveNotify to track X focus changes.
21400
21401 2002-06-28 Andreas Schwab <schwab@suse.de>
21402
21403 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
21404
21405 2002-06-27 Kim F. Storm <storm@cua.dk>
21406
21407 * xdisp.c (mode_line_string_list, mode_line_string_face)
21408 (mode_line_string_face_prop): New variables.
21409 (store_mode_line_string): New function.
21410 (display_mode_element): Use store_mode_line_string to
21411 add mode-line string elements to mode_line_string_list
21412 when mode_line_string_list is non-nil.
21413 (Fformat_mode_line): Now returns propertized string by
21414 default. New arg NO-PROPS to ignore properties.
21415 (decode_mode_spec): Only add two dashes for %- in propertized
21416 mode-line string.
21417 (syms_of_xdisp): Init and staticpro mode_line_string_list.
21418
21419 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
21420
21421 * minibuf.c (minibuffer_completion_contents): Add return type.
21422
21423 2002-06-27 Juanma Barranquero <lektu@terra.es>
21424
21425 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
21426
21427 2002-06-26 Juanma Barranquero <lektu@terra.es>
21428
21429 * fileio.c (read_file_name_cleanup): Add missing return.
21430
21431 2002-06-26 Richard M. Stallman <rms@gnu.org>
21432
21433 * window.c (Frecenter): Don't set force_start flag.
21434
21435 * minibuf.c (do_completion, Fminibuffer_complete_word)
21436 (Fminibuffer_completion_help): Complete just the text before point.
21437 (minibuffer_completion_contents): New function.
21438
21439 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
21440
21441 * frame.c (frames_bury_buffer): Function deleted.
21442
21443 2002-06-25 Miles Bader <miles@gnu.org>
21444
21445 * callint.c (Fcall_interactively): When checking to see if doprnt hit
21446 the end of callint_message, allow for a terminating '\0'.
21447
21448 2002-06-24 Juanma Barranquero <lektu@terra.es>
21449
21450 * w32select.c: Include composite.h.
21451
21452 * w16select.c: Likewise.
21453
21454 2002-06-24 Kenichi Handa <handa@etl.go.jp>
21455
21456 * callproc.c (Fcall_process): If code detection is necessary,
21457 call detect_coding directly here.
21458
21459 * coding.c (detect_eol): Preserve coding->cmp_data.
21460
21461 * w16select.c (Fw16_get_clipboard_data):
21462 * w32fns.c (w32_to_x_font):
21463 * w32select.c (Fw32_get_clipboard_data):
21464 * xselect.c (selection_data_to_lisp_data):
21465 * xterm.c (XTread_socket): Disable composition handling.
21466
21467 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
21468
21469 * print.c (temp_output_buffer_setup): Kill all local variables.
21470
21471 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
21472
21473 * lread.c (Fread): Remove redundant and imprecise declaration.
21474
21475 * xfns.c (check_x_display_info): Use check_x_frame.
21476
21477 * .gdbinit (xprintsym): Use the new `xname' field.
21478 (xsymbol): Use it.
21479
21480 2002-06-22 Jason Rumney <jasonr@gnu.org>
21481
21482 * w32fns.c (file_dialog_callback): New function.
21483 (Fx_file_dialog): Allow selecting directories as well as files.
21484
21485 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21486
21487 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
21488 OpenBSD. Add support for mipseb-*-netbsd* machines.
21489
21490 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21491
21492 * macterm.c (mac_scroll_area): Set foreground and backcolor to
21493 black and white before scrolling. Restore frame background and
21494 foreground color after scrolling.
21495 (do_window_update): Call XClearWindow before calling expose_frame.
21496 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
21497 FRAME_FOREGROUND_PIXEL of frame.
21498
21499 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21500 test Mac command key as <ALT> key.
21501
21502 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
21503
21504 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
21505
21506 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
21507 Lookup keys in function-key-map immediately so that key-translation-map
21508 can be applied earlier.
21509 Remove function_key_possible and key_translation_possible, replaced
21510 by checking `keytran_start < t'.
21511
21512 * .gdbinit (xsymbol): Use the new `xname' field.
21513
21514 2002-06-17 Andrew Choi <akochoi@shaw.ca>
21515
21516 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21517 test Mac command key as <ALT> key.
21518
21519 * mac.c (do_applescript): Call initialize_applescript if necessary
21520 when first called. Dispose of result_desc only when there is no error.
21521 (Fdo_applescript): Use %d format specifier instead of %ld.
21522
21523 2002-06-16 Andrew Choi <akochoi@shaw.ca>
21524
21525 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
21526 of FrontWindow for cases keyDown and autoKey.
21527
21528 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
21529 Vdefault_fontset to Monaco with mac-roman coding.
21530
21531 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
21532 init_process before and after inclusion of Carbon/Carbon.h, resp.
21533
21534 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
21535 cursor_gc.
21536 (add_font_name_table_entry): New function.
21537 (init_font_name_table): Use add_font_name_table_entry; add italic,
21538 bold, and bold-italic entries for truetype fonts.
21539
21540 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
21541 for Mac too.
21542 (try_font_list) [MAC_OS]: If no font matches given registry, try
21543 fonts with any registry matching face_family.
21544 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
21545
21546 * s/darwin.h: If autoconf detects the Ncurses library, define
21547 LIBS_TERMCAP to -lncurses to use it.
21548
21549 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
21550
21551 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
21552
21553 2002-06-15 Richard M. Stallman <rms@gnu.org>
21554
21555 * window.c (Fset_window_configuration): Explicitly preserve
21556 the point value that new_current_buffer had at the start.
21557
21558 2002-06-14 Juanma Barranquero <lektu@terra.es>
21559
21560 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
21561 Fix typos.
21562
21563 2002-06-14 Kim F. Storm <storm@cua.dk>
21564
21565 * insdel.c (insert_1_both, insert_from_string_1)
21566 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
21567 insert happened in the end_unchanged region. Otherwise, the
21568 redisplay may be confused and duplicate the last line in the
21569 buffer [seen after save-buffer when require-final-newline==t].
21570
21571 2002-06-13 Jason Rumney <jasonr@gnu.org>
21572
21573 * w32.c (init_environment): Remove EMACSLOCKDIR.
21574 (stat): Swap _S_IFDIR and _S_IFREG.
21575
21576 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21577
21578 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
21579 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
21580 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
21581 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
21582 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
21583 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
21584 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
21585 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
21586 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
21587 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
21588 SELECTION_REQUEST_EVENT, selection_clear_event to
21589 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
21590 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
21591 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
21592 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
21593 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
21594 no_event to NO_EVENT.
21595
21596 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21597
21598 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
21599
21600 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
21601
21602 * intervals.c (textget): Don't forget to `return'.
21603 (lookup_char_property): Use XCAR/XCDR.
21604
21605 2002-06-12 Juanma Barranquero <lektu@terra.es>
21606
21607 * xdisp.c (Fformat_mode_line): Fix typo.
21608
21609 2002-06-12 Kim F. Storm <storm@cua.dk>
21610
21611 * xdisp.c (Fformat_mode_line): New function.
21612 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
21613 (store_frame_title_char, store_frame_title): Use unconditionally.
21614 (init_xdisp): Defsubr Fformat_mode_line.
21615 Initialize frame_title_buf etc. unconditionally.
21616
21617 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
21618
21619 * keyboard.c (read_key_sequence):
21620 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
21621 things through those maps after downcasing events.
21622 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
21623 applies after function-key-map.
21624 Make sure that keytran can be done in the middle in the sequence.
21625 Be careful not to throw away events past the one we downcase.
21626
21627 * lread.c (read_integer): Remove unused var `tem'.
21628 (read1): Fix int/Lisp_Object mixup.
21629
21630 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
21631
21632 2002-06-11 Richard M. Stallman <rms@gnu.org>
21633
21634 * keyboard.c (readable_events): Ignore any number of
21635 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
21636
21637 2002-06-09 Miles Bader <miles@gnu.org>
21638
21639 * xfaces.c (Ftty_supports_face_attributes_p): New function.
21640 (parse_rgb_list, tty_lookup_color): New functions.
21641 (tty_defined_color): Use `tty_lookup_color' to do all the work.
21642 (color_distance, Fcolor_distance): New functions.
21643 (TTY_SAME_COLOR_THRESHOLD): New macro.
21644 (Qtty_color_standard_values): New variable.
21645 (syms_of_xfaces): Initialize new vars & functions.
21646
21647 2002-06-08 Colin Walters <walters@verbum.org>
21648
21649 * textprop.c (Vchar_property_alias_alist): New variable.
21650 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
21651
21652 * intervals.c (lookup_char_property): New function for looking up
21653 overlay and text properties, created from textget.
21654 (textget): Use it.
21655
21656 * intervals.h (lookup_char_property): Declare.
21657 (Vchar_property_alias_alist): Declare.
21658
21659 * buffer.c (Foverlay_get): Use lookup_char_property.
21660
21661 2002-06-07 Sam Steingold <sds@gnu.org>
21662
21663 * xselect.c (lisp_data_to_selection_data): Fix last change:
21664 *data_ret is not a Lisp string, while unibyte_string is.
21665
21666 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
21667
21668 * xselect.c (lisp_data_to_selection_data): Fix last change:
21669 set size_ret.
21670
21671 2002-06-07 Andreas Schwab <schwab@suse.de>
21672
21673 * m/amdx86-64.h: New file.
21674
21675 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
21676
21677 * fns.c (Fstring_make_unibyte): Doc fix.
21678
21679 * xselect.c (lisp_data_to_selection_data): If the requested type
21680 is STRING, call string_make_unibyte to encode the selected text
21681 as a string.
21682
21683 * window.c (Fset_window_hscroll): Doc fix.
21684
21685 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21686
21687 * fileio.c (choose_write_coding_system):
21688 Call select-safe-coding-system properly.
21689
21690 2002-06-03 Richard M. Stallman <rms@gnu.org>
21691
21692 * xdisp.c (message_with_string): Error if STRING is not a string.
21693
21694 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
21695
21696 * fileio.c (choose_write_coding_system): Pass FILE arg to
21697 Vselect_safe_coding_system_function.
21698
21699 2002-06-03 Ken Raeburn <raeburn@gnu.org>
21700
21701 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
21702
21703 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
21704
21705 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
21706 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
21707 * keymap.c (describe_command): Likewise.
21708 * minibuf.c (read_minibuf): Likewise.
21709
21710 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
21711 Cast `current_column' return value to int.
21712 (back_to_previous_visible_line_start)
21713 (reseat_at_next_visible_line_start, next_element_from_buffer):
21714 Cast `indented_beyond_p' 3rd arg to float.
21715
21716 * indent.c (last_known_column): Now a float.
21717 (current_column_1, position_indentation, current_column)
21718 (string_display_width): Return float.
21719 (Fcurrent_column): Cast `current_column' return value to int.
21720 (Fcurrent_indentation): Cast `position_indentation' retval to int.
21721 (indented_beyond_p): Third arg now a float.
21722 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
21723
21724 * lisp.h (current_column): Now returns float.
21725 (indented_beyond_p): 3rd arg now a float.
21726
21727 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
21728
21729 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
21730 is Qcompound_text_with_extensions.
21731
21732 * xselect.c (lisp_data_to_selection_data): Always set selection
21733 type as string if x_encode_text returns streingp non-NULL.
21734
21735 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
21736
21737 2002-05-30 Richard M. Stallman <rms@gnu.org>
21738
21739 * window.c (Fset_window_configuration): Correct the handling
21740 of point in current buffer, to work with multiple windows.
21741
21742 2002-05-29 Colin Walters <walters@verbum.org>
21743
21744 * lread.c (Fread_from_string): Don't depend on order of evaluation
21745 for C function parameters.
21746
21747 2002-05-28 Richard M. Stallman <rms@gnu.org>
21748
21749 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
21750 way for blinked-off state and for a nonselected window.
21751
21752 * window.c (window_scroll_pixel_based): Don't call Fbolp;
21753 instead, see if the new start pos is at beginning of line.
21754
21755 * fileio.c (Fwrite_region): If START is a string, don't
21756 make any annotations.
21757
21758 * eval.c (syms_of_eval): Doc fix.
21759
21760 2002-05-28 Colin Walters <walters@debian.org>
21761
21762 * emacs.c (USAGE1): Add --no-splash.
21763 (standard_args): Ditto.
21764
21765 2002-05-28 Colin Walters <walters@gnu.org>
21766
21767 * lread.c (readchar_count): New variable.
21768 (readchar): Increment it.
21769 (unreadchar): Decrement it.
21770 (read_multibyte): Decrement it.
21771 (Vread_with_symbol_positions): New variable.
21772 (Vread_symbol_positions_list): New variable.
21773 (read_internal_start): New function, created from Fread and
21774 Fread_from_string. Handle Vread_symbol_positions_list and
21775 Vread_with_symbol_positions.
21776 (readevalloop, Fread, Fread_from_string): Use it.
21777 (read1): Use readchar_count to add symbol positions to
21778 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
21779 (syms_of_lread): DEFVAR_LISP and initialize them.
21780
21781 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
21782 (substitute_object_recurse, substitute_object_in_subtree)
21783 (substitute_in_interval): Prototype.
21784 (read_multibyte): Return c if it's less than zero.
21785
21786 2002-05-28 Kim F. Storm <storm@cua.dk>
21787
21788 * fileio.c (Fread_file_name_internal): Added brute-force
21789 speed up for using predicate file-directory-p.
21790
21791 2002-05-28 Kim F. Storm <storm@cua.dk>
21792
21793 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
21794 New variables.
21795 (syms_of_fileio): DEFVAR_LISP them.
21796 (read_file_name_cleanup): New unwind function.
21797 (Fread_file_name_internal): Only return completions satifying
21798 Vread_file_name_predicate. Temporarily unwind protect and rebind
21799 default-directory while checking completions against the predicate.
21800 (Fread_file_name): Added PREDICATE argument. Specbind it to
21801 Vread_file_name_predicate during completion.
21802 Call Vread_file_name_function to read the file name if non-nil.
21803
21804 * lisp.h (Fread_file_name): Now has 6 args.
21805
21806 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
21807 predicate for Fread_file_name when reading directory name.
21808 Supply Qnil for predicate in other calls to Fread_file_name.
21809
21810 2002-05-26 Miles Bader <miles@gnu.org>
21811
21812 * term.c (tty_capable_p): New function.
21813 * dispextern.h (tty_capable_p): New function declaration.
21814 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
21815 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
21816
21817 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
21818
21819 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
21820 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
21821 (Vwrite_region_annotate_functions): Docstring fix.
21822
21823 2002-05-23 Kim F. Storm <storm@cua.dk>
21824
21825 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
21826 phys_cursor's hpos is overwritten. This is still not completely
21827 correct, as it doesn't really make sense to use hpos at all to
21828 get the cursor glyph (as that is relative to the width of the
21829 characters on the line, which may have changed during the update).
21830
21831 2002-05-22 Jason Rumney <jasonr@gnu.org>
21832
21833 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
21834 Lisp_Object.
21835 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
21836 Use modified enumfont_t struct.
21837
21838 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
21839
21840 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
21841 Handle the `hbar' cursor type.
21842 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
21843
21844 * w32fns.c (Qhbar): New variable.
21845 (x_specified_cursor_type): Use it.
21846
21847 2002-05-21 Ken Raeburn <raeburn@gnu.org>
21848
21849 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
21850 now, when the address is needed.
21851
21852 2002-05-21 Colin Walters <walters@gnu.org>
21853
21854 * Makefile.in (shortlisp): Add font-core.el.
21855
21856 2002-05-20 Richard M. Stallman <rms@gnu.org>
21857
21858 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
21859
21860 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
21861 equivalent key bindings here.
21862
21863 2002-05-20 Ken Raeburn <raeburn@gnu.org>
21864
21865 Change symbol structure to contain a lisp object for the symbol
21866 name:
21867 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
21868 object field named "xname".
21869 (SYMBOL_NAME): New macro.
21870 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
21871 name field.
21872 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
21873 (mark_object, gc_sweep): Use symbol xname field and XSTRING
21874 instead of name field.
21875 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
21876 SYMBOL_NAME instead of XSYMBOL and name field.
21877 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
21878 instead of XSYMBOL and name field.
21879 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
21880 and SYMBOL_NAME instead of XSYMBOL and name field.
21881 * coding.c (Fread_coding_system, code_convert_region1)
21882 (code_convert_string1, code_convert_string_norecord)
21883 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
21884 XSYMBOL and name field.
21885 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
21886 (Fmake_variable_buffer_local, Fmake_local_variable)
21887 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
21888 of XSYMBOL and name field.
21889 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
21890 XSYMBOL and name field.
21891 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
21892 instead of XSYMBOL and name field.
21893 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
21894 XSYMBOL and name field.
21895 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
21896 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21897 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
21898 instead of XSYMBOL and name field.
21899 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
21900 (parse_modifiers, apply_modifiers, Fevent_convert_list)
21901 (parse_solitary_modifier, Fexecute_extended_command):
21902 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21903 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
21904 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
21905 of XSYMBOL and name field.
21906 (describe_command, describe_translation): Use SYMBOL_NAME and
21907 assignment instead of XSYMBOL and name field and XSETSTRING.
21908 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
21909 instead of XSYMBOL and name field.
21910 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
21911 name field and XSETSTRING.
21912 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21913 of XSYMBOL and name field.
21914 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
21915 assignment instead of XSYMBOL and name field and XSETSTRING.
21916 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
21917 XSTRING instead of XSYMBOL and name field.
21918 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
21919 and XSTRING instead of XSYMBOL and name field.
21920 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
21921 and XSTRING instead of XSYMBOL and name field.
21922 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
21923 XSTRING instead of XSYMBOL and name field.
21924 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
21925 of XSYMBOL and name field.
21926 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
21927 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
21928
21929 2002-05-19 Ken Raeburn <raeburn@gnu.org>
21930
21931 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
21932 and XCDR real rvalues in most configurations.
21933
21934 * buffer.c (fix_overlays_in_range, fix_overlays_before):
21935 Don't take the address of the cdr part of a cons cell; instead, track
21936 the parent cell and call XSETCDR, or set the variable for the head
21937 of the list if we haven't started down the list yet.
21938
21939 2002-05-19 Richard M. Stallman <rms@gnu.org>
21940
21941 * doc.c (reread_doc_file): Don't ask for confirmation.
21942
21943 2002-05-18 Jason Rumney <jasonr@gnu.org>
21944
21945 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
21946 (xbm_load_image): Use it.
21947 (xbm_load): Ditto.
21948 (xbm_read_bitmap_data): Reverted to xfns.c version.
21949 From David Ponce <david@dponce.com>.
21950
21951 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21952
21953 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
21954 2.02 and later.
21955
21956 2002-05-16 Juanma Barranquero <lektu@terra.es>
21957
21958 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
21959
21960 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
21961
21962 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
21963 meaningful test.
21964 (read_char_minibuf_menu_prompt): Fix typo.
21965
21966 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
21967
21968 * eval.c (Fcommandp): Doc fix.
21969
21970 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
21971
21972 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
21973 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
21974 (Fset_keymap_parent): Gcpro a bit more.
21975 (access_keymap): Gcpro around meta_map call and around the main loop.
21976 (get_keyelt): Gcpro when following indirect references.
21977 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
21978 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
21979 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
21980 Remove useless ad-hoc remap code.
21981
21982 2002-05-13 Richard M. Stallman <rms@gnu.org>
21983
21984 * search.c (search_buffer): Give up boyer moore search if inverse
21985 translation change charset_base.
21986
21987 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
21988
21989 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
21990 characters is carried over from the previous block of text, adjust
21991 coding->produced to account for the extra character.
21992
21993 2002-05-11 Andreas Schwab <schwab@suse.de>
21994
21995 * coding.c (intersection): Keep the elements of the returned list
21996 in the same order as in the first list.
21997
21998 2002-05-11 Kim F. Storm <storm@cua.dk>
21999
22000 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
22001 only update cmm_size if realloc actually succeeds.
22002 Testing with initial size of 2 elements revealed that using
22003 realloc on GNU/Linux would cause a random trap in xmalloc
22004 later on, so I rewrote the code to use malloc/bcopy/free instead
22005 of realloc.
22006
22007 2002-05-10 Jason Rumney <jasonr@gnu.org>
22008
22009 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
22010
22011 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
22012
22013 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
22014 parens, to ensure correct evaluation order.
22015
22016 2002-05-10 Kim F. Storm <storm@cua.dk>
22017
22018 * keymap.c (Vemulation_mode_map_alists): New variable.
22019 (syms_of_keymap): DEFVAR_LISP it.
22020 (current_minor_maps): Process keymap alists in that list before
22021 minor-mode-overriding-map-alist and minor-mode-map-alist.
22022
22023 2002-05-09 Richard M. Stallman <rms@gnu.org>
22024
22025 * search.c (Freplace_match): Doc fix.
22026
22027 2002-05-09 Kim F. Storm <storm@cua.dk>
22028
22029 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22030 Enlarge cursor rectangle drawn around image with non-zero relief.
22031
22032 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
22033 Enlarge cursor rectangle drawn around image with non-zero relief.
22034
22035 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22036 Enlarge cursor rectangle drawn around image with non-zero relief.
22037
22038 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
22039
22040 * xselect.c (lisp_data_to_selection_data): Don't set selection
22041 type if comes from the Lisp object's car. If the selection
22042 contains a pure ASCII text, always return QSTRING as its type.
22043
22044 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22045
22046 * mac.c (mac-cut-function): Doc fix.
22047
22048 2002-05-05 Richard M. Stallman <rms@gnu.org>
22049
22050 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
22051
22052 2002-05-04 Jason Rumney <jasonr@gnu.org>
22053
22054 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
22055 for event-click-count.
22056
22057 * process.c (init_process): Only add server subfeature if we can
22058 use non-blocking I/O.
22059
22060 2002-05-04 Andrew Choi <akochoi@shaw.ca>
22061
22062 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
22063 repeatedly.
22064
22065 2002-05-03 Jason Rumney <jasonr@gnu.org>
22066
22067 * process.c (Fmake_network_process): Only support server sockets
22068 when we can make them non-blocking.
22069
22070 * s/ms-w32.h (HAVE_SELECT): Define.
22071
22072 * w32.h (FILE_NDELAY): New flag.
22073
22074 * w32.c (sys_getpeername, fcntl): New functions.
22075 (_sys_read_ahead): Temporarily block on non-blocking sockets.
22076
22077 * w32proc.c: Include sys/file.h.
22078
22079 2002-05-03 Colin Walters <walters@verbum.org>
22080
22081 * callproc.c (Vgame_score_directory): Renamed to
22082 Vshared_game_score_directory.
22083
22084 2002-04-30 Richard M. Stallman <rms@gnu.org>
22085
22086 * s/gnu.h [emacs]: Include stdio.h.
22087 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
22088
22089 * eval.c (do_autoload): Error if called while preparing to dump.
22090
22091 * fns.c (Frequire): Error if need to load while preparing to dump.
22092
22093 2002-04-28 Colin Walters <walters@verbum.org>
22094
22095 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
22096 Default to "~/.emacs.d/games".
22097
22098 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22099
22100 * lread.c (openp): Change arg exec_only to predicate.
22101 (build_load_history): Use XCAR/XCDR.
22102 (Flocate_file_internal): New fun.
22103 (syms_of_lread): Defsubr it.
22104 (Fload): Update call to openp.
22105
22106 * lisp.h (openp): Update prototype.
22107
22108 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22109 * w32proc.c (sys_spawnve):
22110 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22111 * w32.c (check_windows_init_file):
22112 * sound.c (Fplay_sound_internal):
22113 * process.c (Fstart_process):
22114 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22115 * mac.c (run_mac_command):
22116 * emacs.c (init_cmdargs):
22117 * callproc.c (Fcall_process): Update call to openp.
22118
22119 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22120
22121 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22122
22123 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22124
22125 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22126 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22127
22128 2002-04-28 Richard M. Stallman <rms@gnu.org>
22129
22130 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22131
22132 * eval.c (Fcommandp): New arg for_call_interactively.
22133 * lisp.h (Fcommandp): Declare new arg.
22134
22135 2002-04-28 Jason Rumney <jasonr@gnu.org>
22136
22137 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22138
22139 * w32.c (stat, fstat): Use file index information to generate
22140 inodes for directories where available.
22141
22142 2002-04-26 Andrew Choi <akochoi@shaw.ca>
22143
22144 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22145 [HAVE_CARBON]: Include Mac object files.
22146
22147 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22148 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22149 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22150 MAC_OSX, and MAC_OS instead of macintosh.
22151
22152 * editfns.c [MAC_OS8]: Include stdio.h.
22153
22154 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22155
22156 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22157 Apple Monaco.
22158
22159 * process.c (QCfamily, QCfilte): Declare extern.
22160 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22161 calling select.
22162
22163 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22164
22165 * tparam.c [MAC_OSX]: Don't define BC and UP.
22166
22167 * config.in [HAVE_CARBON]: Add.
22168
22169 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22170 Move here from mac/src and mac/inc.
22171
22172 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22173
22174 2002-04-26 Gerd Moellmann <gerd@gnu.org>
22175
22176 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22177 Compute phys_cursor_width from the x position returned
22178 by x_draw_glyhs, which is cheaper.
22179 (x_display_and_set_cursor): Compute the buffer-local value
22180 of `cursor-in-non-selected-windows' only when needed.
22181
22182 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22183
22184 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22185 cursor on a stretch glyph has a width that depends on
22186 x_stretch_cursor_p.
22187
22188 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22189
22190 * abbrev.c (abbrev-start-location): Doc fix.
22191
22192 * indent.c (Fvertical_motion): Fix last change.
22193
22194 2002-04-25 Gerd Moellmann <gerd@gnu.org>
22195
22196 * indent.c (Fvertical_motion): Move to the start of the line
22197 containing PT before moving up or down.
22198
22199 2002-04-24 Gerd Moellmann <gerd@gnu.org>
22200
22201 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22202 case of writing a whole row, more or less analogous to the case of
22203 writing only parts of a row.
22204
22205 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22206 0 for NO_CURSOR.
22207
22208 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22209
22210 2002-04-23 Colin Walters <walters@verbum.org>
22211
22212 * buffer.c (syms_of_buffer): Doc fix.
22213
22214 2002-04-23 Gerd Moellmann <gerd@gnu.org>
22215
22216 * xterm.c (notice_overwritten_cursor): Handle the special case
22217 of the cursor being in the first blank non-text line at the
22218 end of a window.
22219
22220 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22221 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22222 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22223 bar cursors only, to make phys_cursor_width contain what its name
22224 suggests.
22225 (notice_overwritten_cursor): Consider the cursor image erased if
22226 the output area intersects the cursor image in y-direction.
22227
22228 2002-04-23 Simon Marshall <simon@gnu.org>
22229
22230 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22231 to XC_hand2.
22232
22233 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22234
22235 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22236
22237 2002-04-22 Kim F. Storm <storm@cua.dk>
22238
22239 * textprop.c (remove_properties): Fixed trap for malformed plist.
22240
22241 2002-04-22 Richard M. Stallman <rms@gnu.org>
22242
22243 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22244
22245 * window.c (make_window): Initialize height_fixed_p,
22246 last_cursor_off_p, and p->cursor_off_p slots.
22247
22248 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22249
22250 * fns.c (use-dialog-box): Doc fix.
22251
22252 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22253
22254 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22255 variables `row', `i' and `area'.
22256 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22257 toolkit library.
22258
22259 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22260
22261 * xfaces.c (clear_font_table): Don't free the default font of
22262 a frame even if it's on another display.
22263 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22264 that could be Qt.
22265
22266 2002-04-19 Juanma Barranquero <lektu@terra.es>
22267
22268 * indent.c (Fmove_to_column): Remove unused local variable
22269 `next_boundary_byte'.
22270 (current_column_1): Likewise.
22271
22272 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22273
22274 * msdos.c (Qhbar): New variable.
22275 (syms_of_msdos): Intern and staticpro it.
22276 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22277 cursor type.
22278
22279 2002-04-19 Dave Lambert <dlambert@acm.org>
22280
22281 Theses change implement an underscore-like (`hbar') cursor.
22282
22283 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22284
22285 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22286 Handle the `hbar' cursor type.
22287 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22288
22289 * xfns.c (Qhbar): New variable.
22290 (syms_of_xfns): Intern and staticpro it.
22291 (x_specified_cursor_type): Handle `hbar' cursor.
22292
22293 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22294 not defined.
22295
22296 2002-04-18 Richard M. Stallman <rms@gnu.org>
22297
22298 * textprop.c (remove_properties): New arg LIST allows scanning
22299 either a list or a plist.
22300 (interval_has_some_properties_list): New function, like
22301 interval_has_some_properties using list instead of plist.
22302 All callers changed.
22303 (Fremove_list_of_text_properties): New function.
22304 (syms_of_textprop): Defsubr it.
22305
22306 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22307
22308 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22309
22310 2002-04-17 Juanma Barranquero <lektu@terra.es>
22311
22312 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22313
22314 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22315
22316 * window.c (coordinates_in_window): Don't report on margin area
22317 if its width is zero.
22318
22319 2002-04-16 Jason Rumney <jasonr@gnu.org>
22320
22321 * w32fns.c (Fx_file_dialog): Decode file name before using.
22322
22323 * w32term.c (construct_drag_n_drop): Likewise.
22324
22325 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22326
22327 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22328 store load-history in pure space.
22329
22330 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22331
22332 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22333
22334 * xterm.c (Qlatin_1, Qutf_8): New vars.
22335 (syms_of_xterm): Initialize them.
22336 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22337 decoding the output of X*LookupString.
22338 Always use latin-1 to decode the output of XLookupString.
22339 Try Xutf8LookupString if XmbLookupString failed.
22340
22341 * region-cache.c (new_region_cache): Use BEG.
22342
22343 2002-04-16 Gerd Moellmann <gerd@gnu.org>
22344
22345 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22346 configuration files.
22347 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22348 returns 0.
22349
22350 2002-04-15 Andreas Schwab <schwab@suse.de>
22351
22352 * config.in: Regenerated using autoheader.
22353
22354 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22355 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22356 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22357 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22358 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22359 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22360 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22361 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22362 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22363 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22364 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22365 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22366 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22367 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22368 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22369 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22370 STACK_DIRECTION, now set by autoconf.
22371
22372 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22373
22374 * dispnew.c (marginal_area_string): Sort arguments.
22375
22376 * dispextern.h (marginal_area_string): Add prototype.
22377
22378 2002-04-13 Richard M. Stallman <rms@gnu.org>
22379
22380 * fileio.c (Finsert_file_contents):
22381 Don't call temp_output_buffer_setup--do just part, by hand.
22382
22383 * coding.c (run_pre_post_conversion_on_str):
22384 Don't call temp_output_buffer_setup--do just part, by hand.
22385
22386 * keyboard.c (command_loop_1): Don't call start_hourglass
22387 or cancel_hourglass when executing a macro.
22388
22389 * marker.c (count_markers): New function.
22390
22391 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
22392 grow without limit. Move recently used elements to the front.
22393
22394 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22395
22396 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
22397
22398 2002-04-12 Gerd Moellmann <gerd@gnu.org>
22399
22400 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
22401 rows marginal areas.
22402 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
22403 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
22404
22405 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
22406
22407 2002-04-12 Dave Love <fx@gnu.org>
22408
22409 * dispnew.c (marginal_area_string): New.
22410
22411 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
22412 (Qleft_margin, Qright_margin): Declare.
22413 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
22414
22415 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
22416 note_mode_line_highlight and extended.
22417
22418 * keyboard.c (Qleft_margin, Qright_margin): Declare.
22419 (make_lispy_event): Deal with mouse events in margins.
22420
22421 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
22422
22423 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
22424
22425 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
22426 than deactivating the mark if tmm is set to `lambda'.
22427 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
22428 Use a single event for HELP_EVENT.
22429 (Fexecute_extended_command): Save last_point_position.
22430
22431 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22432
22433 * lisp.h (Fpropertize): Add prototype.
22434
22435 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
22436
22437 2002-04-10 Colin Walters <walters@verbum.org>
22438
22439 * config.in: Add HAVE_SHARED_GAME_DIR.
22440
22441 * callproc.c (Vgame_score_directory): New variable.
22442 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
22443
22444 2002-04-10 Richard M. Stallman <rms@gnu.org>
22445
22446 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
22447
22448 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
22449
22450 * minibuf.c (read_minibuf): Use empty_string.
22451 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
22452 Short-circuit the search as soon as it "failed".
22453 (Fall_completions): Allow lambda forms and lists of strings for alist.
22454 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
22455 when require_match is nil.
22456 (Ftest_completion): Rename from `test_completion' and export to elisp.
22457 Call the predicate also when alist is a list.
22458 Obey Vcompletion_regexp_list.
22459 (do_completion, Fminibuffer_complete_and_exit): Use it.
22460 (Fassoc_string): Rename from `assoc_for_completion'.
22461 Allow list of strings as well and export to elisp.
22462
22463 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
22464
22465 * puresize.h (BASE_PURESIZE): Increase to 900KB.
22466
22467 2002-04-08 Juanma Barranquero <lektu@terra.es>
22468
22469 * w32.c (sys_accept): Don't hide variable `s'.
22470
22471 2002-04-05 Gerd Moellmann <gerd@gnu.org>
22472
22473 * callint.c (Fcall_interactively): Use INTEGERP instead of
22474 NUMBERP for checking Vhistory_length.
22475
22476 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22477
22478 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
22479 Doc fix to reflect it.
22480
22481 2002-04-04 Richard M. Stallman <rms@gnu.org>
22482
22483 * xdisp.c (display_mode_element): New arg RISKY.
22484 Disregard text props found or specified within a variable
22485 that isn't marked risky-local-variable.
22486 (Qrisky_local_variable): New variable.
22487 (syms_of_xdisp): Init and staticpro it.
22488
22489 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
22490
22491 * undo.c (record_point): New fun.
22492 (record_delete, record_insert): Use it.
22493
22494 2002-04-03 Juanma Barranquero <lektu@terra.es>
22495
22496 * doc.c (Fdocumentation): Add missing parentheses.
22497 (Fdocumentation_property): Likewise.
22498
22499 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
22500
22501 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
22502 data is 0, just return nil.
22503
22504 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
22505
22506 * msdos.c (syms_of_msdos): Fix last change with
22507 mouse_autoselect_window.
22508
22509 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22510
22511 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
22512 mouse_autoselect_window.
22513
22514 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
22515
22516 * keyboard.c (make_lispy_event): Handle unknown keysyms together
22517 with system-specific keysyms. Use it also for unknown function keys.
22518
22519 * doc.c (reread_doc_file): Return whether reload was attempted.
22520 (Fdocumentation, Fdocumentation_property): Don't try to reload
22521 if the doc is 0 and only ask once.
22522
22523 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
22524
22525 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
22526
22527 * keyboard.c (read_char): If the event was Qselect_window,
22528 restore timer_idleness_start_time to its previous value.
22529
22530 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
22531
22532 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
22533
22534 * region-cache.c (new_region_cache): Use BEG.
22535
22536 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
22537 Use BEG and BEG_BYTE.
22538
22539 * doc.c (get_doc_string): Return nil if the location is wrong.
22540 (reread_doc_file): New fun.
22541 (Fdocumentation, Fdocumentation_property):
22542 Call it if get_doc_string fails.
22543 (Fsnarf_documentation): Make it work for a dumped Emacs.
22544
22545 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
22546 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
22547
22548 * charset.c (Fstring): Allow 0 arguments.
22549
22550 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
22551
22552 * process.c (DATAGRAM_CONN_P, list_processes_1)
22553 (Fprocess_datagram_address, Fset_process_datagram_address)
22554 (Fset_network_process_options, server_accept_connection):
22555 Fix some int/Lisp_Object confusions (thank you union types).
22556
22557 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22558
22559 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
22560
22561 * w32term.c: Likewise.
22562 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
22563
22564 * keyboard.c (Qselect_window): New symbol.
22565 (head_table): Use it.
22566 (keys_of_keyboard): Bound select-window event to handle-select-window.
22567 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
22568
22569 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
22570 (last_window): New variable.
22571 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
22572 (note_mouse_movement): Remove reimplemented code in #if 0.
22573 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
22574 Emacs windows.
22575
22576 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
22577
22578 2002-03-31 Gerd Moellmann <gerd@gnu.org>
22579
22580 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
22581 Callers changed.
22582
22583 2002-03-30 Richard M. Stallman <rms@gnu.org>
22584
22585 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
22586 loop whenever it stops making progress.
22587
22588 * widget.c (set_frame_size): Don't call change_frame_size.
22589
22590 2002-03-30 Gerd Moellmann <gerd@gnu.org>
22591
22592 * dispnew.c (direct_output_for_insert):
22593 Call mark_window_display_accurate.
22594
22595 2002-03-29 Jason Rumney <jasonr@gnu.org>
22596
22597 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
22598
22599 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
22600
22601 * Makefile.in (lread.o): Depend on coding.h.
22602
22603 * lread.c (openp, Fload): Encode the file name before passing it
22604 to `stat', `access', and `emacs_open'.
22605 (openp): GCPRO the encoded file name. Don't recompute Lisp
22606 strings unnecessarily.
22607
22608 2002-03-29 Kim F. Storm <storm@cua.dk>
22609
22610 * fns.c (Flax_plist_put): Doc fix.
22611
22612 2002-03-28 Miles Bader <miles@gnu.org>
22613
22614 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
22615
22616 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22617
22618 * process.c (set-network-process-options): Add usage.
22619 (make-network-process): Doc fix.
22620
22621 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
22622
22623 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
22624
22625 2002-03-26 Richard M. Stallman <rms@gnu.org>
22626
22627 * fns.c (Fsubstring_no_properties): New function.
22628 (Flax_plist_get, Flax_plist_put): New functions.
22629 (syms_of_fns): defsubr them.
22630
22631 * xdisp.c (update_menu_bar): Test only update_mode_lines;
22632 don't test or alter w->update_mode_line.
22633
22634 * window.c (Fdisplay_buffer): Doc fix.
22635
22636 2002-03-24 Richard M. Stallman <rms@gnu.org>
22637
22638 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
22639
22640 2002-03-24 Gerd Moellmann <gerd@gnu.org>
22641
22642 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
22643 (Fdefmacro): Handle `(declare ...)'.
22644 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
22645 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
22646
22647 2002-03-24 Jason Rumney <jasonr@gnu.org>
22648
22649 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
22650 (xbm_file_p): Add prototypes.
22651 (xbm_format, xbm_image_p): Sync with xfns.c.
22652 (reflect_byte): New function.
22653 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
22654 (xbm_load_image): Create bitmaps with a depth of 1.
22655 (init_xfns): Enable XBM images.
22656
22657 2002-03-23 Jason Rumney <jasonr@gnu.org>
22658
22659 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
22660 correctly. Do not pass up_modifier to keyboard buffer.
22661
22662 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
22663
22664 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
22665
22666 * Makefile.in (bootstrapclean): New target.
22667 (bootstrap-temacs, bootstrap-doc): Remove.
22668 (bootstrap-emacs): Use a bog-standard `temacs'.
22669 Don't bother to build a DOC file.
22670
22671 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
22672
22673 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
22674 in temacs even if !CANNOT_DUMP.
22675 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
22676
22677 * alloc.c (check_pure_size): Only output a warning.
22678
22679 2002-03-22 Jason Rumney <jasonr@gnu.org>
22680
22681 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
22682 supported.
22683
22684 * w32term.c (zv_bits): Declare as short, for word alignment.
22685 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
22686 (syms_of_w32term): Define x-use-underline-position-properties.
22687
22688 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
22689 (clear_image_cache): Block input, fix logic, clear matrices in
22690 all frames that share this cache.
22691
22692 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
22693
22694 * emacs.c (main): Update the Copyright year in the blurb printed
22695 by "emacs --version".
22696
22697 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
22698
22699 * xterm.c (XTread_socket): If XK_ISO_Lock and
22700 XK_ISO_Last_Group_Lock are defined, handle keysyms between
22701 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
22702
22703 2002-03-21 Kim F. Storm <storm@cua.dk>
22704
22705 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
22706 menu-bar bindings in keymap and local-map properties _are_ used.
22707 But try keymap property first in accordance with 2002-01-03 patch.
22708 Added comment describing why this is not always reliable.
22709 (tool_bar_items): Ditto for tool-bar.
22710
22711 2002-03-21 Jason Rumney <jasonr@gnu.org>
22712
22713 * w32fns.c (x_clear_image_1): Disable color table code.
22714
22715 2002-03-21 Kim F. Storm <storm@cua.dk>
22716
22717 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
22718 removed the wrong version of the DEFUN macro; fixed it.
22719
22720 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
22721 Fmember rather than Fmemq).
22722 (Fprovide): Check that subfeatures is a list.
22723
22724 * process.c (QCfeature, QCdatagram): Removed variables.
22725 (QCtype, Qdatagram): New variables.
22726 (network_process_featurep): Removed function.
22727 (Fmake_network_process): Removed :feature check.
22728 Use :type 'datagram instead of :datagram t to create a datagram
22729 socket. This allows us to add other connection types (e.g. raw
22730 sockets) later in a consistent manner.
22731 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
22732 supported subfeatures for feature make-network-process.
22733 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
22734 Intern and staticpro QCtype and Qdatagram.
22735 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
22736
22737 * xfns.c (QCtype): Remove duplicate declaration and
22738 initialization (is now declared in process.c).
22739
22740 * w32fns.c (QCtype): Remove duplicate declaration and
22741 initialization (is now declared in process.c).
22742
22743 2002-03-21 Richard M. Stallman <rms@gnu.org>
22744
22745 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
22746 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
22747 when jumping to `fail' to avoid undoing reg changes in the
22748 last iteration of the loop.
22749 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
22750
22751 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
22752 Depend on process.h.
22753
22754 2002-03-20 Jason Rumney <jasonr@gnu.org>
22755
22756 Most of the following changes are still conditional on HAVE_IMAGES
22757 which is not set by default on Windows.
22758
22759 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
22760
22761 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
22762 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
22763 (four_corners_best, x_clear_image_1, x_clear_image)
22764 (x_alloc_image_color, postprocess_image)
22765 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
22766 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
22767 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
22768
22769 * w32gui.h (struct XImage): Define.
22770
22771 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
22772 extract mouse co-ordinates.
22773
22774 2002-03-20 Jason Rumney <jasonr@gnu.org>
22775
22776 * w32.c (init_winsock): Dynamically load new server and UDP
22777 socket functions.
22778 (socket_to_fd): New function.
22779 (sys_socket): Use it.
22780 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
22781 (sys_recvfrom, sys_sendto): New wrapper functions.
22782
22783 * process.c (QCfamily, QCfilter): Remove duplicate declaration
22784 and initialization.
22785
22786 * makefile.w32-in (LIBS): Remove $(WSOCK32).
22787
22788 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
22789
22790 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
22791 Don't use "sun" as a variable, it's a predefined constant on Sun
22792 machines.
22793
22794 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22795
22796 * bytecode.c (Fbyte_code): Revert last change.
22797
22798 2002-03-19 Kim F. Storm <storm@cua.dk>
22799
22800 * makefile.w32-in (LIBS): Add $(WSOCK32).
22801 From David Ponce <dponce@voila.fr>.
22802
22803 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22804
22805 * process.c (wait_reading_process_input): Move variables `pname'
22806 and `pnamelen' down where they are used.
22807
22808 * bytecode.c (Fbyte_code): Discard unused computed value to
22809 prevent gcc warning.
22810
22811 * lisp.h (Fplist_member): Add prototype.
22812
22813 2002-03-18 Kim F. Storm <storm@cua.dk>
22814
22815 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
22816 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
22817
22818 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
22819 Remove explicit GNU_LINUX settings for datagram support.
22820
22821 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22822
22823 * process.c (Fmake_network_process): Remove unused variable `sa'.
22824 Doc fix. Add usage:.
22825 (set_socket_options): Remove unused variables `optnum' and `opttype'.
22826
22827 2002-03-17 Richard M. Stallman <rms@gnu.org>
22828
22829 * xdisp.c (cursor_type_changed): New variable.
22830 (redisplay_internal): Redisplay all windows if cursor_type_changed.
22831 Clear it when clearing windows_or_buffers_changed.
22832 (try_cursor_movement, redisplay_window, try_window_id)
22833 (try_window_reusing_current_matrix): Test cursor_type_changed
22834 along with windows_or_buffers_changed.
22835
22836 * window.h (cursor_type_changed): New variable.
22837
22838 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
22839 not update_mode_lines, and always set it to 1.
22840
22841 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
22842 if no frames needed redrawing.
22843
22844 2002-03-17 Kim F. Storm <storm@cua.dk>
22845
22846 The following changes add support for network server processes,
22847 datagram connections, and local (unix) sockets.
22848
22849 * process.h (struct Lisp_Process): New member log.
22850 Doc fix: Member command used to indicate stopped network process.
22851 Doc fix: Member childp contains plist for network process.
22852 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
22853
22854 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
22855 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
22856 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
22857 variables.
22858 (NETCONN1_P): New macro.
22859 (DATAGRAM_SOCKETS): New conditional symbol.
22860 (datagram_address): New array.
22861 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
22862 (status_message): Use concat3.
22863 (Fprocess_status): Add `listen' status to doc string. Return
22864 `stop' for a stopped network process.
22865 (Fset_process_buffer): Update contact plist for network process.
22866 (Fset_process_filter): Ditto. Don't enable input for stopped
22867 network processes. Server must listen, even if filter is t.
22868 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
22869 New functions.
22870 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
22871 (Fprocess_contact): Added KEY argument. Handle datagrams.
22872 (list_processes_1): Optionally show only processes with the query
22873 on exit flag set. Dynamically adjust column widths. Omit tty
22874 column if not needed. Report stopped network processes. Identify
22875 server and datagram network processes.
22876 (Flist_processes): New optional arg `query-only'.
22877 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
22878 (conv_lisp_to_sockaddr, set_socket_options)
22879 (network_process_featurep, unwind_request_sigio): New helper
22880 functions.
22881 (Fprocess_datagram_address, Fset_process_datagram_address):
22882 (Fset_network_process_options): New lisp functions.
22883 (Fopen_network_stream): Removed. Now defined in simple.el.
22884 (Fmake_network_process): New lisp function. Code is based on
22885 previous Fopen_network_stream, but heavily reworked with new
22886 property list based argument list, support for datagrams, server
22887 processes, and local sockets in addition to old client-only
22888 functionality.
22889 (server_accept_connection): New function.
22890 (wait_reading_process_input): Use it to handle incoming connects.
22891 Do not enable input on a new connection if process is stopped.
22892 (read_process_output): Handle datagram sockets. Use 2k buffer for
22893 them.
22894 (send_process): Handle datagram sockets.
22895 (Fstop_process, Fcontinue_process): Apply to network processes. A
22896 stopped network process is indicated by setting command field to t.
22897 (Fprocess_send_eof): No-op if datagram connection.
22898 (Fstatus_notify): Don't read input for a stream server socket or a
22899 stopped network process.
22900 (init_process): Initialize datagram_address array.
22901 (syms_of_process): Intern and staticpro new variables, defsubr new
22902 functions.
22903
22904 2002-03-16 Jason Rumney <jasonr@gnu.org>
22905
22906 * w32fns.c (w32_to_all_x_charsets): Return correct type in
22907 startup case.
22908
22909 2002-03-16 Richard M. Stallman <rms@gnu.org>
22910
22911 * xdisp.c (redisplay_internal, redisplay_windows):
22912 Use list_of_error to call internal_condition_case_1.
22913 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
22914 so as to catch all errors with no possibility of debugger redisplay.
22915 (list_of_error): New variable.
22916 (syms_of_xdisp): Init and staticpro it.
22917
22918 * print.c (print_object): Delete `\ ' from printed rep of frame.
22919
22920 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
22921
22922 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
22923 until its implementation is fixed.
22924
22925 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22926
22927 * xfns.c (png_load): Remove unused variable `gamma_str'.
22928
22929 2002-03-14 Richard M. Stallman <rms@gnu.org>
22930
22931 * xfns.c (x_real_positions): Handle failure in XQueryTree.
22932
22933 2002-03-14 Miles Bader <miles@gnu.org>
22934
22935 * intervals.c (adjust_for_invis_intang): New function.
22936 (set_point_both): Use `adjust_for_invis_intang' to do most of the
22937 work for dealing with invisible+intangible regions. Do so before
22938 and after both forward and backward movements, to handle both
22939 front-sticky and rear-sticky cases.
22940 * textprop.c (text_property_stickiness): Function moved here from
22941 `editfns.c'.
22942 * intervals.h (text_property_stickiness): New declaration.
22943 * editfns.c (char_property_eq): Function removed.
22944 (text_property_stickiness): Function moved to `textprop.c'.
22945
22946 2002-03-13 Jason Rumney <jasonr@gnu.org>
22947
22948 * config.in: Add STRFTIME_NO_POSIX2.
22949
22950 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
22951 and %OX when underlying strftime does not.
22952
22953 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
22954
22955 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
22956 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
22957 line) to avoid annoying flicker.
22958 (xm_scroll_callback): Get rid of the now unnecessary kludge.
22959 (XTread_socket): Mark it static.
22960
22961 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
22962
22963 2002-03-13 Kim F. Storm <storm@cua.dk>
22964
22965 * puresize.h (BASE_PURESIZE): Increase to 775000.
22966
22967 2002-03-12 Juanma Barranquero <lektu@terra.es>
22968
22969 * editfns.c (syms_of_editfns): Fix typo.
22970
22971 2002-03-12 Gerd Moellmann <gerd@gnu.org>
22972
22973 * xsmfns.c: Include stdio.h because termhooks.h needs it.
22974 Include termopt.h for interrupt_input.
22975
22976 2002-03-11 Andreas Schwab <schwab@suse.de>
22977
22978 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
22979
22980 2002-03-11 Gerd Moellmann <gerd@gnu.org>
22981
22982 * xterm.c (note_mouse_movement): Put code for
22983 x_autoselect_window_p in #if 0.
22984
22985 * lread.c (Fload): Don't assume that message_with_string uses the
22986 string it is given like a C string.
22987
22988 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22989
22990 * xterm.h (x_session_check_input, x_session_initialize): Declare.
22991
22992 * xterm.c (XTread_socket): Add call to x_session_check_input and
22993 x_session_have_connection.
22994 (x_initialize): Add call to x_session_initialize.
22995
22996 * termhooks.h (enum event_kind): Add save_session_event.
22997
22998 * keyboard.c: Add Emacs event save_session_event.
22999
23000 * emacs.c (main): Add call to syms_of_xsmfns.
23001
23002 * lisp.h (syms_of_xsmfns): Declare extern.
23003
23004 * config.in: Add HAVE_X_SM.
23005
23006 * Makefile.in (LIBXT): Add -lSM -lICE
23007 if HAVE_X_SM and not USE_X_TOOLKIT.
23008 (XOBJ): New file xsmfns.c added.
23009
23010 * xsmfns.c: New file for X session management.
23011
23012 2002-03-09 Jason Rumney <jasonr@gnu.org>
23013
23014 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
23015 read-only when setting modified time.
23016
23017 2002-03-08 Gerd Moellmann <gerd@gnu.org>
23018
23019 * xdisp.c (move_it_vertically_backward): At the end of the function,
23020 when moving forward by lines, treat terminal frames specially.
23021
23022 * keyboard.c (echo_char): Make sure to add a separator between
23023 keys even if echo_dash hasn't been called.
23024
23025 * xdisp.c: Use new string macros.
23026 (update_echo_area): Pass number of bytes to message3 instead of
23027 number of chars.
23028 (set_message_1): Don't access a string's size_byte directly.
23029 (decode_mode_spec_coding): Use number of bytes of eoltype string
23030 instead number of chars.
23031
23032 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
23033
23034 2002-03-08 Juanma Barranquero <lektu@terra.es>
23035
23036 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
23037 24-bit.
23038
23039 2002-03-06 Jason Rumney <jasonr@gnu.org>
23040
23041 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
23042
23043 2002-03-06 Gerd Moellmann <gerd@gnu.org>
23044
23045 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
23046 (cancel_echoing, echo_length, echo_truncate): Changed to
23047 work with new kboard definition.
23048 (echo_now): Use message3_nolog instead of message2_nolog.
23049
23050 * alloc.c (mark_kboards): Mark echo_string.
23051
23052 * keyboard.h (ECHOBUFSIZE): Removed.
23053 (struct kboard): Member echoptr removed, member echobuf renamed
23054 to echo_string.
23055
23056 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
23057 message3 instead of message2 to display the message using STRING's
23058 text properties.
23059
23060 2002-03-05 Andreas Schwab <schwab@suse.de>
23061
23062 * xdisp.c (hscroll_margin): Change to EMACS_INT.
23063
23064 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23065
23066 * frame.c (default-frame-alist): Explain that setting it doesn't
23067 affect existing frames.
23068
23069 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
23070
23071 * indent.c (skip_invisible): Fix my brain fart.
23072
23073 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
23074
23075 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
23076
23077 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
23078 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
23079 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
23080 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
23081 and variables to use EMACS_INT instead of just int.
23082
23083 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
23084
23085 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
23086
23087 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
23088 environment, pass it down with corrected value.
23089
23090 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23091
23092 * lread.c (read_filtered_event): Do not call start_hourglass
23093 before returning.
23094
23095 2002-03-04 Juanma Barranquero <lektu@terra.es>
23096
23097 * w32term.c (x_display_and_set_cursor): Fix typo.
23098
23099 2002-03-03 Richard M. Stallman <rms@gnu.org>
23100
23101 * fileio.c (Fmake_temp_name): Doc fix.
23102
23103 2002-03-03 Gary Wong <gtw@gnu.org>
23104
23105 * termcap.c [!emacs]: Replace ospeed for building standalone
23106 libtermcap, for binary compatibility.
23107
23108 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23109
23110 2002-03-03 Richard M. Stallman <rms@gnu.org>
23111
23112 * xrdb.c (file_p): Rename arg `path' to `filename'.
23113
23114 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23115 only if it is an integer.
23116
23117 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23118 If png_get_sRGB gives an answer, call png_set_gamma
23119 using the default image gamma value.
23120
23121 * lread.c (read1): When reading from a file, default string to
23122 multibyte only if it has some multibyte characters.
23123
23124 * print.c (print_object): Output multibyte chars 128...255
23125 using \x even if ! print_escape_multibyte.
23126
23127 * xdisp.c (display_mode_element): Move the places where
23128 bytepos, charpos, this, and lisp_string are set.
23129 Use lisp_string to set bytepos.
23130
23131 * xdisp.c (redisplay_internal):
23132 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23133
23134 * xdisp.c (display_mode_element): Merge properties specified with
23135 :propertize onto those that come with the string.
23136
23137 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23138
23139 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23140 automatic-hscrolling. Users changed.
23141 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23142 Users changed.
23143 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23144
23145 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23146
23147 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23148
23149 2002-03-02 Kim F. Storm <storm@cua.dk>
23150
23151 * window.c (Fminibuffer_selected_window): New function.
23152 (syms_of_window): Defsubr it.
23153
23154 2002-03-01 Kim F. Storm <storm@cua.dk>
23155
23156 * window.h (struct window): New member phys_cursor_width.
23157
23158 * window.c (make_window, replace_window): Init phys_cursor_width.
23159
23160 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23161 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23162
23163 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23164 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23165
23166 * lisp.h (GCPRO6): New macro.
23167
23168 * process.c (Fopen_network_stream): Use GCPRO6.
23169
23170 2002-03-01 Kim F. Storm <storm@cua.dk>
23171
23172 * process.c (Qconnect, Qfailed): New variables.
23173 (syms_of_process): Intern and staticpro them.
23174 (Fprocess_status): Document connect and failed return values.
23175 [NON_BLOCKING_CONNECT]: New conditional.
23176 (connect_wait_mask, num_pending_connects): New variables.
23177 (status_message): Convert Qfailed status.
23178 (Fopen_network_stream): Added support for non-blocking connect.
23179 New optional args: filter, sentinel, non_blocking. Doc updated.
23180 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23181 (deactivate_process): Handle pending non-blocking connect.
23182 (wait_reading_process_input): Poll for status of non-blocking
23183 connects. Exec sentinel directly when connect succeeds.
23184 (status_notify): Don't read process output if not yet connected.
23185
23186 2002-02-28 Kim F. Storm <storm@cua.dk>
23187
23188 * window.c (minibuf_selected_window): Renamed from
23189 Vminibuf_selected_window. Users changed.
23190 (syms_of_window): Staticpro it.
23191
23192 2002-02-26 Kim F. Storm <storm@cua.dk>
23193
23194 The following changes add a new Vminibuf_selected_window variable
23195 which is similar to Vminibuf_scroll_window, but which is only set
23196 on entry to the minibuffer (from a non-minibuffer window):
23197
23198 * window.c (Vminibuf_selected_window): New variable.
23199 (struct save_window_data): New member minibuf_selected_window.
23200 (Fset_window_configuration): Restore Vminibuf_selected_window.
23201 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23202 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23203 (compare_window_configurations): Compare minibuf_selected_window.
23204
23205 * window.h (Vminibuf_selected_window): Declare extern.
23206
23207 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23208 entry to minibuffer or on entry from a non-minibuffer window.
23209
23210 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23211 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23212
23213 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23214 instead of Vminibuf_scroll_window when deciding in which window
23215 the region should be highlighted. Consequently, the region remains
23216 highlighteded even when a completion buffer is also displayed.
23217
23218 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23219
23220 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23221
23222 * xselect.c (Qcompound_text_with_extensions): Renamed from
23223 Qcompound_text_no_extensions.
23224 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23225
23226 2002-02-26 Juanma Barranquero <lektu@terra.es>
23227
23228 * w32proc.c (syms_of_ntproc): Doc fix.
23229
23230 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23231
23232 * intervals.h: Include "dispextern.h" unconditionally.
23233
23234 2002-02-24 Jason Rumney <jasonr@gnu.org>
23235
23236 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23237 and disp-table.elc.
23238 (lisp): Add emacs-lisp/backquote.elc.
23239
23240 2002-02-24 Kim F. Storm <storm@cua.dk>
23241
23242 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
23243 The validation of the event type was too strict as it didn't
23244 allow string events; buffer names are used in bindings for
23245 menu-bar-select-buffer (see `menu-bar-update-buffers').
23246
23247 2002-02-23 Kim F. Storm <storm@cua.dk>
23248
23249 The following changes rework my patch of 2002-02-06 which
23250 added command remapping by entering the commands directly into
23251 the keymaps. Now, command remapping uses an explicit `remap'
23252 prefix in the keymaps, i.e. [remap COMMAND].
23253
23254 * keymap.c (Qremap, remap_command_vector): New variables.
23255 (is_command_symbol): Remove function.
23256 (Fdefine_key): No longer accept a symbol for KEY.
23257 Added validation of [remap COMMAND] argument for KEY.
23258 The DEF is no longer required to be a symbol when remapping a command.
23259 (Fremap_command): New function to remap command through keymaps.
23260 (Flookup_key): Perform command remapping initiated by
23261 Fremap_command directly for speed.
23262 (Fkey_binding): Use Fremap_command for command remapping.
23263 (where_is_internal): Handle new command remapping representation.
23264 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23265 staticpro them. Defsubr Fremap_command.
23266
23267 * keymap.h (Fremap_command): Declare extern.
23268 (is_command_symbol): Remove extern.
23269
23270 * keyboard.c (command_loop_1): Use Fremap_command for command
23271 remapping; now try command remapping for all symbols.
23272
23273 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23274
23275 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23276
23277 2002-02-23 Jason Rumney <jasonr@gnu.org>
23278
23279 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23280 on the string before encoding it.
23281 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23282 after decoding it.
23283
23284 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23285
23286 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23287
23288 * w32term.c (enter_timestamp): Remove unused static variable to
23289 prevent warning.
23290
23291 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23292
23293 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23294
23295 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23296
23297 * xselect.c (selection_data_to_lisp_data): Fix last change.
23298
23299 2002-02-22 Jason Rumney <jasonr@gnu.org>
23300
23301 * w32term.h (struct w32_output): New member menu_command_in_progress.
23302
23303 * w32menu.c (menubar_selection_callback): Free the menu and
23304 clear the menu_command_in_progress flag.
23305
23306 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23307 (menu_free_timer): New variable.
23308 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23309 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23310 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23311 menu command is in progress.
23312 <WM_COMMAND>: Set the menu_command_in_progress flag.
23313 Kill any menu_free_timer that is running.
23314
23315 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23316 Call ExtTextOutA rather than ExtTextOut.
23317
23318 2002-02-22 Eli Zaretskii <eliz@gnu.org>
23319
23320 * puresize.h (BASE_PURESIZE): Increase to 755000.
23321
23322 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23323
23324 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23325 on the string before encoding it.
23326 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23327 after decoding it.
23328
23329 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23330
23331 Support for ICCCM Extended Segments in X selections:
23332
23333 * xselect.c <Qcompound_text_no_extensions>: New variable.
23334 (syms_of_xselect): Intern and staticpro it.
23335 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23336 selection text.
23337 (lisp_data_to_selection_data): If next-selection-coding-system is
23338 compound-text-no-extensions, set the type of selection to be
23339 compound-text.
23340
23341 * xterm.h (x_encode_text): Update prototype.
23342
23343 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23344 callers changed. If SELECTIONP is non-zero, run the
23345 pre-write-conversion function before encoding the selection text.
23346
23347 2002-02-21 Kim F. Storm <storm@cua.dk>
23348
23349 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23350
23351 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23352 Correct composing of language-change event.
23353
23354 2002-02-20 Kim F. Storm <storm@cua.dk>
23355
23356 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23357 bindings at PT when building menu (the menu is not updated often
23358 enough for this to work reliable).
23359 (tool_bar_items): Likewise.
23360 (current_active_maps): Removed unused (and buggy) function.
23361
23362 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23363
23364 * xfns.c (gif_load): Use correct width and height for GIF images.
23365
23366 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23367
23368 * floatfns.c (Fatan): Accept an optional second arg and call
23369 atan2 if passed 2 args.
23370
23371 2002-02-18 Jason Rumney <jasonr@gnu.org>
23372
23373 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23374
23375 2002-02-17 Jason Rumney <jasonr@gnu.org>
23376
23377 * w32term.c (x_autoselect_window_p): New variable.
23378 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23379 (note_mouse_movement): Use it.
23380
23381 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23382
23383 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23384
23385 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23386 New variables.
23387 (syms_of_w32fns): Intern and staticpro them.
23388 (x_frame_parms) <"fullscreen">: New parameter.
23389 (x_fullscreen_move, x_set_fullscreen): New functions.
23390 (x_set_frame_parameters): Support Qfullscreen.
23391 (x_real_positions): Save x/y_pixels_diff frame params.
23392 (x_figure_window_size): Support full-screen frames.
23393 (Fx_create_frame): Default the fullscreen parameter.
23394
23395 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
23396 (x_fullscreen_adjust): New functions.
23397 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
23398 fullscreen. Call x_check_fullscreen_move, and set the
23399 want_fullscreen member of output_data.w32
23400 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
23401
23402 * w32term.h: New enum for FULLSCREEN_* constants.
23403 (struct w32_output): New members want_fullscreen, x_pixels_diff,
23404 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
23405 (x-fullscreen-adjust): New prototype.
23406
23407 2002-02-17 Kim F. Storm <storm@cua.dk>
23408
23409 * frame.c (Vmouse_highlight): New variable.
23410 (syms_of_frame): DEFVAR_LISP it.
23411
23412 * frame.h (Vmouse_highlight): Declare extern.
23413
23414 * xterm.h (struct x_display_info): Add mouse_face_hidden.
23415
23416 * xterm.c (disable_mouse_highlight): Removed variable.
23417 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23418 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23419 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
23420 and on after keyboard input.
23421 (x_term_init): Initialize mouse_face_hidden.
23422
23423 * msdos.h (struct display_info): Add mouse_face_hidden.
23424
23425 * msdos.c (disable_mouse_highlight): Removed variable.
23426 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23427 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
23428 (internal_terminal_init): Initialize mouse_face_hidden.
23429 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
23430 and on after keyboard input.
23431
23432 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
23433
23434 * w32term.c (disable_mouse_highlight): Removed variable.
23435 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
23436 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
23437 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
23438 and on after keyboard input.
23439 (w32_initialize_display_info): Initialize mouse_face_hidden.
23440
23441 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
23442
23443 * msdos.c (last_mouse_window): New variable.
23444 (dos_rawgetc): Fix last change--if the mouse is in the same window
23445 as recorded in last_mouse_window, don't select this window.
23446
23447 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
23448
23449 * msdos.c (x_autoselect_window_p): New variable.
23450 (syms_of_msdos): Defvar it.
23451 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
23452 which the last mouse movement occured, unless it is already selected.
23453
23454 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
23455 New variables.
23456 (syms_of_xdisp): DEVFAR them.
23457 (hscroll_window_tree): Use automatic_hscroll_margin and
23458 Vautomatic_hscroll_step to compute the amount of window scrolling.
23459
23460 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23461
23462 * xterm.c (x-autoselect-window): New variable.
23463 (note_mouse_movement): Use it.
23464
23465 * keyboard.c: Do not include "systime.h" twice.
23466
23467 2002-02-15 Andreas Schwab <schwab@suse.de>
23468
23469 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
23470
23471 * alloc.c (NSTATICS): Increase to 1280.
23472
23473 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23474
23475 * alloc.c (NSTATICS): Bump to 1026.
23476
23477 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
23478 (Vx_super_keysym): New variables.
23479 (syms_of_xterm): DEFVAR_LISP them.
23480 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
23481 variables to determine which keys to use for the various modifiers.
23482
23483 2002-02-13 Kim F. Storm <storm@cua.dk>
23484
23485 * window.c (Vmode_line_in_non_selected_windows): Removed.
23486 (mode_line_in_non_selected_windows): New variable.
23487 (syms_of_window): DEFVAR_BOOL it.
23488
23489 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
23490 Use mode_line_in_non_selected_windows.
23491 (mode_line_in_non_selected_windows): Declare extern.
23492 (Vmode_line_in_non_selected_windows): Removed extern.
23493
23494 2002-02-13 Richard M. Stallman <rms@gnu.org>
23495
23496 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
23497 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
23498 (Fclear_this_command_keys): Doc fixes.
23499
23500 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
23501 (update_face_from_frame_parameter): Increment face_change_count
23502 and windows_or_buffers_changed to force redisplay using changed faces.
23503
23504 * xdisp.c (QCpropertize): New variable.
23505 (mode_line_proptrans_alist): New variable.
23506 (display_mode_element): New arg PROPS; all calls changed.
23507 Implement this, for strings.
23508 Handle literal output of strings by sharing the
23509 main-line code for strings, using local var `literal'.
23510 Handle :propertize feature.
23511 (syms_of_xdisp): Initialze and staticpro QCpropertize and
23512 mode_line_proptrans_alist.
23513
23514 2002-02-11 Kim F. Storm <storm@cua.dk>
23515
23516 * window.c (Vmode_line_in_non_selected_windows): New variable.
23517 (syms_of_window): DEFVAR_LISP it.
23518
23519 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
23520 (CURRENT_MODE_LINE_FACE_ID): Use it.
23521 (Vmode_line_in_non_selected_windows): Declare extern.
23522
23523 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
23524 to get mode line face.
23525
23526 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
23527
23528 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
23529 variables; cus-start.el doesn't need them anymore.
23530
23531 2002-02-09 Kim F. Storm <storm@cua.dk>
23532
23533 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
23534 reduction. This fixes a display problem where stray newlines were
23535 inserted in the window (corrected by C-l). Clarified code (IMHO).
23536
23537 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
23538
23539 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
23540
23541 * xdisp.c (display_mode_lines): Fix last change.
23542
23543 2002-02-09 Jason Rumney <jasonr@gnu.org>
23544
23545 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
23546 match each other.
23547 (w32_load_system_font): Prevent Cleartype fonts from loading.
23548 (Fx_show_tip): Ensure tip frames are above other topmost windows.
23549
23550 2002-02-09 Kim F. Storm <storm@cua.dk>
23551
23552 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
23553 (CURRENT_MODE_LINE_HEIGHT): Use it.
23554 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
23555
23556 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
23557 (pos_visible_p, handle_face_prop): Likewise.
23558 (display_mode_lines): Likewise, but for the real selected window.
23559 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
23560
23561 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
23562 in non-selected windows.
23563 (realize_basic_faces): Realize it.
23564 (syms_of_term): Intern and staticpro it.
23565
23566 2002-02-08 Kim F. Storm <storm@cua.dk>
23567
23568 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
23569 Changed mail addresses to emacs-devel@gnu.org.
23570
23571 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
23572
23573 * fileio.c (Fsubstitute_in_file_name): If the file name includes
23574 ~user, and there's no such user, don't discard everything before ~user.
23575
23576 * floatfns.c (Fround): Doc fix.
23577
23578 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23579
23580 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
23581
23582 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
23583
23584 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
23585
23586 2002-02-07 Kim F. Storm <storm@cua.dk>
23587
23588 * keymap.c (where_is_internal): Only check whether definition is
23589 remapped if it fulfills is_command_symbol.
23590
23591 2002-02-07 Andreas Schwab <schwab@suse.de>
23592
23593 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
23594
23595 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
23596
23597 2002-02-06 Kim F. Storm <storm@cua.dk>
23598
23599 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
23600 defining command remapping. Doc updated.
23601 (Flookup_key): Remap command through keymap if KEY is a symbol.
23602 (is_command_symbol): New function.
23603 (Fkey_binding): Use it. New optional argument NO-REMAP.
23604 Doc updated. Callers changed. Perform command remapping via
23605 recursive call unless that arg is non-nil.
23606 (where_is_internal): New argument no_remap. Callers changed.
23607 Call recursively to find original key bindings for a remapped
23608 comand unless that arg is non-nil.
23609 (Fwhere_is_internal): New optional argument NO-REMAP.
23610 Doc updated. Callers changed. Pass arg to where_is_internal.
23611
23612 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
23613 (is_command_symbol): Add prototype.
23614
23615 * keyboard.c (Vthis_original_command): New variable.
23616 (syms_of_keyboard): DEFVAR_LISP it.
23617 (command_loop_1): Set it, and perform command remapping.
23618
23619 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23620
23621 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
23622
23623 2002-02-06 Jason Rumney <jasonr@gnu.org>
23624
23625 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
23626
23627 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
23628
23629 * charset.c (get_charset_id): Use if-else instead of ?:.
23630
23631 2002-02-06 Richard M. Stallman <rms@gnu.org>
23632
23633 * filelock.c (S_ISLNK): Define if not defined.
23634
23635 2002-02-03 Richard M. Stallman <rms@gnu.org>
23636
23637 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
23638
23639 * lread.c (read1): Redesign strategy for force_multibyte and
23640 force_singlebyte. Now is_multibyte records whether read_buffer
23641 is multibyte. Encountering any multibyte character makes it so.
23642
23643 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
23644
23645 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
23646 with the same sequence, map that sequence to f10 rather than f0.
23647
23648 2002-02-03 Andreas Schwab <schwab@suse.de>
23649
23650 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
23651 latter never being defined on GNU/Linux.
23652
23653 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23654
23655 * xfaces.c (realize_default_face): Don't set the weight and slant of
23656 the default face to Qnormal, unless these attributes are unspecified.
23657
23658 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23659
23660 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
23661 Call cancel_hourglass unconditionally.
23662
23663 * eval.c (Fsignal): Remove duplicated declaration of
23664 the variable `display_hourglass_p'.
23665
23666 2002-01-31 Richard M. Stallman <rms@gnu.org>
23667
23668 * editfns.c (region_limit): Nicer error message.
23669
23670 * coding.c (decode_composition_emacs_mule):
23671 Give up if NCOMPONENT gets too large to index `component'.
23672
23673 * callint.c (check_mark): New arg to specify clearer error message.
23674 Callers changed.
23675
23676 2002-01-27 Richard M. Stallman <rms@gnu.org>
23677
23678 * minibuf.c (Fcompleting_read): Doc fix.
23679
23680 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23681
23682 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
23683 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
23684 Fix doc-strings.
23685
23686 2002-01-26 Richard M. Stallman <rms@gnu.org>
23687
23688 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
23689
23690 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
23691 and scroll_up_aggressively.
23692
23693 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23694
23695 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
23696
23697 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
23698
23699 * textprop.c (Fnext_property_change, Fnext_single_property_change)
23700 (Fprevious_property_change, Fprevious_single_property_change):
23701 Stay within the narrowed-buffer boundaries.
23702
23703 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
23704
23705 * term.c (Ftty_display_color_cells): New function.
23706 (syms_of_term): Defsubr it.
23707 (Ftty_display_color_cells, Ftty_display_color_p): Change the
23708 argument name to DISPLAY. Doc fix.
23709
23710 * dispextern.h: Add prototype for set_tty_color_mode and
23711 tty_setup_colors.
23712
23713 2002-01-24 Jason Rumney <jasonr@gnu.org>
23714
23715 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
23716 If region left to draw is not what was expected, mark the frame as
23717 garbaged.
23718
23719 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
23720 Combine the regions returned by BeginPaint and GetUpdateRect.
23721
23722 2002-01-23 Jason Rumney <jasonr@gnu.org>
23723
23724 * w32term.c (x_update_window_begin): Only hide caret if
23725 w32_use_visible_system_caret is set.
23726 (x_update_window_end): Only show caret if
23727 w32_use_visible_system_caret is set.
23728 (syms_of_w32term): Handle SystemParametersInfo call failing.
23729
23730 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
23731
23732 2002-01-22 Richard M. Stallman <rms@gnu.org>
23733
23734 * unexelf.c (unexec): Define n so as to cause compilation error
23735 for the code where people have often written n instead of nn.
23736
23737 * .gdbinit (hookpost-run): Defined.
23738
23739 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23740
23741 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
23742
23743 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23744
23745 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
23746 if fullscreen is being set.
23747
23748 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23749
23750 * minibuf.c (Fminibuffer_contents)
23751 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
23752 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
23753
23754 2002-01-21 Richard M. Stallman <rms@gnu.org>
23755
23756 * window.c (check_frame_size): Fix minimum height calculation.
23757
23758 2002-01-20 Ken Raeburn <raeburn@gnu.org>
23759
23760 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
23761 height before comparison.
23762 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
23763
23764 2002-01-20 Jason Rumney <jasonr@gnu.org>
23765
23766 * w32term.c (w32_system_caret_width): Remove.
23767 (w32_use_visible_system_caret): New user flag.
23768 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
23769 Windows reports a screen reader running.
23770 (x_update_window_begin): Hide the system caret.
23771 (x_update_window_end): Show the system caret.
23772 (x_display_and_set_cursor): Don't draw a cursor when
23773 w32_use_visible_system_caret is set. Do not adjust width.
23774
23775 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
23776 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
23777 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
23778 the user requests it. Use system default width when creating.
23779 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
23780
23781 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
23782 New window messages.
23783
23784 2002-01-20 Richard M. Stallman <rms@gnu.org>
23785
23786 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
23787
23788 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23789
23790 * doprnt.c (doprnt1): Fix typos in error call.
23791
23792 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
23793
23794 * unexelf.c (unexec) [__sgi]: Support the .got sections.
23795
23796 2002-01-20 Jason Rumney <jasonr@gnu.org>
23797
23798 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
23799 that Windows returns. If a double check fails, try to guess how
23800 ExtTextOut is going to act.
23801
23802 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
23803 in place of stricmp.
23804 (w32_list_synthesized_fonts): Removed.
23805 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
23806 (struct enumfont_t): New element; list.
23807 (enum_font_cb2): List all style and charset variations of a font.
23808 (Fw32_select_font): New optional argument; include_proportional.
23809 Exclude vertical fonts. Exclude proportional fonts unless
23810 include_proportional is non-nil.
23811 (w32_enable_synthesized_fonts): Change to a boolean.
23812 (Fw32_send_sys_command): Doc fix.
23813
23814 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23815
23816 * dispnew.c (update_frame): Move the variable `tem' to the block
23817 where it is used.
23818
23819 2002-01-19 Jason Rumney <jasonr@gnu.org>
23820
23821 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
23822 call to face-set-after-frame-default.
23823
23824 2002-01-18 Richard M. Stallman <rms@gnu.org>
23825
23826 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
23827 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
23828
23829 2002-01-17 Richard M. Stallman <rms@gnu.org>
23830
23831 * window.c (enlarge_window): When exceeding size of parent,
23832 directly delete all the siblings instead of trying to resize it.
23833
23834 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23835
23836 * term.c (set_tty_color_mode): Remove unused variable `tem'.
23837
23838 2002-01-16 Henrik Enberg <henrik@enberg.org>
23839
23840 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
23841
23842 2002-01-16 Kim F. Storm <storm@cua.dk>
23843
23844 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
23845 is invisible. This can happen if cursor is on top line of a
23846 window, and we switch to a buffer with a header line.
23847
23848 * w32term.c (x_erase_phys_cursor): Ditto.
23849
23850 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23851
23852 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
23853 `dont_resize' only when used.
23854
23855 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
23856
23857 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
23858
23859 * xdisp.c (display_mode_element): When computing charpos, depend
23860 on multibyteness of elt, not the text in field.
23861
23862 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23863
23864 * buffer.c (Fkill_all_local_variables):
23865 Increment `update_mode_lines' only once.
23866
23867 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23868
23869 * lisp.h (adjust_after_replace_noundo)
23870 (Fupdate_coding_systems_internal): Add prototypes.
23871
23872 * sound.c (Fplay_sound): Initialize header_size also for :data case.
23873
23874 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
23875
23876 Support for the --color command-line argument and tty-color-mode
23877 frame parameter:
23878
23879 * term.c (tty_default_color_capabilities, tty_setup_colors)
23880 (set_tty_color_mode): New functions.
23881 (term_init): Call tty_default_color_capabilities.
23882 (Qtty_color_mode_alist): New variable.
23883 (syms_of_term): Intern and staticpro it.
23884
23885 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
23886 frames.
23887 (do_switch_frame): For termcap frames, switch the tty
23888 color mode as specified by the frame's parameters.
23889 (Qtty_color_mode): New variable.
23890 (syms_of_frame): Intern and staticpro it.
23891
23892 * emacs.c (USAGE2): Add the --color option.
23893 (standard_args): Ditto.
23894
23895 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23896
23897 * xterm.h (struct x_output): New members want_fullscreen,
23898 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
23899 y_pixels_outer_diff.
23900 New enum for FULLSCREEN_* constants.
23901 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
23902 is NULL.
23903 (x_fullscreen_adjust): Add prototype.
23904
23905 * emacs.c (USAGE2): Add the new full-screen arguments.
23906 (standard_args): Ditto.
23907
23908 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23909 New variables.
23910 (syms_of_xfns): Intern and staticpro them.
23911 (x_frame_parms) <"fullscreen">: New parameter.
23912 (x_fullscreen_move, x_set_fullscreen): New functions.
23913 (x_set_frame_parameters): Support for Qfullscreen.
23914 (x_real_positions): More accurate computation of the frame position.
23915 (x_figure_window_size): Support full-screen frames.
23916 (Fx_create_frame): Default the fullscreen parameter.
23917
23918 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
23919 (XTread_socket) <Expose>: Call x_check_fullscreen.
23920 <ConfigureNotify>: Don't resize to fullscreen.
23921 Call x_check_fullscreen_move, and set the want_fullscreen member of
23922 output_data.x.
23923
23924 2002-01-13 Jason Rumney <jasonr@gnu.org>
23925
23926 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
23927 for mice with more than 3 buttons.
23928
23929 * w32term.c (parse_button): New parameter xbutton. Callers changed.
23930 (w32_read_socket): Handle new "XBUTTON" messages.
23931
23932 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
23933 (syms_of_w32fns): DEFVAR_BOOL it.
23934 (w32_wnd_proc): Handle new "XBUTTON" messages.
23935
23936 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23937
23938 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
23939
23940 2002-01-13 Andreas Schwab <schwab@suse.de>
23941
23942 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
23943
23944 2002-01-12 Andreas Schwab <schwab@suse.de>
23945
23946 * .gdbinit (xbuffer): Remove address operator since data is now a
23947 pointer.
23948
23949 2002-01-11 Richard M. Stallman <rms@gnu.org>
23950
23951 * insdel.c (adjust_after_replace_noundo): New function.
23952
23953 * coding.c (code_convert_region): Don't copy old text if undo disabled.
23954
23955 2002-01-09 Jason Rumney <jasonr@gnu.org>
23956
23957 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
23958 when checking for multiple frames.
23959
23960 2002-01-08 Richard M. Stallman <rms@gnu.org>
23961
23962 * window.c (delete_window): Rewrite the code for changing the
23963 selected window to handle the case where WINDOW is not a leaf.
23964
23965 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
23966
23967 * process.c (send_process): Set src_multibyte to 1 after the call
23968 top setup_coding_system, not before the call.
23969
23970 2002-01-07 Jason Rumney <jasonr@gnu.org>
23971
23972 * xmenu.c (set_frame_menubar, xmenu_show):
23973 (xdialog_show): Initialize wv->help to Qnil.
23974
23975 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
23976 (w32_dialog_show): Initialize wv->help to Qnil.
23977
23978 2002-01-06 Jason Rumney <jasonr@gnu.org>
23979
23980 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
23981
23982 * w32menu.c (w32_menu_display_help): Revert last change.
23983
23984 * xmenu.c (menu_highlight_callback): Revert last change.
23985
23986 2002-01-06 Andreas Schwab <schwab@suse.de>
23987
23988 * insdel.c (make_gap_larger): Make sure buffer size does not
23989 overflow range of int.
23990
23991 2002-01-05 Jason Rumney <jasonr@gnu.org>
23992
23993 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
23994 OVERLAPS_P.
23995
23996 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
23997
23998 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
23999 to the left or to the right of the pointer, put it against
24000 the left screen edge.
24001 (x_frame_parms): Add missing braces around initializer.
24002
24003 * w32term.c (x_setup_relief_colors): Don't compute an image's
24004 background color if it doesn't have a Pixmap.
24005 (notice_overwritten_cursor): Don't depend on
24006 output_cursor and updated_area. Compare pixel coordinates with
24007 window's cursor pixel coordinates.
24008 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24009 Call notice_overwritten_cursor with new arg list.
24010 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24011 unconditionally.
24012 (x_draw_image_relief): Use predefined macro instead of
24013 constant when the value of `tool_bar_button_relief' is negative.
24014
24015 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
24016
24017 2002-01-04 Richard M. Stallman <rms@gnu.org>
24018
24019 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
24020
24021 2002-01-03 Richard M. Stallman <rms@gnu.org>
24022
24023 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
24024 (Fkey_binding): Try the `keymap' property map first.
24025 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
24026 minor mode bindings.
24027
24028 2002-01-03 Kim F. Storm <storm@cua.dk>
24029
24030 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
24031
24032 2002-01-02 Richard M. Stallman <rms@gnu.org>
24033
24034 * keyboard.c (read_key_sequence): Handle the keymap property
24035 before minor mode maps.
24036
24037 * editfns.c (Fformat): Update thissize from field_width
24038 based on the actual width, in the string case.
24039
24040 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24041
24042 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
24043 when used as truth value to prevent gcc warnings.
24044
24045 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
24046 * w32proc.c: Include <config.h>.
24047
24048 2002-01-01 Andreas Schwab <schwab@suse.de>
24049
24050 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
24051 not EMACS_INT, to make them compatible with DEFVAR_INT.
24052 * lisp.h (max_specpdl_size): Adjust declaration.
24053
24054 2002-01-01 Richard M. Stallman <rms@gnu.org>
24055
24056 * print.c (print_object): Test print_escape_nonascii only for
24057 unibyte strings.
24058 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
24059 when outputting to a multibyte buffer.
24060
24061 2001-12-29 Richard M. Stallman <rms@gnu.org>
24062
24063 * print.c (print_object): In multibyte string, use hex escapes.
24064 Use octal only for unibyte strings.
24065 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
24066
24067 * lread.c (read_escape): New arg BYTEREP for reporting whether
24068 escape forces unibyte or multibyte.
24069 (read1): When reading a string, take note of that info.
24070
24071 2001-12-29 Ken Raeburn <raeburn@gnu.org>
24072
24073 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
24074 comparison to test lisp value returned by Fget.
24075
24076 2001-12-29 Richard M. Stallman <rms@gnu.org>
24077
24078 * lisp.h (max_specpdl_size): Add declaration.
24079
24080 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
24081
24082 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
24083 Handle modifier bits. Correct typo in error message.
24084
24085 2001-12-28 Richard M. Stallman <rms@gnu.org>
24086
24087 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
24088 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
24089 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24090 Update calls to Fdefine_abbrev.
24091 (write_abbrev): Update for changed data format.
24092 Don't list "system" abbrevs.
24093 (Fexpand_abbrev): Update use count with new data format.
24094 (describe_abbrev): Update for changed data format.
24095 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
24096
24097 * config.in (HAVE_MBSINIT): Add #undef.
24098
24099 * strftime.c (mbsinit): Define as no-op if not available.
24100
24101 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24102 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
24103
24104 * keymap.c (Flookup_key): Error message if key has wrong data type.
24105 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24106 (exclude_key): New variable.
24107
24108 2001-12-28 Gerd Moellmann <gerd@gnu.org>
24109
24110 * xterm.c (x_setup_relief_colors): Don't compute an image's
24111 background color if it doesn't have a Pixmap.
24112
24113 * xterm.c (notice_overwritten_cursor): Don't depend on
24114 output_cursor and updated_area. Compare pixel coordinates with
24115 window's cursor pixel coordinates.
24116 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24117 Call notice_overwritten_cursor with new arg list.
24118 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24119 unconditionally.
24120
24121 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24122 height of the cursor line to the amount to scroll.
24123
24124 2001-12-27 Richard M. Stallman <rms@gnu.org>
24125
24126 * intervals.c (set_point_both): The position after an invisible,
24127 intangible character is not an acceptable stopping point.
24128
24129 2001-12-27 Ken Raeburn <raeburn@gnu.org>
24130
24131 * window.c (enlarge_window): In new preserve_before code, convert
24132 CURBEG from lisp object to integer before doing arithmetic.
24133
24134 2001-12-27 Richard M. Stallman <rms@gnu.org>
24135
24136 * bytecode.c (Fbyte_code): Undo previous change.
24137
24138 2001-12-26 Kim F. Storm <storm@cua.dk>
24139
24140 * keyboard.c (record_char): Ignore duplicate help-echo events only
24141 separated by mouse-movement. When tracking mouse, only record
24142 first and last mouse-movement event in same window.
24143 Don't record mouse-movement events in keyboard macros.
24144
24145 2001-12-25 Richard M. Stallman <rms@gnu.org>
24146
24147 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24148 (Fenlarge_window): New arg PRESERVE_BEFORE.
24149
24150 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24151 instead of Fstring_as_unibyte.
24152
24153 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24154
24155 The following changes remove mocklisp support:
24156
24157 * mocklisp.h, mocklisp.c: Files removed.
24158
24159 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24160 `Qmocklisp' and `Qmocklisp_arguments'.
24161 Remove prototype of syms_of_mocklisp.
24162
24163 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
24164
24165 * callint.c: Do not include mocklisp.h.
24166 (Fcall_interactively): Do not test for mocklisp case.
24167
24168 * eval.c: Remove variables `Qmocklisp_arguments',
24169 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24170 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24171 Do not test for mocklisp case.
24172 (Fwhile): Remove unused variable `tem'.
24173 (syms_of_eval): Remove variable `moclisp-arguments'.
24174
24175 * data.c (wrong_type_argument): Remove mocklisp case.
24176
24177 * doc.c (Fdocumentation): Remove mocklisp case.
24178
24179 * emacs.c (main): Do not call syms_of_mocklisp.
24180
24181 2001-12-21 Richard M. Stallman <rms@gnu.org>
24182
24183 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24184 to the left or to the right of the pointer, put it against
24185 the left screen edge.
24186
24187 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
24188
24189 * Makefile.in (distclean): Remove .gdbinit if we are building
24190 outside the source tree.
24191
24192 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
24193
24194 * w32.c (emacs_root_dir): New function.
24195
24196 * msdos.c (emacs_root_dir): New function.
24197
24198 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24199 of the current drive as the fallback for default_directory.
24200
24201 * dired.c (file_name_completion): Run the elements of
24202 completion-ignored-extensions through ENCODE_FILE.
24203
24204 * lisp.h (scmp): Remove prototype, since it's now a static
24205 function private to dired.c.
24206
24207 2001-12-18 Richard M. Stallman <rms@gnu.org>
24208
24209 * dired.c (scmp): Function moved from minibuf.c.
24210 Delete multibyte handling--used only on encoded strings.
24211
24212 * minibuf.c (scmp): Function moved to dired.c.
24213
24214 * fns.c (merge): Add QUIT call.
24215
24216 2001-12-18 Dave Love <fx@gnu.org>
24217
24218 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24219 language/georgian.el.
24220
24221 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
24222
24223 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24224 lisp/Makefile.in:DONTCOMPILE.
24225
24226 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24227
24228 * xdisp.c (window_box_height): Do not return negative values.
24229 From Gerd Moellmann <gerd@gnu.org>.
24230
24231 * keyboard.c (head_table): Add missing braces around initializer.
24232
24233 * term.c (keys): Likewise.
24234
24235 * xfns.c (x_frame_parms, visual_classes): Likewise.
24236
24237 2001-12-17 Sam Steingold <sds@gnu.org>
24238
24239 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24240 patch (COMPOSING_P, not COMPOSING).
24241
24242 2001-12-17 Richard M. Stallman <rms@gnu.org>
24243
24244 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
24245
24246 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24247 before calling decode_coding.
24248
24249 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
24250
24251 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24252 instead of only for COMPOSITION_DISABLED.
24253
24254 2001-12-16 Richard M. Stallman <rms@gnu.org>
24255
24256 * alloc.c (pure_alloc): After overflow, allocate just a small block.
24257
24258 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
24259
24260 * buffer.h (struct buffer): New field `display_error_modiff'.
24261 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
24262
24263 * window.c (Frecenter): Clear display_error_modiff field.
24264
24265 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24266 Call redisplay_window, but not if display_error_modiff field says no.
24267 (redisplay_window_error): New function.
24268 (displayed_buffer): New variable.
24269 (redisplay_internal, redisplay_windows): Call the new functions
24270 instead of redisplay_window directly.
24271
24272 2001-12-15 Richard M. Stallman <rms@gnu.org>
24273
24274 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
24275
24276 2001-12-14 Andrew Innes <andrewi@gnu.org>
24277
24278 * makefile.w32-in (EMACSLOADPATH): Define.
24279 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
24280 (bootstrap-temacs): Remove dependency on bootstrap-clean.
24281
24282 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
24283
24284 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24285 parameter have a numeric value all the time.
24286
24287 * w32fns.c (x_report_frame_params): Likewise.
24288
24289 2001-12-12 Richard M. Stallman <rms@gnu.org>
24290
24291 * fileio.c (Fwrite_region): Doc fix.
24292
24293 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24294 (redisplay_internal): Call clear_image_cache only for window terminals.
24295
24296 2001-12-12 Gerd Moellmann <gerd@gnu.org>
24297
24298 * xdisp.c (move_it_vertically_backward): Change heuristic
24299 for the case that we didn't move far enough initially.
24300
24301 * window.c (Frecenter): Simplify computation in the case of window
24302 system frames and ARG < 0; use window_box_height.
24303
24304 2001-12-11 Richard M. Stallman <rms@gnu.org>
24305
24306 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24307 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
24308
24309 2001-12-11 Andrew Innes <andrewi@gnu.org>
24310
24311 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24312 arg is negative.
24313
24314 2001-12-11 Richard M. Stallman <rms@gnu.org>
24315
24316 * m/hp800.h: Split the __hpux conditional into the parts
24317 that are right for GNU/Linux too and the parts that are not.
24318 Use the former if GNU_LINUX.
24319 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
24320
24321 * s/gnu-linux.h (GNU_LINUX): Defined.
24322
24323 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24324
24325 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24326 `new style' [w/`doc:' keyword].
24327
24328 2001-12-10 Jason Rumney <jasonr@gnu.org>
24329
24330 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24331 before using.
24332
24333 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24334
24335 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24336 keyword].
24337
24338 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
24339
24340 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
24341
24342 * s/hpux10.h (srand48): Don't undefine.
24343
24344 2001-12-09 Jason Rumney <jasonr@gnu.org>
24345
24346 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
24347 Add comment to explain where the struct came from.
24348 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24349 (add_menu_item): Process pop-up menus first to avoid memory leak.
24350 (add_menu_item, w32_menu_display_help): Use `help' field as
24351 Lisp_Object.
24352 (w32_free_submenu_strings): Only free owner-drawn strings.
24353
24354 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24355
24356 * COPYING: Moved back.
24357
24358 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24359 Add parentheses around && within ||.
24360
24361 * indent.c (compute_motion): Likewise.
24362
24363 * intervals.c (merge_properties_sticky): Likewise.
24364
24365 * coding.c (setup_coding_system, shrink_encoding_region)
24366 (Fdecode_sjis_char): Likewise.
24367
24368 2001-12-07 Andreas Schwab <schwab@suse.de>
24369
24370 * xdisp.c (display_mode_element): Don't read past end of string if
24371 it ends with '%'.
24372
24373 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24374 can hold.
24375
24376 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24377 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24378 type changed to Lisp_Object.
24379 (syms_of_data): DEFVAR_LISP them.
24380
24381 2001-12-07 Richard M. Stallman <rms@gnu.org>
24382
24383 * callproc.c (init_callproc): Set Vdata_directory based on the source
24384 location whenever Emacs was run uninstalled.
24385
24386 2001-12-06 Paul Eggert <eggert@twinsun.com>
24387
24388 * config.in (HAVE_WORKING_VFORK): New #undefs.
24389 * process.c (create_process):
24390 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24391 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
24392 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
24393 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
24394 * m/intel386.h (HAVE_VFORK): Likewise.
24395 * m/mips-siemens.h (HAVE_VFORK): Likewise.
24396 * m/mips.h (HAVE_VFORK): Likewise.
24397 * s/freebsd.h (vfork): Remove #define.
24398 * s/lynxos.h (HAVE_VFORK): Remove #undef.
24399 * s/usg5-4-2.h: Fix comment about vfork.
24400
24401 2001-12-06 Richard M. Stallman <rms@gnu.org>
24402
24403 * s/hpux10.h (random): Add undef.
24404 (HAVE_RANDOM): Define it just once.
24405
24406 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
24407
24408 * eval.c: Undo last change: the standard syntax is not wanted.
24409
24410 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
24411
24412 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
24413 scroll bars of the frame before deleting the frame itself. If the
24414 frame has a widget, delete the frame with XtDestroyWidget, and do
24415 not call XDestroyWindow before that.
24416
24417 2001-12-06 Kim F. Storm <storm@cua.dk>
24418
24419 * xfns.c (x_report_frame_params): Return actual fringe widths.
24420
24421 * w32fns.c (x_report_frame_params): Return actual fringe widths.
24422
24423 2001-12-05 Andrew Innes <andrewi@gnu.org>
24424
24425 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
24426 excessively large.
24427
24428 * insdel.c (make_gap_larger): New function.
24429 (make_gap_smaller): New function.
24430 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
24431 Call make_gap_smaller if arg is negative.
24432
24433 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
24434
24435 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
24436 Pass a dummy argument when calling interrupt_signal.
24437 (parse_menu_item): Mark disabled items before checking for empty def.
24438 (read_char_minibuf_menu_prompt): Make safety more visible.
24439 (read_key_sequence): Add a `first_unbound' variable.
24440 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
24441 unbound prefix as soon as we can detect it.
24442
24443 * doc.c (Fsnarf_documentation): Add prototype.
24444 (get_doc_string): Handle negative arguments.
24445 (Fdocumentation): Use AREF and ASIZE.
24446 Move the calls to get_doc_string to a single place.
24447 Don't confuse an interactive-spec for a docstring reference.
24448 (Fdocumentation_property): Take advantage of the fact that
24449 get_doc_string now ignores the sign of the docstring position.
24450
24451 * eval.c: Use standard syntax for usage in docstrings.
24452
24453 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24454
24455 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
24456
24457 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24458
24459 * xterm.c (x_draw_image_relief): Use predefined macro instead of
24460 constant when the value of `tool_bar_button_relief' is negative.
24461
24462 2001-12-02 Richard M. Stallman <rms@gnu.org>
24463
24464 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
24465 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
24466
24467 * fileio.c (read_non_regular): Delete Fsignal call.
24468
24469 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
24470
24471 * lisp.h (run_hook_list_with_args): Undo last change.
24472
24473 2001-12-01 Gerd Moellmann <gerd@gnu.org>
24474
24475 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
24476
24477 2001-12-01 Jason Rumney <jasonr@gnu.org>
24478
24479 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
24480
24481 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
24482 [!WM_MOUSELEAVE]: Define.
24483
24484 * w32menu.c (current_popup_menu, get_menu_item_info):
24485 (set_menu_item_info): New vars.
24486 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
24487 (w32_menu_show): Set current_popup_menu.
24488 (add_menu_item): Allocate new strings for owner-drawn menu items
24489 and help strings.
24490 Use owner-draw for disabled menu items again.
24491 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
24492 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
24493
24494 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
24495 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
24496 <WM_EXITMENULOOP>: Free menu strings.
24497 <WM_MOUSELEAVE>: Stop tracking mouse.
24498 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
24499
24500 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
24501 and mouse face.
24502
24503 2001-12-01 Kim F. Storm <storm@cua.dk>
24504
24505 The following changes add left-fringe and right-fringe
24506 frame parameters to adjust fringe widths, or remove one or
24507 both fringes.
24508
24509 * frame.h (struct frame): Remove trunc_area_pixel_width and
24510 trunc_area_cols fields.
24511 (Qleft_fringe, Qright_fringe): Declare.
24512 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
24513
24514 * frame.c (Qleft_fringe, Qright_fringe): New vars.
24515 (syms_of_frame): Initialize them.
24516
24517 * window.c (coordinates_in_window): Handle separate left and right
24518 fringe widths.
24519
24520 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
24521 and fringe_cols fields.
24522 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
24523 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
24524 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
24525 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
24526 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
24527 (x_compute_fringe_widths): Add prototype.
24528
24529 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
24530 fill fringe evenly with small dashes.
24531 (x_draw_fringe_bitmap): Clear background if necessary. Align and
24532 clip the new ZV bitmap to avoid jitter between rows.
24533 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
24534 background. Don't draw fringe bitmaps if fringe width is zero.
24535 (x_compute_fringe_widths): New function.
24536 (x_new_font, x_set_window_size_1): Use it.
24537
24538 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
24539 (x_set_frame_parameters): Process `font' parameter before other
24540 parameters as fringe widths depend on it.
24541 (x_set_fringe_width): New function.
24542 (x_figure_window_size): Use x_compute_fringe_widths.
24543 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
24544 parameters.
24545
24546 * widget.c (set_frame_size): Use x_compute_fringe_widths.
24547 (EmacsFrameSetCharSize): Ditto.
24548
24549 * w32term.h: Merged changes from xterm.h.
24550 * w32term.c: Merged changes from xterm.c.
24551 * w32fns.c: Merged changes from xfns.c.
24552
24553 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24554
24555 * COPYING: Removed.
24556
24557 2001-11-29 Dave Love <fx@gnu.org>
24558
24559 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
24560 extra extra slot.
24561 (detect_coding_mask): Fix call of detect_coding_iso2022.
24562
24563 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24564
24565 * fileio.c (file-name-coding-system)
24566 (default-file-name-coding-system): Doc fix (links to referenced
24567 variables added).
24568
24569 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24570
24571 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
24572 Add dummy uses of gcproN variables.
24573
24574 * category.c (describe_category, describe_category_1)
24575 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
24576 (syms_of_category): Don't defsubr Sdescribe_categories.
24577
24578 2001-11-28 Richard M. Stallman <rms@gnu.org>
24579
24580 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
24581
24582 * Makefile.in (lispdir): New variable, referring to build dir.
24583 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
24584
24585 2001-11-28 Andrew Innes <andrewi@gnu.org>
24586
24587 * w32menu.c (w32_menu_display_help): Actually add the new argument
24588 OWNER.
24589
24590 2001-11-28 Jason Rumney <jasonr@gnu.org>
24591
24592 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
24593 menu items. From David Ponce <dponce@wanadoo.fr>.
24594 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
24595 conditionally.
24596 (w32_menu_display_help): New argument OWNER. Rewritten to store a
24597 help event in the owner frame's keyboard buffer.
24598
24599 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
24600 (Fx_show_tip): Don't subtract last width from row width.
24601
24602 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
24603 (w32_read_socket): Use EQ to compare frames.
24604
24605 2001-11-28 Gerd Moellmann <gerd@gnu.org>
24606
24607 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24608 OVERLAPS_P.
24609
24610 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24611
24612 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
24613 `gcpro3' and `gcpro4'.
24614
24615 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
24616
24617 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
24618
24619 * ccl.c: Use AREF and ASIZE.
24620
24621 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
24622
24623 * lisp.h (run_hook_list_with_args): Remove.
24624 (LIST_END_P): Fix call to wrong_type_argument.
24625 (make_fixnum_or_float): Use EMACS_INT rather than int.
24626
24627 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
24628
24629 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
24630 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
24631
24632 * eval.c: Use AREF and ASIZE.
24633 (Ffetch_bytecode): Add the file name to the error message.
24634
24635 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
24636 which match the end of the file-name.
24637 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
24638 is not a valid env var, but leave it as is instead.
24639
24640 * keymap.c (access_keymap): Handle t bindings like nil bindings.
24641 Make nil bindings in char-tables transparent.
24642 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
24643
24644 2001-11-26 Richard M. Stallman <rms@gnu.org>
24645
24646 * textprop.c (set_text_properties_1): Allow START, END in either order.
24647 Do nothing if range is empty.
24648
24649 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
24650
24651 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
24652 (clean): Not here.
24653
24654 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24655
24656 * textprop.c (set_text_properties_1): Clearly mark that the
24657 interval should not be empty.
24658
24659 * intervals.c (graft_intervals_into_buffer):
24660 Don't call set_text_properties_1 on an empty interval.
24661
24662 2001-11-25 Richard M. Stallman <rms@gnu.org>
24663
24664 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
24665
24666 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
24667 don't lose the data in it.
24668
24669 2001-11-25 Juanma Barranquero <lektu@terra.es>
24670
24671 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
24672
24673 * buffer.c (Fkill_buffer): Likewise.
24674
24675 * print.c (temp_output_buffer_setup): Likewise.
24676
24677 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
24678
24679 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
24680
24681 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
24682
24683 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
24684 Niemitalo <kon@iki.fi>.
24685
24686 2001-11-25 Jason Rumney <jasonr@gnu.org>
24687
24688 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
24689
24690 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
24691 (Fx_show_tip): Block input during frame creation.
24692 (Fx_show_tip, Fx_hide_tip): Enable.
24693
24694 2001-11-24 Richard M. Stallman <rms@gnu.org>
24695
24696 * lread.c (Fload): Detect recursive load error for more than 3
24697 nestings of the same file.
24698 (Vrecursive_load_depth_limit): Variable deleted.
24699 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
24700
24701 2001-11-24 Jason Rumney <jasonr@gnu.org>
24702
24703 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
24704 mouse position if either left or top is not specified.
24705
24706 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
24707 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
24708 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
24709 (my_create_tip_window): Assign tip_window.
24710 (x_create_tip_frame): Use same defaults as X.
24711 (compute_tip_xy): Remove unused variable. Use full screen width.
24712 (Fx_show_tip): Do not double height. Call ShowWindow directly.
24713
24714 * w32term.c (x_after_update_window_line): Doc fix.
24715 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
24716 frames.
24717 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
24718
24719 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
24720 for all Windowed systems.
24721
24722 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
24723
24724 * msdos.c (IT_clear_screen): If the frame's faces are not yet
24725 realized, use the initial screen colors to clear the screen.
24726
24727 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24728
24729 * textprop.c (Fset_text_properties): Remove unused variables
24730 `unchanged', `prev_changed', `s' and `len'.
24731
24732 * search.c (Freplace_match): Remove unused variable `inslen'.
24733
24734 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
24735
24736 2001-11-22 Jason Rumney <jasonr@gnu.org>
24737
24738 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
24739 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
24740 (my_create_tip_window): New function.
24741 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
24742 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
24743
24744 2001-11-20 Jason Rumney <jasonr@gnu.org>
24745
24746 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
24747 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
24748
24749 * w32fns.c (Vw32_system_coding_system): Remove.
24750 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
24751
24752 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
24753
24754 * fileio.c (Fwrite_region): Move choose_write_coding_system to
24755 after build_annotations.
24756
24757 * syntax.c (describe_syntax): Add dummy arg.
24758 (describe_syntax_1): Update call to describe_vector.
24759
24760 * category.c (describe_category): Add dummy arg.
24761 (describe_category_1): Update call to describe_vector.
24762
24763 * keymap.c (Fdescribe_vector): Add `describer' parameter.
24764 (describe_command, describe_translation): Add dummy second param.
24765 (describe_map): Call elt_describer with two arguments.
24766 (describe_vector_princ): Add `fun' parameter.
24767 Call it instead of the hardcoded `princ'.
24768 (describe_vector): Add arg `args'.
24769 Pass it as a new second argument to elt_describer.
24770
24771 * keymap.h (describe_vector): Update prototype.
24772
24773 * frame.c: Don't include keymap.h any more.
24774 (keys_of_frame): Remove.
24775
24776 * lisp.h (keys_of_frame): Remove declaration.
24777
24778 * emacs.c (main): Don't call `keys_of_frame' any more.
24779
24780 2001-11-14 Andreas Schwab <schwab@suse.de>
24781
24782 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
24783 if defined, 0 otherwise.
24784 (MAP_FAILED): Define if not defined and use it to test mmap failure.
24785 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
24786
24787 2001-11-19 Richard M. Stallman <rms@gnu.org>
24788
24789 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
24790
24791 2001-11-18 Jason Rumney <jasonr@gnu.org>
24792
24793 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
24794 (x_draw_bar_cursor): If the background color of the glyph under
24795 the cursor equals the frame's cursor color, use the glyph's
24796 foreground color for drawing the bar cursor.
24797 (x_after_update_window_line): Clear internal border in different
24798 circumstances.
24799 (w32_set_vertical_scroll_bar): Check for width and height > 0.
24800 (w32_draw_relief_rect): Correct relief by 1 pixel.
24801 (x_set_glyph_string_background_width):
24802 Set extends_to_end_of_line_p if the row's fill_line_p is set and
24803 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
24804 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
24805 if cursor_in_non_selected_windows is false.
24806 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
24807 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
24808 Notice if cursor gets overwritten.
24809 (notice_overwritten_cursor): Renamed from
24810 note_overwritten_text_cursor. Rewritten to take glyph widths
24811 into account, and to take X positions as parameters.
24812 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
24813 around call to x_draw_glyphs.
24814 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
24815 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
24816 color to use for image glyph reliefs.
24817 (x_draw_image_relief): Accept zero tool_bar_button_relief.
24818 (glyph_rect): Remove unused variable `area'.
24819
24820 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
24821 some items.
24822 (x_set_internal_border_width): Set frame garbaged when window
24823 doesn't exist yet.
24824 (Fx_create_frame): Accept zero tool_bar_button_relief.
24825 (x_clear_image_1, four_corners_best, image_background)
24826 (image_background_transparent): New functions.
24827 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
24828 (gs_format): Add `:background' entry.
24829 (lookup_image): Set IMG's background color if specified.
24830 (pbm_load, xbm_load_image, png_load): Set IMG's background field
24831 when appropriate.
24832 (x_clear_image_1): Reset `background_valid' and
24833 `background_transparent_valid' fields.
24834 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
24835 calculating it here. Set IMG's background_transparent field.
24836 (enum xpm_keyword_index): Add XPM_BACKGROUND.
24837 (enum png_keyword_index): Add PNG_BACKGROUND.
24838 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
24839 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
24840 (enum gif_keyword_index): Add GIF_BACKGROUND.
24841 (enum gs_keyword_index): Add GS_BACKGROUND.
24842 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
24843 Pre-calculate image background color where necessary.
24844 (x_create_x_image_and_pixmap, xbm_load, gs_load):
24845 Use display info's n_cbits entry for screen depth.
24846 (Fx_show_tip): Remove unused variables `buffer', `top',
24847 `left', `max_width' and `max_height'.
24848
24849 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
24850
24851 2001-11-18 Gerd Moellmann <gerd@gnu.org>
24852
24853 * puresize.h (BASE_PURESIZE): Increase to 750000.
24854
24855 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24856
24857 * frame.c (Fframe_live_p): Doc fix.
24858
24859 2001-11-18 Richard M. Stallman <rms@gnu.org>
24860
24861 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
24862 (message_dolog_marker3): New static variables hold three markers.
24863 (syms_of_xdisp): Initialize and staticpro them.
24864 (message_dolog): Use message_dolog_marker1..3 instead of
24865 allocating markers each time. Unchain them when done.
24866
24867 2001-11-17 Richard M. Stallman <rms@gnu.org>
24868
24869 * doc.c (Fsnarf_documentation): Doc fix.
24870
24871 2001-11-17 Andreas Schwab <schwab@suse.de>
24872
24873 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
24874
24875 2001-11-17 Richard M. Stallman <rms@gnu.org>
24876
24877 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
24878
24879 2001-11-17 Jason Rumney <jasonr@gnu.org>
24880
24881 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
24882
24883 2001-11-17 Gerd Moellmann <gerd@gnu.org>
24884
24885 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
24886 with invalid position.
24887
24888 2001-11-16 Richard M. Stallman <rms@gnu.org>
24889
24890 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
24891
24892 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
24893 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
24894 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
24895
24896 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
24897
24898 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24899
24900 * fileio.c (build_annotations): Split off the tail.
24901 (build_annotations_2): New fun. Extracted from build_annotations.
24902 (Fwrite_region): Split the call to build_annotations into two
24903 calls to build_annotations and build_annotations_2.
24904
24905 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24906
24907 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
24908 clear_waiting_for_input with argument.
24909
24910 * xterm.h (x_update_cursor): Remove duplicated prototype.
24911
24912 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
24913
24914 * xterm.c (waiting_for_input): Remove unnecessary declaration.
24915
24916 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
24917
24918 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24919
24920 * fileio.c (choose_write_coding_system): New fun, extracted
24921 from Fwrite_region.
24922 (Fwrite_region): Use it.
24923
24924 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
24925 (funcall_lambda, run_hook_with_args): Make static and add prototype.
24926 (ml_apply, find_handler_clause): Add prototype.
24927
24928 2001-11-16 Eli Zaretskii <eliz@gnu.org>
24929
24930 * config.in: Add #undef HAVE_COFF_H.
24931
24932 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
24933 Required for ISC 4.1.
24934
24935 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
24936
24937 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
24938 Andrew Wiseman <a.wiseman@btclick.com>.
24939
24940 2001-11-16 Kim F. Storm <storm@cua.dk>
24941
24942 The following changes are made to clean up the various internal
24943 references to the fringes to actually use the term `fringe' for
24944 them. Previously, they were called `flags areas', `bitmap areas',
24945 `left/right side of windows', or implicitly as `flags' or
24946 `bitmaps':
24947
24948 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
24949 Comments fixed. Use renamed symbols.
24950
24951 * dispnew.c: Comment fix. Use renamed symbols.
24952
24953 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
24954 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
24955 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
24956
24957 * msdos.c: Comment fix.
24958
24959 * w32fns.c: Use renamed symbols.
24960
24961 * w32term.c: Comment fixes. Use renamed symbols.
24962 (fringe_bitmap_type): Renamed from bitmap_type.
24963 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24964 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
24965 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24966
24967 * w32term.h: Comment fixes. Use renamed symbols.
24968 (fringes_extra): Renamed from flags_areas_extra.
24969 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24970 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24971 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
24972 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
24973 (FRAME_X_LEFT_FRINGE_WIDTH):
24974 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
24975 (FRAME_X_RIGHT_FRINGE_WIDTH):
24976 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
24977
24978 * widget.c: Use renamed symbols.
24979
24980 * window.c: Comment fixes. Use renamed symbols.
24981 (coordinates-in-window-p): Doc fix.
24982
24983 * xdisp.c: Comment fixes. Use renamed symbols.
24984
24985 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
24986
24987 * xfns.c: Use renamed symbols.
24988
24989 * xterm.c: Comment fixes. Use renamed symbols.
24990 (fringe_bitmap_type): Renamed from bitmap_type.
24991 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
24992 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
24993 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
24994
24995 * xterm.h: Comment fixes. Use renamed symbols.
24996 (fringes_extra): Renamed from flags_areas_extra.
24997 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
24998 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
24999 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25000 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25001 (FRAME_X_LEFT_FRINGE_WIDTH):
25002 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25003 (FRAME_X_RIGHT_FRINGE_WIDTH):
25004 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25005
25006 2001-11-15 Jason Rumney <jasonr@gnu.org>
25007
25008 * w32menu.c (add-menu-item): Make help_echo and radio buttons
25009 work for most menu items. From David Ponce
25010 <david.ponce@wanadoo.fr>.
25011
25012 2001-11-15 Gerd Moellmann <gerd@gnu.org>
25013
25014 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
25015 Some x_set_* function expect to be called even if old and new
25016 value are equal.
25017
25018 * xdisp.c (build_desired_tool_bar_string): Accept zero
25019 tool_bar_button_relief.
25020
25021 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
25022
25023 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
25024
25025 * xterm.c (x_draw_bar_cursor): If the background color of the
25026 glyph under the cursor equals the frame's cursor color, use
25027 the glyph's foreground color for drawing the bar cursor.
25028
25029 * dispnew.c (direct_output_forward_char): Fix character/byte
25030 position comparison.
25031
25032 2001-11-15 Miles Bader <miles@gnu.org>
25033
25034 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
25035 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
25036 Update arguments to find_field.
25037 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
25038 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
25039 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
25040 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
25041
25042 2001-11-14 Richard M. Stallman <rms@gnu.org>
25043
25044 * editfns.c (Fpropertize): Allow call with 1 arg.
25045
25046 * dispextern.h (image_background, image_background_transparent):
25047 Conditionalize on HAVE_X_WINDOWS.
25048
25049 2001-11-13 Richard M. Stallman <rms@gnu.org>
25050
25051 * print.c (Fprin1_to_string): Doc fix.
25052
25053 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
25054
25055 * floatfns.c (Fceiling, Ffloor): Doc fixes.
25056
25057 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
25058
25059 * fileio.c (Ffile_accessible_directory_p): Doc fix.
25060
25061 * eval.c (syms_of_eval): Doc fix.
25062
25063 * coding.c (syms_of_coding): Doc fix.
25064
25065 * doc.c (Fsnarf_documentation): Doc fix.
25066
25067 * dispnew.c (syms_of_display): Doc fix.
25068
25069 * category.c (Fget_unused_category): Doc fix.
25070
25071 * buffer.c (syms_of_buffer): Doc fixes.
25072
25073 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
25074
25075 * print.c (prin1, print): Doc fix.
25076
25077 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25078
25079 * fontset.h: Remove declarations of variables
25080 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
25081
25082 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
25083 `Vclip_large_size_font'.
25084
25085 2001-11-13 Jason Rumney <jasonr@gnu.org>
25086
25087 * w32fns.c: Doc fix.
25088
25089 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25090
25091 * xfaces.c (Fface_attributes_as_vector): Doc fix.
25092
25093 * fns.c: Doc fix.
25094
25095 * emacs.c: Doc fix.
25096
25097 * coding.c: Doc fix.
25098
25099 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25100 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25101 `new style' [w/`doc:' keyword].
25102
25103 2001-11-12 Richard M. Stallman <rms@gnu.org>
25104
25105 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25106 LeaveNotify events. Only FocusIn and FocusOut do that now.
25107 (x_display_and_set_cursor): Do display hollow cursors in active
25108 minibuffer windows when they are not selected.
25109
25110 2001-11-12 Jason Rumney <jasonr@gnu.org>
25111
25112 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
25113 * w32term.c: Change doc-string comments to `new style'
25114 [w/`doc:' keyword]. Doc fixes.
25115
25116 * w32fns.c: Don't define max.
25117 (Fx_open_connection): Only execute once.
25118
25119 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25120
25121 * ccl.c: Change macros to use do-while block instead of if-else.
25122 Use braces to follow GNU Coding Standards.
25123
25124 2001-11-11 Richard M. Stallman <rms@gnu.org>
25125
25126 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
25127
25128 * lread.c (read_escape): Use end_of_file_error for reporting eof.
25129
25130 * insdel.c (replace_range): Use adjust_markers_for_replace
25131 instead of adjust_markers_for_delete and adjust_markers_for_insert.
25132
25133 * intervals.h (set_text_properties, set_text_properties_1): Declare.
25134
25135 * textprop.c (set_text_properties_1): New subroutine
25136 broken out of set_text_properties.
25137 (set_text_properties): Use set_text_properties_1.
25138
25139 * intervals.c (graft_intervals_into_buffer):
25140 Use set_text_properties_1 to clear out properties.
25141
25142 * search.c (Freplace_match): Use replace_range to insert
25143 and delete. Don't request property inheritance from
25144 surrounding text.
25145
25146 2001-11-10 Jason Rumney <jasonr@gnu.org>
25147
25148 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
25149 vertical fonts. Allow them if face name is explicitly specified.
25150 Do not give up if we find a font that cannot be converted to an xlfd.
25151
25152 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25153
25154 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25155 instead of malloc/free.
25156
25157 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25158
25159 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25160 Coding Standards.
25161 (Finternal_set_lisp_face_attribute): Likewise.
25162
25163 * buffer.c (Fbury_buffer): Likewise.
25164
25165 * indent.c (current_column_1): Remove unused variable `prev_col'.
25166
25167 * coding.c (encode_coding): Use precomputed value of `src'.
25168 (encode_coding): Remove unused variable `src_end'.
25169 (code_convert_region): Remove unused variables `count'.
25170
25171 2001-11-07 Jason Rumney <jasonr@gnu.org>
25172
25173 * w32term.c (x_display_and_set_cursor): Do not move system caret
25174 if cursor_glyph is NULL.
25175
25176 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25177
25178 * keymap.c (access_keymap): Fix compilation error.
25179
25180 2001-11-07 Miles Bader <miles@gnu.org>
25181
25182 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
25183
25184 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25185
25186 * intervals.c (graft_intervals_into_buffer):
25187 Remove #ifdef'd-out code.
25188 (graft_intervals_into_buffer): Remove unused variable `middle'.
25189
25190 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25191 code (eval-current-buffer).
25192 Change doc-string comments to `new style' [w/`doc:' keyword].
25193
25194 2001-11-06 Richard M. Stallman <rms@gnu.org>
25195
25196 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
25197
25198 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
25199
25200 * lread.c (read1): Fix behavior with nested backquoting.
25201
25202 * keyboard.c (make_lispy_event): Check integerness and fix
25203 Lisp_Object/int mixup.
25204
25205 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25206
25207 * fns.c (copy_hash_table): Remove unused variable `v'.
25208
25209 * fontset.c (fontset_font_pattern): Remove unused variable
25210 `family_registry'.
25211
25212 * indent.c (current_column_1): Remove unused variable `prev_col'.
25213
25214 2001-11-05 Richard M. Stallman <rms@gnu.org>
25215
25216 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
25217
25218 * buffer.c (Fkill_buffer): Don't delete auto save file
25219 if buffer is modified.
25220
25221 2001-11-05 Andrew Innes <andrewi@gnu.org>
25222
25223 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25224 CHECK_NUMBER_CDR.
25225
25226 2001-11-05 Richard M. Stallman <rms@gnu.org>
25227
25228 * unexelf.c (unexec): Minor changes; clean up comments.
25229
25230 2001-11-05 Sam Steingold <sds@gnu.org>
25231
25232 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
25233
25234 2001-11-05 Andreas Schwab <schwab@suse.de>
25235
25236 * sound.c (sound_perror): Save errno from being clobbered.
25237
25238 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
25239
25240 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25241 the program image directly.
25242
25243 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25244
25245 * buffer.h (Fbuffer_local_value): Add prototype.
25246
25247 2001-11-04 Richard M. Stallman <rms@gnu.org>
25248
25249 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25250 and CHECK_BUFFER.
25251
25252 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25253 (record_char): Likewise.
25254
25255 * keyboard.c (make_lispy_event): Don't insist a drag event must
25256 move to a different buffer position. Instead, check for moving at
25257 least double_click_fuzz.
25258
25259 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
25260
25261 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
25262
25263 * indent.c (current_column_1, Fmove_to_column): Separate the code
25264 for display-table glyphs from the code for buffer text, to fix
25265 bugs in the former.
25266
25267 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
25268
25269 * buffer.c (Fbuffer_local_value): New function.
25270 (syms_of_buffer): Defsubr it.
25271
25272 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25273 value of `cursor-in-non-selected-windows'.
25274
25275 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25276 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25277 (syms_of_xdisp): Initialize it.
25278
25279 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25280
25281 * xfns.c (Fx_create_frame): Doc fix.
25282
25283 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25284 keyword].
25285
25286 * eval.c (top_level_value, top_level_set): Remove commented and
25287 #ifdef'd-out code.
25288 (Fdefvar): Fix usage in doc-string.
25289
25290 2001-11-03 Richard M. Stallman <rms@gnu.org>
25291
25292 * xfns.c: Include unistd.h, if it exists.
25293
25294 * editfns.c: Move the include of ctype.h after unistd.h.
25295
25296 * gmalloc.c: Test BROKEN_PROTOTYPES.
25297
25298 2001-11-03 Ken Raeburn <raeburn@gnu.org>
25299
25300 * lisp.h (CHECK_STRING_CAR): New macro.
25301 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25302 treating XCAR and XCDR as lvalues.
25303 (openp): Use CHECK_STRING_CAR.
25304 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
25305
25306 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
25307
25308 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25309 (SIGMASKTYPE): Define.
25310
25311 * syssignal.h (sigunblock): Don't define if already defined.
25312
25313 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25314
25315 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25316 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25317 Fix typos in comments.
25318
25319 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25320 and #ifdef'd-out code.
25321 Fix and reindent comments.
25322
25323 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
25324
25325 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25326 argument `i' in macros.
25327
25328 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25329 `i' in macros.
25330
25331 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25332 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25333 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25334 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25335 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25336 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25337 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25338 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25339 in macros.
25340
25341 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25342 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25343 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25344 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25345 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25346 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25347 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25348 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25349 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25350 (remove unused second argument).
25351
25352 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
25353
25354 * syntax.c (describe_syntax): New wrapper.
25355 (Finternal_describe_syntax_value): Rename from describe_syntax.
25356 Don't insert space at front and \n at the end.
25357 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
25358
25359 * regex.c (re_wctype): Try to fix some warnings.
25360 (regcomp, regexec): Don't forget the __restrict.
25361
25362 2001-11-02 Richard M. Stallman <rms@gnu.org>
25363
25364 * textprop.c (Fget_char_property): Doc fix.
25365
25366 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25367
25368 * process.c (Fstart_process): Add usage to doc-string.
25369
25370 * data.c (Fsetq_default): Ditto.
25371
25372 * callint.c (Finteractive): Ditto.
25373
25374 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
25375
25376 * macros.c: Don't include keymap.h any more.
25377
25378 2001-11-01 Richard M. Stallman <rms@gnu.org>
25379
25380 * data.c (Fmake_local_variable): Doc fix.
25381
25382 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25383 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
25384
25385 * keymap.c (Fdescribe_buffer_bindings): Print character property
25386 bindings along with or instead of the buffer local map.
25387 Make the overriding maps override what they should.
25388
25389 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25390
25391 * window.c (grow_mini_window): Fix typo in comment.
25392
25393 2001-11-01 Gerd Moellmann <gerd@gnu.org>
25394
25395 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
25396 (XTset_vertical_scroll_bar): Likewise.
25397
25398 * xfns.c (x_build_heuristic_mask): Use four_corners_best
25399 instead of IMAGE_BACKGROUND.
25400
25401 * xfns.c (four_corners_best): Reindent.
25402
25403 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
25404 Handle :box so that it is possible to specify sexprs.
25405
25406 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
25407
25408 * s/hpux11.h: New file.
25409
25410 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25411
25412 * emacs.c (USAGE1): Show command line option --no-window-system
25413 instead of --no-windows in usage.
25414 (standard_args): Rename --no-windows to --no-window-system.
25415 (bug_reporting_address): Follow Emacs coding conventions.
25416
25417 * eval.c (Fcommandp): Doc fix.
25418 Change doc-string comments to `new style' [w/`doc:' keyword].
25419
25420 * frame.c (Fframe_live_p): Doc fix.
25421
25422 * buffer.c (selective-display-ellipses): Doc fix.
25423
25424 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25425
25426 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
25427
25428 * xfaces.c (realize_x_face): If C is not a single-byte character,
25429 set the face's colors_copied_bitwise_p instead of the defaulted_p
25430 members which have a different meaning.
25431 (free_face_colors): Do nothing for a face whose colors have been
25432 copied bitwise.
25433
25434 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
25435
25436 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25437
25438 * marker.c, mocklisp.c: Change doc-string comments to `new style'
25439 [w/`doc:' keyword].
25440
25441 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25442
25443 * fns.c (require_unwind): Return Lisp_Object.
25444
25445 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25446
25447 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
25448 (last-input-char): Revert doc-string to be the same as the
25449 doc-string of `last-input-event'.
25450
25451 * xdisp.c: Fix typos in comments.
25452
25453 2001-10-31 Gerd Moellmann <gerd@gnu.org>
25454
25455 * window.c (grow_mini_window): Handle case that the root
25456 window is already smaller than the nominal mininum height.
25457
25458 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
25459
25460 * emacs.c (main): Don't call keys_of_macros any more.
25461
25462 * lisp.h (keys_of_macros): Remove.
25463
25464 * macros.c (keys_of_macros): Remove.
25465
25466 * xfaces.c (Fface_attribute_relative_p): Declare args.
25467
25468 2001-10-30 Jason Rumney <jasonr@gnu.org>
25469
25470 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
25471 (enum_font_cb2): Ignore fonts with vertical orientation.
25472
25473 2001-10-30 Richard M. Stallman <rms@gnu.org>
25474
25475 * keyboard.c (Finput_pending_p): Doc fix.
25476
25477 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25478
25479 * xterm.c (x_after_update_window_line): Don't run the code
25480 clearing in borders for rows whose visible height is 0.
25481
25482 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
25483 resized_p flag is set. If not set, use the much less flickering
25484 method previously used.
25485
25486 * dispnew.c (change_frame_size_1): Set frame's resized_p.
25487
25488 * frame.h (struct frame) <resized_p>: New member.
25489
25490 * lread.c (to_multibyte): Ensure read_buffer is at least twice
25491 as large as the number of bytes to convert.
25492
25493 * lread.c (to_multibyte): New function.
25494 (read1): Use it.
25495
25496 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
25497
25498 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
25499
25500 2001-10-30 Gerd Moellmann <gerd@gnu.org>
25501
25502 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
25503 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
25504 if the row's fill_line_p is set and drawing the last glyph with
25505 DRAW_IMAGE_{RAISED,SUNKEN}.
25506
25507 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
25508
25509 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
25510
25511 * xmenu.c: Include coding.h and charset.h.
25512 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
25513 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
25514 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
25515 Explicitly set wv->help. Use `TRUE' rather than `True'.
25516 (menu_help_callback): Use empty_string.
25517
25518 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
25519 (Fx_popup_dialog): Explicitly init f.
25520 (w32_menu_display_help): Use empty_string.
25521
25522 2001-10-29 Richard M. Stallman <rms@gnu.org>
25523
25524 * fns.c (Frequire): Detect recursive try to require the same
25525 feature 3 or more levels deep, and get error.
25526 (require_unwind): New subroutine.
25527 (require_nesting_list): New variable.
25528 (syms_of_fns): Init and staticpro it.
25529
25530 * print.c (print_object): Clarify indication of insertion type.
25531
25532 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
25533
25534 * coding.c (syms_of_coding): Document that locale-coding-system is
25535 used for decoding input on X.
25536
25537 * window.c (Fscroll_left, Fscroll_right): Doc fix.
25538
25539 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25540
25541 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
25542 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
25543
25544 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25545
25546 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
25547 use NO_CURSOR if cursor_in_non_selected_windows is false.
25548
25549 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
25550 the slant attribute if FRAME is t.
25551
25552 * xfns.c (x_set_internal_border_width): Set frame garbaged
25553 when X window doesn't exist yet.
25554
25555 * xterm.c (x_after_update_window_line): Clear internal border
25556 in different circumstances.
25557
25558 * xterm.c (XTread_socket) <KeyPress>: Don't use
25559 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
25560 <handa@etl.go.jp>.
25561
25562 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
25563
25564 * m/ibms390.h: New file. From Adam Thornton
25565 <athornton@sinenomine.net>.
25566
25567 2001-10-28 Gerd Moellmann <gerd@gnu.org>
25568
25569 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
25570
25571 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
25572 a loop counter.
25573
25574 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25575
25576 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
25577
25578 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
25579 keyword].
25580 Fix typos in comments.
25581
25582 * emacs.c (bug_reporting_address): New function.
25583 Use it when displaying usage message.
25584
25585 * minibuf.c (read_minibuf): Remove unused external declaration of
25586 variable `Qread_only'.
25587
25588 * keymap.c (access_keymap): Remove unused variable `charset'.
25589
25590 2001-10-28 Miles Bader <miles@gnu.org>
25591
25592 * xfaces.c (merge_face_heights): Handle TO being relative as well.
25593 Remove #ifdef'd-out code.
25594 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
25595 (syms_of_xfaces): Initialize them.
25596
25597 2001-10-27 Jason Rumney <jasonr@gnu.org>
25598
25599 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
25600 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
25601 position using the system caret.
25602
25603 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
25604 (w32_system_caret_height, w32_system_caret_x)
25605 (w32_system_caret_y): New variables for tracking system caret.
25606 (w32_initialize): Initialize them.
25607 (x_display_and_set_cursor): Make system caret follow the active cursor.
25608
25609 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
25610 New messages types.
25611
25612 * w32term.c (note_mouse_highlight): Clear old help_echo.
25613
25614 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25615
25616 * xterm.c: Fix typo in a comment.
25617
25618 * emacs.c: Fix typos in comments.
25619 Remove unnecessary spaces.
25620 Change doc-string comments to `new style' [w/`doc:' keyword].
25621 (USAGE2): Fix typos in usage string.
25622
25623 * xterm.c: Fix typo in a comment.
25624
25625 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
25626 emacs.c.
25627
25628 2001-10-27 Gerd Moellmann <gerd@gnu.org>
25629
25630 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
25631 instead of 1/2 line_height in the heuristic for skipping
25632 farther backward when target_y was not reached.
25633
25634 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
25635 Display errno only if non-zero.
25636 (sound_warning): New function.
25637 (vox_configure): Don't treat failing to set sample rate as error.
25638 (various places): Improve error messages.
25639
25640 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25641
25642 * fileio.c (Faccess_file): Run the argument filename through
25643 Fexpand_file_name, before using it.
25644
25645 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
25646 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
25647
25648 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25649
25650 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
25651
25652 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25653 Fix clearing in the case of scroll bars on the right.
25654
25655 2001-10-26 Juanma Barranquero <lektu@terra.es>
25656
25657 * w32gui.h (XImage): Add a dummy typedef.
25658
25659 2001-10-26 Gerd Moellmann <gerd@gnu.org>
25660
25661 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
25662
25663 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
25664
25665 * frame.c (Fframe_parameter): Fix last change.
25666
25667 * fileio.c: Revert last change (which removed old commented-out
25668 version of expand-file-name). Add a comment that explains why
25669 this old version should not be removed.
25670
25671 2001-10-25 Gerd Moellmann <gerd@gnu.org>
25672
25673 * frame.c (Fframe_parameter): Fix a bug whereby some
25674 ``artificial'' frame parameters, like `minibuffer' were not
25675 obtained by calling Fframe_parameters.
25676
25677 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
25678 cursor differently.
25679
25680 * xdisp.c (move_it_vertically_backward): Compute line height
25681 differently. Add heuristic to try to be more compatible to 20.x.
25682
25683 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25684
25685 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
25686
25687 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
25688 boolean.
25689
25690 2001-10-25 Miles Bader <miles@gnu.org>
25691
25692 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
25693 BG is a pointer to a structure, not a structure.
25694 (gif_format, png_format): Add missing commas.
25695
25696 2001-10-24 Richard M. Stallman <rms@gnu.org>
25697
25698 * xfaces.c (Fface_attributes_as_vector): New function.
25699 (syms_of_xfaces): Defsubr it.
25700
25701 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25702
25703 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
25704 variable `area'.
25705
25706 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25707
25708 * search.c (scan_newline): Remove unused variable `selective_display'.
25709
25710 2001-10-25 Miles Bader <miles@gnu.org>
25711
25712 * dispextern.h (struct image): Add `background',
25713 `background_valid', and `background_transparent' fields.
25714 (image_background, image_background_transparent): New declarations.
25715 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
25716 * xfns.c (image_background, image_background_transparent)
25717 (four_corners_best): New functions.
25718 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25719 (gs_format): Add `:background' entry.
25720 (lookup_image): Set IMG's background color if specified.
25721 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25722 when appropriate.
25723 (x_clear_image_1): Reset `background_valid' and
25724 `background_transparent_valid' fields.
25725 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25726 calculating it here. Set IMG's background_transparent field.
25727 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25728 (enum png_keyword_index): Add PNG_BACKGROUND.
25729 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25730 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25731 (enum gif_keyword_index): Add GIF_BACKGROUND.
25732 (enum gs_keyword_index): Add GS_BACKGROUND.
25733 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25734 Pre-calculate image background color where necessary.
25735 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25736 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25737 color to use for image glyph reliefs.
25738
25739 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25740
25741 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
25742 in full-width rows.
25743
25744 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
25745 Fix clearing of area not covered by scroll bar.
25746
25747 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25748
25749 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
25750 and `real_start'.
25751 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
25752 (glyph_rect): Remove unused variable `area'.
25753
25754 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25755
25756 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
25757
25758 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
25759 (row_containing_pos): Take additional argument DY.
25760 Treat rows ending in middle of char differently.
25761 (display_line): Handle tabs on window systems differently.
25762
25763 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
25764 with additional argument.
25765
25766 * dispextern.h (row_containing_pos): Adjust prototype.
25767
25768 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
25769 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
25770 (try_window_id, try_window_reusing_current_matrix)
25771 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
25772 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
25773
25774 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25775
25776 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
25777 gnuemacs).
25778 (HAVE_BOXES): Fix typo in comment.
25779 (push_menu_pane): Fix typo in comment.
25780
25781 * xdisp.c (display_prop_string_p): Remove unused local declaration
25782 of `Qwhen'.
25783 (single_display_prop_string_p): Remove unused local declarations
25784 of `Qwhen' and `Qmargin'.
25785 (string_buffer_position): Remove unused variable `around'.
25786 (store_frame_title): Remove unused variable `width'.
25787
25788 * window.c: Don't define max.
25789 (coordinates_in_window): Remove unused variable `uy'.
25790
25791 * widget.c: Don't define max.
25792
25793 * process.c: Don't define max.
25794 (create_process): Remove unused variable `buffer'.
25795
25796 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25797
25798 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
25799
25800 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
25801
25802 * xfaces.c (Finternal_set_lisp_face_attribute)
25803 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
25804 frame is on a windowed display.
25805
25806 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25807
25808 * dispnew.c (sync_window_with_frame_matrix_rows):
25809 Fix handling of windows which aren't full-width, fix handling
25810 of marginal areas.
25811
25812 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
25813
25814 2001-10-23 Andreas Schwab <schwab@suse.de>
25815
25816 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
25817 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
25818
25819 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25820
25821 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
25822 REAL_END. Notice if cursor gets overwritten.
25823 (notice_overwritten_cursor): Take X positions as parameters.
25824 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25825 around call to x_draw_glyphs.
25826
25827 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25828
25829 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
25830 instead of C) and usage.
25831
25832 * editfns.c (char-to-string): Fix argument names (use CHAR instead
25833 of C) and usage.
25834
25835 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
25836 `left', `max_width' and `max_height'.
25837
25838 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25839
25840 * xdisp.c (display_line): For a tab continued to the next line,
25841 set row's ends_in_middle_of_char_p.
25842
25843 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25844
25845 * xdisp.c (display_line): Fix computation of continuation lines
25846 width for TABs.
25847
25848 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25849
25850 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
25851 `Qlaplace'.
25852
25853 * fileio.c: Remove unused code.
25854
25855 2001-10-22 Miles Bader <miles@gnu.org>
25856
25857 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
25858 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
25859 Remove `DOC_STRINGS_IN_COMMENTS' cases.
25860
25861 2001-10-21 Jason Rumney <jasonr@gnu.org>
25862
25863 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
25864
25865 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
25866
25867 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
25868 (Finsert_string): Avoid the multi-line string literals warning.
25869
25870 2001-10-22 Miles Bader <miles@gnu.org>
25871
25872 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
25873 (Fdocumentation): Don't use it.
25874 (syms_of_doc): Don't initialize it.
25875
25876 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
25877 * print.c (Fwith_output_to_temp_buffer): Likewise.
25878 * window.c (Fsave_window_excursion): Likewise.
25879 * editfns.c (Fsave_excursion, Fsave_current_buffer)
25880 (Fsave_restriction): Likewise.
25881 * eval.c (Frun_hooks, Frun_hook_with_args)
25882 (Frun_hook_with_args_until_failure)
25883 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
25884 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
25885 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
25886 (Funwind_protect, Fcondition_case): Likewise.
25887 * coding.c (Ffind_operation_coding_system): Likewise.
25888 * keyboard.c (Ftrack_mouse): Likewise.
25889
25890 2001-10-21 Miles Bader <miles@gnu.org>
25891
25892 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
25893 (Fmake_hash_table): Add usage: string to doc string.
25894 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
25895 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
25896 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
25897 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
25898 (Fml_prefix_argument_loop): Likewise.
25899
25900 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25901
25902 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
25903
25904 * sysdep.c (init_sys_modes): Change doc-string comments to `new
25905 style' [w/`doc:' keyword].
25906
25907 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
25908 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
25909 comments to `new style' [w/`doc:' keyword].
25910
25911 2001-10-21 Jason Rumney <jasonr@gnu.org>
25912
25913 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
25914
25915 * w32term.c (remember_mouse_glyph): New function.
25916 (w32_mouse_position): Use it.
25917 (note_mouse_movement): If the mouse moved off the glyph, remember
25918 its new position.
25919
25920 * w32term.h (struct w32_output): Correct spelling of x_compatible.
25921 (w32_display_info): Add mouse_face_overlay.
25922
25923 * w32term.c (notice_overwritten_cursor): Renamed from
25924 note_overwritten_text_cursor. Rewritten to take glyph widths into
25925 account.
25926 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
25927 (fast_find_string_pos): New function.
25928 (fast_find_position): Return the correct vpos. Add parameter
25929 STOP. In the final row, stop before glyphs having STOP as object.
25930 Don't consider glyphs that are not from a buffer.
25931 (fast_find_position) [0]: Add a presumably more correct version
25932 for after 21.1.
25933 (expose_window_tree, expose_frame): Don't compute intersections here.
25934 (expose_window): Do it here instead.
25935 (expose_window_tree, expose_window, expose_line): Return 1 when
25936 overwriting mouse-face.
25937 (expose_window): If W is the window currently being updated, mark
25938 the frame garbaged.
25939 (expose_frame): If mouse-face was overwritten, redo it.
25940 (x_use_underline_position_properties): New variable.
25941 (syms_of_xterm): DEFVAR_BOOL it.
25942 (x_draw_glyph_string): Add comment to use it in future.
25943 (x_draw_glyph_string): Restore clipping after drawing box.
25944 Fix a computation of the underline position.
25945 (w32_get_glyph_string_clip_rect): Minor cleanup.
25946 (x_fill_stretch_glyph_string): Remove an assertion.
25947 (x_produce_glyphs): Don't convert multibyte characters
25948 to unibyte characters in unibyte buffers.
25949 (cursor_in_mouse_face_p): New function.
25950 (x_draw_stretch_glyph_string): Use it to choose a different GC
25951 when drawing a cursor within highlighted text. Don't draw
25952 background again if it has already been drawn.
25953 (x_draw_glyph_string_box): Don't draw a full-width
25954 box just because the glyph row's full_width_p flag is set.
25955 (x_draw_glyphs): Fix computation of rightmost x for
25956 full-width rows.
25957 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
25958 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
25959 change bottom shadow accordingly. Some cleanup.
25960 (x_update_window_end): Handle overwritten mouse face
25961 also for tool bar windows.
25962 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
25963 DRAW is DRAW_IMAGE_RAISED.
25964 (clear_mouse_face): Return 1 if text with mouse face was
25965 actually redrawn. Make the function static.
25966 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
25967 optimize away highlighting if we pass over that same overlay again.
25968 (note_mouse_highlight): Call mouse_face_overlay_overlaps
25969 to detect a case where we have to highlight a different region
25970 despite not having left the currently highlighted region.
25971 Set mouse_face_overlay in the x_display_info. Avoid changing the
25972 mouse pointer shape when show_mouse_face has already done it, or
25973 there is no need. Handle mouse-face and help-echo in strings.
25974 (glyph_rect): New function.
25975 (w32_mouse_position): Use it to raise the threshold for mouse
25976 movement event generation.
25977 (w32_initialize_display_info): Initialize the x_display_info's
25978 mouse_face_overlay.
25979 (w32_set_vertical_scroll_bar): Don't clear a zero height
25980 or width area.
25981 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
25982 a widget to zero height.
25983
25984 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
25985 Protect unibyte strings created by replacing their multibyte
25986 equivalents in menu_items.
25987 (w32_menu_show): Don't overwrite an item's name with its key
25988 description in case the description is a multibyte string.
25989 (single_submenu): Some cleanup.
25990
25991 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
25992 (postprocess_image): New function.
25993 (lookup_image): Call it for all image types except PostScript.
25994 (x_kill_gs_process): Call postprocess_image.
25995 (tiff_error_handler, tiff_warning_handler): New functions.
25996 (tiff_load): Install them as handlers.
25997 (x_kill_gs_process): Recognize if someone has cleared the image
25998 cache under us.
25999 (valid_image_p): Protect better against invalid image
26000 specifications. Previous code could signal an error.
26001 (Fx_hide_tip, Fshow_tip): Doc fix.
26002 (Fv_max_tooltip_size): New variable.
26003 (syns_of_xfns): DEFVAR_LISP it.
26004 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
26005 window buffer to *tip* right after creating the frame. Set frame's
26006 window_width. Use a maximum tooltip size specified by
26007 Vx_max_tooltip_size, if that has valid contents.
26008 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
26009 Make sure the tooltip is completely visible.
26010 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
26011 (Fx_create_frame): Adjust the frame's height for presence
26012 of the tool bar before calling x_figure_window_size.
26013 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
26014 when the window gets smaller.
26015 (x_set_foreground_color): Set frame's cursor_pixel.
26016 (x_set_foreground_color, x_set_background_color): Cleaned up.
26017 (x_set_font): Handle case of x_new_fontset returning the same name
26018 as before, although there was a change in fontsets.
26019
26020 2001-10-21 Miles Bader <miles@gnu.org>
26021
26022 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
26023 (Flogxor): Add usage: string to doc string.
26024 * charset.c (Fstring): Likewise.
26025 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
26026 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
26027
26028 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26029
26030 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
26031
26032 * alloc.c: Reindent DEFUNs with doc: keywords.
26033
26034 * abbrev.c (Finsert_abbrev_table_description): Reindent.
26035
26036 * frame.c: Change doc-string comments to `new style' [w/`doc:'
26037 keyword].
26038
26039 See ChangeLog.9 for earlier changes.
26040
26041 ;; Local Variables:
26042 ;; coding: iso-2022-7bit
26043 ;; End:
26044
26045 Copyright (C) 2001, 2002, 2003, 2004, 2005,
26046 2006 Free Software Foundation, Inc.
26047 Copying and distribution of this file, with or without modification,
26048 are permitted provided the copyright notice and this notice are preserved.
26049
26050 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4