*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
CommitLineData
b4963755
JB
12006-12-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
4
f7a706cf
KS
52006-12-07 Kim F. Storm <storm@cua.dk>
6
7 * process.c (parse_signal): Use xstricmp instead of strcasecmp.
8 (Fsignal_process): Don't use strncasecmp.
9
da9109f7
GM
102006-12-05 Glenn Morris <rgm@gnu.org>
11
12 * abbrev.c (Qforce): New Lisp_Object.
13 (Fdefine_abbrev): Do not overwrite non-system abbrevs with system
14 abbrevs, unless 'force is applied.
15 (syms_of_abbrev): Add Qforce.
16
5c35ec32
KS
172006-12-04 Kim F. Storm <storm@cua.dk>
18
55ba687b
KS
19 * process.c (parse_signal): Rename macro from handle_signal.
20 (Fsignal_process): Also accept lower-case variants of signal
21 names (to align with signal names generated by Emacs itself).
22
5c35ec32
KS
23 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
24 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
25 first with code == 0 [signal] and one with code == sig number.
26 (main): Use it as handler for SIGUR1 and SIGUSR2.
27
28 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
29 if first event in [signal xxx] sequence.
30 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
31 (syms_of_keyboard): Don't intern and staticpro them.
9d8b24a2
KS
32 (Qsignal): Declare here.
33 (syms_of_keyboard): Intern and staticpro it.
34 (make_lispy_event): Use it. Intern symbols on the fly for other
35 USER_SIGNAL_EVENTs events.
5c35ec32
KS
36
37 * process.c (Qsignal): Declare extern.
9d8b24a2 38 (syms_of_process): Don't intern/staticpro it here.
5c35ec32
KS
39
40 * process.c (read_process_output): Abort if carryover < 0.
41
ee77eef5
YM
422006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * config.in: Regenerate.
45
46 * fileio.c [__NetBSD__]: Don't define `unix'.
47 (Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of
48 `#ifdef unix'.
49
4a3363c5
GM
502006-12-04 Glenn Morris <rgm@gnu.org>
51
52 * Makefile.in (version): New variable, set by configure.
53 (bootstrapclean, mostlyclean): Also remove emacs-${version}.
54
a3893a90
JD
552006-12-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
56
57 * gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item
58 without an image.
59
107fae8b
EZ
602006-12-01 Eli Zaretskii <eliz@gnu.org>
61
62 * w32fns.c (Fw32_shell_execute): Doc fix.
63
b88548b1
CY
642006-11-30 Chong Yidong <cyd@stupidchicken.com>
65
66 * xdisp.c (move_it_to): Correctly count tab glyphs for continued
67 lines ending in tab.
68
65dc67a9
JD
692006-11-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
70
71 * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW
72 property ...
73 (XTframe_raise_lower): ... to here.
74
3aaab9a0
KH
752006-11-30 Kenichi Handa <handa@m17n.org>
76
77 * regex.c (regex_compile): Fix previous change.
78
c6605d63
JB
792006-11-29 Juanma Barranquero <lekktu@gmail.com>
80
81 * sound.c (Fplay_sound_internal): Remove spurious newline in docstring.
82
1a52930b
CY
832006-11-28 Chong Yidong <cyd@stupidchicken.com>
84
85 * config.in: Regenerate.
86
6358f8b2
KH
872006-11-28 Kenichi Handa <handa@m17n.org>
88
89 * regex.c (regex_compile): Don't call SET_LIST_BIT with a
90 multibyte character.
91
55107ae5
CY
922006-11-27 Chong Yidong <cyd@stupidchicken.com>
93
2b8d8474 94 * s/aix4-2.h: Undefine _NO_PROTO. Suggested by Joe Buehler.
55107ae5 95
89692b9a
KS
962006-11-27 Kim F. Storm <storm@cua.dk>
97
98 * window.c (set_window_buffer): Refactor recent changes.
99
7e993c06
JR
1002006-11-27 Jason Rumney <jasonr@gnu.org>
101
102 * w32term.c (w32_msg_worker): Declare correctly.
103 (w32_initialize): Don't cast w32_msg_worker.
104
105 * w32fns.c (w32_msg_worker): Define as WINAPI and arg as void pointer.
106
fb873e6b
CY
1072006-11-26 Chong Yidong <cyd@stupidchicken.com>
108
109 * m/amdx86-64.h: Look for standard libs in /usr/lib64 only if that
110 directory exists.
111
69a6e74d
EZ
1122006-11-25 Eli Zaretskii <eliz@gnu.org>
113
114 * w16select.c (Fw16_set_clipboard_data): Fix the call to sit_for
115 as per the calling sequence change on 2006-07-11.
116
d496cfc0
CY
1172006-11-25 Chong Yidong <cyd@stupidchicken.com>
118
119 * window.c (set_window_buffer): Use BLOCK_INPUT.
120
5ee699a7
JB
1212006-11-24 Juanma Barranquero <lekktu@gmail.com>
122
123 * fns.c (substring_both): Add missing address operator.
124
7edbb0da
SM
1252006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * fns.c: Use AREF/ASIZE macros.
128 (concat): Provide the full ANSI prototype.
129
96215ace
JB
1302006-11-24 Juanma Barranquero <lekktu@gmail.com>
131
132 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
133
09566666
NR
1342006-11-23 William Smith <William.Smith@global360.com> (tiny change)
135
609b291d 136 * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
09566666 137
6a022bd9
CY
1382006-11-02 Alfred M. Szmidt <ams@gnu.org> (tiny change)
139
140 * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and
141 /usr/pkg/lib from the library search path.
142 (LD_SWITCH_X_DEFAULT): New macro.
143
63cb1543
CY
1442006-11-22 Chong Yidong <cyd@stupidchicken.com>
145
146 * window.c (set_window_buffer): Clear mouse highlight if it is in
147 this window.
148
ca612449
CY
1492006-11-21 Chong Yidong <cyd@stupidchicken.com>
150
151 * xfaces.c (realize_default_face): Check if the default font name
152 exists on this display before trying to use it.
153
a98d0b8e
RS
1542006-11-21 Richard Stallman <rms@gnu.org>
155
156 * fileio.c: Break line before &&, not after.
157
1ce0a32d
EZ
1582006-11-20 Eli Zaretskii <eliz@gnu.org>
159
160 * fns.c (concat) [!__GNUC__]: Add prototype.
161
565f08cd
KH
1622006-11-20 Kenichi Handa <handa@m17n.org>
163
164 * fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
165 check the tailing slash of a filename.
166
e15a0495
KH
1672006-11-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
168
169 * indent.c (Fvertical_motion): Include composition in the case of
170 overshoot expected.
171
221439a0
AS
1722006-11-19 Andreas Schwab <schwab@gnu.org>
173
7edbb0da 174 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize supports.
221439a0
AS
175
176 * xmenu.c (Fx_popup_menu): Initialize selection.
177
bcd7101a
AS
1782006-11-18 Andreas Schwab <schwab@suse.de>
179
7edbb0da 180 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to mark_memory.
bcd7101a 181
118ddbdd
JD
1822006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
183
184 * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
185 to avoid gcc 2.96 error.
186
347d9bbe
KH
1872006-11-17 NIIMI Satoshi <sa2c@sa2c.net> (tiny change)
188
189 * search.c (simple_search): In the loop of backward searching,
190 check also the byte position against the limit.
191
d089c7a8
RF
1922006-11-14 Romain Francoise <romain@orebokech.com>
193
194 * minibuf.c (Fcompleting_read): Fix typo in docstring.
195
1364f420
KH
1962006-11-14 Kenichi Handa <handa@m17n.org>
197
7edbb0da 198 * coding.c (code_convert_region): Initialize coding->heading_ascii.
1364f420
KH
199 (decode_coding_string, code_convert_region): Likewise.
200
9b150aa2
YM
2012006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
202
203 * config.in: Regenerate.
204
205 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
206 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
207 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
208 CGDisplayScreenSize is available.
209
210 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
211 Replace `#ifdef HAVE_CANCELMENUTRACKING' with
212 `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
213 (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
214 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
215 CancelMenuTracking is available.
216
217 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
218 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
219 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
220 CGContextShowGlyphsWithAdvances is available.
221
52dcc2d0
JR
2222006-11-13 Jason Rumney <jasonr@gnu.org>
223
224 * s/ms-w32.h: Define HAVE_INET_SOCKETS.
225
55a314a5
YM
2262006-11-13 Nozomu Ando <nand@mac.com>
227
228 * alloc.c (mark_memory): New argument OFFSET. All uses changed.
229 Fix address calculations for case END < START.
230 (mark_stack): Impose Lisp_Object alignment on jmp_buf.
231
4cb8645c
JB
2322006-11-12 Juanma Barranquero <lekktu@gmail.com>
233
234 * coding.c (Fencode_sjis_char, Fencode_big5_char):
235 Improve argument/docstring consistency.
236
237 * editfns.c (Fmessage): Doc fixes.
238
239 * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
240
b071677f
CY
2412006-11-12 Chong Yidong <cyd@stupidchicken.com>
242
243 * xmenu.c (popup_activated): Define outside HAVE_MENUS.
244
0924e3f6
RF
2452006-11-12 Romain Francoise <romain@orebokech.com>
246
247 * xselect.c (selection-coding-system): Fix docstring.
248
947129a2
JB
2492006-11-12 Juanma Barranquero <lekktu@gmail.com>
250
251 * category.c (Fchar_category_set): Improve arg/docstring consistency.
252
253 * data.c (Flogxor):
254 * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
255 (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
256 (Fstring_make_unibyte): Fix typos in docstrings.
257
b8e7655f
JD
2582006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
259
260 * xterm.h (struct x_display_info): Fix indentation.
261
262 * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
263 (x_check_fullscreen): Call do_ewmh_fullscreen.
264 (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
265
266 * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
267
268 * term.c: Define fullscreen_hook.
269 (syms_of_term): Initialize fullscreen_hook to NULL.
270
271 * termhooks.h: Add fullscreen_hook.
272
eed1152f
JB
2732006-11-08 Juanma Barranquero <lekktu@gmail.com>
274
275 * bytecode.c (Fbyte_code):
276 * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
277
3dd428fa
JB
2782006-11-06 Juanma Barranquero <lekktu@gmail.com>
279
280 * lread.c (syms_of_lread):
281 * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
282
e8407323
CY
2832006-11-06 Martin Rudalics <rudalics@gmx.at>
284
285 * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
286
287 * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
288 Return nil if building without menus.
289
290 * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
291 Return nil if building without menus.
292
faefde36
RS
2932006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
294
7edbb0da 295 * s/netbsd.h (POSIX_SIGNALS): Define.
faefde36 296
107709d4
EZ
2972006-11-05 Martin Rudalics <rudalics@gmx.at>
298
299 * macmenu.c (Fmenu_or_popup_active_p): New function.
300 (syms_of_macmenu): Defsubr it.
301
302 * w32menu.c (Fmenu_or_popup_active_p): New function.
303 (syms_of_w32menu): Defsubr it.
304 (popup_activated_flag, popup_activated): Remove.
305
306 * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
307 check popup_activated.
308
309 * xmenu.c (Fmenu_or_popup_active_p): New function.
310 (syms_of_xmenu): Defsubr it.
311
c57038f8
YM
3122006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
313
314 * unexmacosx.c (malloc_cookie): Remove unused variable.
315 (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
316 (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
317 (emacs_zone, data_segment_old_fileoff, data_segment_scp)
318 (num_unexec_regions, unexec_regions): Make variables static.
319 (print_regions, find_emacs_zone_regions): Make static.
320 (unexec_region_info): New typedef.
321 (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
322 All uses changed.
323 (unexec_regions_recorder): Subtract size of trailing null pages from
324 filesize. Show filesize.
325 (unexec_regions_merge): Don't merge if null pages of preceding region
326 is not too small. Use long format in printf.
327 (copy_segment, copy_data_segment): Show filesize.
7edbb0da
SM
328 (copy_data_segment): Write filesize bytes of region data.
329 Adjust filesize in segment command accordingly.
c57038f8
YM
330 (dump_it): Use long format in printf.
331
60a294e2
JB
3322006-11-05 Juanma Barranquero <lekktu@gmail.com>
333
334 * dosfns.c (Finsert_startup_screen):
335 * fns.c (Ffeaturep, syms_of_fns):
336 * frame.c (syms_of_frame): Fix typos in docstrings.
337
338 * unexcw.c (unexec): Fix typo in output message.
339
b20d6154
EZ
3402006-11-04 Ralf Angeli <angeli@caeruleus.net>
341
342 * w32fns.c (w32_createwindow): Remove code for handling -geometry
343 command line option and `initial-frame-alist' which is superfluous
344 after the last change to `w32_createwindow'.
345
ccc54d96 3462006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
3ac04ed0 347
ccc54d96
JB
348 * w32proc.c (sys_wait): Only wait for processes with fd<0.
349 Others should be handled by sys_select instead. Fixes problems
350 with (progn (start-process "" nil "ls") (call-process "ls")).
3ac04ed0 351
ccc54d96 3522006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8630721e
CY
353
354 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
355 avoid gcc 2.95 error.
356
b20d6154 3572006-11-04 Chong Yidong <cyd@stupidchicken.com>
ffbdf67b
CY
358
359 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
360 wicon is null, insert an empty button.
361
45a26c42
JD
3622006-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
363
364 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
365 window.
366
b224de9b
JB
3672006-11-02 Juanma Barranquero <lekktu@gmail.com>
368
369 * emacs.c (Fkill_emacs): Fix typo in docstring.
370
73da71f9
YM
3712006-11-02 Nozomu Ando <nand@mac.com>
372
373 * unexmacosx.c (mach_header, segment_command, vm_region, section)
374 [_LP64]: New defines.
375 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
376 (MH_MAGIC) [_LP64]: Redefine.
377 (delta): Remove variable.
378 (curr_file_offset, pagesize): New variables.
379 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
380 (data_segment_old_fileoff): Initialize explicitly.
381 (print_region, unexec_regions_recorder, print_load_command_name)
382 (copy_segment, copy_data_segment): Use long format in printf.
383 (MAX_UNEXEC_REGIONS): Increase to 400.
384 (unexec_regions_recorder): Don't warn too many regions here.
385 (find_emacs_zone_regions): Warn too many regions here.
386 (print_load_command_name) [_LP64]: Show correct load command name.
387 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
388 Show starting virtual memory address. Don't show ending file offset.
389 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
390 (dump_it): Use new local variable `linkedit_delta' and pass to them.
391 Error if trying to handle multiple DATA segments.
392 (unexec): Initialize variable `pagesize'.
393
ebc20ca0
JB
3942006-11-01 Juanma Barranquero <lekktu@gmail.com>
395
396 * eval.c (Fcatch): Doc fix.
397
6ceb8058
YM
3982006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
399
400 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
401 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
402 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
403 (xpm_load_image): Add const qualifier to arguments.
404 [MAC_OS] (xpm_color_key_strings): Make static const.
405
406 * mac.c (create_apple_event_from_event_ref)
407 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
408 (parse_include_file, parse_binding, parse_component)
409 (parse_resource_name, parse_value, parse_resource_line)
410 (xrm_merge_string_database, xrm_get_resource)
411 (xrm_get_preference_database): Add const qualifier to arguments.
412 [MAC_OSX] (sys_select): Make variable `context' static const.
413
414 * macfns.c (mac_color_map): Make static const.
415 (mac_color_map_lookup): Add const qualifier to arguments.
416
417 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
418 static const.
419 (name_is_separator): Add const qualifier to arguments.
420
421 * macselect.c (init_service_handler): Make variable `specs' static
422 const.
423
424 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
425 `swap_nibbles' static const.
426 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
427 `tags', `sizes', `values' static const.
7edbb0da
SM
428 (mac_draw_string_common): Make variables `context' static.
429 Make variables `tags', `sizes', and `values' static const.
6ceb8058
YM
430 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
431 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
432 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
433 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
434 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
435 qualifier to arguments.
436 (xlfd_scalable_fields, keycode_to_xkeysym_table)
437 (fn_keycode_to_keycode_table): Make static const.
438 (mac_load_query_font): Make variables `tags', `sizes', `values',
439 `types', and `selectors' static const.
7edbb0da
SM
440 (mac_handle_command_event, mac_handle_window_event):
441 Make variables `names' and `types' static const.
6ceb8058
YM
442 (init_command_handler, install_window_handler): Make variables
443 `specs*' static const.
444 (mac_handle_font_event, mac_handle_text_input_event)
445 (mac_store_service_event): Make variables `names' and `types'
446 const. Make variables `names_*' and `types_*' static const.
447
448 * macterm.h (create_apple_event_from_event_ref)
449 (create_apple_event_from_drag_ref, xrm_merge_string_database)
450 (xrm_get_resource, xrm_get_preference_database): Add const
451 qualifier to arguments in externs.
452
7147863a
KH
4532006-10-31 Kenichi Handa <handa@m17n.org>
454
455 * xfns.c (xic_create_xfontset): Fix previous change.
456
78667db7
CY
4572006-10-30 Chong Yidong <cyd@stupidchicken.com>
458
459 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
460 /usr/pkg/lib to library search path.
461
ebc20ca0 4622006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
8d31e373
CY
463
464 * ralloc.c (relinquish): Use a long for excess space counter to
465 handle 64-bit case correctly.
466
1dbfd8e3
CY
4672006-10-29 Jeramey Crawford <jeramey@jeramey.com>
468
469 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
470
856bb2b0
JB
4712006-10-29 Juanma Barranquero <lekktu@gmail.com>
472
473 * window.c (Fdisplay_buffer): Fix typo in docstring.
474
4975e695
JB
4752006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
476
477 * w32term.c (x_draw_glyph_string_foreground): Set background mode
478 to TRANSPARENT before using overstrike to simulate bold faces.
479
480 * xfaces.c (best_matching_font): Fix logic to decide whether to
481 use overstriking to simulate bold-face (it was reversed).
482
cbfe778a
KS
4832006-10-23 Kim F. Storm <storm@cua.dk>
484
4975e695
JB
485 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
486 initialized.
a4614668 487
cbfe778a
KS
488 * keyboard.c (read_char): Make an element (t . EVENT) in
489 unread-command-events add EVENT to the current command's key sequence.
490 (syms_of_keyboard) <unread-command-events>: Update doc.
491
627fb581
RS
4922006-10-21 Richard Stallman <rms@gnu.org>
493
494 * minibuf.c (Vread_expression_map): Define here.
495 (Qread_expression_history): New variable.
496 (syms_of_minibuf): Initialize them.
497 (Feval_minibuffer): Use Vread_expression_map and
498 Qread_expression_history.
499
cd987aaa
KH
5002006-10-21 Kenichi Handa <handa@m17n.org>
501
502 * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
503 card, change it to "*".
504 (xic_create_xfontset): Call XCreateFontSet for each single
505 fontname in fontsetname.
506
55b41ef5
CY
5072006-10-19 Chong Yidong <cyd@stupidchicken.com>
508
509 * callint.c (callint_message): Convert to a Lisp string.
510 (syms_of_callint): Initialize it.
511 (callint_message_size): Var deleted.
512 (Fcall_interactively): Use Fformat instead of doprnt to construct
513 prompt string.
514
cc7aa8dc
KS
5152006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
516
517 * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
518
045b1908
YM
5192006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
520
521 * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
522 New variable.
523 (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
524
866f8518
JD
5252006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
526
527 * xselect.c (x_handle_selection_request): If the converted_selection
14a56a1b 528 is nil or XCDR (converted_selection) is nil, decline the request.
866f8518 529
b43da352
JD
5302006-10-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
531
532 * gtkutil.c (get_utf8_string): Remove warnings with casts.
7edbb0da 533 (xg_tool_bar_button_cb): Ditto.
b43da352
JD
534 (xg_tool_bar_callback): Ditto.
535
7c682cf1
YM
5362006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
537
538 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
539 variable ch_dim.
540 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
541 menu bar window matrices on non-X systems.
542
543 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
544
545 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
546 adjustment is needed.
547 (mac_load_query_font): Check if width and height are positive.
548
563964ae
RS
5492006-10-14 Richard Stallman <rms@gnu.org>
550
551 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
552
98721beb
CY
5532006-10-13 Chong Yidong <cyd@stupidchicken.com>
554
555 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
556 title.
557
eae637ec
CY
5582006-10-12 Chong Yidong <cyd@stupidchicken.com>
559
560 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
561 XCAR and XINT.
562
431feaf6
RF
5632006-10-12 Romain Francoise <romain@orebokech.com>
564
565 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
566
de9855d5
SM
5672006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
568
b70e1a2b
SM
569 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
570
571 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
572
573 * xterm.c (x_check_expected_move): Remove unused var `count'.
574
de9855d5
SM
575 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
576 Fdefalias is not declared in any *.h file.
577
394ccd7d
CY
5782006-10-09 Chong Yidong <cyd@stupidchicken.com>
579
2bcac766
CY
580 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
581
582 * keyboard.c (command_loop_1): Handle non-number values of
583 `minibuffer-message-timeout'.
584 (Fexecute_extended_command): Fix typo.
585
394ccd7d
CY
586 * minibuf.c (temp_echo_area_glyphs): Sit for
587 `minibuffer-message-timeout' seconds.
588
bb420759
YM
5892006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
590
de9855d5
SM
591 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
592 Add argument OVERSTRIKE_P.
bb420759
YM
593 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
594 Support overstrike.
595 (mac_draw_string, mac_draw_string_16): Remove functions.
596 (x_draw_glyph_string_foreground): Use overstrike when needed.
de9855d5
SM
597 (x_draw_composite_glyph_string_foreground): Likewise.
598 Use mac_draw_image_string_16 instead of mac_draw_string_16.
4975e695
JB
599 (mac_load_query_font): Rename from XLoadQueryFont. Take argument
600 F instead of DPY. All uses changed. Don't save/restore font.
bb420759 601
2770d589
JR
6022006-10-07 Ralf Angeli <angeli@caeruleus.net>
603
604 * w32fns.c (w32_createwindow): Honour left and top positions if
605 supplied explicitly.
606
ee37d135
KS
6072006-10-06 Kim F. Storm <storm@cua.dk>
608
609 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
610
26c34ec2
CY
6112006-10-05 Chong Yidong <cyd@stupidchicken.com>
612
613 * frame.c (Qinhibit_face_set_after_frame_default): New var.
614 (syms_of_frame): Initialize it.
615 (x_set_frame_parameters): Avoid resetting :font attributes to the
616 new-frame defaults.
617
54dd3310
SM
6182006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * lisp.h (clear_regexp_cache): Declare.
621
622 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
623 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
624 (clear_regexp_cache): Only flush those regexps which depend on
625 a syntax-table.
626
627 * regex.c (regex_compile): Set the new `used_syntax' bit.
628
629 * regex.h: Remove file local variables.
630 (struct re_pattern_buffer): New field `used_syntax'.
631
73812be6
KS
6322006-10-03 Kim F. Storm <storm@cua.dk>
633
634 * process.c (list_processes_1): Run sentinels before removing dead
635 processes. Also remove `closed' network connections.
636
2201c41c
SM
6372006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
640
79e01e93
EZ
6412006-09-30 Eli Zaretskii <eliz@gnu.org>
642
4975e695 643 * config.in: Regenerated.
79e01e93 644
f9df5f68
JL
6452006-09-29 Juri Linkov <juri@jurta.org>
646
647 * buffer.c (syms_of_buffer): Reorder coding systems in the
648 docstring of %z to the real order displayed in the modeline.
649
7ae8428d
SM
6502006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
653
14a7cabf
CY
6542006-09-26 Chong Yidong <cyd@stupidchicken.com>
655
656 * indent.c (Fvertical_motion): Do move back if the Lisp string
657 being displayed contains newlines.
658
444a42fd
YM
6592006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
660
661 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
662 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
663
4ccaff67
KH
6642006-09-26 Kenichi Handa <handa@m17n.org>
665
666 * keymap.c (Fsingle_key_description): For an invalid char, return
667 "Invalid char code NNNNN".
668
2a95a27c
CY
6692006-09-25 Chong Yidong <cyd@stupidchicken.com>
670
671 * callint.c (Fcall_interactively): Doc fix.
672
cf2c6835
YM
6732006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
674
675 * macterm.c (x_underline_at_descent_line): New variable.
676 (syms_of_macterm): DEFVAR_BOOL it.
677 (x_draw_glyph_string): Use it.
678 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
679
173517c6
KH
6802006-09-25 Kenichi Handa <handa@m17n.org>
681
682 * keymap.c (Fsingle_key_description): Return unique names for
683 generic characters.
684
45c912f2
RS
6852006-09-24 Richard Stallman <rms@gnu.org>
686
687 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
688
1133f8e7
EZ
6892006-09-24 Eli Zaretskii <eliz@gnu.org>
690
de9855d5
SM
691 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
692 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
8f59d602
EZ
693
694 * w32proc.c (nl_langinfo): New function.
695
1133f8e7
EZ
696 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
697 (w32-pass-lwindow-to-system, w32-enable-num-lock)
698 (w32-enable-caps-lock, w32-scroll-lock-modifier)
699 (w32-lwindow-modifier, w32-rwindow-modifier)
700 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
701
ba5524f4
JB
7022006-09-23 Juanma Barranquero <lekktu@gmail.com>
703
704 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
705 (Fdisplay_completion_list): Fix typos in docstrings.
706
47a0ee40
RF
7072006-09-23 Romain Francoise <romain@orebokech.com>
708
709 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
710
5dfe789c
KH
7112006-09-23 Kenichi Handa <handa@m17n.org>
712
ba5524f4 713 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
5dfe789c 714
4560a582
SM
7152006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * regex.c (analyse_first): For eight-bit-control chars, mark both the
718 char's value and its leading byte in the fastmap.
719 (re_search_2): When fast-scanning without translation, be careful to
720 check that we only match the leading byte of a multibyte char.
721
722 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
723 byte sequence.
724 (AT_CHAR_BOUNDARY): New macro.
725
2e77924d
KH
7262006-09-22 Kenichi Handa <handa@m17n.org>
727
728 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
729 whose default value is non-nil.
730
66687b7c
JD
7312006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
732
db4fd914 733 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
782447bd
JD
734 Gtk+ versions < 2.10.
735
66687b7c
JD
736 * xfns.c (syms_of_xfns): Fix typo in help text for
737 x-gtk-file-dialog-help-text.
738
b521ddce
KS
7392006-09-21 Kim F. Storm <storm@cua.dk>
740
741 * fns.c (Fmemq): Refill doc string.
742 (Fmemql): New defun, like memq but using eql.
743 (syms_of_fns): Defsubr it.
744
d0e0bd5f
KS
7452006-09-20 Kim F. Storm <storm@cua.dk>
746
747 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
748 last visible glyph in window.
749
a4df1f8b 750 * window.c (Fset_window_hscroll, Fwindow_line_height):
d0e0bd5f
KS
751 Doc fix. Use "off-window" instead of "off-screen".
752 (Fpos_visible_in_window_p): Likewise.
753 If POS is t, return info for last visible glyph in window.
754
b69e3c18
CY
7552006-09-19 Chong Yidong <cyd@stupidchicken.com>
756
757 * search.c (struct regexp_cache): New entry syntax_table.
758 (compile_pattern_1): Set it.
759 (syms_of_search): Initialize it.
760 (compile_pattern): Require the syntax_table entry of the cache
761 element to match the current syntax table entry.
762
31790df3
SM
7632006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * window.c (Fwindow_end): Fix recent change.
766
06e6b4be
KS
7672006-09-19 Kim F. Storm <storm@cua.dk>
768
769 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
770 Doc fix. Use "off-screen" instead of "invisible".
771 (Fwindow_line_height): Make line numbers 0-based. Make line arg
772 optional; if nil, use current cursor row. Handle text terminals
773 properly. Return nil if non-interactive or pseudo-window.
774
08e26e8b
SM
7752006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * keymap.c: Include alloca.h if available.
778 (Fkey_binding): Only use AREF after checking it's a vector.
779 Remove unused var `window'.
780
61973eb6
YM
7812006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
782
783 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
784 inhibit_sentinels.
785
786 * mac.c [!MAC_OSX] (select): Fix argument name.
787
788 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
789 menu ID for Apple menu.
790 (menubar_selection_callback): Remove function.
791 (find_and_call_menu_selection): New function from xmenu.c.
792 (x_activate_menubar): Use it.
793 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
794
795 * macterm.c (menubar_selection_callback): Remove extern.
796 (M_APPLE): Change to 234.
797 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
798 (do_menu_choice): Remove function.
799
800 * macterm.h (struct mac_output): Remove member menubar_active.
801 (do_menu_choice): Remove extern.
802 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
803
1dd3c9b6
JD
8042006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
805
1a2b3a9f
JD
806 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
807 x_gtk_file_dialog_help_text.
808
1dd3c9b6
JD
809 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
810 to x-gtk-use-old-file-dialog.
1a2b3a9f
JD
811 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
812 x_gtk_file_dialog_help_text.
1dd3c9b6
JD
813
814 * xfns.c (syms_of_xfns): Ditto.
815
661bdc06
KS
8162006-09-18 Kim F. Storm <storm@cua.dk>
817
818 * window.c (Fwindow_line_visibility): Remove.
819 (Fwindow_line_height): New defun replacing it.
820 (syms_of_window): Defsubr it.
821
37228c38
YM
8222006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
823
824 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
825 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
826
a688d8b5
JB
8272006-09-17 Jay Belanger <belanger@truman.edu>
828
829 * gmalloc.c:
830 * md5.c:
831 * md5.h:
832 * strftime.c: Replace "GNU Library General Public License" by "GNU
833 General Public License" throughout.
834
059fd1a1
KS
8352006-09-17 Kim F. Storm <storm@cua.dk>
836
837 * dispnew.c (update_text_area): Undo 2000-07-18 change.
838 Always redrawing whole row if line has mouse-face in it causes
839 excessive flickering of the mode line.
840
e5b94d44
CY
8412006-09-17 Chong Yidong <cyd@stupidchicken.com>
842
843 * search.c (clear_regexp_cache): New function.
844
845 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
846
241ad3ca
JD
8472006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
848
31790df3
SM
849 * gtkutil.c (xg_get_file_with_chooser):
850 Check x-gtk-show-chooser-help-text before adding the help text.
fbce5860
JD
851
852 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
853
241ad3ca
JD
854 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
855 will simply crash if we fail.
856
6875fe9a
RS
8572006-09-16 Richard Stallman <rms@gnu.org>
858
859 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
860
0c9337fb
KS
8612006-09-15 Kim F. Storm <storm@cua.dk>
862
863 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
864 (syms_of_window): Defsubr it.
865 (Fwindow_end): Use window's buffer rather than current buffer.
866
45a2056c
JB
8672006-09-15 Jay Belanger <belanger@truman.edu>
868
869 * COPYING: Replace "Library Public License" by "Lesser Public
870 License" throughout.
871
b74e16a3
DK
8722006-09-15 David Kastrup <dak@gnu.org>
873
de9855d5 874 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
b74e16a3
DK
875
876 * keymap.c: include "window.h".
877 (Fcommand_remapping): New optional POSITION argument.
878 (Fkey_binding): New optional POSITION argument. Completely rework
879 handling of mouse clicks to get the same order of keymaps as
880 `read-key-sequence' and heed POSITION. Also temporarily switch
881 buffers to location of mouse click and back.
882
883 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
884 for additional argument.
885 (parse_menu_item): Adjust call of `Fkey_binding' for additional
886 argument.
887 (read_key_sequence): If there are both `local-map' and `keymap'
888 text properties at some buffer position, heed both.
889
890 * keymap.h: Declare additional optional arguments of
891 `Fcommand_remapping' and `Fkey_binding'.
892
6cb66a31
JB
8932006-09-15 Juanma Barranquero <lekktu@gmail.com>
894
895 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
896
cd3587c1
AS
8972006-09-14 Andreas Schwab <schwab@suse.de>
898
899 * print.c: Whitespace fixup.
900
84be646f
KS
9012006-09-14 Kim F. Storm <storm@cua.dk>
902
903 * xdisp.c (produce_image_glyph): Automatically crop wide images at
904 right window edge so we can draw the cursor on the same row to
905 avoid confusing redisplay by placing the cursor outside the visible
906 window area.
907
856bb2b0 9082006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
98a20c65
CY
909
910 * xterm.c (x_initialize): Don't install Xt event timer here.
911 (x_timeout_atimer_activated_flag): New var.
912 (x_activate_timeout_atimer): New function to install Xt timer.
913 (x_send_scroll_bar_event, x_process_timeouts): Use it.
914
915 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
916 (create_and_show_popup_menu, create_and_show_dialog): Use it.
917
2371cbe9 918 * xterm.h (x_activate_timeout_atimer): Add prototype.
98a20c65 919
efb15f96
RS
9202006-09-13 Richard Stallman <rms@gnu.org>
921
922 * print.c (print_string): When printcharfun is t,
923 copy string contents and call strout on the copy.
924
925 * keyboard.c (read_char): If end_time specified, don't put the
926 event into this_command_keys.
927 (read_key_sequence): If Voverriding_terminal_local_map is specified,
928 don't check Voverriding_local_map at all.
929
1baa749c 9302006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
52c0f270
CY
931
932 * textprop.c (Fnext_property_change, Fnext_single_property_change)
933 (Fprevious_property_change, Fprevious_single_property_change):
934 Avoid changing limit, so we can correctly catch the case where the
935 property is constant up to limit.
936
eee81f5d
YM
9372006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
938
939 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
940 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
941 Undo 2006-09-08 change.
942
91197db4
CY
9432006-09-11 Chong Yidong <cyd@stupidchicken.com>
944
945 * keymap.c (Fkey_binding): Use string position for string objects.
946
83279b3e
KS
9472006-09-11 Kim F. Storm <storm@cua.dk>
948
9a71d7de
KS
949 * keymap.c (Fkey_binding): Fix last change.
950
83279b3e
KS
951 * editfns.c (Fmessage): Recommend using (message "%s" ...).
952
b067ddb6
CY
9532006-09-10 Chong Yidong <cyd@stupidchicken.com>
954
955 * keymap.c (Fkey_binding): Check for local keymap for mouse click
956 events.
957
322dd254
KS
9582006-09-10 Kim F. Storm <storm@cua.dk>
959
606fd469
KS
960 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
961 and Vunread_post_input_method_events.
962
322dd254
KS
963 * dispnew.c (Fredisplay): Document return value.
964
437b2a15
JD
9652006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
966
967 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
968
969 * gtkutil.c (xg_display_close): Always change default display if needed,
970 check for < Gtk+ version 2.10 before calling gdk_display_close.
971
6eeee4d6
YM
9722006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
973
eee81f5d
YM
974 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
975 Make variable `ofds' static. Remove variable `maxfd'.
6eeee4d6 976
6cb66a31
JB
977 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
978 Call check_mac.
6eeee4d6 979
eee81f5d 980 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
6cb66a31
JB
981 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
982 Apply 2006-09-08 change for xmenu.c.
6eeee4d6 983
d7b1ea44 984 * xfns.c (Fx_file_dialog): Call check_x.
6eeee4d6 985
f90660aa
KS
9862006-09-10 Kim F. Storm <storm@cua.dk>
987
988 * xdisp.c (get_window_cursor_type): Use hollow cursor on
989 non-transparent images.
990
c048d606
EZ
9912006-09-09 Eli Zaretskii <eliz@gnu.org>
992
993 * editfns.c (Fsystem_name): Mention "host" in the doc string.
994 (syms_of_editfns) <system-name>: Likewise.
995
f4cfdbbe 9962006-09-08 Martin Rudalics <rudalics@gmx.at>
92b23323 997
4560a582 998 * xdisp.c (mouse_autoselect_window): Remove.
92b23323
CY
999 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
1000
1001 * dispextern.h (mouse_autoselect_window): Remove extern.
1002 (Vmouse_autoselect_window): Add extern.
1003
1004 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
1005 instead of mouse_autoselect_window.
1006
1007 * msdos.c (dos_rawgetc): Likewise.
1008
1009 * w32term.c (w32_read_socket): Likewise.
1010
1011 * xterm.c (handle_one_xevent): Likewise.
1012
d799329b
RS
10132006-09-08 Richard Stallman <rms@gnu.org>
1014
af09dd78
RS
1015 * xdisp.c (Vmenu_updating_frame): Define here.
1016 (syms_of_xdisp): DEFVAR it here.
1017 (update_menu_bar): Always return hooks_run.
1018 Set Vmenu_updating_frame.
c989bc87 1019
af09dd78
RS
1020 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
1021 before calculating SELECTED_FRAME.
1022
1023 * xmenu.c (Vmenu_updating_frame): Don't define here.
1024 (syms_of_xmenu): Don't DEFVAR it here.
1025
1026 * xterm.c (x_error_quitter): For BadName error, just return.
1027
d799329b
RS
1028 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
1029
1030 * casetab.c (init_casetab_once): Call set_case_table.
1031
1032 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
1033
1034 * process.c (inhibit_sentinels): New variable.
1035 (exec_sentinel): Test inhibit_sentinels.
1036 (init_process): Initialize it.
1037
1038 * process.h (inhibit_sentinels): Add decl.
1039
1040 * search.c (looking_at_1, string_match_1, search_command):
1041 Make syntax table's canon table point to eqv table.
1042
bcdbfd36
AS
10432006-09-08 Andreas Schwab <schwab@suse.de>
1044
1045 * print.c (strout): Fix whitespace.
1046
70c6267a
KS
10472006-09-08 Kim F. Storm <storm@cua.dk>
1048
1049 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
1050
9deaefb7
YM
10512006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1052
1053 * mac.c [!MAC_OSX]: Don't include keyboard.h.
1054 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
1055 in the same BLOCK_INPUT block, in case that some input has already
1056 been read asynchronously. Pretend to be interrupted by a signal
1057 if some input is available.
1058 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
1059 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
1060 Now used for ReceiveNextEvent timeout instead of select timeout.
1061 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
1062 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
1063 support. Quit event loop.
1064 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
1065 connect support. Reuse previously allocated CFRunLoopSource.
1066 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
1067 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
1068
1069 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1070 Specify kWindowAsyncDragAttribute.
1071
1072 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
1073 (mac_get_ideal_size): New functions.
1074 (x_set_offset, x_set_window_size, x_make_frame_visible)
1075 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
1076 (install_window_handler, mac_handle_window_event)
1077 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
1078 kEventWindowBoundsChanged.
1079 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
1080 DragWindow.
70c6267a 1081
d7695a63
AS
10822006-09-07 Andreas Schwab <schwab@suse.de>
1083
1084 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
1085 use lib64 instead of lib.
1086
be9b5a60
SM
10872006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * Makefile.in: Avoid double quotes when possible.
1090
04e28558
KH
10912006-09-06 Kenichi Handa <handa@m17n.org>
1092
1093 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
1094 a Lisp string from the result of emacs_memftimeu call.
1095
902f06ed
KS
10962006-09-06 Kim F. Storm <storm@cua.dk>
1097
1098 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
f90660aa
KS
1099 so calculate heights even when pos-visible-in-window-p is called
1100 with partially = t. Don't overshoot last_visible_y in move_it_to.
1101 Return row height and row number in new rowh and vpos args.
1102 (cursor_row_fully_visible_p): First line is always "fully visible".
902f06ed
KS
1103 (try_window): Don't clear matrix if vscrolled.
1104
1105 * lisp.h (pos_visible_p): Update prototype.
1106
1107 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
1108 Return row height and row number for partially visible rows.
647b07d1
AS
1109 Modify return value to a 2 element list for fully visible rows and
1110 6 for partially visible row.
902f06ed 1111 (window_scroll_pixel_based): Use pos_visible_p directly instead of
647b07d1
AS
1112 Fpos_visible_in_window_p. Fix auto vscrolling for partially
1113 visible lines. Only vscroll backwards if already vscrolled
1114 forwards. Unconditionally vscroll forwards if PT is first (and
1115 only) line. Set new window start instead of scrolling at
1116 start/end of tall line.
902f06ed 1117
750a6cf4
YM
11182006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1119
1120 * macterm.c (install_window_handler, mac_handle_window_event)
1121 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
1122 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
1123 ASCII keystroke event.
1124
ae6c1c19
JD
11252006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1126
1127 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
1128 the file chooser message. Only call gtk_file_chooser_set_current_name
1129 when action is SAVE.
1130
5aa17bb2
AS
11312006-09-04 Andreas Schwab <schwab@suse.de>
1132
1133 * Makefile.in: Double all single and back quotes in C-style
1134 comments to help fontifier.
1135
934db434
JR
11362006-09-03 Jason Rumney <jasonr@gnu.org>
1137
1138 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
1139 (globals_of_w32): Register it as a signal handler.
1140
6a8c7cfe
JL
11412006-09-02 Juri Linkov <juri@jurta.org>
1142
1143 * marker.c (Fmarker_position): Doc fix.
1144
5c4aaa79
EZ
11452006-09-03 Eli Zaretskii <eliz@gnu.org>
1146
1147 * window.c (syms_of_window) <split-height-threshold>:
1148 <window-min-height, window-min-width>: Doc fix.
1149
655ea21c
JD
11502006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1151
4f3097d8
JD
1152 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
1153 for writing files. Call gtk_file_chooser_set_current_name to keep
1154 default filename.
1155
655ea21c
JD
1156 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls
1157
79f6ba1f
EZ
11582006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
1159
1160 * fns.c (concat) [__GNUC__]: Declare with
1161 `__attribute__((noinline))'.
1162
1163 * eval.c (apply1, call2) [__GNUC__]: Declare with
1164 `__attribute__((noinline))'.
1165
ebc80ddf
EZ
11662006-09-02 Stuart D. Herring <herring@lanl.gov>
1167
1168 * minibuf.c (Finternal_complete_buffer): New function.
1169 (syms_of_minibuf): Defsubr it.
1170 (Fread_buffer): Use it, instead of Vbuffer_alist.
1171
5deb7a51 11722006-09-01 Martin Rudalics <rudalics@gmx.at>
3e145152 1173
5deb7a51
RF
1174 * buffer.h (struct buffer_text): New field chars_modiff.
1175 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
1176 * buffer.c (Fbuffer_chars_modified_tick): New function returning
1177 value of BUF_CHARS_MODIFF.
1178 (syms_of_buffer): Defsubr it.
1179 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
1180 * insdel.c (modify_region): New argument preserve_chars_modiff.
1181 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
1182 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
1183 (adjust_after_replace, adjust_after_replace_noundo)
1184 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
1185 * lisp.h (modify_region): Add fourth argument in extern.
1186 * casefiddle.c (casify_region): Call modify_region with fourth
1187 argument zero to assert that CHARS_MODIFF is updated.
1188 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
1189 (Ftranspose_regions): Likewise.
1190 * textprop.c (Fadd_text_properties, Fset_text_properties)
1191 (Fremove_text_properties, Fremove_list_of_text_properties):
1192 Call modify_region with fourth argument 1 to avoid that
1193 CHARS_MODIFF is updated.
3e145152 1194
80e0572b
RS
11952006-08-31 Richard Stallman <rms@gnu.org>
1196
1197 * editfns.c (Fformat): Don't sign-extend for %o or %x.
1198
41d24b39
CY
11992006-08-29 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * indent.c (Fvertical_motion): Don't move back if we were
1202 displaying a Lisp string, either.
1203
62d108d4
KS
12042006-08-28 Kim F. Storm <storm@cua.dk>
1205
1206 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
1207 Don't attempt to replace cursor on image glyphs.
1208
c6f8bb3a
KH
12092006-08-28 Kenichi Handa <handa@m17n.org>
1210
1211 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix
1212 docstring about ISO-2022 control characters.
1213
7b9c9125
KS
12142006-08-28 Kim F. Storm <storm@cua.dk>
1215
1216 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
1217 with a hollow box cursor if image is larger than 32x32 (or the default
1218 frame font if that is bigger). Replace any other cursor on images
1219 with hollow box cursor, as redisplay doesn't support bar and hbar
1220 cursors on images.
1221
eb411049
YM
12222006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1223
1224 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
1225 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
1226
1227 * dired.c (directory_files_internal_unwind, directory_files_internal)
1228 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
1229
1230 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
1231 of OSErr.
1232
1233 * keyboard.c (in_sighandler): Remove variable.
1234 (Fcurrent_idle_time): Add missing `doc:'.
1235 (input_available_signal, init_keyboard): Undo previous change.
1236
1237 * keyboard.h (in_sighandler): Remove extern.
1238
1239 * mac.c (create_apple_event_from_event_ref, select)
1240 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
1241 (Fmac_set_file_type, cfstring_create_normalized)
6cb66a31
JB
1242 (mac_get_system_locale, select_and_poll_event, sys_select):
1243 Use OSStatus instead of OSErr.
eb411049 1244
6cb66a31
JB
1245 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
1246 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
eb411049
YM
1247 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
1248
1249 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
1250 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
1251 (get_scrap_private_timestamp, get_scrap_target_type_list)
1252 (x_own_selection, x_get_foreign_selection)
1253 (Fx_disown_selection_internal, Fx_selection_owner_p)
1254 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
1255
1256 * macterm.c (mac_draw_string_common, mac_query_char_extents)
1257 (x_iconify_frame, XLoadQueryFont, install_window_handler)
1258 (mac_handle_command_event, init_command_handler, init_menu_bar):
1259 Use OSStatus instead of OSErr.
1260 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
1261 FRAME_FILE_NAME.
1262 (x_query_font): Apply 2006-08-04 change for xterm.c.
1263 (Qhi_command): Rename from Qhicommand. All uses changed.
1264
1265 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
1266 file_name.
1267 (FRAME_FILE_NAME): Remove macro.
1268 (install_window_handler, create_apple_event_from_event_ref):
1269 Return OSStatus instead of OSErr.
1270
d489b9c5
KS
12712006-08-26 Kim F. Storm <storm@cua.dk>
1272
1273 * buffer.c (Fset_buffer_multibyte):
1274 * editfns.c (Fcurrent_time, Fget_internal_run_time):
1275 * macfns.c (Fxw_color_values):
1276 * w32fns.c (Fxw_color_values):
1277 * xfns.c (Fxw_color_values): Simplify; use list3.
1278
1279 * fileio.c (Fmake_directory_internal, Fdelete_directory)
1280 (Fdelete_file): Simplify; use list1.
1281 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
1282 Simplify; remove NO_ARG_ARRAY stuff, use list2.
1283
24d8984e
RS
12842006-08-25 Richard Stallman <rms@gnu.org>
1285
1286 * buffer.c (Fswitch_to_buffer): Fix previous change.
1287
16fb6ded
KS
12882006-08-25 Kim F. Storm <storm@cua.dk>
1289
1290 * keyboard.c (Fcurrent_idle_time): Simplify.
1291
3e04a8fc
RS
12922006-08-25 Richard Stallman <rms@gnu.org>
1293
1294 * fns.c (sxhash_string): Rotate properly; don't lose bits.
1295
8d8dafeb
KS
12962006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1297
1298 * xdisp.c (overline_margin): New variable.
1299 (x_produce_glyphs): Use it.
1300 (syms_of_xdisp): DEFVAR_INT it.
1301
1302 * xterm.c (x_underline_at_descent_line): New variable.
1303 (syms_of_xterm): DEFVAR_BOOL it.
1304 (x_draw_glyph_string): Use it.
1305 Draw underline and overline up to the end of line if the face
1306 extends to the end of line.
1307
1308 * macterm.c: Likewise.
1309
1310 * w32term.c: Likewise.
1311
13122006-08-24 Nick Roberts <nickrob@snap.net.nz>
6410aac9
NR
1313
1314 * buffer.c (Fswitch_to_buffer): Move buffer to front of
1315 buffer-alist if necessary.
1316
6b4d8762
KS
13172006-08-22 Kim F. Storm <storm@cua.dk>
1318
1319 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
1320 number of items changes.
1321
7e1de68d
KS
13222006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
1325
f73858ce
JD
13262006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1327
1328 * keyboard.c: Clarify difference between in_sighandler and
1329 handling_signal.
1330
c58790e6
KS
13312006-08-21 Kim F. Storm <storm@cua.dk>
1332
1333 * macterm.c (x_draw_stretch_glyph_string):
1334 * w32term.c (x_draw_stretch_glyph_string):
1335 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
1336 stretch glyph in left marginal areas on header and mode lines.
1337
748726f4
KH
13382006-08-21 Kenichi Handa <handa@m17n.org>
1339
1340 * keyboard.c (syms_of_keyboard): Docstring of
1341 Vunread_post_input_method_events and Vunread_input_method_events
1342 fixed.
1343
c5b76d6c
CY
13442006-08-20 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * keyboard.c (show_help_echo): Preserve mouse movement flag if
1347 tracking mouse.
1348
ce629713
RS
13492006-08-20 Richard Stallman <rms@gnu.org>
1350
1351 * xfaces.c (load_pixmap): Add quotes in error message.
1352
1353 * keyboard.c (Fcurrent_idle_time): New function.
1354 (syms_of_keyboard): defsubr it.
1355
454e31b3
NR
13562006-08-18 Nick Roberts <nickrob@snap.net.nz>
1357
1358 * window.c (Fset_window_fringes): Do nothing on a tty.
1359 (Fwindow_fringes): Put ? operator after the line break.
1360
dae581bf
AS
13612006-08-16 Andreas Schwab <schwab@suse.de>
1362
1363 * print.c (debug_output_compilation_hack): Fix return type.
1364
3cb74cd1
RS
13652006-08-16 Richard Stallman <rms@gnu.org>
1366
1367 * print.c (debug_output_compilation_hack): New function.
1368
29cbc482
KH
13692006-08-16 Kenichi Handa <handa@m17n.org>
1370
1371 * fileio.c (choose_write_coding_system): Use LF for end-of-line
1372 in auto-saving.
1373
3236e6b8
CY
13742006-08-15 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * keyboard.c (read_char): Don't change idle timer state at all if
1377 end_time is supplied.
1378
8db1f9fa
KH
13792006-08-15 Kenichi Handa <handa@m17n.org>
1380
1381 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
1382 is exhausted, return with RET.
1383 (detect_coding_emacs_mule, detect_coding_iso2022)
1384 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
1385 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
1386 change.
1387
70282fce
CY
13882006-08-14 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * keyboard.c (read_char): Don't reset idle timers if a time limit
1391 is supplied.
1392
9bdc2a5d
KS
13932006-08-14 Kim F. Storm <storm@cua.dk>
1394
1395 * .gdbinit (pitx): Print iterator position.
1396 Limit stack dump in case iterator is not initialized.
1397
e6b8d662
EZ
13982006-08-12 Eli Zaretskii <eliz@gnu.org>
1399
1400 * frame.c (Fmouse_position, Fmouse_pixel_position)
1401 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
1402
0c584069
JD
14032006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1404
1405 * xselect.c (Fx_register_dnd_atom): New function.
1406 (syms_of_xselect): Defsubr it.
9bdc2a5d 1407 (x_handle_dnd_message): Check that message_type is in
0c584069
JD
1408 dpyinfo->x_dnd_atoms before generating lisp event.
1409
1410 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
1411 of drag and drop Atoms.
1412
1413 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
1414
abef1dd7
JD
14152006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1416
1417 * keyboard.c: Define in_sighandler.
1418 (input_available_signal): Set in_sighandler.
1419 (init_keyboard): Initialize in_sighandler.
1420
1421 * keyboard.h: Declare in_sighandler.
1422
1423 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
1424 to check if mutex should be locked or not.
1425
c2028ac6
RS
14262006-08-09 Richard Stallman <rms@gnu.org>
1427
1428 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
1429 (read_key_sequence): Always start fkey.start and fkey.end at 0,
1430 and likewise for keytran.
1431
bb0825cb
KH
14322006-08-09 Kenichi Handa <handa@m17n.org>
1433
1434 * coding.c (syms_of_coding): Improve the docstring
1435 file-coding-system-alist.
1436
61486999
AS
14372006-08-07 Andreas Schwab <schwab@suse.de>
1438
1439 * puresize.h (BASE_PURESIZE): Increase to 1120000.
1440
43ed3b8d
CY
14412006-08-06 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
1444 (Fkill_all_local_variables): Use it.
1445 (syms_of_buffer): Defvar it.
1446
6b657e42
EZ
14472006-08-05 Eli Zaretskii <eliz@gnu.org>
1448
0a3297f7
EZ
1449 * w32.c (w32_valid_pointer_p): New function.
1450
1451 * w32.h: Add prototype for w32_valid_pointer_p.
1452
1453 * alloc.c: Include w32.h.
1454 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
1455 the job.
1456
6b657e42
EZ
1457 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
1458 is exactly equal to end_time, not only when it is past that.
1459
092869b9
CY
14602006-08-04 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
1463
1464 * process.c: Reapply 2006-08-01 change.
1465
3046c3f9
EZ
14662006-08-04 Eli Zaretskii <eliz@gnu.org>
1467
1468 * w32fns.c (w32_query_font): Fix last change: use stricmp.
1469
0f2e2a3b
SM
14702006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
1473 the before-change-functions since they may have altered the buffer.
1474
316a275a
EZ
14752006-08-04 Ralf Angeli <angeli@caeruleus.net>
1476
1477 * w32fns.c (w32_createwindow): Handle -geometry command line option
1478 and the geometry settings in the Registry.
1479
ef8f7cdd
KH
14802006-08-04 Kenichi Handa <handa@m17n.org>
1481
6f64cebf
KH
1482 * w32fns.c (w32_query_font): Compare names by ignoring case.
1483
ef8f7cdd
KH
1484 * xterm.c (x_query_font): Compare names by ignoring case.
1485
f3e0a6de
JR
14862006-08-03 Jason Rumney <jasonr@gnu.org>
1487
1488 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
1489 when no option selected.
1490
d634a670
CY
14912006-08-03 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * process.c: Revert last change.
1494
0885202f
KS
14952006-08-01 Kim F. Storm <storm@cua.dk>
1496
1497 * process.c (wait_reading_process_output_unwind): New function.
1498 Restores waiting_for_user_input_p to saved value.
1499 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
1500 instead of save/restore old value on stack.
1501
0f42ea76
TTN
15022006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1503
1504 * editfns.c: Undo 2006-06-27 change.
1505
69666f77
EZ
15062006-07-29 Eli Zaretskii <eliz@gnu.org>
1507
cfb37af8
EZ
1508 * coding.c (Ffind_operation_coding_system): Revert the change from
1509 2006-05-29.
1510
69666f77
EZ
1511 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
1512
0de8dcc9
RS
15132006-07-28 Richard Stallman <rms@gnu.org>
1514
0f42ea76 1515 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
0de8dcc9
RS
1516 Add conditional aborts for clarity.
1517
1518 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
1519 Used to avoid running the hooks over and over for each frame.
1520 (prepare_menu_bars): Pass value from update_menu_bar
1521 as HOOKS_RUN of next call.
1522
1523 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
1524
4dbdb9eb
KS
15252006-07-28 Kim F. Storm <storm@cua.dk>
1526
1527 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
1528 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
1529
2f1950bf
CY
15302006-07-26 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * keyboard.c (read_char): New arg END_TIME specifying timeout.
1533 All callers changed. Turn off echoing if END_TIME is non-NULL.
1534 (kbd_buffer_get_event): New arg END_TIME.
1535
1536 * lread.c (read_filtered_event): New arg SECONDS to wait until.
1537 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
1538
1539 * lisp.h: Update read-char, read-event, and read_filtered_event
1540 prototypes.
1541
1542 * keyboard.h: Include systime.h. Update read_char prototype.
1543
55a90501
YM
15442006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1545
1546 * alloc.c (find_string_data_in_pure): New function.
1547 (make_pure_string): Use it to reuse existing string data if possible.
1548
1549 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
1550
2db8f173
SM
15512006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * keymap.c (Fdefine_key): If the key binding definition looks like an
1554 XEmacs-style key sequence, convert it to Emacs's format.
1555
272f22eb
EZ
15562006-07-22 Ralf Angeli <angeli@caeruleus.net>
1557
1558 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
1559 parameters are bound to some values, use that instead of
1560 CW_USEDEFAULT.
1561
69b72317
EZ
15622006-07-21 Eli Zaretskii <eliz@gnu.org>
1563
1564 * w32.c (convert_time): Use explicit long double constants to
1565 ensure long double arithmetics is used throughout.
1566
14eee502
YM
15672006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1568
1569 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
1570 (init_alloc_once): Initialize them.
1571 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
1572 without alignment.
1573
1574 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
1575
eeeda6f1
KS
15762006-07-18 Francis Litterio <franl@world.std.com>
1577
1578 * w32term.c (x_calc_absolute_position): Fix frame positioning
1579 with negative X/Y coordinates.
1580
2381d38d
DN
15812006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
1584
1585 * textprop.c (text_read_only): Likewise.
1586
1587 * lread.c (end_of_file_error): Likewise.
1588
1589 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
1590 Likewise.
1591
1592 * eval.c (unwind_to_catch): Likewise.
1593
1594 * buffer.h (buffer_slot_type_mismatch): Likewise.
1595
5b5fca28
KS
15962006-07-18 Kim F. Storm <storm@cua.dk>
1597
1598 Cleanup Fsignal calls that never returns; now only use it for Qquit.
1599
1600 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
1601 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
1602 (signal_error): New no-return function (from xfaces.c).
1603 (Fthrow): Use xsignal2 instead of Fsignal + abort.
1604 (error): Use xsignal1 instead of Fsignal + abort.
1605 (FletX, Flet, grow_specpdl): Use signal_error.
1606 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
1607
6cb66a31 1608 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
5b5fca28
KS
1609 (list1): New function.
1610
1611 * lisp.h (list1): Add EXFUN.
1612 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
1613 Add prototypes. Mark them as no-return.
1614
1615 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
1616 Use xsignal1.
1617
1618 * callint.c (check_mark): Use xsignal0.
1619
1620 * casefiddle.c (casify_object): wrong_type_argument is no-return.
1621
1622 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
1623
1624 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
1625 (Fdefine_coding_system_internal): Use xsignal1.
1626
1627 * data.c (circular_list_error): Use xsignal.
1628 (wrong_type_argument): Use xsignal2. Don't care about return value.
1629 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
1630 Remove loop around Fsignal.
1631 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
1632 (indirect_function, Findirect_function, Fstring_to_number)
1633 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
1634 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
1635 Use xsignal0.
1636
1637 * doc.c (Fdocumentation): Use xsignal1.
1638
1639 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
1640
1641 * fileio.c (report_file_error): Use xsignal.
1642 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
1643 (Finsert_file_contents): Use xsignal2.
1644 (syms_of_fileio): Use list2, list3.
1645
1646 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
1647 (range_error2, domain_error2): Use xsignal3.
1648 (rounding_driver, fmod_float): Use xsignal0.
1649 (float_error): Use xsignal1.
1650 (matherr): Use xsignal.
1651
1652 * fns.c (Flength): wrong_type_argument is no-return.
1653 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
1654 (Fmd5): Use xsignal1.
1655
1656 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
1657
1658 * keyboard.c (recursive_edit_1): Use xsignal1.
1659
1660 * keymap.c (Fmap_keymap): Use xsignal1.
1661
1662 * lread.c (Fload): Use xsignal2, signal_error.
1663 (end_of_file_error): Use xsignal0, xsignal1.
1664 (read0): Use xsignal1.
1665 (invalid_syntax): New error function marked no-return.
1666 (read_integer, read1, read_list): Use it.
1667
1668 * macselect.c (x_get_local_selection): Use signal_error.
1669
1670 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
1671
1672 * search.c (compile_pattern_1): Use xsignal1.
1673 (signal_failure): Remove (was only called once).
1674 (search_command): Use xsignal1 instead of signal_failure.
1675
1676 * syntax.c (scan_lists): Use xsignal3.
1677
1678 * textprop.c (text_read_only): Use xsignal0, xsignal1.
1679
1680 * unexsol.c (unexec): Use xsignal.
1681
1682 * window.c (window_scroll_pixel_based, window_scroll_line_based):
1683 Use xsignal0.
1684
1685 * xfaces.c (signal_error): Move to eval.c.
1686 (resolve_face_name): Use xsignal1.
1687
1688 * xfns.c (x_decode_color): Use signal_error.
1689
1690 * xselect.c (x_get_local_selection, copy_multiple_data)
1691 (x_get_window_property_as_lisp_data)
1692 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
1693 (Fx_get_cut_buffer_internal): Use signal_error.
1694
d3f31bc5
YM
16952006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1696
1697 * macterm.c (XTread_socket): Undo previous change.
1698
1e53bd0e
YM
16992006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1700
1701 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
1702 directly lookup keycode_to_xkeysym_table.
1703 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
1704 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
1705 (XTread_socket): Use character codes to construct keypad key events.
1706 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
1707 (x_delete_display): Apply 2006-07-04 change for xterm.c.
1708
0de8dcc9
RS
17092006-07-17 Richard Stallman <rms@gnu.org>
1710
1711 * keyboard.c (Vcommand_error_function): New variable.
1712 (syms_of_keyboard): Defvar it.
1713 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
1714
1715 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
1716
55dc982c
KS
17172006-07-17 Kim F. Storm <storm@cua.dk>
1718
1719 * xdisp.c (handle_single_display_spec): Ensure the right value of
1720 it->position is saved by push_it.
1721 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
1722 (reseat_1): Don't setup it->object twice.
1723 (set_iterator_to_next): No need to set it->object after pop_it.
1724 (move_it_to): Explicitly check to see if last move reached to_charpos.
1725
ce7d5efe
TTN
17262006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
1727
1728 * xdisp.c (display_mode_line): Preserve match data.
1729
d753d9b7
KS
17302006-07-14 Kim F. Storm <storm@cua.dk>
1731
1732 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
1733 (init_winsock): Load them. Use ws2_32.dll.
1734 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
1735 (sys_accept): Undo last change. Instead, set child status to
1736 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
1737 sys_select will wakeup the reader thread.
1738 (_sys_wait_accept): New function used by reader thread to wait for
1739 an incoming connection on a server socket.
1740
1741 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
1742
1743 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
1744 server socket (FILE_LISTEN flag).
1745
dcc88121
JD
17462006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1747
1748 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
1749
8a8476f9
KS
17502006-07-14 Kim F. Storm <storm@cua.dk>
1751
1752 * w32.c: Fix high cpu load for server sockets.
1753 (pfn_WSAEventSelect): New function ptr.
1754 (init_winsock): Load it.
1755 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
1756 char_avail event object to FD_ACCEPT.
1757 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
1758 socket's char_avail event object to FD_READ|FD_CLOSE.
1759
1760 * w32.h (FILE_LISTEN): New filedesc flag value.
1761
f3500bbe
KS
17622006-07-13 Kim F. Storm <storm@cua.dk>
1763
1764 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
1765 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
1766 Simplify loops and use CAR for Bnth and Belt.
1767
1768 * data.c (Findirect_function): Optimize for no indirection.
1769
1770 * eval.c (Fthrow): Remove loop around Fsignal.
1771 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
1772 Use original function name in all signaled errors.
1773 Simplify Fsignal calls (no return).
1774 (funcall_lambda): Simplify Fsignal calls (no return).
1775
60c86a83
AS
17762006-07-13 Andreas Schwab <schwab@suse.de>
1777
1778 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
1779 out_charpos.
1780
d40ec4a0
KH
17812006-07-13 Kenichi Handa <handa@m17n.org>
1782
1783 * editfns.c (Fformat): Fix calculation of text property positions
1784 of format string.
1785
b8a6aaa7
KS
17862006-07-12 Kim F. Storm <storm@cua.dk>
1787
1788 * lisp.h (CHECK_TYPE): New macro for generic type checking.
1789 (CAR_SAFE, CDR_SAFE): New macros.
1790 (ARRAYP, CHECK_ARRAY): New macros.
1791 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
1792 (CHECK_WINDOW_CONFIGURATION): New macro.
1793 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
1794 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1795 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
1796 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
1797 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
1798 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
1799 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1800 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
1801
1802 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
1803 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
1804
1805 * callint.c (Fcall_interactively):
1806 * casefiddle.c (casify_object):
1807 * editfns.c (general_insert_function):
1808 * fns.c (Flength, Felt, Ffillarray):
1809 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
1810
1811 * data.c (wrong_type_argument): Remove loop around Fsignal.
1812 (Farrayp, Fsequencep): Use ARRAYP.
1813 (Fcar): Use CAR.
1814 (Fcar_safe): Use CAR_SAFE.
1815 (Fcdr): Use CDR.
1816 (Fcdr_safe): Use CDR_SAFE.
1817 (Fsetcar, Fsetcdr): Use CHECK_CONS.
1818 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
1819 (Faset): Use CHECK_ARRAY.
1820
1821 * fns.c (Felt): Use CHECK_ARRAY.
1822 (concat): Use CHECK_NUMBER.
1823 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
1824 (Fmemq): Use CHECK_LIST.
1825 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
1826 (assq_no_quit): Use CAR_SAFE.
1827 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
1828 Use CHECK_LIST_CONS.
1829 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
1830
1831 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
1832
1833 * casetab.c (check_case_table):
1834 * category.c (check_category_table):
1835 * marker.c (Fcopy_marker):
1836 * syntax.c (check_syntax_table):
1837 * xfaces.c (load_pixmap): Use CHECK_TYPE.
1838
1839 * fns.c (Fcopy_sequence, concat):
1840 * fringe.c (Fdefine_fringe_bitmap):
1841 * lread.c (check_obarray): Cleanup wrong_type_argument use.
1842
e55deb0b
KS
1843 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
1844
b8a6aaa7
KS
1845 * keymap.c (Fdefine_key, Flookup_key):
1846 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
1847
1848 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
1849
1850 * search.c (Fset_match_data): Use CHECK_LIST.
1851
1852 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
1853
1854 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
1855 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
1856
099d4201
YM
18572006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1858
1859 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
1860
1861 * dired.c: Include blockinput.h.
1862 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
1863
1864 * editfns.c: Include blockinput.h.
1865 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
1866 getpwuid/getpwnam.
1867
1868 * fileio.c: Include blockinput.h.
1869 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
1870 around getpwnam.
1871 (search_embedded_absfilename): Remove spurious xfree.
1872
2e42ee7b
KS
18732006-07-11 Kim F. Storm <storm@cua.dk>
1874
1875 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
1876 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
1877 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
8e09f23f 1878 Signal error if TIMEOUT is not a number.
2e42ee7b
KS
1879 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
1880 The rework of sit_for args also fixes several incorrect Qt args
1881 which should have been 1.
1882 (Fredisplay): Pass 1 instead of Qt to swallow_events and
1883 detect_input_pending_run_timers.
1884
1885 * lisp.h (sit_for): Update prototype.
1886 (Fredisplay): Add EXFUN.
1887
1888 * dispextern.h (sit_for): Remove prototype.
1889
1890 * callint.c (Fcall_interactively):
1891 * minibuf.c (temp_echo_area_glyphs):
1892 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
1893 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
1894
a0aa7fcf
SM
18952006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
1898
ff97f952
KS
18992006-07-11 Kim F. Storm <storm@cua.dk>
1900
68ade564 1901 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
ff97f952
KS
1902 input is available. Fix test for redisplay_dont_pause non-nil.
1903 Specbind redisplay-dont-pause to t if FORCE non-nil.
1904
7ba07a1a
CY
19052006-07-10 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * puresize.h (BASE_PURESIZE): Increment to 1211000.
1908
1909 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
1910 (Fsit_for): Function deleted.
1911
a0aa7fcf
SM
1912 * keyboard.c (command_loop_1, Fexecute_extended_command):
1913 Call sit_for instead of Fsit_for.
7ba07a1a
CY
1914
1915 * minibuf.c (temp_echo_area_glyphs): Likewise.
1916
2312c580
SM
19172006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * syntax.c (Fforward_comment): Revert the reversion.
932e6895 1920 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
2312c580 1921
bf88ca63
JPW
19222006-07-09 John Paul Wallington <jpw@pobox.com>
1923
1924 * syntax.c (Fforward_comment): Revert previous change.
1925
08b17d37
KS
19262006-07-09 Kim F. Storm <storm@cua.dk>
1927
1928 * window.c (Fforce_window_update): Doc fix.
1929
26816cbf
SG
19302006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
1931
1932 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
1933 directory unreadable for better user privacy.
1934
4332cf50
SM
19352006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1936
dd9f0dcd
SM
1937 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
1938
4332cf50
SM
1939 * lread.c (read_filtered_event): Remove `register' qualifier because it
1940 causes compilation problem with gcc-4.0.2-20051125 on amd64.
91fe9496
SM
1941 (readevalloop): Remove unused var `bpos'.
1942 Yet another int/Lisp_Object mixup (YAILOM).
4332cf50 1943
dfb4bff5
EZ
19442006-07-07 Eli Zaretskii <eliz@gnu.org>
1945
1946 * keyboard.c (Fexecute_extended_command): Mention the argument
1947 PREFIXARG in the doc string.
1948
efaed3b0
KS
19492006-07-07 Kim F. Storm <storm@cua.dk>
1950
1951 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1952
e2e6e4d2
CY
19532006-07-05 Chong Yidong <cyd@stupidchicken.com>
1954
234fb773
CY
1955 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
1956 clash detection using the base buffer.
1957
e2e6e4d2
CY
1958 * puresize.h (BASE_PURESIZE): Increment to 1210500.
1959
e128be55
KS
19602006-07-04 Kim F. Storm <storm@cua.dk>
1961
1962 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
1963
2462bc66
KH
19642006-07-04 Kenichi Handa <handa@m17n.org>
1965
1966 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
1967 to update Voverriding_fontspec_alist.
1968
9ca24617
RS
19692006-07-03 Richard Stallman <rms@gnu.org>
1970
1971 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
1972
1973 * xfaces.c (Fface_attribute_relative_p): Doc fix.
1974
1975 * textprop.c (Fget_char_property_and_overlay): Doc fix.
1976
1977 * eval.c (Fdefvaralias): Doc fix.
1978
d8ab3c6d
KS
19792006-07-03 Kim F. Storm <storm@cua.dk>
1980
1981 * dispnew.c (sit_for): Fix preempt condition.
1982
ca77ee45
SM
19832006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * lread.c (read_filtered_event): Treat select-window just like
1986 switch-frame.
1987
8cb72de5
KS
19882006-07-02 Kim F. Storm <storm@cua.dk>
1989
1990 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
1991 to ever fit the tool-bar,
1992 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
1993 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
1994 (redisplay_tool_bar): Only clear desired matrix if we actually
1995 change the tool-bar window height. Only try to make the tool-bar
1996 window bigger if there is actually room for it.
1997
6407e67c
EZ
19982006-06-30 Ralf Angeli <angeli@caeruleus.net>
1999
2000 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
2001 SPI_GETWORKAREA to find the dimensions of the screen work area,
2002 and adjust vertical position of the frame in order to avoid being
2003 covered by the task bar.
2004
2005 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
2006 f->left_pos and SH_SHOW instead of f->top_pos in the call to
2007 CreateWindow. Record the actual position in f->left_pos and
2008 f->top_pos.
2009
639804b3
JPW
20102006-06-30 John Paul Wallington <jpw@pobox.com>
2011
2012 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
2013 Doc fix - default value has changed.
2014
3ff05183
YM
20152006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2016
2017 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
2018
2019 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
2020
2021 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
2022
2023 * macterm.c (Qeql): Add extern.
2024 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
2025 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
2026 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
2027 Change keys of Vmac_atsu_font_table from strings to numbers.
2028 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
2029 (init_font_name_table) [USE_ATSUI]: Use it.
2030 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
2031 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
2032 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
2033 only when saved_ts_script_language_on_focus coincides with
2034 Vmac_ts_script_language_on_focus.
2035 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
2036 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
2037 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
2038 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
2039
df8ffa05
CY
20402006-06-27 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
2043 (Ffield_string_no_properties, Ffield_end): Mention
2044 args-out-of-range error condition in docstring.
2045
04405ad9
KS
20462006-06-27 Kim F. Storm <storm@cua.dk>
2047
2048 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
2049
f8e83735
KS
20502006-06-25 Kim F. Storm <storm@cua.dk>
2051
2052 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
2053 version 2.4 and later.
2054
86b2ba0d
CY
20552006-06-24 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * xfns.c (Fx_create_frame): Set font parameter directly instead of
2058 using x_default_parameter, since x_get_args clears the parm alist.
2059
eff6bfea
EZ
20602006-06-24 Eli Zaretskii <eliz@gnu.org>
2061
2062 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
2063 case-insensitively.
2064
d9034473
EZ
20652006-06-24 Aidan Kehoe <kehoea@parhasard.net>
2066
2067 * lread.c (read_escape): When an unknown Unicode code point is
2068 encountered as a string or character escape, signal an error.
2069
8800bd5c
KS
20702006-06-23 Kim F. Storm <storm@cua.dk>
2071
31005921
KS
2072 * .gdbinit (pitx): Dump iterator stack.
2073
8800bd5c
KS
2074 * xdisp.c (handle_composition_prop): Push iterator on stack.
2075 (set_iterator_to_next): Pop iterator at end of composition.
2076
28fa06ea
EZ
20772006-06-23 Martin Rudalics <rudalics@gmx.at>
2078
2079 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
2080 itself on DOS_NT platforms, if the old and new names are identical
2081 but for the letter-case.
2082
43a37241
KS
20832006-06-21 Kim F. Storm <storm@cua.dk>
2084
2085 * dispextern.h (struct it): Add `position' member to iterator stack.
2086 Rename `pos' member to `current'. Rearrange and add comments.
2087
2088 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
2089 if we get any overlays.
2090 (set_cursor_from_row): Don't clobber `end' if we rescan from
2091 start_string.
2092 (push_it, pop_it): Save it->position.
2093
a5bd14d3
RS
20942006-06-19 Richard Stallman <rms@gnu.org>
2095
2096 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
2097 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
2098 for the case of a top-level window and the following minibuffer.
2099 Don't exit because of no `next' when there is a parent.
2100 Use the FIRST_ONLY feature when resizing following windows.
eb85ecac 2101
a5bd14d3
RS
2102 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
2103
a3efc408
KS
21042006-06-17 Kim F. Storm <storm@cua.dk>
2105
2106 * dispnew.c (update_frame): Check for input pending on entry.
2107 (update_window, update_frame_1): Break loop if input is detected.
2108
d692a3d5
JD
21092006-06-16 Francis Litterio <flitterio@gmail.com>
2110
2111 * xterm.c (x_check_expected_move, handle_one_xevent)
2112 (x_set_offset, x_check_fullscreen): Extensive changes to make
2113 frame positioning deterministic under X.
2114
b70e1a2b 2115 * xterm.h (x_output): Add members left_before_move and
d692a3d5
JD
2116 top_before_move. Removed members expected_left and expected_top.
2117
df05d913
KS
21182006-06-16 Kim F. Storm <storm@cua.dk>
2119
626c7c71
KS
2120 * dispextern.h (struct it): Add union to iterator stack to save
2121 image, composition, and stretch specific paramters.
2122
2123 * xdisp.c (next_overlay_string): Fix assert.
2124 (push_it, pop_it): Handle composition and stretch specific values.
2125 Only handle it->slice in image (for now).
2126 (back_to_previous_visible_line_start): Continue search if newline is
2127 part of a compisition. Simplify.
2128 (reseat_1): Set it->object to buffer.
2129 (set_iterator_to_next): Set it->object to string or buffer, when
2130 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
2131 (next_element_from_composition): Set it->object to buffer if not
2132 from string.
2133 (set_cursor_from_row): Only save start of string if not already
2134 done to handle multiple strings in a row.
2135
df05d913
KS
2136 * .gdbinit (pitx): Show composition parameters.
2137 (pgx, pg): New commands to print a glyph structure.
2138 (pgi, pgn): New commands to print specific/next glyph.
2139 (pgrowx, pgrow): New commands to print all glyphs in a row.
2140
aa2f234a
YM
21412006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2142
2143 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
2144 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
2145
2146 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
2147 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
2148 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
2149 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
2150 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
2151 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
2152 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
2153 Services functions to get size of main display in pixels.
2154
633e63ca
CY
21552006-06-14 Chong Yidong <cyd@stupidchicken.com>
2156
d0f891a7
SM
2157 * xdisp.c (back_to_previous_visible_line_start):
2158 Reset it->continuation_lines_width.
633e63ca 2159
cac9d766
RS
21602006-06-14 Richard Stallman <rms@gnu.org>
2161
2162 * eval.c (Fdefconst): Mark variable as risky.
2163
2164 * callproc.c (Fcall_process): Doc fix.
2165
2166 * window.c (adjust_window_trailing_edge): Don't break out of the loop
2167 because there's no next window, if there are parallel windows.
2168 Do break out when WINDOW is nil.
df05d913 2169
bae1ed29
KS
21702006-06-14 Kim F. Storm <storm@cua.dk>
2171
1bb32610
KS
2172 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
2173 iterator stack (instead of hardcoded number). Increase from 2 to
2174 4 to make room for propertized overlay strings before and after a
2175 display string, image or composition.
2176 (struct it): Add image_id and method members to iterator stack.
2177
2178 * xdisp.c (init_from_display_pos): Don't set it->method and
2179 overlay_string_index after pop_it. Add asserts.
2180 (handle_stop): Look for overlay strings around a display string,
2181 image, or composition. Handle properties on those strings.
2182 (next_overlay_string): Don't set string, pos or method after pop_it.
2183 (get_overlay_strings_1): Split from get_overlay_strings; don't
2184 modify it if no overlay strings are found.
2185 (get_overlay_strings): Use get_overlay_strings_1. Always set
2186 it->string and it->method.
2187 (push_it): Push it->image_id and it->method. Push it->object
2188 instead of it->string if method is GET_FROM_IMAGE.
2189 (pop_it): Pop it->image_id and it->method. Ppo it->object
2190 instead of it->string if method is GET_FROM_IMAGE.
2191 Reset it->current.string_pos if popped it->string is nil.
2192 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
2193 whether a given change was correct; but the change is correct.
2194 Clear it->string_from_display_prop_p.
2195 (set_iterator_to_next): Rely on it->method and it->image_id from
2196 iterator stack, instead of setting them explicitly after pop_it.
2197
bae1ed29
KS
2198 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
2199 negative time forces redisplay even when input is available.
2200 (Fsit_for): Doc fix.
2201
8eb2b87f
KS
22022006-06-13 Kim F. Storm <storm@cua.dk>
2203
2204 * dispnew.c: Modify preemptive redisplay to be based on periodic
2205 checks for input.
2206 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
2207 (Vredisplay_preemption_period): New variable.
2208 (syms_of_display): DEFVAR_LISP and initialize it.
2209 (preemption_period, preemption_next_check): New variables.
2210 (update_frame, update_single_window): Initialize them based on
2211 Vredisplay_preemption_period if !force_p.
2212 (update_window, update_frame_1): Use them to determine when to
2213 check for input.
2214
7cb93181
EZ
22152006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2216
2217 * lread.c (read_escape): Provide a Unicode character escape
2218 syntax; \u followed by exactly four or \U followed by exactly
2219 eight hex digits in a comment or string is read as a Unicode
2220 character with that code point.
2221
cf402f3f
EZ
22222006-06-09 Eli Zaretskii <eliz@gnu.org>
2223
2224 * window.c (window_scroll_pixel_based): Signal "Beginning of
2225 buffer" when scroll-down at the beginning of an empty buffer.
2226
67b5f809
YM
22272006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2228
d0f891a7
SM
2229 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
2230 Exclude 0x7f from ASCII range.
67b5f809 2231
94856834
JR
22322006-06-05 Jason Rumney <jasonr@gnu.org>
2233
2234 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
2235 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
2236 (x_scroll_bar_report_motion): Remove workarounds for
2237 versions of Windows NT < 3.51.
2238 [!SIF_ALL]: Remove.
2239 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
2240 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
2241
d495ccfc
DK
22422006-06-04 David Kastrup <dak@gnu.org>
2243
2244 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
2245 `sit-for'.
2246
fabcf455
YM
22472006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2248
2249 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
2250
2251 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
2252
2253 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
2254 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
2255 [USE_MAC_TSM]: Likewise.
2256 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
2257 (Qbefore_string) [USE_MAC_TSM]: Add extern.
2258 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
2259 ActivateTSMDocument/DeactivateTSMDocument.
2260 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
2261 (mac_handle_window_event) [USE_MAC_TSM]: Handle
2262 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
2263 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
2264 (install_window_handler) [USE_MAC_TSM]: Install it. Register
2265 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
2266 (keycode_to_xkeysym_table): Add entry for f16.
2267 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
2268 before/after passing keystroke event to toolbox dispatcher.
2269 (init_tsm) [USE_MAC_TSM]: New function.
2270 (mac_initialize) [USE_MAC_TSM]: Call it.
2271 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
2272
2273 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
2274
4985dde2
JPW
22752006-06-02 John Paul Wallington <jpw@gnu.org>
2276
2277 * xfns.c (x_set_name_internal): Set icon to `text', derived from
2278 name, when frame's icon_name isn't a string rather than only when
2279 it is nil.
2280
3f65d6f5
EZ
22812006-06-03 Eli Zaretskii <eliz@gnu.org>
2282
2283 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
2284 and not nil.
2285
56f41f98
CY
22862006-06-02 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
2289 string.
2290
70a4cae4
YM
22912006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2292
2293 * xdisp.c (next_element_from_composition): Set it->object to
2294 it->string if composition is coming from string.
2295 (set_cursor_from_row): Don't return 0 unless row displays a
2296 continued line.
2297 (dump_glyph): Dump composite glyph.
06c7827a 2298
8b2b00f5
JD
22992006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2300
2301 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
2302
963128f3
RS
23032006-06-01 Richard Stallman <rms@gnu.org>
2304
2305 * window.c (Fsplit_window): Doc fix.
2306
24a71bb1
KS
23072006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2308
2309 * process.c (deleted_pid_list): New variable to store the pids
2310 of deleted processes. Declare it only if SIGCHLD is defined.
2311 (init_process): Initialize it.
2312 (syms_of_process): Staticpro it.
2313 (Fdelete_process): Add pid of the deleted process to it. Check after
2314 the addition and before the kill if the process is already stopped,
2315 in which case it is deleted from the list and not killed.
2316 (sigchld_handler): Define it only if SIGCHLD is. Search the process
2317 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
2318 Original idea by Stefan Monnier.
2319
a71a7704
KS
23202006-06-01 Kim F. Storm <storm@cua.dk>
2321
2322 * dispnew.c (sit_for): Perform redisplay even if input is pending
2323 when redisplay-dont-pause is non-nil.
2324
36f0107c
YM
23252006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2326
2327 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
2328 (XTread_socket): Remove obsolete comment.
2329
2e92a7cb
JD
23302006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2331
2332 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
2333 menu-bar-open.
2334
c9467aaa
JD
23352006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2336
2337 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
2338 menu-bar-open.
2339
2340 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
2341
82db8fa7
JL
23422006-05-31 Juri Linkov <juri@jurta.org>
2343
2344 * minibuf.c (Vhistory_add_new_input): New variable.
2345 (read_minibuf): Use it.
2346 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
2347 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
2348
360fecca
KS
23492006-05-31 Kim F. Storm <storm@cua.dk>
2350
2351 * process.c (select_wrapper): Add wrapper around select to work around
2352 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
2353 select called from wait_reading_process_output.
2354
303e108c
AS
23552006-05-30 Andreas Schwab <schwab@suse.de>
2356
2357 * xmenu.c (Fmenu_bar_start): Return a value.
2358
d9e8091d
RS
23592006-05-30 Richard Stallman <rms@gnu.org>
2360
2361 * coding.c (Ffind_operation_coding_system): Doc fix.
2362
7c42b3e0
EZ
23632006-05-30 Eli Zaretskii <eliz@gnu.org>
2364
2365 * w32term.c (x_draw_hollow_cursor): Fix last change.
2366
73af0716
KS
23672006-05-29 Kim F. Storm <storm@cua.dk>
2368
2369 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
2370
23712006-05-29 Eli Zaretskii <eliz@gnu.org>
a952cebe
EZ
2372
2373 * coding.c (Ffind_operation_coding_system): Doc fix.
2374
ffd71266
YM
23752006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2376
2377 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
2378 Call mac_set_font_info_for_selection if font panel is made visible.
2379
2380 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
2381 (mac_font_panel_visible_p, mac_show_hide_font_panel)
2382 [USE_MAC_FONT_PANEL]: New functions.
2383 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
2384 immediately if font panel is not visible.
2385
2386 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
2387 Add externs.
2388
01d09305
DN
23892006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
2390
2391 * search.c (matcher_overflow): Mark as NO_RETURN.
2392
2393 * xterm.c (x_connection_closed): Likewise.
2394
2395 * sysdep.c (croak): Likewise.
2396
2397 * sound.c (sound_perror, alsa_sound_perror): Likewise.
2398
2399 * lisp.h (die, nsberror): Likewise.
2400
c1c032a3
JD
24012006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2402
3fc7a865
JD
2403 * sound.c (alsa_open, alsa_configure, alsa_write): Move
2404 assignment to err out of if-statement.
2405
c1c032a3
JD
2406 * gtkutil.c (menu_nav_ended): New function.
2407 (create_menus): Connect menu_nav_ended to "selection-done" to fix
2408 grabs.
2409
2410 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2411
345b3483
DN
24122006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2413
2414 * charset.h (invalid_character): Mark as NO_RETURN.
2415
7311509e
KH
24162006-05-29 Kenichi Handa <handa@m17n.org>
2417
2418 * coding.c (Ffind_operation_coding_system): Call a function by
2419 safe_call1 instead of call1.
2420
6ad0381c
SM
24212006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * window.c (struct saved_window): Add `dedicated'.
2424 (Fset_window_configuration, save_window_save): Save/restore the
2425 `dedicated' flag.
2426
794033ae
KS
24272006-05-28 Kim F. Storm <storm@cua.dk>
2428
2429 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
2430 don't update w->cursor and return 0. Return 1 on success.
2431 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
2432 until it succeeds.
2433
2434 * dispextern.h (set_cursor_from_row): Update prototype.
2435
26837cd3
KS
24362006-05-28 Kim F. Storm <storm@cua.dk>
2437
2438 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
2439 parameters. Adjust x and width in case cursor in on a partially
2440 visible stretch glyph on the left edge.
2441 (erase_phys_cursor): Don't erase into left fringe/margin in case
2442 previous cursor glyph is a partially visible stretch glyph on left.
2443
2444 * dispextern.h (get_phys_cursor_geometry): Update prototype.
2445
2446 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
2447 cursor and erasing cursor on partially visible stretch glyph on left.
2448 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
2449
2450 * macterm.c: Likewise.
2451
2452 * w32term.c: Likewise.
2453
412f3f18
YM
24542006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2455
6ad0381c
SM
2456 * macselect.c (mac_handle_apple_event):
2457 Return errAEEventNotHandled if key binding is not found.
412f3f18 2458
0f7078f0
EZ
24592006-05-26 Eli Zaretskii <eliz@gnu.org>
2460
2461 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
2462 [__MINGW32__]: MinGW-specific declaration of `etext'.
2463
2464 * w32heap.c (etext, edata): Remove unused definitions.
2465
795c20df
CY
24662006-05-26 Chong Yidong <cyd@stupidchicken.com>
2467
6ad0381c
SM
2468 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
2469 Incorporate the exclusive file-opening functionality into the behavior
2470 when OK-IF-ALREADY-EXISTS is nil.
795c20df
CY
2471 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
2472
07a7837c
JD
24732006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2474
2475 * sound.c (alsa_configure): Move get period/buffer_size after
2476 setting hwparams.
2477
f1c582b4
KH
24782006-05-26 Kenichi Handa <handa@m17n.org>
2479
2480 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
2481 . BUFFER) in TARGET.
2482
3165e450
CY
24832006-05-25 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * image.c (png_load): Don't call fclose on NULL.
2486
d579f53b
LT
24872006-05-25 Luc Teirlinck <teirllm@auburn.edu>
2488
2489 * fns.c (Fyes_or_no_p):
2490 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
2491 only seven args.
2492
abeb5483
JL
24932006-05-25 Juri Linkov <juri@jurta.org>
2494
2495 * lisp.h (Fread_from_minibuffer): Decrement number of args.
2496
2497 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
2498 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
2499
2500 * buffer.c (mode-line-format): Fix docstring.
2501
403a7bca
RS
25022006-05-25 Richard Stallman <rms@gnu.org>
2503
2504 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
2505
24b0232f
LT
25062006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2507
2508 * puresize.h (BASE_PURESIZE): Increase to 1210000.
2509
ac9f37df
AM
25102006-05-24 Alan Mackenzie <acm@muc.de>
2511
2512 * lread.c (Vload_history): Enhance doc-string to say that the file
2513 is the absolute truename of the loaded file.
2514
2515 * lread.c (Vafter_load_alist): doc-string: state that an element
2516 now has a regexp to match file names, not a file name as such.
2517
2518 * lread.c (readevalloop): Call file-truename on the name for
2519 load-history, except at preloading time.
2520
2521 * lread.c (Fload): At preloading time, preserve the extension of
6ad0381c 2522 the filename which goes into load-history. New var hist_file_name.
ac9f37df
AM
2523
2524 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
2525 function do-after-load-evaluation.
2526
e4dff88d
YM
25272006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2528
2529 * mac.c (ae_attr_table): New variable.
2530 (syms_of_mac): Intern and staticpro its elements.
2531 (mac_aelist_to_lisp): Also convert Apple event attributes.
2532 (mac_ae_put_lisp): New function.
2533 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
2534
2535 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
2536
2537 * macselect.c (Qemacs_suspension_id): New variable.
2538 (syms_of_macselect): Intern and staticpro it.
2539 (struct suspended_ae_info): New struct.
2540 (deferred_apple_events, defer_apple_events)
2541 (Fmac_process_deferred_apple_events): Use it.
2542 (suspended_apple_events): New variable.
2543 (mac_handle_apple_event_1): New function.
2544 (mac_handle_apple_event): Use it. Don't process previously
2545 suspended events.
412f3f18 2546 (cleanup_suspended_apple_events, get_suspension_id)
e4dff88d
YM
2547 (cleanup_all_suspended_apple_events): New functions.
2548 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
2549 at exit.
2550 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
2551 (Fmac_resume_apple_event): New defuns.
2552 (syms_of_macselect): Defsubr them.
2553
2554 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
2555 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
2556
2557 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
2558 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
2559 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
2560 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
2561 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
2562 Likewise.
2563 (typeUTF8Text, kEventParamWindowMouseLocation)
2564 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
2565 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
2566
b8c6940e
YM
25672006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2568
2569 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
2570 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
2571 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
2572 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
2573 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
2574 resource to backtranslate key with modifiers.
2575 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
2576
0277e36c
JD
25772006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2578
2579 * xterm.c: Remove declarations already in xterm.h
2580
2581 * xterm.h: Add extern declarations for x_clear_errors,
26837cd3 2582 x_fully_uncatch_errors, x_catching_errors and
0277e36c
JD
2583 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
2584
63af6055
RS
25852006-05-21 Richard Stallman <rms@gnu.org>
2586
55815819
RS
2587 * xfaces.c (best_matching_font): Abort for best == NULL
2588 before we start to use it.
2589
63af6055
RS
2590 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
2591
5748161e
KS
25922006-05-20 Kim F. Storm <storm@cua.dk>
2593
2594 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
2595
431225c6
YM
25962006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2597
2598 * macterm.c (convert_fn_keycode): Fix last change.
2599
e00b99c8
EZ
26002006-05-19 Eli Zaretskii <eliz@gnu.org>
2601
2602 * w32.c (init_environment): Perform the processing of environment
2603 variables on a copy of default variables and their values, not on
75e3b957
EZ
2604 the original. Simplify code that calls ExpandEnvironmentStrings
2605 and make buf1[] and buf2[] more visible for easier debugging.
e00b99c8 2606
689840b9
YM
26072006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2608
2609 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
2610
2611 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
2612
2613 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2614
2615 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
2616 Forward keyUp events to toolbox_dispatcher.
2617
2618 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2619
a940e2c6
JD
26202006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2621
2622 * config.in: Regenerated (HAVE_ALSA).
2623
2624 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2625 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
2626 (snd_error_quiet, alsa_init): New functions.
2627 (vox_init): Return 0 if unable to open device.
2628 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
2629 a fallback.
2630 (struct sound_device): Add period_size.
2631 (wav_play, au_play): Use period_size if set.
2632
14a56a1b
JB
2633 * Makefile.in (CFLAGS_SOUND): New flags for ALSA.
2634 (ALL_CFLAGS): Add CFLAGS_SOUND.
a940e2c6 2635
8acb7dad
KH
26362006-05-18 Kenichi Handa <handa@m17n.org>
2637
2638 * callproc.c (Fcall_process): Reject encoding arguments by
2639 ascii-incompatible coding systems (e.g. utf-16).
2640
2641 * coding.c (Qascii_incompatible): New variable.
2642 (syms_of_coding): Setup Qascii_incompatible.
2643 (setup_coding_system): Be sure to initialize coding->common_flags.
2644 Check `ascii-incompatible' property of the coding system.
2645
2646 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2647
f5ecbcee
KS
26482006-05-18 Kim F. Storm <storm@cua.dk>
2649
647b07d1
AS
2650 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2651 geometry when backtracking in case last image doesn't fit on line.
f5ecbcee 2652
856bb2b0 26532006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
f5ecbcee 2654
647b07d1
AS
2655 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2656 more than height of one frame default line.
f5ecbcee 2657
5748161e
KS
26582006-05-17 Richard Stallman <rms@gnu.org>
2659
2660 * xfaces.c (better_font_p): Any font beats no font.
2661 (best_matching_font): Simplify based on above change.
26837cd3 2662
6f5c4cc9 2663 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
5748161e 2664
b3abe3a5
KS
26652006-05-16 Kim F. Storm <storm@cua.dk>
2666
2667 * xterm.c (handle_one_xevent): Check that f is not NULL before
2668 calling x_kill_gs_process.
2669
46a2df8e
RS
26702006-05-14 Richard Stallman <rms@gnu.org>
2671
2672 * textprop.c (Fnext_single_char_property_change)
2673 (Fprevious_single_char_property_change): Don't allow returning
2674 value beyond LIMIT in any cases.
2675 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
b3abe3a5 2676
46a2df8e
RS
2677 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
2678
79fb0ab7
JD
26792006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2680
2681 * xterm.c (handle_one_xevent): Check that f is not NULL before
2682 calling _XEditResCheckMessages.
2683
0f479f06
KS
26842006-05-14 Kim F. Storm <storm@cua.dk>
2685
2686 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
2687
642c61f3
EZ
26882006-05-13 Eli Zaretskii <eliz@gnu.org>
2689
dac85f4b
EZ
2690 * frame.c (x_set_border_width): Fix error message to say "frame",
2691 not "window".
2692
642c61f3
EZ
2693 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2694
4e8f005c
CY
26952006-05-12 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * intervals.c (set_point_both): Fix mixup before before and after
2698 in variable names.
2699
2700 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
2701 while setting point temporarily.
2702
1ed7b9ae
RS
27032006-05-11 Richard Stallman <rms@gnu.org>
2704
2705 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
2706
f46f3e21
KS
27072006-05-11 Kim F. Storm <storm@cua.dk>
2708
2709 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
2710
17ad716a
KH
27112006-05-11 Kenichi Handa <handa@m17n.org>
2712
2713 * fileio.c (Finsert_file_contents): Fix for the case of IO error
2714 while handling replace operation.
2715
4da9c136
KH
27162006-05-10 Kenichi Handa <handa@m17n.org>
2717
2718 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
2719 chosen for the default face was different from the frame font,
2720 adjust the frame font.
2721
dec94049
YM
27222006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2723
2724 * image.c (Qduration) [MAC_OS]: Undo previous change.
2725 (syms_of_image) [MAC_OS]: Likewise.
2726 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2727
2728 * macfns.c (x_to_mac_color): Fix shift amount change.
b8c6940e 2729 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
dec94049
YM
2730 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2731
2732 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
2733 Vmac_services_selection. All uses changed.
2734 (mac_store_service_event): Rename from mac_store_services_event in
2735 extern and calls.
2736
2737 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
2738 changed.
2739 [MAC_OSX] (mac_store_service_event): Rename from
2740 mac_store_services_event. All callers changed.
2741 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
2742 FACE_ID and C. All callers changed.
2743 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
2744 mac_set_font_info_for_selection when focus frame is destroyed.
2745 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2746
2747 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
2748 args in extern.
2749
d3ee989e
CY
27502006-05-09 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * keymap.c (describe_map): Avoid generating duplicate entries if
2753 the shadowed binding has the same definition.
2754
5f2c7b2a
KH
27552006-05-09 Kenichi Handa <handa@m17n.org>
2756
2757 * keymap.c (push_key_description): Handle invalid character key.
2758
76a25e79
KH
27592006-05-08 Kenichi Handa <handa@m17n.org>
2760
2761 * callproc.c (Fcall_process): Use system_eol_type for encoding
2762 arguments if eol_type is not yet decided.
2763
2764 * coding.h (system_eol_type): Extern it.
2765
2766 * coding.c (setup_coding_system): For invalid coding-system, set
2767 coding->eol_type to CODING_EOL_UNDECIDED.
2768 (encode_coding): Cancel previous change.
2769 (shrink_encoding_region): Likewise.
2770 (code_convert_region1): Likewise.
2771 (code_convert_string1): Likewise.
2772 (code_convert_string_norecord): Likewise.
2773
2774 * fileio.c (choose_write_coding_system): Use system_eol_type for
2775 encoding if eol_type is not yet decided.
2776
2777 * process.c (setup_process_coding_systems): Use system_eol_type
2778 for encoding if eol_type is not yet decided.
2779 (read_process_output): Likewise.
2780 (send_process): Likewise.
2781
f4b46bb9
JB
27822006-05-07 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
2785
cc9945f2
YM
27862006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2787
2788 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
2789 (syms_of_mac): Likewise for defsubr.
2790
2791 * macfns.c (mac_set_font): New function.
2792 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
2793 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
2794 kWindowToolbarButtonAttribute when creating window.
2795 (Fmac_clear_font_name_table): Move from macfns.c.
2796 (syms_of_macfns): Likewise for defsubr.
2797 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
2798 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2799
2800 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
2801 and build is done on Mac OS X 10.2 and later.
2802
2803 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
2804 (mac_store_services_event): Change return type in extern.
2805
dec94049
YM
2806 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
2807 FMFontFamily value.
cc9945f2
YM
2808 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
2809 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
2810 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
2811 (QWindow) [MAC_OSX]: Likewise.
2812 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
2813 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
2814 (syms_of_macterm) [USE_ATSUI]: Defvar it.
2815 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
2816 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
2817 (syms_of_macterm): Intern and staticpro them.
dec94049 2818 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
cc9945f2
YM
2819 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
2820 function.
2821 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
2822 [MAC_OSX] (mac_store_services_event): Likewise.
2823 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
2824 kEventWindowToolbarSwitchMode event.
2825 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
2826 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
2827 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
2828 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
2829 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2830
2831 * macterm.h (mac_set_font_info_for_selection): Add extern.
2832
41f7a85e
YM
28332006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2834
2835 * image.c (Qduration) [MAC_OS]: New variable.
2836 (syms_of_image) [MAC_OS]: Intern and staticpro it.
2837 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
2838 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
2839 instead of cfstring_create_with_string.
2840
a1dfdf24
KS
28412006-05-06 Kim F. Storm <storm@cua.dk>
2842
2843 * .gdbinit (xframe): Print frame name.
2844 (xlist): New command to print a list (max 10 elements).
2845 (xpr): Print lisp object of any type.
2846 (pitx): Print it->pixel_width.
2847
37e21325
KH
28482006-05-05 Kenichi Handa <handa@m17n.org>
2849
2850 * xdisp.c (handle_composition_prop): Fix for the case of empty
2851 composition component.
2852
ef0154b5
YM
28532006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2854
2855 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
2856 from event->arg.
2857
2858 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
2859 MAC_APPLE_EVENT.
2860
2861 * macterm.h (mac_make_lispy_event_code): Remove extern.
2862 (mac_post_mouse_moved_event): Add extern.
2863 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2864 `const AEDesc *' in externs.
2865 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2866
2867 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
2868 `const AEDesc *'.
2869 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
2870 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
2871 Use xrealloc instead of repeated xmalloc/xfree.
2872 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
2873 function.
2874
2875 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
2876
2877 * macselect.c: Update copyright year.
2878 (mac_store_apple_event): Change return type to void in extern.
2879 (mac_handle_apple_event): Don't get return value from
2880 mac_store_apple_event.
2881 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
2882 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
2883 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
2884 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
2885 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
2886 implementation using create_apple_event_from_drag_ref.
2887 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
2888 (mac_do_receive_dragUPP): Move variables from macterm.c.
2889 (install_drag_handler, remove_drag_handler): New functions.
2890
2891 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
2892 path select also for proxy icon click.
2893 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
2894 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
2895 (xlfdpat_create): Remove unused label `error' and trailing sentences.
2896 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
2897 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
2898 macselect.c.
2899 (install_drag_handler, remove_drag_handler): Add extern.
2900 (mac_store_apple_event): Change return type to void. All uses changed.
2901 Create Lisp object from Apple event and store it into input event.
2902 (mac_make_lispy_event_code): Remove function.
2903 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
2904 (install_window_handler): Call install_drag_handler.
2905 (remove_window_handler): Call remove_drag_handler.
2906
8b0ba111
RS
29072006-05-03 Richard Stallman <rms@gnu.org>
2908
e4a9a1cf
RS
2909 * sound.c (Fplay_sound_internal): Dynamically allocate
2910 current_sound_device and current_sound.
2911 (sound_cleanup): Free them.
2912
8b0ba111
RS
2913 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
2914 when inside a keyboard macro.
2915
64ec8b2f
AS
29162006-05-02 Andreas Schwab <schwab@suse.de>
2917
2918 * xmenu.c (restore_menu_items): Return a value.
2919
fcdd4585
SM
29202006-05-01 Martin Rudalics <rudalics@gmx.at>
2921
2922 * syntax.c (Fforward_comment): Detect generic comment at beginning of
2923 buffer when moving backwards.
2924
c1eb34c2
YM
29252006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2926
2927 * dispnew.c (update_window): Don't set changed_p when mode/header
2928 line is updated.
2929
2930 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
fcdd4585
SM
2931 (get_glyph_face_and_encoding, get_char_face_and_encoding):
2932 Don't distinguish known faces from others.
c1eb34c2
YM
2933
2934 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
2935 through typeFileURL failed.
2936
2937 * macfns.c (mac_update_title_bar): New function.
2938 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
fcdd4585
SM
2939 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
2940 Call mac_prepare_for_quickdraw.
c1eb34c2
YM
2941
2942 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2943 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
2944 (enum pcm_status): New enum.
2945 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
2946 (XCharStructRow): Remove. Now validity is represented by
2947 non-negativeness of sum of ascent and descent.
2948 (struct MacFontStruct): Change type of member `rows'.
2949 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2950
fcdd4585
SM
2951 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
2952 Adjust endpoints of strictly horizontal/vertical lines.
c1eb34c2
YM
2953 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
2954 (pcm_init, pcm_get_status): New functions.
2955 (x_per_char_metric, XLoadQueryFont): Use them instead of
2956 XCharStructRow and related macros.
2957 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
2958 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
2959 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
2960 and window path pop-up menu on title bar.
2961 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2962
2963 * macterm.h (mac_update_title_bar): Add extern.
2964 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
2965 (FRAME_FILE_NAME): New macro.
2966
2967 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
2968
9abc5f45
RS
29692006-04-30 Richard Stallman <rms@gnu.org>
2970
2971 * keymap.c (Fdefine_key): Improve error message
2972 when KEY begins with a non-prefix key.
2973
5fed8c15 29742006-04-30 Martin Rudalics <rudalics@gmx.at>
39c41ad4
SM
2975
2976 * syntax.c (Fforward_comment): Don't forget to break out of the loop
2977 when we skipped backward over a generic comment.
2978
4a113e3f
NR
29792006-04-27 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * .gdbinit (pp1, pv1): Only print value as expression is now
2982 printed out by gud-print.
2983 (pv1): Correct doc string.
2984
e89e07cc
SM
29852006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
2988 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
2989 keymap.c:895: error: address of register variable `def' requested.
2990
7d6f8c68
JR
29912006-04-26 Jason Rumney <jasonr@gnu.org>
2992
8b03732e
JR
2993 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
2994
7d6f8c68
JR
2995 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
2996 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
2997 where we preempt mouse_button_timer.
2998
51d793da
MB
29992006-04-25 Miles Bader <miles@gnu.org>
3000
3001 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
3002
a9ec7317
SM
30032006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * process.h: Include headers for pid_t.
3006
e9346494
KS
30072006-04-24 Kim F. Storm <storm@cua.dk>
3008
1ada896b
KS
3009 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
3010 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
6fcd305c 3011 (produce_stretch_glyph): Assume that face box height and width is
5fed8c15 3012 already included in stretch glyph size so caller doesn't have to
6fcd305c 3013 consider the extra space otherwise added (fixes problem in ses.el).
1ada896b 3014
e9346494
KS
3015 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
3016 matrices to force recalculation of tool-bar height after font change.
3017
3018 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
14922abe
KS
3019 Clear it when done, so we don't accidentally draw a second copy of
3020 the tool-bar after resetting f->n_tool_bar_rows.
e9346494
KS
3021 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
3022 we recalculate f->n_tool_bar_rows.
3023
4f261b99
RF
30242006-04-23 Lars Hansen <larsh@soem.dk>
3025
59062dce
LH
3026 * editfns.c (find_field): Fix comment.
3027 (Ffield_beginning): Fix bug when POS is at field beginning.
3028
3705332d
EZ
30292006-04-22 Eli Zaretskii <eliz@gnu.org>
3030
3031 * puresize.h (BASE_PURESIZE): Increase to 1205000.
3032
cdd2341c
KS
30332006-04-21 Kim F. Storm <storm@cua.dk>
3034
95797ede
KS
3035 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
3036 window start is at BEGV.
3037
cdd2341c
KS
3038 * dispextern.h (struct image): New member `corners'.
3039 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
3040
3041 * image.c (four_corners_best): New arg CORNERS specifies what pixels
3042 to look at in case image has margin.
3043 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
3044 (image_background, image_background_transparent)
3045 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
3046 (gif_load): Set img->corners according to image's margin spec.
3047 Use img->corners values directly where applicable.
3048 Save image extension data in img->data.lisp_val.
3049 (gif_clear_image): New function to free img->data.lisp_val.
3050 (gif_type): Use it instead of generic x_clear_image.
3051 (Fimage_extension_data): New defun.
3052 (syms_of_image): Defsubr it.
3053
72ffd9d0
EZ
30542006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
3055
3056 * window.c (Fdisplay_buffer): Doc fix.
3057
0d95f6b2
EZ
30582006-04-21 Eli Zaretskii <eliz@gnu.org>
3059
3060 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
3061
a0c62ca2
YM
30622006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3063
3064 * image.c [MAC_OS] (xpm_load_image): Fill in background field
3065 while we have ximg handy.
3066
3067 * macmenu.c (restore_menu_items, save_menu_items): New functions
3068 from xmenu.c.
3069 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
3070 changes for xmenu.c.
3071
3072 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
3073 (add_mac_font_name): New function.
3074 (init_font_name_table): Use it. Adopt the first found font from
3075 those having the same family name.
3076
bf49275d
NR
30772006-04-21 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * xdisp.c (note_mouse_highlight): Use build_string.
3080
570fab6c
LH
30812006-04-20 Lars Hansen <larsh@soem.dk>
3082
a9ec7317
SM
3083 * textprop.c (Fremove_list_of_text_properties):
3084 Ensure modify_region is called only when buffer is modified and that
570fab6c
LH
3085 signal_after_change is allways called in that case.
3086
3087 * print.c (PRINTFINISH): Call signal_after_change.
3088
7f32b80b
KS
30892006-04-20 Kim F. Storm <storm@cua.dk>
3090
bdb60d06
KS
3091 * xdisp.c (redisplay_window): Fix last change.
3092
7f32b80b
KS
3093 * xdisp.c (redisplay_window): If current window start is not at the
3094 beginning of a line, select a new window start if buffer is modified
3095 and window start is in the modified region, but the first change is
3096 before window start.
3097
290e4aae
RS
30982006-04-18 Richard Stallman <rms@gnu.org>
3099
3100 * xmenu.c (restore_menu_items, save_menu_items): New fns.
3101 (set_frame_menubar): Use save_menu_items. Save updated vector in
a9ec7317
SM
3102 the frame before unwinding it. Don't use unuse_menu_items.
3103 Don't use discard_menu_items.
290e4aae
RS
3104 (digest_single_submenu): Abort if an item is not in a pane.
3105 (init_menu_items): Put the error check at the top.
3106
3107 * keymap.c (describe_map): Make "shadowed" warning more verbose.
3108
3109 * window.c (adjust_window_trailing_edge): Correctly distinguish
3110 series vs parallel cases, even when window has no parent.
3111
3112 * abbrev.c (record_symbol): New function.
3113 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
3114
b96fe6ea
YM
31152006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3116
3117 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
3118 value of xmalloc.
3119
3120 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
3121 (create_apple_event_from_event_ref, xrm_get_preference_database)
3122 (cfstring_create_normalized): Don't check return value of xmalloc.
3123
3124 * macselect.c (get_scrap_target_type_list, defer_apple_events)
3125 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
3126 return value of xmalloc/xrealloc.
3127
3128 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
3129 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
a0c62ca2
YM
3130 (XLoadQueryFont, mac_store_apple_event): Don't check return value
3131 of xmalloc.
b96fe6ea 3132
6c7809b3
NR
31332006-04-17 Kim F. Storm <storm@cua.dk>
3134
3135 * window.c (coordinates_in_window): On the vertical border,
3136 calculate the row number measured from the top of the window, not
3137 the top of the frame.
39d78835
KS
3138 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
3139 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
6c7809b3 3140
4bba3064
EZ
31412006-04-16 Eli Zaretskii <eliz@gnu.org>
3142
3143 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
3144
8d95636b
RF
31452006-04-16 Romain Francoise <romain@orebokech.com>
3146
3147 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
3148
6a258a33
AS
31492006-04-16 Andreas Schwab <schwab@suse.de>
3150
3151 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
3152
f70a96b0
RF
31532006-04-15 Romain Francoise <romain@orebokech.com>
3154
3155 * puresize.h (BASE_PURESIZE): Increment to 1210000.
3156
28b257dc 31572006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
cda4c00b
EZ
3158
3159 * print.c (Fprin1_to_string): Mention in the `doc' that the
3160 behavior is modified by `print-level' and `print-length'.
3161
6e9715ae
KH
31622006-04-13 Kenichi Handa <handa@m17n.org>
3163
3164 * coding.c (setup_coding_system): If eol-type is not yet decided
3165 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
3166 If coding_system is nil, return 0.
3167 (code_convert_region1): Even if coding_system is nil, don't skip
3168 conversion if system_eol_type is not LF.
3169 (code_convert_string1): Likewise.
3170 (code_convert_string_norecord): Likewise.
3171
2b89a53f
KH
31722006-04-13 Kenichi Handa <handa@m17n.org>
3173
3174 * coding.c (setup_coding_system): Fix previous change.
a9ec7317 3175 (encode_coding): If eol_type is not yet decided, use system_eol_type.
73ec0f89
KH
3176 (shrink_encoding_region): If eol_type is not yet decided and
3177 system_eol_type is not LF, don't shrink.
2b89a53f 3178
5c24517a
NR
31792006-04-13 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
3182 line.
3183
9d1a8e5d
RS
31842006-04-12 Richard Stallman <rms@gnu.org>
3185
a53fe666
RS
3186 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
3187
9d1a8e5d
RS
3188 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
3189 (Fprocess_send_eof): Abort if fail to open null device.
3190
190998d8
YM
31912006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3192
3193 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
3194
3195 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
3196 assignment used as truth value. Add explicit braces to avoid
3197 ambiguous `else'.
3198 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
3199
3200 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
3201 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
3202 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
3203 Put externs in #ifdef HAVE_X_WINDOWS.
3204 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
3205 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
3206 (init_mac_osx_environment) [MAC_OSX]: Add extern.
3207
3208 * mac.c (init_process): Remove undef.
3209 (select) [MAC_OSX]: Undefine before including sysselect.h.
3210 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
3211 Remove functions and prototypes.
3212 (parse_value): Add parentheses around + inside shift.
3213 (path_from_vol_dir_name): Make static.
3214 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
3215 [!MAC_OSX] (get_path_to_system_folder): Likewise.
3216 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
3217 variable `cCode'.
3218 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
3219 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
3220
3221 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
3222 (x_set_mouse_color): Remove unused variable `dpy'.
3223 (Fx_create_frame): Remove unused variable `x_frame_count'.
3224 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
3225 (x_sync): Move from macterm.c.
3226 (Fx_file_dialog): Remove unused variable `default_filter_index'.
3227
3228 * macmenu.c (min_menu_id): Make element type explicit.
3229
3230 * macselect.c (get_flavor_type_from_symbol): Remove unused
3231 variable `val'.
3232 (get_scrap_private_timestamp, x_get_foreign_selection)
3233 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
3234 (Fmac_process_deferred_apple_events): Remove unused variables
3235 `keyword', `reply', `apple_event', `count', and `err'.
3236
3237 * macterm.c: Don't include gnu.h.
3238 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
3239 (x_sync): Move to macfns.c.
3240 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
3241 variable `mask_bits'.
3242 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
3243 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
3244 (x_mac_to_emacs_modifiers): Remove function.
3245 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
3246 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
3247 Add explicit braces to avoid ambiguous `else'.
3248 (x_make_frame_visible): Remove unused variables `type',
3249 `original_top', and `original_left'.
3250 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
3251 (x_load_font): Remove unused variables `full_name', and `value'.
3252 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
3253 Remove functions.
3254 (do_zoom_window): Reorganize variables with respect to conditionals.
3255 (init_command_handler): Remove unused variable `err'.
3256 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
3257
3258 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
3259 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
3260 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
3261 (do_menu_choice, have_menus_p, x_real_positions)
3262 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
3263 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
3264 (free_frame_menubar): Add externs.
3265
3266 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
3267 (malloc, realloc, free): Add undefs.
3268 (read_load_commands): Remove unused variable `n' and `j'.
3269 (copy_data_segment): Remove unused variable `r'.
3270
3271 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
3272 within ||. Add explicit braces to avoid ambiguous `else'.
3273 (dump_glyph_row): Remove label for `inverse_p' from legend.
3274
a9ec7317
SM
3275 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
3276 Add explicit braces to avoid ambiguous `else'.
190998d8 3277
28b257dc 32782006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
00d70d57
JD
3279
3280 * dispnew.c (init_display): Don't init X display if the user asked
3281 for a non-X display.
7e37cb69 3282
957b3c5f
KH
32832006-04-12 Kenichi Handa <handa@m17n.org>
3284
3285 * coding.c (setup_coding_system): Use system_eol_type for default
3286 coding->eol_type.
3287
db926d80
DN
32882006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3289
3290 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
3291
3292 * data.c (wrong_type_argument): Try to avoid compiler warnings due
3293 to the fact the function is now marked as NO_RETURN.
3294
978781a5
EZ
32952006-04-10 Eli Zaretskii <eliz@gnu.org>
3296
3297 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
3298
8fd0f424
RF
32992006-04-10 Romain Francoise <romain@orebokech.com>
3300
3301 * xrdb.c (gethomedir): Use xstrdup.
3302
f8f10777
AS
33032006-04-10 Andreas Schwab <schwab@suse.de>
3304
3305 * xrdb.c (gethomedir): Make sure to always return a pointer that
3306 can be passed to free.
3307
2a8da555
RS
33082006-04-09 Richard Stallman <rms@gnu.org>
3309
3310 * lisp.h (Fkill_emacs): Undo previous change.
3311
33122006-04-08 Richard Stallman <rms@gnu.org>
3313
3314 * search.c (boyer_moore): Test ch >= 0400, not >.
3315
404be028
DN
33162006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3317
3318 * puresize.h (pure_write_error): Mark as NO_RETURN.
3319
4ca412ec 3320 * lisp.h (args_out_of_range, args_out_of_range_3)
404be028 3321
f93bd8e4
EZ
33222006-04-08 Eli Zaretskii <eliz@gnu.org>
3323
3324 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
3325 if a menu is active on this frame.
3326
31a4f621
DN
33272006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3328
3329 * lisp.h (report_file_error): Mark as NO_RETURN.
3330
7e773529
EZ
33312006-04-08 Eli Zaretskii <eliz@gnu.org>
3332
4f27350a
EZ
3333 * alloc.c [STDC_HEADERS]: Include stddef.h.
3334
7e773529
EZ
3335 * lisp.h (PSEUDOVECSIZE): Fix last change.
3336
6bfd98e7
SM
33372006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
3340 `raw_status_high', and `raw_status_low' with plain integers, and move
3341 them to the end of the structure.
3342
3343 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
3344 pseudovector's size field so only the Lisp_Object fields get GC'd.
3345
3346 * process.c (update_status, make_process, Fdelete_process)
3347 (Fprocess_status, list_processes_1, start_process_unwind)
3348 (create_process, Fmake_network_process, server_accept_connection)
3349 (wait_reading_process_output, send_process, Fprocess_running_child_p)
3350 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
3351 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
3352 `pid' and `raw_status'.
3353 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
3354 representing PIDs that are larger than most-positive-fixnum.
3355
3356 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
3357
3358 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
3359
1d79e521
EZ
33602006-04-08 Eli Zaretskii <eliz@gnu.org>
3361
3362 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
3363
d65b4235
PE
33642006-04-03 Paul Eggert <eggert@cs.ucla.edu>
3365
3366 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
3367 ../lib-src/b2m.c and ../lib-src/editfns.c.
3368 (Fcurrent_time_string): Use it.
3369 Document that the year might not consume 4 columns if it's outside
3370 the range 1000-9999.
3371 Check for asctime failure.
3372 Don't assume that the output string length is always exactly 24.
3373
fc9f8d15
YM
33742006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3375
3376 * macterm.c (XTread_socket): Initialize variable `f' before its use.
3377
022af124
KH
33782006-04-03 Kenichi Handa <handa@m17n.org>
3379
3380 * image.c: Include "charset.h" and "coding.h".
3381 (x_find_image_file): Return an encoded file name.
3382
61be4a8a
EZ
33832006-04-01 Eli Zaretskii <eliz@gnu.org>
3384
3385 * configure: Regenerated.
3386
a869edd4
KH
33872006-03-31 Kenichi Handa <handa@m17n.org>
3388
3389 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
3390
29444a2f
DN
33912006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3392
3393 * xdisp.c (syms_of_xdisp): Fix variable name.
3394
3c5f9492
KH
33952006-03-30 Kenichi Handa <handa@m17n.org>
3396
3397 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
3398
267ee78f
JB
33992006-03-29 Juanma Barranquero <lekktu@gmail.com>
3400
3401 * keyboard.c (process_tool_bar_item): Reorder dummy args.
3402
293bd733
SM
34032006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * keyboard.c (tool_bar_items): Use map_keymap.
3406 (process_tool_bar_item): Add dummy args to fit the required interface.
3407
4fccedb5
EZ
34082006-03-25 Eli Zaretskii <eliz@gnu.org>
3409
3410 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
3411 to zero before calling debug_print or safe_debug_print.
3412
3413 * print.c (print_output_debug_flag): New global variable.
3414 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
3415 OutputDebugString if print_output_debug_flag is zero.
3416
aac18aa4
PE
34172006-03-24 Paul Eggert <eggert@cs.ucla.edu>
3418
71c3f28f 3419 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
aac18aa4 3420 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
71c3f28f
EZ
3421 (Fdecode_time): Cast tm_year to EMACS_INT.
3422 (Fcurrent_time_string): Report an invalid time specification if
293bd733 3423 the argument is invalid. Also, check for out-of-range time stamps.
aac18aa4 3424
0ef4f79b
KS
34252006-03-24 Kim F. Storm <storm@cua.dk>
3426
95d8aa28
KS
3427 * xterm.c (handle_one_xevent):
3428 * w32term.c (w32_read_socket):
95d8aa28
KS
3429 * macterm.c (XTread_socket): Don't let key-press clear mouse face
3430 on in toolbar window if mouse-highlight is an integer.
3431
0ef4f79b
KS
3432 * fns.c (sxhash_list): Include last non-nil CDR in hash.
3433
e2e206ae
YM
34342006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3435
3436 * macmenu.c (enum mac_menu_kind): New enum.
3437 (min_menu_id): New variable.
3438 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
3439 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
3440 min_menu_id and enumerators in enum mac_menu_kind.
3441 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
3442 All uses changed. Add range check for menu ID.
3443 (fill_menubar): Add range check for menu ID.
3444 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
3445 GetEventParameter.
3446 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
3447 for each menu kind.
3448
5a32a2f2
KS
34492006-03-22 Kim F. Storm <storm@cua.dk>
3450
ea049c5e
KS
3451 * xdisp.c: Undo 2006-03-21 change.
3452
3453 * term.c: Define aliases for append_glyph and produce_stretch_glyph
3454 when `static' is defined to avoid name clash with those in xdisp.c.
3455
647b07d1
AS
3456 * process.c (Faccept_process_output): Fix to comply with lisp
3457 reference. Change arg "timeout" to "seconds" and allow both
3458 integer and float value. Change arg "timeout-msec" to "millisec"
3459 and interpret" as milliseconds rather than microseconds. Fix doc
3460 string accordingly.
5a32a2f2 3461
d63cd766
KR
34622006-03-21 Ken Raeburn <raeburn@raeburn.org>
3463
293bd733
SM
3464 * xdisp.c (store_next_glyph): Rename from append_glyph.
3465 (generate_stretch_glyph): Rename from produce_stretch_glyph.
d63cd766
KR
3466 All callers changed accordingly.
3467
11e887e2
JD
34682006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3469
3470 * xterm.c: x_session_initialized new variable.
3471 (x_term_init): Use x_session_initialized to check if
3472 x_session_initialize should be called.
3473 (x_initialize): Initialize x_session_initialized.
3474
52bd2f43
KS
34752006-03-21 Kim F. Storm <storm@cua.dk>
3476
3477 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
3478 bitmap here, but ...
3479 (update_window_fringes): ... here, so we can test if it has changed.
3480
c1fc674b
AS
34812006-03-20 Andreas Schwab <schwab@suse.de>
3482
3483 * dispnew.c (init_display): Check DISPLAY here.
3484
3485 * emacs.c (main): Don't check here.
3486
3487 * xterm.c (x_display_ok): Don't use DISPLAY env var.
3488
7d619454
SM
34892006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
3492 mixup (YAILOM).
3493
e2916251
EZ
34942006-03-20 Eli Zaretskii <eliz@gnu.org>
3495
3496 * emacs.c (main): Fix last change.
3497
95c1c901
KH
34982006-03-20 Kenichi Handa <handa@m17n.org>
3499
7d619454 3500 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
95c1c901
KH
3501
3502 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
3503
3504 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
3505
3506 * xterm.c (x_term_init): Remove unnecessary GCPRO.
3507
45c1c789
KS
35082006-03-19 Kim F. Storm <storm@cua.dk>
3509
3510 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
3511 so it doesn't associate overlay string with following glyph by default.
3512 Allow integer property value to specify explicit number of buffer
3513 positions associate with overlay string.
3514
11aaf447
CY
35152006-03-18 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
3518
e4d181dc
EZ
35192006-03-18 Nozomu Ando <nand@mac.com>
3520
3521 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
3522 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
3523 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
3524 Don't redefine.
3525
3526 * m/mips.h: Don't use unexmips on NetBSD.
3527 (LIBS_MACHINE): Move definition lower, so it doesn't use
3528 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
3529 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
3530
3531 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
3532 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
3533 option is broken (e.g., MIPS/NetBSD).
3534
50f9edc2
EZ
35352006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
3536
3537 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
7b833ed1 3538 Remove the HAVE_X_WINDOWS conditional.
50f9edc2 3539
7e37c7c0
EZ
35402006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
3541
3542 * emacs.c (main): If user asks for a display that is unavailable,
3543 simulate -nw.
3544
3545 * xterm.c (x_display_ok): New function.
3546
3547 * xterm.h: Add prototype for x_display_ok.
3548
c85eab3a
EZ
35492006-03-18 Eli Zaretskii <eliz@gnu.org>
3550
3551 * w32fns.c (Fw32_select_font): Doc fix.
3552
e09ce637
YM
35532006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3554
3555 * image.c [MAC_OS] (XPutPixel, XGetPixel)
3556 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
3557 version when depth is 32.
7d619454
SM
3558 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
3559 New function.
e09ce637
YM
3560 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
3561 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
3562
3563 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
3564 Create GWorld in ARGB pixel format.
7d619454
SM
3565 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
3566 Remove functions.
e09ce637
YM
3567 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
3568 instead of mac_copy_area/mac_copy_area_with_mask.
3569
b0896280
KS
35702006-03-15 Kim F. Storm <storm@cua.dk>
3571
3572 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
3573 empty row. Fixes memory corruption revealed by 2006-03-02 change.
3574 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
3575 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
3576 width is exactly the same as the window width. Don't count a final
3577 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
3578
713cb18d
JB
35792006-03-15 Juanma Barranquero <lekktu@gmail.com>
3580
364d0cf8 3581 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
713cb18d
JB
3582 conditional on HAVE_NTGUI, not WINDOWS_NT.
3583
ad21830e
YM
35842006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3585
3586 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
3587
3588 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
3589
3590 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
3591 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
3592 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
3593 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
3594 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
3595 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
3596 instead of mac_draw_bitmap.
3597 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
3598 define_fringe_bitmap and destroy_fringe_bitmap.
3599
8a34117e
CY
36002006-03-14 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * xterm.c (x_uncatch_errors): Block input for entire function.
3603
ab68b375
JR
36042006-03-12 Jason Rumney <jasonr@gnu.org>
3605
92cc46af 3606 * w32fns.c (Fx_create_frame): Remove call to
364d0cf8 3607 Qface_set_after_frame_default (from xfns.c 2003-05-26).
92cc46af 3608
335be36b
JR
3609 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
3610 finished with the menu.
3611
ab68b375
JR
3612 * w32term.c: Sync 2005-10-24 xterm.c changes.
3613 (last_mouse_glyph_frame): New var.
3614 (note_mouse_movement): Say mouse moved if current frame differs
3615 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3616 (w32_mouse_position): Set last_mouse_glyph_frame.
875e613d 3617 Remove OLD_REDISPLAY_CODE block.
ab68b375 3618
204b78de
YM
36192006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3620
3621 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
3622
3623 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
3624 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
3625
3626 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3627
3628 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
3629
3630 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
3631 (x_draw_composite_glyph_string_foreground)
3632 (x_draw_image_foreground): Undo previous changes.
3633 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
3634 argument of mac_draw_rectangle.
3635 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
3636 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
3637 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
3638 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
3639 [USE_CG_DRAWING]: New functions.
3640 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
3641 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
3642 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
3643 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
3644 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
3645 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
3646 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
3647
a9d54793
KL
36482006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3649
3650 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
3651
b452fd7a
JR
36522006-03-11 Jason Rumney <jasonr@gnu.org>
3653
3654 * w32fns.c (signal_user_input): New function.
3655 (post_character_message): Use it for keyboard input.
3656 (w32_msg_pump): Use it for mouse input.
3657
f372bd5b
LT
36582006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
3661 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
3662
2c1bd367
EZ
36632006-03-11 Eli Zaretskii <eliz@gnu.org>
3664
3665 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
3666 if a menu is already active (the menubar_active flag is on).
3667
f161146b
EZ
36682006-03-11 David Ponce <david@dponce.com>
3669
7d619454 3670 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
f161146b 3671
9257b627
EZ
36722006-03-11 Eli Zaretskii <eliz@gnu.org>
3673
db3c0e9c
EZ
3674 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
3675 the list of unused display error handling functions.
3676
8887e8ec
EZ
3677 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
3678 HAVE_X_WINDOWS.
3679 (internal_condition_case, internal_condition_case_1)
3680 (internal_condition_case_2): Call x_catching_errors only if
3681 HAVE_X_WINDOWS.
3682
9257b627
EZ
3683 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
3684 Don't include sys/resource.h unless defined.
3685
395d3972
RS
36862006-03-11 Richard Stallman <rms@gnu.org>
3687
5a893bff
RS
3688 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
3689
395d3972 3690 * vm-limit.c (get_lim_data, lim_data, data_space_start):
7d619454 3691 Move from mem-limits.h.
395d3972
RS
3692 (enum warnlevel): New data type.
3693 (check_memory_limits): Rewrite the logic about warnings.
3694 Use standard `struct rlimit'. Check return values for nonsense.
3695 (memory_warnings): Always clear lim_data.
3696
3697 * mem-limits.h (get_lim_data, lim_data, data_space_start):
7d619454 3698 Move to vm-limit.c.
395d3972
RS
3699
3700 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
3701
3702 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
f372bd5b 3703 (internal_condition_case_1, internal_condition_case_2):
395d3972
RS
3704 Abort if within unclosed x_catch_errors.
3705
635a3496
RF
37062006-03-11 Romain Francoise <romain@orebokech.com>
3707
3708 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
3709
306cea3a
EZ
37102006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3711
3712 * lisp.h: Remove duplicate prototypes. Make the prototype of
3713 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
3714
97b5ae78
EZ
37152006-03-11 Eli Zaretskii <eliz@gnu.org>
3716
7325e714
EZ
3717 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
3718 argument of XDrawRectangle.
3719
97b5ae78
EZ
3720 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
3721
3722 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
3723 (x_draw_glyph_string_foreground)
3724 (x_draw_composite_glyph_string_foreground)
3725 (x_draw_image_foreground): Don't subtract 1 from width and height
3726 arguments to mac_draw_rectangle.
3727 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
3728
68f632a8
KS
37292006-03-10 Kim F. Storm <storm@cua.dk>
3730
3731 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
3732
349a4500
SM
37332006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * alloc.c (USE_POSIX_MEMALIGN): New macro.
3736 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
3737
53a5eba9
KH
37382006-03-09 Kenichi Handa <handa@m17n.org>
3739
3740 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
3741 ASCII component of a composition.
3742
629f023d
LT
37432006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3744
3745 * window.c: Declare preserve_y as a static global variable.
3746 (window_scroll_pixel_based): No longer declare preserve_y;
3747 it is global now.
f945af42 3748 (syms_of_window): Set preserve_y to -1.
629f023d 3749
4cdffedf
YM
37502006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3751
3752 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
3753 depth is 32.
204b78de 3754 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
4cdffedf
YM
3755 depth is 32.
3756
45b5f35d
CY
37572006-03-06 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * xdisp.c (handle_invisible_prop): Don't update it->position with
3760 a buffer position if we're in a display string.
3761
48b60fa1
YM
37622006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3763
3764 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
3765 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
3766
3767 * macfns.c (x_default_scroll_bar_color_parameter)
349a4500
SM
3768 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
3769 Remove unnecessary prototypes.
3770 (x_set_scroll_bar_default_width):
3771 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
48b60fa1
YM
3772 (mac_set_scroll_bar_width): New function.
3773 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
3774
3775 * macterm.c (get_control_part_bounds): Fix type of return value.
3776 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3777 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
3778 scroll bar if it is not tall enough to display scroll bar thumb.
3779 [USE_CARBON_EVENTS] (mac_convert_event_ref)
3780 (mac_handle_command_event, mac_handle_window_event)
3781 (mac_handle_mouse_event): Check error code of GetEventParameter.
3782 (convert_fn_keycode) [MAC_OSX]: Likewise.
f945af42 3783
6f10509c
AS
37842006-03-05 Andreas Schwab <schwab@suse.de>
3785
3786 * xselect.c (x_catch_errors_unwind): Fix missing return value.
3787
f79bc642
KS
37882006-03-02 Kim F. Storm <storm@cua.dk>
3789
3790 * frame.h (struct frame): New member n_tool_bar_rows.
3791
3792 * xdisp.c: Minimize the unpleasent visual impact of the requirement
3793 that non-toolkit tool-bars must occupy an integral number of screen
875e613d 3794 lines, by distributing the rows evenly over the tool-bar screen area.
f79bc642
KS
3795 (Vtool_bar_border): New variable.
3796 (syms_of_xdisp): DEFVAR_LISP it.
349a4500
SM
3797 (display_tool_bar_line): Add HEIGHT arg for desired row height.
3798 Make tool-bar row the desired height. Use default face for border
3799 below tool-bar.
f79bc642
KS
3800 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
3801 actual tool-bar rows.
3802 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
3803 Adjust the height of the tool-bar rows to fill tool-bar screen area.
3804 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
3805 is resized.
3806
0bbe0c9c
LT
38072006-03-01 Luc Teirlinck <teirllm@auburn.edu>
3808
3809 * search.c (Fregexp_quote): Do not precede a literal `]' with two
3810 backslashes to try to make clear that it has a literal meaning; it
3811 does not do that. (It could close a character alternative
3812 containing a backslash.)
3813
c525d842
CY
38142006-02-28 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * xselect.c (x_catch_errors_unwind): New function.
3817 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
3818 (Fx_get_atom_name): Call x_uncatch_errors earlier.
3819
3820 * window.c (Qscroll_up, Qscroll_down): New syms.
3821 (window_scroll_pixel_based): Make preserve_y static to avoid
3822 getting point stuck when scrolling 1 line.
3823
4545fa20
CY
38242006-02-26 Chong Yidong <cyd@stupidchicken.com>
3825
349a4500 3826 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
4545fa20 3827
364d0cf8
JB
3828 * xterm.c (x_load_font, x_term_init, XTmouse_position)
3829 (handle_one_xevent, x_connection_closed, x_list_fonts):
3830 No arg for x_uncatch_errors.
4545fa20
CY
3831
3832 * xselect.c (x_own_selection, x_decline_selection_request)
3833 (x_reply_selection_request, x_get_foreign_selection)
3834 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3835
3836 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3837 Likewise.
3838
a5e25a4c
LT
38392006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3840
440cbd9e
LT
3841 * lread.c: Declare Vload_file_rep_suffixes instead of
3842 deleted variable default_suffixes.
3843 (Fget_load_suffixes): New function.
3844 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
3845 No longer use deleted variable default_suffixes. Update docstring.
3846 (syms_of_lread): defsubr Sget_load_suffixes.
3847 Expand `load-suffixes' docstring.
3848 Delete default_suffixes and DEFVAR_LISP the new variable
3849 `load-file-rep-suffixes'.
3850
3851 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
3852 of Vload_suffixes.
3853
3854 * lisp.h: EXFUN Fget_load_suffixes.
3855 Extern Vload_file_rep_suffixes.
3856
a5e25a4c
LT
3857 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
3858 with lisp.h.
3859
a7af5886
SM
38602006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
3863 qualifier which was trying to avoid the bug that was fixed by
3864 yesterday's changes to xterm.c.
3865
9ba8e10d
CY
38662006-02-25 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * xterm.h (x_catch_errors) Return value changed to void.
4545fa20 3869 (x_uncatch_errors): Delete unused count argument.
a7af5886 3870
9ba8e10d
CY
3871 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
3872 it can be called in a signal handler.
3873 (x_catch_errors_unwind): Function deleted.
3874 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
3875 (x_check_errors): Call x_uncatch_errors before signalling error.
3876
3877 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
3878 (x_connection_closed, x_list_fonts): Use new versions of
3879 x_catch_errors and x_uncatch_errors.
3880
3881 * xselect.c (x_own_selection, x_decline_selection_request)
3882 (x_reply_selection_request, x_get_foreign_selection)
3883 (Fx_get_atom_name, Fx_send_client_event): Likewise.
3884
3885 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
3886 Likewise.
3887
3888 * eval.c (record_unwind_protect): Add an assertion.
3889
f523e0c3
SM
38902006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * process.c (Fmake_network_process): Init the process's mark.
3893
a7a7e1d7
KS
38942006-02-25 Kim F. Storm <storm@cua.dk>
3895
3896 * buffer.c (modify_overlay): Force redisplay if we modify an
3897 overlay at the end of the buffer.
3898
a821c035
JD
38992006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3900
3901 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
3902 nil the image file has been removed, in that case use the (cached)
3903 pixmap.
3904
77343e1d
KH
39052006-02-24 Kenichi Handa <handa@m17n.org>
3906
3907 * fileio.c (Finsert_file_contents): When a text is replaced
3908 partially, be sure to set point before the inserted characters.
3909
92fb5516
KH
39102006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
3911
3912 * xfns.c (Fx_file_dialog): Return a decoded file name.
3913
78897758
YM
39142006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3915
3916 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
3917 glyph whose face is extended to the text area end.
3918
5b574e69
YM
3919 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
3920 values if control is not visible or values are not changed.
3921
acc6289a
SM
39222006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
3925 The default `window' should not be "on a different frame".
3926
c4336e88
KS
39272006-02-22 Kim F. Storm <storm@cua.dk>
3928
3929 * indent.c (Fvertical_motion): Only try to move back if we can.
3930
b6e3efe0
YM
39312006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3932
3933 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
3934 n_clip_rects.
3935
3936 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
3937 xmenu.c.
3938
3939 * macterm.c (GC_CLIP_REGION): Remove macro.
3940 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
3941 All uses changed. Don't do clipping if n_clip_rects is zero.
acc6289a
SM
3942 (mac_set_clip_rectangles): Use xassert instead of abort.
3943 Set n_clip_rects. Don't make clip_region empty when number of
b6e3efe0
YM
3944 clipping rectangles is zero.
3945 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
3946 calling mac_set_clip_rectangles.
3947 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
3948 avoid multiple redraws.
3949
6f62a45e
KS
39502006-02-22 Kim F. Storm <storm@cua.dk>
3951
3952 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
3953
dd9959da
KS
39542006-02-21 Kim F. Storm <storm@cua.dk>
3955
3956 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
3957
364d0cf8 39582006-02-21 Zhang Wei <brep@newsmth.org>
a8f4bdc6
JD
3959
3960 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
3961 returning it.
3962
dd9959da 39632006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9866a438
JB
3964
3965 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
3966 (standard_bitmaps): Use it.
3967
9fb446e3
YM
39682006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3969
3970 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
3971 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
3972 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
3973 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
acc6289a
SM
3974 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
3975 Draw background if BG_WIDTH is not zero. Use float constants as
9fb446e3
YM
3976 divisors instead of double. Use alloca instead of xmalloc/xfree.
3977 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
3978 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
3979 mac_draw_image_string* functions.
3980 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
3981 some fonts when srcCopy text transfer mode might be used.
3982 (mac_begin_clip, mac_end_clip): Check if region is empty.
3983 (mac_set_clip_rectangles): When resetting clip region, make it
3984 empty instead of disposing of it.
3985
49af2995
KS
39862006-02-20 Kim F. Storm <storm@cua.dk>
3987
3988 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
3989
3990 * buffer.h (struct buffer): New members fringe_indicator_alist and
3991 fringe_cursor_alist.
3992
3993 * buffer.c (init_buffer_once): Set dummy default values for
3994 fringe-indicator-alist and fringe-cursor-alist. The proper
3995 default values are set by pre-loading fringe.el.
3996 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
3997 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
9866a438 3998 corresponding default- variables.
49af2995
KS
3999
4000 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
4001 to use `int'.
4002 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
4003 Define explicitly.
4004 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
4005 (Qhollow_small): New variables.
4006 (syms_of_fringe): Intern and staticpro them.
4007 (question_mark_bits): Rename from unknown_bits.
4008 (left_curly_arrow_bits): Rename from continuation_bits.
4009 (right_curly_arrow_bits): Rename from continued_bits.
4010 (left_triangle_bits): Rename from ov_bits.
acc6289a 4011 (right_triangle_bits): Add.
49af2995
KS
4012 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
4013 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
acc6289a 4014 (filled_square_bits): Add.
49af2995 4015 (vertical_bar_bits): Rename from bar_cursor_bits.
9866a438 4016 (horizontal_bar_bits): Rename from hbar_cursor_bits.
49af2995
KS
4017 (empty_line_bits): Rename from zv_bits.
4018 (standard_bitmaps): Update to use new names.
4019 (draw_fringe_bitmap_1): Make static.
4020 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
4021 to map from logical cursors and indicators to physical bitmaps.
875e613d 4022 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
49af2995
KS
4023 bitmaps using symbol names instead of bitmap numbers.
4024 (update_window_fringes): Use logical indicator symbol names
4025 instead of bitmap numbers for logical. Add bitmap cache.
4026 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
4027
a77f947b
CY
40282006-02-20 Chong Yidong <cyd@stupidchicken.com>
4029
a073faa6
CY
4030 * regex.c: Revert 2006-02-19 change.
4031 (xmalloc, xrealloc): Define these when not linked to Emacs.
4032 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
a77f947b 4033
2f90d2bc
LT
40342006-02-19 Luc Teirlinck <teirllm@auburn.edu>
4035
4036 * regex.c (extend_range_table_work_area): Fix typo.
4037
5498b6af
RS
40382006-02-19 Richard M. Stallman <rms@gnu.org>
4039
7b1d7d66
RS
4040 * xterm.c (x_catch_errors): Use xmalloc.
4041
4042 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
4043 (regex_compile): Likewise.
4044 (regcomp): Use xmalloc.
4045
4046 * gtkutil.c (malloc_widget_value): Use xmalloc.
4047
5498b6af
RS
4048 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
4049 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
4050
4051 * xmenu.c (digest_single_submenu): When pane_string is empty,
4052 do initialize save_wv.
4053
4f2f3214
YM
40542006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4055
4056 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
4057 w->update_mode_line if arg F is not the selected frame.
4058
4059 * macmenu.c (popup_activated_flag, submenu_id)
4060 (next_menubar_widget_id): Remove variables.
4061 (initialize_frame_menubar): Remove function.
4062 (pop_down_menu, mac_menu_show): Simplify save value.
4063 (dispose_menus): New function.
4064 (pop_down_menu, fill_menubar): Use it.
4065 (fill_submenu): Remove function. All uses changed to fill_menu.
4066 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
4067 POS. Don't call SetMenuItemHierarchicalID here.
4068 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
4069 used next. Call SetMenuItemHierarchicalID here.
4070 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
4071 objects if needed. Reuse existing menu bar titles if possible.
4072 (set_frame_menubar): Don't clean up menu objects here.
4073
da7520de
CY
40742006-02-18 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * window.c (window_min_size_1): Ensure room for the scroll bar and
4077 fringes.
4078
a9c18b84
RF
40792006-02-17 Romain Francoise <romain@orebokech.com>
4080
4081 * puresize.h (BASE_PURESIZE): Increment to 1200000.
4082
537407f0
SM
40832006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
4086 addition of the BLOCK_INPUTs.
4087
5bf3610f
JB
40882006-02-17 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * window.c (Fset_window_scroll_bars): Doc fix.
4091
ed0218e2
KH
40922006-02-17 Kenichi Handa <handa@m17n.org>
4093
4094 * xdisp.c (display_mode_element): Call display_string with correct
4095 PREC arg (which must be a number of characters, not column width).
4096
f036d043
YM
40972006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4098
4099 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
4100
4101 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
4102
4103 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
4104
885f1975
RS
41052006-02-14 Richard M. Stallman <rms@gnu.org>
4106
9d8f542c
RS
4107 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
4108
885f1975
RS
4109 * m/ibms390x.h: New file.
4110
26ebccfd
JD
41112006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4112
4113 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
4114 value of x-gtk-whole-detached-tool-bar.
d8d3d48c 4115 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
26ebccfd
JD
4116
4117 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
4118
4d7637b8 41192006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
58118de5
JD
4120
4121 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
4122
4123 * xterm.h: Declare x_x_to_emacs_modifiers.
4124
4125 * gtkutil.c (xg_tool_bar_button_cb): New function.
4126 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
4127 store modifiers in event.
4128 (update_frame_tool_bar): Connect button-release-event to
4129 xg_tool_bar_button_cb.
4130
f8d775e1
RS
41312006-02-13 Richard M. Stallman <rms@gnu.org>
4132
4133 * .gdbinit (xwindow): Update the code to show the window box.
4134
0c0351b5
JD
41352006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4136
4137 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
4138
4d94dd9a
RS
41392006-02-12 Richard M. Stallman <rms@gnu.org>
4140
4141 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
4142
c54fb9ef
EZ
41432006-02-11 Eli Zaretskii <eliz@gnu.org>
4144
4145 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
4146 (syms_of_keyboard): DEVFAR_LISP and initialize it.
4147 (parse_tool_bar_item, parse_menu_item): If that variable is
4148 non-nil, don't disable menu items and tool-bar buttons.
4149
ac6a9b55
JB
41502006-02-11 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * doc.c (Fsubstitute_command_keys): Doc fix.
4153
0ddb0ae8
TTN
41542006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * data.c (Findirect_function): Rewrite docstring.
4157 Fix omission bug: Declare new arg NOERROR.
4158
cbd488c4
YM
41592006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4160
4161 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
4162 if window_desc is not set yet.
4163 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
4164 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
4165 parameter `visibility' is `icon'.
4166 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
4167 instead of "fontset-mac".
4168 (Fx_focus_frame): New defun.
4169 (syms_of_macfns): Defsubr it.
4170
4171 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
4172 for unfocused frame.
4173 (x_raise_frame): Call BringToFront instead of SelectWindow.
4174 (x_lower_frame): Use NULL instead of nil.
4175 (x_make_frame_visible): Don't call SelectWindow.
4176 (XTread_socket): Increment handling_signal at the start, decrement
4177 it at the end.
4178 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
4179 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
4180
a7f96a35
KS
41812006-02-10 Kim F. Storm <storm@cua.dk>
4182
4183 * data.c (Findirect_function): Add NOERROR arg. All callers changed
4184 to pass Qnil for NOERROR.
4185
4186 * keymap.c (current_minor_maps_error): Remove.
4187 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
4188 instead of using internal_condition_case_1+current_minor_maps_error.
4189
1834d8e7
JD
41902006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4191
4192 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
4193 frames for GTK, in that case it is the tool bar. This is so that
4194 highlighted text get reset properly.
4195
cffc3472
JB
41962006-02-09 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
4199
e99c7521
JD
42002006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4201
4202 * window.c (adjust_window_trailing_edge): Check that shrinking
4203 does not set a window to size zero or less.
4204
42ab8e36
MB
42052006-02-08 Miles Bader <miles@gnu.org>
4206
4207 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
cffc3472 4208 of Fget_text_property (other field functions work with overlays as
42ab8e36
MB
4209 well as text-properties).
4210
6a80c3ba
KH
42112006-02-07 Kenichi Handa <handa@m17n.org>
4212
e1a67366 4213 * dispextern.h (unibyte_display_via_language_environment): Extern it.
6a80c3ba 4214
e1a67366
KS
4215 * xterm.h (unibyte_display_via_language_environment):
4216 * w32term.h (unibyte_display_via_language_environment):
4217 * macterm.h (unibyte_display_via_language_environment): Delete extern.
6a80c3ba 4218
d2b4c17d
KH
42192006-02-07 Kenichi Handa <handa@m17n.org>
4220
e1a67366 4221 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
d2b4c17d 4222 (produce_glyphs): Set the character to print in
e1a67366
KS
4223 it->char_to_display. Handle unibyte-display-via-language-environment.
4224 (produce_stretch_glyph): Set character to print in it->char_to_display.
d2b4c17d 4225
8b9d426a
KH
42262006-02-06 Kenichi Handa <handa@m17n.org>
4227
e1a67366 4228 * lread.c (openp): Initialize encoded_fn before GCPRO it.
8b9d426a 4229
d63b4018
KR
42302006-02-05 Ken Raeburn <raeburn@raeburn.org>
4231
4232 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
4233
98950fd6
KR
4234 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
4235 Cast bitfield value to EMACS_INT, to suppress gcc warning.
4236
0cf36656
KR
4237 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
4238 defining.
4239
ad02d7ea
KS
42402006-02-03 Kim F. Storm <storm@cua.dk>
4241
4242 * xdisp.c: Cache last merged escape glyph face.
4243 (last_escape_glyph_frame, last_escape_glyph_face_id)
4244 (last_escape_glyph_merged_face_id): New variables.
4245 (get_next_display_element): Use/update them.
4246 (redisplay_internal): Reset them before redisplay.
4247
4248 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
4249 Only recheck faces after displaying ellipsis.
4250
999a0fe5
KH
42512006-02-02 Kenichi Handa <handa@m17n.org>
4252
4253 * coding.c (decode_composition_emacs_mule): Fix handling of
4254 incorrect format data.
4255
cd7cd4ac
JD
42562006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4257
14a56a1b
JB
4258 * gtkutil.c (update_frame_tool_bar): Use new tool bar function
4259 gtk_toolbar_insert() so we can have tool bars of different sizes.
cd7cd4ac 4260
4cf7e99c
LT
42612006-01-30 Luc Teirlinck <teirllm@auburn.edu>
4262
4263 * data.c (Flistp): Doc fix.
4264
a3bc032f
JB
42652006-01-30 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
4268 Fix typos in docstrings.
4269
6badf38c
LT
42702006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4271
1f2907ee 4272 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
6badf38c 4273
e2984df0
CY
42742006-01-27 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * alloc.c (make_interval, allocate_string)
4277 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
4278 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
4279 global variables.
4280
dc86c16d
EZ
42812006-01-27 Eli Zaretskii <eliz@gnu.org>
4282
4283 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
4284 the MSDOS definition.
4285
57436ee7
RS
42862006-01-26 Richard M. Stallman <rms@gnu.org>
4287
4288 * alloc.c (check_pure_size): Make overflow message an "error message".
4289
4290 * keymap.c (Fmap_keymap): Doc fix.
4291
4292 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
4293 unless they were cleared out.
4294
4295 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
4296
2cb3aec4
KL
42972006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4298
e477bb04
KL
4299 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
4300 (find_field): Set before_field to after_field when pos is at BEGV.
293bd733
SM
4301 (Fline_beginning_position, Fline_end_position):
4302 Clarify confusing doc string.
2cb3aec4
KL
4303
4304 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
4305 string.
4306
34b87689
KH
43072006-01-26 Kenichi Handa <handa@m17n.org>
4308
4309 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
4310 current_dir, and error_file. On reporting an error, decode them
4311 back.
4312
1cee1e27
SM
43132006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
4316 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
4317 Don't check for quit, since any loop will go through fail or jump.
4318
a0b08700
CY
43192006-01-24 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * alloc.c (allocate_string_data): Update next_free immediately, to
4322 reduce risk of memory clobberage.
4323
bf7f1d30
KL
43242006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4325
4326 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
4327 display when point moves across an ellipsis. If there are
4328 adjacent invisible texts, don't lose the second one's ellipsis.
4329 (x_produce_glyphs): Doc fix.
4330
e5e26d8f
SM
43312006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
4334
1ff4535b
KS
43352006-01-23 Kim F. Storm <storm@cua.dk>
4336
4337 * xdisp.c (handle_single_display_spec): Fix handling of space
4338 property on char from string: set *position rather than
4339 it->current.pos.
4340 (produce_stretch_glyph): Reduce width of stretch glyphs so they
4341 don't get wider than the window (unless truncate-lines is on).
4342
5badc98d
SM
43432006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * xterm.c: Avoid allocating Lisp data from a signal handler.
4346 (x_error_message): New var to replace x_error_message_string.
4347 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
4348 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
4349 (syms_of_xterm): Use it instead of x_error_message_string.
4350
4351 * alloc.c (lisp_align_free): Add an assertion.
4352 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
4353 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
4354 a signal handler.
4355
638590e8
LT
43562006-01-21 Luc Teirlinck <teirllm@auburn.edu>
4357
4358 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
4359
cde0a40c
RF
43602006-01-21 Romain Francoise <romain@orebokech.com>
4361
4362 * xdisp.c (get_window_cursor_type): Fix last change.
4363 Update copyright year.
4364
ea5f3ad4
EZ
43652006-01-20 Eli Zaretskii <eliz@gnu.org>
4366
3fdf12ca
EZ
4367 * lread.c (Fload): Don't leak the file descriptor returned by
4368 openp if we are going to signal an error.
4369
7559f399
EZ
4370 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
4371 directly to _close.
4372 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
4373 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
4374 to _read.
cde0a40c 4375 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
7559f399
EZ
4376 directly to _write.
4377
ea5f3ad4
EZ
4378 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
4379 if it is NULL.
4380
ef8beec6
KH
43812006-01-20 Kenichi Handa <handa@m17n.org>
4382
4383 * puresize.h (BASE_PURESIZE): Increment to 1190000.
4384
995f2df9
CY
43852006-01-19 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * xdisp.c (get_window_cursor_type): Use cursor type specified by
4388 the selected buffer for the echo area too.
4389
c94c4d0a
RS
43902006-01-19 Richard M. Stallman <rms@gnu.org>
4391
4392 * keymap.c (Fmap_keymap): Doc fix.
4393
4394 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
4395
4396 * keyboard.c (echo_char): Don't omit the space between first two
4397 echoed chars.
4398
4399 * minibuf.c (read_minibuf): Fix previous change.
4400
71578d4f
KH
44012006-01-19 Kenichi Handa <handa@m17n.org>
4402
4403 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
4404
edd1c685
RS
44052006-01-17 Richard M. Stallman <rms@gnu.org>
4406
4407 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
4408 value in f->param_alist.
4409
0501acd4
AS
44102006-01-15 Andreas Schwab <schwab@suse.de>
4411
4412 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
4413
d33a7384
NR
44142006-01-13 Richard M. Stallman <rms@gnu.org>
4415
4416 * Makefile.in: Define new macro WINDOW_SUPPORT.
4417 (lisp): Use it.
4418 (SOME_MACHINE_LISP): Add conditionally loaded files.
4419
2026418c
YM
44202006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4421
4422 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
22e6707e 4423 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
2026418c
YM
4424 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
4425 decomposed form.
4426
4427 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
4428 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
4429 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
4430 macro. Also try member ifr_addr when getting netmask.
4431
b8f7f3be
SM
44322006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * fileio.c (Fexpand_file_name): Remove redundant tests.
4435 Fix elimination of // so that it doesn't prevent elimination of an
4436 immediately following /. or /..
4437
4c9ca1a3
JD
44382006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4439
4440 * gtkutil.c (xg_toggle_notify_cb): New function.
4441 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
4442 xg_toggle_notify_cb.
4443 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
4444 parameter value changes so the toggle button gets updated.
4445
340bb2ea
NR
44462006-01-06 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * .gdbinit: Fix typo.
4449
feaf060a
EZ
44502006-01-05 Eli Zaretskii <eliz@gnu.org>
4451
4452 * .gdbinit: Fix last change.
4453
c22cc558
KS
44542006-01-05 Kim F. Storm <storm@cua.dk>
4455
4456 * process.c (Fmake_network_process): Use AF_INET instead of
22e6707e 4457 AF_UNSPEC when AF_INET6 is not defined.
c22cc558 4458
07f9b01c
YM
44592006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4460
4461 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
4462 Don't check that the other type is known file-related one.
4463
4464 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
4465 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
4466 OS X 10.4 and later.
4467
0facd9c3
JD
44682006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4469
4470 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
4471 let GTK do all image processing. Importing Emacs own pixmaps to GTK
4472 looks bad for inactive tool bar items with some Gnome themes.
4473
805b0439
EZ
44742006-01-04 Eli Zaretskii <eliz@gnu.org>
4475
913645cd
EZ
4476 * .gdbinit: Avoid a warning message when x_error_quitter is not
4477 compiled in.
4478
805b0439
EZ
4479 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
4480 for w32.
4481
0f5642c2
KS
44822006-01-04 Kim F. Storm <storm@cua.dk>
4483
8a5db8ae
KS
4484 * process.c: Add IPv6 support.
4485 (Qipv4, Qipv6): New vars.
4486 (syms_of_process): Intern and staticpro them.
4487 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
4488 with or without port number. Handle 4 element vector as IPv4 address
4489 without port number.
4490 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
4491 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
4492 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
4493 request that address family only. :family nil or omitted means to
4494 determine address family from the specified :host and :service.
4495 (ifflag_table): Add missing OpenBSD IFF_ flags.
4496 (server_accept_connection): Handle IPv6 addresses.
4497 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
4498
0f5642c2
KS
4499 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
4500 determine which breakpoints to set.
4501
e7b394e1
SM
45022006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
4505
4506 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
4507
dcc9b98d
RF
45082006-01-03 Romain Francoise <romain@orebokech.com>
4509
4510 * emacs.c (main): Update copyright year.
4511
6918ac24 45122006-01-03 Ken Raeburn <raeburn@gnu.org>
1a271e14
KR
4513
4514 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
4515 nil for the call to internal_delete_file.
4516
bb951f0e
KR
45172006-01-01 Ken Raeburn <raeburn@gnu.org>
4518
4519 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
4520 to nil for the call to Fwrite_region.
4521
b20de1cd
RS
45222005-12-31 Richard M. Stallman <rms@gnu.org>
4523
4524 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
4525
b5871831
EZ
45262005-12-31 Eli Zaretskii <eliz@gnu.org>
4527
4528 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
4529
c26ec07f
LT
45302005-12-30 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * textprop.c (set_text_properties): Reword description of return value.
4533 Return Qnil if caller wants to remove all text properties from a
4534 string and the string already has no intervals.
4535
0db017c0
SM
45362005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * term.c (visible_cursor): New boolean var.
4539 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
4540 visible_cursor.
4541 (syms_of_term): Export the new var as "visible-cursor".
4542
fc8dc7cf
EZ
45432005-12-30 Eli Zaretskii <eliz@gnu.org>
4544
4545 * .gdbinit: Tell users not to worry about GDB warnings that some
4546 functions do not exist in the binary.
4547
82a80058
AS
45482005-12-30 Andreas Schwab <schwab@suse.de>
4549
4550 * process.c (Fnetwork_interface_info): Correctly terminate the
4551 loop over ifflag_table.
4552
c36238ee
RS
45532005-12-29 Richard M. Stallman <rms@gnu.org>
4554
d11db2c8
RS
4555 * lread.c (readevalloop): Test for reading a whole buffer
4556 before actually reading anything. Handle all cases, including
4557 START = END = nil and an already-narrowed buffer.
4558 Convert END to a marker if it is a number.
4559
c36238ee
RS
4560 * keymap.c (describe_map): Put sparse map elements into an array,
4561 sort them, then output a sequence of identical bindings on one line.
4562 (struct describe_map_elt): New data type.
4563 (describe_map_compare): New function.
4564
82bc1fd6
JD
45652005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4566
e7b394e1 4567 * gtkutil.c (xg_get_file_with_chooser): Change message shown
82bc1fd6
JD
4568 in file chooser.
4569
fe5195e8
RS
45702005-12-27 Richard M. Stallman <rms@gnu.org>
4571
6281e1e8
RS
4572 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
4573 not the current one.
4574
4575 * minibuf.c (Fminibuffer_message): Doc fix.
4576 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
4577
fe5195e8
RS
4578 * eval.c (do_autoload): Ignore elements of Vautoload_queue
4579 where car is not symbol.
4580
0d9fb289
KH
45812005-12-27 Kenichi Handa <handa@m17n.org>
4582
4583 * charset.c (lisp_string_width): Check multibyteness of STRING.
4584
ff9c9c59
JD
45852005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4586
14a56a1b 4587 * xfns.c (x_show_hidden_files): New variable.
ff9c9c59
JD
4588 (syms_of_xfns): Defvar it.
4589
4590 * gtkutil.c (xg_toggle_visibility_cb): New function.
4591 (xg_get_file_with_chooser): Add toggle hidden files and a message
4592 to the new file chooser dialog. Show hidden files if
4593 x_show_hidden_files is non-zero.
4594
d7504d5c
RS
45952005-12-26 Richard M. Stallman <rms@gnu.org>
4596
4597 * keyboard.h: Undo previous change.
4598
4599 * Makefile.in (undo.o): Undo previous change.
4600
4601 * undo.c: Undo previous change.
4602
0ad017ce
LT
46032005-12-26 Luc Teirlinck <teirllm@auburn.edu>
4604
403c00a5
LT
4605 * keyboard.h: extern last_point_position_window.
4606
0ad017ce
LT
4607 * undo.c: include keyboard.h.
4608
403c00a5 4609 * Makefile.in (undo.o): Depend on keyboard.h.
0ad017ce 4610
91e25f5e
RS
46112005-12-26 Richard M. Stallman <rms@gnu.org>
4612
d7504d5c
RS
4613 * commands.h (last_point_position_window): Declare.
4614
91e25f5e
RS
4615 * undo.c: Depend on window.h.
4616 (record_point): Save old point from the correct window.
4617
4618 * keyboard.c (last_point_position_window): New variable.
4619 (command_loop_1): Set last_point_position_window.
4620 (syms_of_keyboard): Init it.
4621
4622 * Makefile.in (undo.o): Depend on window.h.
4623
cad1051b
RS
46242005-12-25 Richard M. Stallman <rms@gnu.org>
4625
4626 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
4627 to undo a `provide'.
4628
4629 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
4630
d52c26e9
KB
46312005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
4632
4633 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
4634 define for FreeBSD on this platform.
4635
14af1e44
YM
46362005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4637
4638 * macterm.h (TYPE_FILE_NAME): New define.
4639 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
4640
e7b394e1
SM
4641 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
4642 Add prototypes. Make static.
14af1e44
YM
4643 (mac_aedesc_to_lisp): Initialize err to noErr.
4644 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
4645 (init_coercion_handler): New functions.
4646 (Fmac_coerce_ae_data): Use coercion of Apple event data for
4647 translation from/to file names.
4648
4649 * macterm.c: Don't include sys/param.h.
4650 (init_coercion_handler): Add extern.
4651 [MAC_OS8] (main): Call init_coercion_handler.
4652 (mac_initialize) [MAC_OSX]: Likewise.
4653 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
4654 Apple event data for translation from/to file names.
4655
4656 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4657
4658 * image.c [MAC_OS] (find_image_fsspec): Likewise.
4659
5fed8c15 46602005-12-23 Martin Rudalics <rudalics@gmx.at>
bab3eee1
EZ
4661
4662 * insdel.c (insert, insert_and_inherit, insert_before_markers)
4663 (insert_before_markers_and_inherit): Make sure FROM is correct
4664 when `after-change-functions' are called.
4665
90f2e16b
JD
46662005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4667
4668 * xfns.c (Fx_uses_old_gtk_dialog): New function.
4669
4670 * gtkutil.c (xg_uses_old_file_dialog): New function.
4671 (xg_get_file_name): Use xg_uses_old_file_dialog.
4672
4673 * gtkutil.h: Declare xg_uses_old_file_dialog.
4674
0ee01fff
RS
46752005-12-22 Richard M. Stallman <rms@gnu.org>
4676
4677 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
4678
b73e4d84
YM
46792005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4680
4681 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
4682
4683 * macgui.h (XCharStruct): Remove member `valid_p'.
4684 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
4685 (XCharStructRow): New typedef.
e7b394e1
SM
4686 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
4687 New macros.
b73e4d84
YM
4688 (struct MacFontStruct): Add member `bounds'. Remove member
4689 `per_char'. All uses for QuichDraw Text fonts are changed to
4690 `bounds.per_char'. ATSUI font bounds are represented as an array
4691 `bounds.rows' of XCharStructRow's, each of which consists of a
4692 bitmap of valid entries and an array of char bounds.
4693
4694 * macterm.c (mac_per_char_metric): Add prototype.
4695 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
4696 (mac_query_char_extents): New function.
4697 (x_per_char_metric): Use it.
4698 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
e7b394e1
SM
4699 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
4700 Use mac_per_char_metric instead of x_per_char_metric.
b73e4d84
YM
4701 (mac_text_extents_16): New function.
4702 (mac_compute_glyph_string_overhangs): Use it.
4703 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
4704
a425bd03
SM
47052005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
4708 (Fminibuffer_completion_help): Remove duplicates before display.
4709
aa0b0cd9
KL
47102005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4711
da3863b5 4712 * print.c (print_preprocess): Don't lose print_depth levels while
aa0b0cd9
KL
4713 iterating.
4714
5a61ec18
YM
47152005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4716
4717 * macmenu.c (Qmac_apple_event): Add extern.
4718 (set_frame_menubar, mac_menu_show keymp_panes)
4719 (single_keymap_panes, list_of_panes, list_of_item)
4720 (single_menu_item): Add argument types to prototypes.
4721 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
4722 (struct skp): New struct (from xmenu.c).
4723 (single_keymap_panes, single_menu_item, list_of_panes)
4724 (list_of_item): Sync with xmenu.c.
4725 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
4726 POSITION if it is mac-apple-event event.
4727 (menubar_selection_callback): Don't use menu_command_in_progress.
4728 (set_frame_menubar): First parse all submenus, then make
4729 widget_value trees from them. Don't allocate any widget_value
4730 objects until we are done with the parsing.
4731 (parse_single_submenu, digest_single_submenu): New functions.
4732 (single_submenu): Function deleted, replaced by those two.
4733 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
4734 create or dispose of EventHandlerUPP. Install hander to all submenus.
4735 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
4736 instead of ENCODE_SYSTEM.
4737 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
4738 integer values.
4739 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
4740 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
4741 format menu item string. Don't use NULL for integer value.
4742
4743 * macterm.h (struct mac_output): Remove unused member
4744 menu_command_in_progress.
4745
3bdba51d
JL
47462005-12-20 Juri Linkov <juri@jurta.org>
4747
4748 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4749 position is non-nil, else set it to nil.
4750
4751 * macmenu.c (Fx_popup_menu): Add `else' to set
4752 Vmenu_updating_frame to nil only if position is nil.
4753
4754 * w32menu.c (Fx_popup_menu): Add `else' to set
4755 Vmenu_updating_frame to nil only if position is nil.
4756
d6a90a49
YM
47572005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4758
4759 * keyboard.c (make_lispy_event): Drag-and-drop items are now
4760 stored in member `args' of struct input_event.
4761
4762 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
4763
4764 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
4765 stored in member `args' of struct input_event.
4766
4767 * w32term.c (construct_drag_n_drop): Likewise.
4768
4769 * macterm.c (mac_do_receive_drag): Likewise.
4770 (x_use_underline_position_properties): Undo 2005-07-13 change.
4771 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
4772 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
a425bd03
SM
4773 (mac_pass_command_to_system, mac_pass_control_to_system):
4774 New boolean variables renamed from Lisp_Object ones
d6a90a49 4775 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
a425bd03
SM
4776 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
4777 All uses changed.
d6a90a49
YM
4778 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
4779 Make them user options.
a425bd03
SM
4780 (mac_handle_command_event, mac_store_services_event):
4781 Call create_apple_event_from_event_ref without 5th argument.
d6a90a49
YM
4782 (backtranslate_modified_keycode): Mask off modifier keys that are
4783 mapped to some Emacs modifiers before passing it to KeyTranslate.
4784 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
4785 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
4786 Fix docstrings of `mac-*-modifier'.
4787
4788 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
a425bd03
SM
4789 (do_applescript): Change argument types to Lisp_Object.
4790 All uses changed.
d6a90a49
YM
4791
4792 * macterm.h (create_apple_event_from_event_ref): Remove 5th
4793 argument from extern.
4794
20d1c5c5
DN
47952005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
4798 the answer, return `lambda', not nil.
4799
abeb5855
EZ
48002005-12-17 Eli Zaretskii <eliz@gnu.org>
4801
4802 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
4803 enclosed in $(ARGQUOTE)s should not be split between two lines, as
4804 that will break with GNU Make >3.80, when sh.exe is used and
4805 arg quoting is with '..'.
4806
6b8dfbf7
CY
48072005-12-17 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * print.c (print_preprocess): Just signal an error if print_depth
4810 is exceeded.
4811
d912b87a
EZ
48122005-12-17 Eli Zaretskii <eliz@gnu.org>
4813
4814 * .gdbinit: Set a breakpoint on w32_abort.
4815
2a502a32
JL
48162005-12-16 Juri Linkov <juri@jurta.org>
4817
4818 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
4819 created from minibuffer_completion_contents.
4820 (minibuffer_completion_contents): Remove.
4821 (do_completion, Fminibuffer_complete_word)
4822 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
4823 with Fminibuffer_completion_contents.
4824 (syms_of_minibuf): Add Sminibuffer_completion_contents.
4825 (Fdisplay_completion_list): Doc fix.
4826 (display_completion_list_1): Use `nil' for second arg of
4827 `Fdisplay_completion_list'.
4828
bf63eb69
JD
48292005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4830
4831 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4832
a425bd03 4833 * w32fns.c (compute_tip_xy): Ditto.
bf63eb69 4834
a425bd03 4835 * macfns.c (compute_tip_xy): Ditto.
bf63eb69 4836
9b98e161
CY
48372005-12-14 Chong Yidong <cyd@stupidchicken.com>
4838
4839 * print.c (print_preprocess): Go to a deeper print_depth to avoid
4840 print_object loop.
4841
89aa725a
KH
48422005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
4843
4844 * coding.c (code_convert_region_unwind): GCPRO arg.
4845
3b006f5b
JD
48462005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4847
57134802
JD
4848 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4849 i.e. dy is offset from top of frame instead of bottom.
4850
4851 * macfns.c (compute_tip_xy): Ditto.
4852
4853 * w32fns.c (compute_tip_xy): Ditto.
4854
3b006f5b
JD
4855 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4856 (xg_get_image_for_pixmap, xg_create_frame_widgets)
4857 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
4858
4859 * xmenu.c (menubar_selection_callback): Do nothing if the callback
4860 is for an unselected radio menu item.
4861
2cb33a98
RS
48622005-12-11 Richard M. Stallman <rms@gnu.org>
4863
4864 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
4865
4866 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
4867
4868 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
4869 (Flookup_key): Doc fix.
4870 (syms_of_keymap) <function-key-map>: Doc fix.
4871
4872 * fns.c (Frequire): Treat evaluating from a source file
4873 like loading the file.
4874
4875 * floatfns.c (Flog): Doc fix.
4876
4877 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
4878 when we change the buffer.
4879
d7d1f75e
JL
48802005-12-11 Juri Linkov <juri@jurta.org>
4881
4882 * minibuf.c (display_completion_list_1):
4883 Call `minibuffer_completion_contents' instead of using `nil' as
4884 second arg of `Fdisplay_completion_list'.
4885 (keys_of_minibuf): Unbind SPC in
4886 Vminibuffer_local_filename_completion_map (see also related
4887 change on 2005-12-06).
4888
ac8fcf0f
YM
48892005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4890
4891 * emacs.c (main) [MAC_OS8]: Undo previous change.
4892
4893 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
4894 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
4895
4b3eb407
YM
48962005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4897
4898 * Makefile.in (macselect.o): Depend on keymap.h.
4899
4900 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
4901 syms_of_macselect.
4902
4903 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
4904 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
4905
4906 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
4907 (syms_of_keyboard) [MAC_OS]: Initialize it.
4908 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
4909
4910 * mac.c (Qundecoded_file_name): New variable.
4911 (syms_of_mac): Initialize it.
4912 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
a425bd03 4913 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4b3eb407
YM
4914 (Fmac_coerce_ae_data): New defun.
4915 (syms_of_mac): Defsubr it.
4916
4917 * macselect.c: Include keymap.h.
4918 (mac_ready_for_apple_events): New variable.
4919 (Vmac_apple_event_map, Qmac_apple_event_class)
4920 (Qmac_apple_event_id): New variables.
4921 (syms_of_macselect): Initialize them.
4922 (Qundefined, mac_store_apple_event): Add externs.
4923 (struct apple_event_binding): New struct.
4924 (find_event_binding_fun, find_event_binding)
4925 (mac_find_apple_event_spec, defer_apple_events)
4926 (mac_handle_apple_event, init_apple_event_handler)
4927 (copy_scrap_flavor_data): New functions.
4928 (Fmac_process_deferred_apple_events): New defun.
4929 (syms_of_macselect): Defsubr it.
4930 (mac_store_services_event): Fix extern.
4931 (mac_handle_service_event): Don't allocate Lisp objects during
4932 asynchronous input processing. Use mac_store_services_event
4933 instead of mac_store_application_menu_event.
4934
4935 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
4936 (Qpreferences): Remove variables.
4937 (syms_of_macterm) : Don't initialize them.
4938 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
4939 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
4940 (init_required_apple_events, do_ae_open_application)
4941 (do_ae_print_documents, do_ae_open_documents)
4942 (do_ae_quit_application): Remove functions and prototypes.
4943 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
4944 (mac_find_apple_event_spec): Add externs.
4945 (mac_store_application_menu_event): Remove function.
4946 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
4947 (mac_handle_command_event): Create Apple event from Carbon event.
4948 Use mac_store_apple_event instead of mac_store_application_menu_event.
4949 [MAC_OSX] (mac_store_services_event): Likewise.
4950 (struct SelectionRange, SelectionRange): Remove struct and typedef.
4951 [MAC_OS8] (main): Call init_apple_event_handler instead of
4952 init_required_apple_events.
4953 (mac_initialize) [MAC_OSX]: Likewise.
e7b394e1
SM
4954 [!USE_CARBON_EVENTS] (mac_wait_next_event):
4955 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4b3eb407 4956
e7b394e1
SM
4957 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
4958 Add externs.
4b3eb407
YM
4959 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
4960 (Fmac_get_preference): Add EXFUN.
4961
4962 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
4963 event.
4964
e358e052
RS
49652005-12-09 Richard M. Stallman <rms@gnu.org>
4966
4967 * xfns.c (Fx_create_frame): Reinstate previous change.
4968
9ea74bfb
EZ
49692005-12-09 Eli Zaretskii <eliz@gnu.org>
4970
4971 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
4972 GDB to the abort dialog.
4973
9dd28cae 49742005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
84fdb82c
KS
4975
4976 * indent.c (Fvertical_motion): Force move if starting on
4977 stretch glyph.
4978
2fda6977
RS
49792005-12-08 Richard M. Stallman <rms@gnu.org>
4980
2663a204
RS
4981 * lread.c (read_escape) <\s>: Don't treat strings specially.
4982
2fda6977
RS
4983 * xfns.c (Fx_create_frame): Comment out previous change.
4984
225c13a5
KL
49852005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4986
4987 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
4988 when needed.
4989
da8ec671
SM
49902005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4993 Vminibuffer_local_filename_completion_map rather than forcing it
4994 explicitly to the same binding as the global map.
4995
88fde92a
KR
49962005-12-06 Ken Raeburn <raeburn@gnu.org>
4997
e7b394e1 4998 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
88fde92a 4999 * bytecode.c (Fbyte_code): Likewise.
e7b394e1 5000 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
88fde92a
KR
5001 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
5002 * undo.c (truncate_undo_list): Likewise.
5003
fa0d4d0c
RS
50042005-12-05 Richard M. Stallman <rms@gnu.org>
5005
5006 * window.c (enlarge_window): Eliminate arg preserve_before.
5007 Assume it is 0. All callers changed.
5008 (Fenlarge_window, Fshrink_window): Likewise.
5009
5a98616e
EZ
50102005-12-02 Eli Zaretskii <eliz@gnu.org>
5011
5012 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
5013 fit below.
5014
1dbacb90
JD
50152005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5016
5017 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
5018
5019 * xfns.c (x_real_positions): int ign => unsigned int.
5020 (xg_set_icon_from_xpm_data): Remove unused variable err.
5021 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
5022 to remove compiler warning.
5023 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
5024
0a79da1b
EZ
50252005-12-02 David Reitter <david.reitter@gmail.com>
5026
5027 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
5028 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
5029 and Vminibuffer_local_must_match_filename_map keymaps.
5030 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
5031
5032 * keymap.c (Vminibuffer_local_filename_completion_map)
5033 (Vminibuffer_local_must_match_filename_map): New variables.
5034 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
5035 parent to be Vminibuffer_local_completion_map and
5036 Vminibuffer_local_must_match_map, respectively.
5037
5038 * commands.h (Vminibuffer_local_filename_completion_map)
5039 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
5040
e67a1dea
SM
50412005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * window.c (Fset_window_configuration): Don't accidentally copy the
5044 window-point of one window to another.
5045
6ad0f04d
KL
50462005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5047
7854b2a3 5048 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
6ad0f04d 5049
4269a2fd
KS
50502005-11-30 Kim F. Storm <storm@cua.dk>
5051
5052 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
5053 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
5054 passing it to `emacs_write'.
5055
96013ba9
SM
50562005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5057
5058 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
5059
161ef3be
RS
50602005-11-27 Richard M. Stallman <rms@gnu.org>
5061
5062 * window.c (adjust_window_trailing_edge): New function.
5063 (Fadjust_window_trailing_edge): New function.
96013ba9 5064 (syms_of_window): Defsubr it.
161ef3be
RS
5065 (window_deletion_count): New variable.
5066 (delete_window): Update window_deletion_count.
5067
02b1a164
EZ
50682005-11-26 Eli Zaretskii <eliz@gnu.org>
5069
5070 * minibuf.c (syms_of_minibuf): Mention the extension of
5071 `completion-auto-help's meaning by complete.el.
5072
07908aec
EZ
50732005-11-26 Henrik Enberg <henrik.enberg@telia.com>
5074
96013ba9 5075 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
07908aec
EZ
5076 Handle :inherit property as a lisp expression.
5077
b9c7cbf9
YM
50782005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5079
5080 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
5081 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
5082 Qsuper, and Qmodifier_value.
5083 (Vmac_control_modifier, Vmac_option_modifier)
5084 (Vmac_command_modifier, Vmac_function_modifier)
5085 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
5086 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
5087 (Vmac_charset_info_alist): Doc fixes.
5088
2c012c41
YM
50892005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5090
5091 * emacs.c (main) [MAC_OSX]: Change working directory to home
5092 directory if `-psn_*' option is specified.
5093
5094 * mac.c (DECODE_UTF_8): Remove macro.
5095 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
5096 created from cfstring_to_lisp.
5097 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
5098 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
5099
5100 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
5101 Add prototype.
5102
88fde92a 51032005-11-21 Ken Raeburn <raeburn@gnu.org>
d7c0be75
KR
5104
5105 * keymap.c (shadow_lookup): Use make_number to pass a number to
5106 Fsubstring.
5107
17c1971a
JL
51082005-11-21 Juri Linkov <juri@jurta.org>
5109
5110 * puresize.h (BASE_PURESIZE): Increment to 1180000.
5111
0268cef3
CY
51122005-11-20 Chong Yidong <cyd@stupidchicken.com>
5113
96013ba9
SM
5114 * xfaces.c (Finternal_set_lisp_face_attribute):
5115 Use :ignore-defface for new frame defaults when `unspecified' is
0268cef3
CY
5116 supplied.
5117 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
67d23e01
CY
5118 (merge_face_vectors): Don't do :ignore-defface overwriting here.
5119 (Finternal_merge_in_global_face): Do it here.
0268cef3 5120
dd949173
JL
51212005-11-20 Juri Linkov <juri@jurta.org>
5122
5123 * charset.c (invalid_character): Use Lisp-readable syntax
5124 for octal and hex. Reorder decimal, octal and hex values.
5125
76986433
NR
51262005-11-20 Nick Roberts <nickrob@snap.net.nz>
5127
5128 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
5129 this type is recognised when debugging.
5130
603add2d
AS
51312005-11-19 Andreas Schwab <schwab@suse.de>
5132
5133 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
5134 Lisp_Cons and Lisp_Float.
5135
125ce9ec
YM
51362005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5137
5138 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
5139 New variable.
96013ba9 5140 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
125ce9ec
YM
5141 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
5142 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
5143 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
5144
2ff10663
CY
51452005-11-17 Chong Yidong <cyd@stupidchicken.com>
5146
96013ba9 5147 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
fe45ad15 5148
2ff10663
CY
5149 * xfaces.c (Qignore_defface): New variable.
5150 (syms_of_xfaces): Provide `:ignore-defface'.
5151 (IGNORE_DEFFACE_P): New macro.
05338727
CY
5152 (check_lface_attrs, lface_fully_specified_p)
5153 (Finternal_set_lisp_face_attribute)
96013ba9
SM
5154 (Fface_attribute_relative_p, Fmerge_face_attribute):
5155 Handle Qignore_defface as a possible value.
2ff10663
CY
5156 (merge_face_vectors): The merged face is `unspecified' if the
5157 mergee specifies `:ignore-defface'.
5158
c01f0ed3
SM
51592005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * lread.c (readevalloop): Add missing GCPROs.
5162
786a43d6
CY
51632005-11-16 Chong Yidong <cyd@stupidchicken.com>
5164
9f7b984b
CY
5165 * xfns.c (xg_set_icon_from_xpm_data): New function.
5166
c01f0ed3
SM
5167 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
5168 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
786a43d6
CY
5169
5170 * xterm.c (x_bitmap_icon): Use the xpm if available.
5171
5172 * image.c (x_create_bitmap_from_xpm_data): New function.
54188d8f 5173 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
786a43d6 5174
8ab84823
LT
51752005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5176
5177 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
5178
3671718b
NR
51792005-11-16 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
5182
28a099a4
AS
51832005-11-15 Andreas Schwab <schwab@suse.de>
5184
5185 * lisp.h (struct Lisp_Cons): Make cdr a union.
5186 (XCDR_AS_LVALUE): Adjust.
5187 (struct Lisp_Float): Make data a union.
5188 (XFLOAT_DATA): Adjust.
5189
5190 * alloc.c (free_float): Make free list chaining aliasing-safe.
5191 (make_float): Likewise.
5192 (free_cons): Likewise.
5193 (Fcons): Likewise.
5194 (check_cons_list): Likewise.
5195 (Fmake_symbol): Likewise.
5196 (allocate_misc): Likewise.
5197 (free_misc): Likewise.
5198 (gc_sweep): Likewise.
5199
308a6607
YM
52002005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5201
fc09d07f
YM
5202 * mac.c (HASHKEY_QUERY_CACHE): New define.
5203 (xrm_create_database, xrm_q_put_resource): Empty query cache.
5204 (xrm_get_resource): Use query cache.
5205
308a6607
YM
5206 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
5207 inhibit_window_system is set.
5208
29b585db
YM
52092005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5210
5211 * macgui.h (USE_CG_TEXT_DRAWING): New define.
5212 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
5213 and cg_glyphs.
5214
5215 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
5216 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
5217 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
5218 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
5219 not used and font substitution never occurs for ASCII and Latin-1
5220 characters.
5221 (XLoadQueryFont): Maximum and minimum metrics are now those among
5222 ASCII characters.
5223 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
5224 height adjustments for Courier, Helvetica, and Times.
5225
5226 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
5227
9dd28cae 52282005-11-11 David Reitter <david.reitter@gmail.com>
b02e3f7b 5229
dff79d04 5230 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
267ee78f 5231 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
dff79d04
ST
5232 Vmac_control_modifier / mac-control-modifier,
5233 Vmac_option_modifier / mac-option-modifier,
5234 Vmac_command_modifier / mac-command-modifier.
5235 (mac_to_emacs_modifiers): Use the new style modifier
c01f0ed3
SM
5236 variables. Return UInt32 (modifiers are longs now.)
5237 (backtranslate_modified_keycode): New function (refactoring).
5238 (XTread_socket): Use new modifier variables and refactored function.
5239 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
5240 no dedicated meta key. Not in use anyway.)
b02e3f7b
ST
5241 (convert_fn_keycode): Map Fn-keys to their original keycode
5242 using a table (english keyboard only).
b02e3f7b 5243
6a77a9f5
KS
52442005-11-11 Kim F. Storm <storm@cua.dk>
5245
ab4d879e
KS
5246 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
5247 Add post hook to "backtrace" to always dump lisp call stack to
5248 increase chance of people sending it to us when reporting bugs.
5249
8c41220c
KS
5250 * doc.c (Fsubstitute_command_keys): Doc fix.
5251
6a77a9f5
KS
5252 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
5253
5254 * xdisp.c (handle_stop): Skip overlay string handling if
5255 ignore_overlay_strings_at_pos_p is set.
5256 (set_iterator_to_next): At end of display vector, set
5257 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
5258 string, so we skip those overlay strings at current pos.
5259
9dd28cae 52602005-11-10 Lars Hansen <larsh@soem.dk>
19a9c3b7
LH
5261
5262 * fileio.c (file-regular-p): Doc fix.
5263
932954d1
KS
52642005-11-10 Kim F. Storm <storm@cua.dk>
5265
5266 * alloc.c (valid_lisp_object_p): New function to validate that
5267 an object is really a valid Lisp_Object.
5268
5269 * lisp.h (valid_lisp_object_p): Add prototype.
5270
5271 * print.c (safe_debug_print): New function to be called from gdb
5272 to print Lisp objects; use valid_lisp_object_p to avoid crashing
5273 if user tries to print something which is not a Lisp object.
5274
5275 * .gdbinit (pp, pp1): Use safe_debug_print.
5276 (pv, pv1): New commands to print value of a lisp variable.
5277
78e5988d
NR
52782005-11-10 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * .gdbinit (pp1): New user-defined function.
5281
f56a5bd8
YM
52822005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5283
5284 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
5285
5286 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
5287 related variables for dumped executable.
5288
5289 * unexmacosx.c (unexec_write_zero): New function.
5290 (copy_data_segment): Clear uninitialized local variables in
5291 statically linked libraries.
5292
5293 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
5294
58b6f884
JL
52952005-11-09 Juri Linkov <juri@jurta.org>
5296
5297 * keymap.c (shadow_lookup): If Flookup_key returns a number,
5298 call it again with a sub-key-sequence, and if its return value
5299 is non-nil (sub-key is bound), return nil.
5300
1f5f957a
KS
53012005-11-08 Kim F. Storm <storm@cua.dk>
5302
5303 * process.c (Fsignal_process): Recognize signal names with and
5304 without SIG prefix, e.g. SIGHUP and HUP.
5305
5306 * search.c (search_buffer): No need to initialize base_pat.
5307
20b69789
SM
53082005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
5311 Don't abuse the `mini' arg. Use the `obj' arg instead.
5312
7353f169
KS
53132005-11-04 Kim F. Storm <storm@cua.dk>
5314
5315 * xdisp.c (show_mouse_face): Clear mouse face to eol.
5316
1f7b1131
DN
53172005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5318
5319 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
5320 font-lock.elc and jit-lock.elc.
5321
e082564e
RS
53222005-11-03 Richard M. Stallman <rms@gnu.org>
5323
5324 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
5325 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
5326 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
5327
5328 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
5329
5330 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
5331
49e99345
SM
53322005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * window.c (Fdisplay_buffer): Fix last change to not use
5335 a dedicated window.
5336
8f15921b
KS
53372005-11-01 Kim F. Storm <storm@cua.dk>
5338
5339 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
5340 Instead, rotate the bottom angle bitmap 180 degrees to indicate
5341 that the bottom row does not end in a newline.
5342
b4235a80
AS
53432005-11-01 Andreas Schwab <schwab@suse.de>
5344
5345 * unexelf.c (unexec): Handle .plt section in BSS segment.
5346
3cbb13c8
SM
53472005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5348
e5f64be2
SM
5349 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
5350
3cbb13c8
SM
5351 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
5352 determine whether to consider dedicated windows as well.
5353 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
5354 (Fdisplay_buffer): Do consider dedicated windows in those cases where
5355 we will split the window rather than reuse it.
5356 Don't try to use windows on other displays.
5357
c94f08ff
DN
53582005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * puresize.h (BASE_PURESIZE): Increment to 1170000.
5361
edf84ae9
RF
53622005-10-31 Romain Francoise <romain@orebokech.com>
5363
5364 * macfns.c: Update copyright year.
5365 * m/gould.h: Likewise.
5366
6f07f649
KS
53672005-10-30 Kim F. Storm <storm@cua.dk>
5368
5369 * xdisp.c (display_line): Restore it->current_x and call
5370 extend_face_to_end_of_line when last glyph doesn't fit on line.
9dd28cae 5371 (set_glyph_string_background_width): Remove specific tests here
6f07f649
KS
5372 to see if face background should extend to end of line. Simplify.
5373
4d74a5fc
RS
53742005-10-30 Richard M. Stallman <rms@gnu.org>
5375
5376 * alloc.c (BYTES_USED): Use uordblks, not arena.
5377 (bytes_used_when_reconsidered): New variable.
5378 (emacs_blocked_free): Set that.
5379
bccfb310
CY
53802005-10-29 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * alloc.c (emacs_blocked_free): Fix typo.
5383
f5b8d5f2
RS
53842005-10-29 Richard M. Stallman <rms@gnu.org>
5385
4d74a5fc
RS
5386 * data.c (Fmake_variable_frame_local): Doc fix.
5387
f5b8d5f2
RS
5388 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
5389 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
5390 controls whether to save and restore mode_line_proptrans_alist.
5391 Callers changed.
5392 (unwind_format_mode_line): Work with that feature.
5393 (redisplay_internal): Don't call prepare_menu_bars if memory full.
5394 (move_elt_to_front): New function.
5395 (display_mode_element): Use move_elt_to_front.
5396 Don't bother munging text props on a null string.
5397 Delete obsolete elts from mode_line_proptrans_alist.
5398 (decode_mode_spec): Test Vmemory_full, not spare_memory.
685abb98 5399 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
f5b8d5f2 5400
49e99345
SM
5401 * lisp.h (memory_full_cons_threshold): Declare.
5402 (internal_lisp_condition_case): Declare.
f5b8d5f2
RS
5403
5404 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
5405 (Fmemory_full_p): Function deleted.
5406 (syms_of_alloc): Don't defsubr it.
5407 (memory_full_cons_threshold): New variable.
5408 (spare_memory): Now a vector of 7 elts.
5409 (buffer_memory_full): Don't set Vmemory_full here.
5410 (xfree): Don't try to refill here.
5411 (emacs_blocked_free): Record BYTES_USED in local var.
5412 (memory_full): Now free all the slots in spare_memory.
5413 (refill_memory_reserve): Allocate each slot in spare_memory.
5414 (init_alloc_once): Call refill_memory_reserve.
5415
5416 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
5417
5418 * eval.c (internal_lisp_condition_case): New function.
5419 (Fcondition_case): Use internal_lisp_condition_case.
5420 (Feval): Test Vmemory_full and memory_full_cons_threshold.
5421 (Ffuncall): Likewise.
5422
5423 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
5424
c390e28c
SM
54252005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * syntax.c (Fparse_partial_sexp): Fix docstring.
5428
ab5d87b3
RF
54292005-10-28 Romain Francoise <romain@orebokech.com>
5430
c390e28c 5431 * puresize.h (BASE_PURESIZE): Increment to 1130000.
ab5d87b3 5432
107fb6c9
RS
54332005-10-28 Richard M. Stallman <rms@gnu.org>
5434
5435 * xfns.c (syms_of_xfns): Provide `x' as feature.
5436
5437 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
5438
5439 * editfns.c (Fformat): Don't include string padding
5440 between info[n].start and info[n].end.
5441
5442 * alloc.c (spare_memory): No longer static.
5443 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
5444
c390e28c 5445 * puresize.h (BASE_PURESIZE): Increment to 1120000.
107fb6c9 5446
f351b58b
CY
54472005-10-27 Chong Yidong <cyd@stupidchicken.com>
5448
c390e28c 5449 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
437610c5 5450
f351b58b
CY
5451 * fringe.c (update_window_fringes): Handle case where buffer ends
5452 with a newline.
5453
581e7427
KH
54542005-10-27 Kenichi Handa <handa@m17n.org>
5455
5456 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
5457
54582005-10-24 Kenichi Handa <handa@m17n.org>
5459
5460 * charset.h (charset_mule_unicode_0100_24ff)
5461 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5462 Extern them.
5463
5464 * charset.c (charset_mule_unicode_0100_24ff)
5465 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
5466 New variables.
5467 (Fsetup_special_charsets): Initialize them.
5468
5469 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5470 supported Unicode characters.
5471
813fa8a8
JR
54722005-10-25 Jason Rumney <jasonr@gnu.org>
5473
5474 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
5475
05f7d868
YM
54762005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5477
5478 * image.c [MAC_OS] (image_load_qt_1): Check image size.
5479 Use GraphicsImportGetImageDescription instead of
5480 GraphicsImportGetNaturalBounds.
5481 [MAC_OSX] (image_load_quartz2d): Check image size.
5482 [MAC_OS] (xpm_load_image): Likewise.
5483
5484 * macterm.c (last_mouse_glyph_frame): New var.
5485 (note_mouse_movement): Say mouse moved if current frame differs
5486 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5487 (XTmouse_position): Set last_mouse_glyph_frame.
5488 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
29b585db 5489 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
05f7d868
YM
5490 Use EndianU16_BtoN.
5491 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
5492 (x_per_char_metric, XLoadQueryFont)
5493 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
5494 glyph bounds.
5495 (mac_to_x_fontname, mac_do_list_fonts)
5496 (mac_initialize_display_info): Change screen resolutions to 72dpi.
5497
128e729d
MY
54982005-10-25 Masatake YAMATO <jet@gyve.org>
5499
5500 * minibuf.c (Fdisplay_completion_list): Small doc fix.
5501
59017afb
KS
55022005-10-24 Kim F. Storm <storm@cua.dk>
5503
94717db1
KS
5504 * xterm.c: Undo 2005-10-23 change.
5505 (last_mouse_glyph_frame): New var.
5506 (note_mouse_movement): Say mouse moved if current frame differs
5507 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5508 (XTmouse_position): Set last_mouse_glyph_frame.
5509 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
5510 last_mouse_glyph] on mouse up/down event.
5511
59017afb
KS
5512 * editfns.c (Fcompare_buffer_substrings): Fix last change.
5513
7c5ba0d2
SM
55142005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
5517
a4b0e228
JD
55182005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5519
5520 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
5521 so tool tips don't interfere with press on tool bar button.
5522
f6a18aa2
RS
55232005-10-23 Richard M. Stallman <rms@gnu.org>
5524
5525 * casetab.c (Fset_case_table): Doc fix.
5526
5527 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
5528 (readevalloop): Compute ENTIRE properly.
5529 (syms_of_lread) <load-history>: Doc fix.
5530
45158e77
RS
55312005-10-21 Richard M. Stallman <rms@gnu.org>
5532
5533 * lread.c (Fload): Simplify gcpro structure.
5534 Gcpro FOUND as well as FILE, but not EFOUND.
5535 Unless preloading, record FOUND instead of FILE in Vload_history.
5536 Rename repeat local FILE to MSG_FILE.
5537 (syms_of_lread) <load-history>: Doc fix.
5538
dfa1cd4d
KH
55392005-10-21 Kenichi Handa <handa@m17n.org>
5540
96664fc0 5541 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
dfa1cd4d 5542
1064a9ea
KS
55432005-10-20 Kim F. Storm <storm@cua.dk>
5544
5545 * buffer.c (clone_per_buffer_values): Remove unused var tem.
5546 (init_buffer): Remove unused vars dotstat, pwdstat.
5547
5548 * ccl.c (check_ccl_update): Remove unused var vp.
5549
5550 * fileio.c (auto_save_error): Call SAFE_FREE.
5551
5552 * fns.c (Fchar_table_range): Remove unused var i.
5553
5554 * minibuf.c (display_completion_list_1): New wrapper function
5555 for Fdisplay_completion_list.
5556 (Fminibuffer_completion_help): Use it.
5557
5558 * term.c (encode_terminal_code): Remove unused var src_start.
5559
5560 * window.c (Fwindow_tree): Remove unused var alist.
5561
5562 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
5563
ce13796f
EZ
55642005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
5565
20b69789 5566 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
ce13796f 5567
ad9c16d3
EZ
55682005-10-20 Olli Savia <ops@iki.fi> (tiny change)
5569
5570 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
5571
26e9d2cf
AS
55722005-10-20 Andreas Schwab <schwab@suse.de>
5573
5574 * minibuf.c (Fdisplay_completion_list): Doc fix.
5575
e50165ec
KS
55762005-10-19 Kim F. Storm <storm@cua.dk>
5577
5578 * image.c (check_image_size): Handle integer Vmax_image_size value
5579 directly as max pixel value. Use default frame size for null frame.
5580 (syms_of_image) <max-image-size>: Describe integer value.
5581
d7b94c98
RF
55822005-10-19 Romain Francoise <romain@orebokech.com>
5583
5584 * emacs.c (main): Update copyright year.
5585
f1f25b99
CY
55862005-10-18 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * image.c (Vmax_image_size): New variable.
5589 (check_image_size): New function.
5590 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
5591 (gif_load, gs_load): Use it.
5592 (lookup_image): Try loading again if previous load failed.
5593 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
5594 to display in, NULL if none.
5595 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
5596 argument.
5597
f42d19a2
RS
55982005-10-18 Richard M. Stallman <rms@gnu.org>
5599
5600 * search.c (Fstring_match): Doc fix.
5601
bcbdafce
YM
56022005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5603
5604 * macterm.c (note_mouse_movement): Use PtInRect.
5605 (XTread_socket): Also ignore mouse motion just before a button
5606 release event. Don't process button release event when mouse is
5607 not grabbed.
5608
f5fab556
MY
56092005-10-16 Masatake YAMATO <jet@gyve.org>
5610
5611 * minibuf.c (Fdisplay_completion_list): Add new optional
e5f64be2 5612 argument COMMON_SUBSTRING. Bind `completion-common-substring'
f5fab556
MY
5613 to the optional argument during running `completion-setup-hook'.
5614
2ef1363e
YM
56152005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5616
5617 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
5618 Allow nil as argument.
5619 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
5620 for encoding arguments as UTF-16 in native byte order, no BOM.
5621
5622 * macfns.c (Fx_create_frame): Add debugging code.
5623 (Fx_show_tip): Set frame pixel width and height.
5624
5625 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
5626 (FRAME_NORMAL_GC): New macro.
5627 (mac_draw_line, mac_clear_area, mac_clear_window)
5628 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
5629 (mac_draw_image_string, mac_draw_image_string_16): Rename from
5630 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
5631 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
5632 All uses changed.
5633 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
5634 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
5635 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
5636 (mac_draw_string_16, mac_draw_image_string)
5637 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
5638 (mac_scroll_area): Drawing functions now take frame as destination.
5639 All uses changed.
5640 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
5641 (x_draw_fringe_bitmap): Set clipping area in face->gc.
5642
5643 * macterm.h (mac_clear_area): Add extern.
5644
fc5c7550
YM
56452005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5646
5647 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
5648 changes for xterm.c.
5649
5650 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
5651
fed91c38
KH
56522005-10-14 Kenichi Handa <handa@m17n.org>
5653
5654 * search.c (search_buffer): Give up BM search on case-fold-search
5655 if one of a target character has a case-equivalence of different
5656 charset even if that target charcter is an ASCII.
5657
5658 * casefiddle.c (casify_object): Fix for the case that case
5659 conversion change the byte length.
5660
0ea1a8af
KS
56612005-10-14 Kim F. Storm <storm@cua.dk>
5662
5663 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
5664 (handle_one_xevent): Only clear help_echo_string; restore it if
5665 note_mouse_movement didn't record any mouse movement.
5666
5667 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
5668 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
5669
647b07d1
AS
5670 * keyboard.c (make_lispy_position): Adjust wx for left margin if
5671 ON_TEXT.
0ea1a8af
KS
5672 (Fposn_at_x_y): Fix calculation of x coordinate.
5673 (Fposn_at_point): Return nil if point is hscrolled out of view.
5674
6e5b2385
AS
56752005-10-13 Andreas Schwab <schwab@suse.de>
5676
5677 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
5678 non-interactive mode.
5679
6de0e1a2
YM
56802005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5681
5682 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
5683
78f3b91f
KS
56842005-10-12 Kim F. Storm <storm@cua.dk>
5685
5686 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
5687
b639c9be
RF
56882005-10-12 Romain Francoise <romain@orebokech.com>
5689
5690 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
5691
76d8f04c
YM
56922005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5693
5694 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
5695 get end of text rows. Obtain header-line/mode-line rows directly.
5696
96013ba9
SM
5697 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
5698 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
621036f9 5699
d76432f5
KS
57002005-10-12 Kim F. Storm <storm@cua.dk>
5701
7a127784
KS
5702 * xdisp.c (remember_mouse_glyph): New generic version based on
5703 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
5704 properly handle all different window areas.
5705
5706 * dispextern.h (remember_mouse_glyph): Add prototype.
5707
5708 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
5709 (note_mouse_movement, XTmouse_position): Use generic
5710 remember_mouse_glyph, add last_mouse_glyph arg.
5711
5712 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
5713 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
5714 (note_mouse_movement, w32_mouse_position): Use generic
5715 remember_mouse_glyph, add last_mouse_glyph arg.
5716
5717 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
5718 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
5719 (XTmouse_position): Adapt to use generic remember_mouse_glyph
5720 instead of pixel_to_glyph_coords.
5721
d76432f5
KS
5722 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
5723 Fix x position for ON_TEXT when left margin width > 0.
5724
55a4ac3e
KS
57252005-10-11 Kim F. Storm <storm@cua.dk>
5726
d76432f5 5727 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
55a4ac3e
KS
5728
5729 * keyboard.c (make_lispy_position): Fix buffer calculations for
5730 mouse click or movement in right fringe and the margins.
5731
2d4713aa
JB
57322005-10-11 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * image.c (fn_jpeg_stdio_src): Don't define it.
5735 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5736 (our_common_init_source): Rename from `our_init_source'.
5737 (our_common_term_source): Rename from `our_term_source'.
5738 (our_memory_fill_input_buffer): Rename from
5739 `our_fill_input_buffer'.
5740 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
5741 (jpeg_memory_src): Use the new names.
5742 (struct jpeg_stdio_mgr): New struct.
5743 (JPEG_STDIO_BUFFER_SIZE): New constant.
5744 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
5745 (jpeg_file_src): New functions.
5746 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
5747
71b7a47f
YM
57482005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5749
5750 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
5751 (fm_font_family_alist): New variable.
5752 (syms_of_macterm): Initialize and staticpro it.
5753 (decode_mac_font_name): Replace '-' in family name with '_' if it
5754 occurs just once. Lower family name.
5755 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
5756 All uses changed. Remove argument MF and code conversion for it.
5757 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
5758 to CHARSET. Parse font size. Lower family name. Return integer
5759 value for status of parsing.
5760 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
5761 Don't use Fdowncase because family name is already lowered by
5762 decode_mac_font_name.
96013ba9
SM
5763 (init_font_name_table): Always call decode_mac_font_name.
5764 Add pair of family name and its reference to fm_font_family_alist.
71b7a47f
YM
5765 (mac_clear_font_name_table): Clear fm_font_family_alist.
5766 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
5767 Lookup fm_font_family_alist to get font family reference.
5768 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
5769 name is already lowered by parse_x_font_name.
5770
74051a92
KS
57712005-10-11 Kim F. Storm <storm@cua.dk>
5772
31ab1f05
KS
5773 * xterm.c (glyph_rect): Return 0 if position is outside text area.
5774
74051a92
KS
5775 * keyboard.c (make_lispy_position): Fix buffer position calculation for
5776 mouse click or movement in fringe.
5777
9b909870
JR
57782005-10-10 Jason Rumney <jasonr@gnu.org>
5779
5780 * xterm.c (remember_mouse_glyph): New function.
58af5591 5781 (note_mouse_movement): Use it to remember the current glyph if changed.
9b909870 5782 (XTmouse_position): Fix calculation of fake glyph under mouse.
58af5591 5783 Move code to calculate glyph under mouse into remember_mouse_glyph.
9b909870 5784
f9e36a6d
JD
57852005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5786
58af5591 5787 * emacs.c (USAGE3, standard_args): -nb => -nbi.
f9e36a6d 5788
04bc7945
JB
57892005-10-10 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
5792 (next_frame, prev_frame, set_term_frame_name): Make static.
5793
5794 * window.c (Fwindow_tree): Fix spelling.
5795
41791a20
RF
57962005-10-09 Romain Francoise <romain@orebokech.com>
5797
5798 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
5799
e313fc07
JD
58002005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5801
58af5591
KS
5802 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
5803 Add options -nb, --no-bitmap-icon.
e313fc07
JD
5804
5805 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
5806
61e62f5f
YM
58072005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5808
5809 * macgui.h (MAX_CLIP_RECTS): New define.
5810 (struct _XGC): New member clip_region.
5811 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
5812 clip_rects.
5813
5814 * macterm.c (GC_CLIP_REGION): New macro.
5815 (saved_port_clip_region): New variable.
5816 (mac_begin_clip, mac_end_clip): New functions.
5817 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
5818 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
5819 (mac_copy_area_with_mask, mac_scroll_area): Use them.
5820 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
5821 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
5822 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
5823 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
5824 rectangles stored in gc.
71b7a47f 5825 (XFreeGC): Dispose of clipping region.
61e62f5f
YM
5826 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
5827 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
5828 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
5829 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
5830 (x_draw_bar_cursor): Use them.
5831 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
5832 get multiple clipping rectangles.
5833
5834 * macterm.h (mac_term_init): Add types to extern.
5835 (struct mac_output): Remove members mWP and pending_menu_activation.
f7270128 5836 Put members scroll_bar_foreground_pixel and
61e62f5f
YM
5837 scroll_bar_background_pixel in #if 0.
5838 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
5839
5840 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
2ef1363e 5841 Add debugging code.
61e62f5f 5842
ef1b4c9e
KS
58432005-10-08 Kim F. Storm <storm@cua.dk>
5844
5845 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
5846
f1010549
KS
58472005-10-07 Kim F. Storm <storm@cua.dk>
5848
5849 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
5850 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
5851 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
5852
c2ded1b7
YM
58532005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5854
5855 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
5856 to for_overlaps. Now occupy 3 bits.
5857 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
5858 (OVERLAPS_ERASED_CURSOR): New defines.
5859 (struct redisplay_interface): Add new OVERLAPS arg to member
5860 fix_overlapping_area.
5861 (x_fix_overlapping_area): Add new OVERLAPS arg.
5862 (get_glyph_string_clip_rects): Add extern.
5863
96013ba9
SM
5864 * dispnew.c (redraw_overlapping_rows):
5865 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
c2ded1b7
YM
5866
5867 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
5868 for_overlaps.
5869 (get_glyph_string_clip_rects): New function created from
f1010549
KS
5870 get_glyph_string_clip_rect. Set clipping rectangles according to the
5871 value of for_overlaps. Enable to store multiple clipping rectangles.
c2ded1b7
YM
5872 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
5873 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
5874 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
f7270128 5875 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
c2ded1b7 5876 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
f1010549
KS
5877 calculating clipping rectangles later. Call x_fix_overlapping_area
5878 with new OVERLAPS arg to draw only erased cursor area.
f7270128 5879 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
f1010549 5880 to draw overlaps in both preceding and succeeding rows.
c2ded1b7
YM
5881
5882 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
5883 struct glyph_string to for_overlaps.
5884
a19a0003
RS
58852005-10-04 Richard M. Stallman <rms@gnu.org>
5886
5887 * alloc.c (refill_memory_reserve): Conditionalize the body,
5888 not the function's existence.
5889
abc8ce50
KS
58902005-10-04 Kim F. Storm <storm@cua.dk>
5891
5892 * window.c (window_split_tree): New function.
5893 (Fwindow_split_tree): New defun.
5894 (syms_of_window): Defsubr it.
5895
66533b25
YM
58962005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5897
5898 * macterm.c (mac_invert_rectangle): New function.
5899 (XTflash): Use it.
5900
4156359e
SM
59012005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5902
4e2f601f
SM
5903 * regex.h (re_char): Don't expose it in the interface.
5904 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5905
5906 * regex.c (re_char): Move it back here.
5907 (re_set_whitespace_regexp): Change the arg's type to not use it.
5908
4156359e
SM
5909 * keyboard.c (make_lispy_event): If point has moved between down and up
5910 event, make it a drag, not a click, to mirror what
5911 mouse-drag-region expects.
5912
eb27c2ca
DN
59132005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * lisp.h (fatal): Undo previous change.
5916 * term.c (fatal): Undo previous change.
5917
b059f7d0
RS
59182005-10-01 Richard M. Stallman <rms@gnu.org>
5919
5920 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
5921
21a9a7be
KS
59222005-10-01 Kim F. Storm <storm@cua.dk>
5923
5924 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
5925
ddcb7665
YM
59262005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5927
5928 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
5929
5930 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
2ef1363e 5931 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
4156359e
SM
5932 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
5933 Try ATSUI-compatible 12pt Monaco font first.
ddcb7665
YM
5934
5935 * macgui.h (struct _XCharStruct): New member valid_p.
5936 (STORE_XCHARSTRUCT): Set valid_p.
5937 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
5938
5939 * macterm.c (mac_draw_string_common, x_per_char_metric)
5940 (mac_compute_glyph_string_overhangs, init_font_name_table)
5941 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
5942 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
5943 (x_draw_glyph_string_background)
5944 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
5945 XDrawImageString. Always draw background and foreground separately.
5946 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
5947 functions for one-byte chars when using ATSUI-compatible fonts.
5948 (atsu_font_id_hash) [USE_ATSUI]: New variable.
5949 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5950 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
5951 max_char_or_byte2 more in detail.
5952 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
5953
fa8459a3
DN
59542005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
5955
4156359e 5956 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
fa8459a3
DN
5957 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
5958
5959 * unexelf.c (fatal): Fix prototype.
5960
5961 * term.c (fatal): Implement using varargs.
5962
21a9a7be 5963 * regex.c (re_char): Move typedef ...
fa8459a3 5964 * regex.h (re_char): ... here.
4156359e 5965 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
fa8459a3
DN
5966
5967 * emacs.c (malloc_set_state): Fix return type.
5968 (endif): Fix type.
5969
5970 * lisp.h (fatal): Add argument types.
5971
5972 * dispextern.h (fatal): Delete prototype.
5973
9dd28cae 5974 * systime.h (make_time): Prototype moved from ...
fa8459a3
DN
5975 * editfns.c (make_time): ... here.
5976
5977 * editfns.c: Move systime.h include after lisp.h.
21a9a7be
KS
5978 * dired.c:
5979 * xsmfns.c:
fa8459a3 5980 * process.c: Likewise.
21a9a7be 5981
fa8459a3
DN
5982 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
5983 Add parameter types.
5984 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
5985 (emacs_blocked_free): Change definition to match __free_hook.
5986 (emacs_blocked_malloc): Change definition to match __malloc_hook.
4156359e 5987 (emacs_blocked_realloc): Change definition to match __realloc_hook.
fa8459a3 5988
97c3e4cc
RF
59892005-09-30 Romain Francoise <romain@orebokech.com>
5990
5991 * minibuf.c (Fread_buffer): Follow convention for reading from the
5992 minibuffer with a default value. Doc fix.
5993
8ad8c5ce
JL
59942005-09-29 Juri Linkov <juri@jurta.org>
5995
5996 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
5997 Rename argument name `string' to `format-string'.
5998 (Fformat): Doc fix.
5999
64da5759
KS
60002005-09-28 Kim F. Storm <storm@cua.dk>
6001
6002 * image.c (gif_load): Fix size of allocated image buffer
6003 for images where a sub-image may be larger than the image's
6004 total height/width specifications.
6005
eaf92438
YM
60062005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6007
6008 * macgui.h (struct _XCharStruct): Each member now takes short value.
6009
43f15d4a
DN
60102005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
6011
6012 * xfaces.c (lookup_derived_face): Add parameter type.
6013
6014 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
6015
6016 * marker.c (verify_bytepos): Add parameter type.
6017
6018 * process.c (get_operating_system_release): Move prototype ...
6019
6020 * systime.h (get_operating_system_release): ... here.
6021
04bc7945
JB
6022 * xterm.c (handle_one_xevent): Refer to union field to match the
6023 type required by the function definition.
6024 (set_vertical_scroll_bar): Move prototype ...
43f15d4a
DN
6025
6026 * xterm.h: ... here.
6027
6028 * fns.c (internal_equal, seed_random): Fix prototypes.
6029 (internal_equal): Add missing parameter.
6030
c769dcac
RS
60312005-09-25 Richard M. Stallman <rms@gnu.org>
6032
6033 * keyboard.c (update_menu_bindings): Variable deleted.
6034 (syms_of_keyboard): Don't defvar it.
6035 (parse_menu_item): Don't test it.
6036
8dbf19c7
RS
60372005-09-23 Richard M. Stallman <rms@gnu.org>
6038
6039 * editfns.c (Fformat): Explicitly test for end of format string
6040 and don't use `index'.
6041
3480d92b
DN
60422005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6043
4156359e
SM
6044 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
6045 Define BROKEN_GET_CURRENT_DIR_NAME.
3480d92b
DN
6046
6047 * sysdep.c (get_current_dir_name): Also define if
64da5759 6048 BROKEN_GET_CURRENT_DIR_NAME.
3480d92b
DN
6049
6050 * m/ibmrs6000.h: Test for USG5, not USG5_4.
6051
5db60f31
KS
60522005-09-22 Kim F. Storm <storm@cua.dk>
6053
6054 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
6055 (message2): Fix commentary. Ok to use alloca'ed memory.
6056 Still not ok to use Lisp string data (because of GC).
6057 (set_message): Add comment why GC cannot happen.
6058
7c3d233d
YM
60592005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6060
6061 * macterm.c (xlfdpat_block_match_1): Fix assertion.
6062 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
6063 variants for a scalable font multiple times.
6064
acde1152
YM
60652005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6066
6067 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
6068 Setup slave tty options before forking.
6069
52d166e0
JD
60702005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6071
6072 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
6073 positions have been set for the frame (as is done for frames in
6074 special-display-buffer-names).
6075
12d10bc7
KS
60762005-09-19 Kim F. Storm <storm@cua.dk>
6077
6078 * editfns.c (Fformat): Don't scan past end of format string that
6079 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
6080
9f1cf0e3
AS
60812005-09-18 Andreas Schwab <schwab@suse.de>
6082
6083 * window.h (struct window): Remove height_fixed_p, no longer set.
6084
6085 * window.c (make_window): Don't initialize height_fixed_p.
6086 (window_fixed_size_p): Don't use it.
6087
8a658a52
JPW
60882005-09-18 John Paul Wallington <jpw@pobox.com>
6089
6090 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
6091
be9bb408
YM
60922005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6093
6094 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
6095
6096 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
6097 New variables.
6098 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
6099 file selection.
6100
6101 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
6102
cbf223e1
EZ
61032005-09-17 Eli Zaretskii <eliz@gnu.org>
6104
6105 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
6106 (obj): Use XMENU_OBJ, not a literal xmenu.o.
6107
e3f509dd
RF
61082005-09-16 Romain Francoise <romain@orebokech.com>
6109
8ccd3630 6110 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
e3f509dd 6111
5c4757d3
RS
61122005-09-15 Richard M. Stallman <rms@gnu.org>
6113
6114 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
6115 (display_mode_element): Instead of `lisp_string' and `this',
6116 record `offset' and increment that.
6117 `last_offset' replaces `last'.
6118
6119 * Makefile.in (XMENU_OBJ): Variable deleted.
6120 (obj): Use xmenu.o unconditionally.
6121 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
6122
6123 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
6124
01978521
KS
61252005-09-15 Kim F. Storm <storm@cua.dk>
6126
6127 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
6128 (reseat_at_next_visible_line_start): Likewise (in xassert).
6129
ccf61795
RF
61302005-09-14 Romain Francoise <romain@orebokech.com>
6131
6132 * fileio.c (write_region_inhibit_fsync): New variable.
6133 (Fwrite_region): Use it to skip call to fsync.
6134 (syms_of_fileio): Initialize it.
6135
2b046a72
KH
61362005-09-14 Kenichi Handa <handa@m17n.org>
6137
24a2b282
KH
6138 * coding.c (code_convert_region_unwind): Argument format changed.
6139 (run_pre_post_conversion_on_str): If pre-write-conversion function
6140 changed the current buffer, delete the new buffer.
6141 (run_pre_write_conversin_on_c_str): Likewise.
6142
2b046a72
KH
6143 * fileio.c (Fexpand_file_name): Check multibyteness of
6144 default_directory.
6145
d008f7b7
KH
61462005-09-13 Kenichi Handa <handa@m17n.org>
6147
6148 * composite.c (compose_chars_in_text): Delete it.
6149
6150 * composite.h (compose_chars_in_text): Delete extern.
6151
2ada8ac5
KS
61522005-09-13 Kim F. Storm <storm@cua.dk>
6153
6154 * print.c (print_error_message): Fix last change.
6155
48c60938
KS
61562005-09-12 Kim F. Storm <storm@cua.dk>
6157
0fdbe302
KS
6158 * composite.c (compose_chars_in_text): Fix setup of `pend'.
6159 Unconditionally reload `ptr' and `pend' after eval.
6160
48c60938
KS
6161 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
6162
6163 * print.c (print_error_message): Pass copy of caller name to
6164 message_dolog.
6165
6166 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
6167
5add1986
KH
61682005-09-12 Kenichi Handa <handa@m17n.org>
6169
6170 * xdisp.c (display_mode_element): Be sure to make variables THIS
6171 and LISP_STRING point into a string data of ELT.
6172
18bb66c7
KS
61732005-09-12 Kim F. Storm <storm@cua.dk>
6174
6175 * editfns.c (Ftranslate_region_internal): Reload `tt' after
6176 signal_after_change that may have GC'ed.
6177 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
6178
6179 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
6180 after insert while runs signal_after_change.
6181
6182 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
6183 declaration to where it is used.
6184
6185 * w32.c (check_windows_init_file): Fix allocation of error buffer.
6186
6187 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
6188 (x_set_name_internal): Call x_encode_text with new FREEP arg to
6189 know if xfree is needed instead of guessing.
6190
6191 * xterm.h (x_encode_text): Remove prototype.
6192
945a75f8
JR
61932005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
6194
6195 * w32term.c (x_bitmap_icon): Load small icons too.
6196
156bdb41
RF
61972005-09-10 Romain Francoise <romain@orebokech.com>
6198
6199 * buffer.c (init_buffer): Grow buffer to add directory separator
f9962371 6200 and terminal zero. Fix typos.
156bdb41 6201
67b8391b
EZ
62022005-09-10 Eli Zaretskii <eliz@gnu.org>
6203
a17b5ed1
EZ
6204 * buffer.c (init_buffer): Fix error message for failed call to
6205 get_current_dir_name.
6206 (get_current_dir_name): Remove prototype.
6207
9dd28cae 6208 * xsmfns.c (get_current_dir_name): Remove prototype.
a17b5ed1 6209
9dd28cae 6210 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
96013ba9 6211 Add prototype.
a17b5ed1 6212
ed326e35 6213 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
b04a3120 6214 Don't #undef NULL after including blockinput.h.
ed326e35 6215
67b8391b
EZ
6216 * config.in: Regenerated.
6217
c187839d
EZ
62182005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6219
6220 Remove the MAXPATHLEN limitations:
6221
1486d036
EZ
6222 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
6223 New function.
c187839d
EZ
6224
6225 * buffer.c (init_buffer): Use it.
6226
6227 * xsmfns.c (smc_save_yourself_CB): Ditto.
6228
ae8a5689
KS
62292005-09-09 Kim F. Storm <storm@cua.dk>
6230
39cac6b3
KS
6231 * doc.c (Fsubstitute_command_keys): Lookup key binding for
6232 commands that are remapped from some other command.
6233
aeb55c44
KS
6234 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
6235 flag in disabled rows below the window.
6236
ae8a5689
KS
6237 * frame.h (struct frame): New member updated_p.
6238
6239 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
6240 member. Remove local `updated' array and associated variables.
6241
821f6dae
KS
62422005-09-07 Kim F. Storm <storm@cua.dk>
6243
6e5395f2
KS
6244 * xdisp.c (handle_display_prop): Respect overlay window property.
6245
821f6dae
KS
6246 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
6247 Fixes crash reported by YAMAMOTO Mitsuharu.
6248
9655b404
YM
62492005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6250
6251 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
6252 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
6253 (xlfdpat_block_match_1, xlfdpat_match): New functions.
6254 (xlfdpat_block_match): New macro.
6255 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
6256 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
6257 (add_font_name_table_entry): Increase font_name_table_size more
6258 rapidly.
6259 (mac_c_string_match): Remove function.
6260 (mac_do_list_fonts): Use XLFD pattern match instead of regular
6261 expression match.
6262
6263 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
6264
d7ea8b71
RS
62652005-09-03 Richard M. Stallman <rms@gnu.org>
6266
6267 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
6268 (move_it_in_display_line_to): Stop after last char on line even
6269 on a windowing terminal, if that's the specified stop position.
6270
6271 * fns.c (Fsort): Doc fix.
6272
6273 * editfns.c (Fpropertize): Don't insist that properties be symbols.
6274
1550ae60
SM
62752005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * dired.c (directory_files_internal_unwind, directory_files_internal)
6278 (file_name_completion): Use a Save_Value object rather than a cons of
6279 two 16bit ints to store the DIR*.
6280 (directory_files_internal, file_name_completion): Handle both EINTR and
6281 EAGAIN consistently after `readdir'.
6282
bdb4d6d8
SM
62832005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6284
1550ae60
SM
6285 * intervals.c (update_interval): Add position info in error.
6286
bdb4d6d8
SM
6287 * dispnew.c (window_to_frame_hpos, update_window):
6288 Avoid gcc warning about unused variable `f'.
6289
6bcc3ca4
JR
62902005-08-31 Jason Rumney <jasonr@gnu.org>
6291
6292 * w32menu.c (add_menu_item): If unicode_append_menu returns an
6293 error, revert to using AppendMenu.
6294
07c5948c
YM
62952005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6296
bdb4d6d8
SM
6297 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
6298 All uses changed.
07c5948c
YM
6299 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
6300 cases.
6301 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
bdb4d6d8
SM
6302 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
6303 Use posix_pathname_to_fsspec.
07c5948c
YM
6304 [MAC_OS] (xpm_load_image): Fill in background_transparent field
6305 while we have mask.
6306
6307 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
6308
6309 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
6310
5a774522
SM
63112005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * syntax.c (update_syntax_table): Properly reproduce the special +1
6314 setting of e_property at the end of the buffer when bumping into the
6315 INTERVALS_AT_ONCE limit.
6316
0fb57cc0
EZ
63172005-08-27 Eli Zaretskii <eliz@gnu.org>
6318
6319 * emacs.c (USAGE1): Fix the description of the -Q option.
6320
5a774522
SM
63212005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
6324
4e6b8c5a
KS
63252005-08-26 Kim F. Storm <storm@cua.dk>
6326
6327 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
6328 Don't move PT to new window start.
6329
1f98fbb4
YM
63302005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6331
6332 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
6333 ICONIFY/DEICONIFY_EVENT.
6334
5a774522
SM
6335 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
6336 Restore background color.
1f98fbb4
YM
6337 (mac_handle_visibility_change): New function.
6338 (x_make_frame_invisible, x_iconify_frame)
6339 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
6340 [USE_CARBON_EVENTS] (mac_handle_window_event)
07c5948c 6341 (install_window_handler): Handle visibility change events.
1f98fbb4
YM
6342 (x_make_frame_visible): Don't reposition window if it is iconified
6343 or asked for visible before. Select and uncollapse window when it
6344 is made visible.
6345 (x_make_frame_invisible): Don't reset x_highlight_frame.
6346 (x_iconify_frame): Likewise. Make invisible frame visible before
6347 it is iconified.
6348 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
6349 (do_window_update): Don't change visibility of invisible frame.
6350
16691d29
JL
63512005-08-22 Juri Linkov <juri@jurta.org>
6352
6353 * term.c (turn_on_face): Check for TS_set_foreground and
6354 TS_set_background depending on standout_mode. Simplify.
6355
7c3f805b
KS
63562005-08-21 Kim F. Storm <storm@cua.dk>
6357
0f467468
KS
6358 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
6359 bitmaps on fully visible rows.
6360
7c3f805b
KS
6361 * fringe.c (update_window_fringes): Replace FORCE_P arg with
6362 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
6363 and return 0.
6364
6365 * xdisp.c (redisplay_window): Call update_window_fringes with
6366 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
6367
40b388f9
RS
63682005-08-20 Richard M. Stallman <rms@gnu.org>
6369
6370 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
6371 (resize_mini_window): Set w->start, and PT, so as to display the tail
6372 end of the buffer, if it doesn't all fit.
6373
581360f0
KS
63742005-08-18 Kim F. Storm <storm@cua.dk>
6375
6376 * xdisp.c (calc_pixel_width_or_height): Use actual display
6377 resolution when available instead of Vdisplay_pixels_per_inch.
6378
0eefa6fb
KS
63792005-08-17 Kim F. Storm <storm@cua.dk>
6380
6381 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
6382
6383 * dispnew.c (buffer_posn_from_coords): Check that target row is
6384 within matrix.
6385
ada192ba
JD
63862005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6387
6388 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
6389 xg_set_frame_icon and call it.
6390
6391 * gtkutil.c (xg_set_frame_icon): New function.
6392
0eefa6fb 6393 * gtkutil.h (xg_set_frame_icon): Declare it.
ada192ba 6394
ab89a403
KS
63952005-08-16 Kim F. Storm <storm@cua.dk>
6396
6397 * dispnew.c (increment_row_positions): Skip non-enabled rows.
6398
6399 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
6400 (Fcurrent_window_configuration): Use VECSIZE macro instead.
6401
8d34b5e1
RS
64022005-08-15 Richard M. Stallman <rms@gnu.org>
6403
6404 * xdisp.c (message3_nolog): Clear echo_message_buffer.
6405
71e37f3c
KS
64062005-08-15 Kim F. Storm <storm@cua.dk>
6407
0781c303
KS
6408 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
6409
71e37f3c
KS
6410 * process.c (deactivate_process, status_notify, read_process_output)
6411 (update_status, status_convert, decode_status, allocate_pty)
6412 (make_process, remove_process, list_processes_1)
6413 (create_process_1, unwind_request_sigio, read_process_output)
6414 (send_process, keyboard_bit_set): Declare static.
6415 (Fdelete_process): Simplify. Pass process to status_notify, so we
6416 don't try to read output from it.
6417 (status_notify): New arg deleting_process--don't try to read
6418 output from that process.
6419
6420 * lisp.h (deactivate_process, status_notify, read_process_output):
6421 Remove prototypes.
6422
0bf14bfd
RS
64232005-08-14 Richard M. Stallman <rms@gnu.org>
6424
bdb4d6d8
SM
6425 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
6426 define_image_type.
0bf14bfd 6427
6c7eb721
JD
64282005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6429
6430 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
6431 (xg_get_image_for_pixmap): Move some code to
6432 xg_get_pixbuf_from_pix_and_mask, and call it.
6433
6434 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
6435
6436 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
6437 to get an GTK icon and set it with GTK functions to avoid having GTK
6438 override an icon set with just X functions.
6439
6e2d14c8
RS
64402005-08-11 Richard M. Stallman <rms@gnu.org>
6441
bdb4d6d8
SM
6442 * image.c (syms_of_image): Init image_types here, and call
6443 define_image_type.
6e2d14c8
RS
6444 (init_image): Not here.
6445
61298e17
RS
64462005-08-09 Richard M. Stallman <rms@gnu.org>
6447
6448 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
6449
6450 * lisp.h (QUIT): Throw t to Vthrow_on_input.
6451
5a9807a8
TTN
64522005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
6453
6454 * floatfns.c (Fexpt): Use floats for negative exponent.
6455
93469010
JD
64562005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6457
6458 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
6459 should not be there, causing menu display errors with GTK 2.6.9.
6460
44edd521
RS
64612005-08-07 Richard M. Stallman <rms@gnu.org>
6462
8b6a9551
RS
6463 * floatfns.c (Fexpt): Undo previous change.
6464
44edd521
RS
6465 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
6466 so it can be used with various state vectors.
6467
6468 * emacs.c (endif): Convert -script into -scriptload.
6469 (standard_args): Add -scriptload. Allow -basic-display with one dash.
6470
6471 * fns.c (syms_of_fns): Add `emacs' to features.
6472
6473 * term.c (set_terminal_modes): If no TS_termcap_modes string,
6474 output newlines to scroll the old screen contents off the screen.
6475
cac87e30
TTN
64762005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
6477
2a205424
TTN
6478 * floatfns.c (Fexpt): Use floats for negative exponent.
6479 Reported by D Goel.
cac87e30 6480
31b7cc74
JB
64812005-08-02 Richard M. Stallman <rms@gnu.org>
6482
6483 * frame.c (Fframe_char_width): Doc fix.
6484
e2b64074
JB
64852005-07-30 Juanma Barranquero <lekktu@gmail.com>
6486
6487 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
6488 Defvar it.
6489
0962822d
JB
64902005-07-28 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
6493 (my_create_window, my_create_tip_window): Make static.
6494
6495 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
6496 (my_set_foreground_window, my_destroy_window): Make static.
6497
9eff9fe3
PE
64982005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6499
6500 Merge gnulib getopt implementation into Emacs.
6501
6502 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
6503 now part of lib-src.
6504
1c9916a1
SM
65052005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
6508
94c7f257
JR
65092005-07-25 Jason Rumney <jasonr@gnu.org>
6510
6511 * w32menu.c (w32_menu_display_help): Suppress tooltip when
6512 navigating menus with the keyboard.
6513
bf0bf758
RS
65142005-07-23 Richard M. Stallman <rms@gnu.org>
6515
6516 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
6517
6518 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
6519 gc_relative_threshold, one by one.
6520
6521 * keyboard.c (read_char): Test gc_cons_threshold.
6522 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
6523
6524 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
6525 gc_relative_threshold, one by one.
6526
6527 * alloc.c (gc_cons_threshold): Not static.
6528 (gc_cons_combined_threshold): Var deleted.
6529 (gc_relative_threshold): New variable.
6530 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
6531 instead of gc_cons_combined_threshold.
6532
1c9916a1 6533 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
bf0bf758
RS
6534 (gc_cons_combined_threshold): Declaration deleted.
6535
99f963e4
YM
65362005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6537
6538 * mac.c: Don't include stdlib.h or string.h.
6539 (Fdo_applescript, Fmac_file_name_to_posix)
6540 (Fmac_file_name_to_posix): Doc fixes.
6541 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
6542 (Fmac_code_convert_string): Likewise.
6543 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
6544 if the executable is not contained in a bundle.
6545
6546 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
6547 (gray_width, gray_height): Remove defines.
6548 (gray_bits, gray_bitmap_width, gray_bitmap_height)
6549 (gray_bitmap_bits): Remove variables.
6550 (lispy_function_keys): Remove extern.
6551 (free_frame_menubar): Add extern.
6552 (x_window_to_frame): Remove function.
6553 (unwind_create_tip_frame): Add declaration.
6554 (x_set_name_internal): New function.
6555 (x_set_name, x_set_title): Use it.
6556 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
6557 (Fx_display_pixel_height, Fx_display_planes)
6558 (Fx_display_color_cells, Fx_server_max_request_size)
6559 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6560 (Fx_display_mm_height, Fx_display_mm_width)
6561 (Fx_display_backing_store, Fx_display_visual_class)
6562 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
6563
6564 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
6565
bdb4d6d8 6566 * macselect.c (Fx_own_selection_internal): Follow error conventions.
99f963e4
YM
6567 (Fx_get_selection_internal, Fx_selection_owner_p)
6568 (Fx_selection_exists_p): Doc fixes.
6569 (syms_of_macselect) <selection-converter-alist>: Likewise.
6570
1d256714
JB
65712005-07-21 Juanma Barranquero <lekktu@gmail.com>
6572
6573 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
6574
6575 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
6576 (Fccl_execute_on_string): Likewise; add usage info.
6577
6578 * composite.c (Fcompose_region_internal)
6579 (Fcompose_string_internal):
6580 Improve argument/docstring consistency.
6581
6582 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
6583 Fix typos in docstrings.
6584
6585 * textprop.c (Fnext_char_property_change)
6586 (Fprevious_char_property_change): Doc fixes.
6587
6588 * window.c (Fset_window_margins, Fset_window_fringes):
6589 Improve argument/docstring consistency.
6590
6591 * xfaces.c (Finternal_lisp_face_p): Doc fix.
6592
538f78c3
AS
65932005-07-21 Andreas Schwab <schwab@suse.de>
6594
6595 * eval.c (restore_stack_limits): Return a value.
6596
a5b5bf44
JB
65972005-07-20 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * eval.c (Fdefvar): Doc fix.
6600
ae643123
KS
66012005-07-20 Kim F. Storm <storm@cua.dk>
6602
0ed4bf15
KS
6603 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
6604 Use make_save_value to unwind protect stream.
6605
6606 * lread.c (Fload, load_unwind):
6607 Use make_save_value to unwind protect stream.
ae643123 6608
82fc29a1
JB
66092005-07-19 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * eval.c (Fprog2, Fcalled_interactively_p),
6612 (syms_of_eval) <debug-on-quit>: Doc fixes.
6613 (syms_of_eval) <max-specpdl-size>:
6614 (Finteractive_p): Fix typos in docstrings.
6615
73b90087
KS
66162005-07-19 Kim F. Storm <storm@cua.dk>
6617
6618 * w32fns.c (Vx_hand_shape): Variable removed.
6619 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
6620
dfc434d0
KH
66212005-07-19 Kenichi Handa <handa@m17n.org>
6622
bdb4d6d8 6623 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
dfc434d0 6624
bcd98331
SM
66252005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
6628
2a85a754
KS
66292005-07-18 Kim F. Storm <storm@cua.dk>
6630
6631 * frame.h (struct frame): New member already_hscrolled_p.
6632
6633 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
6634 to avoid redisplay looping hscrolling back and forth ad infinitum.
6635
426179e1
JL
66362005-07-18 Juri Linkov <juri@jurta.org>
6637
6638 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
6639 * keymap.c (Fminor_mode_key_binding):
6640 * macterm.c (mac-emulate-three-button-mouse):
6641 Delete duplicate duplicate words.
6642
9f4a578d
KR
66432005-07-18 Ken Raeburn <raeburn@gnu.org>
6644
6645 * minibuf.c (Ftest_completion): Fix odd syntax in test.
6646
d005338b
YM
66472005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6648
bcd98331 6649 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
d005338b
YM
6650
6651 * macgui.h (struct _XGC): New struct.
6652 (GC): Use it.
6653 (GCForeground, GCBackground, GCFont): Use X11 mask values.
6654 (XCreateGC, XParseGeometry): Move externs to macterm.h.
6655
bcd98331 6656 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
d005338b 6657 (XSetFont): Add declaration.
bcd98331
SM
6658 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
6659 Remove functions.
6660 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
6661 New defines.
d005338b
YM
6662 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
6663 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
bcd98331
SM
6664 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
6665 Use them.
d005338b
YM
6666 (mac_erase_rectangle): New function.
6667 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
6668 (x_draw_stretch_glyph_string): Use it.
6669 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
6670 (XSetBackground, XSetFont): Adjust for new GC implementation.
6671 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
6672 (XTset_vertical_scroll_bar): Clear area under scroll bar.
6673
6674 * macterm.h (struct mac_display_info): Change types of
6675 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
6676 (XCreateGC, XParseGeometry): Move externs from macgui.h.
6677
6678 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
6679
9b0c2c56
RS
66802005-07-16 Richard M. Stallman <rms@gnu.org>
6681
6682 * buffer.c (Fmake_overlay): Doc fix.
6683
2e9c1c6d
EZ
66842005-07-16 Eli Zaretskii <eliz@gnu.org>
6685
6686 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
6687 Vw32_valid_locale_ids, and Vw32_valid_codepages.
6688
407289a4
YM
66892005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6690
bcd98331
SM
6691 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
6692 Use Fstring_as_unibyte instead of string_make_unibyte.
407289a4 6693
e4b477a1
RS
66942005-07-15 Richard M. Stallman <rms@gnu.org>
6695
6696 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
6697
a8613adf
KS
66982005-07-15 Kim F. Storm <storm@cua.dk>
6699
6700 * xdisp.c: Fix redisplay loop in last change.
6701 (IT_POS_VALID_AFTER_MOVE_P): New macro.
6702 (move_it_vertically_backward, move_it_by_lines): Use it.
6703
2d5324c5
JR
67042005-07-14 Jason Rumney <jasonr@gnu.org>
6705
6706 * w32.c (init_environment): Default HOME directory to user's
6707 appdata directory if possible.
6708
3ed70dc4
KS
67092005-07-14 Kim F. Storm <storm@cua.dk>
6710
7b9389b0
KS
6711 * .gdbinit (pitx): Fix output format. Print string charpos.
6712
3ed70dc4
KS
6713 * lread.c (syms_of_lread): Initialize seen_list.
6714
6715 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
6716
6717 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
6718 Staticpro re_match_object.
6719
ef029e5a
YM
67202005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6721
6722 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
6723 dereference.
6724
6725 * macterm.c (mac_window_to_frame): Remove duplicate define.
6726
16ef9c56
KH
67272005-07-14 Kenichi Handa <handa@m17n.org>
6728
6729 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
bcd98331 6730 (code_convert_region): Adjust for the above change.
16ef9c56
KH
6731 (set_conversion_work_buffer): If the work buffer is already in
6732 use, generate a new buffer and return it. Otherwise return Qnil.
bcd98331 6733 (run_pre_post_conversion_on_str): Adjust for the above change.
16ef9c56
KH
6734 (run_pre_write_conversin_on_c_str): Likewise.
6735
098e1273
KS
67362005-07-13 Kim F. Storm <storm@cua.dk>
6737
010b9a45
KS
6738 * xdisp.c (start_display): Don't reseat to next visible line start
6739 if current start position is in a string or image.
6740 (move_it_vertically_backward): Be sure to move out of strings and
6741 images when moving it2 forward.
6742 (move_it_by_lines): When moving forward, move to next buffer
6743 position if we end up in a string or image. When moving backward,
6744 count rows moved over when moving to start of current row in case
6745 row starts in middle of a string or image. Also move further
6746 backward if we end up in a string or image.
bcd98331 6747 (try_cursor_movement): If overlay string spans multiple lines,
010b9a45
KS
6748 move backward to set cursor on start of an overlay string.
6749 (cursor_row_p): Row is ok if cursor is at newline from string, but
6750 string starts on this line (so we always position cursor at start
6751 of string).
6752
6753 * indent.c (Fvertical_motion): If start position is on an image,
6754 don't move back if we move too far (that's almost certain to happen).
6755
098e1273
KS
6756 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
6757 row in minibuffer windows.
6758 (try_window): Don't check margins in minibuffer windows.
6759
c229fb15
YM
67602005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6761
6762 * macterm.c: Don't include stdlib.h or composite.h.
6763 (x_use_underline_position_properties, last_mouse_press_frame)
6764 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
6765 (syms_of_macterm, mac_initialize): Don't initialize them.
6766 (waiting_for_input, initial_argv, initial_argc)
6767 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
6768 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
6769 (extra_keyboard_modifiers): Fix type in extern.
6770 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
6771 (x_scroll_bar_report_motion): Add argument types to declaration.
6772 (mac_compute_glyph_string_overhangs): Add declaration.
6773 (disable_mouse_highlight): Remove unused variable.
6774 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
6775 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
bcd98331
SM
6776 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
6777 All callers changed.
c229fb15
YM
6778 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
6779 timestamp.
6780 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
6781 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
6782 only when its width is less than the height.
6783 (XTredeem_scroll_bar): Sync with xterm.c.
bcd98331
SM
6784 (font_name_table, font_name_table_size, font_name_count):
6785 Make static.
c229fb15
YM
6786 (drag_and_drop_file_list): Remove variable. Previous use is now
6787 local to function.
6788 (do_ae_open_documents): Move DRAG_N_DROP event construction part
6789 from XTread_socket.
bcd98331
SM
6790 (XTread_socket): Consolidate setting of event timestamp.
6791 Move DRAG_N_DROP event construction part to do_ae_open_documents.
c229fb15
YM
6792 Support extra_keyboard_modifiers.
6793
6794 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
6795 beginning with that for ASCII.
6796
69d05d83
SM
67972005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
6800 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
6801 (syms_of_alloc): Declare gc-cons-percentage.
6802
6803 * eval.c (Feval, Ffuncall):
6804 * keyboard.c (read_char):
6805 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
6806
6807 * lisp.h (gc_cons_combined_threshold): Declare.
6808
5c7f9de1
KS
68092005-07-12 Kim F. Storm <storm@cua.dk>
6810
6811 * coding.c (Qprocess_argument):
6812 * coding.h (Qprocess_argument): Remove unused var.
6813
6814 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
6815
c37efb7a
YM
68162005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6817
6818 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
6819 Endian.h.
6820 [!MAC_OSX] (fchmod, fchown): New functions.
6821 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
6822 Use SBYTES and EndianU32_BtoN.
6823 (mac_get_object_from_code): Return 4 byte string even if argument
6824 is 0. Use make_unibyte_string and EndianU32_NtoB.
6825 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
6826 (Fmac_set_file_type): Fix documents and argument declarations.
6827 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
6828
a4429c5b
SM
68292005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
6832
a2d7e722
JD
68332005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6834
6835 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
6836 Lucid if X_I18N, font otherwise.
6837
9a4183e9
ST
68382005-07-10 Steven Tamm <steventamm@mac.com>
6839
a4429c5b
SM
6840 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
6841 (Fmac_set_file_type, Fmac_set_file_creator): Add.
6842 (mac_get_object_from_code, mac_get_code_from_arg): Add.
9a4183e9 6843
51f74c37
RS
68442005-07-10 Richard M. Stallman <rms@gnu.org>
6845
6846 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
6847 (syms_of_lread): Set up eval-buffer-list.
6848 (Feval_buffer, Feval_region): Bind eval-buffer-list.
6849
93c7da4c
RS
68502005-07-08 Richard M. Stallman <rms@gnu.org>
6851
6852 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
6853
64af5917
KS
68542005-07-08 Kim F. Storm <storm@cua.dk>
6855
6856 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
6857 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
6858
a96b333c
KS
68592005-07-07 Kim F. Storm <storm@cua.dk>
6860
6861 * window.c (Frecenter): Fix last change (set iarg before use).
6862
dc2204be
RS
68632005-07-06 Richard M. Stallman <rms@gnu.org>
6864
6865 * window.c (Frecenter): When arg is inside the scroll margin,
6866 move it out of the margin.
6867
3fb1d72b
JR
68682005-07-06 Jason Rumney <jasonr@gnu.org>
6869
6870 * w32console.c (initialize_w32_display): Detect when the console
6871 dimensions are insane, and default to 80x25 instead.
14a56a1b 6872 (w32_use_full_screen_buffer): Default to nil.
3fb1d72b 6873
dd15724d
YM
68742005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6875
6876 * macterm.c (mac_draw_vertical_window_border): Use foreground of
6877 VERTICAL_BORDER_FACE_ID for vertical border line.
6878 (mac_encode_char): Call check_ccl_update in advance.
6879 (mac_to_x_fontname, x_font_name_to_mac_font_name)
a4429c5b
SM
6880 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
6881 Don't assume that font family length is less than 32.
dd15724d
YM
6882 (x_compute_min_glyph_bounds): Make static.
6883 (x_load_font): Never set fonts_changed_p to zero.
a96b333c 6884
68003d6b
LK
68852005-07-04 Lute Kamstra <lute@gnu.org>
6886
dc2204be 6887 * Update FSF's address in GPL notices.
68003d6b 6888
3d393029
RS
68892005-07-03 Richard M. Stallman <rms@gnu.org>
6890
6891 * xdisp.c (try_window): Fix previous change in how it handles
6892 a partially-visible line or one only partly past the margin.
6893
6894 * window.c (window_scroll_pixel_based): Take account
6895 of this_scroll_margin when finding point when scrolling up.
6896
68972005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
6898
6899 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6900 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
9dd28cae 6901 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3d393029 6902
d6951bb4
EZ
69032005-07-02 Juri Linkov <juri@jurta.org>
6904
6905 * w32term.c (w32_draw_vertical_window_border): Use foreground of
6906 VERTICAL_BORDER_FACE_ID for vertical border line.
6907
b016179b
EZ
69082005-07-02 Eli Zaretskii <eliz@gnu.org>
6909
6910 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
6911 fchmod so that chmod doesn't get called on MSDOS before the file
6912 is closed.
6913
c2baa2b6
JR
69142005-07-01 Jason Rumney <jasonr@gnu.org>
6915
6916 * w32term.c (cleartype_active): New flag for enabling sub-pixel
6917 workaround.
6918 (w32_initialize): Initialize it.
6919 (w32_native_per_char_metric): Allow a couple of extra pixels when
6920 Cleartype is active.
6921
6922 * w32term.c (w32_initialize): Move check for screen reader here
6923 from syms_of_w32term.
6924
a6d0ae55
JD
69252005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6926
6927 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
6928 is not zero.
6929
711877f3
MY
69302005-07-01 Masatake YAMATO <jet@gyve.org>
6931
a4429c5b 6932 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
711877f3 6933
63f7ffb3
JL
69342005-06-30 Juri Linkov <juri@jurta.org>
6935
6936 * xdisp.c (x_draw_vertical_border): If left fringe is not present
6937 decrease x coord of vertical border by 1 pixel to not occupy text
6938 area of the right window.
6939
6940 * xterm.c (x_draw_vertical_window_border): Use foreground of
6941 VERTICAL_BORDER_FACE_ID for vertical border line.
6942
6943 * term.c (turn_on_face): In standout mode apply specified
6944 fg to bg, and specified bg to fg (this makes the logic of
6945 inversion on terminal consistent with X).
6946
b26860ad
JB
69472005-06-29 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * eval.c (user_variable_p_eh): New function.
6950 (Fuser_variable_p): Use it. Clarify docstring.
6951 Return t for aliases of user options, nil for alias loops.
6952
3a1f1d79
RS
69532005-06-27 Richard M. Stallman <rms@gnu.org>
6954
6955 * eval.c (Fdefvar): Improve error message.
6956
92de1e01
YM
69572005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6958
6959 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
6960 change.
6961
69410484
JB
69622005-06-27 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * eval.c (Fdefvar): Don't try to set constant symbols.
6965
09352e8f
RS
69662005-06-25 Richard M. Stallman <rms@gnu.org>
6967
a68d870b
RS
6968 * macfns.c (Fx_show_tip): Pass new arg to try_window.
6969
6970 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
6971
6972 * xfns.c (Fx_show_tip): Pass new arg to try_window.
6973
6974 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
6975 (redisplay_window): Handle try_window reporting point in scroll margin.
6976
6977 * dispextern.h (try_window): Declare new arg.
6978
6979 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
6980 Use fchmod to copy the file modes.
6981 (Frename_file): Don't copy UID and GID here;
6982 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
6983
df13531d
RS
6984 * eval.c (call_debugger): Take full care of extending stack limits
6985 to make space for the debugger, and restore the change afterward.
6986 Bind debug-on-error to nil.
6987 (restore_stack_limits): New subroutine.
6988 (Fsignal): Extend specpdl bound along with eval depth bound,
6989 for calling edebug. Don't do either one, for calling debugger.
6990 (find_handler_clause): Don't bind debug-on-error here.
6991 Don't unbind anything either.
6992 Temporarily advance max_specpdl_size for calling
6993 internal_with_output_to_temp_buffer.
6994 (grow_specpdl): Don't alter max_specpdl_size before signaling
6995 an error.
6996 (syms_of_eval) <max-specpdl-size>: Doc fix.
6997
09352e8f
RS
6998 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
6999
90296dd3
EZ
70002005-06-24 Eli Zaretskii <eliz@gnu.org>
7001
7002 * fileio.c (Frename_file): Undo last change: no need to ifdef away
7003 chown on DOS_NT platforms.
7004
7005 * w32.c (sys_chown): New function.
7006
7007 * s/ms-w32.h (chown): New; define to sys_chown.
7008
c4f6ca24
JB
70092005-06-24 Juanma Barranquero <lekktu@gmail.com>
7010
3338c0ad
JB
7011 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
7012 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
7013
9a1505e9 7014 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
c4f6ca24 7015
528b6abc
RS
70162005-06-23 Richard M. Stallman <rms@gnu.org>
7017
7018 * xdisp.c (get_next_display_element): Finish reversing the tests of
7019 Vnobreak_char_display.
7020
9a1505e9 7021 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
528b6abc 7022 All uses changed.
9a1505e9 7023 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
528b6abc
RS
7024 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
7025
7026 * fileio.c (Frename_file): Preserve owner and group, if possible,
7027 when copying.
7028
1d1c7e75
JB
70292005-06-23 Juanma Barranquero <lekktu@gmail.com>
7030
253b2298
JB
7031 * abbrev.c (Funexpand_abbrev):
7032 * category.c (Fmake_category_set):
7033 * dispnew.c (Fsleep_for, Fsit_for):
7034 * editfns.c (Fsubst_char_in_region):
7035 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
7036 * frame.c (make_frame_without_minibuffer):
7037 * lread.c (read_vector):
7038 * macfns.c (check_x_frame):
7039 * process.c (Fstop_process, Fcontinue_process):
7040 * search.c (Freplace_match):
7041 * syntax.c (Fstring_to_syntax):
7042 * w32fns.c (check_x_frame, check_x_display_info):
7043 * xfaces.c (x_supports_face_attributes_p):
7044 * xselect.c (Fx_own_selection_internal): Follow error conventions.
7045
1d1c7e75
JB
7046 * image.c (fn_png_init_io): Don't define it.
7047 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
7048 (png_read_from_file): New function, based on png_read_from_memory.
7049 (png_load): Use it, instead of fn_png_init_io.
7050
d1fab151
KS
70512005-06-23 Kim F. Storm <storm@cua.dk>
7052
7053 * search.c (Fmatch_data): Remove evaporate option.
9d12e52b 7054 (Fset_match_data): Do not mention evaporate option in doc string.
d1fab151
KS
7055 Add commentary explaining evaporate arg (for internal use only).
7056 (unwind_set_match_data): Add comment on evaporate use.
7057
53abc3bf
MB
70582005-06-22 Miles Bader <miles@gnu.org>
7059
a4429c5b 7060 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
53abc3bf
MB
7061 (realize_basic_faces, syms_of_xfaces): Update references to it.
7062 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
7063 to `VERTICAL_BORDER_FACE_ID'.
7064 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
7065
36a3b076
JL
70662005-06-21 Juri Linkov <juri@jurta.org>
7067
7068 * dispextern.h: Add extern Qframe_set_background_mode.
7069
7070 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
7071 Qframe_set_background_mode.
7072
7073 * frame.c (Fmodify_frame_parameters):
7074 Call frame-set-background-mode after changing the background color
7075 on non-window non-dos branch.
7076
23873c96
JB
70772005-06-21 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * fns.c (Fchar_table_range):
7080 * process.c (Fmake_network_process): Fix spellings.
7081
b7d1f38f
KS
70822005-06-20 Kim F. Storm <storm@cua.dk>
7083
7084 * fns.c (Fsort): Doc fix.
7085
b4e49aee
MB
70862005-06-20 Miles Bader <miles@gnu.org>
7087
7088 * xfaces.c (Qvertical_divider): New variable.
7089 (realize_basic_faces): Realize its face.
7090 (syms_of_xfaces): Initialize it.
7091
7092 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
7093
7094 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
7095 window-separator on ttys using `vertical-divider' face by default.
7096
b7da00ba
RS
70972005-06-17 Richard M. Stallman <rms@gnu.org>
7098
a4429c5b
SM
7099 * xdisp.c (get_next_display_element):
7100 Reverse test of Vshow_nonbreak_escape.
b7da00ba
RS
7101
7102 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
f19b57e3
RS
7103 (Ftty_no_underline): New function.
7104 (syms_of_term): defsubr it.
b7d1f38f 7105
b7da00ba
RS
7106 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
7107
7108 * dispnew.c (spec_glyph_lookup_face): New function.
7109 (build_frame_matrix_from_leaf_window): Use it.
7110
7111 * dispextern.h (spec_glyph_lookup_face): Add declaration.
7112
7113 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
7114
71152005-06-12 Richard M. Stallman <rms@gnu.org>
7116
7117 * keyboard.c (read_char): After catching a longjmp,
7118 call restore_getcjmp.
7119
289824a3
JB
71202005-06-17 Juanma Barranquero <lekktu@gmail.com>
7121
7122 * xselect.c (lisp_data_to_selection_data): Fix spelling.
7123
95085023
YM
71242005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7125
7126 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
7127 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
7128 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
7129 events.
7130 (XTread_socket): Don't pass keyboard events with the option
7131 modifier to the system when Vmac_command_key_is_meta is nil or
7132 Vmac_option_modifier is non-nil.
7133 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
7134 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
7135 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
7136 handler function.
7137 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
7138 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
7139 handler part to mac_handle_mouse_event.
7140
4a9308b8
JB
71412005-06-14 Juanma Barranquero <lekktu@gmail.com>
7142
7143 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
7144 NEW-ALIAS and BASE-VARIABLE, respectively.
7145
5aa6db57
SM
71462005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
7149 (get_phys_cursor_geometry, format_mode_line_unwind_data)
7150 (get_line_height_property, x_produce_glyphs): Remove unused vars.
7151
7152 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
7153
0e0dddda
EZ
71542005-06-13 Eli Zaretskii <eliz@gnu.org>
7155
7156 * w32term.c (x_use_underline_position_properties): New variable.
7157 (x_draw_glyph_string): Remind in a comment to change doc string of
7158 x-use-underline-position-properties if/when underline positioning
7159 is implemented.
7160 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
7161 and initialize it to nil.
7162
7f2b4738
JR
71632005-06-12 Jason Rumney <jasonr@gnu.org>
7164
7165 * w32fns.c (NEWOPENFILENAME): New struct.
7166 (Fx_file_dialog): Use it to trick the system into giving us up to
7167 date dialogs on systems that are documented to support it.
7168 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
7169
a1e8cad6
EZ
71702005-06-12 Eli Zaretskii <eliz@gnu.org>
7171
7172 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
7173 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
7174
099a3eea
EZ
71752005-06-11 Eli Zaretskii <eliz@gnu.org>
7176
2e09fef1
EZ
7177 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
7178 to CreateDIBSection to avoid a compiler warning.
7179 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
7180 warning.
7181 (png_load): Cast return values of fn_png_create_read_struct and
7182 fn_png_create_info_struct, to avoid compiler warnings on W32.
7183 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
7184 to avoid compiler warnings.
7185 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
7186 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
7187 avoid a compiler warning.
7188 (tiff_load): Cast return values of fn_TIFFOpen and
7189 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
7190 to IMAGE_BACKGROUND to avoid a compiler warning.
7191 (gif_load): Cast return values of fn_DGifOpenFileName and
7192 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
7193 IMAGE_BACKGROUND to avoid a compiler warning.
7194 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
7195 before redefining.
7196
099a3eea
EZ
7197 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
7198 the call to CreateDIBSection, to avoid a compiler warning.
7199
d11f8e1a
JR
72002005-06-11 Jason Rumney <jasonr@gnu.org>
7201
7202 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
7203 minibuffer.
7204 * macfns.c (Fx_file_dialog): Likewise.
7205
cd4344a3
EZ
72062005-06-10 Eli Zaretskii <eliz@gnu.org>
7207
7208 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
7209
578c1340
JB
72102005-06-10 Juanma Barranquero <lekktu@gmail.com>
7211
7212 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
7213 * w32fns.c (syms_of_w32fns): Fix spellings.
7214
4162f25f
EZ
72152005-06-10 Eli Zaretskii <eliz@gnu.org>
7216
7217 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
5aa6db57
SM
7218 `verbose'; print diagnostic messages only if it is non-zero.
7219 All callers changed to pass a zero value unless DEBUG_DUMP is defined
4162f25f
EZ
7220 in the environment.
7221 (copy_executable_and_dump_data): Print section names with %.8s.
7222
121c59a3
MY
72232005-06-10 Masatake YAMATO <jet@gyve.org>
7224
7225 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
7226 when mouse_face is not given.
121c59a3 7227
c869384d
LT
72282005-06-09 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * window.c (Fselect_window): Adapt call to Fselect_frame.
7231
7232 * lisp.h: Update EXFUN of Fselect_frame.
7233
7234 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
7235
6ecf436d
LT
7236 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
7237 no_enter.
7238 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
c869384d
LT
7239 Adapt to above change.
7240
c14ec135
JB
72412005-06-10 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * fns.c (Fmemq, Fmaphash): Doc fixes.
7244
9fed2905
JB
72452005-06-09 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * xfaces.c (Fdisplay_supports_face_attributes_p):
7248 Fix typo in docstring.
7249
427c5b1b
ST
72502005-06-08 Steven Tamm <steventamm@mac.com>
7251
7252 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
7253 used by gcc4 on intel mac.
7254
b7aae902
KS
72552005-06-09 Kim F. Storm <storm@cua.dk>
7256
7257 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
7258 in REUSE list if non-nil; free them if equal to evaporate.
7259 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
7260 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
7261 (restore_search_regs): Rename from restore_match_data. Uses changed.
7262 (unwind_set_match_data): New function.
7263 (record_unwind_save_match_data): New function like save-match-data.
7264
7265 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
7266 (record_unwind_save_match_data): Add prototype.
7267 (restore_search_regs): Rename from restore_match_data.
7268
7269 * composite.c (compose_chars_in_text):
7270 * eval.c (do_autoload):
7271 * macmenu.c (set_frame_menubar):
7272 * process.c (read_process_output, exec_sentinel):
7273 * xmenu.c (set_frame_menubar):
7274 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
7275 * w32menu.c (set_frame_menubar):
7276 Use record_unwind_save_match_data.
7277
547d2b37
RS
72782005-06-08 Richard M. Stallman <rms@gnu.org>
7279
7280 * xdisp.c (get_next_display_element): Alter previous change:
7281 Distinguish Vshow_nonbreak_escape = t or not t.
7282 For t, use escape_glyph once again, as before previous change.
7283 Use space or hyphen for display, instead of the non-ASCII char.
7284 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
7285
7286 * process.c (Fstart_process): Don't touch command_channel_p slot.
7287
99598737 7288 * process.h (struct process): Delete command_channel_p.
547d2b37 7289
602907ae
MY
72902005-06-07 Masatake YAMATO <jet@gyve.org>
7291
5aa6db57
SM
7292 * xdisp.c (note_mode_line_or_margin_highlight):
7293 Check the overlapping of re-rendering area to avoid flickering.
b7aae902 7294 (note_mouse_highlight): Call clear_mouse_face if PART
602907ae
MY
7295 is not ON_MODE_LINE nor ON_HEADER_LINE.
7296
8b793bed
KS
72972005-06-07 Kim F. Storm <storm@cua.dk>
7298
7299 * process.c: Improve commentary for adaptive read buffering.
7300
3d031334
SM
73012005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
7304 if available.
7305
16d2e704
JD
73062005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7307
5aa6db57
SM
7308 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
7309 New functions for popping down menus on C-g.
16d2e704
JD
7310 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
7311
7312 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
7313 non-static.
7314
9fed2905 7315 * config.in: Add HAVE_CANCELMENUTRACKING.
16d2e704 7316
b6cc2ad0
EZ
73172005-06-06 Eli Zaretskii <eliz@gnu.org>
7318
9a1505e9 7319 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
b6cc2ad0 7320
5aa6db57 7321 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
b6cc2ad0
EZ
7322
7323 * w32proc.c (RVA_TO_PTR): New macro.
7324
7325 * w32heap.c (RVA_TO_PTR): No need to #undef now.
7326
7327 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
7328 Depend on w32heap.h.
7329
24e55feb
LT
73302005-06-06 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * keyboard.c (command_loop_1): Update Vthis_original_command.
7333
ce6e10af
RS
73342005-06-06 Richard M. Stallman <rms@gnu.org>
7335
7336 * xmenu.c (popup_get_selection): Undo previous change.
7337
c476bcb0
JL
73382005-06-06 Juri Linkov <juri@jurta.org>
7339
7340 * xdisp.c (Qno_break_space): New variable.
7341 (syms_of_xdisp): Initialize it.
7342 (get_next_display_element): Add no-break space and soft hypen
7343 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
7344 Use `no-break-space' face for no-break spaces.
7345
5494d7bc
JD
73462005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7347
7348 * window.c (delete_window): Handle the case where a h/vchild has
7349 a h/vchild.
7350
a0c38328
EZ
73512005-06-05 Eli Zaretskii <eliz@gnu.org>
7352
7353 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
7354 call to pfn_setsockopt, cast optval to `const char *'.
7355
91018229
EZ
73562005-06-04 Eli Zaretskii <eliz@gnu.org>
7357
1a8fb426
EZ
7358 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
7359 (open_unc_volume): Cast return value of map_w32_filename, to avoid
7360 compiler warnings.
7361
b6f0a397
EZ
7362 * s/ms-w32.h (fileno): Don't define if already defined.
7363
17a7c5c2 7364 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
d01a9710 7365
91018229
EZ
7366 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
7367
196ac78c
RS
73682005-06-04 Richard M. Stallman <rms@gnu.org>
7369
7370 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
7371
b8987570
JD
73722005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7373
7374 * macmenu.c (cleanup_popup_menu): New function.
2d4713aa 7375 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
b8987570
JD
7376 mac_menu_show Quit:s.
7377 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
7378 a dialog).
7379
555228aa
KS
73802005-06-04 Kim F. Storm <storm@cua.dk>
7381
7382 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
7383
7384 * callproc.c (Fcall_process): Don't use alloca to gradually
7385 increase size of buf, as it effectively uses twice the necessary
7386 space on the stack. Instead, pre-allocate buf of full size, and
7387 gradually increase the read size.
7388
7389 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
7390
7391 * eval.c (unbind_to): Preserve value of Vquit_flag.
7392
7393 * xterm.c (handle_one_xevent): Also ignore mouse motion just
7394 before a button release event.
7395
6312e5f7
JB
73962005-06-03 Juanma Barranquero <lekktu@gmail.com>
7397
7398 * xfaces.c (Finternal_lisp_face_equal_p): Really report
7399 on faces in a frame, if the argument FRAME is non-nil.
7400 Improve argument/docstring consistency.
7401
0493f7be
KS
74022005-06-02 Kim F. Storm <storm@cua.dk>
7403
7404 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
7405 (x_consider_frame_title, Fformat_mode_line): Save offset into
7406 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
7407
89fe657e
KS
74082005-06-01 Kim F. Storm <storm@cua.dk>
7409
7410 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
7411
02a6375c
YM
74122005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7413
7414 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
7415 resolution fields for scalable fonts to 0.
7416
7417 * xfaces.c (build_scalable_font_name): Round pixel size to the
7418 nearest integer.
7419
95d4fad8
KS
74202005-06-01 Kim F. Storm <storm@cua.dk>
7421
7422 * xdisp.c (display_mode_line): Support nested calls to redisplay
7423 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
7424
3c1b433a
SM
74252005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * fileio.c (Finsert_file_contents):
7428 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
7429
13cc7d61
KS
74302005-05-31 Kim F. Storm <storm@cua.dk>
7431
7432 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
7433 (mode_line_noprop_ptr): Rename from frame_title_*.
7434 (store_mode_line_noprop_char): Rename from store_frame_title_char.
7435 (store_mode_line_noprop): Rename from store_frame_title.
3c1b433a 7436 (mode_line_target): New enum to specify current output target
13cc7d61
KS
7437 for mode line formatting.
7438 (display_mode_element): Test it rather than frame_title_ptr and
7439 mode_line_string_list to determine where output should go.
7440 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
7441 (Vmode_line_unwind_vector): New variable.
3c1b433a
SM
7442 (format_mode_line_unwind_data, unwind_format_mode_line):
7443 New functions for unwind protection in mode line formatting.
13cc7d61 7444 (x_consider_frame_title): Use them and new local var 'title_start'
5aa6db57
SM
7445 to support nested calls to format-mode-line and redisplay.
7446 Set mode_line_target to MODE_LINE_TITLE.
13cc7d61 7447 (Fformat_mode_line): Use them and new local var 'string_start' to
5aa6db57
SM
7448 support nested calls to format-mode-line and redisplay.
7449 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
95d4fad8 7450 Don't trim trailing dashes.
13cc7d61
KS
7451 (decode_mode_spec): Don't make infinite number of trailing dashes
7452 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
7453 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
7454 mode_line_string_face_prop, and Vmode_line_unwind_vector.
7455 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
7456 Initialize mode_line_target to MODE_LINE_DISPLAY.
7457
c16b1394
RS
74582005-05-29 Richard M. Stallman <rms@gnu.org>
7459
7460 * buffer.c (Fbuffer_local_value): Call indirect_variable.
7461
edfaeb4e
MY
74622005-05-28 Masatake YAMATO <jet@gyve.org>
7463
7464 * xdisp.c (note_mode_line_or_margin_highlight): Change the
7465 pointer to a hand cursor when hoovering over a mouse-face.
7466
7cf49add
KH
74672005-05-27 Kenichi Handa <handa@m17n.org>
7468
7469 * xterm.c (x_encode_char): Call check_ccl_update in advance.
7470
7471 * ccl.c: Now an element of Vccl_program_table is a vector of
7472 length 4, not 3.
3c1b433a
SM
7473 (ccl_get_compiled_code): New arg idx. Caller changed.
7474 Adjust for the change of Vccl_program_table.
7475 (setup_ccl_program): Adjust for the change of Vccl_program_table.
7cf49add
KH
7476 (check_ccl_update): New function.
7477 (Fregister_ccl_program): Use ASET to set an element of a vector.
7478 Adjusted for the change of Vccl_program_table.
7479
7480 * ccl.h (struct ccl_program): New member idx.
7481 (check_ccl_update): Extern it.
7482
5e2ad10b
JB
74832005-05-27 Juanma Barranquero <lekktu@gmail.com>
7484
3c1b433a 7485 * image.c (Vimage_library_alist): Move from image.el.
d5e1a786
JB
7486 (syms_of_image): Defvar it.
7487 (lookup_image_type): Use it.
7488
5e2ad10b
JB
7489 * buffer.c (Fbuffer_local_value): Make argument name match its use
7490 in docstring.
7491
6e604a9b
JB
74922005-05-26 Juanma Barranquero <lekktu@gmail.com>
7493
7494 * keyboard.c (Frecursive_edit): Fix typo in docstring.
7495 (Fposn_at_x_y): Make argument name match its use in docstring.
7496
59244a3f
LK
74972005-05-26 Lute Kamstra <lute@gnu.org>
7498
7499 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
7500
55ce5058
MY
75012005-05-24 Masatake YAMATO <jet@gyve.org>
7502
7503 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
7504 as loop sentinels.
7505
cb5db137
NR
75062005-05-24 Nick Roberts <nickrob@snap.net.nz>
7507
7508 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
7509 select frame title ("Question"/"Information").
7510 (xdialog_show): Use it.
7511
13dcfc35
NR
7512 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
7513
7514 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
7515
d3393daa
NR
7516 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
7517 a third argument (Qnil).
7518
7519 * lisp.h: x-popup-dialog can have three arguments.
cb5db137
NR
7520
7521 * editfns.c (Fmessage_box): Use "Information" for frame title.
7522
71d4fba1
TTN
75232005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7524
7525 * termcap.c [VMS]: Include <starlet.h>.
7526
359e4563
MY
75272005-05-23 Masatake YAMATO <jet@gyve.org>
7528
6e604a9b
JB
7529 * xdisp.c (note_mode_line_or_margin_highlight): Add code
7530 for mouse-face. Change the type of the first argument from `window'
7531 to `Lisp_Object'.
359e4563
MY
7532 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
7533 window instead of w.
7534
edceb51c
AS
75352005-05-22 Andreas Schwab <schwab@suse.de>
7536
41c4895c 7537 * process.c (send_process): Move misplaced volatile.
edceb51c 7538
5c213fcc
RS
75392005-05-21 Richard M. Stallman <rms@gnu.org>
7540
7541 * xdisp.c (display_mode_element): If we're processing a list and
7542 padding is specified, put it after the last element.
7543
aa4060b9
EZ
75442005-05-21 Eli Zaretskii <eliz@gnu.org>
7545
7546 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
7547 "superroot" on DOS_NT systems.
7548
a2c9aee6
EZ
75492005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
7550
7551 * process.c (send_process): Restore the SIGPIPE handler if we
7552 catch a SIGPIPE.
7553
09e8eb5b
JB
75542005-05-20 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
7557 misleading comments).
7558 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
7559
f3fbdb1f
LK
75602005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7561
7562 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
7563 Correct the right value.
7564
639ec765
NR
75652005-05-19 Nick Roberts <nickrob@snap.net.nz>
7566
240d926e 7567 * keyboard.c (syms_of_keyboard): Remove Lisp variables
639ec765
NR
7568 post-command-idle-hook and post-command-idle-delay.
7569 (command_loop_1): Don't try to execute post-command-idle-hook.
7570
03d42907
KS
75712005-05-16 Kim F. Storm <storm@cua.dk>
7572
1cb83e13
KS
7573 * xdisp.c (handle_display_prop): Handle empty replacement.
7574 (handle_single_display_spec): Return -1 for empty replacement.
7575
7576 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
7577
03d42907
KS
7578 * .gdbinit (pitx): Print more info about iterator.
7579
0da46b6e
AS
75802005-05-16 Andreas Schwab <schwab@suse.de>
7581
3c1b433a 7582 * unexmacosx.c (unexec_realloc): Move declarations before statements.
0da46b6e 7583
d06ba294
RS
75842005-05-14 Richard M. Stallman <rms@gnu.org>
7585
7586 * xdisp.c (message3): Call cancel_echoing.
7587
7588 * alloc.c (Fmemory_full_p): New function.
7589 (syms_of_alloc): defsubr it.
7590
7591 * process.c (send_process_trap): Unblock SIGPIPE.
7592 (send_process): Reset SIGPIPE handler before reporting error.
7593
90713743
NR
75942005-05-14 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * emacs.c (syms_of_emacs): Fix doc string for system-type.
7597
68780e2a
RS
75982005-05-13 Richard M. Stallman <rms@gnu.org>
7599
7600 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
7601 (Finsert_file_contents): If we read 0 bytes from a special file,
7602 unlock the visited file if we locked it.
7603 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
03d42907 7604 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
68780e2a 7605
5063dbbf
YM
76062005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7607
7608 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
7609
3c1b433a
SM
7610 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
7611 Regard toolkit scroll bar thumb drag events as squeezable and prevent
5063dbbf
YM
7612 redisplay from being paused by them.
7613
7614 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
7615 [!MAC_OSX] (target_ticks): Remove variable.
7616 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
7617 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
7618 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
3c1b433a 7619 event occurs before timeout, behave as if the function were interrupted.
5063dbbf
YM
7620 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
7621 handling using Time Manager routines.
3c1b433a
SM
7622 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
7623 New variables.
5063dbbf
YM
7624 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
7625 (setitimer): New functions.
7626
7627 * macfns.c, macmenu.c: Don't include signal.h.
7628
7629 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
7630 Rename from get_control_part_bound. All callers changed.
7631 (x_scroll_bar_clear): New function.
7632 (x_clear_frame): Use it.
7633 (XTset_vertical_scroll_bar): Don't call Draw1Control.
7634 (x_scroll_bar_handle_click): Change type of second argument from
7635 int to ControlPartCode.
7636 (check_alarm): Remove declaration.
02a6375c
YM
7637 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
7638 (XTread_socket): Use ControlPartCode instead of SInt16.
5063dbbf
YM
7639
76402005-05-13 Nozomu Ando <nand@mac.com>
7641
7642 * unexmacosx.c: Include assert.h.
7643 (MACOSX_MALLOC_MULT16): New define.
7644 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
7645 ptr is in unexec regions by checking it is multiple of 16.
7646 (unexec_malloc_header_t): New typedef.
7647 (unexec_malloc, unexec_realloc, unexec_free): Store and use
7648 allocated size information in unexec_malloc_header.
7649
d101bf56
RS
76502005-05-10 Richard M. Stallman <rms@gnu.org>
7651
7652 * xterm.c (noinclude): Add #undef.
7653
7654 * image.c, xfns.c, xmenu.c: Don't include signal.h.
7655
2f60660a
JB
76562005-05-09 Juanma Barranquero <lekktu@gmail.com>
7657
f1701e65
JB
7658 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
7659 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
7660 Doc fixes.
7661
2f60660a
JB
7662 * dired.c (Ffile_name_completion): Make argument name
7663 match its use in docstring.
7664
9f29e806
LT
76652005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * eval.c (Fdefvaralias): Remove any pre-existing
7668 variable-documentation property of the alias.
7669
a790bcd4
TTN
76702005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
7671
7672 * xfns.c (start_hourglass): Do nothing when running on a tty.
7673
d5fb8dab
JB
76742005-05-07 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * fns.c (Fchar_table_range): Fix typos in docstring.
7677
7ec64183
SM
76782005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
7681
6ff95f1d
EZ
76822005-05-06 Eli Zaretskii <eliz@gnu.org>
7683
2c6b25c7
EZ
7684 * lread.c (Flocate_file_internal): Doc fix.
7685
6ff95f1d
EZ
7686 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
7687
17d28d26
YM
76882005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7689
7690 * macselect.c (x_own_selection): Accept Lisp string as result of
7691 selection converter function.
7692 (x_clear_frame_selections): Don't call x-lost-selection-functions
7693 if Emacs is not owner of the selection.
7694 (Vmac_services_selection): Put variable and initialization in
7695 #ifdef MAC_OSX.
7696 (syms_of_macselect) [MAC_OSX]: Set default value of
7697 Vmac_services_selection to PRIMARY.
7698
7ec64183
SM
7699 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
7700 (mac_handle_tool_bar_click): Remove unused function and declaration.
17d28d26
YM
7701 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
7702 (install_scroll_bar_timer, set_scroll_bar_timer)
7703 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
7704 (get_control_part_bound, x_scroll_bar_handle_press)
7705 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
7706 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
7707 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
7708 (scroll_bar_timer_event_posted_p): New variables.
7709 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
7710 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
7711 (x_scroll_bar_create): Set control reference with NewControl.
7ec64183
SM
7712 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
7713 Initialize track_top and track_height to nil.
7714 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
7715 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
17d28d26
YM
7716 (XTset_vertical_scroll_bar): Don't make space between scroll bar
7717 and associated window.
7718 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
7719 from window config.
7ec64183
SM
7720 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7721 Set track_top and track_height to nil when scroll bar size is changed.
17d28d26
YM
7722 Recalculate them if they are nil.
7723 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
7724 clicked control is a scroll bar.
7725 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
7726 event handler functions. Don't add modifiers to scroll bar click
7ec64183 7727 events. Call scroll bar release handler when window is deactivated.
17d28d26 7728 (mac_initialize): Remove unused code for X toolkit.
7ec64183
SM
7729 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
7730 Initialize Vx_toolkit_scroll_bars to nil.
17d28d26 7731
7ec64183
SM
7732 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
7733 New members track_top and track_height.
17d28d26
YM
7734
7735 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
7736 init_process when including sys/select.h.
7737
643b4cf5
LT
77382005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * eval.c (Fdefvaralias): Doc fix.
7741
7742 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
7743
99bda128
KS
77442005-05-05 Kim F. Storm <storm@cua.dk>
7745
7746 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
7747 default value.
7748 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
7749 Fix type of cursor-in-non-selected-windows.
7750
3a3563e9
JD
77512005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7752
7753 * mac.c: #undef init_process so not to conflict with system headers.
7754
0124c5bd
RS
77552005-05-02 Richard M. Stallman <rms@gnu.org>
7756
7757 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
7758
7759 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
7760
7761 * xdisp.c (Vcursor_in_non_selected_windows)
7762 (Qcursor_in_non_selected_windows): Vars deleted.
7763 (syms_of_xdisp): Don't initialize them.
7764 (get_window_cursor_type): Use cursor_in_non_selected_windows
7765 buffer slot.
7766
4b3f161f
KS
77672005-05-02 Kim F. Storm <storm@cua.dk>
7768
e40527dc
KS
7769 * macros.c (executing_kbd_macro_index): Rename from
7770 executing_macro_index. All uses changed.
7771 (executing_kbd_macro_iterations): Rename from
7772 executing_macro_iterations. All uses changed.
7773 (executing_kbd_macro): Rename from executing_macro.
7774 All uses changed.
7775 (syms_of_macros): Rename Lisp var executing-macro-index to
7776 executing-kbd-macro-index.
7777
4b3f161f
KS
7778 * xdisp.c (move_it_in_display_line_to): Fix last change.
7779
4d49edf6
LT
77802005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7781
f6b1b15a
LT
7782 * xmenu.c (Fx_popup_menu): Doc fix.
7783
4d49edf6
LT
7784 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
7785
4a766fe6
JR
77862005-05-02 Jason Rumney <jasonr@gnu.org>
7787
7788 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
7789
c924d3ff
TTN
77902005-05-02 Nozomu Ando <nand@mac.com>
7791
7792 * sysselect.h: Fix typo.
7793
b161ea4e 77942005-05-02 Nick Roberts <nickrob@snap.net.nz>
5c2e5a5e 7795
b161ea4e
NR
7796 * charset.c (Fchars_in_region): Remove as obsolete.
7797
d37e919d 77982005-05-01 Kim F. Storm <storm@cua.dk>
b161ea4e
NR
7799
7800 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7ec64183 7801 TO_CHARPOS. This may happen if last glyphs was an image or stretch
b161ea4e 7802 glyph.
5c2e5a5e 7803
bec0b768
LT
78042005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7805
7806 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
7807
ebbfa918
RS
78082005-05-01 Richard M. Stallman <rms@gnu.org>
7809
7810 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
7811 If user cancels the menu, quit unless FOR_CLICK.
7812
7ec64183 7813 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
ebbfa918
RS
7814 All uses changed.
7815 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
7816 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
7817 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
7818 * commands.h (Vexecuting_kbd_macro): Likewise.
7819
a72c2d97
TTN
78202005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
7821
7822 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
7823
7e995a23
RS
78242005-04-30 Richard M. Stallman <rms@gnu.org>
7825
7826 * fileio.c (Ffind_file_name_handler): Handle the `operations'
7827 property of the file name handler.
7828 (Qoperations): New variable.
7829 (syms_of_fileio): Initialize and staticpro it.
7830
7831 * xdisp.c (set_message_1): Delete xassert.
7832
7a92caf8
YM
78332005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7834
7ec64183 7835 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7a92caf8
YM
7836
7837 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
7838
7839 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
7840 before/after including Carbon.h if there is a working mktime.
7841
5ae91803
KS
78422005-04-28 Kim F. Storm <storm@cua.dk>
7843
7844 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
7845 Fix cyclic alias check. If alias loop is detected, signal
7846 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
7847
d79b6c21
LK
78482005-04-28 Lute Kamstra <lute@gnu.org>
7849
7850 * eval.c (do_autoload): Record only autoloads in the autoload
7851 property of symbols.
7852
8c75afbf
NR
78532005-04-28 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * emacs.c (USAGE1): Add --basic-display and --quick options.
7856
832e294f
KS
78572005-04-27 Kim F. Storm <storm@cua.dk>
7858
7859 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
7860
f03f317a
RS
78612005-04-26 Richard M. Stallman <rms@gnu.org>
7862
c019856e
RS
7863 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
7864 (syms_of_window): Doc fixes.
7865
f03f317a
RS
7866 * indent.c (Fvertical_motion): Undo previous change.
7867
38f60cd9
KH
78682005-04-26 Kenichi Handa <handa@m17n.org>
7869
7870 * fns.c (char_table_range): New function.
7871 (Fchar_table_range): Signal an error if characters in the range
7872 have inconsistent values. Don't check the parent.
7873
87ede5a1
KH
78742005-04-25 Kenichi Handa <handa@m17n.org>
7875
7876 * fontset.c (fontset_set): Fix previous change.
7877
a6390474
RS
78782005-04-24 Richard M. Stallman <rms@gnu.org>
7879
7880 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
7881
7fce7dfe
EZ
78822005-04-24 Eli Zaretskii <eliz@gnu.org>
7883
cf1982d9
EZ
7884 * regex.c (re_search_2, re_match_2_internal): Convert second arg
7885 of RE_TRANSLATE to int, to shut up GCC warnings.
7886
7fce7dfe
EZ
7887 * fileio.c (Fcopy_file): Doc fix.
7888 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
7889 not needed.
7890
49ed33c7
YM
78912005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7892
7893 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
7894 (SOME_MACHINE_OBJECTS): Likewise.
7895 (mac.o): Depend on ccl.h.
7896 (macselect.o): New target.
7897
7ec64183
SM
7898 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
7899 Call syms_of_macselect.
49ed33c7
YM
7900
7901 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
7902
7ec64183 7903 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
49ed33c7
YM
7904 (QCLIPBOARD): Remove variable.
7905 (syms_of_mac): Don't initialize it.
7906 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
7907 Remove functions.
7908 (syms_of_mac): Don't defsubr them.
7909 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
7910 (QHFS_plus_D, QHFS_plus_C): New variables.
7911 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
7912 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
7913 (cfstring_create_normalized): New functions.
7914 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
7915 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
7916
7ec64183
SM
7917 * macterm.c (handling_window_update, terminate_flag):
7918 Remove variables.
7919 (do_window_update, do_ae_quit_application, XTread_socket):
7920 Don't use them.
49ed33c7
YM
7921 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
7922 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
7923 (init_service_handler): Move to macselect.c. Remove declarations.
7924 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
7925 (Qapplication, Qabout): New variables.
7926 (syms_of_mac): Initialize them.
7927 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
7928 (Qperform): New variables.
7929 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7a92caf8 7930 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
49ed33c7
YM
7931 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
7932 (mac_store_application_menu_event, init_menu_bar): New functions.
7933 [USE_CARBON_EVENTS] (mac_handle_command_event)
7934 (init_command_handler): New functions.
7935 (mac_handle_window_event): Return noErr on window update event.
7936 (do_ae_quit_application): Call mac_store_application_menu_event.
7937 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
7938 and init_menu_bar.
7939
7940 * macterm.h (x_clear_frame_selections): Add extern.
7941
7942 * macselect.c: New file for selection processing on Mac OS.
7943
469bc679
RS
79442005-04-23 Richard M. Stallman <rms@gnu.org>
7945
7946 * fileio.c (Fcopy_file): New arg MUSTBENEW.
7947 (Frename_file): Pass new arg to Fcopy_file.
7948
7949 * window.c (window_size_fixed): Variable deleted.
7950 (syms_of_window): Initialize window-size-fixed to nil.
7951 But don't DEFVAR window_size_fixed.
7952
d379c558
AS
79532005-04-23 Andreas Schwab <schwab@suse.de>
7954
7955 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
7956 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
7957 use lib64 instead of lib.
7958 (_LP64) [_ARCH_PPC64]: Define if not defined.
7959
007d105b
TTN
79602005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
7961
7962 * s/ms-w32.h (HAVE_PWD_H): Define.
7963
b9c15916
KH
79642005-04-22 Kenichi Handa <handa@m17n.org>
7965
7966 * fns.c (copy_sub_char_table): Explicitly copy the default value
7967 of the sub-chartable.
7968
7969 * fontset.c (fontset_set): When a sub-chartable is created,
7970 explicitly sets the defalt value.
7971
1ba52906
KS
79722005-04-22 Kim F. Storm <storm@cua.dk>
7973
7974 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
7975 (Fsafe_plist_get): Rename to Fplist_get.
7976 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
7977 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7978
7979 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
7980
7981 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
7982 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7983 Use Fplist_get instead of Fsafe_plist_get.
7984
7985 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
7986
e235145c
MB
79872005-04-21 Miles Bader <miles@gnu.org>
7988
7989 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
7990
766c5349
TTN
79912005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7992
c164a7e6
TTN
7993 * sysdep.c: Remove reference to defunct vms-pwd.h.
7994 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
7995 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
7996
766c5349
TTN
7997 * config.in: Regenerate.
7998
2b048bf5
KH
79992005-04-20 Kenichi Handa <handa@m17n.org>
8000
8001 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
8002 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
8003 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
8004
8005 * alloc.c (make_sub_char_table): Argument changed to initial
8006 value of the slots.
8007
8008 * data.c (Faref): Handle special slots used as default values of
8009 ascii, eight-bit-control, eight-bit-control. Don't ignore a
8010 default value set for a group of characters.
8011 (Faset): Signal an error if IDXVAL is not a valid character code.
8012 Make a sub-chartable with correct initial value.
8013
8014 * fns.c (Fset_char_table_range): Don't set slots used as default
7ec64183
SM
8015 values for ascii, eight-bit-control, eight-bit-graphic.
8016 Don't call Faref with charset-id.
2b048bf5
KH
8017 (Fset_char_table_default): Document how to treat normal character
8018 argument. Handle special slots used as default values of ascii,
8019 eight-bit-control, eight-bit-control. Make a sub chartable if
8020 necessary.
8021
b0a35939
KH
80222005-04-20 Kenichi Handa <handa@m17n.org>
8023
8024 * search.c (boyer_moore): Fix previous change.
8025
98dde726
KS
80262005-04-19 Kim F. Storm <storm@cua.dk>
8027
8028 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
8029 face unless last visible char and first invisible char have the
8030 same face. Also use default face if saved_face_id is undefined.
8031
327a3376
YM
80322005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8033
8034 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
8035 `full_name'.
8036 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
8037 mac_scriptcode member.
8038
8039 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
8040 (syms_of_mac): Don't initialize them.
8041 (Vmac_charset_info_alist): New variable.
8042 (syms_of_mac): Defvar it.
8043 (create_text_encoding_info_alist): New function.
8044 (decode_mac_font_name, mac_to_x_fontname)
8045 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
8046 code the correspondence among XLFD charsets, Mac script codes, and
8047 Emacs coding systems. Use Vmac_charset_info_alist and result of
8048 create_text_encoding_info_alist instead.
8049 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
8050 routines also on Mac OS Classic.
7ec64183
SM
8051 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
8052 Use add_font_name_table_entry.
327a3376
YM
8053 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
8054 specified. Derive unspecified scalable fields from specified one.
8055 (x_list_fonts): Consider Valternate_fontname_alist.
8056 (kDefaultFontSize): Change value from 9 to 12.
8057 (XLoadQueryFont): Get decoded font family, font face, and charset
8058 from x_font_name_to_mac_font_name. Set full name of loaded font.
8059 (mac_unload_font): Free `full_name' member.
8060 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
8061 NULL. Copy full_name member of struct MacFontStruct to that of
8062 struct font_info.
8063
d0636839
KS
80642005-04-19 Kim F. Storm <storm@cua.dk>
8065
5827e9d4
KS
8066 * xdisp.c (handle_stop): Set saved_face_id to current face if
8067 selective_display_ellipsis_p so ellipsis will be shown in same
8068 face as preceding text.
8069 (setup_for_ellipsis): Don't set saved_face_id here.
8070 (next_element_from_display_vector): Default to saved_face_id.
8071
d0636839
KS
8072 * fns.c (Fsafe_get): New function.
8073 (syms_of_fns): Defsubr it.
8074
8075 * lisp.h (Fsafe_get): EXFUN it.
8076
8077 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
8078 loops in case of bad face property lists. Limit number of face
8079 alias lookups to 10 (in case of face alias loops).
8080
e5c78c9d
KS
80812005-04-18 Kim F. Storm <storm@cua.dk>
8082
8083 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
8084 It replaces the corresponding member from struct window, as a
8085 window may now show multiple overlay arrows.
8086 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
8087
8088 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
8089 Compare overlay_arrow_bitmap than overlay_arrow_p members.
8090
8091 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
8092 rather than from window.
8093 (update_window_fringes): Compare overlay_arrow_bitmap rather than
8094 overlay_arrow_p members.
8095 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
8096 if not default.
8097
8098 * window.h (struct window): Remove member overlay_arrow_bitmap.
8099
8100 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
8101
8102 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
8103 Calls changed. Don't check for overlay-arrow-bitmap property here.
8104 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
8105 fringe is present, return Lisp integer for bitmap (or -1 for default).
8106 Fix value of overlay-arrow-bitmap property to be a symbol, use
8107 lookup_fringe_bitmap to parse it.
8108 (display_line): Change call to overlay_arrow_at_row. Store integer
8109 return value as overlay bitmap in row rather than window.
8110 Only show overlay arrow if row displays text, or if no other overlay
8111 arrow is seen in window (if overlay marker is at point-max).
8112
7d603e3f
TTN
81132005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
8114
8115 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
8116
9942fa0c
LK
81172005-04-18 Lute Kamstra <lute@gnu.org>
8118
8119 * lread.c (Vloads_in_progress): Static.
8120 * fns.c (Vloads_in_progress): Remove extern.
8121 (load_in_progress): Add extern.
8122 (Frequire): Use load_in_progress instead of Vloads_in_progress.
8123
999cdb8f
TTN
81242005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
8125
8126 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
8127
3f4413f8
YM
81282005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8129
8130 * macterm.c (XTread_socket): Don't beep on keyboard input even if
8131 no frame is visible.
8132
60ec7b7e
DN
81332005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8134
8135 * term.c (struct keys): Add support for shifted keys.
8136
a8a1c0ee
RS
81372005-04-16 Richard M. Stallman <rms@gnu.org>
8138
8139 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
8140 (set_message): Call with_echo_area_buffer with WHICH = 0.
8141 (set_message_1): Erase the echo area buffer first thing.
8142 (echo_area_display): Don't clear echo_message_buffer.
8143
f3cf04d3
YM
81442005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8145
8146 * Makefile.in (mac.o): Depend on charset.h and coding.h.
8147
8148 * mac.c: Include charset.h and coding.h.
8149 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7ec64183 8150 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
f3cf04d3
YM
8151 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
8152
8153 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
8154
8155 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
8156
8157 * macterm.c (x_autoselect_window_p): Remove variable.
8158 (last_window): New variable.
7ec64183
SM
8159 (XTreassert_line_highlight, x_change_line_highlight):
8160 Remove declarations.
f3cf04d3
YM
8161 (mac_focus_changed, x_detect_focus_change): New functions and
8162 declarations.
8163 (XTextExtents16, front_emacs_window): Remove function.
8164 (mac_focus_frame): New function.
8165 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
8166 (mac_check_for_quit_char): Use it instead of front_emacs_window.
8167 (x_scroll_bar_report_motion): Obtain window from control owner.
8168 (x_make_frame_invisible): Set window manager size hint.
8169 (do_mouse_moved): Remove function.
8170 (XTread_socket): Move its contents here. Generate select-window
8171 event on mouse movement if needed. Use x_detect_focus_change on
8172 activate/deactivate events. Don't deiconify frame or invalidate
7ec64183
SM
8173 window rectangle when dnd items are dropped.
8174 Don't activate/deactivate root control.
f3cf04d3
YM
8175 (frame_highlight, frame_unhighlight): Activate/deactivate root
8176 control here.
8177 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
8178
8179 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
8180 New extern.
8181
9e5b2858
LT
81822005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
8185 (lisp): Use it.
8186 (SOME_MACHINE_LISP): Add tooltip.
8187
42c6741e
YM
81882005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8189
7ec64183
SM
8190 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
8191 Don't include TextEncodingConverter.h.
42c6741e
YM
8192 (mac_system_script_code, Vmac_system_locale): New variables.
8193 (syms_of_mac): Defvar them.
8194 (mac_get_system_locale): New function.
8195
7ec64183
SM
8196 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
8197 Use ENCODE_SYSTEM to encode title bar string.
42c6741e 8198 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7ec64183
SM
8199 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
8200 Use CFStringGetSystemEncoding to get system default string encoding.
42c6741e
YM
8201
8202 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
8203 TextEncodingConverter.h.
8204
0614c575
ST
82052005-04-13 Steven Tamm <steventamm@mac.com>
8206
7e26f91b
KS
8207 * macterm.c (syms_of_macterm): Remove redundant definition of
8208 mac-pass-control-to-system.
0614c575 8209
203eb0aa
SM
82102005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * window.c (Fset_window_configuration): Be careful when you choose
8213 among several possible points for the new_current_buffer.
8214
a56e6111
YM
82152005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8216
8217 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
8218 poll_for_input_1. Set interrupt_input_pending to 1 instead.
b7461be9
YM
8219 (Qlanguage_change) [MAC_OS]: New variable.
8220 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
203eb0aa 8221 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
b7461be9
YM
8222
8223 * macterm.c (mac_keyboard_text_encoding)
8224 (current_mac_keyboard_text_encoding): Remove variables.
7e26f91b
KS
8225 (XTread_socket): Store language-change event if keyboard script change
8226 is detected. Don't convert input to `mac_keyboard_text_encoding'.
203eb0aa 8227 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
b7461be9 8228
7e26f91b 8229 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
a56e6111 8230
6695c528
RS
82312005-04-10 Richard M. Stallman <rms@gnu.org>
8232
8233 * emacs.c (standard_args): Rename --bare-bones to --quick.
8234 Add -D aka --basic-display.
8235
8236 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
8237
18e2d91f
RS
82382005-04-09 Richard M. Stallman <rms@gnu.org>
8239
8240 * keymap.c (where_is_internal): Convert a string used as event type
8241 into "(any string)".
8242
8243 * lread.c (Vloads_in_progress): Not static.
18e2d91f
RS
8244 * fns.c (Vloads_in_progress): Add extern.
8245 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
8246
82472005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
8248
8249 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
8250
1cf21850
LK
82512005-04-09 Lute Kamstra <lute@gnu.org>
8252
8253 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
8254 within the accessible part of the buffer.
8255
bfd93240
KS
82562005-04-09 Kim F. Storm <storm@cua.dk>
8257
8258 * lread.c (readevalloop): Add args START and END as region in
8259 current buffer to read. Callers changed.
8260 When specified, narrow to this region only when reading,
8261 not during eval. Track next point to read from during eval.
8262 Also restore point to "real" buffer position before eval.
8263 (Feval_region): Don't save excursion and restriction here, and
8264 don't narrow to region. Just pass region to readevalloop.
8265 Note: Point is now preserved even when PRINTFLAG is nil.
8266
9ba27690
KS
82672005-04-08 Kim F. Storm <storm@cua.dk>
8268
8269 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
8270
73f0d996
KS
82712005-04-06 Kim F. Storm <storm@cua.dk>
8272
8273 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
8274
369f76bb
YM
82752005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8276
8277 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
8278 (Fmac_get_preference): Doc fix.
8279
203eb0aa
SM
8280 * macfns.c (Fx_create_frame, x_create_tip_frame):
8281 Add "fontset-mac" to fallback font/fontsets.
369f76bb 8282
2ba613a6
KS
82832005-04-04 Kim F. Storm <storm@cua.dk>
8284
4d5ddddc
KS
8285 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
8286
2ba613a6
KS
8287 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
8288 Call it again after autoload.
8289
1673df2e
JD
82902005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8291
8292 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
8293 mallopt.
8294
8295 * ralloc.c (r_alloc_init): Ditto.
8296
41639988
KH
82972005-04-01 Kenichi Handa <handa@m17n.org>
8298
1cf21850
LK
8299 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
8300 (Vascii_eqv_table): Extern them.
41639988
KH
8301
8302 * casetab.c (set_case_table): If standard is nonzero, setup
8303 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
8304
8305 * search.c (looking_at_1): Use current_buffer->case_canon_table,
8306 not DOWNCASE_TABLE.
8307 (string_match_1): Likewise.
8308 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
8309 Vascii_downcase_table.
8310 (fast_string_match_ignore_case): Likewise.
8311 (search_buffer): Fix checking of boyer-moore usability.
203eb0aa
SM
8312 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
8313 No need of tranlating characters in PAT. Fix calculation of
41639988
KH
8314 simple_translate.
8315
6ca53601
SM
83162005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
8319 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
8320 Use XtNtopShadowPixel and XtNbottomShadowPixel.
8321 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
8322 really work and that breaks with some versions of Xaw3d.
8323
fafbb99d 83242005-03-31 Kenichi Handa <handa@m17n.org>
bf762c98
KH
8325
8326 * coding.c (syms_of_coding): Fix previous change.
8327
6ca53601
SM
83282005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * fileio.c (search_embedded_absfilename): Fix last change.
8331
bf762c98
KH
83322005-03-25 Kenichi Handa <handa@m17n.org>
8333
8334 * coding.c (syms_of_coding): Suggest to use set-coding-category in
8335 the docstring of coding-category-list.
8336
f793f885
KS
83372005-03-31 Kim F. Storm <storm@cua.dk>
8338
8339 * keyboard.c (Qmouse_fixup_help_message): New var.
8340 (syms_of_keyboard): Intern and staticpro it.
8341 (show_help_echo): Apply mouse-fixup-help-message to help string.
8342
c364fe19
KS
83432005-03-30 Kim F. Storm <storm@cua.dk>
8344
8345 * xdisp.c (display_line): Allow multiple overlay arrows in window.
8346
c70a4df6
SM
83472005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
8350 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
8351 (Ffile_name_absolute_p): Use it.
8352 (search_embedded_absfilename): New fun, extracted from
8353 Fsubstitute_in_file_name. Use file_name_absolute_p.
8354 Free the pw data after use.
8355 (Fsubstitute_in_file_name): Use it.
8356 After cutting a prefix, re-check file-name-handler.
8357
6e7d0438
JR
83582005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
8359
6ca53601 8360 * w32term.h (x_output): Add focus_state.
6e7d0438
JR
8361
8362 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
8363 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
8364
65671706
SM
83652005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
8368 Use Fexit_minibuffer.
8369 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
8370
0de4dad4
SM
83712005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8372
781da985
SM
8373 * dired.c (Ffile_attributes): Add a missing gcpro.
8374
0de4dad4
SM
8375 * alloc.c (make_number): The arg can be bigger than `int'.
8376 * lisp.h (make_number): Make prototype more precise.
8377
8378 * process.c, dired.c (Vfile_name_coding_system)
8379 (Vdefault_file_name_coding_system):
8380 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
8381 (Vdefault_file_name_coding_system): Remove unused declarations.
8382
ff18668f
JD
83832005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8384
8385 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
8386 if it failed to pop up (Gnome "show pointer on ctrl" option makes
8387 menus fail to pop up).
8388
0de4dad4 83892005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
66347da7
SM
8390
8391 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
0de4dad4 8392 Just prepend a backslash without replacing the NBSP by an SPC.
66347da7 8393
8df0ffbe
KS
83942005-03-22 Kim F. Storm <storm@cua.dk>
8395
8396 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
8397 * dispextern.h (lookup_derived_face): Fix prototype.
8398 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
8399
8400 * xdisp.c (handle_single_display_spec): Derive left-fringe and
8401 right-fringe face from fringe face.
8402
8403 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
8404 Derive face from fringe face.
8405
6ca30ba4
JD
84062005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8407
8408 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
8409
d615870a
DK
84102005-03-22 David Kastrup <dak@gnu.org>
8411
8412 * textprop.c (Fnext_char_property_change)
66347da7 8413 (Fprevious_char_property_change): Allow marker as limit.
d615870a
DK
8414 (Fnext_single_char_property_change)
8415 (Fprevious_single_char_property_change): Check that limit is a
8416 number in strings.
8417 (Fnext_single_char_property_change): Coerce position to integer.
8418 (Fprevious_single_char_property_change): Same here.
8419
32b939ea
TTN
84202005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8421
8422 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
8423
6027e473
SM
84242005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * frame.c (Fignore_event): Remove.
8427 (syms_of_frame): Don't defsubr it.
8428
8429 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
8430 redundant `ignore-event'.
8431
730f4d72
EZ
84322005-03-19 Eli Zaretskii <eliz@gnu.org>
8433
8434 * unexec.c (write_segment, unexec): Move these functions to avoid
8435 forward references (which cause errors with "gcc -gcoff").
8436
c7f6afd5
JD
84372005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8438
6027e473 8439 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
9188be47 8440 that it doesn't become "tooltip". The specbind is enough.
8d5980cf 8441
c7f6afd5
JD
8442 * xrdb.c (x_load_resources): Use different char *helv when I18N
8443 is present.
8444
db328182
KH
84452005-03-17 Kenichi Handa <handa@m17n.org>
8446
66347da7 8447 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
db328182 8448
211f2210
SM
84492005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
8452 Use xic_create_fontsetname even for non-Motif menus.
8453 Don't forget to free the fontsetname.
8454
8455 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
8456
c7bd5d57
RS
84572005-03-17 Richard M. Stallman <rms@gnu.org>
8458
8459 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
8460
8461 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
8462 (Fmake_symbolic_link): Use G to read the new file name.
8463
8464 * callint.c (Finteractive): Document G option.
8465 (Fcall_interactively): Implement G option.
8466
8467 * buffer.c (buffer_lisp_local_variables): New function,
8468 broken out from Fbuffer_local_variables.
8469 (clone_per_buffer_values): Use buffer_lisp_local_variables.
8470
888953f1
SM
84712005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8472
3c916d65
SM
8473 * xfns.c (xic_create_fontsetname): Add `motif' argument.
8474 Always return a freshly allocated string.
8475 (xic_create_xfontset): Adjust call.
8476
8477 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
8478 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
8479 (dump_realized_face): Fix warning.
8480
9f9e5275
SM
8481 * emacs.c (Fkill_emacs): YAILOM.
8482
888953f1
SM
8483 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
8484
48502d68
YM
84852005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8486
8487 * mac.c (HASHKEY_TERMINAL): Remove.
8488 (HASHKEY_MAX_NID): New macro.
8489 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
8490 argument.
888953f1 8491 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
48502d68
YM
8492 (xrm_create_database, xrm_q_put_resource)
8493 (xrm_merge_string_database, xrm_q_get_resource_1)
8494 (xrm_q_get_resource): Change resource database representation so
8495 that it may not use multiple hash tables for a single database.
8496 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
8497
d5161e8c
SM
84982005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8499
11a646cd
SM
8500 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
8501
8502 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
8503 locale-coding-system, as was already done for WINDOWSNT.
8504
d5161e8c
SM
8505 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
8506 translation for chars in the 0-255 range.
8507
568b6e41
LK
85082005-03-16 Lute Kamstra <lute@gnu.org>
8509
8510 * floatfns.c (Ffloor): Doc fix.
8511
469fb3cf
YM
85122005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8513
8514 * mac.c: Include macterm.h instead of directly including Carbon.h.
8515 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
8516 (Qarray, Qdictionary): New variables.
8517 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
8518 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
8519 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
8520 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
8521 in callback for CFDictionaryApplyFunction.
8522 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8523 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8524 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
8525 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
8526 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
8527 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
8528 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
3d454340 8529 (skip_white_space, parse_comment, parse_include_file)
469fb3cf
YM
8530 (parse_binding, parse_component, parse_resource_name, parse_value)
8531 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
8532 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
d5161e8c
SM
8533 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
8534 New functions.
469fb3cf
YM
8535
8536 * macfns.c (mac_get_rdb_resource): Remove function.
8537 (x_get_string_resource): Use xrm_get_resource.
8538
8539 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
8540
8541 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
8542 name_list_element.
8543 (mac_make_rdb): Create resource database from preferences and
8544 argument string.
8545 (mac_term_init): Save resource database to cddr part of
8546 name_list_element.
8547
8548 * macterm.h (xrm_merge_string_database, xrm_get_resource)
8549 (xrm_get_preference_database): Add externs.
8550 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
8551 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
8552 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
8553
8554 * process.c (init_process): Change `#ifdef DARWIN' to `#if
8555 defined (DARWIN) || defined (MAC_OSX)'
8556
8557 * s/darwin.h (DARWIN): Don't define.
8558
6a3fac90
YM
85592005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8560
8561 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
8562 Remove unused variables.
8563 (syms_of_macfns): Don't initialize them. Likewise for
8564 Qface_set_after_frame_default. Defvar and initialize
8565 Vx_window_horizontal_drag_shape.
8566 (x_set_mouse_color): Change mouse pointer shape.
8567 (mac_window) [!MAC_OSX]: Create root control.
469fb3cf 8568 (Fx_create_frame): Remove initializations of mouse pointer shapes.
6a3fac90
YM
8569 (hourglass_started): New function (from xfns.c).
8570 (start_hourglass, cancel_hourglass): Put function body in #ifdef
8571 MAC_OSX.
8572 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
8573 indicator for each non-tooltip frame if needed, and show it.
d5161e8c 8574 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
6a3fac90
YM
8575
8576 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
8577 Controls.h. Use ThemeCursor instead of CursHandle.
8578
d5161e8c
SM
8579 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
8580 Remove functions and declarations.
8581 (mac_set_colors): Take argument for saving background color.
8582 All callers changed.
6a3fac90
YM
8583 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
8584 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
8585 background color.
8586 (x_update_end, mac_do_track_drag): Don't reset background color.
d5161e8c
SM
8587 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
8588 Use SetThemeCursor.
6a3fac90
YM
8589 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
8590 indicator control to the upper-right corner of the window.
8591 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
8592 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
8593 (do_window_update): Update controls after updating content area.
8594 (mac_handle_window_event): Remove unused extern.
8595 (XTread_socket): Check both control handle and control part code
8596 to determine whether a scroll bar is clicked. Activate/deactivate
8597 root control instead of contained scroll bar controls.
8598 (make_mac_terminal_frame): Use ThemeCursor constants.
8599
d5161e8c
SM
8600 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
8601 New member hourglass_control.
6a3fac90 8602 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
d5161e8c 8603 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
6a3fac90 8604
a7321976
YM
86052005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8606
8607 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
6a3fac90 8608 coincides with that in Apple X11 except `clear', `enter' on
a7321976
YM
8609 laptops, and fn + `enter' on laptops.
8610
f7b758bd
SM
86112005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
8614 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
8615 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
8616
8617 * xfns.c (xic_defaut_fontset): New constant.
8618 (xic_create_fontsetname): New function.
8619 Extracted from create_frame_xic. Try to generate a slightly
8620 better fontset.
8621 (xic_create_xfontset): Use it.
8622 (create_frame_xic): Simplify.
8623
dac24db4
SM
86242005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * fileio.c (Fmake_symbolic_link): Fix last change.
8627
e0402468
RS
86282005-03-11 Richard M. Stallman <rms@gnu.org>
8629
8630 * fileio.c (Frename_file, Fadd_name_to_file)
8631 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
8632 expand the basename of FILE relative to it.
8633
fa815b14
KH
86342005-03-11 Kenichi Handa <handa@m17n.org>
8635
8636 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
8637 before calling setup_coding_system so that autoloading of a coding
8638 system work.
8639
817d354b
JD
86402005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8641
68a505ef
JD
8642 * xfns.c (hourglass_started): New function.
8643
8644 * dispextern.h: Declare hourglass_started.
8645
8646 * keyboard.c (Fexecute_extended_command): Restart hourglass
8647 after call to Fcompleting_read if already started.
8648
817d354b
JD
8649 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
8650 GTK main loop is entered in xterm.c, thus doing the redraw.
8651
b0a6f45c
KS
86522005-03-10 Kim F. Storm <storm@cua.dk>
8653
8654 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
8655
ee5d57b0
KH
86562005-03-08 Kenichi Handa <handa@m17n.org>
8657
8658 * frame.c (x_set_font): Call set_default_ascii_font if an
8659 available font is found.
8660
8661 * fontset.c (set_default_ascii_font): New function.
dac24db4 8662 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
ee5d57b0
KH
8663
8664 * fontset.h (set_default_ascii_font): Extern it.
8665
f30c4a5c
KS
86662005-03-07 Kim F. Storm <storm@cua.dk>
8667
3fb26a86
KS
8668 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
8669 (clear_image_cache_count): New var.
8670 (redisplay_internal): Don't clear face and image caches in the
8671 middle of redisplay; do it afterwards.
8672
a54595d4
KS
8673 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
8674
f30c4a5c
KS
8675 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
8676 is valid. If not, clear phys_cursor_on_p and return.
8677
3d182f9d
AS
86782005-03-07 Andreas Schwab <schwab@suse.de>
8679
8680 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
8681
85d964de
RS
86822005-03-06 Richard M. Stallman <rms@gnu.org>
8683
8684 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
8685
8686 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
8687 (Feval, Ffuncall): Use CHECK_CONS_LIST.
8688
8689 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
8690
8691 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
8692 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
8693
3ff96c81
JL
86942005-03-05 Juri Linkov <juri@jurta.org>
8695
8696 * emacs.c (USAGE1): Replace Info node name "command arguments"
8697 with "emacs invocation".
8698 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
8699 allow arguments `--color' and `MODE' to be separated by space.
8700 Add --no-blinking-cursor, -nbc.
8701 (standard_args): Add -nbc, --no-blinking-cursor.
8702
64eb0083
TTN
87032005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8704
8705 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
8706 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
8707 * fileio.c (Fexpand_file_name) [VMS]:
8708 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
8709 * doc.c (munge_doc_file_name) [VMS]: Likewise.
8710 (Fsnarf_documentation): Call munge_doc_file_name.
8711
ad708ae5
TTN
87122005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
8713
8714 * s/vms.h (FILE_SYSTEM_CASE): New macro.
8715 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
8716 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
8717
ba025f6d
YM
87182005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8719
8720 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
8721 defined (MAC_OSX) && defined (HAVE_CARBON)'.
ad708ae5 8722
dac24db4 8723 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
ba025f6d
YM
8724
8725 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8726 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
dac24db4 8727 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
ba025f6d
YM
8728 (mac_clear_font_name_table): Move extern to macterm.h.
8729
8730 * macfns.c (install_window_handler): Move extern to macterm.h.
8731 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
8732 valid. Don't check !NILP (dir) because it is already checked with
8733 CHECK_STRING.
8734 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
dac24db4 8735 specifying the default location and obtaining the selected filename.
ba025f6d
YM
8736
8737 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
8738
2313f861 8739 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
ba025f6d
YM
8740 are included via Carbon.h.
8741
dac24db4
SM
8742 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
8743 Define USE_CARBON_EVENTS to 1.
2313f861 8744 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
ba025f6d
YM
8745 (x_free_frame_resources): Call remove_window_handler for
8746 non-tooltip windows.
8747 [TARGET_API_MAC_CARBON]: Don't include headers that are included
8748 via Carbon.h.
8749 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
8750 (mac_do_receive_dragUPP): New variables.
8751 (mac_handle_service_event, init_service_handler): Put declarations
8752 and definitions in #ifdef MAC_OSX.
8753 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
8754 drag-and-drop handler functions and register them.
8755 (remove_window_handler): New function.
dac24db4
SM
8756 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
8757 Use fsspec_to_posix_pathname.
ba025f6d
YM
8758 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
8759 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
dac24db4
SM
8760 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
8761 Set default cursors.
ba025f6d
YM
8762 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
8763 init_service_handler or init_quit_char_handler.
8764 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
8765
8766 * macterm.h (install_window_handler, remove_window_handler)
8767 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
8768 (mac_clear_font_name_table): New externs.
ad708ae5 8769
c1558952
TTN
87702005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8771
8772 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
8773 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
8774 (Fexpand_file_name): Likewise.
8775
fa439170
TTN
87762005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
8777
8778 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
8779 no longer special-case VMS. Add bogus return value.
8780
db2dacf6
KS
87812005-03-02 Kim F. Storm <storm@cua.dk>
8782
8783 * dispextern.h (XASSERTS): Define to 0 if not already defined.
8784 (xassert) [!XASSERTS]: Define dummy version.
8785
0870514c
KS
87862005-03-02 Kim F. Storm <storm@cua.dk>
8787
8788 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
8789 Reported by David Kastrup.
8790
6b640092
KS
87912005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
8792
8793 * xdisp.c (get_next_display_element): Fix control and escape
8794 glyph from display vector.
8795
f4a5a485
SM
87962005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
8799
85d964de
RS
88002005-02-27 Richard M. Stallman <rms@gnu.org>
8801
8802 * xdisp.c (fast_find_position): Rename END to BEG.
8803 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
8804
6e8db3ea
JD
88052005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8806
f4a5a485 8807 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
6e8db3ea
JD
8808 gtk_window_resize and x_wm_set_size_hint.
8809
0f465b55
KS
88102005-02-25 Kim F. Storm <storm@cua.dk>
8811
8812 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
8813
8814 * xdisp.c (init_from_display_pos): Don't read past end of
8815 it->overlay_strings array.
8816
d5fb8dab 88172005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
845a78b4
LK
8818
8819 * buffer.c (syms_of_buffer): Fix typo.
8820
b02c3eed
LK
88212005-02-23 Lute Kamstra <lute@gnu.org>
8822
8823 * buffer.c (Foverlay_buffer): Doc fix.
8824
c8500765
KS
88252005-02-22 Kim F. Storm <storm@cua.dk>
8826
b686dd59
KS
8827 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
8828 and symbol keys in alists and hash tables.
8829
c8500765
KS
8830 * xdisp.c (fast_find_position): Fix search for start of overlay.
8831
81c85b53
KS
88322005-02-21 Kim F. Storm <storm@cua.dk>
8833
8834 * window.c (window_scroll_pixel_based): When scrolling backwards,
8835 handle partial visible line at end of window even when we hit PT.
8836
f4a5a485 88372005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9df747e1
SM
8838
8839 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
8840
0dd5a842
KS
88412005-02-21 Kim F. Storm <storm@cua.dk>
8842
8843 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
8844 I think those asserts are bogus if buffer contains invisible text
8845 or images.
8846
d5fb8dab 88472005-02-21 David Kastrup <dak@gnu.org>
19e05d1f
KS
8848
8849 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
8850
0fba9f25
KS
88512005-02-20 Kim F. Storm <storm@cua.dk>
8852
8853 * xdisp.c (pos_visible_p): Be sure to move to the specified
8854 position. Always get the full ascent / descent of the
8855 corresponding row, to return reliable rtop and rbot values.
8856 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
8857 Must look one character back, as back_to_previous_line_start
8858 returns position after the newline.
8859 (move_it_vertically_backward): Fix heuristic for when to move further
8860 back in case line_height * 2/3 is larger than window height.
8861 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
8862 as it does not do anything anymore. Add arg current_matrix_p to
8863 use current matrix rather than desired matrix when set.
8864 (try_cursor_movement): Don't scroll to make cursor row fully
8865 visible if cursor didn't move. This avoids unexpected recentering
8866 in case of blinking cursor or accepting process output.
8867 Use current matrix to check cursor row visibility.
8868 (redisplay_window): Fix whether to recenter or move to top in case
8869 cursor line is taller than window height.
8870 (find_first_unchanged_at_end_row): Stop search if we reach a row
8871 which not enabled (instead of abort).
8872
b1c2adc3
KS
88732005-02-18 Kim F. Storm <storm@cua.dk>
8874
c2ee48fb
KS
8875 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
8876 to be nil in a :box attribute value list; customize prints that
8877 as lisp value when no box color is specified.
8878
b1c2adc3
KS
8879 * .gdbinit (pitx, pit): Pretty print display iterator.
8880 (prowx, prow): Pretty print glyph row.
8881 (pcursorx, pcursor): Pretty print a window cursor.
8882 (pwinx, pwin): Pretty print struct window.
8883
f102186f
SM
88842005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * alloc.c (BLOCK_BYTES): Harmless typo.
8887
9b516537
AS
88882005-02-17 Andreas Schwab <schwab@suse.de>
8889
8890 * xfns.c (hack_wm_protocols): Use correct type for last parameter
8891 of XGetWindowProperty to avoid aliasing issues.
8892 (Fx_window_property): Likewise.
8893
8894 * xselect.c (Fx_disown_selection_internal): Use union of struct
f4a5a485 8895 input_event and struct selection_input_event to avoid aliasing issues.
9b516537
AS
8896
8897 * xterm.c (handle_one_xevent): Use union of struct input_event and
8898 struct selection_input_event to avoid aliasing issues.
8899 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
8900
886b1418
KS
89012005-02-17 Kim F. Storm <storm@cua.dk>
8902
8903 * dispextern.h (enum it_method): New enum.
8904 (GET_FROM_*): Its members.
8905 (struct it): Change member method from function pointer to enum.
8906
8907 * xdisp.c (check_it, init_from_display_pos, handle_stop)
8908 (setup_for_ellipsis, handle_single_display_spec)
8909 (handle_composition_prop, next_overlay_string)
8910 (get_overlay_strings, reseat_1, reseat_to_string)
8911 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
8912 (in_display_vector_p, display_line, get_next_display_element):
8913 Change it->method from function pointer to enum.
8914 (get_next_element): New array to map it->method to function.
8915 (get_next_display_element): Use it.
8916 (set_iterator_to_next): Use switch instead of if/else chain.
8917
99ee2c6a 89182005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
52c7f9ee
JR
8919
8920 * w32select.c: Summary: Thorough rework to implement Unicode
8921 clipboard operations and delayed rendering.
8922
8923 Drop last_clipboard_text and related code, keep track of
f4a5a485 8924 ownership via clipboard_owner instead. Drop old #if0 sections.
52c7f9ee
JR
8925
8926 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
8927 (clipboard_owner, modifying_clipboard, cfg_coding_system)
8928 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
8929 (current_coding_system, current_requires_encoding)
f4a5a485
SM
8930 (current_num_nls, current_clipboard_type, current_lcid):
8931 New static variables.
52c7f9ee
JR
8932
8933 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
8934 (render, render_all, run_protected, lisp_error_handler)
8935 (owner_callback, create_owner, setup_config)
f4a5a485
SM
8936 (enum_locale_callback, cp_from_locale, coding_from_cp):
8937 New local functions.
52c7f9ee
JR
8938
8939 (term_w32select, globals_of_w32select): New global functions.
8940
8941 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
8942 clipboard_owner instead. Use delayed rendering and provide
8943 all text formats. Provide CF_LOCALE if necessary.
8944
8945 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
8946 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
8947 available. Force DOS line-ends for decoding.
8948
8949 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
8950
8951 (syms_of_w32select): Init and register new variables.
8952
8953 * w32.h: Add prototypes for globals_of_w32select and
8954 term_w32select. Make the neighboring K&R declarations into
8955 prototypes, too.
8956
8957 * emacs.c: Include w32.h to get function prototypes.
8958 (main): Call globals_of_w32select.
8959
886b1418 8960 * w32.c (term_ntproc): Call term_w32select.
52c7f9ee
JR
8961
8962 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
8963
86e61586
KS
89642005-02-16 Kim F. Storm <storm@cua.dk>
8965
8966 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
8967 at end of display vector.
8968
6407f07b
RS
89692005-02-15 Richard M. Stallman <rms@gnu.org>
8970
8971 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
8972 for mode and header lines.
8973
8974 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
8975
8976 * keymap.h (describe_map_tree): Change decl.
8977
8978 * keyboard.c (command_loop_1): Always use safe_run_hooks
8979 to run Qdeferred_action_function.
8980
8981 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
8982 (describe_map, describe_vector): Likewise. When it's 1,
8983 don't omit shadowed bindings, instead mark them as shadowed.
8984
8985 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
8986 for describe_map_tree. Pass 1 for MENTION_SHADOW.
8987
8988 * data.c (Fsetq_default): Allow no arg case.
8989
3bb917bf
KH
89902005-02-14 Kenichi Handa <handa@m17n.org>
8991
8992 * coding.c (encode_coding_string): Always return a unibyte string.
8993 If NOCOPY is nonzero and there's no need of encoding, make STR
8994 unibyte directly.
8995
8996 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
8997 multibyte string, signal an error instead of aborting.
8998
e31d908f
DN
89992005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
9002
48e029b6
KS
90032005-02-12 Kim F. Storm <storm@cua.dk>
9004
9005 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
9006
c10bb00a
KS
90072005-02-10 Kim F. Storm <storm@cua.dk>
9008
9009 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
9010 if it moves outside window or it doesn't display text.
9011
9ca0f64a
KS
90122005-02-09 Kim F. Storm <storm@cua.dk>
9013
9014 * undo.c (Fprimitive_undo): Check that undo function does not
9015 switch buffer.
9016
b8d6f4af
JD
90172005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9018
9019 * xselect.c (selection_data_to_lisp_data): For the special case
9020 type == XA_ATOM, data contains array of int, not array of Atom.
d5161e8c
SM
9021 (x_property_data_to_lisp, selection_data_to_lisp_data):
9022 Comment update: data must be array of int for format == 32.
b8d6f4af 9023
3419757d
SM
90242005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
9027
3a441526
JD
90282005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9029
fc34503b
JD
9030 * xfns.c (Fx_change_window_property): Use long array when format is 32.
9031 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
9032 convert long array returned from XGetWindowProperty to an int array.
bae45dc3
JD
9033 (x_set_tool_bar_lines): Check that width and height is greater than
9034 zero before clearing area.
fc34503b
JD
9035
9036 * xselect.c (x_reply_selection_request): Pass long array to
9037 XChangeProperty so that 64 bit longs are handeled correctly.
9038 (x_get_window_property): If format is 32 and long is bigger than 32
9039 bits convert data from XGetWindowProperty from long array to int array.
9040 (lisp_data_to_selection_data): When the input is a vector and the
9041 format is 32, allocate a long array even if long is bigger than 32 bits.
9042 (x_fill_property_data): Use char, short and long as the man page
9043 for XChangeProperty specifies. This way the data returned is OK for
9044 both 32 and 64 bit machines.
9045 (x_handle_dnd_message): Calculate size correctly even for 64 bit
9046 machines.
9047 (Fx_send_client_event): Undo change from 2005-02-05,
9048 x_fill_property_data now handles that case.
9049
3419757d 9050 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
3a441526
JD
9051 reason for the approach in the code.
9052
82ec225b
KS
90532005-02-07 Kim F. Storm <storm@cua.dk>
9054
9055 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
9056
ba2c991c
RS
90572005-02-06 Richard M. Stallman <rms@gnu.org>
9058
9059 * eval.c (Frun_hook_with_args)
9060 (Frun_hook_with_args_until_success)
9061 (Frun_hook_with_args_until_failure): Doc fixes.
9062
e120ea40
AS
90632005-02-05 Andreas Schwab <schwab@suse.de>
9064
3419757d 9065 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
e120ea40 9066
31f16913
JD
90672005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9068
9069 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
9070 the longs in a XClientMessageEvent correctly when long is 64 bits.
9071
6082a820
EZ
90722005-02-05 Eli Zaretskii <eliz@gnu.org>
9073
9074 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
9075 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
9076
0e95095b
JD
90772005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9078
9079 * xmenu.c (menubar_selection_callback): Force out GTK buffered
9080 events so the menu event comes after them. This is to prevent sit-for
9081 from exiting on buffered events directly after a menu selection,
9082 lisp code for Help => About Emacs uses sit-for.
9083
9084 * gtkutil.c (create_menus): Connect selection-done event instead of
9085 the deactivate event to deactivate_cb. This will make the last
9086 leave event come before the call to deactivate_cb, so the leave
9087 event does not make sit-for exit after a menu selection.
9088
5bb6a3c1
KS
90892005-02-03 Kim F. Storm <storm@cua.dk>
9090
9091 * dispnew.c (build_frame_matrix_from_leaf_window)
9092 [!GLYPH_DEBUG]: Fix xassert.
9093
9094 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
9095
9096 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9097
e9859e26
YM
90982005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9099
9100 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
9101 the compiling OS version.
9102
9103 * macfns.c (x_create_tip_frame): Likewise.
9104
3419757d 9105 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
e9859e26 9106
4e07258f
RS
91072005-02-03 Richard M. Stallman <rms@gnu.org>
9108
9109 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
9110
9111 * xdisp.c (echo_area_display): Clear echo_message_buffer.
9112
9113 * buffer.c (Fbury_buffer): Doc fix.
9114
4a34b529
ST
91152005-02-02 Steven Tamm <steventamm@mac.com>
9116
7e26f91b 9117 * macfns.c (unwind_create_frame): Fix compile error due to
f6c62d96 9118 xassert being uncondition, but predicate is.
7e26f91b 9119 * dispnew.c (update_window): Fix compile error due to
f6c62d96 9120 xassert being uncondition, but predicate is.
4a34b529 9121
d78f30b8
MB
91222005-02-02 Miles Bader <miles@gnu.org>
9123
9124 * dispextern.h (xassert): Enable unconditionally.
9125
b044278d
KS
91262005-02-02 Kim F. Storm <storm@cua.dk>
9127
9128 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
9129
56072160
KH
91302005-02-02 Kenichi Handa <handa@m17n.org>
9131
9132 * casefiddle.c (casify_object): Enable changing characters of
9133 different byte length.
9134 (casify_region): Fix loop condition, args to replace_range_2, and
9135 update opoint_byte.
9136
f4a5a485 9137 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
56072160 9138
5e1674c5
KS
91392005-02-01 Kim F. Storm <storm@cua.dk>
9140
9141 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
9142 stack before calling handle_display_prop.
9143
fb89c330
KS
91442005-01-31 Kim F. Storm <storm@cua.dk>
9145
9146 * undo.c (Qapply): New lisp var.
9147 (syms_of_undo): Intern and staticpro it.
9148 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
9149 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
9150
9151 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
9152
7bf72fa6
JH
91532005-01-30 Jesper Harder <harder@phys.au.dk>
9154
a050b1a9
KS
9155 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
9156 <mac-emulate-three-button-mouse>: Fix docstring indentation.
7bf72fa6 9157
03c64f2e
LT
91582005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9159
9160 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
6de38aa3 9161 Increase value to 3 Meg.
03c64f2e 9162
49b8b5dc
JD
91632005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9164
9165 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
9166 button events are not received otherwise.
9167
5a92a9eb
RS
91682005-01-29 Richard M. Stallman <rms@gnu.org>
9169
9170 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
9171
9172 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
9173
5c243ee4
SM
91742005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * keymap.c (access_keymap): YAILOM.
9177
caf533af
KS
91782005-01-27 Kim F. Storm <storm@cua.dk>
9179
9180 * xdisp.c (get_phys_cursor_geometry): New function to calculate
9181 phys cursor position and size for hollow cursor. Position is
9182 aligned with get_glyph_string_clip_rect and ensures that a hollow
9183 cursor is shown, even when the actual glyph is not visible.
9184
9185 * dispextern.h (get_phys_cursor_geometry): Add prototype.
9186
9187 * xterm.c (x_clip_to_row): Ensure y >= 0.
9188 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9189
9190 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9191
9192 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
9193
043f7f73
SM
91942005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
9197
889f3641
KS
91982005-01-27 Kim F. Storm <storm@cua.dk>
9199
9200 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
9201 glyph, even when row is only partially visible and actual cursor
9202 position is not visible.
9203
29099c2f
RS
92042005-01-24 Richard M. Stallman <rms@gnu.org>
9205
9206 * xterm.c (x_error_quitter): No longer static, and moved after
9207 x_error_handler.
9208
6adb6f01
KS
92092005-01-24 Kim F. Storm <storm@cua.dk>
9210
9211 * xdisp.c (move_it_by_lines): If we move forward after going too
9212 far back, cancel move if end position is same as start position.
9213
4d904fa0
ST
92142005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9215
9216 * dispextern.h (struct glyph_string): New members clip_head and
9217 clip_tail.
6adb6f01 9218
4d904fa0
ST
9219 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
9220 region to the area between clip_head and clip_tail.
9221 (draw_glyphs): Record the area that need to be actually redrawn to
9222 the new variables clip_head and clip_tail when there are
9223 overhangs. Set values of these variables to the corresponding
9224 members in struct glyph_string. Refine x coordinates for
9225 notice_overwritten_cursor using clip_head and clip_tail.
6adb6f01 9226
4d904fa0
ST
9227 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
9228
9229 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
9230 QDTextBounds.
9231 (x_draw_glyph_string): Don't fill the background of the successor
6adb6f01 9232 of a glyph with a right overhang if the successor will draw a cursor.
4d904fa0 9233 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
6adb6f01 9234 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
4d904fa0 9235
f2417699
KS
92362005-01-24 Kim F. Storm <storm@cua.dk>
9237
6f67f013
KS
9238 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
9239 direction if window height was smaller than next-screen-context-lines.
9240 Now always scroll at least one line in the requested direction.
9241 Ensure that we actually do scroll backwards when requested to do so.
9242
f2417699
KS
9243 * xdisp.c (redisplay_window): Only try to make cursor line fully
9244 visible once (to avoid redisplay loop).
9245
a354b72c
KS
92462005-01-23 Kim F. Storm <storm@cua.dk>
9247
6b3d88f7 9248 * window.c (Fpos_visible_in_window_p): Simplify return value for
8f958b40 9249 partially visible rows.
6b3d88f7
KS
9250 (window_scroll_pixel_based): Adapt to that change.
9251
5c20cae2
KS
9252 * window.c (window_scroll_pixel_based): Force moving to next line
9253 if scrolling doesn't move start point, e.g. if looking at tall image.
9254
a354b72c 9255 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5c20cae2
KS
9256 Clear last_height before calling line_bottom_y to get real height.
9257 Fix calculation of y.
a354b72c 9258
d9e7c622
ST
92592005-01-22 Steven Tamm <steventamm@mac.com>
9260
9261 * s/darwin.h: Removed PTY_ITERATION from here.
043f7f73 9262 (DARWIN): Define.
7e26f91b 9263
d9e7c622
ST
9264 * process.c (init_process): Default process-connection-type to
9265 nil on darwin 6 or less, t if it is 7 or higher. This way the
9266 broken pty behavior is still allowed on darwin 6 for interactive
9267 processes for people that know what they are doing.
9268
d00e399a
KS
92692005-01-22 Kim F. Storm <storm@cua.dk>
9270
9271 * window.c (auto_window_vscroll_p): New boolean.
9272 (syms_of_window): DEFVAR_BOOL it.
9273 (Fpos_visible_in_window_p): Extend return value to include RTOP
9274 and RBOT values if FULLY is nil.
9275 (window_scroll_pixel_based): Adjust vscroll for partially visible
9276 rows if auto_window_vscroll_p is set.
9277 (Fset_window_vscroll): Do nothing if vscroll is not modified.
9278
9279 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
9280 to return number of partially invisible pixels at top and bottom
9281 of the dislay row at POS.
9282
9283 * lisp.h (pos_visible_p): Fix prototype.
9284
f95a20e7
RS
92852005-01-21 Richard M. Stallman <rms@gnu.org>
9286
9287 * fileio.c (Fcopy_file): Doc fix.
9288
eee141ce
JD
92892005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9290
9291 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
9292 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
9293 start of function for older compilers.
9294
6f771c32
RS
92952005-01-20 Richard M. Stallman <rms@gnu.org>
9296
9297 * editfns.c (Fmessage): If arg is "", return "" (as before).
9298
9299 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
9300
9301 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
9302 variable.
9303
a15252fd
ST
93042005-01-20 Steven Tamm <steventamm@mac.com>
9305
043f7f73 9306 * editfns.c (Voperating_system_release): Add.
a15252fd
ST
9307 (init_editfns): Assign new variable operating-system-release
9308 based on call to uname if available.
043f7f73 9309 (get_operating_system_release): Add function to
d00e399a 9310 allow c-level access to operating system release.
a15252fd
ST
9311
9312 * config.h: Regenerated.
9313
043f7f73
SM
9314 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
9315 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
a15252fd
ST
9316 using ptys as '7'.
9317
3d6a4b2d
KS
93182005-01-20 Kim F. Storm <storm@cua.dk>
9319
62fc9b0f
KS
9320 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
9321
c310aca4
KS
9322 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
9323 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
9324
9325 * macterm.c (x_draw_glyph_string_box): Likewise.
9326
9327 * w32term.c (x_draw_glyph_string_box): Likewise.
9328
3d6a4b2d
KS
9329 * indent.c (Fvertical_motion): Temporarily disable selective display.
9330
27c8be45
KS
93312005-01-19 Kim F. Storm <storm@cua.dk>
9332
77db5cf3
KS
9333 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
9334 image property.
9335
27c8be45
KS
9336 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
9337
81f498dc
KS
93382005-01-18 Kim F. Storm <storm@cua.dk>
9339
9340 * xdisp.c (fast_find_position): Backtrack to find first row if
9341 charpos is inside a display overlay that spans multiple lines.
9342
1cdb0707
KH
93432005-01-18 Kenichi Handa <handa@m17n.org>
9344
9345 * coding.c (decode_coding_iso2022): Translate invalid codes if
9346 translation-table is specified.
9347
677159ce
KS
93482005-01-18 Kim F. Storm <storm@cua.dk>
9349
9350 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
9351 change. If handle_display_prop indicates newline is replaced by
9352 image or text, move back to start of relevant overlay or interval
9353 and continue scan from there. Simplify.
9354
977284cc
KS
93552005-01-17 Kim F. Storm <storm@cua.dk>
9356
043f7f73
SM
9357 * dispnew.c (mode_line_string, marginal_area_string):
9358 Fix off-by-one error in search for glyph.
977284cc 9359
e24531b7
KS
93602005-01-16 Kim F. Storm <storm@cua.dk>
9361
9362 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
9363
5ddd7664
ST
93642005-01-16 Steven Tamm <steventamm@mac.com>
9365
043f7f73 9366 * macterm.c (mac_to_x_fontname): Remove spurious argument.
5ddd7664 9367
fc2ff44b
AS
93682005-01-16 Andreas Schwab <schwab@suse.de>
9369
9370 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
9371
50af5100
JD
93722005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9373
9374 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
9375 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
9376
a2d5fca0
JD
93772005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9378
9379 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
e24531b7
KS
9380 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
9381 New flags for readable_events.
043f7f73 9382 (get_filtered_input_pending, readable_filtered_events): Remove.
a2d5fca0
JD
9383 (tracking_off): Call readable_events and get_input_pending with
9384 flag READABLE_EVENTS_DO_TIMERS_NOW.
9385 (readable_events): Move code from old readable_filtered_events here,
9386 but check new READABLE_EVENTS_* in argument flags instead of previous
9387 two boolean arguments do_timers_now and filter_events.
9388 If we are doing mouse tracking and the mouse moved, return only if
9389 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
9390 (swallow_events): Call get_input_pending with flag
9391 READABLE_EVENTS_DO_TIMERS_NOW.
e24531b7 9392 (get_input_pending): Move code from old get_filtered_input_pending
a2d5fca0
JD
9393 here. Replace boolean arguments do_timers_now, filter_events with
9394 flags, and pass flags to readable_events. Document new
9395 READABLE_EVENTS_* flags.
9396 (detect_input_pending_ignore_squeezables): New function.
9397 (detect_input_pending_run_timers): Call get_input_pending with flag
9398 READABLE_EVENTS_DO_TIMERS_NOW.
9399 (Finput_pending_p): Call get_input_pending with flags
9400 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
9401
9402 * dispnew.c (update_window, update_frame_1): Replace calls to
9403 detect_input_pending with detect_input_pending_ignore_squeezables
e24531b7 9404 so that redisplay is not paused if the event queue contains only
a2d5fca0
JD
9405 mouse movements.
9406
9407 * lisp.h: Declare detect_input_pending_ignore_squeezables.
9408
42afbcda
ST
94092005-01-15 Steven Tamm <steventamm@mac.com>
9410
e24531b7
KS
9411 * macterm.c (Vmac_use_core_graphics): Declare variable for
9412 mac-allow-anti-aliasing.
9413 (syms_of_macterm): DEFVAR_LISP and initialize it.
743d0696 9414 (mac_draw_string_common): Use core graphics text rendering if
0530c679 9415 mac-allow-anti-aliasing is enabled.
743d0696 9416
42afbcda
ST
9417 * macfns.c (Fx_file_dialog): Save As dialog includes only the
9418 file name in the text box.
9419
9cdd4884
ST
94202005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9421
043f7f73
SM
9422 * macfns.c (x_set_foreground_color, x_set_background_color):
9423 Sync with xfns.c.
9cdd4884
ST
9424 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
9425 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
9426 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
9427
88948d55
KS
94282005-01-14 Kim F. Storm <storm@cua.dk>
9429
9430 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
9431
20d6de82
RS
94322005-01-13 Richard M. Stallman <rms@gnu.org>
9433
9434 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
9435 if Voverriding_terminal_local_map is non-nil.
9436
9437 * keyboard.c (syms_of_keyboard): Doc fix.
9438
f75a592e
KS
94392005-01-13 Kim F. Storm <storm@cua.dk>
9440
9441 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
52eb0373 9442 (specify 0 for FACE instead). Reorder arg list. Doc fix.
f75a592e 9443
28f94a34
RS
94442005-01-12 Richard M. Stallman <rms@gnu.org>
9445
9446 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
9447 face property for characters that don't specify one.
9448
9449 * fns.c (Frequire): Record in load-history unconditionally.
9450
57a230b1
KS
94512005-01-10 Kim F. Storm <storm@cua.dk>
9452
9453 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
9454
9455 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
9456 Callers changed.
9457 Add support to merge with lisp face id too (if face_name is t).
9458
9459 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9460 Don't lookup lface_id from display table glyphs here; instead use
9461 merge_faces to merge the lisp face id into current face.
9462
8ab2c119
KS
94632005-01-09 Kim F. Storm <storm@cua.dk>
9464
9465 * dispextern.h (struct it): New member dpvec_face_id.
9466 (merge_into_realized_face): Add prototype.
9467
9468 * xfaces.c (merge_into_realized_face): New function. Used to
9469 merge escape-glyph face or face from display table into current face.
9470
9471 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
9472 (syms_of_xdisp): DEFVAR_LISP it.
9473 (escape_glyph_face): Remove var.
9474 (redisplay_window): Don't initialize it.
9475 (setup_for_ellipsis, get_next_display_element):
9476 Set it->dpvec_face_id to -1.
9477 (get_next_display_element): Test Vshow_nonbreak_escape.
9478 Do not setup escape_glyph_face.
9479 Properly merge escape-glyph face or face from display table with
043f7f73
SM
9480 current face for escape and control characters.
9481 Set it->dpvec_face_id to relevant face id instead of adding it to each
8ab2c119
KS
9482 element of display vector.
9483 (next_element_from_display_vector): If it->dpvec_face_id is set,
9484 use that instead of lface_id from glyph itself.
9485
e0910857
JD
94862005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9487
9488 * xterm.h (struct x_output): New member, toolbar_detached.
9489
9490 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
9491 38.
9492 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
9493 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
9494 (xg_create_tool_bar): Initialize toolbar_detached.
9495 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
9496 toolbar_detached is zero.
9497
ff59904a
JD
94982005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9499
9b85e63d
JD
9500 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
9501 gtk_menu_popup if not for_click, so callbacks for the menu are called.
9502
ff59904a
JD
9503 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
9504 (xg_tool_bar_callback, xg_tool_bar_help_callback)
043f7f73 9505 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
ff59904a
JD
9506
9507 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8ab2c119 9508 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
ff59904a
JD
9509 XFLOAT_DATA to get extract number from Lisp object.
9510
f9a23a6f
KS
95112005-01-07 Kim F. Storm <storm@cua.dk>
9512
9513 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
9514 Set stop_charpos to current charpos instead of 0.
9515
28f94a34
RS
95162005-01-06 Nick Roberts <nickrob@snap.net.nz>
9517
9518 * xdisp.c (Fformat_mode_line): First arg now required.
9519
a6fffcdc
ST
95202005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9521
9522 * macterm.c (XLoadQueryFont): Correctly handle 0 size
9523 font widths that are returned from some Japanese fonts.
9524
c35b0c6b
KS
95252005-01-06 Kim F. Storm <storm@cua.dk>
9526
9527 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
9528 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
9529 (destroy_fringe_bitmap): Set fringe_faces element to nil.
9530 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
9531 fringe_faces array and init elements to nil.
9532 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
9533 non-persistent face id.
9534 (mark_fringe_data): New function for GC.
9535
9536 * alloc.c (mark_fringe_data): Declare extern.
9537 (Fgarbage_collect): Call mark_fringe_data.
9538
9539 * alloc.c (overrun_check_free): Invalidate freed memory if
9540 XMALLOC_CLEAR_FREE_MEMORY is defined.
9541
e0e76ab9
ST
95422005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9543
9544 * macfns.c: Include sys/param.h.
9545 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
9546 and function.
9547 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
9548 of filename string. Set event callback function when creating
9549 dialog boxes. Add code conversions for filenames. Don't dispose
71b7a47f 9550 of apple event descriptor record if failed to create it.
e0e76ab9
ST
9551
9552 * macterm.c: Include sys/param.h.
9553 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
9554 kEventWindowUpdate.
9555 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
9556 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
9557 of FSSpec from apple event descriptor record.
9558 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
9559 size of filename string.
9560 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
9561 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
9562 file dialog is in action.
043f7f73
SM
9563 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
9564 Reject only when there are no filename items. Set background color
e0e76ab9 9565 before (un)highlighting the window below the dragged items.
2313f861 9566 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
e0e76ab9 9567
043bc640
KH
95682005-01-05 Romain Francoise <romain@orebokech.com>
9569
9570 * term.c (encode_terminal_code): Fix buffer size computation.
9571
dd496df6
RS
95722005-01-04 Richard M. Stallman <rms@gnu.org>
9573
9574 * xdisp.c (Fformat_mode_line): Doc fix.
9575
026cdede
SM
95762005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * alloc.c (refill_memory_reserve): Move.
9579 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
9580 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
9581
d57c7572
RS
95822005-01-03 Richard M. Stallman <rms@gnu.org>
9583
9584 * window.c (window_scroll_pixel_based): Don't correct preserve_y
9585 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
9586
b14f868c
JR
95872005-01-03 Jason Rumney <jasonr@gnu.org>
9588
9589 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
9590 fontp->space_width to FONT_WIDTH so they are valid.
9591
9592 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
52eb0373 9593 average width. Set fontp->average_width and fontp->space_width to
b14f868c
JR
9594 their appropriate values.
9595
9596 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9597 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
9598 fontp->space_width.
9599
e169f939
ST
96002005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9601
9602 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
9603 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
9604 metrics for max and min bounds.
9605 (x_load_font): Correctly calculate average font width metrics.
9606
19996af4
RS
96072005-01-02 Richard M. Stallman <rms@gnu.org>
9608
9609 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
9610
42d02da0
JD
96112004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9612
9613 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
9614
1db7dd46
RS
96152004-12-31 Richard M. Stallman <rms@gnu.org>
9616
b437860a
RS
9617 * xdisp.c (setup_for_ellipsis, get_next_display_element):
9618 Set it->ellipsis_p to 1 or 0.
9619 (display_line): Record whether row ends in mid-ellipsis.
52eb0373 9620 (set_cursor_from_row): If ends in ellipsis, find start of it.
b437860a
RS
9621 (cursor_row_p): If PT's at the end of the ellipsis the row
9622 ends within, don't display cursor on this row.
9623
9624 * dispextern.h (struct it): New element ellipsis_p.
9625 (struct glyph_row): New element ends_in_ellipsis_p.
9626
9627 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
9628 position if we're reading from something other than the buffer.
9629
1db7dd46
RS
9630 * window.c (window_scroll_pixel_based): Only look at
9631 Vscroll_preserve_screen_position if the old PT can't be kept.
9632 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9633
1225f637
KS
96342004-12-30 Kim F. Storm <storm@cua.dk>
9635
9636 * xdisp.c (get_line_height_property): New function extracted from
9637 original calc_line_height_property.
9638 (calc_line_height_property): Rework. Handle t and (nil . ratio).
9639 (x_produce_glyphs): Use them to handle line-height and
9640 line-spacing according to new height spec.
9641 (Qtotal): Remove.
33b2f4ea 9642 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
1225f637 9643
c243063e
KH
96442004-12-30 Kenichi Handa <handa@m17n.org>
9645
9646 * fileio.c (Finsert_file_contents): Don't use
9647 current_buffer->buffer_file_coding_system even if REPLACE is
043f7f73 9648 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
c243063e
KH
9649
9650 * fontset.h (struct font_info): New members space_width and
9651 average_width.
9652
9653 * frame.h (struct frame): New member space_width.
9654 (FRAME_SPACE_WIDTH): New macro.
9655
9656 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
9657
9658 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
9659 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
b14f868c 9660 fontp->space_width.
043f7f73 9661 (x_load_font): Calculate fontp->space_width and fontp->average_width.
c243063e
KH
9662 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
9663
9664 * xdisp.c (x_produce_glyphs): Calculate tab width by
9665 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
9666
456e761b
ST
96672004-12-29 Sanghyuk Suh <han9kin@mac.com>
9668
9669 * macterm.c (SelectionRange): Add Xcode position apple event struct.
043f7f73 9670 (do_ae_open_documents): Handle Xcode-style file position open events.
456e761b 9671
188577ce
LT
96722004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9673
9674 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
9675
99ec74b9
RS
96762004-12-29 Richard M. Stallman <rms@gnu.org>
9677
9678 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
9679
30c92fab
ST
96802004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9681
9682 * macfns.c (install_window_handler): Modify extern to return OSErr
9683 value.
9684 (mac_window): Handle return value of install_window_handler.
9685
9686 * macterm.c (reflect_byte): Remove function.
9687 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
9688 Lookup table instead.
9689 (mac_do_font_lists): Simplify calculation of the longest
9690 nonspecial string.
9691 (init_mac_drag_n_drop): Remove function and declaration.
9692 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
9693 init_mac_drag_n_drop.
9694 (mac_do_track_drag): New function and declaration.
9695 (install_window_handler): Return OSErr value.
043f7f73
SM
9696 (install_window_handler) [TARGET_API_MAC_CARBON]:
9697 Register handlers for tracking/receiving drag-and-drop items.
30c92fab 9698 (do_ae_open_documents): Generate unibyte strings for filenames.
043f7f73
SM
9699 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
9700 Reject only non-filename items. Set event modifiers, and return value.
30c92fab 9701
4b982924
DN
97022004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9703
9704 * coding.c (decode_coding): Fix previous change.
9705
93fdf45f
RS
97062004-12-28 Richard M. Stallman <rms@gnu.org>
9707
9708 * xdisp.c (back_to_previous_visible_line_start):
9709 Don't call handle_display_prop.
9710
5bdca8af
DN
97112004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9712
9713 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
9714 (decode_coding_emacs_mule, encode_coding_emacs_mule)
9715 (decode_coding_iso2022, encode_designation_at_bol)
9716 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
9717 (decode_coding): Constify arguments and local vars.
9718
33385c6f
JD
97192004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9720
9721 * xmenu.c (popup_get_selection): Only pop down dialogs
9722 on C-g and Escape.
95bdef2e 9723 (popup_get_selection): Remove parameter down_on_keypress.
043f7f73
SM
9724 (create_and_show_popup_menu, create_and_show_dialog):
9725 Remove parameter down_on_keypress to popup_get_selection.
33385c6f 9726
b15325b2
ST
97272004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9728
9729 * dispextern.h: Change HAVE_CARBON to MAC_OS.
9730 (struct glyph_string): Likewise.
a2c7e69a 9731
b15325b2
ST
9732 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
9733 mac_initialize.
a2c7e69a 9734
b15325b2
ST
9735 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
9736 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
a2c7e69a 9737
b15325b2 9738 * fns.c (vector): Change MAC_OSX to MAC_OS.
a2c7e69a 9739
b15325b2
ST
9740 * frame.c (x_set_frame_parameters, x_report_frame_params)
9741 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
043f7f73
SM
9742 (x_set_border_width, Vdefault_frame_scroll_bars):
9743 Change HAVE_CARBON to MAC_OS.
a2c7e69a 9744
b15325b2
ST
9745 * image.c [MAC_OS]: Include sys/stat.h.
9746 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
9747 QuickTimeComponents.h.
a2c7e69a 9748
b15325b2
ST
9749 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
9750 [!MAC_OSX] (select): Use mac_wait_next_event.
043f7f73 9751 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
b15325b2
ST
9752 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
9753 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9754 (mac_clear_font_name_table): Add extern.
9755 (Fmac_clear_font_name_table): New defun.
9756 (syms_of_mac): Defsubr it.
9757 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
9758 [MAC_OSX] (select_and_poll_event): New function.
9759 [MAC_OSX] (sys_select): Use it.
9760 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
9761 [MAC_OSX && SELECT_USE_CFSOCKET]
9762 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
9763 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
9764 RunLoop for simultaneously monitoring two kinds of inputs, window
9765 events and process outputs, without periodically polling.
a2c7e69a 9766
b15325b2
ST
9767 * macfns.c (mac_initialized): Remove extern.
9768 (stricmp): Put in #if 0. All callers changed to use xstricmp in
9769 xfaces.c.
043f7f73
SM
9770 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
9771 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
b15325b2
ST
9772 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
9773 (mac_get_rdb_resource): New function (from w32reg.c).
9774 (x_get_string_resource): Use it.
9775 (install_window_handler): Add extern.
9776 (mac_window): New function.
043f7f73
SM
9777 (Fx_create_frame): Use it instead of make_mac_frame.
9778 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
b15325b2
ST
9779 (Fx_open_connection, Fx_close_connection): New defuns.
9780 (syms_of_macfns): Defsubr them.
043f7f73
SM
9781 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
9782 Add kWindowNoUpdatesAttribute to the window attribute.
b15325b2
ST
9783 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
9784 (x_create_tip_frame): Don't call ShowWindow.
9785 (Fx_show_tip): Call ShowWindow.
9786 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
9787 TARGET_API_MAC_CARBON'.
9788 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
9789 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
a2c7e69a 9790
043f7f73 9791 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
b15325b2
ST
9792 (Window): Typedef to WindowPtr and move outside `#if
9793 TARGET_API_MAC_CARBON'.
9794 (XSizeHints): New struct.
a2c7e69a 9795
b15325b2
ST
9796 * macterm.c (x_update_begin, x_update_end)
9797 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
9798 frame.
9799 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
9800 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
9801 (construct_mouse_click): Put in #if 0.
9802 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
9803 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
9804 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
9805 (activate_scroll_bars, deactivate_scroll_bars)
9806 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
9807 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
9808 if the position is neither user-specified nor program-specified.
9809 (x_free_frame_resources): Free size_hints.
043f7f73 9810 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
b15325b2
ST
9811 (mac_clear_font_name_table): New function.
9812 (mac_do_list_fonts): Initialize font_name_table if needed.
9813 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
9814 around mac_do_list_fonts.
9815 (mac_unload_font): New function.
9816 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
9817 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
9818 and definitions with #if TARGET_API_MAC_CARBON.
9819 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
9820 (install_window_handler): Add decl.
9821 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
9822 window. Use UpdateControls. Get the rectangle that should be
9823 updated and restrict the target of expose_frame to it.
043f7f73 9824 (do_grow_window): Set minimum height/width according to size_hints.
b15325b2
ST
9825 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
9826 (do_zoom_window): Don't use x_set_window_size.
9827 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
9828 (install_window_handler): New function.
9829 [!USE_CARBON_EVENTS] (mouse_region): New variable.
9830 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
9831 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
9832 GetEventDispatcherTarget inside BLOCK_INPUT.
9833 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
9834 Update mouse_region when mouse is moved.
9835 (make_mac_frame): Remove.
043f7f73
SM
9836 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
9837 Initialize mouse pointer shapes. Change values of f->left_pos and
9838 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
9839 Don't call ShowWindow.
b15325b2
ST
9840 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
9841 Vinvocation_name and Vsystem_name.
9842 (mac_make_rdb): New function (from w32term.c).
9843 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
9844 already been opened. Don't pass argument to
9845 mac_initialize_display_info. Don't set dpyinfo->height/width.
9846 Add entries to x_display_list and x_display_name_list.
9847 (x_delete_display): New function.
9848 (mac_initialize): Don't call mac_initialize_display_info.
a2c7e69a
KS
9849 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
9850
b15325b2
ST
9851 * macterm.h (check_mac): Add extern.
9852 (struct mac_output): New member size_hints.
9853 (FRAME_SIZE_HINTS): New macro.
9854 (mac_unload_font): Add extern.
a2c7e69a 9855
b15325b2 9856 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
a2c7e69a 9857
1d1c7e75 9858 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
b15325b2 9859
92d2947b
RS
98602004-12-27 Richard M. Stallman <rms@gnu.org>
9861
043f7f73 9862 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
ebbd14f1
RS
9863 (syms_of_buffer): Don't defsubr it.
9864
9865 * process.c (list_processes_1): Set undo_list instead
9866 of calling Fbuffer_disable_undo.
9867
043f7f73 9868 * xdisp.c (single_display_spec_string_p): Rename from
92d2947b 9869 single_display_prop_string_p.
043f7f73 9870 (single_display_spec_intangible_p): Rename from
92d2947b 9871 single_display_prop_intangible_p.
043f7f73 9872 (handle_single_display_spec): Rename from handle_single_display_prop.
92d2947b
RS
9873 Rewritten to be easier to understand.
9874
a2c7e69a 9875 Change in load-history format. Functions now get (defun . NAME),
92d2947b
RS
9876 and variables get just NAME.
9877
9878 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9879
9880 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
9881 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
9882 (Qdefvar): Var deleted.
9883 (syms_of_eval): Don't initialze it.
9884
9885 * lread.c (syms_of_lread) <load-history>: Doc fix.
9886
9f6fcdc5
JD
98872004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9888
9889 * xmenu.c (popup_get_selection): Pop down on C-g.
9890 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
9891 pops down menu on C-g.
9892 (xdialog_show): If dialog popped down and no button in the dialog was
9893 pushed, call Fsignal to quit.
9894 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
9895 Fsignal to quit.
9896
1d1c7e75 9897 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9f6fcdc5
JD
9898
9899 * gtkutil.c (xg_initialize): Install bindings for C-g so that
9900 dialogs and menus pop down.
9901
d8ca23a0
KH
99022004-12-27 Kenichi Handa <handa@m17n.org>
9903
9904 * coding.c (code_convert_region): Fix calculation of `ratio'.
9905
857ae68b
JD
99062004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9907
133c0116
JD
9908 * gtkutil.c (update_frame_tool_bar): Make the value of
9909 tool-bar-button-margin control margins of images in tool bar.
9910
857ae68b
JD
9911 * alloc.c (check_depth): New variable.
9912 (overrun_check_malloc, overrun_check_realloc): Only add
9913 overhead and write check pattern if check_depth is 1 (to handle
9914 recursive calls). Increase/decrease check_depth in entry/exit.
9915 (overrun_check_free): Only check for overhead if check_depth is 1.
9916 Increase/decrease check_depth in entry/exit.
9917
bd55c35c
JD
99182004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9919
9920 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
9921 before touching input_available_clear_time, to avoid accessing it
9922 from multiple threads.
9923
66354420
JR
99242004-12-23 Jason Rumney <jasonr@gnu.org>
9925
9926 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
9927 of JPEG library.
9928
55f4edbc
RS
99292004-12-22 Richard M. Stallman <rms@gnu.org>
9930
9931 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
9932
9933 * lisp.h (Vundo_outer_limit): Fix decl.
9934
9935 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
9936 Uses changed.
9937 (syms_of_undo): Initialize appropriately.
9938 (truncate_undo_list): If it's nil, there's no limit.
9939
7a0ea9e3
KH
99402004-12-22 Kenichi Handa <handa@m17n.org>
9941
9942 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
9943
fda2922a
RS
99442004-12-21 Richard M. Stallman <rms@gnu.org>
9945
9946 * eval.c (unwind_to_catch): Clear immediate_quit.
9947
9948 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
9949 specially as `\ ' and `\-'.
9950
9951 * keyboard.c (kbd_buffer_store_event_hold):
9952 In the code for while-no-input, handle immediate_quit.
9953
9954 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
9955 Call that at the very start.
043f7f73 9956 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
fda2922a
RS
9957 (syms_of_alloc): Don't define undo-limit,
9958 undo-strong-limit and undo-outer-limit here.
9959
9960 * undo.c (truncate_undo_list): Return void.
9961 Take just one argument, the buffer.
9962 Make it current, and inhibit recursive GC.
9963 Access and update the undo list directly; return void.
9964 Refer to the undo...limit variables directly.
9965 Test undo_outer_limit only after counting the whole current command.
9966 When it's exceeded, call the function in undo-outer-limit-function.
9967 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
9968 (Vundo_outer_limit_function): New variable.
9969 (syms_of_undo): Define undo-limit, undo-strong-limit
9970 and undo-outer-limit here, and undo-outer-limit-function.
9971 Doc fixes.
9972
9973 * lisp.h (truncate_undo_list): Update decl.
9974
99752004-12-21 Piet van Oostrum <piet@cs.uu.nl>
9976
9977 * fileio.c (Fread_file_name): Delete duplicates in
9978 file-name-history when history_delete_duplicates is true.
9979
68c69027
ST
99802004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9981
9982 * macterm.c (mac_do_list_fonts): Fix memory leak
9983
134579f2
RS
99842004-12-20 Richard M. Stallman <rms@gnu.org>
9985
9986 * regex.c (re_match_2_internal) <symend, wordend>:
9987 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
9988
fbe6152f
ST
99892004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9990
043f7f73
SM
9991 * macterm.c (endif, x_font_name_to_mac_font_name):
9992 Use maccentraleurroman instead of maccentraleuropean
fbe6152f
ST
9993 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
9994 quickly finding a specific font without needing regexps.
9995
fecad3f6
JD
99962004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9997
333f1b6f
JD
9998 * syssignal.h: Declare main_thread.
9999 (SIGNAL_THREAD_CHECK): New macro.
10000
10001 * keyboard.c (input_available_signal): Move thread checking code
10002 to macro SIGNAL_THREAD_CHECK and call that macro.
10003 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
10004
10005 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
10006
10007 * emacs.c: Define main_thread.
10008 (main): Initialize main_thread.
10009 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
10010 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
10011
10012 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
10013
10014 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
10015
10016 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
10017
043f7f73
SM
10018 * process.c (send_process_trap, sigchld_handler):
10019 Call SIGNAL_THREAD_CHECK.
333f1b6f
JD
10020
10021 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
10022
10023 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
10024
fecad3f6
JD
10025 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
10026 returning when xg_ignore_gtk_scrollbar is true.
10027
2a84c6da
KS
100282004-12-14 Kim F. Storm <storm@cua.dk>
10029
10030 * keyboard.c (read_char): Save and restore echo_string when
10031 handling input method.
10032
d9c1ce9d
RS
100332004-12-13 Richard M. Stallman <rms@gnu.org>
10034
10035 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
10036
10037 * keyboard.c (Vthrow_on_input): New variable.
10038 (syms_of_keyboard): Defvar and initialize it.
10039 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
10040
10041 * lisp.h (QUIT): Check for Vthrow_on_input.
10042 (Vthrow_on_input): Declare it.
10043
a6495ed5
KS
100442004-12-13 Kim F. Storm <storm@cua.dk>
10045
10046 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
10047 vector.
10048
24a0e22f
RS
100492004-12-12 Richard M. Stallman <rms@gnu.org>
10050
10051 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
10052
10053 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
10054 (Ftry_completion): Really use outer `zero'; eliminate inner one.
10055
d6d31e57
KH
100562004-12-12 Kenichi Handa <handa@m17n.org>
10057
10058 * term.c (encode_terminal_code): Fix previous change.
10059
6f8ffb88
SM
100602004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10061
fb6f5cbf
SM
10062 * keyboard.c (handle_async_input): Remove pthread mutex handling.
10063 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
10064
6f8ffb88
SM
10065 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
10066 in macro arguments.
10067
10068 * minibuf.c (Ftry_completion, Fall_completions): Don't use
10069 XFASTINT blindly.
10070
10071 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
10072
c83c9f9d
JD
100732004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10074
2f25767f
JD
10075 * w32term.c (x_calc_absolute_position): Remove calculation of
10076 difference between inner and outer window. Don't subtract difference
10077 for left and top calculations.
10078
c83c9f9d
JD
10079 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
10080 for left and top calculations. Remove call to x_real_positions.
14a56a1b 10081 [Bug report by Drew Adams in November.]
c83c9f9d
JD
10082 (x_check_expected_move): Do not set change_gravity to 1 when calling
10083 x_set_offset.
10084
cc1caa4e
RS
100852004-12-08 Richard M. Stallman <rms@gnu.org>
10086
10087 * xdisp.c (get_next_display_element): Use `escape-glyph' for
10088 control chars and escaped octal codes.
10089 (Qescape_glyph): New variable.
10090 (syms_of_xdisp): Initialize it.
10091 (escape_glyph_face): New variable.
10092 (redisplay_window): Initialize it.
10093
e0e30823
RS
100942004-12-07 Paul Eggert <eggert@cs.ucla.edu>
10095
10096 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
10097 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
10098
f415cacd
JD
100992004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10100
cf435f39
JD
10101 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
10102 reset_malloc_hooks.
10103
6f8ffb88
SM
10104 * keyboard.c (handle_async_input, input_available_signal):
10105 Add ! defined (SYSTEM_MALLOC) around thread code.
cf435f39 10106
f415cacd
JD
10107 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
10108
043f7f73 101092004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
19b1f29a
SM
10110
10111 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
10112
10113 * config.in: Regenerate.
10114
ded997c1
JD
101152004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10116
453a4f1b
JD
10117 * xmenu.c (Fx_popup_menu): Correct documentation about position.
10118 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
10119 if not given by a mouse click to correspond with x-popup-menu
10120 documentation.
10121
9a38524c
JD
10122 * config.in: Regenerate.
10123
aa477689
JD
10124 * gtkutil.c: Include signal.h and syssignal.h.
10125 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
10126
10127 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
10128 new variables main_thread and alloc_mutex,
10129 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
10130 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
14a56a1b
JB
10131 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same
10132 as (UN)BLOCK_INPUT.
aa477689
JD
10133 (emacs_blocked_free, emacs_blocked_malloc)
10134 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
10135 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
10136 (reset_malloc_hooks): New function.
10137
10138 * lisp.h: Declare reset_malloc_hooks.
10139
10140 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
10141
14a56a1b 10142 * keyboard.c: Conditionally include pthread.h.
6f8ffb88 10143 (handle_async_input, input_available_signalt): If not in the main
aa477689
JD
10144 thread, block signal, send signal to main thread and return.
10145
ded997c1 10146 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6f8ffb88 10147 Set current folder in file chooser if default_filename is a directory.
ded997c1 10148
c72b0edd
SM
101492004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
10152 Remove redundant correctness checks.
10153 (regex_compile): Fix up error codes for \{..\} expressions.
10154
c721eee5
RS
101552004-12-05 Richard M. Stallman <rms@gnu.org>
10156
10157 * regex.c (regex_compile): Fix end-of-pattern case for space.
10158
d8f96db8
ST
101592004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10160
6108209e
KS
10161 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
10162 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
d8f96db8 10163 crashes with invalid characters.
6108209e
KS
10164 * macmenu.c (add_menu_item): Use it.
10165 * image.c (image_load_quartz2d): Likewise.
10166 * macfns.c (x_set_name, x_set_title): Likewise.
10167 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
10168 creating them each time for labels.
d8f96db8 10169
ab67e8b6
RS
101702004-12-02 Richard M. Stallman <rms@gnu.org>
10171
10172 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
10173 don't use it here.
10174
10175 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
10176 (interactive_p): Skip Scalled_interactively_p frames
10177 like Sinteractive_p frames.
b8217ea6 10178 (unwind_to_catch): Clear handling_signal.
ab67e8b6
RS
10179
10180 * data.c (Fmake_variable_buffer_local): Doc fix.
10181 (Fmake_local_variable): Doc fix.
10182
10183 * insdel.c (insert_from_string_before_markers)
10184 (insert_from_string): Don't modify buffer on empty insertion.
10185
10186 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
10187
f86bdc80
ST
101882004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10189
10190 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
10191 menu text as UTF8 fails.
10192
1cae6d39
KS
101932004-12-01 Kim F. Storm <storm@cua.dk>
10194
10195 * alloc.c: Add commentary for last change.
10196 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
10197 sizeof(size_t) != 4.
10198 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
10199 Use them. Also clear header and trailer of freed memory.
10200 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
10201 (string_overrun_cookie): Rename from string_overrun_pattern.
10202 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
10203
77ea0764
AS
102042004-12-01 Andreas Schwab <schwab@suse.de>
10205
10206 * lisp.h: Declare string_to_multibyte.
10207
2d5cd4e6
KH
102082004-12-01 Kenichi Handa <handa@m17n.org>
10209
10210 * w32console.c (w32con_write_glyphs): Decide coding here.
10211 Adjusted for the change of encode_terminal_code.
10212
10213 * term.c (encode_terminal_code): Don't make it "static".
10214
25a0994a
KH
102152004-11-30 Kenichi Handa <handa@m17n.org>
10216
19b1f29a 10217 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
25a0994a 10218 (encode_terminal_code): Argument changed. Encode all
19b1f29a
SM
10219 characters at once, and return a pointer to the result of encoding.
10220 (write_glyphs): Decide coding here. Adjusted for the above change.
25a0994a
KH
10221 (insert_glyphs): Likewise.
10222 (term_init): Initialize encode_terminal_bufsize to 0.
10223
10224 * coding.c (Vcode_conversion_workbuf_name): New variable.
10225 (syms_of_coding): Initialize and staticpro it.
10226 (set_conversion_work_buffer): New function.
10227 (run_pre_post_conversion_on_str): Use it.
10228 (run_pre_write_conversin_on_c_str): New function.
10229
10230 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
10231
fc7a70cc
ST
102322004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10233
10234 * keyboard.c: Don't undef SIGIO
10235 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
10236 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
10237 (macfns.o): Don't depend on ccl.h.
10238 * macfns.c (mac_frame_parm_handlers): Set handlers for
10239 Qleft_fringe and Qright_fringe.
10240 * macterm.c (mac_fill_rectangle_to_pixmap)
10241 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
10242 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
10243 Put in #if 0.
10244 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
10245 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
10246 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
10247 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
10248 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
10249 XDrawImageString. Always draw background and foreground separately.
10250 (x_draw_image_foreground): Use clipping instead of computing the
10251 intersection rectangle.
10252 (x_draw_image_glyph_string): Don't draw an image with mask to a
10253 pixmap.
10254 (x_redisplay_interface): Set flush_display_optional member to 0.
10255 (XTread_socket): Correctly reset the TEConverter
10256 object.
10257
fc368889
KS
102582004-11-30 Kim F. Storm <storm@cua.dk>
10259
10260 * lisp.h: New defines to enable buffer overrun checking.
10261 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
10262 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
10263
10264 * alloc.c: Add more checks for buffer overruns.
10265 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
10266 xmalloc_overrun_check_trailer, overrun_check_malloc)
10267 overrun_check_realloc, overrun_check_free): Add.
10268 (GC_STRING_EXTRA, string_overrun_pattern): Add.
10269 (check_sblock, allocate_string_data, compact_small_strings):
10270 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
10271 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
10272 (check_string_free_list): Add.
10273 (allocate_string, sweep_strings): Call check_string_free_list.
10274
10275 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
10276 XMALLOC_OVERRUN_CHECK to avoid crash during load.
10277
0af8cfe1
KS
102782004-11-29 Kim F. Storm <storm@cua.dk>
10279
10280 * fns.c (concat): Use SAFE_ALLOCA.
10281
77220eeb
SM
102822004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * sysdep.c (emacs_write): Don't use QUIT.
10285
a778cf63
KH
102862004-11-29 Kenichi Handa <handa@m17n.org>
10287
10288 * buffer.c (init_buffer): Set current_buffer->directory to a
10289 multibyte string made by string_to_multibyte.
10290
77220eeb 10291 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
a778cf63 10292
e3177e43
AS
102932004-11-27 Andreas Schwab <schwab@suse.de>
10294
10295 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
10296
10297 * s/gnu-linux.h: Enable no-op gcpros on ia64.
10298 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
10299
77220eeb
SM
10300 * filelock.c (lock_file_1): Call get_boot_time early.
10301 Increase buffer size.
e3177e43 10302
ca5e6fef
EZ
103032004-11-27 Eli Zaretskii <eliz@gnu.org>
10304
10305 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
10306 is not defined.
10307
e2811828
KS
103082004-11-27 Kim F. Storm <storm@cua.dk>
10309
10310 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
10311 marker out of doc string.
10312
7a262394
SM
103132004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
10316 which was not mentioned in the log.
10317
f33cc5a9
KS
103182004-11-26 Kim F. Storm <storm@cua.dk>
10319
048bb03f
KS
10320 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
10321 angle bitmaps at top/bottom line.
10322
52eb0373 10323 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
f33cc5a9
KS
10324 set it when it->method is set to next_element_from_display_vector.
10325 (setup_for_ellipsis): Add LEN argument. Callers changed.
10326 Set it->saved_face_id.
10327 (get_next_display_element): Use loop instead of recursion.
10328 Set it->saved_face_id. Combine duplicate code for ctr chars.
10329 (next_element_from_display_vector): Do not set it->saved_face_id.
10330 (next_element_from_ellipsis): Use setup_for_ellipsis.
10331
670e8906
EZ
103322004-11-26 Eli Zaretskii <eliz@gnu.org>
10333
10334 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
10335 prevent compiler warnings.
10336
275464e7
SM
103372004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10338
1bf0e604
SM
10339 * keyboard.c (command_loop_1): Print a message describing the key
10340 the user just pressed when this key has no binding.
10341
275464e7
SM
10342 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
10343 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
10344
10345 * lread.c (readchar): Check QUIT when `getc' is interrupted.
10346
261b01c6
RS
103472004-11-24 Richard M. Stallman <rms@gnu.org>
10348
10349 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
10350
10351 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
10352
a5bd504e
KS
103532004-11-24 Kim F. Storm <storm@cua.dk>
10354
10355 * xdisp.c (move_it_in_display_line_to, display_line):
10356 Restore saved_face_id also when truncate-lines or hscrolled.
10357
255e4140
JD
103582004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10359
10360 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
10361 x-use-old-gtk-file-dialog.
10362
10363 * xfns.c: Define x_use_old_gtk_file_dialog.
10364 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
10365 outside ifdef USE_GTK.
10366
cab27d04
SM
103672004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
10370 Don't use XFASTINT blindly.
10371
10372 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
10373
10374 * indent.c (skip_invisible): Avoid non-idempotent side-effects
10375 in macro arguments.
10376
10377 * keymap.c (Flookup_key): Check INTEGERP before XINT.
10378
10379 * lread.c (oblookup): Don't use XFASTINT blindly.
10380
10381 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
10382 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
10383
11e0be49
KS
103842004-11-23 Kim F. Storm <storm@cua.dk>
10385
4d721114
KS
10386 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
10387 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
10388
11e0be49
KS
10389 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
10390 signal_p is zero and face name is unknown.
10391 (Fx_list_fonts): Don't signal error in lookup_named_face.
10392 (Fface_font): Signal error in lookup_named_face.
10393 (ascii_face_of_lisp_face): Likewise.
10394
10395 * dispextern.h (lookup_named_face): Fix prototype.
10396
10397 * xdisp.c (handle_single_display_prop): Don't signal error in
10398 lookup_named_face for unknown fringe face name.
10399 (highlight_trailing_whitespace): Don't signal error in
10400 lookup_named_face if trailing-whitespace face unknown.
10401 (calc_line_height_property): Don't signal error in
10402 lookup_named_face if specified face name is unknown.
10403
10404 * fringe.c (update_window_fringes): Show top row indicator if
10405 window has header-line. Don't show arrow at bob and eob
10406 if the boundary indicators are not used.
10407 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
10408
10409 * window.c (set_window_buffer): Clear display_error_modiff.
10410
0960a582
KS
104112004-11-22 Kim F. Storm <storm@cua.dk>
10412
10413 * fringe.c (update_window_fringes): Provide sensible fall-back
10414 value for non-nil indicate-buffer-boundaries setting.
10415
b0e9bb28
MR
104162004-11-22 Markus Rost <rost@ias.edu>
10417
10418 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
10419
d0bce91e
SM
104202004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
10423
e1814672
KS
104242004-11-21 Kim F. Storm <storm@cua.dk>
10425
b7fd3518
KS
10426 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
10427
10428 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
10429 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10430
10431 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
10432 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10433
10434 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
10435 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
10436
d0bce91e
SM
10437 * xdisp.c (move_it_in_display_line_to, display_line):
10438 Restore saved_face_id if overflow-newline-into-fringe is enabled and
10439 line is continued before or in middle of element from display vector.
f01d4d05 10440
f1a61389
KS
10441 * indent.c (Fvertical_motion): Fix last change. Use another
10442 method to detect if iterator moved too far ahead after reseat.
10443
e1814672
KS
10444 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
10445 expand matrix width for overflow in zero-width area.
10446 (append_glyph, append_composite_glyph, produce_image_glyph)
10447 (append_stretch_glyph): Use it to avoid loop in redisplay.
10448 (note_mode_line_or_margin_highlight): Don't let help-echo from
10449 string override help-echo from image map.
10450
2dafe1c9
LT
104512004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10452
d0bce91e 10453 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
2dafe1c9
LT
10454 * callint.c (Fcall_interactively): Ditto.
10455
fd6866c8 104562004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9961365e
RS
10457
10458 * minibuf.c (Fminibuffer_complete_and_exit):
10459 Fixup the case of the completed value, for case-indep completion.
10460
dedbac89
RS
104612004-11-20 Richard M. Stallman <rms@gnu.org>
10462
fd6866c8
RS
10463 * lisp.h (Fread_from_minibuffer): Add arg in decl.
10464
9d00469f 10465 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
ce8dd7ca 10466 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9d00469f 10467
dedbac89 10468 * search.c (Vsearch_spaces_regexp):
d0bce91e 10469 Rename from Vsearch_whitespace_regexp. All uses changed.
dedbac89 10470
2f672bb5
TTN
104712004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10472
10473 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
10474
f31a9a68
RS
104752004-11-19 Richard M. Stallman <rms@gnu.org>
10476
10477 * search.c (Vsearch_whitespace_regexp): New variable.
10478 (syms_of_search): Defvar it.
10479 (compile_pattern_1): Call re_set_whitespace_regexp with it.
10480 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
10481 is non-nil.
6de891db
RS
10482 (struct regexp_cache): New element whitespace_regexp.
10483 (syms_of_search): Initialize whitespace_regexp elements.
10484 (compile_pattern): Compare whitespace_regexp elements.
10485 (compile_pattern_1): Set whitespace_regexp elements.
f31a9a68
RS
10486
10487 * regex.c (regex_compile): Substitute whitespace_regexp
10488 for spaces, if it is nonzero.
10489 (whitespace_regexp): New variable.
10490 (re_set_whitespace_regexp): New function.
10491
cbc34cb3
KS
104922004-11-19 Kim F. Storm <storm@cua.dk>
10493
10494 * indent.c (Fvertical_motion): Fix last change.
10495
b54a7539
KS
104962004-11-18 Kim F. Storm <storm@cua.dk>
10497
10498 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
10499 Instead, move back again if reseating moves too far ahead.
10500
105012004-11-17 Luc Teirlinck <teirllm@auburn.edu>
802c6e56
LT
10502
10503 * xdisp.c (message3): Call clear_message.
10504
5ff504fe
KS
105052004-11-17 Kim F. Storm <storm@cua.dk>
10506
10507 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
10508
5ae53dcf
JD
105092004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10510
d0bce91e 10511 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
724cde0d 10512
6abf3a27 10513 * xmenu.c (x_menu_in_use): Remove.
5ae53dcf
JD
10514 (x_menu_set_in_use): Also set popup_activated_flag.
10515
5ff504fe 10516 * xfns.c (Fx_file_dialog): Call popup_activated instead of
5ae53dcf
JD
10517 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
10518
52eb0373 10519 * xterm.h (x_menu_in_use): Remove.
5ae53dcf 10520
ee31cd78
RS
105212004-11-16 Richard M. Stallman <rms@gnu.org>
10522
6abf3a27
SM
10523 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
10524 Use map-keymap-internal to implement that.
ee31cd78
RS
10525
10526 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
10527
6abf3a27
SM
105282004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
10531 a window before using XWINDOW.
10532
10533 * window.c (make_window, Fselect_window, make_dummy_parent)
10534 (save_window_save):
10535 * frame.c (make_frame):
10536 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
10537
10538 * lisp.h (NILP): Use EQ rather than XFASTINT.
10539
b4d61105
KS
105402004-11-16 Kim F. Storm <storm@cua.dk>
10541
6abf3a27 10542 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
dda01a4c 10543
b4d61105
KS
10544 * indent.c (Fvertical_motion): Fix last change. Only reseat when
10545 moving backwards.
10546
105472004-11-16 Luc Teirlinck <teirllm@auburn.edu>
ce2bbf6a
LT
10548
10549 * dispextern.h: Extern reseat_at_previous_visible_line_start.
10550
ab5b02b0
KH
105512004-11-16 Kenichi Handa <handa@m17n.org>
10552
10553 * xdisp.c (display_mode_element): Fix previous change (calculate
10554 end position of substring to display correctly).
10555
c482cf97
KS
105562004-11-16 Kim F. Storm <storm@cua.dk>
10557
10558 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
10559 Reported by Andrew M. Scott.
10560
9f89426b
KS
105612004-11-15 Kim F. Storm <storm@cua.dk>
10562
10563 * fns.c (Fsafe_plist_get): New defun.
10564 (syms_of_fns): Defsubr it.
10565
10566 * lisp.h (Fsafe_plist_get): Add EXFUN.
10567
10568 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
10569 Use Fsafe_plist_get.
10570 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10571 Fix image map element parsing. Use Fsafe_plist_get.
10572
27418463
RS
105732004-11-15 Richard M. Stallman <rms@gnu.org>
10574
10575 * xdisp.c (get_next_display_element): Fix previous change.
10576
a130b901
JD
105772004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10578
ef614e04
JD
10579 * window.c (shrink_windows): Handle special case of one window left
10580 when trying to shrink the final reminder. Grow windows if
10581 total_removed is less than total_shrink.
10582
a130b901
JD
10583 * xmenu.c (pop_down_menu): Remove global variable current_menu,
10584 extract pointer from arg with XSAVE_VALUE.
46303896
KS
10585 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
10586 Construct arg to record_unwind_protect with make_save_value.
a130b901 10587
d9a03ad2
RS
105882004-11-13 Richard M. Stallman <rms@gnu.org>
10589
10590 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
10591 (get_next_display_element): Fix previous change to apply only to \n.
10592
10593 * indent.c (Fvertical_motion): Scan to PT from start of line to
10594 make iterator consistent.
10595
10596 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
10597
b3935289
JD
105982004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10599
10600 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
10601
10602 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
10603 Record unwind with clean_up_file_dialog.
10604
78819ebb
KS
10605 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
10606 Declare.
b3935289
JD
10607
10608 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
10609
af89e871
JD
106102004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10611
457a8155 10612 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
6abf3a27 10613 (xg_file_sel_destroy): Remove.
46303896
KS
10614 (xg_file_response_cb, pop_down_file_dialog)
10615 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
457a8155 10616 New functions.
6abf3a27
SM
10617 (xg_get_file_with_chooser, xg_get_file_with_selection):
10618 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
457a8155
JD
10619 Move common code to xg_get_file_name. Return widget created.
10620 (xg_get_file_name): Set name, transient for, modal and destroy
10621 with parent here. Connect response signal to xg_file_response_cb,
10622 connect delete-event to gtk_true. Record pop_down_file_dialog
10623 for unwind. Do event loop and call x_menu_wait_for_event in loop.
10624 (xg_create_widget): Make dialogs modal.
10625
af89e871
JD
10626 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
10627 Lisp_Object.
10628 (popup_get_selection): Move unwind protect ...
10629 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10630 Move destroy of widget to pop_down_menu.
10631 (popup_widget_loop): Move unwind protect ...
10632 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10633 Move destroy of widget to pop_down_menu.
10634 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
6abf3a27 10635 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
af89e871
JD
10636 x_mouse_leave and grabbed = 0 to pop_down_menu.
10637
5596fbf1
KS
106382004-11-13 Kim F. Storm <storm@cua.dk>
10639
10640 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
10641 (syms_of_xdisp): DEFVAR_BOOL it.
10642 (make_cursor_line_fully_visible, try_cursor_movement)
10643 (try_window_id): Use it.
10644
b9de078a
KS
106452004-11-12 Kim F. Storm <storm@cua.dk>
10646
381f7091
KS
10647 * dispextern.h (struct glyph_row): New member extra_line_spacing.
10648 (struct it): New member max_extra_line_spacing.
10649 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
10650 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
10651 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
10652 part of last line is only extra line spacing (so the text on the
52eb0373 10653 line is fully visible). Use helper macros.
381f7091
KS
10654 Add W arg (to use them). All callers changed.
10655 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
10656 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
10657
6abf3a27
SM
10658 * window.c (window_scroll_pixel_based, Frecenter):
10659 Use move_it_vertically_backward directly.
381f7091
KS
10660 (Frecenter): Fix calculation of new start pos for negative arg.
10661 Before, the new start pos was sometimes chosen too far back, so
10662 the last line became only partially visible, and thus would be
10663 either only semi-visible or automatically scrolled to the middle
10664 of the window by redisplay.
10665
10666 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
10667 (move_it_vertically_backward): Don't recure to move further back.
10668 (move_it_vertically): Remove superfluous condition.
10669 (move_it_by_lines): Clear last_height when moved 0 lines.
6abf3a27 10670 (resize_mini_window): Use it.max_extra_line_spacing.
381f7091
KS
10671 (display_tool_bar_line): Clear row->extra_line_spacing.
10672 (try_scrolling): Use move_it_vertically_backward directly.
10673 (redisplay_window): Likewise.
10674 (compute_line_metrics): Set row->extra_line_spacing.
10675 (display_line, display_string): Likewise.
10676 (x_produce_glyphs): Update it->max_extra_line_spacing.
10677
b9de078a
KS
10678 * xmenu.c (pop_down_menu): Return nil.
10679
c3438661
JD
106802004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10681
10682 * xmenu.c (x_menu_wait_for_event): New function.
1d1c7e75 10683 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
c3438661 10684 to handle timers.
df00f436
JD
10685 (popup_widget_loop): Add argument do_timers.
10686 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
10687 do_timers to popup_widget_loop.
c3438661
JD
10688 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10689 x_menu_wait_for_event is called by XMenuActivate.
b9de078a 10690 (create_and_show_popup_menu): Pass 1 for do_timers to
df00f436 10691 popup_get_selection.
f1d1cd24
JD
10692 (pop_down_menu): New function.
10693 (popup_get_selection, popup_widget_loop): Unwind protect to
10694 pop_down_menu.
10695 (popup_widget_loop): Add argument widget.
10696 (create_and_show_popup_menu, create_and_show_dialog): Pass new
10697 argument widget to popup_widget_loop.
c3438661 10698
32e2fb04
SM
106992004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
10702
0faf6806
KS
107032004-11-09 Kim F. Storm <storm@cua.dk>
10704
10705 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
10706 Fix various comments referring to XEvents instead of input events.
10707 (x_queue_event): Fix format strings.
10708 (x_stop_queuing_selection_requests): Likewise.
10709
10710 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
10711 (pint2hrstr): Add extra braces to silence compiler.
10712
10713 * print.c (print_object): Fix format string.
10714
10715 * lread.c (read1): Fix next_char matching.
10716
10717 * lisp.h (Fdelete): Add EXFUN.
10718 (replace_range_2): Add prototype.
10719
10720 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
10721
10722 * intervals.h (NULL_INTERVAL_P): Add separate version when
10723 ENABLE_CHECKING is not defined to silence compiler.
10724 (compare_string_intervals): Add prototype.
10725
10726 * fringe.c (destroy_fringe_bitmap): Fix return type.
10727 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
10728
10729 * emacs.c (Fdump_emacs): Fix format string.
10730
10731 * doc.c: Include <ctype.h>.
10732 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
10733
10734 * data.c (store_symval_forwarding): Remove unused variables.
10735
10736 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
10737
16bf4e32
JD
107382004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10739
10740 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
10741 to ${OLDXMENU}.
10742
cdb805a9
KS
107432004-11-09 Kim F. Storm <storm@cua.dk>
10744
10745 * process.c (Fmake_network_process): Remove kludge for interrupted
10746 connects on BSD. If connect is interrupted, just close socket and
10747 start over rather than sleeping and retry with same socket.
10748
d87a9ab8 107492004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0faf6806 10750
a8b16c80
JD
10751 * .cvsignore: Add buildobj.lst.
10752
d87a9ab8
JD
10753 * doc.c: New variable Vbuild_files.
10754 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
e7427ac1 10755 file names from buildobj.lst. Only attach docstrings from files
d87a9ab8
JD
10756 that are in Vbuild_files.
10757 (syms_of_doc): Defvar Vbuild_files.
10758
10759 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
10760 and w32*.o.
10761 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
6abf3a27 10762 (mostlyclean): Rm buildobj.lst
d87a9ab8
JD
10763
10764 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
10765 is linked.
10766
b6709e77
KS
107672004-11-09 Kim F. Storm <storm@cua.dk>
10768
10769 * fringe.c (update_window_fringes): Update fringe bitmaps if
10770 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
10771 also update previous row to get rid of misc. artifacts.
10772
bae9677d
KS
107732004-11-08 Kim F. Storm <storm@cua.dk>
10774
10775 * xdisp.c (fast_find_position): Fix start pos if header line present.
b7127aa8 10776 (note_mouse_highlight): Clear mouse face if we move out of text area.
bae9677d 10777
3f8ea68c
EZ
107782004-11-08 Eli Zaretskii <eliz@gnu.org>
10779
10780 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
10781 Don't include <sys/time.h> explicitly.
10782 Include <stdio.h> unconditionally, not just on MacOS.
10783
a653f812
KH
107842004-11-08 Kenichi Handa <handa@m17n.org>
10785
10786 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
10787 don't pay attention to '\' before '*'.
10788 (fontset_pattern_regexp): Change the meaning of the second arg.
10789 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
10790 (check_fontset_name): Try NAME as literal at first, and if it
10791 failes, try NAME as pattern.
10792
c37caf9d
JD
107932004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10794
10795 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
10796
b72915a7
AS
107972004-11-07 Andreas Schwab <schwab@suse.de>
10798
78819ebb
KS
10799 * lisp.h (Fmsdos_downcase_filename): Declare.
10800 * dired.c (Fmsdos_downcase_filename): Don't declare here.
b72915a7
AS
10801 * fileio.c: Likewise.
10802
238a44a8
JD
108032004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10804
10805 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
10806 comparisons with integers instead of Lisp_Object address.
10807 (Fmsdos_set_keyboard): Declare argument allkeys.
10808
10809 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
10810
78819ebb 10811 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
238a44a8
JD
10812 int/Lisp_Object mixup.
10813
10814 * fileio.c: Ditto.
10815
31141c13
ST
108162004-11-06 Steven Tamm <steventamm@mac.com>
10817
10818 * editfns.c: Need to include sys/time.h before resource.h on darwin.
10819
f28c1bd9
RS
108202004-11-06 Richard M. Stallman <rms@gnu.org>
10821
10822 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
10823
10824 * xfaces.c (merge_named_face): GCPRO the face_name in the
10825 named_merge_point struct that we make.
10826 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
10827
10828 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
10829 before deciding whether to inactivate mark.
10830
59dede22
EZ
108312004-11-06 Lars Brinkhoff <lars@nocrew.org>
10832
10833 * config.in: Regenerate (add HAVE_GETRUSAGE).
6159c232
EZ
10834 * editfns.c (Fget_internal_run_time): New function.
10835 (syms_of_data): Defsubr it.
10836 * fns.c (sxhash): As far as possible, merge calculation of
10837 hash code for symbols and strings.
59dede22 10838
27540e81
EZ
108392004-11-06 Eli Zaretskii <eliz@gnu.org>
10840
10841 * frame.c (syms_of_frame): Fix the example in the doc string.
10842
df470e3b
JD
108432004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10844
10845 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
10846
10847 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
10848 (create_and_show_dialog): Revert change from 2004-10-31.
bae9677d 10849
4cc8522c
LT
108502004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10851
10852 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
10853
d4a42098
KS
108542004-11-05 Kim F. Storm <storm@cua.dk>
10855
a8490886
KS
10856 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
10857
d4a42098
KS
10858 * fileio.c (Ffile_modes): Doc fix.
10859 (auto_save_1): Check for Ffile_modes nil value.
10860
36a2b04c
KS
108612004-11-05 Kim F. Storm <storm@cua.dk>
10862
10863 * xselect.c (struct selection_event_queue, selection_queue)
10864 (x_queue_selection_requests, x_queue_event)
10865 (x_start_queuing_selection_requests)
10866 (x_stop_queuing_selection_requests): Add new queue for selection
10867 input events to replace previous XEvent queue in xterm.c.
10868 (queue_selection_requests_unwind): Adapt to new queue.
32e2fb04
SM
10869 (x_reply_selection_request): Adapt to new queue.
10870 Unexpect wait_object in case of x errors (memory leak).
36a2b04c
KS
10871 (x_handle_selection_request, x_handle_selection_clear): Make static.
10872 (x_handle_selection_event): New function. May queue selection events.
10873 (wait_for_property_change_unwind): Use save_value instead of cons.
10874 Clear property_change_reply_object.
10875 (wait_for_property_change): Abort if already waiting.
10876 Use save_value instead of cons for unwind data.
10877 (x_handle_property_notify): Skip events already arrived, but don't
10878 free them, as "arrived" field is checked by wait_for_property_change,
10879 and it will be freed by unwind or explicit unexpect_property_change.
10880 (x_get_foreign_selection): Add to new queue.
10881 (receive_incremental_selection): Don't unexpect wait_object when done
10882 as it has already been freed by previous wait_for_property_change.
10883
10884 * xterm.h (x_start_queuing_selection_requests)
10885 (x_stop_queuing_selection_requests, x_handle_selection_request)
10886 (x_handle_selection_clear): Remove prototypes.
10887 (x_handle_selection_event): Add prototype.
10888
10889 * xterm.c (handle_one_xevent): Don't queue X selection events
10890 here, it may be too late if we start queuing after we have already
10891 stored some selection events into the kbd buffer.
10892 (struct selection_event_queue, queue, x_queue_selection_requests)
10893 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
10894 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
10895 (x_catch_errors_unwind): Block input around final XSync.
10896
10897 * keyboard.h (kbd_buffer_unget_event): Add prototype.
10898
10899 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
10900 (kbd_buffer_unget_event): New function.
10901 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
10902 and use x_handle_selection_event.
10903 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
10904
9c3ad9e1
JD
109052004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10906
10907 * xselect.c (TRACE3): New debug macro.
10908 (x_reply_selection_request): Use it.
10909 (receive_incremental_selection): In call to TRACE0, the name of
10910 a symbol is in xname.
10911
a33b89de
KS
109122004-11-05 Kim F. Storm <storm@cua.dk>
10913
10914 * fontset.c (fontset_pattern_regexp): Use unsigned char.
10915
a872928c
JD
109162004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10917
88208bb8
JD
10918 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
10919
78819ebb 10920 * gtkutil.h (use_old_gtk_file_dialog): Declare.
0a4f23f3
JD
10921
10922 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
32e2fb04 10923 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
0a4f23f3
JD
10924 * xfns.c (syms_of_xfns): ... to here.
10925
a872928c
JD
10926 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
10927 it doesn't start with /.
10928
b912921c
KH
109292004-11-04 Kenichi Handa <handa@m17n.org>
10930
10931 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
10932 treat it as a literal character.
10933
c524d9a6
KS
109342004-11-03 Kim F. Storm <storm@cua.dk>
10935
10936 * .gdbinit (ppt): New function.
10937
8cfd0f36
JD
109382004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10939
a11e1dce
JD
10940 * xterm.c (x_window_to_scroll_bar): Only call
10941 xg_get_scroll_id_for_window if toolkit scroll bars are used.
10942
8cfd0f36
JD
10943 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
10944 of save.
10945
a93563fd
AS
109462004-11-02 Andreas Schwab <schwab@suse.de>
10947
10948 * window.c (Fscroll_right): Fix last change.
10949
2b2d59d8
KS
109502004-11-02 Kim F. Storm <storm@cua.dk>
10951
14a56a1b 10952 * Makefile.in (callproc.o): Depend on blockinput.h, atimer.h, systime.h.
2b2d59d8
KS
10953
109542004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10955
10956 * callproc.c (Fcall_process): Block input around vfork.
10957
ca28104d
KS
109582004-11-02 Kim F. Storm <storm@cua.dk>
10959
10960 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
10961 (syms_of_eval): Defsubr it.
10962
29bb7127
RS
109632004-11-02 Richard M. Stallman <rms@gnu.org>
10964
10965 * insdel.c (replace_range_2): New function.
10966
10967 * casefiddle.c (casify_region): Handle changes in byte-length
10968 using replace_range_2.
10969
10970 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
10971
b6189c3b 10972 * xdisp.c (back_to_previous_visible_line_start):
29bb7127
RS
10973 Subtract 1 from pos when checking previous newline for invisibility.
10974
10975 * window.c (window_scroll_pixel_based): Update preserve_y
10976 for header line if any.
10977 (Fscroll_left, Fscroll_right): Don't call interactive_p;
10978 use a new second argument instead.
10979
10980 * eval.c (Fcall_interactive_p): New function.
10981 (interactive_p): Don't test INTERACTIVE here.
10982 (Finteractive_p): Doc fix.
10983
10984 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
10985
b6189c3b 109862004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
a3fe4aaf
JR
10987
10988 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
b6189c3b 10989 comparing font names.
a3fe4aaf 10990
2a00cdb4
JD
109912004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10992
f9d64bb3
JD
10993 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
10994 Fx_file_dialog if only directories should be read.
10995
10996 * lisp.h: Fx_file_dialog takes 5 parameters.
10997
32e2fb04
SM
10998 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
10999 Add parameter only_dir_p.
f9d64bb3
JD
11000 In Motif version, don't put DEFAULT_FILENAME in filter part of the
11001 dialog, just text field part. Do not add DEFAULT_FILENAME
11002 to list of files if it isn't there.
11003 In GTK version, pass only_dir_p parameter to xg_get_file_name.
11004
32e2fb04
SM
11005 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
11006 Check only_dir_p instead of comparing prompt to "Dired". When using
f9d64bb3
JD
11007 a save dialog, add option kNavDontConfirmReplacement, change title
11008 to "Enter name", change text for save button to "Ok".
11009
32e2fb04
SM
11010 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
11011 Check only_dir_p instead of comparing prompt to "Dired".
f9d64bb3 11012
14a56a1b
JB
11013 * gtkutil.c (xg_get_file_with_chooser, xg_get_file_with_selection):
11014 New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
11015 and HAVE_GTK_FILE_SELECTION_NEW respectively.
f9d64bb3
JD
11016 (xg_get_file_name): Add parameter only_dir_p.
11017 Call xg_get_file_with_chooser or xg_get_file_with_selection
11018 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
11019 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
11020
11021 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
11022
2a00cdb4
JD
11023 * config.in: Rebuild (added HAVE_GTK_FILE_*).
11024
f6749d5d
KS
110252004-11-01 Kim F. Storm <storm@cua.dk>
11026
32e2fb04
SM
11027 * process.c (connect_wait_mask, num_pending_connects):
11028 Only declare and use them if NON_BLOCKING_CONNECT is defined.
bad49fc7 11029 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
f6749d5d
KS
11030 (IF_NON_BLOCKING_CONNECT): New helper macro.
11031 (wait_reading_process_output): Only declare and use local vars
11032 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
f6749d5d 11033
1a99fe1a
JR
110342004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
11035
11036 * w32term.c (x_scroll_run): Delete region objects after use.
11037
fcdb28b4
JD
110382004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11039
495ef86b
JD
11040 * xmenu.c: Add prototypes for forward function declarations.
11041 (popup_get_selection): Remove parameter do_timers, remove call to
11042 timer_check.
32e2fb04
SM
11043 (create_and_show_popup_menu, create_and_show_dialog):
11044 Remove parameter do_timers from call to popup_get_selection.
495ef86b 11045
12e6566a
JD
11046 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
11047 tool_bar_items and assign the result to f->tool_bar_items if
11048 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
11049 tool_bar_items to assignment of result.
11050
fcdb28b4 11051 * atimer.c (alarm_signal_handler): Do not call set_alarm if
14a56a1b 11052 pending_atimers is non-zero.
fcdb28b4 11053
1a1a0c4c
KS
110542004-10-31 Kim F. Storm <storm@cua.dk>
11055
11056 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
11057
a36f1680
JW
110582004-10-28 Will <will@glozer.net>
11059
1d1c7e75 11060 * macterm.c: Allow user to assign key modifiers to the Mac Option
a36f1680
JW
11061 key via a 'mac-option-modifier' variable.
11062
32e2fb04 110632004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
11064
11065 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
11066 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
11067 (x_handle_selection_request, x_handle_selection_clear)
11068 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
11069
4f71c13f
RS
110702004-10-28 Richard M. Stallman <rms@gnu.org>
11071
11072 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
11073
11074 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
11075
068f3848
SM
110762004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
11079 comment-starter over a 1-char one.
11080
4660a9e3
RS
110812004-10-27 Richard M. Stallman <rms@gnu.org>
11082
11083 * xdisp.c (get_next_display_element): In mode lines,
11084 treat newline and tab like other control characters.
11085
11086 * editfns.c (Fmessage): Doc fix.
11087
11088 * indent.c (vmotion): When moving up, check the newline before.
11089 Make prevline an int, not a Lisp_Object.
11090
233f3db6
KS
110912004-10-27 Kim F. Storm <storm@cua.dk>
11092
11093 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
11094 Only allocate info and discarded tables once.
11095
11096 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
11097 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
11098 (SAFE_FREE): Test it to determine if we need to unwind to free.
11099 Remove size arg. All users changed.
11100 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
11101
1442465d
JD
111022004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11103
11104 * gtkutil.c: Put empty line between comment and function body.
068f3848
SM
11105 (xg_destroy_widgets): Rename from remove_from_container.
11106 Just destroy all widgets in list. Argument wcont removed.
1442465d
JD
11107 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
11108 instead of remove_from_container.
11109 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
11110 (free_frame_tool_bar): Add comment.
11111
11112 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
11113 is not NULL before strcmp.
11114
c8636435
KS
111152004-10-26 Kim F. Storm <storm@cua.dk>
11116
11117 * callint.c (Fcall_interactively): Add 'U' code to get the
11118 up-event discarded by a previous 'k' or 'K' argument.
11119
5629f29b
DK
111202004-10-26 David Kastrup <dak@gnu.org>
11121
11122 * buffer.c (syms_of_buffer): Fix a few typos.
11123
4f2f546e
JD
111242004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11125
11126 * xsmfns.c: Put empty line between comment and function body.
11127 Use two spaces before comment end.
11128
fc1062f5
KH
111292004-10-25 Kenichi Handa <handa@m17n.org>
11130
11131 * fontset.c (fontset_pattern_regexp): Optimize for the case that
11132 PATTERN is full XLFD.
11133
be13f5e5
KH
111342004-10-24 Kenichi Handa <handa@m17n.org>
11135
11136 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
11137
11138 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
11139 (regex_compile): Return REG_ERANGEX if appropriate.
11140
d0ee2ed3
KH
111412004-10-22 Kenichi Handa <handa@m17n.org>
11142
11143 * editfns.c (Ftranslate_region_internal): New function.
11144 (syms_of_editfns): Defsubr it.
11145
63ea8ea5
JD
111462004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11147
11148 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
11149
d495ccfc 111502004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
c27ed90a 11151
068f3848
SM
11152 * xterm.h (x_output): New member `xic_base_fontname'.
11153 (FRAME_XIC_BASE_FONTNAME): New macro.
11154 (xic_free_xfontset): Declare.
c27ed90a 11155
068f3848
SM
11156 * xfns.c (xic_create_xfontset): Share fontsets between frames
11157 based on base_fontname.
11158 (xic_free_xfontset): New function.
11159 (free_frame_xic): Use it.
11160 (xic_set_xfontset): Ditto.
c27ed90a 11161
068f3848 11162 * xterm.c (xim_destroy_callback): Ditto.
c27ed90a 11163
59508699
JR
111642004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
11165
11166 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
11167
dede2792
JD
111682004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11169
3aca2078
JD
11170 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
11171 XSync.
11172
dede2792
JD
11173 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
11174 New variables and constant.
11175 (main): Calculate heap_bss_diff. If we are dumping and the
11176 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
11177 and exec ourself again.
11178 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
11179 print a warning.
11180
11181 * lastfile.c: Make my_endbss and my_endbss_static available on all
11182 platforms.
11183
11184 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
11185 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
11186
1dc5ba01
LT
111872004-10-19 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * data.c (Flocal_variable_if_set_p): Doc fix.
11190
950090be
JR
111912004-10-19 Jason Rumney <jasonr@gnu.org>
11192
11193 * w32.c (init_environment): Set emacs_dir correctly when running
11194 emacs from the build directory.
11195
8550b998
RS
111962004-10-19 Richard M. Stallman <rms@gnu.org>
11197
11198 * editfns.c (Fdelete_and_extract_region):
11199 If region is empty, return null string.
11200
08dedea6
JD
112012004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11202
1dc5ba01 11203 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
08dedea6 11204 and canon_width.
068f3848 11205 (xg_frame_cleared): Remove.
08dedea6 11206
068f3848
SM
11207 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
11208 (xg_find_top_left_in_fixed): Remove.
08dedea6
JD
11209 (xg_create_scroll_bar): Put an event box widget between
11210 the scroll bar widget and the edit widget.
11211 (xg_show_scroll_bar): Show the parent widget (the event box).
11212 (xg_remove_scroll_bar): Destroy parent (the event box) also.
11213 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
11214 Move the parent (the event box) widget inside the fixed widget.
11215 Move window clear to xterm.c.
11216
068f3848 11217 * gtkutil.h (xg_frame_cleared): Remove.
1dc5ba01 11218
08dedea6 11219 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
068f3848
SM
11220 (x_scroll_bar_create, XTset_vertical_scroll_bar):
11221 Remove arguments left and width to xg_update_scrollbar_pos.
08dedea6
JD
11222 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
11223
8550b998 112242004-10-19 Kenichi Handa <handa@m17n.org>
e3e55463
KS
11225
11226 * xdisp.c (display_mode_element): Fix display of wide chars.
e3e55463 11227
84338890
JD
112282004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11229
11230 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
11231 gdk_window_clear and move gdk_window_process_all_updates after
11232 clear so events are sent to the X server in correct order.
11233
6e1b0d8c
KH
112342004-10-18 Kenichi Handa <handa@m17n.org>
11235
11236 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
11237 comparing font names.
8550b998 11238 (fs_query_fontset): Use fast_string_match for comparing fontset names.
6e1b0d8c
KH
11239 (list_fontsets): Likewise.
11240
11241 * search.c (fast_string_match_ignore_case): New function.
11242
11243 * lisp.h (fast_string_match_ignore_case): Extern it.
11244
345e75a8
KS
112452004-10-17 Kim F. Storm <storm@cua.dk>
11246
11247 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
11248 than bitmap if there is not left fringe.
11249 (get_overlay_arrow_glyph_row): Also used on windows system.
11250 (display_line): Display overlay string if no left fringe.
11251
be13cbb7
JR
112522004-10-16 Jason Rumney <jasonr@gnu.org>
11253
11254 * w32fns.c (w32_font_match): Encode font name being matched.
11255
c2e2ede7
RS
112562004-10-16 Richard M. Stallman <rms@gnu.org>
11257
11258 * window.c (Fspecial_display_p): Doc fix.
11259
043f7f73 112602004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3584d95d
SM
11261
11262 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
11263 Don't ignore menus, because where-is-internal already does it for us.
11264
699a0392
KS
112652004-10-15 Kim F. Storm <storm@cua.dk>
11266
b3c7a89b
KS
11267 * xdisp.c (redisplay_window): Only update fringes and vertical
11268 border on window frames.
699a0392 11269
4e382b0f
AS
112702004-10-14 Andreas Schwab <schwab@suse.de>
11271
11272 * m/ia64.h (DATA_SEG_BITS): Don't define.
11273
329a7be2
KS
112742004-10-14 Kim F. Storm <storm@cua.dk>
11275
11276 * xterm.h: Include Xutil.h after keysym.h to work around bug
dbb37962 11277 in some X versions.
329a7be2 11278
982241b1
SM
112792004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * fns.c (map_char_table): Add missing gcpros.
11282
9238467d
SM
112832004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * keymap.c (get_keymap): An autoload form is not a keymap.
11286
11287 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
11288
4440e3ca
KS
112892004-10-13 Kim F. Storm <storm@cua.dk>
11290
7cfdabde
KS
11291 * callproc.c (Fcall_process): Simplify handling of display arg.
11292 Resume `display_on_the_fly' once a coding system is determined.
11293
4440e3ca
KS
11294 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
11295
1c8dec6a
KS
112962004-10-12 Kim F. Storm <storm@cua.dk>
11297
11298 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
11299 caller, such as call-process, is not going to poll for input.
11300 (calc_line_height_property): Handle case where it->object is nil.
11301
11302 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
11303
170b174c
KH
113042004-10-12 Kenichi Handa <handa@m17n.org>
11305
9238467d
SM
11306 * xdisp.c (get_next_display_element):
11307 If unibyte_display_via_language_environment is zero, display 8-bit
170b174c
KH
11308 chars in octal in unibyte buffer.
11309
b583964c
KS
113102004-10-12 Kim F. Storm <storm@cua.dk>
11311
11312 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
11313 are no ordinary bindings.
11314
29fabd8c
JD
113152004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11316
9238467d 11317 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
29fabd8c 11318
c3f4c690
ST
113192004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11320
9238467d
SM
11321 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
11322 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
c3f4c690 11323 (make_mac_frame): Add BLOCK_INPUT around the making of a
9238467d
SM
11324 terminal frame.
11325 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
11326 * macgui.h (mktime): Use emacs_mktime.
c3f4c690
ST
11327 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
11328 Make a cancel file-open dialog be like C-g.
9238467d
SM
11329 * mac.c (mktime): Use emacs_mktime.
11330 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
11331 (Fmac_paste_function): Add better error handling for carbon cut/paste.
c3f4c690 11332
9688f9eb
KS
113332004-10-10 Kim F. Storm <storm@cua.dk>
11334
11335 * keyboard.c (timer_resume_idle): New function to resume idle
11336 timer without resetting timers on the idle list.
52eb0373 11337 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
9688f9eb
KS
11338 (timer_start_idle, timer_stop_idle): Declare static.
11339 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
11340
11341 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
11342
f7f3a65f
ST
113432004-10-08 Steven Tamm <steventamm@mac.com>
11344
9238467d 11345 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
f7f3a65f 11346 * macterm.c (mac_check_for_quit_char): Remove warning for using
9238467d 11347 NULL where 0 should be used.
f7f3a65f
ST
11348 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
11349 objc/malloc.h
9238467d 11350 * mac.c: Include time.h for Tiger compatibility.
f7f3a65f 11351
3c7d999a
KS
113522004-10-07 Kim F. Storm <storm@cua.dk>
11353
11354 * xdisp.c (redisplay_window): Fix flicker on vertical line between
11355 windows. Update vertical line after drawing window fringes, but
11356 only if actually drawing any bitmaps--or there is no fringe.
11357
11358 * xterm.c (x_update_window_end): Likewise.
11359 * macterm.c (x_update_window_end): Likewise.
11360 * w32term.c (x_update_window_end): Likewise.
11361
11362 * fringe.c (draw_window_fringes): Return value now indicates if
11363 any fringe bitmaps were redrawn (or there are no fringes).
11364
11365 * dispextern.h (draw_window_fringes): Update prototype.
11366
bf06c82f
ST
113672004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11368
11369 * macfns.c (mac_get_window_bounds): Add extern.
11370 (x_real_positions): Use mac_get_window_bounds.
11371
11372 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
11373 xmenu.c (YAILOM).
3c7d999a 11374
bf06c82f
ST
11375 * macterm.c [!MAC_OSX]: Include Windows.h.
11376 (front_emacs_window): Rename from mac_front_window. All uses
11377 changed. Return the frontmost non-tooltip emacs window.
11378 (mac_get_window_bounds): New function.
11379 (x_calc_absolute_position): Use the difference of width and height
11380 between the inner and outer window.
11381 (x_set_offset): Specify window position by the coordinae of the
11382 outer window. Adjust the position if the title bar is completely
11383 outside the screen.
11384 (app_is_suspended, app_sleep_time): Remove unused variables.
11385 (do_app_resume, do_app_suspend): Remove their contents because
11386 window-activate/deactivate events will do the job.
11387 (do_zoom_window): Remove unused variables. Make compliant to the
11388 standard way of zooming. Set f->left_pos and f->top_pos.
11389 (XTread_socket): Don't use argument `expected'. Don't use
11390 FrontWindow to determine the clicked window. Exclude unprocessed
11391 mouseUp cases in the early stage. Add parentheses to fix operator
11392 precedence.
11393 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
11394
c6605d63 113952004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d8b43276
JD
11396
11397 * config.in: Regenerate.
11398
11399 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
11400 HAVE_EXECSHIELD.
11401
b90ee8b5
JD
114022004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11403
11404 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
11405 a row if Alt or Meta has been found for that row. Also stop scanning
11406 for Keysyms for that row.
11407
904db1a2
KS
114082004-10-04 Kim F. Storm <storm@cua.dk>
11409
0207b8ad
KS
11410 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
11411 to list. Include overlay arrow bitmap in return value.
11412
25f7220c
KS
11413 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
11414 bars with fractional column width. If scroll bar separates two
11415 windows, move it towards the window it belongs to. Only update
11416 the padding area below the scroll bar widget when necessary,
11417 i.e. when scroll bar widget is created, moved, or resized.
11418
562020fe
KS
11419 * xdisp.c (define_frame_cursor1): Do not change frame cursor
11420 while tracking/dragging mouse.
11421 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
11422
37e34af7
KS
11423 * window.c (coordinates_in_window): Relax check for cursor
11424 on vertial border between mode lines.
11425 (Fset_window_fringes): Do not allow negative widths.
11426 (Fset_window_scroll_bars): Likewise.
11427
904db1a2
KS
11428 * .gdbinit (pp): Shorthand for p ARG + pr.
11429 (ff): New command: flush frame updates (X only).
11430
38fe4f64
MA
114312004-10-03 Michael Albinus <michael.albinus@gmx.de>
11432
11433 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
11434
9de36315
KH
114352004-09-30 Kenichi Handa <handa@m17n.org>
11436
07c381ad 11437 * process.c (send_process): Free composition data.
9de36315 11438
07c381ad 11439 * fileio.c (Finsert_file_contents): Free composition data.
9de36315
KH
11440
11441 * coding.c (code_convert_region): Don't skip ASCIIs if there are
07c381ad
KH
11442 compositions to encode.
11443 (encode_coding_string): Likewise. Free composition data.
11444
d5fb8dab 114452004-09-30 Florian Weimer <fw@deneb.enyo.de>
07c381ad
KH
11446
11447 * coding.c (code_convert_region): Free composition data.
9de36315 11448
f2a54fbc
KS
114492004-09-29 Kim F. Storm <storm@cua.dk>
11450
dc5d6435
KS
11451 * fringe.c: Remove limit on number of bitmaps.
11452 (fringe_bitmaps, fringe_faces): Change to pointers.
11453 (max_fringe_bitmaps): New var.
11454 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
11455 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
11456
11457 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
11458 (struct glyph_row): Reorder fringe_bitmap related fields.
11459 (struct it): Likewise.
11460
11461 * w32term.c (fringe_bmp): Change to pointer.
11462 (max_fringe_bmp): New var.
11463 (w32_define_fringe_bitmap): Expand fringe_bmp.
11464 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
11465 (w32_destroy_fringe_bitmap): Likewise.
11466
114672004-09-29 Kim F. Storm <storm@cua.dk>
11468
11469 * fringe.c: Simplify last change.
f2a54fbc
KS
11470 (lookup_fringe_bitmap): New function.
11471 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
11472 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
11473 Keep standard bitmaps in Vfringe_bitmaps.
11474 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
11475 (Fset_fringe_bitmap_face): Likewise.
11476
11477 * dispextern.h (lookup_fringe_bitmap): Add prototype.
11478 (valid_fringe_bitmap_p): Remove prototype.
11479
11480 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
11481
841a8bca
KS
114822004-09-29 Kim F. Storm <storm@cua.dk>
11483
1f2da365
KS
11484 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
11485 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
11486
841a8bca
KS
11487 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
11488
11489 * fringe.c (Vfringe_bitmaps): New variable.
11490 (syms_of_fringe): DEFVAR_LISP it.
11491 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
11492 Change arg to Lisp_Object and fail if not an integer.
11493 (get_fringe_bitmap_name, resolve_fringe_bitmap)
11494 (destroy_fringe_bitmap): New functions.
9238467d
SM
11495 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
11496 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
841a8bca
KS
11497 clear its fringe property.
11498 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
11499 Fdestroy_fringe_bitmap.
11500 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
11501 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
11502 and set fringe property. Signal error if no free slots.
11503 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
11504 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
11505
11506 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
11507 symbols with a fringe property.
11508
4d965590
KS
115092004-09-27 Kim F. Storm <storm@cua.dk>
11510
11511 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
11512 Doc fix. Format may now be a symbol or alist, not a cons.
11513
11514 * fringe.c (update_window_fringes): Handle new formats of
11515 indicate-buffer-boundaries (symbol or alist). No longer
11516 allow a simple cons.
11517 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
11518
e888c2b3
JD
115192004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11520
9238467d 11521 * config.in: Rebuild.
e888c2b3 11522
83f1cb94
JD
115232004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11524
11525 * config.in: Rebuild.
11526
9dd28cae 11527 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
83f1cb94 11528
2c51754c
SM
115292004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * xterm.c (x_term_init): Work around a bug in some X servers.
11532
3df5f8aa
RS
115332004-09-18 Richard M. Stallman <rms@gnu.org>
11534
557ca2c1
RS
11535 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
11536
3df5f8aa
RS
11537 * xdisp.c (try_window_reusing_current_matrix):
11538 Handle the case where we reach the old displayed text,
11539 out of sync with the old line boundary.
11540
9238467d 115412004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4b70e2c9
SM
11542
11543 * fileio.c (Finsert_file_contents): Fix case of replacement in a
11544 narrowed buffer.
11545
bfa02563
KS
115462004-09-14 Kim F. Storm <storm@cua.dk>
11547
a25fe164
KS
11548 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
11549
bfa02563
KS
11550 * xfaces.c (Qface_no_inherit): New var.
11551 (syms_of_xfaces): Intern and staticpro it.
11552 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
11553 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
11554 Don't increment face_change_count when face has non-nil
11555 face-no-inherit property.
11556
126f9c02
SM
115572004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11558
892a8eb5
SM
11559 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
11560 (Fbyte_code): Remove dead code after `wrong_type_argument'.
11561
126f9c02 11562 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
9238467d 11563 before doing the mark_stack_check_gcpros since they're not on the stack.
126f9c02 11564
c0ad3b38
KS
115652004-09-12 Kim F. Storm <storm@cua.dk>
11566
11567 * editfns.c (Fformat): Handle format strings with multiple text
11568 properties. Reverse text property list from the format string,
11569 so the positions are in increasing order.
11570
844fc085
JD
115712004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11572
11573 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
11574 x_uncatch_errors so that possible protocol errors are delivered.
11575
b106731c
EZ
115762004-09-10 Eli Zaretskii <eliz@gnu.org>
11577
21065c92
EZ
11578 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
11579 blockinput.h.
11580 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
11581 charset.h, and coding.h
9238467d 11582 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
21065c92
EZ
11583 (term.o): Depend on window.h and keymap.h.
11584 (abbrev.o): Depend on syntax.h.
11585 (callint.o): Depend on keymap.h.
11586 (casefiddle.o): Depend on charset.h and keymap.h.
11587 (category.o): Depend on keymap.h.
11588 (coding.o): Depend on dispextern.h.
11589 (cmds.o): Depend on keyboard.h and keymap.h.
11590 (dispnew.o): Depend on indent.h and intervals.h.
11591 (doc.o): Depend on keymap.h.
11592 (editfns.o): Depend on frame.h.
11593 (emacs.o): Depend on dispextern.h.
11594 (fileio.o): Don't depend on ccl.h.
11595 (filelock.o): Depend on charset.h and coding.h.
11596 (frame.o): Depend on w32term.h and macterm.h.
11597 (insdel.o): Depend on region-cache.h.
11598 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
11599 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
11600 (search.o): Depend on $(INTERVALS_SRC).
11601 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
11602 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
11603 xterm.h, w32term.h, and macterm.h.
11604 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
11605 w32term.h, and macterm.h.
11606 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
11607 region-cache.h, xterm.h, w32term.h, and macterm.h.
11608 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
11609 (data.o): Depend on frame.h.
11610 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
11611 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
11612 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
11613 (intervals.o): Depend on keymap.h.
11614
9238467d
SM
11615 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
11616 Add debugging print-out to termscript.
b106731c 11617
64b7122d
RS
116182004-09-09 Richard M. Stallman <rms@gnu.org>
11619
11620 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
11621
5670531e
RS
116222004-09-08 Richard M. Stallman <rms@gnu.org>
11623
6cb4a892
RS
11624 * window.c (Fset_window_buffer): Doc fix.
11625
5670531e
RS
11626 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
11627
7e388eb7
JL
116282004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
11629
11630 * minibuf.c (history_delete_duplicates): New variable.
11631 (read_minibuf): Use it.
11632 (syms_of_minibuf): Create the corresponding lisp variable.
11633
370e3587
KS
116342004-09-08 Kim F. Storm <storm@cua.dk>
11635
11636 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
11637 overlay just before point.
11638
f844ba4e
LT
116392004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * buffer.h (struct buffer): Add auto_save_file_format field.
9238467d
SM
11642 * buffer.c (reset_buffer, init_buffer_once):
11643 Handle auto_save_file_format field.
f844ba4e
LT
11644 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
11645 `buffer-auto-save-file-format'.
f844ba4e
LT
11646 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11647 (build_annotations): Adapt to replacement of
11648 `auto-save-file-format' with the new buffer-local variable
11649 `buffer-auto-save-file-format'.
11650 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
11651
f0f90717
JR
116522004-09-07 Jason Rumney <jasonr@gnu.org>
11653
11654 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
11655
9238467d
SM
11656 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
11657 Handle Unicode menu titles.
f0f90717 11658
4e14f66c
KS
116592004-09-07 Kim F. Storm <storm@cua.dk>
11660
11661 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
11662 property from text property or overlay strings at point.
11663
9238467d 116642004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806714a
SM
11665
11666 * xmenu.c (update_submenu_strings): YAILOM.
11667 (set_frame_menubar): Make sure last_i is initialized.
11668
1f06d367
JR
116692004-09-03 Jason Rumney <jasonr@gnu.org>
11670
1806714a 11671 * w32menu.c (_widget_value): Add lname and lkey.
1f06d367
JR
11672 (digest_single_submenu): Set lname and lkey in widget_value
11673 instead of name and key.
11674 (update_submenu_strings): New function.
11675 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11676 call update_submenu_strings.
11677
11678 * w32menu.c (globals_of_w32menu): Check for Unicode API.
11679 (digest_single_submenu, w32_menu_show): Encode menu strings as
11680 UTF-8 if Unicode API is available.
11681 (utf8to16): New function.
11682 (add_menu_item): Use it when calling Unicode API.
1806714a 11683
46540080
KS
116842004-09-03 Kim F. Storm <storm@cua.dk>
11685
11686 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
11687 in overlay or text-property strings; set cursor on corresponding
11688 glyph rather than at end of the string.
11689
9277ba61 116902004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
46540080 11691
9277ba61 11692 * macfns.c (x_real_positions): Save the current window port and
1806714a
SM
11693 set a new one before obtaining the global coordinate.
11694 Use FRAME_MAC_WINDOW.
11695 (x_set_name, x_set_title): Encode title to UTF8.
11696 Use SetWindowTitleWithCFString.
9277ba61
ST
11697 (Fx_server_version): Get correct OS version.
11698
1806714a
SM
11699 * macmenu.c (add_menu_item): Remove unused variable `i'.
11700 Don't let separator items destroy refence constants of other menu items.
9277ba61
ST
11701
11702 * macterm.c (x_update_end): Move SetPortWindowPort to inside
11703 BLOCK_INPUT.
11704 (x_set_offset): Use FRAME_MAC_WINDOW.
11705
11706 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
11707 nontext_cursor if it is on a scroll bar.
11708
11709 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
11710 Carbon support.
1806714a
SM
11711 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
11712 Use LIBS_CARBON.
9277ba61 11713
b10daec7
JD
117142004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11715
11716 * xfns.c (x_set_name_internal): New function. Check if we shall call
11717 xfree before ENCODE_UTF_8.
11718 (x_set_name, x_set_title): Call x_set_name_internal.
11719
f7e22385
JR
117202004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
11721
11722 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
11723 reload it.
11724
2bf436c3
JD
117252004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11726
1806714a 11727 * macmenu.c (_widget_value): Add lname and lkey.
16ceacc2
JD
11728 (single_submenu): Set lname and lkey in widget_value
11729 instead of name and key.
11730 (update_submenu_strings): New function.
11731 (set_frame_menubar): Remove call to inhibit_garbage_collection,
11732 call update_submenu_strings.
11733
2bf436c3
JD
11734 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
11735 instead of name and key.
11736 (update_submenu_strings): New function.
11737 (set_frame_menubar): Remove call to inhibit_garbage_collection,
ec867797 11738 call update_submenu_strings.
2bf436c3
JD
11739
11740 * gtkutil.h (_widget_value): Added lname and lkey.
11741
11715f92
ST
117422004-08-30 Steven Tamm <steventamm@mac.com>
11743
11744 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
11745 by using different names for inner loop variables.
11746
5500be54
JD
117472004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11748
059cd329
JD
11749 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
11750 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
11751
5500be54
JD
11752 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
11753 tool bar items is 0.
11754
383418e5
ST
117552004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11756
11757 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
11758 strings in menu items.
11759 (single_submenu): Use ENCODE_MENU_STRING
11760 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
11761 button release isn't passed to event loop
11762 (add_menu_item): Use SetMenuItemWithCFString
11763
6eb3ee72
ST
117642004-08-26 Steven Tamm <steventamm@mac.com>
11765
11766 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
7e26f91b
KS
11767 tool-bar/menu click.
11768 * macfns.c (Fx_file_dialog): Implement using NavServices.
6eb3ee72 11769
10b43ac3
JD
117702004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11771
2728b5d0
JD
11772 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
11773
10b43ac3
JD
11774 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11775 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11776 (x_top_window_to_frame): Return 0 if wdesc is None.
11777
2ee3b79e
RS
117782004-08-22 Richard M. Stallman <rms@gnu.org>
11779
11780 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
11781 HAVE_TERMIOS]: If there's no char for this signal, drop through
11782 and use system calls.
11783
11784 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
11785
9a1ba2ea
KS
117862004-08-20 Kim F. Storm <storm@cua.dk>
11787
11788 * process.c (wait_reading_process_output): Rename from
11789 wait_reading_process_input. All uses changed.
11790 (wait_reading_process_output_1): Rename from
11791 wait_reading_process_input_1. All uses changed.
11792
11793 * dispnew.c (Fsleep_for): Remove obsolete code.
11794
295f3b30
KH
117952004-08-20 Kenichi Handa <handa@m17n.org>
11796
11797 * syntax.c (skip_chars): Fix for unibyte case.
11798
27615979
SM
117992004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * syntax.c (char_quoted): Mixup byte/char pos.
11802 (back_comment): Fixup globals in all cases.
11803
00267f94
JD
118042004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11805
11806 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
11807 passing it to gtk_window_set_title.
11808
2439909e
KS
118092004-08-19 Kim F. Storm <storm@cua.dk>
11810
6ba0f14c
KS
11811 * process.c (wait_reading_process_input): Clean up.
11812 Add wait_for_cell, wait_proc, and just_wait_proc args
11813 to avoid overloading `read_kbd' and `do_display' args.
11814 Change read_kbd arg to int. All callers changed.
11815
2439909e
KS
11816 * process.c (process_send_signal): Use CDISABLE.
11817
11818 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
11819
101c421e
KS
118202004-08-18 Kim F. Storm <storm@cua.dk>
11821
11822 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
11823 forward to wait_reading_process_input via DO_DISPLAY arg.
11824 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
11825 object, only process output from that process; also inhibit
11826 running timers if DO_DISPLAY==-2.
11827
c438dc33
KS
118282004-08-17 Kim F. Storm <storm@cua.dk>
11829
11830 * process.c (process_send_signal): Fix last change--use
11831 _POSIX_VDISABLE instead of CVDISABLE when available.
11832
8afc13c6
RS
118332004-08-16 Richard M. Stallman <rms@gnu.org>
11834
11835 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
11836 Set VQUIT and VINTR chars to the standard ones if they are unset.
11837 [AIX]: Don't do that here. And don't force VINTR to standard
11838 when SIGNALS_VIA_CHARACTERS.
11839
c438dc33 11840 * process.c (process_send_signal)
8afc13c6
RS
11841 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
11842 Do nothing if the character is CVDISABLE.
11843
11844 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
11845
c438dc33 11846 * intervals.c (move_if_not_intangible):
8afc13c6
RS
11847 Force POSITION to be between BEGV and ZV.
11848
6dad1714
JPW
118492004-08-14 John Paul Wallington <jpw@gnu.org>
11850
11851 * buffer.c (Frestore_buffer_modified_p): Doc fix.
11852
11853 * fileio.c (Fread_file_name): Doc fix.
11854
11855 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
11856
2bd77330
LT
118572004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
11860
c90e7e43
LT
118612004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11862
11863 * keyboard.c: Declare Qdisabled_command_function instead of
8392e138 11864 Qdisabled_command_hook.
c90e7e43 11865 (Fcommand_execute): Use Qdisabled_command_function instead of
8392e138 11866 Qdisabled_command_hook.
c90e7e43
LT
11867 (syms_of_keyboard): Ditto.
11868
81909a1a
LT
118692004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11870
11871 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
11872 (syms_of_keymap) <key-translation-map>: Doc fixes.
11873
0cedd530
SM
118742004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11875
1725a7c9
SM
11876 * window.c (window_list_1): YAILOM.
11877
0cedd530
SM
11878 * fileio.c (make_temp_name): Handle multibyte prefixes.
11879
2515a131
LT
118802004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11881
11882 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
11883 Doc fix.
11884
c8b20fb7
KH
118852004-08-03 Kenichi Handa <handa@m17n.org>
11886
11887 * coding.c (decode_coding_string): Adjust coding->consumed, and
11888 etc. with shrinked_bytes.
11889
fb8b092b
KS
118902004-08-03 Kim F. Storm <storm@cua.dk>
11891
11892 * indent.c (compute_motion): Fix check for full width window
11893 in non-window case. Do not count left truncation glyph on
11894 window systems.
11895
df133612
LT
118962004-08-02 Luc Teirlinck <teirllm@auburn.edu>
11897
11898 * data.c (Finteractive_form): Doc fix.
11899
0f7a93c1
KS
119002004-08-02 Kim F. Storm <storm@cua.dk>
11901
11902 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
11903 properly accounting for continuation glyph on non-window systems.
11904 (Fcompute_motion): Use actual window width if WIDTH is nil, and
11905 actual window width/height if TOPOS is nil, properly accounting for
11906 continuation glyphs on non-window systems, and optional header lines.
11907 (vmotion): Let compute_motion calculate actual window width.
11908
11909 * window.c (window_scroll_line_based): Let compute_motion
11910 calculate actual window width.
11911
f491e1ed
KS
119122004-08-02 Kim F. Storm <storm@cua.dk>
11913
11914 * process.c (read_process_output): Use whole read buffer.
11915 Don't trigger adaptive read buffering on errors.
11916
83f64226
LT
119172004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11918
11919 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
11920
1d1c7e75 11921 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
83f64226
LT
11922
11923 * callint.c (Fcall_interactively): Doc fix.
11924
8afc13c6
RS
119252004-07-30 Richard M. Stallman <rms@gnu.org>
11926
11927 * abbrev.c (Fexpand_abbrev): Undo previous change.
11928
7c111482
KS
119292004-07-30 Kim F. Storm <storm@cua.dk>
11930
11931 * editfns.c (Fformat): Allocate extra (dummy) element in info.
11932
ee945d08
LT
119332004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11934
11935 * eval.c (Fdefvar, Fdefconst): Doc fixes.
11936
3f911c94
KS
119372004-07-27 Kim F. Storm <storm@cua.dk>
11938
11939 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
11940 we have ensured that the glyph fits on the current line (or returned
11941 MOVE_LINE_CONTINUED otherwise).
11942
f29ff8c7
KS
119432004-07-26 Kim F. Storm <storm@cua.dk>
11944
11945 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
11946 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
11947 if target position is at end of display line but char is not a newline.
11948
81159bb9
RS
119492004-07-25 Richard M. Stallman <rms@gnu.org>
11950
ab431b61
RS
11951 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
11952 instead of ON_VERTICAL_BORDER, when on scroll bar.
11953 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
11954
11955 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
11956
f29ff8c7 11957 * window.c (Fcoordinates_in_window_p):
81159bb9
RS
11958 Take account of FRAME_INTERNAL_BORDER_WIDTH.
11959
11960 * alloc.c (check_cons_list): New function (contents commented out).
11961
fc820cc5
LT
119622004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11963
11964 * xfaces.c (Fcolor_supported_p): Doc fix.
11965
11966 * frame.c (Fselect_frame, Fset_frame_selected_window)
11967 (Fframe_visible_p, Fraise_frame): Doc fixes.
11968
289978b5
LT
119692004-07-24 Richard M. Stallman <rms@gnu.org>
11970
78819ebb 11971 * keyboard.h (not_single_kboard_state): Declare.
7630911d
RS
11972
11973 * fileio.c (Fwrite_region): Doc fix.
11974
11975 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
11976
11977 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
11978 only when a real abbrev is present.
11979
289978b5
LT
11980 * xfns.c (x_icon_verify): New function.
11981 (Fx_create_frame): Use it.
11982
d5fb8dab 119832004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
63cc10ae
KS
11984
11985 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
11986
36f826d4
KS
119872004-07-21 Kim F. Storm <storm@cua.dk>
11988
11989 * window.h (struct glyph_matrix): New members nrows_scale_factor
11990 and ncols_scale_factor.
11991
11992 * window.c (make_window): Initialize nrows_scale_factor and
11993 ncols_scale_factor members.
11994
11995 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
11996 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
11997 (required_matrix_height): Apply nrows_scale_factor.
11998 (required_matrix_width): Apply ncols_scale_factor.
11999
12000 * xdisp.c (display_line): Increment nrows_scale_factor and set
12001 fonts_changed_p if past last allocated row.
12002 (append_glyph, append_composite_glyph, produce_image_glyph)
12003 (append_stretch_glyph): Increment ncols_scale_factor and set
12004 fonts_changed_p if current area is full.
12005
5fc1c546
JD
120062004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12007
12008 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
12009
cb7516e5
LT
120102004-07-19 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
12013 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
12014 (Fset_window_start, Fscroll_up, Fscroll_down)
12015 (Fother_window_for_scrolling, Fscroll_other_window)
12016 (Fsave_window_excursion, Fset_window_vscroll)
12017 (syms_of_window) <window-size-fixed>: Doc fixes.
12018
b6189c3b 120192004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
dda741ec
JR
12020
12021 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
12022 ENCODE_SYSTEM for filenames.
12023
bfcf6608
ST
120242004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12025
12026 * mac.c (sys_select): Block input around call to
12027 ReceiveNextEvent to prevent breakage. Correctly handle
12028 blocking on event queue only by calling ReceiveNextEvent
12029 instead of select (since GUI events aren't on an fd).
12030 (sys_read): Remove function
12031 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
12032
e082ac9d
ST
120332004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12034
12035 * mac.c (sys_select): Redo sys_select to use alarm-based
cb7516e5 12036 polling instead of 1 sec timeouts (like solaris).
e082ac9d 12037
cb7516e5 12038 * macterm.c (x_make_frame_visible): Comment in polling on
e082ac9d
ST
12039 frame creation.
12040
12041 * keyboard.c: Undef SIGIO on Carbon
12042
12043 * atimer.c (alarm_signal_handler): Call alarm handlers after
12044 scheduling.
12045
12046 * eval.c (Feval): Remove quit_char test
12047
12048 * process.c (wait_reading_process_input): Remove clearing
12049 stdin for select call on process input.
12050
4b9da0fb
LT
120512004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12052
1204e81c
LT
12053 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
12054 capitalization error in docstring.
4b9da0fb 12055
26503ad2
JB
120562004-07-17 Juanma Barranquero <lektu@terra.es>
12057
12058 * keyboard.c (not_single_kboard_state): Do nothing unless
12059 MULTI_KBOARD is defined.
12060
3751eb00
RS
120612004-07-17 Richard M. Stallman <rms@gnu.org>
12062
12063 * window.c (coordinates_in_window): Inside the window but outside
12064 its box to the L or R, return ON_VERTICAL_BORDER.
12065 (window_list_1): Rotate the list to start with WINDOW.
12066
12067 * print.c (print_preprocess): Test for print_depth at limit
12068 before entering in being_printed.
12069
12070 * keyboard.c (not_single_kboard_state): New function.
12071 (stuff_buffered_input): Now no-op only if no SIGTSTP.
12072
12073 * frame.c (Fdelete_frame): If we're in single_bboard_state on
12074 this kboard, and we delete its last frame, go to any_kboard_state.
12075
12076 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
12077
b6189c3b 120782004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
62eb6ca9
JR
12079
12080 * w32fns.c (Fx_file_dialog): Encode strings in system coding
12081 system before passing them to OS functions for display.
12082
0f6af254
DK
120832004-07-15 David Kastrup <dak@gnu.org>
12084
f9253326
KS
12085 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
12086 Apparently fixes an abort condition.
0f6af254 12087
386c8f42
LT
120882004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12089
12090 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
12091 instead of a cons.
12092
d495ccfc 120932004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
366511da
MB
12094
12095 * keyboard.c (echo_dash): Do nothing if there already is a dash
12096 at the end of the echo string.
12097
f85409d3
KS
120982004-07-12 Kim F. Storm <storm@cua.dk>
12099
12100 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
12101 if GC_MARK_STACK.
12102
0ba2e87b
LT
121032004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12104
da38045d
LT
12105 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
12106
9dd28cae 12107 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
0ba2e87b
LT
12108 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
12109 (Freplace_buffer_in_windows, Fset_window_buffer)
12110 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
12111 (syms_of_window): Expand docstring of `display-buffer-function'.
12112
5668fbb8
LT
121132004-07-09 Luc Teirlinck <teirllm@auburn.edu>
12114
12115 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
12116 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
12117 that time values of the type (HIGH . LOW) are considered obsolete.
12118
a085bf9d
LT
121192004-07-06 Luc Teirlinck <teirllm@auburn.edu>
12120
669de2fb
LT
12121 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
12122 docstring.
12123
bac66325 12124 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
a085bf9d 12125
8e975df9
JPW
121262004-07-06 John Paul Wallington <jpw@gnu.org>
12127
12128 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
12129
fa164e6a
JPW
12130 * fns.c (Fclear_string): Signal an error if STRING is not a string.
12131
2bac9bb1
JD
121322004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12133
12134 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
12135 instead of CGMainDisplayID (only in OSX 10.2 and later).
12136
316ef0dc
JPW
121372004-07-04 John Paul Wallington <jpw@gnu.org>
12138
12139 * fileio.c (read_file_name_completion_ignore_case): New variable.
12140 (syms_of_fileio): Declare and initialise it.
12141 (Fread_file_name): Bind `completion-ignore-case' to respect it.
12142
2a1a35c6
EZ
121432004-07-03 Eli Zaretskii <eliz@gnu.org>
12144
12145 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
12146 for event.x and event.y.
12147
33a72331
KH
121482004-07-01 Kenichi Handa <handa@m17n.org>
12149
12150 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
12151 after getting a new string by pre-write-conversion.
12152
9238467d 121532004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
07a6ab76
SM
12154
12155 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
12156 (x_calc_absolute_position): Remove unused var `child'.
12157
12158 * xfaces.c (x_supports_face_attributes_p)
12159 (Fdisplay_supports_face_attributes_p): YAILOM.
12160 (tty_supports_face_attributes_p): Remove unused var `i'.
12161
12162 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
12163 back_unibyte_ok.
12164
12165 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
12166
647b07d1
AS
12167 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
12168 `registry'.
07a6ab76
SM
12169
12170 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
12171
f96ec754
AS
121722004-06-30 Andreas Schwab <schwab@suse.de>
12173
12174 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
12175 (Finit_image_library): Pass LIBRARIES through to
12176 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
12177 (lookup_image_type): Pass Qnil as second argument to
12178 Finit_image_library.
12179
78819ebb 12180 * lisp.h (Finit_image_library): Declare.
f96ec754 12181
59feca74 121822004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c8d09ad8 12183
31983645
AS
12184 * macterm.c (do_window_activate, do_window_deactivate): Remove.
12185 (XTread_socket): Send mouse button events to the toolbox
12186 dispatcher even when the mouse is grabbed. Don't process window
12187 activate events for non-Emacs windows. Replace function calls to
12188 do_window_activate and do_window_deactivate with their contents.
12189 Reset mouse grabbing status when a window is deactivated.
59feca74 12190
c61278bb
ST
121912004-06-29 Steven Tamm <steventamm@mac.com>
12192
12193 * macterm.c (mac_get_emulated_btn)
12194 (mac_event_to_emacs_modifiers): Fix emulated mouse button
12195 support to correctly mask out modifiers.
12196
c3762cbd
DK
121972004-06-29 David Kastrup <dak@gnu.org>
12198
12199 * search.c (Fset_match_data): Allow buffer before end of list
12200 which can happen if set-match-data is using a pre-consed list.
12201
c61278bb 122022004-06-28 Steven Tamm <steventamm@mac.com>
e439b925
ST
12203
12204 * macterm.c (XTread_socket): Correctly set the frame position
12205 after the window is moved.
12206
74cdfe05
JD
122072004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12208
12209 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
12210 gpix and gmask just before return to avoid memory leak.
03ecb80f
JD
12211 (xg_get_image_for_pixmap): Add workaround for monochrome displays
12212 so insensitive and activated icons look ok.
74cdfe05 12213
ef544dc8
JR
122142004-06-27 Jason Rumney <jasonr@gnu.org>
12215
12216 * w32fns.c (file_dialog_callback): Disable edit control if set
12217 to directories only on CDN_INITDONE message.
12218 (Fx_file_dialog): Default to directories only when prompt starts
12219 with "Dired".
12220
7b7990cc
KS
122212004-06-25 Kim F. Storm <storm@cua.dk>
12222
12223 * alloc.c (allocate_misc): Update total_free_markers.
12224 (free_misc): New function.
12225 (safe_alloca_unwind, free_marker): Use it.
12226
12227 * lisp.h (free_misc): Add prototype.
12228
12229 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
12230
d8c379f8
RS
122312004-06-24 Richard M. Stallman <rms@gnu.org>
12232
12233 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
12234 (syms_of_emacs): Lisp variables deleted.
12235
559cdd07
DK
122362004-06-23 David Kastrup <dak@gnu.org>
12237
94939b84
DK
12238 * search.c (Freplace_match): Adjust the match-data more thoroughly
12239 when replacing strings in the buffer.
12240 (Fmatch_data): When INTEGERS is non-nil and the last match was in
12241 a buffer, add the buffer as last element to the match data.
12242 (Fset_match_data): If an additional element of the match-data is a
12243 buffer, restore it to last_thing_searched.
c8d09ad8 12244 (save_search_regs): Save last_thing_searched as part of the match data.
559cdd07
DK
12245 (restore_match_data): Restore it again.
12246
dce417e7
LT
122472004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12248
12249 * keymap.c (Ftext_char_description): Doc fix.
12250 * doc.c (Fsnarf_documentation): Doc fix.
12251
ef54b2d0
KS
122522004-06-22 Kim F. Storm <storm@cua.dk>
12253
b5bc4d05
KS
12254 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
12255
ef54b2d0
KS
12256 * lisp.h (struct Lisp_Save_Value): New member dogc.
12257 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
12258 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
12259 (SAFE_FREE_LISP): New macro.
12260
12261 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
12262 (make_save_value): Init new dogc member.
12263 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
12264
12265 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
12266 SAFE_FREE_LISP macros.
12267
3d33d993
KS
122682004-06-22 Kim F. Storm <storm@cua.dk>
12269
12270 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
12271 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
12272 in that memory area are unknown to GC. Add comments.
12273
12274 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
12275
5c917f98
KS
122762004-06-21 Kim F. Storm <storm@cua.dk>
12277
12278 * lisp.h (MAX_ALLOCA): Define here.
12279 (safe_alloca_unwind): Add prototype.
12280 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
12281
12282 * alloc.c (safe_alloca_unwind): New function.
12283
12284 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
12285
12286 * charset.c (Fstring): Use SAFE_ALLOCA.
12287
12288 * coding.c (MAX_ALLOCA): Remove define.
12289
12290 * data.c (MAX_ALLOCA): Remove define.
12291 (Faset): Use SAFE_ALLOCA.
12292
12293 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
12294
12295 * fns.c (string_make_multibyte, string_to_multibyte)
12296 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
12297 (MAX_ALLOCA): Remove define.
12298 (Fbase64_encode_region, Fbase64_encode_string)
12299 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
12300 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
12301 memory leak if encoding fails.
12302
12303 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
12304
9a09408e
EZ
123052004-06-21 Eli Zaretskii <eliz@gnu.org>
12306
12307 * print.c (Fwith_output_to_temp_buffer): Doc fix.
12308
376de739
RS
123092004-06-20 Richard M. Stallman <rms@gnu.org>
12310
12311 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
12312
12313 * search.c (match_limit): Cleaner err msg when no match data available.
12314
12315 * window.c (syms_of_window): Doc fix.
12316
12317 * keyboard.c (command_loop_1): Handle values `only' and `identity'
12318 for Vtransient_mark_mode.
12319
12320 * buffer.c (syms_of_buffer): Doc fix.
12321
acd81db9
DK
123222004-06-21 David Kastrup <dak@gnu.org>
12323
12324 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
12325 and unbinding of `case-fold-search' according to
12326 `completion-ignore-case' around calls of string-match and
12327 predicates, respectively. Should give satisfactory performance
12328 in all relevant cases.
12329
f303762d
JD
123302004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12331
95911c74
JD
12332 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
12333 clip_x/y_origin.
12334
a6cb6b78
JD
12335 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
12336
f303762d
JD
12337 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
12338
12339 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
12340 on Mac OSX.
12341
bbdb2684
LT
123422004-06-16 Luc Teirlinck <teirllm@auburn.edu>
12343
12344 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
12345
5ea48b1c
KS
123462004-06-16 Kim F. Storm <storm@cua.dk>
12347
12348 * dispextern.h (Vimage_types): Remove extern.
12349
803aac3e
MB
123502004-06-16 Miles Bader <miles@gnu.org>
12351
12352 * image.c (lookup_image_type): Initialize image type if necessary.
12353
cdc97764
KS
123542004-06-15 Kim F. Storm <storm@cua.dk>
12355
c4a5739c
KS
12356 * xdisp.c (try_cursor_movement): Exclude header line from scroll
12357 margin at top of window.
12358 (try_window_reusing_current_matrix): Calculate proper cursor position
12359 after scrolling up with non-zero scroll margin, as the old cursor
12360 position corresponds to value of PT before executing this command.
12361 (try_window_id): Consider scroll margin at bottom of window too;
12362 otherwise we fail to scroll when hl-line-mode is enabled.
12363
cdc97764
KS
12364 * syntax.c (skip_chars): Only recognize [:class:] when it has the
12365 proper format and class is a lower-case word.
12366
5b166323
JD
123672004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12368
12369 * gtkutil.c (xg_get_image_for_pixmap): New function.
c8d09ad8 12370 (xg_get_gdk_pixmap_and_mask): Remove.
5b166323
JD
12371 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
12372 xg_get_gdk_pixmap_and_mask.
cdc97764 12373
5b166323
JD
12374 * xterm.h (struct x_display_info): Typo in comment fixed.
12375
1ebd4f78
JB
123762004-06-14 Juanma Barranquero <lektu@terra.es>
12377
12378 * dispextern.h (Vimage_types): Make it conditional on
12379 HAVE_WINDOW_SYSTEM.
12380
12381 * image.c (Vimage_types): Move from xdisp.c.
12382 (Vimage_type_cache): New variable.
12383 (define_image_type): New argument indicating whether an image
12384 library was loaded; cache loaded status and return t on success,
12385 nil otherwise.
12386 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
12387 (w32_delayed_load): New function to load an image library from a
12388 list of possible filenames.
12389 (init_xpm_functions, init_png_functions, init_jpeg_functions)
12390 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
c8d09ad8 12391 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
1ebd4f78
JB
12392 (Finit_image_library): New function, extracted from `init_image'.
12393 Try to initialize an image library on demand and cache whether we
12394 were successful or not.
12395 (syms_of_image): Initialize `Vimage_types' and
12396 `Vimage_type_cache'. Add recognized image types to Vimage_types.
12397 Export `init-image-library'.
12398 (init_image): Remove initialization of all image types, except xbm
12399 and pbm.
12400
12401 * xdisp.c (Vimage_types): Delete (moved to image.c).
12402
904ee128
AS
124032004-06-14 Andreas Schwab <schwab@suse.de>
12404
12405 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12406 Avoid calling specbind when completion-regexp-list is empty.
12407
092de21d
RS
124082004-06-13 Richard M. Stallman <rms@gnu.org>
12409
12410 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12411 (re_wctype, re_iswctype, re_wctype_to_bit):
12412 Non-function definitions moved here from regex.c.
1ebd4f78 12413
092de21d
RS
12414 * regex.c (re_wctype, re_iswctype): Function defs longer static.
12415 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
12416 (re_wctype, re_iswctype, re_wctype_to_bit):
12417 Non-function definitions moved to regex.h.
12418
12419 * window.c (Fselect_window): Doc fix.
12420
12421 * syntax.c: Include regex.h.
12422 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
12423 If requested, make a list of classes, then check the scanned
12424 chars for membership in them.
12425 (in_classes): New function.
12426 Doc fix.
12427
12428 * keyboard.c (cmd_error): Don't call any_kboard_state
12429 if inside a recursive edit level.
12430
d495ccfc 124312004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
092de21d
RS
12432
12433 * keyboard.c (command_loop): Call any_kboard_state before
12434 command_loop_2 when at top level.
12435
3ebc0939
AS
124362004-06-13 Andreas Schwab <schwab@suse.de>
12437
cea5d0d4
AS
12438 * print.c (print_object): Always use %ld for printing EMACS_INT.
12439
12440 * keyboard.c (cancel_hourglass_unwind): Return a value.
12441 (modify_event_symbol): Always use %ld for printing EMACS_INT.
12442 (Fexecute_extended_command): Likewise.
12443
12444 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
12445 avoid clashes.
12446 (SYNTAX): Likewise.
12447 (SYNTAX_WITH_FLAGS): Likewise.
12448 (SYNTAX_MATCH): Likewise.
12449
12450 * syntax.c (char_quoted): Avoid warning about undefined operation.
12451 (find_defun_start): Likewise.
12452 (scan_lists): Likewise.
12453 (INC_FROM): Likewise.
12454 (scan_sexps_forward): Likewise.
12455
be8c4ce4
AS
12456 * image.c: Include <ctype.h>.
12457
3ebc0939
AS
12458 * xfaces.c (face_attr_equal_p): Declare parameters.
12459
6fb41b5b
KH
124602004-06-13 Kenichi Handa <handa@m17n.org>
12461
12462 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
12463
fc3095ce
EZ
124642004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
12465
12466 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
12467
66189a40
KH
124682004-06-12 Kenichi Handa <handa@m17n.org>
12469
12470 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
12471 ccl_prog_stack_struct and update it.
12472 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
12473 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
12474 ccl->eof_ic on EOF.
12475 (ccl_debug_hook): New function.
12476 (struct ccl_prog_stack): New member eof_ic.
12477 (ccl_driver): Handle EOF in subrountine call correctly.
12478
124792004-06-11 Kenichi Handa <handa@m17n.org>
12480
a9b43336 12481 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
66189a40 12482
1da71023
KS
124832004-06-11 Kim F. Storm <storm@cua.dk>
12484
12485 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
12486
e9efcef4
JB
124872004-06-11 Juanma Barranquero <lektu@terra.es>
12488
12489 * keyboard.c (Fposn_at_point): Doc fix.
12490
9b9ceb61
DK
124912004-06-11 David Kastrup <dak@gnu.org>
12492
12493 * search.c (match_limit): Don't flag an error if match-data
12494 exceeding the allocated search_regs.num_regs gets requested, just
12495 return Qnil.
12496
6e87ac8f
MB
124972004-06-08 Miles Bader <miles@gnu.org>
12498
12499 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
12500
0b0dea7b
JB
125012004-06-07 Juanma Barranquero <lektu@terra.es>
12502
12503 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
12504 (Fcurrent_time_string, Fcurrent_time_zone)
12505 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
12506
a0a23346
MB
125072004-06-07 Miles Bader <miles@gnu.org>
12508
08384afd 12509 * xfaces.c (struct named_merge_point): New type.
a0a23346
MB
12510 (push_named_merge_point): New function.
12511 (merge_named_face): New function.
12512 (merge_face_ref, face_at_buffer_position, face_at_string_position):
12513 Use `merge_named_face'.
12514 (merge_face_inheritance): Function removed.
c8d09ad8 12515 (merge_face_ref): Rename from `merge_face_vector_with_property'.
a0a23346
MB
12516 Add new `err_msgs' and `named_merge_points' args. Return error
12517 status. Only print error messages if ERR_MSGS is true. Don't try to
12518 do :inherit attribute validation.
12519 (merge_face_heights): Handle `unspecified' in both directions.
12520 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
12521 Call `merge_face_ref' instead of `merge_face_inheritance'.
12522 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
12523 (compute_char_face, face_at_buffer_position)
12524 (face_at_string_position): Call `merge_face_ref' instead of
12525 `merge_face_vector_with_property'.
12526
12d5b185
KH
125272004-06-07 Kenichi Handa <handa@m17n.org>
12528
12529 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
12530 the necessary places.
12531
2e2d7ee6
KS
125322004-06-07 Kim F. Storm <storm@cua.dk>
12533
12534 * process.c (Fdelete_process): Undo 2004-05-28 change.
12535 Instead, call status_notify also for network process.
12536 (status_message): Use process instead of status as arg.
12537 Give messages "deleted" or "connection broken by remote peer" for
12538 an exited network process.
12539 (status_notify): Change call to status_message.
12540 (read_process_output): Increase readmax to 4096. Do not increase
12541 buffer size for datagram channels (default is now large enough).
12542
fcf0d299
ST
125432004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
12544
12545 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
12546 problem due to newly defined variable.
12547
0722292b
MB
125482004-06-06 Miles Bader <miles@gnu.org>
12549
12550 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
12551 immediately if non-interactive or not initialized.
12552
ddfb8369
RS
125532004-06-05 Richard M. Stallman <rms@gnu.org>
12554
12555 * minibuf.c (Fcompleting_read): Doc fix.
12556
57015754
AS
125572004-06-05 Andreas Schwab <schwab@suse.de>
12558
12559 * macfns.c (x_create_tip_frame): Fix declaration after statement.
12560
23715ea6
JB
125612004-06-05 Juanma Barranquero <lektu@terra.es>
12562
12563 * keymap.c (Fdescribe_vector): Fix docstring.
12564 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
12565
8e330b22
MB
125662004-06-05 Miles Bader <miles@gnu.org>
12567
12568 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
12569 attributes have different values than the default face.
12570
9742a3a6
EZ
125712004-06-04 Eli Zaretskii <eliz@gnu.org>
12572
12573 * xfaces.c (x_supports_face_attributes_p): Make this function
12574 conditional on HAVE_WINDOW_SYSTEM.
c8d09ad8
SM
12575 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
12576 Don't call x_supports_face_attributes_p if it was not compiled in.
9742a3a6 12577
9717e36c
MB
125782004-06-04 Miles Bader <miles@gnu.org>
12579
12580 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
12581 from Ftty_supports_face_attributes_p.
12582 (x_supports_face_attributes_p): New function.
12583 (Ftty_supports_face_attributes_p): Function deleted.
12584 (Fdisplay_supports_face_attributes_p): New function.
12585 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
f9711de4 12586 (face_attr_equal_p): New function.
9717e36c
MB
12587 (lface_equal_p): Use it.
12588
52deb19f
JB
125892004-06-03 Juanma Barranquero <lektu@terra.es>
12590
12591 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
12592 (Vw32_color_map): Fix typo in docstring.
12593 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
12594 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
12595 Make argument names match their use in docstring.
12596
86d373e6
JB
125972004-06-02 Juanma Barranquero <lektu@terra.es>
12598
12599 Work around bugs/problems with MinGW builds of graphics libraries
12600 called from MSVC builds of Emacs.
12601
12602 * image.c (lookup_image): Make pointer to img static.
12603 (png_read_from_memory): Disable "global" optimization.
12604
2fb0ce67
SM
126052004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12606
c8d09ad8
SM
12607 * eval.c (Fcondition_case): Fix usage. Simplify.
12608
2fb0ce67
SM
12609 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
12610
50bf7673
ST
126112004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12612
12613 * macfns.c: Don't include ccl.h.
12614 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
86d373e6
JB
12615 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
12616 TextUtils.h.
c8d09ad8 12617 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
50bf7673
ST
12618 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
12619 display height/width.
12620 (compute_tip_xy, Vx_max_tooltip_size): Declare.
12621 (unwind_create_tip_frame, compute_tip_xy): New functions.
12622 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
12623 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
12624 and last_show_tip_args.
2fb0ce67 12625
50bf7673
ST
12626 * macgui.h [!MAC_OSX]: Include Gestalt.h.
12627 (Cursor, No_Cursor): New defines.
c8d09ad8 12628 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
50bf7673
ST
12629 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
12630
12631 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
12632
12633 * macterm.c: Don't include Gestalt.h.
12634 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
12635 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
12636 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
12637 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
12638 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
12639 (construct_mouse_click, XTmouse_position)
12640 (x_scroll_bar_report_motion, x_calc_absolute_position)
12641 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
12642 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
12643 (note_mouse_movement): Clear the mouse face and reset the pointer
12644 shape when the pointer goes outside the frame without grabbing.
12645 (mac_front_window): New function.
12646 (mac_window_to_frame): New macro.
12647 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
12648 (do_window_activate, do_window_deactivate, do_app_resume)
12649 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
12650 (do_zoom_window, mac_do_receive_drag, XTread_socket)
12651 (mac_check_for_quit_char): Use mac_front_window and/or
12652 mac_window_to_frame.
12653 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
12654 scroll-bar click event.
12655 (mac_define_frame_cursor): Change the pointer shape.
71b7a47f
YM
12656 (x_free_frame_resources): Reset tip_window to NULL when it is
12657 disposed of.
50bf7673 12658 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
c8d09ad8 12659 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
50bf7673
ST
12660 (do_window_update): Don't do anything if the updated window is the
12661 tooltip window.
12662 (do_mouse_moved): Handle mouse movement events here (previously in
12663 XTread_socket). Clear the mouse face if
12664 dpyinfo->mouse_face_hidden is set.
12665 (do_os_event, do_events): Remove (now in XTread_socket).
12666 (XTread_socket): Immediately return if interrupt_input_blocked.
c8d09ad8
SM
12667 Loop until all the events in the queue are processed.
12668 Rearrange codes for mouse grabbing. Add tooltip support. Include the
50bf7673
ST
12669 contents of do_os_event and do_events. Remove mouse movement
12670 handling (now in do_mouse_moved). Add the case where
12671 Vmouse_highlight has an integer value.
12672 (NewMacWindow): Remove.
12673 (make_mac_frame): Do what NewMacWindow previously did. Don't do
12674 excess initializations.
12675 (make_mac_terminal_frame): Previous initializations in
12676 make_mac_frame are moved here.
c8d09ad8
SM
12677 (mac_initialize_display_info):
12678 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
50bf7673
ST
12679
12680 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
12681 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
12682
08fd1251
RS
126832004-05-29 Richard M. Stallman <rms@gnu.org>
12684
12685 * lisp.h (truncate_undo_list): Update decl.
12686
12687 * alloc.c (undo_outer_limit): New variable.
12688 (syms_of_alloc): Defvar it.
12689 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
12690
12691 * undo.c (truncate_undo_list): New arg LIMITSIZE.
12692
12693 * alloc.c (lisp_align_malloc): Check for base == 0
12694 regardless of HAVE_POSIX_MEMALIGN.
12695 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
12696
227ef0ff
SM
126972004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
12700 (marker_blocks_pending_free): Remove.
12701 (Fgarbage_collect): Sweep after cleaning up undo-lists.
12702 Mark the undo lists after claning them up.
12703 Don't free block in marker_blocks_pending_free.
12704 (mark_buffer): Don't mark undo_list.
12705 (gc_sweep): Sweep hash-tables and strings first.
12706 Do free marker blocks that are empty.
12707
034a6113
SM
127082004-05-28 Jim Blandy <jimb@redhat.com>
12709
12710 * regex.c (print_partial_compiled_pattern): Add missing 'break'
12711 after 'case wordend'. For symbeg and symend, print to stderr,
12712 like the other cases.
12713
33594a8d
NF
127142004-05-28 Noah Friedman <friedman@splode.com>
12715
12716 * process.c (Fdelete_process): Do not call remove_process.
12717
ce50a847
SM
127182004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * alloc.c (struct backtrace): Remove.
12721 (Fgarbage_collect): Use the new mark_backtrace.
12722
12723 * eval.c (mark_backtrace): New function.
12724
12725 * minibuf.c (run_exit_minibuf_hook): New function.
12726 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
12727 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
12728
1e8dae36
KS
127292004-05-27 Kim F. Storm <storm@cua.dk>
12730
12731 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
12732 over display properties, e.g. images, that replace buffer text.
12733
846faa3b
KS
127342004-05-25 Kim F. Storm <storm@cua.dk>
12735
12736 * alloc.c (marker_blocks_pending_free): New var.
12737 (gc_sweep): Store free marker blocks on that list.
12738 (Fgarbage_collect): Free them after undo-list cleanup.
12739
12740 * process.c (wait_reading_process_input): Check connect_wait_mask
12741 before actually accepting connection in case it has already been
12742 accepted due to recursion.
12743
d495ccfc 127442004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6239a668 12745
ce50a847
SM
12746 * coding.c (Fset_safe_terminal_coding_system_internal):
12747 Set suppress_error in safe_terminal_coding, not terminal_coding.
6239a668 12748
71d5a208
RS
127492004-05-22 Richard M. Stallman <rms@gnu.org>
12750
12751 * alloc.c (Fmake_string): Doc fix.
12752
12753 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
12754 and the alist pairs too.
12755
12756 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
12757
51391fb9
RF
12758 * emacs.c (main): Update copyright year.
12759
71d5a208
RS
12760 * fileio.c (Fread_file_name): Expand DIR if not absolute.
12761
12762 * insdel.c (del_range_2, replace_range): Don't write an anchor
12763 if the gap is empty.
12764
12765 * xdisp.c (try_scrolling): If scroll-up-aggressively or
12766 scroll-down-aggressively is small but positive, put point
12767 near the screen edge.
12768
f63fd14e
JB
127692004-05-22 Juanma Barranquero <lektu@terra.es>
12770
12771 * keymap.c (Fdefine_key): Doc fix.
12772
4d12067c
KS
127732004-05-22 Kim F. Storm <storm@cua.dk>
12774
12775 * alloc.c (struct backtrace): Add debug_on_exit member.
12776 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
12777 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
12778 the removed cons cells.
12779 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
12780 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
12781 any cons cells pointing to unallocated stings.
12782 Do not lisp_free any marker blocks, as there may still be pointers
12783 to them from buffer undo lists at this stage of GC.
12784
12785 * keyboard.c (struct backtrace): Add debug_on_exit member.
12786 (Fcommand_execute): Clear it.
12787
931285e2
LT
127882004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * intervals.c (lookup_char_property): Do not prematurely return nil.
12791
669fa600
SM
127922004-05-19 Jim Blandy <jimb@redhat.com>
12793
12794 Add support for new '\_<' and '\_>' regexp operators, matching the
f63fd14e 12795 beginning and end of symbols.
4d12067c 12796
669fa600
SM
12797 * regex.c (enum syntaxcode): Add Ssymbol.
12798 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
12799 (re_opcode_t): New opcodes `symbeg' and `symend'.
12800 (print_partial_compiled_pattern): Print the new opcodes properly.
12801 (regex_compile): Parse the new operators.
ce50a847 12802 (analyse_first): Skip sym(beg|end) (they match only the empty string).
669fa600
SM
12803 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
12804 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
12805 (re_match_2_internal): Match symbeg and symend.
12806
12807 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
12808
0d8c2e5c
KS
128092004-05-19 Kim F. Storm <storm@cua.dk>
12810
12811 * .gdbinit (xsymbol): Fix last change.
12812
669fa600
SM
128132004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * .gdbinit (xprintstr): New fun.
12816 (xstring, xprintsym): Use it.
12817
12818 * w32proc.c (create_child): Use INTMASK.
12819
12820 * alloc.c (Fgarbage_collect): Do all the marking before flushing
12821 unmarked elements of the undo list.
12822
9a6a4c40
DP
128232004-05-18 David Ponce <david@dponce.com>
12824
12825 * print.c (print): Reset print_depth before to call print_object.
12826
f3c4ec74
JR
128272004-05-18 Jason Rumney <jasonr@gnu.org>
12828
12829 * w32console.c: Prefix RIF functions with w32con_ to avoid
12830 namespace clash with functions in term.c and w32term.c.
12831
12832 * w32menu.c (add_menu_item, w32_menu_display_help)
12833 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12834
0d8c2e5c 12835 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
f3c4ec74 12836
6be49c3a
EZ
128372004-05-18 Eli Zaretskii <eliz@gnu.org>
12838
4d0b9a0a
EZ
12839 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
12840
6be49c3a
EZ
12841 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
12842 with make_number.
12843 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
12844 with XINT.
12845
0bc90bba
KS
128462004-05-18 Kim F. Storm <storm@cua.dk>
12847
89d19988
KS
12848 * blockinput.h (INPUT_BLOCKED_P): New macros.
12849
12850 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
12851 (Ftop_level): Unblock input if blocked.
12852
0bc90bba
KS
12853 * buffer.h (GET_OVERLAYS_AT): New macro.
12854 * msdos.c (IT_note_mouse_highlight): Use it.
12855 * textprop.c (get_char_property_and_overlay): Use it.
12856 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
12857 * xfaces.c (face_at_buffer_position): Use it.
12858
12859 * print.c (print_object): Increase buf size.
12860
653bd0f6
JR
128612004-05-17 Jason Rumney <jasonr@gnu.org>
12862
12863 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
12864 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
12865 Lisp_Object using i member.
12866 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
12867 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
12868 consistently.
12869
12870 * w32proc.c (create_child): Use make_number instead of masking pid.
12871
12872 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
12873 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
12874 Use EQ to compare Lisp_Objects.
12875 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
12876
12877 * w32term.c (w32_num_mouse_buttons): Rename from
12878 Vw32_num_mouse_buttons and make it an int.
12879
12880 * w32.c (init_environment): Use it.
12881
12882 * w32fns.c (w32_wnd_proc): Likewise.
12883
12884 * w32proc.c (w32_pipe_read_delay): Rename from
12885 Vw32_pipe_read_delay and make it an int.
12886
12887 * w32.c (_sys_read_ahead): Use it.
12888
12889 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
12890
12891 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
12892
12893 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
12894 (key_event): Don't mix Lisp_Object and int.
12895
12896 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
12897
12898 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
12899 modifiers in language change event.
12900
54b53ba7
KS
129012004-05-17 Kim F. Storm <storm@cua.dk>
12902
12903 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
12904 Such objects may be freed markers which still exist on an undo list.
12905
6e86a75d
JB
129062004-05-16 Juanma Barranquero <lektu@terra.es>
12907
12908 * data.c (Fset_default): Make argument names match their use in
12909 docstring.
12910
fc80da24
AS
129112004-05-15 Andreas Schwab <schwab@suse.de>
12912
12913 * emacs.c (gdb_array_mark_flag): Define.
12914 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
12915
c1380aa6
EZ
129162004-05-15 Eli Zaretskii <eliz@gnu.org>
12917
12918 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
12919 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
12920 defined for the MS-DOS build.
12921
89458937
SM
129222004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
12925
08020f9a
KH
129262004-05-14 Kenichi Handa <handa@m17n.org>
12927
12928 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
12929
a433994a
ST
129302004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12931
12932 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
12933 section to frame.c section.
12934 (Fxw_display_color_p, Fx_file_dialog): Declare if
89458937 12935 HAVE_WINDOW_SYSTEM defined.
0d8c2e5c 12936
a433994a 12937 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
0d8c2e5c 12938
a433994a 12939 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
0d8c2e5c 12940
a433994a
ST
12941 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
12942 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
12943 (XTread_socket): Fix int/Lisp_Object mixup.
12944 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
0d8c2e5c 12945
a433994a
ST
12946 * macterm.h (struct frame, struct face, struct image)
12947 (display_x_get_resource, Fx_display_color_p)
89458937
SM
12948 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
12949 Add prototypes.
a433994a 12950
b51a51b9
KS
129512004-05-14 Kim F. Storm <storm@cua.dk>
12952
12953 * process.c (wait_reading_process_input): Make reentrant.
12954 Make Available and Connecting non-static. Save and restore value
12955 of waiting_for_user_input_p.
12956
2bde1dd8
KS
129572004-05-13 Kim F. Storm <storm@cua.dk>
12958
12959 * keyboard.c (mark_kboards): Don't mark x and y members
12960 that are overloaded in selection request events.
12961
a267ab4d
SM
129622004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
12965
eb15ce9e
GM
129662004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12967
12968 * window.c (Fdisplay_buffer, Fsplit_window)
12969 (split-height-threshold): Doc fix.
12970
7fc92635
JB
129712004-05-13 Juanma Barranquero <lektu@terra.es>
12972
12973 * xfaces.c (Ftty_supports_face_attributes_p)
12974 (Finternal_copy_lisp_face): Fix typo in docstring.
12975 (Finternal_get_lisp_face_attribute): Fix docstring.
12976
1ec2a572
JD
129772004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12978
12979 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
12980
ae9292e0
ST
129812004-05-11 Steven Tamm <steventamm@mac.com>
12982
12983 * macfns.c (Fx_create_frame): Default to using tool-bar by
12984 setting tool-bar-lines to 1 in default-frame-alist.
12985
129862004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ea1aaa6f
ST
12987
12988 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
12989 (xpm_get_color_table_v, xpm_make_color_table_h)
12990 (xpm_put_color_table_h, xpm_get_color_table_h)
12991 (xpm_str_to_color_key, xpm_load_image, xpm_load)
12992 (syms_of_image): Support XPM on Carbon Emacs. Does not
a267ab4d 12993 depend on libXpm, but only supports XPM version 3 without extensions.
ea1aaa6f 12994
fe97e8df
ST
129952004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12996
a267ab4d 12997 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
fe97e8df
ST
12998 instead of FRAME_X_P
12999
b47e779e
KS
130002004-05-11 Kim F. Storm <storm@cua.dk>
13001
13002 * process.c (read_process_output): Grow decoding_buf when needed;
13003 this could cause a crash in allocate_string and compact_small_strings.
13004
cdc9b845
EZ
130052004-04-29 Jim Blandy <jimb@redhat.com>
13006
13007 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
13008 against proper opcode.
13009
aa7094ba
JB
130102004-05-10 Juanma Barranquero <lektu@terra.es>
13011
13012 * process.c (Fstart_process): Fix docstring.
13013
13014 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
13015 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
13016 (Fsplit_char, Fchar_charset): Make argument names match their use
13017 in docstring.
13018
e109331a
RS
130192004-05-10 Richard M. Stallman <rms@gnu.org>
13020
13021 * print.c (print_preprocess): Use being_printed, loop_count and
13022 halftail to detect overdeep nesting and cyclic cdr chains.
13023
9a28b921
AS
130242004-05-10 Andreas Schwab <schwab@suse.de>
13025
78819ebb 13026 * lisp.h (Fmake_symbolic_link): Declare.
9a28b921
AS
13027
13028 * fileio.c (Frename_file): Remove extra argument in call to
13029 Fmake_symbolic_link.
13030
e2c02c1a
KS
130312004-05-10 Kim F. Storm <storm@cua.dk>
13032
13033 * xdisp.c (calc_line_height_property): Use string position when
13034 object is a string.
13035
cfe9d13e
KH
130362004-05-10 Kenichi Handa <handa@m17n.org>
13037
a57e8159
KH
13038 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
13039 inhibit-modification-hooks to t temporarily before calling
13040 Ferase_buffer.
13041
13042 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
13043 inhibit-modification-hooks to t temporarily before calling
13044 Ferase_buffer.
13045
13046 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
13047 inhibit-modification-hooks to t temporarily before calling
13048 Ferase_buffer.
13049
cfe9d13e
KH
13050 * fns.c (count_combining): Delete it.
13051 (concat): Don't check combining bytes.
13052
ceb96489
JR
130532004-05-09 Jason Rumney <jasonr@gnu.org>
13054
13055 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
13056 (globals_of_w32fns): Set it.
13057
b6189c3b 130582004-05-09 Piet van Oostrum <piet@cs.uu.nl>
b1c661c7
JB
13059
13060 * data.c (Fquo): Simplify.
13061
28712a21
JB
130622004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
13063
13064 * data.c (Fquo): If any argument is float, do the computation in
13065 floating point.
13066
0f0af7a8
JB
130672004-05-08 Juanma Barranquero <lektu@terra.es>
13068
88214ef6
JB
13069 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
13070 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
13071 Fix spelling of Emacs on docstring.
13072 (Fset_process_coding_system, Fprocess_coding_system)
13073 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
13074 Make argument names match their use in docstring.
13075 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
13076 Fix docstring.
13077
0f0af7a8
JB
13078 * editfns.c (Finsert_buffer_substring): Make argument names match their
13079 use in docstring.
13080
13081 * syntax.c (Fmodify_syntax_entry): Fix docstring.
13082
2a316a84
ST
130832004-05-07 Steven Tamm <steventamm@mac.com>
13084
13085 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
13086 around call to ReceiveEvent to avoid certain crashes.
13087
130882004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
0d8c2e5c 13089
2a316a84
ST
13090 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
13091 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
13092 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
13093 Save/restore the current graphics port and device handle when
13094 drawing into an offscreen graphics world.
13095
13096 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
13097 (gif_load): Likewise.
13098
ab80314b
JB
130992004-05-07 Juanma Barranquero <lektu@terra.es>
13100
13101 * window.c (Fset_window_buffer): Fix docstring.
13102
70646bb5
TTN
131032004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13104
13105 * emacs.c (main) [VMS]: Fix var ref.
13106
b6189c3b 131072004-05-06 Romain Francoise <romain@orebokech.com>
b03a4fdd
JB
13108
13109 * data.c (Fsetq_default): Fix docstring.
13110
279d3293
JR
131112004-05-06 Jason Rumney <jasonr@gnu.org>
13112
13113 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
13114 to avoid name clash.
13115
f72b5416
JD
131162004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13117
13118 * fileio.c (barf_or_query_if_file_exists): Use lstat.
13119 (Frename_file): Handle renaming of symlinks across file systems.
440c7d00 13120 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
f72b5416 13121
6ab66799
KS
131222004-05-04 Kim F. Storm <storm@cua.dk>
13123
13124 * xdisp.c (Qtotal): New var.
13125 (syms_of_xdisp): Intern and staticpro it.
13126 (calc_line_height_property): New arg total. Set it if
13127 line-spacing property has format (total . VALUE).
13128 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
13129 Handle total line-spacing property.
13130
ab2d724b
JD
131312004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13132
13133 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
13134 "under" scroll bar when size/position changes.
13135
238add5e
JR
131362004-05-03 Jason Rumney <jasonr@gnu.org>
13137
13138 * makefile.nt: Remove.
13139
1644f4e4
EZ
131402004-05-02 Eli Zaretskii <eliz@gnu.org>
13141
a267ab4d
SM
13142 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
13143 Avoid compiler warnings.
05fdbeb8 13144
1644f4e4
EZ
13145 * Makefile.in (region-cache.o): Depend on config.h.
13146
b6189c3b 131472004-05-02 Romain Francoise <romain@orebokech.com>
6cbc951e
SM
13148
13149 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
13150 with continuation lines, too.
13151
2b98b088
TTN
131522004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13153
13154 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
13155
d9bf7950
SM
131562004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * xdisp.c (calc_line_height_property): YAILOM (yet another
13159 int/Lisp_Object mixup).
13160
affa509c
EZ
131612004-05-01 Eli Zaretskii <eliz@gnu.org>
13162
13163 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
13164 undo bad effect of pack(4) in some versions of system headers.
13165
07c07cfe
JR
131662004-05-01 Jason Rumney <jasonr@gnu.org>
13167
13168 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
13169
e71caa4e
KS
131702004-04-30 Kim F. Storm <storm@cua.dk>
13171
13172 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
b2b55d03 13173 (syms_of_buffer) <cursor-type>: Doc fix.
e71caa4e
KS
13174
13175 * dispextern.h (struct it): Remove member use_default_face.
13176 Add members override_ascent, override_descent, override_boff.
13177
13178 * xdisp.c (init_iterator): Handle line-spacing float value.
13179 Initialize override_ascent member.
13180 (append_space_for_newline): Reset override_ascent.
13181 Remove use_default_face.
13182 (calc_line_height_property): New function to calculate value of
13183 line-height and line-spacing properties. Look at overlays, too.
13184 Set override_ascent, override_descent, override_boff members when
13185 using another face than the current face. Float values are now
13186 relative to the frame default font, by default; accept a cons
13187 of ratio and face name to specify value relative to a specific face.
13188 (x_produce_glyphs): Use calc_line_height_property.
13189 Use override_ascent etc. when set to handle different face heights.
13190 A negative line-spacing property value is interpreted as a total
13191 line height, rather than inter-line spacing.
13192 (note_mouse_highlight): Allocate room for 40 overlays initially.
13193
0fddae66
SM
131942004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * data.c (Fsubr_name): New fun.
13197 (syms_of_data): Defsubr it.
13198
712d23dc
KS
131992004-04-29 Kim F. Storm <storm@cua.dk>
13200
13201 * xdisp.c (null_glyph_slice): New var.
13202 (append_glyph, append_composite_glyph, append_stretch_glyph):
13203 Use it to initialize glyph slice.
13204
033ad8c6
SM
132052004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
13208 (on_hot_spot_p): Make sure we always return a value.
13209 (Flookup_image_map): Remove unused var ix and iy.
13210 (note_mode_line_or_margin_highlight): Remove unused var `image'.
13211
93397360
EZ
132122004-04-27 Eli Zaretskii <eliz@gnu.org>
13213
13214 * msdos.c (init_environment): If one of the TMP... environment
13215 variables is set to a drive letter without a trailing slash,
13216 append a slash.
13217
0c54865e
EZ
132182004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
13219
13220 * editfns.c (lisp_time_argument): Provide externally.
13221
13222 * fileio.c (Fset_file_times): New function.
13223 (syms_of_fileio): Intern and staticpro it.
13224
d3b111bd
KS
132252004-04-27 Kim F. Storm <storm@cua.dk>
13226
07dc1231
KS
13227 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
13228 header line strings.
13229
360fe9d2
KS
13230 * dispextern.h (struct it): New member use_default_face.
13231
d3b111bd
KS
13232 * xdisp.c (Qline_height): New variable.
13233 (syms_of_xdisp): Intern and staticpro it.
13234 (append_space_for_newline): Partially undo 2004-04-25 change;
13235 add default_face_p arg, and restore callers.
13236 Clear it->use_default_face after use.
13237 (x_produce_glyphs): Set default font for ascii char if
13238 it->use_default_font is set. Change line-spacing property to set
13239 just extra line spacing. Handle new line-height property.
13240
0448588b
AS
132412004-04-26 Andreas Schwab <schwab@suse.de>
13242
13243 * print.c (print_object): Print non-ascii characters in bool
13244 vector representation as octal escapes.
13245
13246 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
13247 * print.c (print_object): Use it instead of BITS_PER_CHAR for
13248 bool vectors.
13249 * lread.c (read1): Likewise.
13250 * alloc.c (Fmake_bool_vector): Likewise.
13251 * data.c (Faref, Faset): Likewise.
13252 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
13253 (mapcar1): Likewise.
d3b111bd 13254
536d6baa
ST
132552004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
13256
7e26f91b 13257 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
536d6baa 13258
ae11577a
MB
132592004-04-26 Miles Bader <miles@gnu.org>
13260
13261 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
13262
e198ba87
JB
132632004-04-26 Juanma Barranquero <lektu@terra.es>
13264
13265 * buffer.c (Fpop_to_buffer): Fix docstring.
13266
f3d5f92d 132672004-04-26 Steven Tamm <steventamm@mac.com>
e198ba87 13268
f3d5f92d
ST
13269 * lread.c (init_lread): Don't display missing lisp directory
13270 warnings with Carbon Emacs because self-contained bundled Emacs
e198ba87 13271 may be built without correct installation path.
f3d5f92d 13272
03e35edc
KS
132732004-04-25 Kim F. Storm <storm@cua.dk>
13274
9ff3aa31
KS
13275 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
13276
13277 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
13278
03e35edc
KS
13279 * xdisp.c (append_space_for_newline): Rename from append_space.
13280 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
13281 (x_produce_glyphs): Handle line-spacing property on newline char.
13282 If value is t, adjust ascent and descent to fit current row height.
13283 If value is an integer or float, set extra_line_spacing to integer
13284 value, or to float value x current line height.
13285
f24814e0
KH
132862004-04-23 Kenichi Handa <handa@m17n.org>
13287
13288 * fontset.c (Finternal_char_font): If POSITION is nil, return
13289 font for displaying CH with the default face.
13290
d814862a
JB
132912004-04-23 Juanma Barranquero <lektu@terra.es>
13292
13293 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
13294
063a45c5
SM
132952004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
13298 Don't make assumptions about the relative place of i and val.
13299 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
13300
ae7ab2d3
KS
133012004-04-21 Kim F. Storm <storm@cua.dk>
13302
13303 * dispextern.h (struct glyph_slice): New struct.
13304 (struct glyph): New member slice.
13305 (GLYPH_SLICE_EQUAL_P): New macro.
13306 (GLYPH_EQUAL_P): Use it.
13307 (struct glyph_string): New member slice.
13308 (struct it_slice): New struct.
13309 (struct it): New member slice, add member to stack too.
13310 New member constrain_row_ascent_descent_p.
13311 (image_ascent): Add prototype.
13312
13313 * dispnew.c (buffer_posn_from_coords): Return full image width
13314 and height even for image slices (posn is relative to full image).
13315 (marginal_area_string): Adjust x0,y0 for image slice.
13316
13317 * image.c (image_ascent): Add slice arg; calculate ascent for
13318 image slice (or full image).
13319
13320 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
13321 (syms_of_keyboard): Defsubr them.
13322
13323 * lisp.h (pos_visible_p): Fix prototype.
13324
c62aec78 13325 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
ae7ab2d3
KS
13326 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13327 (x_draw_image_foreground, x_draw_image_relief)
13328 (x_draw_image_foreground_1, x_draw_image_glyph_string):
13329 Draw sliced images.
13330
13331 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
13332 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13333 (x_draw_image_foreground, x_draw_image_relief)
13334 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
13335 Draw sliced images.
13336
13337 * w32term.h (image_ascent): Remove prototype.
13338
13339 * window.c (Fpos_visible_in_window_p): Return pixel position if
13340 PARTIALLY arg is non-nil. Simplify. Doc fix.
13341 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
13342 to return/set vscroll in pixels.
13343
13344 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
13345
13346 * xdisp.c (Qslice): New variable.
13347 (syms_of_xdisp): Intern and staticpro it.
13348 (pos_visible_p): Return pixel position in new x and y args.
13349 (init_iterator): Reset it->slice info.
13350 (handle_display_prop): Parse (slice ...) property.
13351 (push_it, pop_it): Save/restore slice info.
13352 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
13353 force repositioning of tall row if window is vscrolled, as that
13354 would reset vscroll.
13355 (append_space): Set it->constrain_row_ascent_descent_p to avoid
13356 increasing row height if row is non-empty.
13357 (fill_image_glyph_string): Copy slice info.
13358 (take_vertical_position_into_account): Simplify.
13359 (produce_image_glyph): Handle iterator slice info, setup glyph
13360 slice info. Do not force minimum line height.
13361 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
13362 do not increase height (ascent/descent) of non-empty row when
13363 adding normal character glyph; instead reduce glyph ascent/descent
13364 appropriately; if row is higher than current glyph, adjust glyph
13365 descent/ascent to reposition glyph within the existing row.
13366 Likewise, when char is newline, only set ascent/descent if row is
13367 currently empty.
13368 (note_mouse_highlight): Handle hotspots with sliced image.
13369
13370 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
13371 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
13372 (x_draw_image_foreground, x_draw_image_relief)
13373 (x_draw_image_foreground_1, x_draw_image_glyph_string):
13374 Draw sliced images.
13375
13376 * xterm.h (image_ascent): Remove prototype.
13377
d58f8753
SM
133782004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
13381
4ce2719d
JPW
133822004-04-20 John Paul Wallington <jpw@gnu.org>
13383
13384 * fns.c (Fassoc, Feql): Fix indentation.
13385
d58f8753 13386 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
4ce2719d 13387
95f8c3b9
JPW
133882004-04-19 John Paul Wallington <jpw@gnu.org>
13389
13390 * fns.c (Feql): New function.
d58f8753 13391 (syms_of_fns): Defsubr it.
95f8c3b9 13392
b7e85537
JR
133932004-04-18 Jason Rumney <jasonr@gnu.org>
13394
13395 * w32select.c (Fw32_set_clipboard_data): Get sequence number
13396 after closing the clipboard.
13397
5a72efd4
LT
133982004-04-16 Luc Teirlinck <teirllm@auburn.edu>
13399
13400 * buffer.c (Fbuffer_base_buffer): Doc fix.
13401
20dc8583
KS
134022004-04-17 Kim F. Storm <storm@cua.dk>
13403
60962ec4
KS
13404 * keymap.c (Fkey_description): Add optional PREFIX arg.
13405 Combine prefix with KEYS to make up the full key sequence to describe.
13406 Correlate meta_prefix_char and following (simple) key to describe
13407 as meta modifier. All callers changed.
13408 (describe_map): Rename arg `keys' to `prefix'. Remove local
13409 `elt_prefix' var. Use Fkey_description with prefix instead of
13410 elt_prefix combined with Fsingle_key_description.
13411 (describe_vector): Declare static. Replace arg `elt_prefix' with
13412 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
52eb0373 13413 if !KEYMAP_P. Use Fkey_description with prefix instead of
60962ec4
KS
13414 Fsingle_key_description.
13415
13416 * keymap.h (Fkey_description): Fix prototype.
13417 (describe_vector): Remove prototype.
13418
409368b9
KS
13419 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
13420
20dc8583
KS
13421 * image.c (PNG_BG_COLOR_SHIFT): Remove.
13422 (png_load): Fix calculation of transparent background color on X
13423 and W32 platforms.
13424
75c5501b
JB
134252004-04-16 Juanma Barranquero <lektu@terra.es>
13426
13427 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
13428 not too large before computing how much to scroll.
13429
da879ae8
SM
134302004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
13433
d01ca4a8
LT
134342004-04-14 Luc Teirlinck <teirllm@auburn.edu>
13435
13436 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
13437 Add hyperlink to Elisp manual to the docstring.
13438
572943b3
SM
134392004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * callint.c (fix_command): Use XDCR.
13442
5e30a0fb
NR
134432004-04-14 Nick Roberts <nick@nick.uklinux.net>
13444
13445 * window.c (Fget_lru_window): Doc fix.
13446
a27ddfaf
KS
134472004-04-14 Kim F. Storm <storm@cua.dk>
13448
13449 * editfns.c (Fformat): Fix allocation size of precision array.
13450
13451 * dispnew.c (update_window): Only set changed_p if
13452 scrolling_window actually did scroll.
13453 (scrolling_window): Only return 1 if we actually did scroll.
13454
13455 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
13456 height to glyph height when cursor row is not fully visible.
13457 (make_cursor_line_fully_visible): Add FORCE_P arg to return
13458 failure in case row is higher than window. Callers changed.
13459 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
13460 Try to scroll partially visible, higher-than-window cursor row.
13461 (redisplay_window): Always try to scroll partially visible,
13462 higher-than-window cursor row - both initially and again with
13463 centering_position = 0.
13464 Clear desired matrix before retrying with centering_position = 0.
13465
da879ae8
SM
134662004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * syntax.c (scan_lists): Simplify backward string scan.
13469 Fix off-by-one boundary check for string and comment fences.
13470
5fc16e8e
SM
134712004-04-13 Joe Buehler <jbuehler@hekimian.com>
13472
13473 * sheap.c, unexcw.c: New files.
13474
c9aac8e6
LT
134752004-04-12 Luc Teirlinck <teirllm@auburn.edu>
13476
13477 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
13478 base buffer has been killed. Correct the error message if the
13479 base buffer does not exist.
13480
1e88a355
SM
134812004-04-12 Joe Buehler <jbuehler@hekimian.com>
13482
13483 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
13484 Cygwin itself. Add support for Xaw3d scrollbars.
13485
13486 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
13487
13488 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
13489
13490 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
13491 before Cygwin unexec.
13492
13493 * Makefile.in: Link changes for Cygwin unexec() support.
13494
8dbff9a0
AS
134952004-04-12 Andreas Schwab <schwab@suse.de>
13496
13497 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
13498
54dffe35
LT
134992004-04-11 Luc Teirlinck <teirllm@auburn.edu>
13500
13501 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
13502 IGNORE argument equals NAME. Doc fix.
13503
99a72bdf
MY
135042004-04-11 Masatake YAMATO <jet@gyve.org>
13505
1e88a355 13506 * buffer.c (fix_start_end_in_overlays): Make overlays
99a72bdf
MY
13507 empty if they are backwards.
13508
40899d7b
SM
135092004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 * xfaces.c (face_color_supported_p): Fix compilation without X11.
13512
f8f853de
SM
135132004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * doc.c (Fsnarf_documentation): Ignore new file name entries.
13516
c953fe1b
KS
135172004-04-06 Kim F. Storm <storm@cua.dk>
13518
661e85c1
KS
13519 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13520 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
13521
13522 * w32term.c (w32_read_socket): Set mouse_face_hidden after
13523 clearing highlight.
13524
13525 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
13526
13527 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
13528 clearing highlight.
13529
c953fe1b
KS
13530 * indent.c (vmotion): Do not reserve one column for continuation
13531 marks on window frames.
13532
c1994268
EZ
135332004-04-04 Eli Zaretskii <eliz@gnu.org>
13534
13535 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
13536 from GCC.
13537
9f691b0d
SM
135382004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * .gdbinit-union: Remove.
13541
13542 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
13543 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
13544 ($nonvalbits): Remove.
13545 ($valmask): Set it by calling xreload to avoid redundancy.
13546
13547 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
13548 (gdb_emacs_intbits): Remove.
13549
7a8560d7
JD
135502004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13551
9f691b0d 13552 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
7a8560d7 13553
3c8111fc
KH
135542004-03-30 Kenichi Handa <handa@m17n.org>
13555
13556 * editfns.c (Fformat): Fix initialization of the array info.
13557
48a0bce4
KS
135582004-03-30 Kim F. Storm <storm@cua.dk>
13559
13560 * xterm.c (x_mouse_click_focus_ignore_position): New var.
13561 (syms_of_xterm): DEFVAR_BOOL it.
13562 (ignore_next_mouse_click_timeout): New var.
13563 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
13564 Use it to filter mouse clicks following focus event.
13565
1cd0066c
KS
135662004-03-29 David Ponce <david@dponce.com>
13567
13568 * callint.c (Fcall_interactively): Fix last change.
13569
adb3b353
SM
135702004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * eval.c (Fcommandp): Simplify.
13573
13574 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
13575 Extend to handle all kinds of functions.
13576
13577 * lisp.h (Finteractive_form): Declare.
13578
13579 * callint.c (Fcall_interactively): Use it.
13580
6fc4c9c9
KS
135812004-03-26 Kim F. Storm <storm@cua.dk>
13582
13583 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
13584 to catch errors in calc_pixel_width_or_height during redisplay.
13585
abdb9b83
MY
135862004-03-26 Masatake YAMATO <jet@gyve.org>
13587
b17856dd 13588 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
abdb9b83 13589
b17856dd 13590 * lisp.h (fix_start_end_in_overlays): Likewise.
abdb9b83 13591
b17856dd 13592 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
abdb9b83 13593
b17856dd 13594 * editfns.c (Ftranspose_regions): Likewise.
abdb9b83 13595
e8a84b6c
JD
135962004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13597
b17856dd 13598 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
e8a84b6c 13599
36a3fd05
RS
136002004-03-19 Richard M. Stallman <rms@gnu.org>
13601
13602 * s/sol2-6.h: Delete previous change.
13603
ab24c127
KS
136042004-03-19 Kim F. Storm <storm@cua.dk>
13605
13606 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
13607 to_charpos corresponds to newline in right fringe. Use local
13608 BUFFER_POS_REACHED_P macro.
13609
992126de
JD
136102004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13611
13612 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
13613 to compile on non-window system.
13614
45dbfc84
KS
136152004-03-19 Kim F. Storm <storm@cua.dk>
13616
13617 * dispextern.h (calc_pixel_width_or_height): Add prototype.
13618
13619 * image.c (Qcenter): Move to xdisp.c.
13620
13621 * xdisp.c (Qcenter): Declare here.
adb3b353 13622 (syms_of_xdisp): Intern and staticpro it.
45dbfc84
KS
13623 (handle_single_display_prop): Allow space display property on all
13624 platforms.
13625 (display_mode_line): Set mode_line_p before displaying line.
13626 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
13627 handling. Remove complex cases for fringes and scroll-bars.
52eb0373 13628 Add left, right, and center alignment positions. Add text (area)
45dbfc84
KS
13629 width/height. Return width or height for image specs.
13630 (produce_stretch_glyph): Improve handling of :align-to. Is now
13631 relative to left of text area by default, but other base offsets
13632 can be specified -- also for text lines.
13633
13634 * term.c (produce_glyphs): Handle IT_STRETCH.
13635 (produce_stretch_glyph): New function to handle space width and
13636 align-to display properties on non-window systems.
13637
37264101
SM
136382004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * fileio.c (Fread_file_name): Set completion-ignore-case for
13641 case-insensitive systems.
13642
73bc43da
MY
136432004-03-14 Masatake YAMATO <jet@gyve.org>
13644
13645 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
13646 when keymap and cursor are setup.
13647
d5fb8dab 136482004-03-14 Steven Tamm <steventamm@mac.com>
9062aa89 13649
b17856dd 13650 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
9062aa89 13651
e4b1b5ab
KS
136522004-03-14 Kim F. Storm <storm@cua.dk>
13653
13654 * dispextern.h (x_find_image_file): Add prototype.
13655
13656 * image.c (x_find_image_file): Make extern.
13657
13658 * xfns.c (x_find_image_file): Remove prototype.
13659
a6eeaa81 136602004-03-13 Eli Zaretskii <eliz@gnu.org>
5109b06a 13661
37264101 13662 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
5109b06a 13663
37264101 13664 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
5109b06a 13665
e69cfac2
RS
136662004-03-12 Richard M. Stallman <rms@gnu.org>
13667
13668 * fns.c (internal_equal): New arg PROPS controls comparing
13669 text properties. All callers changed.
13670 (Fequal_including_properties): New function.
13671 (syms_of_fns): defsubr it.
13672
45034953
KS
136732004-03-12 Kim F. Storm <storm@cua.dk>
13674
13675 Fix image support on MAC. From YAMAMOTO Mitsuharu.
37264101 13676
45034953
KS
13677 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
13678 (image_background, image_background_transparent): Fix prototypes.
13679
37264101 13680 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
45034953
KS
13681
13682 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
13683 (x_query_font, x_find_ccl_program, x_set_window_size)
13684 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13685 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13686 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
13687
13688 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
13689 (x_query_font, x_find_ccl_program, x_set_window_size)
13690 (x_make_frame_visible, mac_initialize, XCreatePixmap)
13691 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
13692 (mac_draw_line_to_pixmap): Add prototypes.
13693
136942004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13695
13696 * macterm.c (XTread_socket): Fix mouse click on tool bar.
13697
a12d3d87
KS
136982004-03-11 Kim F. Storm <storm@cua.dk>
13699
d3ab1cf1
KS
13700 * dispextern.h: Move image related prototypes from xfns.c section
13701 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
13702 HAVE_X_WINDOWS.
37264101 13703
37de9f51 13704 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
37264101 13705 Move gtkutil.o to new GTK_OBJ list.
a12d3d87
KS
13706 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
13707 (GTK_OBJ) [USE_GTK]: New declaration.
13708 (obj): Add $(GTK_OBJ) to list.
13709
d5fb8dab 137102004-03-11 Steven Tamm <steventamm@mac.com>
5109b06a 13711
7e26f91b 13712 * image.c [MAC_OSX]: Include sys/stat.h.
5243c06a
ST
13713
13714 * macfns.c (syms_of_macfns): Remove definitions of things now
7e26f91b 13715 defined in image.c.
5243c06a 13716
c0f97789
KS
137172004-03-11 Kim F. Storm <storm@cua.dk>
13718
13719 The following changes consolidates the identical/similar image
13720 support code previously found in xfns.c, w32fns.c, and macfns.c
13721 into a new file image.c.
13722
13723 * makefile.w32-in (OBJ1): Add image.o.
13724 ($(BLD)/image.$(O)): Add dependencies.
13725
13726 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
13727 (image.o): Add dependencies.
37264101 13728
c0f97789
KS
13729 * image.c: New file with consolidated image support code.
13730 (COLOR_TABLE_SUPPORT): New define to control whether
13731 color table support is available (X only).
13732 (Bitmap_Record): Common name for x_bitmap_record,
13733 w32_bitmap_record, and mac_bitmap_record.
13734 (XImagePtr): Common name for pointer to XImage or equivalent.
13735 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
13736 to XImagePtr on X+MAC, and to HDC on W32.
13737 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
13738 (NO_PIXMAP): Common name for "None" or equivalent.
13739 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
13740 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
13741 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
37264101
SM
13742 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
13743 Define with suitable equivalents on W32 and MAC for code sharing.
c0f97789
KS
13744 (XDrawLine): Define on MAC for code sharing.
13745 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
13746 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
13747 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13748 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13749 (x_reference_bitmap, x_create_bitmap_from_data)
13750 (x_create_bitmap_from_file, x_destroy_bitmap)
13751 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13752 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13753 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13754 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13755 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13756 (define_image_type, lookup_image_type, valid_image_p)
13757 (image_error, enum image_value_type, struct image_keyword)
13758 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13759 (make_image, free_image, prepare_image_for_display, image_ascent)
13760 (four_corners_best, image_background, image_background_transparent)
9dd28cae 13761 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
13762 (make_image_cache, free_image_cache, clear_image_cache)
13763 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13764 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13765 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13766 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13767 (init_image_func_pointer, image_load_quartz2d)
13768 (struct ct_color, init_color_table, free_color_table)
13769 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13770 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13771 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13772 (x_disable_image, x_build_heuristic_mask)
13773 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13774 (TIFF support, GIF support, Ghostscript support): Consolidate image
13775 code from xfns.c, w32fns.c, and macfns.c.
13776 (syms_of_image): Consolidate image related symbol setup here.
13777 (init_image): Consolidate image related initializations here.
37264101 13778
c0f97789
KS
13779 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
13780 and init_image. Remove call to init_xfns.
13781
37264101
SM
13782 * macterm.h (struct mac_bitmap_record): Add file member.
13783 Not currently used, but simplifies code sharing.
c0f97789
KS
13784
13785 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13786 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13787 (x_reference_bitmap, x_create_bitmap_from_data)
13788 (x_create_bitmap_from_file, x_destroy_bitmap)
13789 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13790 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13791 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13792 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13793 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13794 (define_image_type, lookup_image_type, valid_image_p)
13795 (image_error, enum image_value_type, struct image_keyword)
13796 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13797 (make_image, free_image, prepare_image_for_display, image_ascent)
13798 (four_corners_best, image_background, image_background_transparent)
9dd28cae 13799 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
13800 (make_image_cache, free_image_cache, clear_image_cache)
13801 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13802 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13803 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13804 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
13805 (init_image_func_pointer, image_load_quartz2d)
13806 (struct ct_color, init_color_table, free_color_table)
13807 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13808 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13809 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13810 (x_disable_image, x_build_heuristic_mask)
13811 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13812 (TIFF support, GIF support, Ghostscript support): Merge with image
13813 code from xfns.c and macfns.c into image.c.
13814 (syms_of_xfns): Move image related symbols to image.c.
13815 (init_external_image_libraries, init_xfns): Remove; initialization
13816 moved to init_image in image.c.
13817
13818 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13819 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13820 (x_reference_bitmap, x_create_bitmap_from_data)
13821 (x_create_bitmap_from_file, x_destroy_bitmap)
13822 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13823 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13824 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13825 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13826 (define_image_type, lookup_image_type, valid_image_p)
13827 (image_error, enum image_value_type, struct image_keyword)
13828 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13829 (make_image, free_image, prepare_image_for_display, image_ascent)
13830 (four_corners_best, image_background, image_background_transparent)
9dd28cae 13831 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
13832 (make_image_cache, free_image_cache, clear_image_cache)
13833 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13834 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13835 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13836 (struct ct_color, init_color_table, free_color_table)
13837 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13838 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13839 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13840 (x_disable_image, x_build_heuristic_mask)
13841 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13842 (TIFF support, GIF support, Ghostscript support): Merge with image
13843 code from xfns.c and macfns.c into image.c.
13844 (syms_of_xfns): Move image related symbols to image.c.
13845 (init_external_image_libraries, init_xfns): Remove; initialization
13846 moved to init_image in image.c.
13847
13848 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
13849 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13850 (x_reference_bitmap, x_create_bitmap_from_data)
13851 (x_create_bitmap_from_file, x_destroy_bitmap)
13852 (x_destroy_all_bitmaps, x_create_bitmap_mask)
13853 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
13854 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
13855 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
13856 (define_image_type, lookup_image_type, valid_image_p)
13857 (image_error, enum image_value_type, struct image_keyword)
13858 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
13859 (make_image, free_image, prepare_image_for_display, image_ascent)
13860 (four_corners_best, image_background, image_background_transparent)
9dd28cae 13861 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
13862 (make_image_cache, free_image_cache, clear_image_cache)
13863 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
13864 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
13865 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
13866 (struct ct_color, init_color_table, free_color_table)
13867 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
13868 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
13869 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
13870 (x_disable_image, x_build_heuristic_mask)
13871 (XBM support, XPM support, PBM support, PNG support, JPEG support)
13872 (TIFF support, GIF support, Ghostscript support): Merge with
13873 w32fns.c and macfns.c image code into image.c.
13874 (syms_of_xfns): Move image related symbols to image.c.
13875 (init_xfns): Remove; initialization moved to init_image in image.c.
13876
13877 * lisp.h (syms_of_image, init_image): Add protoypes.
13878 (init_xfns): Remove prototype.
13879
13880 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13881 (x_reference_bitmap, x_create_bitmap_from_data)
13882 (x_create_bitmap_from_file, x_destroy_bitmap)
13883 (x_create_bitmap_mask): Move prototypes from dispextern.h.
13884 (gamma_correct) [MAC_OS]: Add prototype.
13885
13886 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13887 (x_reference_bitmap, x_create_bitmap_from_data)
13888 (x_create_bitmap_from_file, x_destroy_bitmap)
13889 (x_create_bitmap_mask): Move prototypes to dispextern.h.
13890
6eced09c
KH
138912004-03-09 Kenichi Handa <handa@etlken2>
13892
13893 * coding.c (decode_coding_emacs_mule): Handle insufficent source
13894 correctly.
13895
9a7e95f3
RS
138962004-03-04 Richard M. Stallman <rms@gnu.org>
13897
04a6e76b
RS
13898 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
13899
9a7e95f3
RS
13900 * window.c (Fdisplay_buffer): Doc fix.
13901
13902 * buffer.c (Fpop_to_buffer): Doc fix.
13903
6c2488df
KS
139042004-03-03 Kim F. Storm <storm@cua.dk>
13905
13906 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
13907
d8d95bc7
SM
139082004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
13911
357589bf
RS
139122004-03-02 Richard M. Stallman <rms@gnu.org>
13913
13914 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
13915
409949b5
KH
139162004-03-02 Kenichi Handa <handa@m17n.org>
13917
13918 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
13919
d24bc50f
KS
139202004-03-02 Kim F. Storm <storm@cua.dk>
13921
13922 * window.h (struct window): New member overlay_arrow_bitmap.
13923
13924 * window.c (make_window): Initialize overlay_arrow_bitmap.
13925
13926 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
13927 implement and integrate multiple overlay arrows with redisplay.
13928 (syms_of_xdisp): DEFVAR_LISP and initialize it.
13929 (last_arrow_position, last_arrow_string): Replace by properties.
13930 (Qlast_arrow_position, Qlast_arrow_string)
13931 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
13932 (syms_of_xdisp): Intern and staticpro them.
13933 (overlay_arrow_string_or_property, update_overlay_arrows)
13934 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
13935 (overlay_arrow_at_row): New functions for multiple overlay arrows.
13936 (redisplay_internal): Use them instead of directly accessing
13937 Voverlay_arrow_position etc. for multiple overlay arrows.
13938 (mark_window_display_accurate): Use update_overlay_arrows.
13939 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
13940 (try_window_id): Use overlay_arrows_changed_p.
13941 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
13942 (display_line): Use overlay_arrow_at_row to check multiple
13943 overlay arrows, and get relevant overlay-arrow-string and
d8d95bc7 13944 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
d24bc50f
KS
13945 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
13946 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
13947
13948 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
13949 (update_window_fringes): Remove unused code.
13950
c1464661
JR
139512004-03-01 Jason Rumney <jasonr@gnu.org>
13952
13953 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
13954
a64387ee
JB
139552004-03-01 Juanma Barranquero <lektu@terra.es>
13956
13957 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
13958
13959 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
13960
334faa08
JD
139612004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13962
13963 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
13964 how many colors can be displayed.
13965
bb62616f
KH
139662004-03-01 Kenichi Handa <handa@m17n.org>
13967
13968 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
13969 correctly.
13970
0fd16104
KS
139712004-02-28 Kim F. Storm <storm@cua.dk>
13972
13973 * dispnew.c (update_window): Update header line also if there are
13974 no other changes in window (move code after set_cursor label).
13975
13976 * lisp.h (mark_window_display_accurate): Remove prototype.
13977
13978 * window.c (window_loop, Fforce_window_update): Force mode line
13979 updates by setting prevent_redisplay_optimizations_p and
13980 update_mode_lines.
13981
b59dd9c8
JD
139822004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13983
d8d95bc7 13984 * xfns.c (x_window): Fix indentation.
b59dd9c8
JD
13985
13986 * xterm.c (x_calc_absolute_position): Call x_real_positions
13987 to get WM window sizes and use those to calculate position.
d8d95bc7 13988 (x_set_offset): Remove code commented out.
b59dd9c8 13989
a874691c
MB
139902004-02-28 Miles Bader <miles@gnu.org>
13991
13992 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
13993
3e0c6482
KS
139942004-02-28 Kim F. Storm <storm@cua.dk>
13995
13996 * keyboard.c (kbd_buffer_store_event_hold): New function to store
13997 an event into kbd fifo, but with special handling of quit event;
13998 a quit event is saved for later, and further events are discarded
13999 until the saved quit event has been processed.
14000 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
14001 (gen_help_event): Store help event in kbd fifo.
14002 (NREAD_INPUT_EVENTS): Remove.
14003 (read_avail_input): Adapt to new read_socket_hook interface.
14004 Remove allocation and initialization of local input_event buffer,
14005 as read_socket_hook stores events directly in fifo. Allocate and
14006 initialize local hold_quit event to handle postponed quit event
14007 (and store it if set by kbd_buffer_store_event_hold).
14008
14009 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
14010 (gen_help_event): Fix prototype.
14011
a64387ee 14012 * macterm.c (XTread_socket): Remove bufp_r and
3e0c6482 14013 numcharsp args. Add hold_quit arg.
f63fd14e 14014 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
14015 directly in fifo using kbd_buffer_store_event_hold.
14016
14017 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
14018 (read_input_waiting): Adapt to new read_socket_hook interface.
14019 Remove allocation and initialization of local input_event buffer,
14020 as read_socket_hook stores events directly in fifo. Allocate and
14021 initialize local hold_quit event to handle postponed quit event
14022 (and store it if set by kbd_buffer_store_event_hold).
14023
a64387ee 14024 * term.c (read_socket_hook): Fix arg list.
3e0c6482
KS
14025
14026 * termhooks.h (read_socket_hook): Fix prototype.
14027
14028 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
14029 numcharsp args. Add hold_quit arg.
f63fd14e 14030 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
14031 directly in fifo using kbd_buffer_store_event_hold.
14032
14033 * w32inevt.h (w32_console_mouse_position): Fix prototype.
14034
14035 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
f63fd14e
JB
14036 Add hold_quit arg. Rework to use just one, local, inev
14037 input_event. Store inev directly in fifo using
3e0c6482
KS
14038 kbd_buffer_store_event_hold. Update count in one place.
14039 Postpone call to gen_help_event until inev is stored; use new
14040 local do_help for this.
14041 Remove local emacs_event in handing of ButtonPress event; just use
14042 inev instead (so no reason to copy it later).
14043
14044 * xsmfns.c (x_session_check_input): Remove numchars arg.
14045
d8d95bc7
SM
14046 * xterm.c (x_focus_changed, x_detect_focus_change):
14047 Remove numchars arg. Always store event into bufp arg.
14048 Return nothing. Callers changed accordingly.
3e0c6482
KS
14049 (glyph_rect): Simplify.
14050 (STORE_KEYSYM_FOR_DEBUG): New macro.
14051 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
14052 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
14053 (current_hold_quit) [USE_GTK]: Add.
14054 (event_handler_gdk): Adapt to new handle_one_xevent.
14055 (handle_one_xevent): Remove bufp_r and numcharsp args.
f63fd14e
JB
14056 Add hold_quit arg. Rework to use just one, local, inev
14057 input_event. Store inev directly in fifo using
3e0c6482
KS
14058 kbd_buffer_store_event_hold. Update count in one place.
14059 Postpone call to gen_help_event until inev is stored; use new
14060 local do_help for this.
14061 Simplify handling of keysyms (consolidate common code). Fix bug
14062 where count was updated with nchars instead of nbytes.
14063 Remove local emacs_event in handing of ButtonPress event; just use
14064 inev instead (so no reason to copy it later).
14065 Remove `out' label. Rename label `ret' to `done'; add various
14066 `goto done' to clarify code flow in deeply nested blocks.
14067 (x_dispatch_event): Simplify as handle_one_xevent now calls
14068 kbd_buffer_store_event itself.
f63fd14e 14069 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
3e0c6482
KS
14070 arg. Call handle_one_xevent with new arglist. Store event from
14071 x_session_check_input in fifo.
14072 [USE_GTK]: Setup current_hold_quit.
14073 Decrement handling_signal before unblocking input.
14074 (x_initialize) [USE_GTK]: Initialize current_count.
14075
14076 * xterm.h (x_session_check_input): Fix prototype.
14077
e3564461 140782004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a64387ee 14079
d8d95bc7 14080 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
a64387ee 14081
e3564461
ST
14082 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
14083 macgui.h).
a64387ee 14084
e3564461 14085 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
a64387ee 14086
e3564461
ST
14087 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
14088 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
14089 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
14090 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
14091 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
14092 (Bitmap): Remove typedef.
14093 (Pixmap): Change int to GWorldPtr.
14094
d8d95bc7 14095 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
a64387ee 14096
d8d95bc7
SM
14097 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
14098 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
14099 New #define to extract 16-bit depth color components from unsigned
e3564461
ST
14100 long representation.
14101 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
14102 colors used for masks.
14103 (struct mac_display_info): Add color_p. Remove n_cbits.
a64387ee 14104
e3564461
ST
14105 * macfns.c: Include sys/types.h and sys/stat.h.
14106 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
14107 Include QuickTime/QuickTime.h.
14108 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14109 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
14110 functions defined in macterm.c.
14111 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
14112 (ZPixmap): New #define for compatibility with xfns.c.
14113 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14114 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
d8d95bc7
SM
14115 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
14116 New functions.
e3564461 14117 (four_corners_best, x_create_x_image_and_pixmap)
d8d95bc7
SM
14118 (x_destroy_x_image, unwind_create_frame, x_disable_image)
14119 (x_edge_detection, init_color_table, colors_in_color_table)
e3564461
ST
14120 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
14121 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
14122 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
14123 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
14124 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
14125 long mixup.
14126 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
14127 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
14128 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
14129 (x_set_cursor_type, Fxw_color_values, valid_image_p)
14130 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
14131 (x_alloc_image_color, clear_image_cache, lookup_image)
14132 (x_find_image_file, xbm_read_bitmap_file_data)
14133 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
14134 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
14135 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
14136 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
14137 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
d8d95bc7 14138 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
e3564461
ST
14139 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
14140 #if 0.
14141 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
14142 #if 0. Free white_relief.gc and black_relief.gc.
d8d95bc7
SM
14143 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
14144 New functions (from xfns.c).
e3564461
ST
14145 (Fx_create_frame): Record unwind_create_frame.
14146 (Fxw_display_color_p): Use dpyinfo->color_p.
14147 (Fx_display_grayscale_p, Fx_display_planes): Don't use
14148 dpyinfo->n_cbits.
14149 (Fx_display_color_cells): Use dpyinfo->n_planes;
14150 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
14151 (Qheuristic, cross_disabled_images, emboss_matrix)
14152 (laplace_matrix): New variables (from xfns.c).
14153 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
14154 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
14155 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
d8d95bc7
SM
14156 (image_background_transparent): New function (from xfns.c).
14157 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
14158 (image_load_quicktime): Add declaration.
14159 [MAC_OSX] (image_load_quartz2d): Likewise.
14160 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
14161 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
d8d95bc7 14162 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
e3564461
ST
14163 (xbm_load_image_from_file, x_laplace_read_row)
14164 (x_laplace_write_row, pbm_read_file): Remove functions.
14165 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
14166 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
14167 (colors_in_color_table): Sync with xfns.c (although not used).
14168 (lookup_rgb_color): Don't lookup color table. Just do gamma
14169 correction.
14170 (COLOR_INTENSITY): New #define (from xfns.c).
d8d95bc7
SM
14171 (x_disable_image): New function (from xfns.c).
14172 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
14173 (x_build_heuristic_mask): Sync with xfns.c.
14174 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
14175 (HAVE_PBM): Remove #ifdef.
14176 (pbm_load): Sync with xfns.c. Set img->width and img->height
14177 before IMAGE_BACKGROUND.
d8d95bc7 14178 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
e3564461
ST
14179 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
14180 Don't enclose with #if HAVE_PNG.
14181 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
d8d95bc7
SM
14182 symbol _CGImageCreateWithPNGDataProvider is defined.
14183 Otherwise use image_load_quicktime.
e3564461 14184 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
d8d95bc7
SM
14185 [HAVE_PNG] (png_load): Sync with xfns.c.
14186 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
14187 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
14188 HAVE_JPEG.
14189 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
14190 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
14191 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
14192 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
14193 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
14194 (tiff_image_p, tiff_load): Don't enclose declarations with #if
14195 HAVE_TIFF.
14196 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
14197 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
14198 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
d8d95bc7
SM
14199 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
14200 New functions (from xfns.c).
e3564461 14201 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
d8d95bc7 14202 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
e3564461
ST
14203 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
14204 Don't enclose with #if HAVE_GIF.
14205 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
14206 animated gif. Otherwise use image_load_quicktime.
14207 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
14208 gif_DrawText to avoid conflict with QuickdrawText.h.
14209 [HAVE_GIF] (gif_load): Sync with xfns.c.
14210 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
14211 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
14212 Ghostscript is not supported yet).
14213 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
14214 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
14215 cross_disabled_images (from xfns.c). Remove #if 0 for supported
14216 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
14217 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
14218 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
d8d95bc7
SM
14219 HAVE_PNG. Call EnterMovies to support animated gifs.
14220 Call init_image_func_pointer to bind a symbol
e3564461 14221 _CGImageCreateWithPNGDataProvider if it is defined.
a64387ee 14222
d8d95bc7 14223 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
e3564461
ST
14224 (x_draw_bar_cursor): Sync declaration with xterm.c.
14225 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
14226 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
14227 graphics).
14228 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
14229 (mac_draw_line_to_pixmap, XCreatePixmap)
14230 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
d8d95bc7
SM
14231 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
14232 New functions.
14233 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
14234 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
14235 Cast bits to char *.
e3564461
ST
14236 (reflect_byte): New function (from w32fns.c).
14237 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
14238 due to byte alignment.
d8d95bc7
SM
14239 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
14240 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
e3564461
ST
14241 (XSetForeground): Remove static (now used in macfns.c).
14242 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
14243 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
14244 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
14245 (x_draw_glyph_string_box, x_draw_image_foreground)
14246 (x_draw_image_foreground_1, x_draw_image_glyph_string)
14247 (x_draw_stretch_glyph_string, x_draw_glyph_string)
14248 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
14249 Sync with xterm.c.
14250 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
14251 than the xterm.c version when a strictly horizontal or vertical
14252 line is drawn.
14253 (XTset_terminal_window): Add static.
14254 (x_make_frame_visible): Add UNBLOCK_INPUT.
14255 (x_free_frame_resources): New funcion (from xterm.c).
14256 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
14257 occurs in tool bar area.
d8d95bc7
SM
14258 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
14259 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
e3564461
ST
14260 Initialize image cache.
14261 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
14262 Enclose unused functions with #if 0.
14263 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
14264 (decode_mac_font_name): New function to apply code conversions
d8d95bc7 14265 from a mac font name to an XLFD font name according to its script code.
e3564461 14266 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
d8d95bc7 14267 font name to a mac font name according to REGISTRY and ENCODING fields.
e3564461
ST
14268 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
14269 whose name starts with `.'.
14270 (init_font_name_table): Use decode_mac_font_name. Add both
14271 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
14272 of a font is smJapanese.
14273 (mac_do_list_fonts): New function to list fonts that match a given
14274 pattern.
14275 (x_list_fonts, XLoadQueryFont): Use it.
14276 (XLoadQueryFont): Set rbearing field for each variable width
14277 character to avoid needless redraw.
14278 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
14279
446f5f3d
KS
142802004-02-26 Kim F. Storm <storm@cua.dk>
14281
af617d0f
KS
14282 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
14283 as read_socket_hook handler on X aborts if buffer is too small
14284 and W32 handler doesn't always check buffer limit.
14285
446f5f3d
KS
14286 * xdisp.c (handle_single_display_prop): Handle left-fringe and
14287 right-fringe similar to a display margin image. Specifically,
14288 the characters having the fringe prop are no longer shown, and
14289 we use IT_IMAGE/next_element_from_image with image_id = -1 to
14290 do this. Set fringe bitmap face_id in it->face_id.
14291 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
14292 still realize it->face (i.e. the fringe bitmap face).
14293
7d8a0b55
MB
142942004-02-25 Miles Bader <miles@gnu.org>
14295
14296 * xdisp.c (check_it): Check string/string_pos consistency.
14297 (init_iterator): Initialize string-related fields properly.
14298
142992004-02-11 Miles Bader <miles@gnu.org>
14300
14301 * xdisp.c (produce_image_glyph): Force negative descents to zero.
14302
143032004-02-10 Miles Bader <miles@gnu.org>
14304
14305 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
14306 BLOCK_INPUT can be nested, so it doesn't make much sense.
14307
a64387ee 143082004-02-24 Michael Mauger <mmaug@yahoo.com>
ce35edd1
JR
14309
14310 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
14311 (xbm_read_bitmap_data): Use unsigned char for image data.
14312
92f5fba2
LT
143132004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14314
14315 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
14316
8565fb3d
JR
143172004-02-22 Jason Rumney <jasonr@gnu.org>
14318
14319 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
14320 correctly over other bitmaps.
14321
a6eeaa81 143222004-02-21 Eli Zaretskii <eliz@gnu.org>
f8125c39
EZ
14323
14324 * emacs.c (USAGE1): Split into two halves.
14325 (USAGE2): Second half of the old USAGE1.
d8d95bc7
SM
14326 (USAGE3): Rename from USAGE2.
14327 (USAGE4): Rename from USAGE3.
f8125c39 14328
4effffca
EZ
143292004-02-21 Juri Linkov <juri@jurta.org>
14330
14331 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
14332 Fix --multibyte. Move --help, --version to USAGE2. Add alias
14333 --file. Fix -f, -l. Sort options. Untabify.
14334 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
14335
923c1e6f
LT
143362004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14337
14338 * category.c (Fdefine_category, Fcategory_docstring)
14339 (Fget_unused_category, Fset_category_table)
14340 (Fcategory_set_mnemonics): Doc fixes.
14341
b0e225fd
KS
143422004-02-20 Kim F. Storm <storm@cua.dk>
14343
14344 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
14345 The following changes are relative to the 2004-01-21 revision.
14346 (NREAD_INPUT_EVENTS): Define as max number of input events to read
14347 in one call to read_socket_hook. Value is 8.
14348 (read_avail_input): Separate and rework handling of read_socket_hook
14349 and non-read_socket_hook cases. Use smaller input_event buffer
d8d95bc7
SM
14350 in read_socket_hook case, and repeat if full buffer is read.
14351 Use new local variable 'discard' to skip input after C-g.
b0e225fd
KS
14352 In non-read_socket_hook case, just use a single input_event, and
14353 call kbd_buffer_store_event on the fly for each character.
14354
b15aa9f9
SM
143552004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
14358 Remove unused `gu' alternative.
14359
83c9aa95
AS
143602004-02-19 Andreas Schwab <schwab@suse.de>
14361
14362 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
14363 warning.
14364
cc808173
KS
143652004-02-18 Kim F. Storm <storm@cua.dk>
14366
14367 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
14368 Fix last change.
14369
ab90a54d
KS
143702004-02-17 Kim F. Storm <storm@cua.dk>
14371
b26f249f
KS
14372 * xdisp.c (fast_find_position): Fix return value of new version;
14373 it was inverted compared to the 21.1 version.
14374 (get_window_cursor_type): Don't look at glyph if NULL.
14375 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
0bf7d005 14376
ab90a54d
KS
14377 * keyboard.c: Rework previous change; it didn't consider that the
14378 buf array was allocated on the stack.
14379 (prev_read): Remove variable.
14380 (read_avail_input_buf): New static event buffer array.
b9568dfc 14381 (in_read_avail_input): New static variable to handle re-entrancy.
ab90a54d 14382 (read_avail_input): Change buf to pinter to read_avail_input_buf.
b9568dfc
KS
14383 Use in_read_avail_input to handle re-entrance; when re-entered,
14384 fully initialize and use tmp_buf array instead of read_avail_input_buf.
14385 Do not initialize read_avail_input_buf in full here; instead assume it
ab90a54d
KS
14386 is always cleared on entry. To ensure that, we clear (just) the
14387 entries that were used before we return.
14388 (init_keyboard): Initialize read_avail_input_buf here.
14389
b6189c3b 143902004-02-16 Jesper Harder <harder@ifa.au.dk>
4e039f3f
EZ
14391
14392 * cmds.c (Fend_of_line): Doc fix.
14393
7b5368c1
EZ
143942004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
14395
14396 * keyboard.c (prev_read): New static variable.
14397 (read_avail_input): Use it to zero out only those slots in buf[]
14398 that were used last time we were called.
14399
a6eeaa81 144002004-02-16 Eli Zaretskii <eliz@gnu.org>
ca4bc494
EZ
14401
14402 * Makefile.in (obj): Move fringe.o from here...
14403 (XOBJ, MAC_OBJ): ...to here.
14404
159c348e
SE
144052004-02-16 Stephen Eglen <stephen@gnu.org>
14406
14407 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
14408
d2f14999
SM
144092004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
14410
b15aa9f9
SM
14411 * data.c (Fbyteorder):
14412 * fringe.c (Fdefine_fringe_bitmap):
14413 * xdisp.c (handle_single_display_prop):
d2f14999
SM
14414 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
14415
8d50508a
JR
144162004-02-16 Jason Rumney <jasonr@gnu.org>
14417
14418 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
14419
dd4497dc
ST
144202004-02-15 Steven Tamm <steventamm@mac.com>
14421
14422 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
14423 controlling emulation of a three button mouse with option and
14424 command keys.
7e26f91b 14425 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
b15aa9f9 14426 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
dd4497dc 14427
c9159cb3
KS
144282004-02-15 Kim F. Storm <storm@cua.dk>
14429
2cc52658
KS
14430 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
14431
c9159cb3
KS
14432 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
14433 Perform byte-swapping.
14434
12fde2dc
KS
144352004-02-14 Kim F. Storm <storm@cua.dk>
14436
14437 * dispextern.h (struct draw_fringe_bitmap_params): Change member
14438 bits from char to short to facilitate wider bitmaps.
14439 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
14440 member.
14441
14442 * fringe.c (struct fringe_bitmap): Change member bits from char to
14443 short to facilitate 16 bits wide bitmaps. Modify all standard
14444 bitmaps accordingly.
14445 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
14446 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
14447 (draw_fringe_bitmap): Ditto.
14448 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
14449 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
14450 handle up to 16 bits wide bitmaps.
14451 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
f21a7192 14452 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
12fde2dc
KS
14453
14454 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
14455 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
14456 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
14457
14458 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
14459 so it is no longer necessary to expand them here.
14460
14461 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
14462
9d7271e8
KS
144632004-02-12 Kim F. Storm <storm@cua.dk>
14464
14465 * window.c (Fwindow_fringes): Doc fix.
14466
706c1e4f
JD
144672004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14468
14469 * xselect.c (x_get_foreign_selection): Add new optional parameter
14470 time_stamp.
14471 (Fx_get_selection_internal): Ditto, pass time_stamp to
14472 x_get_foreign_selection.
14473
14474 * data.c (Fbyteorder): New function.
14475
c2d12b5d
JD
144762004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14477
14478 * atimer.c: Move include stdio.h to same place as in other files.
14479
14480 * region-cache.c: Ditto.
14481
14482 * sysdep.c: Ditto.
14483
14484 * xfaces.c: Ditto.
14485
4c1947b9
SS
144862004-02-09 Sam Steingold <sds@gnu.org>
14487
89458937 14488 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
4c1947b9 14489
82722af3
KS
144902004-02-09 Kim F. Storm <storm@cua.dk>
14491
14492 * fringe.c: New file. Move original fringe related declarations
14493 and code from dispextern.h and xdisp.c here.
14494 Rework code to support user defined fringe bitmaps, redefining
14495 standard bitmaps, ability to overlay user defined bitmap with
14496 overlay arrow bitmap, and add faces to bitmaps.
14497 (Voverflow_newline_into_fringe): Declare here.
14498 (enum fringe_bitmap_align): New enum.
14499 (..._bits): All bitmaps are now defined without bitswapping; that
14500 is now done in init_fringe_once (if necessary).
14501 (standard_bitmaps): New array with specifications for the
14502 standard fringe bitmaps.
14503 (fringe_faces): New array.
14504 (valid_fringe_bitmap_id_p): New function.
14505 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
14506 (draw_fringe_bitmap): New function which draws fringe bitmap,
14507 possibly overlaying bitmap with cursor in right fringe or the
14508 overlay arrow in the left fringe.
14509 (update_window_fringes): Do not handle overlay arrow here.
14510 Compare and copy fringe bitmap faces.
14511 (init_fringe_bitmap): New function.
14512 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
14513 define and destroy user defined fringe bitmaps.
14514 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
14515 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
14516 (syms_of_fringe): New function. Defsubr new DEFUNs.
14517 DEFVAR_LISP Voverflow_newline_into_fringe.
14518 (init_fringe_once, init_fringe): New functions.
14519 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
4c1947b9 14520
82722af3
KS
14521 * Makefile.in (obj): Add fringe.o.
14522 (fringe.o): New dependencies.
14523
14524 * dispextern.h (FRINGE_ID_BITS): New definition for number of
14525 bits allocated to hold a fringe number. Increase number of bits
14526 from 4 to 8 to allow user defined fringe bitmaps.
14527 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
14528 left_user_fringe_face_id, right_user_fringe_bitmap,
14529 right_user_fringe_face_id.
14530 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
14531 Move to new file fringe.c.
14532 (MAX_FRINGE_BITMAPS): Define here.
14533 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
14534 and overlay_p. Change member which to int.
14535 (struct redisplay_interface): New members define_fringe_bitmap
14536 and destroy_fringe_bitmap.
14537 (valid_fringe_bitmap_id_p): Add prototype.
14538 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
14539
14540 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
14541 arrows.
14542 (update_frame): Do flush_display if force_flush_display_p to
14543 ensure display (specifically fringes) are updated in a timely
14544 manner when resizing the frame by dragging the mouse.
14545 (update_window_line): Update row if overlay arrow changed.
14546 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
14547 or overlay arrow changed.
14548
14549 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
14550 syms_of_fringe, and init_fringe.
14551
14552 * frame.h (struct frame): New member force_flush_display_p.
14553
14554 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
14555 Add prototypes.
14556
a3993cc8 14557 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
a64387ee 14558 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
a3993cc8
KS
14559 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
14560 Use cursor color for displaying cursor in fringe.
82722af3
KS
14561 (x_redisplay_interface): Add null handlers for
14562 define_fringe_bitmap and destroy_fringe_bitmap functions.
14563
14564 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
14565 xterm.c to handle overlayed fringe bitmaps and to use cursor color
14566 for displaying cursor in fringe.
14567 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
14568 specific functions to define and destroy fringe bitmaps in fringe_bmp.
14569 (w32_redisplay_interface): Add them to redisplay_interface.
14570 (w32_term_init): Call w32_init_fringe instead of explicitly
14571 defining fringe bitmaps in fringe_bmp array.
14572 (x_delete_display): Call w32_reset_fringes instead of explicitly
14573 destroying fringe bitmaps in fringe_bmp array.
14574
14575 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
14576 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
14577 (continued_bits, continuation_bits, ov_bits, first_line_bits)
14578 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
14579 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
14580 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
14581 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
14582 Move fringe handling vars and code to new file fringe.c.
14583 (handle_display_prop): Handle left-fringe and right-fringe
14584 display properties; store user fringe bitmaps in iterator.
14585 (move_it_in_display_line_to): Handle cursor in fringe at eob.
14586 (clear_garbaged_frames): Set force_flush_display_p if resized.
14587 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
14588 (display_line): Handle cursor in fringe at eob.
14589 (display_line): Set row user fringe bitmaps from iterator.
14590
14591 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
14592 Use cursor color for displaying cursor in fringe.
14593 (x_redisplay_interface): Add null handlers for
14594 define_fringe_bitmap and destroy_fringe_bitmap functions.
14595
030400eb
JD
145962004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14597
14598 * macfns.c (Fx_change_window_property): Make doc string and
14599 parameters same as for X version.
14600
14601 * w32fns.c (Fx_change_window_property): Ditto.
14602
3af55251
KS
146032004-02-07 Kim F. Storm <storm@cua.dk>
14604
ec110e9e
KS
14605 * xdisp.c (hscroll_window_tree): Position cursor near to right
14606 margin in hscrolled window when jumping to end of line (rather
14607 than centering cursor).
14608
3af55251
KS
14609 * process.c (wait_reading_process_input): Don't do adaptive read
14610 buffering if waiting for a specific process.
14611
b0c138ce
LT
146122004-02-05 Luc Teirlinck <teirllm@auburn.edu>
14613
14614 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
14615 (Fread_minibuffer, Feval_minibuffer)
14616 (Fread_string, Fread_no_blanks_input)
14617 (Fcompleting_read): Doc fixes.
14618 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
14619 completion-regexp-list. Define Qcase_fold_search and staticpro it.
14620 (read_minibuf): Fix initial comment.
14621 (Ftry_completion, Fall_completions, Ftest_completion): Bind
e8eeaed8 14622 case-fold-search to the value of completion-ignore-case when
b0c138ce
LT
14623 checking completion-regexp-list.
14624 (Fdisplay_completion_list): Make it handle arguments that are
14625 symbols. Doc fix.
14626
9676f5ad 146272004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
64d1e373 14628
9676f5ad 14629 * xterm.h: Add declaration of free_frame_menubar.
64d1e373 14630
9676f5ad
JD
14631 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
14632 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
b0c138ce 14633 (Fx_change_window_property): Add declaration of parameters type and
9676f5ad 14634 format. Remove unused variable cons.
5b698285 14635
9dd28cae 14636 * xselect.c: Include stdio.h.
5b698285 14637
fc1d15f6
KH
146382004-02-05 Kenichi Handa <handa@m17n.org>
14639
ebaff4af
KH
14640 * fns.c (Fset_char_table_range): Fix previous change.
14641
fc1d15f6
KH
14642 * buffer.c (Fset_buffer_multibyte): Fix docstring.
14643
9676f5ad
JD
146442004-02-04 Luc Teirlinck <teirllm@auburn.edu>
14645
14646 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
14647
da75761f
SM
146482004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * keymap.c (Vmouse_events): Rename from Vmenu_events.
14651 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
14652
13c5d120
KH
146532004-02-04 Kenichi Handa <handa@m17n.org>
14654
14655 * fns.c (Fset_char_table_range): Handle charsets ascii,
14656 eight-bit-control, and eight-bit-graphic correctly.
14657
2883d842
JR
146582004-02-03 Jason Rumney <jasonr@gnu.org>
14659
14660 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
14661
14662 * w32fns.c (x_to_w32_font): Likewise.
14663
69eff41f
JD
146642004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14665
14666 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
14667 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
14668
14669 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
14670 ClientMessages.
14671
14a56a1b 14672 * xselect.c: Include termhooks.h and X11/Xproto.h.
69eff41f
JD
14673 (x_check_property_data, x_fill_property_data)
14674 (x_property_data_to_lisp, mouse_position_for_drop)
14675 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
da75761f 14676 (Fx_send_client_event): Move here from xfns.c.
69eff41f
JD
14677 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
14678
14a56a1b 14679 * xfns.c (x-send-client-message): Move to xselect.c.
69eff41f
JD
14680 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
14681 OUTER_P.
14682 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
14683 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
14684 if vector_ret_p is true.
14685 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
69eff41f 14686
a6eeaa81 146872004-02-02 Eli Zaretskii <eliz@gnu.org>
dcdbbb5d
EZ
14688
14689 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
14690 basename of FILE relative to it, not FILE itself.
14691
09721b31
KH
146922004-02-02 Kenichi Handa <handa@m17n.org>
14693
14694 * coding.c (coding_restore_composition): Check invalid
14695 composition data more rigidly.
14696
eb996101
LT
146972004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14698
14699 * fileio.c (Fread_file_name_internal): Correctly handle the case
14700 where insert-default-directory is nil.
14701 (Fread_file_name): Always return an empty string if the user exits
14702 with an empty minibuffer. Adapt the docstring accordingly.
14703 (syms_of_fileio): Adapt the docstring of insert-default-directory
14704 to the change in Fread_file_name.
14705
a6eeaa81 147062004-01-29 Eli Zaretskii <eliz@gnu.org>
a0367d42
EZ
14707
14708 * alloca.c [!alloca]: Fix the prototype for xfree.
14709
13f52ed8
KH
147102004-01-29 Kenichi Handa <handa@m17n.org>
14711
14712 * fns.c (string_char_to_byte): Optimize for ASCII only string.
14713 (string_byte_to_char): Likewise.
14714
d57625a0
JR
147152004-01-28 Peter Runestig <peter@runestig.com>
14716
14717 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
14718
a64387ee 147192004-01-27 Steven Tamm <steventamm@mac.com>
911c78b4
ST
14720
14721 * unexmacosx.c (unexec_copy): Do not copy more than was
14722 requested to prevent overwriting during unexec.
14723
eb37b8fd
JD
147242004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14725
ce38070a
JD
14726 * process.c (sigchld_handler): Add comment about not calling malloc.
14727
eb37b8fd
JD
14728 * process.h: Add extern to synch_process_termsig.
14729
a64387ee 147302004-01-27 Steven Tamm <steventamm@mac.com>
21a3e657 14731
da75761f
SM
14732 * macterm.c (make_mac_frame, make_mac_terminal_frame):
14733 Move setting of scroll bars from make_mac_frame to
14734 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
21a3e657 14735
d62a265d
RS
147362004-01-26 Richard M. Stallman <rms@gnu.org>
14737
14738 * search.c (Freplace_match): Handle nonexistent
14739 back-references properly.
14740
147412004-01-03 Richard M. Stallman <rms@gnu.org>
14742
14743 * window.c (decode_any_window): New function.
14744 (Fwindow_height, Fwindow_width, Fwindow_edges)
14745 (Fwindow_pixel_edges, Fwindow_inside_edges)
14746 (Fwindow_inside_pixel_edges): Use decode_any_window.
14747
ff236419
JD
147482004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14749
14750 * process.h: synch_process_termsig new variable.
14751
14752 * callproc.c: Define synch_process_termsig.
14753 (Fcall_process): Initiate synch_process_termsig to zero and
14754 check if non-zero and get signal name after subprocess has ended.
14755
14756 * process.c (sigchld_handler): Set synch_process_termsig
14757 if terminated by a signal. synch_process_death setting removed.
14758
14759 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
14760
41b867ea
AS
147612004-01-26 Andreas Schwab <schwab@suse.de>
14762
14763 * print.c (print_preprocess): Declare size as EMACS_INT to not
14764 lose bits.
14765 (print_object): Likewise.
14766 * alloc.c (Fpurecopy): Likewise.
14767
a08084ff
LT
147682004-01-25 Luc Teirlinck <teirllm@auburn.edu>
14769
14770 * window.c (Fwindow_minibuffer_p): Doc fix.
14771
b19ac475
JY
147722004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
14773
14774 * editfns.c (Fformat): Make both passes accept the same set of flags.
14775
fe905025
KH
147762004-01-23 Kenichi Handa <handa@m17n.org>
14777
14778 * fns.c (Fmd5): If OBJECT is a buffer different from the current
14779 one, set buffer to OBJECT temporarily.
14780
438fc6c0
SM
147812004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14782
455316e2
SM
14783 * keyboard.c (kbd_buffer_gcpro): Remove.
14784 (kbd_buffer_store_event, clear_event, Fdiscard_input)
14785 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
14786 Don't initialize and/or maintain the variable any more. It was made
14787 redundant by my commit of 2003-06-15.
14788
438fc6c0
SM
14789 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
14790
5335a4ee
JD
147912004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14792
14793 * lisp.h: Add undef DECL_ALIGN.
14794
dcdaeebc
SM
147952004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * process.c (wait_reading_process_input) [SYNC_INPUT]:
14798 Check interrupt_input_pending explicitly.
14799
14800 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
14801
14802 * keyboard.c (handle_async_input): New fun,
14803 extracted from input_available_signal.
14804 (input_available_signal, reinvoke_input_signal): Use it.
14805
9076a823
SM
148062004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14807
d7107586
SM
14808 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
14809
14810 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
14811 manipulation macros for when tags are in the lower bits.
14812 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
14813 (DECL_ALIGN): New macro.
14814 (DEFUN): Use it.
14815
14816 * lisp.h [ENABLE_CHECKING]: Don't force union type.
14817
14818 * s/darwin.h (__attribute__): Remove outdated workaround.
14819
14820 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
14821
14822 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
14823 Don't check range of malloc address.
14824 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
14825
9076a823
SM
14826 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
14827
14828 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
14829
ba029065
KH
148302004-01-19 Kenichi Handa <handa@m17n.org>
14831
14832 * fontset.c (fontset_font_pattern): Fix previous change.
14833
7af0e8d7
MB
148342004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
14835
14836 * xdisp.c (Voverflow_newline_into_fringe)
14837 (move_it_in_display_line_to, redisplay_internal)
14838 (update_window_fringes, redisplay_window, display_line, window):
14839 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
14840 that it compiles without a window-system.
14841 * dispnew.c (direct_output_for_insert, update_window): Likewise.
14842
77a9cf69
KS
148432004-01-16 Kim F. Storm <storm@cua.dk>
14844
14845 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
14846
a64387ee 14847 * buffer.c (init_buffer_once): Set buffer_defaults and
77a9cf69
KS
14848 buffer_local_flags for indicate_buffer_boundaries.
14849 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
14850 default- variable for it.
14851
14852 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
14853 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
d7107586 14854 New members exact_window_width_line_p and cursor_in_fringe_p for
77a9cf69
KS
14855 overflowing newlines into right fringe.
14856 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
14857 and indicate_bottom_line_p for buffer boundaries and scrolling.
14858 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
14859 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
14860 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
14861 and HOLLOW_SQUARE_BITMAP.
14862 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
14863 Add prototypes.
14864
14865 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
14866 instead of related indicator fields.
14867 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
14868 (direct_output_for_insert): Handle exact width lines like
14869 contined lines. Call update_window_fringes.
14870 (update_window): Call update_window_fringes.
14871 (scrolling_window): Don't skip desired rows with changed bitmaps.
14872 Check if fringe bitmaps changes when assigning scrolled rows.
14873
14874 * xdisp.c (Voverflow_newline_into_fringe): New variable.
14875 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
14876 (move_it_in_display_line_to): Overflow newline into fringe for
14877 rows that are exactly as wide as the window.
14878 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
14879 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
14880 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
14881 (fringe_bitmaps): Add new bitmaps.
14882 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
14883 Select proper bitmap for cursor in fringe when appropriate.
14884 Handle alignment of bitmap to top or bottom of row.
14885 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
14886 done by update_window_fringes.
14887 (update_window_fringes, draw_window_fringes): New functions.
14888 (redisplay_internal): Call update_window_fringes in case only
14889 cursor row is updated.
14890 (redisplay_window): Call update_window_fringes.
14891 Explicitly call draw_window_fringes if redisplay was done using
14892 the current matrix or the overlay arrow is in the window.
14893 (try_window_reusing_current_matrix): Mark scrolled rows for
14894 fringe update (to update buffer-boundaries / scrolling icons).
14895 (find_last_unchanged_at_beg_row): Handle exact width lines line
14896 continued lines.
14897 (display_line): Overflow newline into fringe for rows that are
14898 exactly as wide as the window. Don't append space for newline
d7107586 14899 in this case.
77a9cf69
KS
14900 (notice_overwritten_cursor): Explicitly clear cursor bitmap
14901 in fringe as if it had been overwritten.
14902 (erase_phys_cursor): Erase cursor bitmap in fringe.
d7107586 14903 (syms_of_xdisp): Mark show-trailing-whitespace and
77a9cf69
KS
14904 void-text-area-pointer as user options.
14905 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
d7107586 14906
77a9cf69
KS
14907 * xterm.c (x_update_window_end): Call draw_window_fringes.
14908 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14909 in row instead of actually drawing fringe bitmaps.
14910 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14911 (x_draw_window_cursor): Draw cursor in fringe.
14912
14913 * w32term.c (x_update_window_end): Call draw_window_fringes.
14914 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14915 in row instead of actually drawing fringe bitmaps.
14916 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14917 (w32_draw_window_cursor): Draw cursor in fringe.
14918
14919 * macterm.c (x_update_window_end): Call draw_window_fringes.
14920 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
14921 in row instead of actually drawing fringe bitmaps.
14922 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
14923 (mac_draw_window_cursor): Draw cursor in fringe.
14924
a633a954
JD
149252004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14926
14927 * xterm.c (handle_one_xevent): Don't handle characters that are part
14928 of an old style (XLookupString) compose sequence.
14929
80460525
KH
149302004-01-15 Kenichi Handa <handa@m17n.org>
14931
14932 * search.c (Freplace_match): Use make_multibyte_string or
14933 make_unibyte_string according to the buffer multibyteness.
14934
7fc34f85
SM
149352004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * alloc.c (struct interval_block, struct string_block)
14938 (struct symbol_block, struct marker_block, live_string_p)
14939 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
14940 Better preserve alignment for objects in blocks.
14941 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
14942
14943 * lread.c (defvar_per_buffer): Remove dead declaration.
14944
14945 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
14946 space size.
14947
66070bd1
JD
149482004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14949
14950 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
14951 if a key press should pop down. Only pop down if a key is pressed
14952 outside the menu/dialog.
14953 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
14954 popup_get_selection.
14955 (create_and_show_dialog): Pass 1 for down_on_keypress to
14956 popup_get_selection.
14957
de7515d6
JD
149582004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14959
14960 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
14961 BLOCK/UNBLOCK_INPUT.
14962
160b1b50
JD
149632004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14964
14965 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
14966 specified.
14967
3a9f36e6
KH
149682004-01-08 Kenichi Handa <handa@m17n.org>
14969
14970 * editfns.c (Fformat): Fix '&' to '&&'.
14971
3803eb32
AS
149722004-01-08 Andreas Schwab <schwab@suse.de>
14973
14974 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
14975 size if PSEUDOVECTOR_FLAG is set.
14976
9da88f37
KH
149772004-01-07 Kenichi Handa <handa@m17n.org>
14978
74ac5074
KH
14979 * charset.c (Fdeclare_equiv_charset): Fix docstring.
14980
9da88f37
KH
14981 * fontset.c (fontset_ref_via_base): Fix previous change.
14982
05faee07
KS
149832004-01-07 Kim F. Storm <storm@cua.dk>
14984
14985 * process.c (read_process_output): Only activate adaptive
14986 buffering if we read less than 256 bytes at a time.
14987
634910c8
KS
149882004-01-06 Kim F. Storm <storm@cua.dk>
14989
14990 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
14991 object and image object. Return glyph width and height.
14992 (mode_line_string, marginal_area_string): Ditto.
14993
14994 * dispextern.h (buffer_posn_from_coords, mode_line_string)
14995 (marginal_area_string): Fix prototypes.
14996
14997 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
f63fd14e 14998 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
634910c8
KS
14999 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
15000
15001 * keyboard.c (make_lispy_position): Use modified mode_line_string,
15002 buffer_posn_from_coords, and marginal_area_string functions to
15003 include both string object and image object in the lispy position.
15004 Also add actual glyph width and height to position.
15005 (read_key_sequence): Use real buffer position from mouse
15006 event to find keymap property even when click is in marginal area.
15007
15008 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
15009 mode_line_string and marginal_area_string functions to handle
15010 both string object and image object properties.
d7107586 15011
57951c2e
AS
150122004-01-06 Andreas Schwab <schwab@suse.de>
15013
15014 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
15015 character.
15016
181e6a61
AS
150172004-01-02 Andreas Schwab <schwab@suse.de>
15018
d7107586
SM
15019 * macterm.c (emacs_options, x_initialized, same_x_server):
15020 Remove unused (and duplicated) definitions.
181e6a61 15021
31e0fbdd
KS
150222004-01-02 Kim F. Storm <storm@cua.dk>
15023
15024 * process.h (struct Lisp_Process): New members for adaptive read
15025 buffering: adaptive_read_buffering, read_output_delay, and
15026 read_output_skip.
15027
15028 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
15029 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
15030 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
15031 (process_output_delay_count, process_output_skip): New vars.
15032 (Vprocess_adaptive_read_buffering): New variable.
15033 (make_process): Initialize adaptive read buffering members.
15034 (Fstart_process): Set adaptive_read_buffering member.
15035 (deactivate_process): Cleanup adaptive read buffering.
15036 (wait_reading_process_input): Temporarily omit delayed
15037 subprocesses from the set of file descriptors to read from;
15038 adjust the select timeout if we skipped any subprocesses.
15039 (read_process_output): Increase adaptive read buffering delay if
15040 we read less than a full buffer; reduce delay when we read a
15041 full buffer.
15042 (send_process): Simplify using local Lisp_Process var.
15043 Reset adaptive read buffering delay after write.
15044 (init_process): Initialize process_output_delay_count and
15045 process_output_skip.
15046 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
15047
68c6a789
JR
150482004-01-01 Jason Rumney <jasonr@gnu.org>
15049
d7107586 15050 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
68c6a789 15051
3f70fe82
LT
150522003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15053
15054 * print.c (Ferror_message_string): Add hyperlink in the docstring
15055 to the definition of `signal' in the Elisp manual.
15056 * eval.c (Fsignal): Ditto.
15057
b6189c3b 150582003-12-29 James Clark <jjc@jclark.com>
c2be49ed
EZ
15059
15060 * fns.c (internal_equal): Return t for two NaN arguments.
15061
7abd90ea
RS
150622003-12-29 Richard M. Stallman <rms@gnu.org>
15063
15064 * data.c (store_symval_forwarding): Handle setting
15065 default-fill-column, etc., by changing the value in
15066 buffers that use the default.
15067
15068 * minibuf.c (Fset_minibuffer_window): Doc fix.
15069
15070 * fileio.c (choose_write_coding_system): Ignore auto_saving
15071 if using the visited file for auto saves.
15072 (Fwrite_region): Don't update SAVE_MODIFF
15073 if auto-saving in visited file.
15074
3e7cfcdc
KH
150752003-12-29 Kenichi Handa <handa@m17n.org>
15076
15077 * dispextern.h (face_font_available_p): Extern it.
15078
15079 * fontset.c (Voverriding_fontspec_alist): New variable.
15080 (lookup_overriding_fontspec): New function.
d7107586 15081 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
3e7cfcdc
KH
15082 (fontset_font_pattern): Likewise.
15083 (regulalize_fontname): New function.
15084 (Fset_fontset_font): Call regulalize_fontname.
15085 (Fset_overriding_fontspec_internal): New function.
d7107586
SM
15086 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
15087 Defsubr Sset_overriding_fontspec_internal.
3e7cfcdc
KH
15088
15089 * xfaces.c (face_font_available_p): New function.
15090
7abd90ea
RS
150912003-12-28 Richard M. Stallman <rms@gnu.org>
15092
15093 * buffer.c (Fother_buffer): Don't crash if BUF is nil
15094 or if its name is nil.
15095
15096 * buffer.c (Fkill_buffer): Don't delete auto-save file
15097 if it's the same as the visited file.
15098
de1d1a40
LT
150992003-12-28 Luc Teirlinck <teirllm@auburn.edu>
15100
15101 * coding.c (Fcheck_coding_system): Doc fix.
15102
204fb75e
KS
151032003-12-28 Kim F. Storm <storm@cua.dk>
15104
15105 * Makefile.in (eval.o): Depend on dispextern.h.
15106
15107 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
15108 image glyph using image's ascent.
15109 (mode_line_string): Return image glyph as object clicked on.
15110 Adjust y0 for image glyph using image's ascent.
15111
15112 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
15113 (struct glyph): New members, ascent and descent. Used to save
15114 this glyph's ascent and descent, instead of having.
15115 (struct glyph): Declare member face_id using FACE_ID_BITS.
15116 (find_hot_spot): Add prototype.
15117
15118 * keyboard.c (Qimage): Remove extern (now in lisp.h).
15119 (QCmap): Declare extern.
15120 (make_lispy_position): When position is inside image hot-spot,
15121 use hot-spot element's id as posn element.
15122
15123 * lisp.h (IMAGEP): New macro to test for image object type.
15124 (Qimage): Declare extern.
15125
15126 * macfns.c (Qimage): Remove extern (now in lisp.h).
15127 (valid_image_p, parse_image_spec): Use IMAGEP macro.
15128
15129 * macterm.c (Qface, Qmouse_face): Remove unused externs.
15130
15131 * w32fns.c (Qimage): Remove extern (now in lisp.h).
15132 (valid_image_p, parse_image_spec): Use IMAGEP macro.
15133
15134 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
15135
15136 * w32term.c (Qface, Qmouse_face): Remove unused externs.
15137
15138 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
15139 pointer types.
15140 (Qrelative_width, Qalign_to): Remove unused variables.
15141 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
647b07d1
AS
15142 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
15143 maps.
15144 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
15145 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
15146 code accordingly.
204fb75e
KS
15147 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
15148 than row's ascent and height, to get sensible height on tall rows.
15149 (build_desired_tool_bar_string): Remove Qimage extern.
15150 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
15151 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
15152 image glyph is alone on the last line.
15153 (append_glyph, append_composite_glyph, produce_image_glyph)
d7107586 15154 (append_stretch_glyph): Set glyph's ascent and descent.
204fb75e 15155 (on_hot_spot_p): New function to check if position is inside an
d7107586 15156 rectangular, circular, or polygon-shaped image hot-spot,
204fb75e
KS
15157 (find_hot_spot): New function to search for image hot-spot.
15158 (Flookup_image_map): New defun to search for image hot-spot.
647b07d1
AS
15159 (define_frame_cursor1): New aux function to determine frame
15160 pointer.
15161 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
15162 `pointer' text property and :pointer image property to control
15163 frame pointer shape. Detect image hot-spots for pointer and
15164 help_echo properties. Use define_frame_cursor1.
15165 (note_mouse_highlight): Use Vvoid_text_area_pointer.
15166 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
15167 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
15168 Vshow_text_cursor_in_void.
204fb75e
KS
15169
15170 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
15171
15172 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
15173 (Qimage): Remove extern (now in lisp.h).
15174 (valid_image_p, parse_image_spec): Use IMAGEP macro.
15175
15176 * xmenu.c (show_help_event): Remove unused code.
15177
15178 * xterm.c (Qface, Qmouse_face): Remove unused externs.
15179 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
15180 row's ascent and descent, to get a sensible height on tall rows.
15181
fc052137
LT
151822003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15183
15184 * minibuf.c (Fcompleting_read): Undo previous change.
15185
a64387ee 151862003-12-25 Lars Hansen <larsh@math.ku.dk>
b9148500
LH
15187
15188 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
15189 Arguments GCPRO'ed in call to file name handler.
15190
56ffd194
TTN
151912003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
15192
15193 * termcap.c (tgetst1): Scan for "%pN"; if all
15194 N are continuous in [1,9], remove all "%pN".
15195
5202d23d
JD
151962003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15197
f26fab36
JD
15198 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
15199
5202d23d
JD
15200 * xfaces.c (lface_fully_specified_p): Take into account that
15201 MAC OS always have unspecified stipple.
15202
8babaa59
TTN
152032003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
15204
15205 * tparam.c (tparam1): Add handling for `%pN', which
15206 means use param N for the next substitution.
15207
2d176448
TTN
152082003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
15209
15210 * xfaces.c (Fcolor_gray_p): Fix omission bug:
15211 In case `frame' is nil, consult the selected frame.
15212 (Fcolor_supported_p): Likewise.
15213
adb0708c
LT
152142003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15215
000eeb15
LT
15216 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
15217 Doc fixes.
0dc72b11
LT
15218
15219 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
15220 and an integer. Adapt the introductory comment accordingly.
adb0708c
LT
15221 (Fread_from_minibuffer): Delete code moved into read_minibuf.
15222 Doc fix.
15223 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
15224 read_minibuf.
15225 (Fcompleting_read): Delete code moved into read_minibuf.
d7107586 15226 (Ftest_completion): Make it handle obarrays and hash tables correctly.
adb0708c 15227
2e4d132b
KH
152282003-12-03 Kenichi Handa <handa@m17n.org>
15229
15230 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
15231 encoding sequence.
15232
3999c705
KH
152332003-12-01 Kenichi Handa <handa@m17n.org>
15234
15235 * composite.c (syms_of_composite): Don't make the compostion hash
15236 table week.
15237
d344ecbb
LT
152382003-11-30 Luc Teirlinck <teirllm@auburn.edu>
15239
15240 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
15241 * textprop.c (Fget_char_property_and_overlay): New function.
15242 (syms_of_textprop): Defsubr it.
15243
03d6484e
JD
152442003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15245
019b1f0e
JD
15246 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
15247 to compile on terminal configuration.
15248
03d6484e
JD
15249 * fileio.c (Fread_file_name): Check use_file_dialog also before
15250 calling Fx_file_dialog.
15251
1d1c7e75 15252 * fns.c (use_file_dialog): New variable.
03d6484e
JD
15253 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
15254
442d3fd0
KS
152552003-11-29 Kim F. Storm <storm@cua.dk>
15256
15257 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
15258 (syms_of_msdos): Don't intern and staticpro them.
15259
0f6a07a8
KS
152602003-11-27 Kim F. Storm <storm@cua.dk>
15261
15262 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
15263 coordinates relative to glyph at posn. If glyph is an image,
15264 return that as object at posn. Callers changed.
15265 (mode_line_string, marginal_area_string): Calculate and return
15266 pixel coordinates relative to glyph. Callers changed.
15267
15268 * dispextern.h (buffer_posn_from_coords, mode_line_string)
15269 (marginal_area_string): Fix prototypes.
15270 (window_box_left_offset, window_box_right_offset): Add prototypes.
15271
15272 * frame.h (get_specified_cursor_type, get_window_cursor_type):
15273 Remove prototypes.
15274
15275 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
15276
15277 * keyboard.c (make_lispy_position): Add x and y coordinates
15278 relative to the current glyph as 7th element of position.
15279 If glyph is an image, return it in the object element.
15280 (read_key_sequence): Skip checks for keymap property in cases
15281 where POSN_STRING is not a string (e.g. an image).
15282
15283 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
15284 (Vshow_text_cursor_in_void): New variable.
15285 (glyph_to_pixel_coords): Don't use negative hpos.
15286 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
15287 (append_stretch_glyph): Change ascent arg to be actual value
f63fd14e 15288 in pixels rather than ratio to height. Callers changed.
0f6a07a8
KS
15289 (calc_pixel_width_or_height): New aux function, implementing
15290 pixel based artihmetic for glyph widths and heights.
15291 (produce_stretch_glyph): Use calc_pixel_width_or_height for
15292 :width, :height, :align-to, and :ascent, thus allowing these to
15293 be specified in pixels as well as multiples of characters.
15294 Don't produce stretch glyphs with zero width or height.
15295 (get_specified_cursor_type): Declare static.
15296 (get_window_cursor_type): Declare static. Add glyph arg to be
15297 able to know when cursor is on an image; always substitute
15298 hollow-box cursor for filled-box cursor on images, to avoid
15299 negative images and flicker when blinking the cursor.
15300 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
15301 (note_mode_line_or_margin_highlight): Use non-text cursor rather
15302 than vertical scroll-bar cursor in display margins.
15303 (note_mouse_highlight): Use non-text cursor rather than text
15304 cursor in fringes and over images in the text area.
15305 Use non-text cursor when mouse pointer is outside editable text,
15306 i.e. in the void after end-of-line or end-of-buffer; this was
15307 already done for W32, but is now standard for all systems --
15308 user can toggle show-text-cursor-in-void to get old behaviour.
15309 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
15310 Vdisplay_pixels_per_inch.
15311
00498bfc
AS
153122003-11-25 Andreas Schwab <schwab@suse.de>
15313
15314 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
15315 EMACS_INT to not lose bits.
15316 (Ffillarray): Don't set bits beyond the size of a bool vector.
15317
edaa824d
KS
153182003-11-25 Kim F. Storm <storm@cua.dk>
15319
15320 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
15321 define this defun on systems that cannot use stderr as lvalue.
15322
74d6f539
GM
153232003-11-24 Gerd Moellmann <gerd@gnu.org>
15324
15325 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
15326 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
15327 ld's default is incompatible with unexec.
15328
6a1ff3ba
KS
153292003-11-23 Kim F. Storm <storm@cua.dk>
15330
63dc7c6b
KS
15331 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
15332 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
15333 (Fforce_window_update): New defun.
15334 (syms_of_window): Defsubr it.
15335 (Fset_window_margins, Fset_window_fringes): Doc fix.
15336
6a1ff3ba
KS
15337 * print.c (Fredirect_debugging_output): New defun.
15338 (syms_of_print): Defsubr it.
15339
aef109b7
LT
153402003-11-22 Luc Teirlinck <teirllm@auburn.edu>
15341
15342 * fns.c (Fset_char_table_parent): Doc fix.
15343
6a1ff3ba 153442003-11-22 Kim F. Storm <storm@cua.dk>
63ccbe21
KS
15345
15346 * dispnew.c (buffer_posn_from_coords): Return actual row/column
15347 for glyph clicked on, rather than (unused) pixel positions.
15348 (mode_line_string, marginal_area_string): Change X and Y args to
15349 pointers for returning actual row/column for glyph clicked on.
15350 Simplify and optimize loops.
15351
aef109b7
LT
15352 * dispextern.h (mode_line_string, marginal_area_string):
15353 Update prototypes.
63ccbe21
KS
15354
15355 * keyboard.c (make_lispy_position): New function for generating
15356 mouse click positions from frame and pixel coordinates.
15357 Enhanced to return buffer position and actual row/column for
15358 events outside the text area using updated mode_line_string and
15359 marginal_area_string functions.
15360 Return left-fringe and right-fringe clicks as such, rather than
15361 clicks in text area.
15362 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
15363 pixel_to_glyph_coords, as we never use the results.
15364 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
15365 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
15366 Eliminate unused code in WHEEL_EVENT handling.
15367 (make_lispy_movement): Use make_lispy_position.
15368
15369 * window.c (coordinates_in_window): Remove redundant tests.
15370 Fix returned X pixel value for left-margin.
15371
15372 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
15373 mode_line_string and marginal_area_string parameters.
15374
a64387ee 153752003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 15376
d7107586
SM
15377 * w32.c (struct the_group, getgrgid): Add.
15378 * mac.c (struct my_group, getgrgid): Add.
aef109b7 15379
3dbf3426
LT
153802003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15381
15382 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
15383
cae8ddbb 153842003-11-21 Lars Hansen <larsh@math.ku.dk>
ded4064f 15385
d7107586
SM
15386 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
15387 include in call to file name handler. Optionally translate numeric
15388 UID and GID to strings. Update docstring.
15389 (directory_files_internal): Add parameter ID-FORMAT.
15390 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
15391 include in call to file name handler and call to
15392 directory_files_internal. Update Docstring.
15393 (Fdirectory_files): Add dummy parameter in call to
15394 directory_files_internal.
15395 * lisp.h (Qinteger): Add.
15396 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
15397 (Ffile_attributes): Add parameter.
15398 * data.c (Qinteger): Export.
cae8ddbb 15399
2550b848
LT
154002003-11-21 Luc Teirlinck <teirllm@auburn.edu>
15401
3dbf3426 15402 * fns.c (Freverse, Fnreverse): Doc fixes.
2550b848 15403
88380018
KS
154042003-11-19 Kim F. Storm <storm@cua.dk>
15405
15406 * xdisp.c (init_iterator): Initialize it->start to position
15407 before reseating (in case start position is invisible).
15408 (init_to_row_start): Set it->start to row-start.
15409 (redisplay_window): Accept optional_new_start if start position
15410 is invisible (in which case IT_CHARPOS overshoots PT).
15411 (display_line): Setup row->start from it->start (rather than
15412 it->current which is wrong if first char on line is invisible).
15413 When done, reseat it->start to it->current (= start of next row).
15414 (expose_area): Fix exposure of text area when first char (e.g. TAB)
15415 is only partially visible.
15416
15417 * dispextern.h (struct it): New member start.
15418
854c1a59
SM
154192003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15420
455316e2
SM
15421 * alloc.c (make_float, Fcons): Clear the markbit at init time.
15422 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
15423 of block_index outside of the macro call.
15424 (Fgarbage_collect): Remove null code.
15425
15426 * m/amdx86-64.h: Don't redefine XPNTR.
15427
854c1a59
SM
15428 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
15429 of VALMASK.
15430
15431 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
15432 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
15433 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
15434
15435 * lisp.h (VALMASK): Only define for non-union type.
15436 (MARKBIT): Remove.
15437 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
15438 (XTYPE): Define unconditionally.
15439 (XSETTYPE): Remove one more remnant.
15440 (EQ): Define differently for the union and non-union cases.
15441 (INTMASK): New bit mask.
15442 (struct Lisp_Marker): Move down to prepare for upcoming patch.
15443 (GC_EQ): Delegate to EQ.
15444
15445 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
15446
a0c6ef2d
JD
154472003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15448
15449 * xterm.c (x_window_to_scroll_bar): Move check of display to
15450 where window_id is compared.
15451
859492c4
KS
154522003-11-17 Kim F. Storm <storm@cua.dk>
15453
15454 * dispextern.h (struct it): New member first_vpos.
15455
15456 * xdisp.c (start_display): Set it->first_vpos.
15457 (try_window_id): Use first_vpos to start display in first _text_
15458 line if no reusable lines at start of window with header line.
15459
810f2256
JD
154602003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15461
7c402969 15462 * w32fns.c (XPutPixel):
854c1a59
SM
15463 * w32bdf.c (w32_init_bdf_font):
15464 * sunfns.c (sel_read):
15465 * process.c (Fmake_network_process):
15466 * frame.c (store_frame_param):
15467 * fontset.c (Fset_fontset_font):
15468 * emacs.c (shut_down_emacs):
a64387ee 15469 * ccl.c (ccl_driver): Remove period at end of error message.
7c402969 15470
a32e9bfd
JD
15471 * config.in: Regenerate.
15472
810f2256
JD
15473 * xfns.c (x_window_to_frame, x_any_window_to_frame)
15474 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15475 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
15476 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
15477 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
15478
15479 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
15480
15481 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
15482 (XTmouse_position, handle_one_xevent): Pass Display* to
15483 x_window_to_scroll_bar.
15484 (x_window_to_scroll_bar): Take a Display* argument.
15485 Check that display for frame is equal to Display* argument.
854c1a59 15486 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
810f2256
JD
15487 x_display_info_for_display instead. Use Display in xev instead
15488 of GDK_DISPLAY.
15489 (x_dispatch_event): Call x_display_info_for_display.
f63fd14e 15490 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
810f2256
JD
15491 (x_connection_closed): Call xg_display_close for GTK.
15492 (x_term_init): Call xg_display_open for additional displays.
15493 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
15494 for GTK.
15495
15496 * xmenu.c (single_menu_item, mouse_position_for_popup)
15497 (x_activate_menubar): Formatting adjustments.
15498
15499 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
15500 adjustments.
15501
15502 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
15503 (xg_display_close, xg_create_default_cursor)
15504 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
15505 handling.
854c1a59
SM
15506 (xg_left_ptr_cursor): Remove.
15507 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
810f2256
JD
15508 cursor here.
15509 (xg_win_to_widget): Take Display* argument, call
15510 gdk_xid_table_lookup_for_display.
15511 (xg_create_frame_widgets, xg_get_file_name, create_menus)
15512 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
15513 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
15514 in FRAME_X_DISPLAY_INFO.
15515 (xg_get_scroll_id_for_window): Take Display* argument.
15516 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
854c1a59 15517 (xg_initialize): Remove xg_left_ptr_cursor.
810f2256 15518
78819ebb
KS
15519 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
15520 Display* argument.
15521 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
810f2256 15522
0b03cc78
JD
155232003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15524
15525 * xterm.c (x_detect_focus_change): Do not change focus frame for
15526 Enter/LeaveNotify if the current focus frame has explicit focus.
15527
77e688fa
KS
155282003-11-14 Kim F. Storm <storm@cua.dk>
15529
15530 * dispnew.c (update_text_area): Fix redisplay error when hscroll
15531 is active and first glyph is only partially visible.
854c1a59 15532
dd429b03
KH
155332003-11-13 Kenichi Handa <handa@m17n.org>
15534
15535 * xdisp.c (select_frame_for_redisplay): New function.
15536 (redisplay_internal): Record also selected_frame for
15537 unwind_redisplay. Call select_frame_for_redisplay before
15538 redrawing each frame.
15539 (unwind_redisplay): Argument changed to a cons.
15540
6d9266f4
LT
155412003-11-12 Luc Teirlinck <teirllm@auburn.edu>
15542
15543 * fns.c (Fstring_to_multibyte): Doc fix.
15544
80060eb3
KH
155452003-11-11 Kenichi Handa <handa@m17n.org>
15546
15547 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15548
74305183
JD
155492003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15550
15551 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
15552 program specified positions.
15553
cfda993e
JD
155542003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15555
15556 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
15557
df211069
KH
155582003-11-08 Kenichi Handa <handa@m17n.org>
15559
15560 * Makefile.in (lisp): Add kannada.el.
15561 (shortlisp): Likewise.
15562
4307d534
KH
155632003-11-07 Kenichi Handa <handa@m17n.org>
15564
854c1a59
SM
15565 * coding.c (coding_allocate_composition_data):
15566 Reset coding->composing to COMPOSITION_NO.
4307d534
KH
15567 (coding_restore_composition): Detect invalid composition data.
15568 Give Fstring and Fvector a Lispy integer, not C int.
15569
854c1a59
SM
155702003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * floatfns.c (Flogb): Don't use VALMASK.
15573
15574 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
15575 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
15576
15577 * lisp.h (XINT): Move the cast to clarify what is going on.
15578 (GCTYPEMASK, XSETTYPE): Remove.
15579 (XGCTYPE): Make it an alias of XTYPE.
15580
d04103a1
JD
155812003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15582
15583 * xterm.c (x_term_init): Fix formatting.
15584
da18b5ac
JD
155852003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15586
78819ebb
KS
15587 * gtkutil.h (xg_have_tear_offs): Declare.
15588 (xg_keep_popup, xg_did_tearoff): Remove.
da18b5ac
JD
15589
15590 * gtkutil.c: Remove variable xg_did_tearoff.
15591 (xg_have_tear_offs): New function.
15592 (tearoff_remove): Just decrease xg_detached_menus.
15593 (tearoff_activate): Increase xg_detached_menus and call
15594 tearoff_remove when tearoff is removed.
854c1a59 15595 (xg_keep_popup): Remove function.
da18b5ac
JD
15596 (create_menus): Give add_tearoff_p as argument to recursive
15597 call to create_menus.
15598 (xg_create_widget): Use variables instead of multiple
15599 strcmp. Tell create_menus to create tear off only for
15600 menu bar menus.
15601 (xg_update_menubar): Change title for a detached menu also.
15602 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
15603 of deep_p.
15604 (xg_initialize): Initialize xg_detached_menus, remove
15605 initialization of xg_did_tearoff.
15606
15607 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
15608 xg_have_tear_offs returns non-zero.
15609 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
15610 call to xg_keep_popup.
15611
64d4923e
AC
156122003-11-01 Andrew Choi <akochoi@shaw.ca>
15613
15614 * macterm.c (XTread_socket): Handle menubar selection and grow
15615 window only for mouseDown events.
854c1a59 15616
6cc8bc07
JD
156172003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15618
15619 * xterm.c (x_term_init): For GTK part, increase x_initialized
15620 to check for more than one display. Use error instead of return 0.
15621
043131c4
AC
156222003-10-31 Andrew Choi <akochoi@shaw.ca>
15623
854c1a59 15624 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
043131c4
AC
15625 (copy_dysymtab): Call it.
15626
bdda99a1
LT
156272003-10-31 Luc Teirlinck <teirllm@auburn.edu>
15628
15629 * eval.c (Fdefvaralias): Doc fix.
15630
800f42ff 156312003-10-26 Luc Teirlinck <teirllm@auburn.edu>
0d11571e
LT
15632
15633 * data.c (Fsetplist): Doc fix.
15634
ef35b389
LK
156352003-10-14 Lute Kamstra <lute@gnu.org>
15636
15637 * window.c (Fset_window_fringes): Clarify docstring.
07107abc 15638
ef35b389 156392003-10-14 Kim F. Storm <storm@cua.dk>
854c1a59 15640
07107abc
KS
15641 * window.c (Fset_window_margins): Simplify arg checking.
15642
f7005886
RS
156432003-10-13 Richard M. Stallman <rms@gnu.org>
15644
15645 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
15646 (print_partial_compiled_pattern): Replace assert with a printout.
15647 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
15648
15649 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
15650
15651 * window.c (Fset_window_margins): Allow only integers as args.
647b07d1
AS
15652 (syms_of_window) <special-display-buffer-names,
15653 special-display-regexps>: Doc fixes.
f7005886 15654
9c0c2af5
LK
156552003-10-13 Lute Kamstra <lute@gnu.org>
15656
15657 * window.c (Fset_window_fringes): Elaborate docstring.
15658
3f080e4e
AC
156592003-10-12 Andrew Choi <akochoi@shaw.ca>
15660
854c1a59 15661 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
a4887377 15662
3f080e4e
AC
15663 * s/darwin.h (GC_MARK_STACK): Define.
15664
0aa513ed
JD
156652003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15666
15667 * window.c (shrink_windows): New function.
15668 (size_window): Call shrink_windows to calculate window sizes when
15669 shrinking frame with more than one window.
15670
6aa8858a
KS
156712003-10-12 Kim F. Storm <storm@cua.dk>
15672
15673 * xdisp.c (compute_fringe_widths): Doc fix.
15674
c2164d91
KH
156752003-10-08 Kenichi Handa <handa@m17n.org>
15676
854c1a59 15677 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
c2164d91 15678
f82ac129
KH
156792003-10-07 Kenichi Handa <handa@m17n.org>
15680
15681 * coding.c (Qcoding_system_define_form): New variable.
15682 (syms_of_coding): Intern and staticpro it.
15683 (Fcheck_coding_system): Try to autoload the definition of
15684 CODING-SYSTEM.
15685
9296c947
LT
156862003-10-05 Luc Teirlinck <teirllm@auburn.edu>
15687
15688 * fns.c (Frequire): Doc fix.
15689
c1f0671a
JD
156902003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15691
3d8c3826
JD
15692 * xfns.c (Fx_send_client_event): New function as a base for
15693 manipulating extended window manager hints.
6dc15d98 15694 (Fx_send_client_event): Remove unused variable s.
3d8c3826 15695
068ae0fd
JD
15696 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
15697 that function is removed.
15698
15699 * xterm.c (x_set_offset): Use move_offset_left/top instead of
15700 x/y_pixels_outer_diff.
15701 (x_check_expected_move): Calculate move_offset_left/top.
15702
15703 * xterm.h (struct x_output): New members: move_offset_top/left.
15704
854c1a59 15705 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
068ae0fd
JD
15706 call x_set_offset directly.
15707
15708 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
15709
96f09305
JD
15710 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
15711
15712 * xterm.c (x_delete_display): Free font names and font_encoder
15713 in dpyinfo->font_table.
15714
854c1a59
SM
15715 * xfns.c (Fx_close_connection): Only call XFreeFont here.
15716 Move xfree of font names to x_delete_display.
96f09305 15717
c1f0671a
JD
15718 * xterm.h (struct x_display_info): New member, wm_type.
15719 (struct x_output): New members, expected_top/left and
15720 check_expected_move.
15721
15722 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
15723 is received.
854c1a59
SM
15724 (handle_one_xevent): Rename x_check_expected_move from
15725 x_check_fullscreen_move.
c1f0671a
JD
15726 (x_set_offset): Only add WM decoration sizes to modified_top/left
15727 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
854c1a59 15728 (x_check_expected_move): Rename from x_check_fullscreen_move.
c1f0671a
JD
15729 Removed fullscreen specific code. Use check_expected_move,
15730 expected_left/top instead. Also, set wm_type.
15731 (x_term_init): Initialize wm_type to unknown.
15732
15733 * frame.c (x_fullscreen_move): Remove addition of WM decoration
15734 sizes to move_x/y.
15735
be2fdba9
KH
157362003-10-03 Kenichi Handa <handa@m17n.org>
15737
15738 * macterm.c (x_load_font): Clear all members of FONTP before start
15739 filling them.
15740
157412003-10-02 Kenichi Handa <handa@m17n.org>
15742
15743 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
15744 before calling find_ccl_program_func. Call find_ccl_program_func
15745 only when fontp->font_encoder is not NULL.
15746
15747 * xterm.c (x_load_font): Clear all members of FONTP before start
15748 filling them.
15749
26a6e439
JPW
157502003-10-03 John Paul Wallington <jpw@gnu.org>
15751
15752 * keymap.c (map_keymap): Don't abort when binding is a vector.
15753
0d4c2dc2
JR
157542003-10-02 Jason Rumney <jasonr@gnu.org>
15755
854c1a59
SM
15756 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
15757 Sync dependencies with Makefile.in.
a63cf46f
JR
15758 (alloca.o): Remove.
15759
0d4c2dc2
JR
15760 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
15761 filling them.
15762
15763 * w32bdf.c (w32_load_bdf_font): Likewise.
15764
ab8f7d5c
RS
157652003-09-30 Richard M. Stallman <rms@gnu.org>
15766
15767 * term.c (set_tty_color_mode): Calculate current_mode_spec
15768 regardless of value of VAL.
15769
854c1a59 15770 * intervals.c (graft_intervals_into_buffer):
ab8f7d5c
RS
15771 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
15772 Handle over_used when splitting UNDER.
15773
c6605d63 157742003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ab8f7d5c
RS
15775
15776 * regex.c (regex_compile): Free the stack when returning from function.
15777
3413f972
KH
157782003-09-28 Kenichi Handa <handa@m17n.org>
15779
15780 * fontset.c (Finternal_char_font): Change return value to
15781 cons (FONT-NAME . GLYPH-CODE).
15782
a6eeaa81 157832003-09-28 Eli Zaretskii <eliz@gnu.org>
40409f05
EZ
15784
15785 * term.c (tty_setup_colors): Treat any negative argument as -1.
15786
f98ddc99
KH
157872003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
15788
15789 * process.c (send_process): Delete unused temp_buf.
15790
66c8f1a8
DL
157912003-09-26 Dave Love <fx@gnu.org>
15792
15793 * xterm.c (x_bitmap_mask): Declare.
15794
ca716c26
DL
157952003-09-25 Dave Love <fx@gnu.org>
15796
15797 * Makefile.in (fns.o): Depend on md5.h.
15798
fbe57420
KS
157992003-09-25 Kim F. Storm <storm@cua.dk>
15800
15801 * window.c (set_window_buffer): Fix redisplay problems when
15802 switching between buffers with different display margin widths.
15803
ef6ae4ff
KS
158042003-09-23 Kim F. Storm <storm@cua.dk>
15805
15806 * process.c (set_socket_option): Fix :bindtodevice option.
15807 (Fset_network_process_option): Update process contact list when
15808 setting option succeeds.
15809 (Fmake_network_process): Doc fix.
15810
68e03c1c
DL
158112003-09-23 Dave Love <fx@gnu.org>
15812
7146d1c1 15813 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
68e03c1c 15814
a6eeaa81 158152003-09-22 Eli Zaretskii <eliz@gnu.org>
2f809aae
EZ
15816
15817 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
15818 color mode is an integer number (it could be -1).
15819
8fe7d8c8
RS
158202003-09-22 Richard M. Stallman <rms@gnu.org>
15821
15822 * intervals.c (graft_intervals_into_buffer): Correct the main loop
15823 in the case where OVER is longer than UNDER.
15824
2f71b5ea
MY
158252003-09-22 Masatake YAMATO <jet@gyve.org>
15826
7146d1c1 15827 * window.c (Fset_window_scroll_bars): Validate the value of
2f71b5ea 15828 `vertical_type'.
7146d1c1 15829
0c4da023
KS
158302003-09-21 Kim F. Storm <storm@cua.dk>
15831
15832 * frame.c (Vdefault_frame_scroll_bars): New variable.
15833 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
15834 (syms_of_frame): DEFVAR_LISP it, and initialize according to
15835 window-system default scroll bar position.
15836
b648413b
KS
15837 * window.c (Fwindow_scroll_bars): Doc fix.
15838
8f5b9e34
JD
158392003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15840
854c1a59 15841 * xterm.c (x_set_offset): Take window manager decorations into account.
8f5b9e34 15842
b0f23edf
RS
158432003-09-19 Richard M. Stallman <rms@gnu.org>
15844
15845 * atimer.h: Don't include lisp.h.
15846 (P_): Define it here (as well as elsewhere).
15847
15848 * print.c (Fprin1_to_string): Move the PRINTPREPARE
15849 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
15850
15851 * data.c (Fvariable_binding_locus): New function.
15852 (syms_of_data): defsubr it.
15853 (Flocal_variable_p): Delete duplicate call to indirect_variable.
15854
e1283999
DL
158552003-09-18 Dave Love <fx@gnu.org>
15856
ad5f3636
DL
15857 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
15858
e1283999
DL
15859 * process.c (Fnetwork_interface_info): Fix type error.
15860 (Fnetwork_interface_list): Doc fix.
15861 (read_process_output, read_process_output): Delete unused var.
15862
b8c7fd71
KS
158632003-09-17 Kim F. Storm <storm@cua.dk>
15864
15865 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
15866 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
15867 (Fnetwork_interface_info): Check that ifreq struct has required
15868 fields before accessing them; this requires that those fields are
15869 defined as macros, which may be too restrictive on some platforms,
15870 but it is better than failing on other platforms.
15871 (syms_of_process): Only defsubr above fns when included.
15872
11e0a411
DL
158732003-09-17 Dave Love <fx@gnu.org>
15874
15875 * unexalpha.c: Don't include varargs.h.
15876
e9c50801
KS
158772003-09-17 Kim F. Storm <storm@cua.dk>
15878
15879 * process.c (Fset_process_sentinel): Add sentinel to childp plist
15880 for network process.
15881 (socket_options): Add `:' prefix to option names. Add optbit field.
15882 (set_socket_option): Remove no_error arg and special handling of s < 0.
15883 Return 1<<optbit for known option, 0 for unknown.
15884 Do not interpret 0 as false for boolean option (only nil).
15885 Pass failed option and value to report_file_error.
7146d1c1 15886 (Fset_network_process_options): Replace by Fset_network_process_option.
e9c50801
KS
15887 (Fset_network_process_option): New function to set just one option.
15888 (Fmake_network_process): Allow :coding arg to be a cons.
15889 Allow :server arg to be an integer specifying backlog size.
15890 Remove :options arg, and allow options to be specified directly
15891 as :KEY, VALUE pairs. Parse these options before binding socket.
15892 As before, :reuseaddr t is default for a server process, but this
15893 can now be disabled by specifying :reuseaddr nil.
15894 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
15895 (init_process): Availability of network options is now checked with
15896 simpler syntax (featurep 'make-network-process :OPTION); use loop to
15897 setup features.
15898 (syms_of_process): Fix defsubr's for the replaced functions.
15899
a0fc3644
DL
159002003-09-16 Dave Love <fx@gnu.org>
15901
15902 * Makefile.in: Depend on coding.h.
15903
6df2a645
KS
159042003-09-14 Kim F. Storm <storm@cua.dk>
15905
15906 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
15907 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
15908 (syms_of_process): Defsubr them.
15909
15910 * config.in: Regenerate.
7146d1c1
SM
15911
159122003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
15915 * m/news-r6.h (XUNMARK): Remove.
15916 * m/mips.h (XUNMARK): Remove.
15917 * m/mips-siemens.h (XUNMARK): Remove.
15918 * m/iris4d.h (XUNMARK): Remove.
15919 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
15920
0930c1a1
SM
159212003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15922
31003b9e
SM
15923 * lisp.h (VALBITS): Don't remove 1 for the markbit.
15924 (union Lisp_Object): Use unsigned int for types. Remove markbit.
15925 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
15926 (XTYPE): Use unsigned right-shift.
15927 (XMARKBIT, XMARK, XUNMARK): Remove.
15928
0930c1a1
SM
15929 * alloc.c (init_intervals, init_symbol, init_marker):
15930 Don't preallocate anything.
15931 (Fgarbage_collect, mark_object): Ignore the markbit.
15932
15933 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
15934
19bb0fcd 159352003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
15936
15937 * xdisp.c (pint2hrstr): New function.
15938 (decode_mode_spec): Add `%i' and `%I' specs.
15939 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
15940 for `mode-line-format'.
15941
03bb6a06
AS
159422003-09-07 Andreas Schwab <schwab@suse.de>
15943
15944 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
15945 avoid warning.
15946
a6eeaa81 159472003-09-07 Eli Zaretskii <eliz@gnu.org>
2063d89c 15948
0930c1a1 15949 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
2063d89c 15950
ed159bbf
KS
159512003-09-03 Kim F. Storm <storm@cua.dk>
15952
15953 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
15954 change (superseded by 2002-08-30 change); the default blink-off
15955 cursor is now again "no cursor".
15956
fe64a394
JR
159572003-09-01 Jason Rumney <jasonr@gnu.org>
15958
15959 * makefile.w32-in (alloca.o): Remove.
15960 (coding.o): Depend on intervals.h
15961 (emacs.o, bytecode.o): Depend on window.h
15962
c0175e24
DL
159632003-09-01 Dave Love <fx@gnu.org>
15964
15965 * Makefile.in (alloca.o): Remove commands.
15966 (coding.o): Depend on intervals.h composite.h window.h.
15967 (emacs.o): Depend on window.h keyboard.h keymap.h.
15968 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
15969 (bytecode.o): Depend on window.h.
15970
a24d4cb2
JR
159712003-08-31 Jason Rumney <jasonr@gnu.org>
15972
4bc2315e
JR
15973 * w32term.c (w32_per_char_metric): Allow cached metrics to be
15974 returned even when font_type is unknown.
15975
a24d4cb2
JR
15976 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
15977
9d35adc7
JD
159782003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15979
15980 * xterm.c (x_term_init): Initialize new fields in x_display_info.
15981
15982 * xterm.h (struct x_display_info): Add red/green/blue_bits and
15983 *_offset.
15984
15985 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
15986 calculate pixel value.
15987
6f68b035
GM
159882003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
15989
0930c1a1
SM
15990 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
15991 Don't tell redisplay display is accurate when it's actually been
15992 paused for pending input.
6f68b035 15993
4828b4d7
RS
159942003-08-29 Richard M. Stallman <rms@gnu.org>
15995
15996 * dispnew.c (adjust_glyph_matrix): Call window_box
15997 whenever W is nonzero.
15998
15999 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16000 (Fkill_local_variable, Fmake_variable_frame_local)
0930c1a1 16001 (Flocal_variable_p, Flocal_variable_if_set_p):
4828b4d7
RS
16002 Use indirect_variable to trace thru variable aliases.
16003
16004 * config.in: Updated.
16005
16006 * callint.c (Fcall_interactively): Save and restore
16007 Vthis_command, Vthis_original_command, real_this_command,
16008 and current_kboard->Vlast_command.
16009
16010 * abbrev.c (Fexpand_abbrev): Insert before deleting.
16011
e019878d
GM
160122003-08-29 Gerd Moellmann <gerd@gnu.org>
16013
16014 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
16015
85478bc6
KH
160162003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
16017
0930c1a1 16018 * coding.c (decode_coding_iso2022): Initialize local variable c2.
85478bc6
KH
16019 (decode_coding_sjis_big5): Likewise.
16020
07ce82d3
JR
160212003-08-27 Jason Rumney <jasonr@gnu.org>
16022
d3703de3
JR
16023 * w32.c (sys_pipe): Protect against file descriptor overflow.
16024
ee4a01d1
JR
16025 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
16026
07ce82d3
JR
16027 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
16028
a64387ee 160292003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
72d19c66
LK
16030
16031 * xfns.c (Vgtk_version_string): New variable.
16032 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
16033
a6eeaa81 160342003-08-24 Eli Zaretskii <eliz@gnu.org>
5459e42a 16035
0930c1a1 16036 * term.c (term_init): Remove `const' from buffer_size's declaration.
3d8714e7 16037
5459e42a
EZ
16038 * Makefile.in (msdos.o): Depend on intervals.h.
16039
0930c1a1 16040 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
5459e42a 16041
231d6cfb
JD
160422003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16043
16044 * xterm.h (struct x_display_info): New fields: client_leader_window
16045 and Xatom_wm_client_leader.
16046
16047 * xterm.c (x_initialize): Move call to x_session_initialize to ...
16048 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
16049
16050 * xsmfns.c (create_client_leader_window): New function.
16051 (x_session_initialize): Call create_client_leader_window, take
16052 dpyinfo as argument.
16053
16054 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
16055
16056 * Makefile.in (xsmfns.o): Add more depenedencies.
16057
afa88464
DL
160582003-08-21 Dave Love <fx@gnu.org>
16059
16060 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
16061
f730033e
KH
160622003-08-21 Kenichi Handa <handa@m17n.org>
16063
16064 * term.c (term_init): Fix previous change; don't rely on the
16065 length of `buffer' if TERMINFO is defined.
16066
6dca786c
DL
160672003-08-20 Dave Love <fx@gnu.org>
16068
16069 * atimer.h: Include lisp.h.
16070
16071 * lisp.h (EMACS_LISP_H): New.
16072 (popup_activated_flag): Don't declare.
16073
16074 * alloca.c: Some merging with gnulib. Change logic and doc
16075 concerning (x)malloc/(x)free -- no longer Emacs-specific.
16076 [DO_BLOCK_INPUT]: Don't include lisp.h.
16077 (xmalloc, xfree): Declare.
16078 (malloc): Don't declare.
16079
0930c1a1 16080 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
6dca786c
DL
16081 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
16082 atimer.h, blockinput.h.
16083
16084 * alloc.c (lisp_align_malloc): Change type of `aligned'.
16085
78819ebb 16086 * alloca.s: Remove.
6dca786c 16087
3a06a6d9
RS
160882003-08-19 Gerd Moellmann <gerd@gnu.org>
16089
16090 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
16091 use -lncurses.
16092
16093 * term.c (term_init): Use a buffer of size 4096 for tgetent since
16094 FreeBSD returns something longer than 2044. Abort if the end of
16095 the buffer is overwritten.
16096
27eeee55
MB
160972003-08-19 Miles Bader <miles@gnu.org>
16098
16099 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
16100
2f297815
GM
161012003-08-19 Gerd Moellmann <gerd@gnu.org>
16102
f4446bbf
GM
16103 * alloc.c (lisp_align_malloc): Check for memory full when
16104 allocating ablocks, which also avoids freeing a pointer into an
16105 ablocks structure.
16106
16107 * puresize.h (BASE_PURESIZE): Increase to 1100000.
16108
0930c1a1 16109 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
2f297815 16110
0e7d7aae
RS
161112003-08-16 Richard M. Stallman <rms@gnu.org>
16112
16113 * editfns.c (Fencode_time): Doc fix.
16114
161152003-08-16 David Ponce <david@dponce.com>
16116
16117 * fileio.c (Fwrite_region): Fix conditional expression to issue
16118 the right message.
16119
b6189c3b 161202003-08-16 Juri Linkov <juri@jurta.org>
0e7d7aae
RS
16121
16122 * syntax.c (Fforward_word): Argument changed to optional.
0930c1a1 16123 Set default value to 1.
0e7d7aae 16124
5d551295
KH
161252003-08-15 Kenichi Handa <handa@m17n.org>
16126
16127 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
16128 what autoscaled.
16129 (best_matching_font): Once we find a better scalable font, set
16130 non_scalable_has_exact_height_p to 1.
16131 (try_font_list): Call try_alternative_families to try any family
16132 with the given registry.
16133
1661e56b
AS
161342003-08-09 Andreas Schwab <schwab@suse.de>
16135
f29181dc
AS
16136 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
16137
1661e56b
AS
16138 * print.c (print_string): Fix printing of multibyte string with
16139 nontrivial printcharfun.
16140
465aa50a
JD
161412003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16142
16143 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
16144
16145 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
16146
e430e5ba
KH
161472003-07-31 Kenichi Handa <handa@m17n.org>
16148
16149 * process.c (read_process_output): Return the actually read bytes
16150 instead of the result of decoding.
16151
97e7188e
KH
161522003-07-31 Kenichi Handa <handa@m17n.org>
16153
16154 * xterm.h (struct x_bitmap_record): New member have_mask.
16155
16156 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
16157 to 0.
16158 (x_create_bitmap_from_file): Likewise.
16159 (x_destroy_bitmap): Check have_mask member before freeing a mask.
16160 (x_destroy_all_bitmaps): Likewise.
16161 (x_create_bitmap_mask): Set have_mask member to 1.
16162
b53094d6
RS
161632003-07-30 Richard M. Stallman <rms@gnu.org>
16164
16165 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
16166
631f2082
JD
161672003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16168
16169 * gtkutil.c (xg_mark_data): Update calls to mark_object.
16170
c855f2ca
RS
161712003-07-29 Richard M. Stallman <rms@gnu.org>
16172
16173 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
16174 Conditionalize XIM code on HAVE_XIM.
16175
16176 * fns.c (Fclear_string): New function.
16177 (syms_of_fns): defsubr it.
16178
b6189c3b 161792003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
17e6d491 16180
0930c1a1 16181 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
17e6d491 16182
29ea8ae9
SM
161832003-07-22 Stefan Monnier <monnier@cs.yale.edu>
16184
16185 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
16186
16187 * buffer.c (delete_all_overlays): New function.
16188 * buffer.h (delete_all_overlays): Declare.
16189 * coding.c (run_pre_post_conversion_on_str):
16190 * print.c (temp_output_buffer_setup):
16191 * fileio.c (Finsert_file_contents):
16192 * minibuf.c (get_minibuffer): Use it.
16193
1dd7ccf2
AC
161942003-07-22 Andrew Choi <akochoi@shaw.ca>
16195
16196 * unexmacosx.c (unexec_regions_sort_compare):
16197 (unexec_regions_merge): New functions. Sort and merge unexec
16198 regions before dumping them.
16199
f57bd967
DL
162002003-07-22 Dave Love <fx@gnu.org>
16201
16202 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
16203
7cdee936
SM
162042003-07-21 Stefan Monnier <monnier@cs.yale.edu>
16205
16206 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
16207 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
16208 MARKBIT as the gcmarkbit for strings.
16209
e50886d3
RS
162102003-07-21 Richard M. Stallman <rms@gnu.org>
16211
16212 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
16213
29ea8ae9 16214 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
e50886d3
RS
16215 (syms_of_fns): Corresponding change.
16216
16217 * alloc.c (syms_of_alloc): Doc fixes.
16218
162192003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
16220
16221 * s/netbsd.h: Use -Wl syntax.
16222
fdc39b59
RS
162232003-07-17 Richard M. Stallman <rms@gnu.org>
16224
16225 * xterm.c (xim_initialize): Redo 6/24 change.
16226
9c53385f
SM
162272003-07-15 Stefan Monnier <monnier@cs.yale.edu>
16228
16229 * buffer.c (copy_overlays): Use EMACS_INT for positions.
16230 (Fswitch_to_buffer): Don't signal an error when switching to the same
16231 buffer in a dedicated window.
16232
16233 * alloc.c: Use bitmaps for cons, as was done for floats.
16234 (init_float, init_cons): Let the normal code allocate the first block.
16235 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
16236 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
16237 New macros.
16238 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
16239 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
16240 (live_cons_p): Check the pointer is not past the `conses' array.
16241 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
16242 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
16243 (survives_gc_p): Use CONS_MARKED_P and simplify.
16244 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
16245
dde13196
PE
162462003-07-13 Paul Eggert <eggert@twinsun.com>
16247
16248 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
16249 puts it into BSS instead, at least on Solaris 8 and 9.
16250 This is a valid optimization, and it may occur on other platforms,
16251 so Emacs should not assume that initializing a static variable to
16252 zero puts it into data.
16253 * alloc.c (pure, staticvec):
16254 Initialize these arrays to nonzero, so that they're not
16255 put into BSS by that optimization.
16256
a801bc34
SM
162572003-07-13 Stefan Monnier <monnier@cs.yale.edu>
16258
16259 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
16260 (lisp_align_malloc): Use posix_memalign is available.
16261 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
16262 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
16263 for consistency. Update users.
16264
0c8b2afa
RS
162652003-07-13 Richard M. Stallman <rms@gnu.org>
16266
16267 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
16268
668c2ab0
JB
162692003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
16270
9dd28cae 16271 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
668c2ab0
JB
16272 and use the Gtk+ function gtk_window_icon_from_file if available.
16273
16274 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
16275 handle mask of bitmaps.
16276 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
16277 mask property.
16278 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
16279
16280 * xterm.h (xg_set_icon): New function.
16281
800bebe3
RS
162822003-07-12 Paul Eggert <eggert@twinsun.com>
16283
16284 * unexelf.c (unexec): Consider a section to precede the .bss
16285 section if its addresses overlap that of .bss.
16286
69e38995
RS
162872003-07-12 Richard M. Stallman <rms@gnu.org>
16288
16289 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
16290
16291 * config.in (HAVE_CRTIN): Add #undef.
16292 (INLINE): Really inline only if OPTIMIZE is defined.
16293
16294 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
16295 END_FILES_1.
16296 (START_FILES_1, END_FILES_1): New macros (conditional).
a801bc34 16297 (LD_SWITCH_SYSTEM_TEMACS): Define.
69e38995
RS
16298
16299 * s/openbsd.h: Don't include bsd4-3.h.
a801bc34
SM
16300 (TERMINFO): Define.
16301 (LIBS_TERMCAP): Define.
16302 (LD_SWITCH_SYSTEM): Define (two definitions).
69e38995
RS
16303
16304 * xfns.c: Include libpng/png.h instead of png.h.
16305
f1d0c238
AS
163062003-07-11 Andreas Schwab <schwab@suse.de>
16307
16308 * buffer.c (modify_overlay): Update prototype.
16309 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
16310 Likewise.
16311
5f6bf5fe
SM
163122003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16313
16314 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
16315 (struct interval): Move to intervals.h.
16316 (struct Lisp_Marker): Use EMACS_INT for position info.
16317 (forward_point): Remove prototype of defunct function.
16318 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
16319 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
16320 (syms_of_textprop, set_text_properties): Remove prototypes that are
16321 already in intervals.h.
16322
16323 * intervals.h (struct interval): Move from lisp.h.
16324 Use EMACS_INT for position and size info.
16325
16326 * coding.c: Include intervals.h for Fset_text_properties.
16327
16328 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
16329 position and length information.
16330
2765b457
SM
163312003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16332
16333 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
16334 position and length information.
16335
2410d73a
SM
163362003-07-09 Stefan Monnier <monnier@cs.yale.edu>
16337
16338 Change overlays_after and overlays_before so the overlays themselves
16339 are linked into lists, rather than using cons cells. After all each
16340 Lisp_Misc already occupies 5 words, so we can add a `next' field to
16341 Lisp_Overlay for free and save up one cons cell per overlay (not
16342 to mention one indirection when traversing the list of overlay).
16343
16344 * lisp.h (struct Lisp_Overlay): New field `next'.
16345
16346 * buffer.h (struct buffer): Change overlays_before and overlays_after
16347 from Lisp lists of overlays to pointers to overlays.
16348
16349 * buffer.c (overlay_strings, recenter_overlay_lists):
16350 Fix typo in eassert in last commit.
16351 (unchain_overlay): New function.
16352 (add_overlay_mod_hooklist): Use AREF.
16353 (copy_overlays, reset_buffer, overlays_at, overlays_in)
16354 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
16355 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
16356 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
16357 (report_overlay_modification, evaporate_overlays, init_buffer_once):
16358 Adjust to new type of overlays_(before|after).
16359
16360 * alloc.c (mark_object): Mark the new `next' field of overlays.
16361 (mark_buffer): Manually mark the overlays_(after|before) fields.
16362
16363 * coding.c (run_pre_post_conversion_on_str):
16364 * editfns.c (overlays_around):
16365 * xdisp.c (load_overlay_strings):
16366 * fileio.c (Finsert_file_contents):
16367 * indent.c (current_column):
16368 * insdel.c (signal_before_change, signal_after_change):
16369 * intervals.c (set_point_both):
16370 * print.c (temp_output_buffer_setup): Use new type for
16371 overlays_(before|after).
16372
04812929
SM
163732003-07-08 Stefan Monnier <monnier@cs.yale.edu>
16374
16375 * buffer.c (report_overlay_modification): Don't run hooks while
16376 traversing the list of overlays.
16377
16378 * buffer.h (struct buffer): Use an int for overlay_center.
16379 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16380 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16381
16382 * buffer.c (reset_buffer, recenter_overlay_lists)
16383 (adjust_overlays_for_insert, adjust_overlays_for_delete)
16384 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
16385 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
16386 (overlays_at, evaporate_overlays, recenter_overlay_lists)
16387 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
16388
16389 * xdisp.c (fast_find_position): Remove unused var.
16390
16391 * cmds.c (Qexpand_abbrev): New sym.
16392 (syms_of_cmds): Initialize it.
16393 (internal_self_insert): Use it to call expand-abbrev.
16394
2e7ecf15
KS
163952003-07-09 Kim F. Storm <storm@cua.dk>
16396
f9711de4 16397 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
2e7ecf15 16398 was configured with --without-xim.
42f81f64 16399 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
2e7ecf15 16400
c6de56a0
RS
164012003-07-07 Richard M. Stallman <rms@gnu.org>
16402
16403 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
16404
16405 * alloc.c (Fgarbage_collect): Doc fix.
16406
b6189c3b 164072003-07-07 Nozomu Ando <nand@mac.com>
b93fb365
KH
16408
16409 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
16410
bfe1a3f7
SM
164112003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16412
04812929
SM
16413 * minibuf.c (read_minibuf): UNGCPRO before returning.
16414 (Ftry_completion, Fall_completions): Doc fix.
16415
bfe1a3f7
SM
16416 * alloc.c (live_float_p): Check that p is not past the `floats' array,
16417 now that `floats' is not the last element of the struct any more.
16418
ee79d1aa
JR
164192003-07-06 Jason Rumney <jasonr@gnu.org>
16420
16421 * w32term.h (ClipboardSequence_Proc): New type.
16422
16423 * w32fns.c (clipboard_sequence_fn): New variable.
16424 (globals_of_w32fns): Initialize it.
16425
16426 * w32select.c (last_clipboard_sequence_number): New variable.
16427 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
16428 number if possible.
16429
49723c04
SM
164302003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16431
4698665f
SM
16432 * m/amdx86-64.h (MARKBIT):
16433 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
16434 MARKBIT and ARRAY_MARK_FLAG any more.
16435
16436 * m/hp800.h (XSETMARKBIT):
16437 * m/sr2k.h (XSETMARKBIT):
16438 * lisp.h (XSETMARKBIT): Remove unused macro.
16439
49723c04
SM
16440 * lisp.h (mark_object): Change prototype.
16441
16442 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
16443 (last_marked): Change accordingly.
16444 (mark_interval, mark_maybe_object, mark_maybe_pointer)
16445 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
16446 (mark_buffer): Update calls to mark_object.
16447
16448 * bytecode.c (mark_byte_stack):
16449 * fns.c (sweep_weak_table):
16450 * keyboard.c (mark_kboards): Update calls to mark_object.
16451
1d660eca
JR
164522003-07-06 Jason Rumney <jasonr@gnu.org>
16453
16454 * alloc.c (struct ablock): Only include padding when there is some.
16455
618b5ae4
SM
164562003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16457
16458 * alloc.c (ALIGN): Add casts to simplify usage.
16459 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
16460 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
16461 (struct ablock, struct ablocks): New types.
16462 (free_ablock): New global var.
16463 (lisp_align_malloc, lisp_align_free): New functions.
16464 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
16465 (struct float_block): Reorder and add gcmarkbits.
16466 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
16467 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
16468 (init_float, make_float): Use lisp_align_malloc.
16469 (free_float, live_float_p): Don't use `type' any more.
16470 (make_float): Use FLOAT_UNMARK to access to mark bit.
16471 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
16472 Use FLOAT_MARKED_P to access the mark bit.
16473 (pure_alloc): Simplify use of ALIGN.
16474 (mark_object): Use FLOAT_MARK to access the mark bit.
16475 (gc_sweep): Use new macros to access the float's mark bit.
16476 (init_alloc_once): Init free_ablock.
16477
16478 * lisp.h (struct Lisp_Float): Remove unused field `type'.
16479
3ef06d12
SM
164802003-06-27 Stefan Monnier <monnier@cs.yale.edu>
16481
16482 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
16483 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
16484 (allocate_buffer): Move.
16485 (string_bytes): Don't mask markbit of `size_byte'.
16486 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16487 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
16488 Use the `size' field of buffers (rather than the `name' field) for
16489 the mark bit, as is done for all other vectorlike objects.
16490 Use the new macros to access the mark bit of vectorlike objects.
16491
e81043aa
RS
164922003-06-26 Richard M. Stallman <rms@gnu.org>
16493
16494 * puresize.h (BASE_PURESIZE): Increment base size.
16495
16496 * xdisp.c (fast_find_position): Enable Gerd's new definition.
16497
16498 * xterm.c (xim_initialize): Undo previous change.
16499
2d0834cc
SM
165002003-06-26 Stefan Monnier <monnier@cs.yale.edu>
16501
16502 * alloc.c (survives_gc_p): Simplify.
16503
16504 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
16505
16506 * window.c (Fset_window_dedicated_p): Simplify.
16507 (display_buffer_1): Don't raise the win from which minibuf was entered.
16508 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
16509 (Fminibuffer_selected_window): Simplify.
16510
16511 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
16512
16513 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
16514 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
16515
16516 * insdel.c (check_markers, adjust_markers_for_delete)
16517 (adjust_markers_for_insert, adjust_markers_for_replace)
16518 (prepare_to_modify_buffer, RESTORE_VALUE):
16519 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
16520 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
16521 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
16522 * alloc.c (Fmake_marker, free_marker, gc_sweep):
16523 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
16524 * editfns.c (save_excursion_restore, transpose_markers):
16525 * window.c (delete_window):
16526 * xdisp.c (message_dolog): Update for new types.
16527
d54ae3d8
JD
165282003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16529
a5f696ac
JD
16530 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
16531 (realize_default_face): Use default_face_done_p for the force_p
2d0834cc 16532 argument to set_lface_from_font_name. Set default_face_done_p to one.
a5f696ac
JD
16533
16534 * frame.c (make_frame): Initialize default_face_done_p.
16535
16536 * frame.h (struct frame): Add default_face_done_p.
16537
d54ae3d8
JD
16538 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
16539 will be defined.
16540
2336fe58
SM
165412003-06-25 Stefan Monnier <monnier@cs.yale.edu>
16542
16543 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
16544 Initialize the new field `gcmarkbit'.
16545 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
16546 (mark_interval_tree): Don't mark the tree separately from the nodes.
16547 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
16548 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
16549 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
16550
16551 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
16552 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
16553 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
16554 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
16555 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
16556
bcea31c2
DL
165572003-06-24 Dave Love <fx@gnu.org>
16558
16559 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
16560
16561 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
16562 from gnulib.
16563
2601f59e
RS
165642003-06-21 Richard M. Stallman <rms@gnu.org>
16565
16566 * fileio.c (Fwrite_region): Alternate messages
16567 for append and partial write.
16568
16569 * keyboard.c (read_key_sequence): When converting upcase fn key to
16570 downcase, update fkey and keytran so `backspace' gets translated.
16571
16572 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
16573
16574 * process.c (wait_reading_process_input): Don't signal SIGIO
16575 in batch mode.
16576
b5d2c621
KH
165772003-06-17 Kenichi Handa <handa@m17n.org>
16578
16579 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
16580 composite.h.
16581
16582 * xselect.c: Don't include charset.h, coding.h, composite.h.
16583 (Qforeign_selection): New variable.
16584 (syms_of_xselect): Intern and static it.
16585 (selection_data_to_lisp_data): Return a unibyte string made from
16586 data with `foreign-selection' text property.
16587
6793bc63
SM
165882003-06-15 Stefan Monnier <monnier@cs.yale.edu>
16589
16590 * termhooks.h (EVENT_INIT): New macro.
16591
16592 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
16593
16594 * alloc.c (mark_kboards): Move to keyboard.c.
16595
16596 * keyboard.c (record_asynch_buffer_change, read_avail_input):
16597 * xterm.c (x_dispatch_event):
16598 * xmenu.c (find_and_call_menu_selection):
16599 * xdisp.c (handle_tool_bar_click):
16600 * w32menu.c (menubar_selection_callback):
16601 * sysdep.c (kbd_input_ast, read_input_waiting):
16602 * msdos.c (dos_rawgetc):
16603 * macterm.c (mac_check_for_quit_char):
16604 * macmenu.c (menubar_selection_callback):
16605 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
16606 data to kbd_buffer_store_event.
16607
b3ea810c
KS
166082003-06-15 Kim F. Storm <storm@cua.dk>
16609
16610 * xdisp.c (x_fix_overlapping_area): Always use area relative X
6793bc63 16611 to fix redisplay problem with tall characters (such as \e,AC\e(B).
b3ea810c 16612
b8f75eda
KG
166132003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
16614
16615 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
16616
ba92ce48
KH
166172003-06-12 Kenichi Handa <handa@m17n.org>
16618
16619 * fileio.c (Fwrite_region): Save and restore restriction.
16620
b80263be
DL
166212003-06-12 Dave Love <fx@gnu.org>
16622
16623 * alloca.c (alloca): Declare arg as size_t.
16624
6793bc63
SM
16625 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
16626 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
b80263be 16627
b23c0a83
DL
166282003-06-11 Dave Love <fx@gnu.org>
16629
16630 * search.c (shrink_regexp_cache): Use xrealloc.
16631 (syms_of_search): Use xmalloc.
16632
700e47c2
KS
166332003-06-10 Kim F. Storm <storm@cua.dk>
16634
16635 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
16636 Adjust phys_cursor.x to be relative to window box, rather than
16637 text area before checking -- to ensure cursor is redrawn when
16638 exposing window.
16639 Note: This also fixes a similar (older) bug if display margins
16640 are present.
16641
f11aa0b2
KH
166422003-06-06 Kenichi Handa <handa@m17n.org>
16643
16644 * coding.c (encoding_buffer_size): If coding->type is
16645 coding_type_ccl, double magnification on CRLF encoding.
16646
3d143690
JR
166472003-06-06 Jason Rumney <jasonr@gnu.org>
16648
16649 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
16650 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
16651
16652 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
16653 Mac too.
16654
f16205ca
DL
166552003-06-05 Dave Love <fx@gnu.org>
16656
b23c0a83
DL
16657 * strftime.c: Merge changes from gnulib.
16658
f16205ca
DL
16659 * mktime.c (__mktime_internal): Merge changes from gnulib
16660 involving year 69 and dst2.
16661
16662 Changes to merge with gnulib version and be consistent with the
16663 autoconf test:
16664
6793bc63
SM
16665 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
16666 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
f16205ca
DL
16667 [HAVE_LOCALE_H]: Include locale.h.
16668 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
16669
9b87a0bc
KS
166702003-06-05 Kim F. Storm <storm@cua.dk>
16671
16672 * window.c (coordinates_in_window): Convert X and Y to window
16673 relative coordinates inside mode-line and header-line parts.
16674 Convert X and Y to margin area relative coordinates inside left
16675 and right display margin parts.
16676
5a8a15ec
JR
166772003-06-05 Jason Rumney <jasonr@gnu.org>
16678
16679 * w32fns.c (add_system_logical_colors_to_map): New function.
16680 (Fx_open_connection): Use it.
16681
01ed8ff1
SM
166822003-06-04 Stefan Monnier <monnier@cs.yale.edu>
16683
16684 * process.c (allocate_pty): Revert part of the previous patch.
16685 (Faccept_process_output): Simplify.
16686
b427b65d
JR
166872003-06-04 Jason Rumney <jasonr@gnu.org>
16688
16689 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
16690
16691 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
16692 (lispy_mouse_wheel_names): Remove.
16693 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
16694 Always define drag_and_drop_syms.
16695
16696 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
16697 WHEEL_EVENT events.
16698
914a8c47
SM
166992003-06-03 Stefan Monnier <monnier@cs.yale.edu>
16700
01ed8ff1
SM
16701 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
16702
914a8c47
SM
16703 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
16704
adcb132c
JD
167052003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16706
16707 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
16708 menu item label.
16709
be781fa7
RS
167102003-06-03 Richard M. Stallman <rms@gnu.org>
16711
16712 * window.c (Fwindow_edges): Doc fix.
16713 (Fwindow_pixel_edges, Fwindow_inside_edges)
16714 (Fwindow_inside_pixel_edges): New functions.
16715 (syms_of_window): defsubr them.
16716
16717 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
16718 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
16719
914a8c47
SM
167202003-06-02 Stefan Monnier <monnier@cs.yale.edu>
16721
16722 * dispnew.c (Fsit_for): Don't lie about the number of args.
16723
5b07197a
DL
167242003-06-02 Dave Love <fx@gnu.org>
16725
16726 * callproc.c: Use HAVE_FCNTL_H, not USG5.
16727 (syms_of_callproc) <process-environment>: Doc fix.
16728
16729 * doc.c: Use HAVE_FCNTL_H, not USG5.
16730
16731 * xfaces.c (font_rescale_ratio): Fix for K&R.
16732
16733 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
16734
16735 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
16736
16737 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
16738
16739 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
16740 (xg_create_frame_widgets): Use ENCODE_UTF_8.
16741
d7107586 16742 * xterm.c (Qutf_8): Move to coding.c
5b07197a
DL
16743
16744 * xmenu.c (ENCODE_MENU_STRING): New.
16745 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
16746 Use it.
16747
16748 * coding.h (ENCODE_UTF_8): New.
16749 (Qutf_8): Declare.
16750
16751 * coding.c (Qutf_8): New.
16752 (syms_of_coding): Intern it.
16753
16754 * fns.c: Doc fixes.
16755
7335b336
KH
167562003-06-02 Kenichi Handa <handa@m17n.org>
16757
16758 * buffer.c (Fset_buffer_multibyte): Fix previous change.
16759
914a8c47
SM
167602003-06-01 Stefan Monnier <monnier@cs.yale.edu>
16761
16762 * lread.c (openp): Make sure STR is a string.
16763
9862c135
JR
167642003-06-01 David Ponce <david@dponce.com>
16765
cab27d04 16766 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
9862c135
JR
16767 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
16768
16769 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
16770 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
16771 (discard_mouse_events): Discard WHEEL_EVENT events too.
16772 (lispy_wheel_names, wheel_syms): New.
16773 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
cab27d04 16774 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
914a8c47 16775 (make_lispy_event): Add WHEEL_EVENT handler.
9862c135
JR
16776
16777 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
16778 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16779 WHEEL_EVENT events.
16780
f984e73e
JPW
167812003-05-31 John Paul Wallington <jpw@gnu.org>
16782
16783 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
16784 timer are in lisp/emacs-lisp.
16785
1efcd78f
KH
167862003-05-31 Kenichi Handa <handa@m17n.org>
16787
458c8af4
KH
16788 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
16789 region when a buffer is changed to unibyte.
16790
1efcd78f
KH
16791 * charset.h (VALID_LEADING_CODE_P): New macro.
16792 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
16793
778e2804
KH
16794 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
16795 is nonzero, accept multibyte form of eight-bit-control chars.
16796 (decode_composition_emacs_mule): Likewise.
16797 (decode_coding_emacs_mule): Likewise.
16798 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
16799 multibyte form of eight-bit-control chars.
16800
16801 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
16802 (Finsert_file_contents): If coding-system-for-read is bound to
16803 Qauto_save_coding, use the coding system emacs-mule with special
16804 setting for recovering a file.
16805 (choose_write_coding_system): On auto saving, use the coding
16806 system emacs-mule with special setting for auto saving.
16807 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
16808
034060e4
KH
168092003-05-30 Kenichi Handa <handa@m17n.org>
16810
16811 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
16812 properly before calling ccl_driver.
16813
778e2804 16814 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
034060e4 16815
cab27d04 16816 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
034060e4
KH
16817 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
16818 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
16819
595f5aa5
GM
168202003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
16821
16822 * xfaces.c (realize_default_face): Do not abort if lface is
16823 non-existent - reverts change from 2003-05-19.
16824
103e0180
KH
168252003-05-29 Kenichi Handa <handa@m17n.org>
16826
16827 * coding.c (decode_coding_iso2022): Pay attention to the byte
16828 sequence of CTEXT extended segment, and retain those bytes as is.
16829
168302003-05-28 Kenichi Handa <handa@m17n.org>
16831
cab27d04 16832 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
103e0180
KH
16833 of CODING_REPLACEMENT_CHARACTER.
16834 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
16835 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
16836 check this flag on encoding.
cab27d04
SM
16837 (encode_coding_sjis_big5):
16838 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
16839 (Fset_terminal_coding_system_internal):
16840 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
16841 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
16842
16843 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
103e0180
KH
16844 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16845 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
16846
ff6a3bfb 168472003-05-28 Richard M. Stallman <rms@gnu.org>
45f266dc 16848
ff6a3bfb
RS
16849 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
16850
16851 * eval.c (unbind_to): Move init of this_binding to separate statement.
45f266dc 16852
1963c428
KS
168532003-05-28 Kim F. Storm <storm@cua.dk>
16854
16855 * xdisp.c (expose_window): Fix error in calculation of
16856 window relative coordinates of area to redisplay.
16857
2b5d4601
JR
168582003-05-27 Jason Rumney <jasonr@gnu.org>
16859
16860 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
16861
1c64a4a2
JB
168622003-05-27 David Ponce <david@dponce.com>
16863
16864 Handle W32 mouse wheel events as mouse click events, like in X.
16865
16866 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
16867 MOUSE_WHEEL_EVENT anymore.
16868
16869 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
16870 Scrolling down/up the mouse wheel is respectively mapped to mouse
16871 button 4 and 5.
16872 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
16873 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
16874 WM_MOUSEWHEEL events.
16875
2d031b89
AS
168762003-05-27 Andreas Schwab <schwab@suse.de>
16877
20464fdf
AS
16878 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
16879
2d031b89
AS
16880 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
16881 partially visible line.
16882
16883 * alloc.c (Fgarbage_collect): Fix last change.
16884
97bc76d4
JPW
168852003-05-26 John Paul Wallington <jpw@gnu.org>
16886
16887 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
16888
56613f06
SM
168892003-05-25 Stefan Monnier <monnier@cs.yale.edu>
16890
16891 * window.c (Fset_window_buffer): Add type of `keep_margins'.
16892 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
16893
16894 * window.h (window_box_text_cols): Declare.
16895
16896 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
16897 (x_draw_vertical_border): Remove unused var `f'.
16898
16899 * xfaces.c (build_scalable_font_name): Remove `unused var
16900 pixel_size' warning.
16901
16902 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
16903
16904 * unexelf.c (unexec): Remove `unused var n' warning.
16905
16906 * strftime.c (my_strftime_localtime_r): Remove `defined but
16907 unused' warning.
16908
16909 * process.c (allocate_pty): Remove `unused var stb' and
16910 `cp might be used uninitialized' warnings.
16911
16912 * dispnew.c (mode_line_string): Remove unused var `f'.
16913
16914 * coding.c (find_safe_codings): Remove unused var `i'.
16915
16916 * bytecode.c (Fbyte_code): Remove `unused val' warning.
16917
16918 * buffer.c (Fkill_buffer): Remove unused var `list'.
16919
16920 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
16921
93421a1f
JD
169222003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16923
16924 * frame.c (make_frame): Condition want_fullscreen with
16925 HAVE_WINDOW_SYSTEM.
16926
c4b8aebc
JB
169272003-05-25 Juanma Barranquero <lektu@terra.es>
16928
16929 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
16930 (Fwindow_scroll_bars): Fix typo in docstring.
16931
0416870b
KS
169322003-05-24 Kim F. Storm <storm@cua.dk>
16933
16934 The following changes serve several purposes:
16935
16936 1) Swap the position of fringes and display margins in windows, i.e.
16937 the fringes are now displayed between the margins and the text area
16938 (by default).
16939
16940 2) Allow fringe and scroll bar parameters to be set per-buffer and
16941 per-window (like display margins). Such settings are now stored
16942 in window configurations, preserved when frames are resized, and
9018a88e 16943 copied when windows are split vertically or horizontally.
0416870b
KS
16944 Several bugs related to display margins have been fixed.
16945
16946 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
9018a88e 16947
0416870b
KS
16948 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
16949 rather than FRAME_WIDTH (FRAME_FONT (f)).
16950
16951 5) Introduce a consistent naming of variables, members and macros
16952 depending on whether their value is measured in pixels or in
16953 canonical columns/lines. Pixel dimensions are named *_width and
16954 *_height, while canonical columns/lines are named *_cols and
16955 *_lines. Pixel positions are named *_x and *_y, while column/line
16956 positions are named *_col and *_line.
16957
16958 6) Consolidate more of the X, W32, and MAC gui code by moving
16959 common data into struct frame, and generalize it for the non-gui
16960 case by using suitable defaults.
16961
16962 7) Cleanup and consolidate the macros controlling frame and window
16963 layout into frame.h and window.h, and generalize the use of the
16964 various window_box_* functions (enhanced to handle the new fringe
16965 position and the per-window fringe and scroll bar settings).
16966
16967 * frame.h (struct frame): Rename members height to text_lines,
16968 width to text_cols, window_height to total_lines, window_width to
16969 total_cols, new_height to new_text_lines, new_width to
16970 new_text_cols. All uses changed.
16971 (struct frame): New members which consolidate common members of
16972 x_output, w32_output, and mac_output structures: left_pos,
16973 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
16974 win_gravity, size_hint_flags, border_width, internal_border_width,
16975 line_height, fringe_cols, left_fringe_width, right_fringe_width,
16976 want_fullscreen. All uses changed.
16977 (struct frame): New member column_width contaning the canonical
16978 column width, analogue to line_height. All uses changed.
16979 (struct frame): Rename members scroll_bar_pixel_width to
16980 config_scroll_bar_width, and scroll_bar_cols to
16981 config_scroll_bar_cols. All uses changed.
16982 (struct frame): New member scroll_bar_actual_width which
16983 consolidates and renames the vertical_scroll_bar_extra member of
16984 x_output, w32_output, and mac_output structures. All uses changed.
cab27d04 16985 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
0416870b
KS
16986 from x/w32/macterm.h files. All uses changed. Also change code
16987 which referred to f->output_data...->pixel_height.
cab27d04 16988 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
f63fd14e 16989 from x/w32/macterm.h files. All uses changed. Also change code
0416870b 16990 which referred to f->output_data...->pixel_width.
cab27d04 16991 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
0416870b 16992 Also change code which referred to f->height.
cab27d04 16993 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
0416870b
KS
16994 Also change code which referred to f->width.
16995 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
16996 to update new_text_lines and new_text_cols members directly.
cab27d04 16997 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
0416870b 16998 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
cab27d04 16999 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
0416870b
KS
17000 FRAME_SCROLL_BAR_COLS. All uses changed.
17001 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
cab27d04 17002 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
0416870b
KS
17003 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
17004 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
17005 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
cab27d04
SM
17006 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
17007 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
17008 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
0416870b
KS
17009 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
17010 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
cab27d04
SM
17011 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
17012 Unconditionally return line_height member (it now has proper value
17013 also for non-window frames).
17014 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
0416870b
KS
17015 return new column_width member (rather than the default font width).
17016 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
cab27d04 17017 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
0416870b
KS
17018 from x/w32/macterm.h files. Unconditionally return corresponding
17019 member of frame structure (they now have proper values also for
17020 non-window frames).
cab27d04 17021 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
0416870b
KS
17022 Calculate return value from left and right widths.
17023 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
17024 internal_border_width member (has proper value for non-window frame).
cab27d04
SM
17025 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
17026 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
17027 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
17028 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
17029 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
0416870b 17030 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 17031 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
0416870b 17032 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 17033 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
0416870b 17034 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
cab27d04 17035 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
0416870b 17036 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
cab27d04 17037 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
0416870b 17038 consolidated from x/mac/w32term.h.
cab27d04 17039 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
0416870b 17040 consolidated from x/mac/w32term.h.
cab27d04 17041 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
0416870b 17042 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
cab27d04 17043 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
0416870b
KS
17044 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
17045
17046 * window.h (struct window): Rename members left to left_col,
17047 top to top_line, height to total_lines, width to total_cols,
17048 left_margin_width to left_margin_cols, right_margin_width to
17049 right_margin_cols, orig_height to orig_total_lines, orig_top to
17050 orig_top_line. All uses changed.
17051 (struct window): New members left_fringe_width, right_fringe_width,
17052 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
17053 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
17054 New macros primarily used to simplify other macros.
17055 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
17056 referred to XINT (w->width).
17057 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
17058 referred to XINT (w->height).
17059 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
17060 referred to XINT (w->width) * canon_x_unit.
17061 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
17062 referred to XINT (w->height) * canon_y_unit.
17063 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
17064 referred to XINT (w->left).
cab27d04 17065 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
0416870b
KS
17066 all uses and code that referred to XINT (w->left) + XINT (w->width).
17067 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
17068 referred to XINT (w->top).
17069 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
17070 referred to XINT (w->top) + XINT (w->height).
17071 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
17072 referred to XINT (w->left) * canon_x_unit.
17073 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
17074 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
17075 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
17076 referred to XINT (w->top) * canon_y_unit.
17077 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
17078 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
17079 (WINDOW_LEFTMOST_P): New macro.
cab27d04 17080 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
0416870b 17081 All uses changed.
cab27d04 17082 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
0416870b 17083 All uses changed.
cab27d04 17084 (WINDOW_BOX_LEFT_EDGE_X): Rename from
0416870b
KS
17085 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
17086 Do not exclude left fringe width.
cab27d04 17087 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
0416870b
KS
17088 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
17089 Do not exclude fringe widths.
17090 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
17091 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
17092 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
17093 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
17094 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
17095 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
17096 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
17097 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
17098 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
17099 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
17100 New macros. Change code which referenced corresponding
17101 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
17102 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
17103 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
17104 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
17105 allow per-window scroll-bar settings.
17106 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
17107 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
17108 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
17109 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
17110 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
17111 FRAME_SCROLL_BAR_WIDTH.
17112 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
9018a88e 17113 (WINDOW_SCROLL_BAR_AREA_X): New macros.
cab27d04 17114 (WINDOW_HEADER_LINE_HEIGHT): Rename from
0416870b 17115 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
cab27d04 17116 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
0416870b 17117 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
cab27d04 17118 (WINDOW_BOX_TEXT_HEIGHT): Rename from
0416870b
KS
17119 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
17120 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
17121 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
cab27d04
SM
17122 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
17123 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
0416870b 17124 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
cab27d04 17125 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
0416870b
KS
17126 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
17127 (window_from_coordinates): Update prototype.
17128 (Fset_window_buffer): Update EXFUN.
17129 (set_window_buffer): Update prototype.
9018a88e 17130
0416870b 17131 * dispextern.h (struct glyph_matrix): Rename members window_left_x
9018a88e 17132 to window_left_col, window_top_y to window_top_line. All uses
0416870b
KS
17133 changed.
17134 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
17135 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
17136 internal_border_width is now set to 0 for non-window frames.
17137 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
17138 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
17139 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
17140 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
17141 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
17142 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
17143 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
17144 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
17145 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
9018a88e 17146 Move to window.h and renamed [see window.h changes].
0416870b
KS
17147 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
17148 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
9018a88e
SM
17149 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
17150 Use WINDOW_TOTAL_LINES.
0416870b
KS
17151 (frame_update_line_height): Remove prototype.
17152
17153 * buffer.h (struct buffer): Rename members measured in columns:
17154 left_margin_width to left_margin_cols, right_margin_width to
17155 right_margin_cols. All uses changed.
17156 New members left_fringe_width, right_fringe_width,
17157 fringes_outside_margins for per-buffer fringe settings.
17158 New members scroll_bar_width and vertical_scroll_bar_type for
17159 per-buffer scroll bar settings.
17160
17161 * buffer.c (init_buffer_once): Set buffer_defaults and
17162 buffer_local_flags for new buffer-local variables
17163 left_fringe_width, right_fringe_width, fringes_outside_margins,
17164 scroll_bar_width, and vertical_scroll_bar_type.
17165 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
17166 default-* variables for them.
17167
17168 * dispnew.c: Make (many) trivial substitutions for renamed and
17169 new macros in dispextern.h, frame.h and window.h.
17170 (mode_line_string): No need to adjust width for mode lines, as it
17171 is already adjusted by the caller.
17172 (marginal_area_string): Handle fringes inside/outside margins.
9018a88e 17173
0416870b
KS
17174 * frame.c: Make (many) trivial substitutions for renamed and
17175 new macros in dispextern.h, frame.h and window.h.
17176 (make_frame): Initialize left_fringe_width, right_fringe_width,
17177 fringe_cols, scroll_bar_actual_width, border_width,
17178 internal_border_width, column_width, line_height, x_pixels_diff,
17179 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
17180 members with values suitable for a non-window frames.
17181
17182 * gtkutil.c: Make (many) trivial substitutions for renamed and
17183 new macros in dispextern.h, frame.h and window.h.
9018a88e 17184
0416870b
KS
17185 * indent.c: Make (few) trivial substitutions for renamed and
17186 new macros in dispextern.h, frame.h and window.h.
17187
17188 * keyboard.c: Make (many) trivial substitutions for renamed and
17189 new macros in dispextern.h, frame.h and window.h.
17190 (make_lispy_event): Use window positions returned from
17191 window_from_coordinates when constructing the lisp event for
17192 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
17193 (incorrect) values locally.
17194 (make_lispy_movement): Use window positions returned from
17195 window_from_coordinates when constructing the lisp event, rather
17196 than calculating (incorrect) values locally.
17197
17198 * scroll.c: Make (some) trivial substitutions for renamed and
17199 new macros in dispextern.h, frame.h and window.h.
17200
17201 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
17202 scroll-bars.
17203
17204 * sysdep.c: Make (few) trivial substitutions for renamed and
17205 new macros in dispextern.h, frame.h and window.h.
17206
17207 * term.c: Make (some) trivial substitutions for renamed and
17208 new macros in dispextern.h, frame.h and window.h.
17209
17210 * widget.c: Make (few) trivial substitutions for renamed and
17211 new macros in dispextern.h, frame.h and window.h.
17212
17213 * window.c: Make (many) trivial substitutions for renamed and
17214 new macros in dispextern.h, frame.h and window.h.
17215 (make_window): Initialize new members
17216 left_margin_cols, right_margin_cols, left_fringe_width,
17217 right_fringe_width, fringes_outside_margins, scroll_bar_width,
17218 and vertical_scroll_bar_type.
cab27d04 17219 (coordinates_in_window): Adapt to new fringe/margin positions
9018a88e 17220 and per-window fringes and scroll-bars.
0416870b 17221 Fix bug related to incorrectly adjusting coordinates by
9018a88e 17222 frame's internal_border_width (the effect normally negible since
0416870b
KS
17223 the internal_border_width is typically 0 or 1 pixel, but very
17224 noticeable for an internal_border_width of e.g. 25 pixels).
17225 Upon successful return (other than ON_NOTHING), the coordinates
17226 are now always properly converted to window relative for the
17227 given display element.
17228 (window_from_coordinates): Add new parameters wx and wy to
17229 return the window relative x and y position in the returned
17230 window and part. A null arg means, don't return the position.
17231 All callers changed.
17232 (adjust_window_margins): New function which may reduce the width
17233 of the display margins if a window's text area is too small after
17234 resizing or splitting windows.
17235 (size_window): Fix bug that did not account for display margin
17236 widths when checking the minimum width of a window; use
17237 adjust_window_margins.
17238 (set_window_buffer): Call Fset_window_fringes and
17239 Fset_window_scroll_bars to setup per-window elements.
17240 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
17241 existing display margin, fringe widths, and scroll bar settings
9018a88e
SM
17242 (e.g. after splitting a window or resizing the frame).
17243 All callers changed.
0416870b
KS
17244 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
17245 (Fsplit_window): Duplicate original window's display margin,
17246 fringe, and scroll-bar settings; then call Fset_window_buffer with
17247 KEEP_MARGINS non-nil. This fixes a bug which caused a split
17248 window to only preserve the display margins in one of the windows.
c4b8aebc 17249 When splitting horizontally, call adjust_window_margins on both
0416870b 17250 windows to ensure that the text area of the new windows is non too
f9711de4 17251 narrow. This fixes a bug which could cause Emacs to trap if the
0416870b
KS
17252 width of the split window was less than the width of the display
17253 margins.
cab27d04 17254 (window_box_text_cols): Rename from window_internal_width.
9018a88e 17255 All uses changed. Adapt to per-window fringes and scroll bars.
0416870b
KS
17256 Fix bug that caused vertical separator to be subtracted also on
17257 window frames. Fix another bug that did not reduce the returned
17258 value by the columns used for display margins.
17259 (window_scroll_line_based): Fix bug related to scrolling too much
17260 when display margins are present (implicitly fixed by the fix to
17261 window_box_text_cols).
17262 (scroll_left, scroll_right): Fix bug related to scrolling too far
17263 by default when display margins are present (implicitly fixed by
17264 the fix to window_box_text_cols).
17265 (struct saved_window): Rename members left to left_col, top to
17266 top_line, width to total_cols, height to total_lines, orig_top to
17267 orig_top_line, orig_height to orig_total_lines. All uses changed.
17268 New members left_margin_cols, right_margin_cols,
17269 left_fringe_width, right_fringe_width, fringes_outside_margins,
17270 scroll_bar_width, and vertical_scroll_bar_type for saving
17271 per-window display elements.
17272 (Fset_window_configuration): Restore display margins, fringes,
17273 and scroll bar settings. This fixes a bug which caused display
17274 margins to be discarded when saving and restoring a window
17275 configuration.
17276 (save_window_save): Save display margins, fringes, and scroll bar
17277 settings. This fixes a bug which caused display margins to be
17278 discarded when saving and restoring a window configuration.
17279 (Fset_window_margins): Do nothing if display margins are not
17280 really changed. Otherwise, call adjust_window_margins to ensure
17281 the text area doesn't get too narrow. This fixes a bug which
f9711de4 17282 could cause Emacs to trap if setting display margins wider than
0416870b
KS
17283 the width of the window.
17284 (Fset_window_fringes): New defun to allow user to specifically set
17285 this window's fringe widths and position vs. display margins.
cab27d04 17286 (Fwindow_fringes): New defun to return window's actual fringe settings.
0416870b
KS
17287 (Fset_window_scroll_bars): New defun to allow user to specifically
17288 set this window's scroll bar width and position.
17289 (Fwindow_scroll_bars): New defun to return window's actual scroll
17290 bar settings.
17291 (compare_window_configurations): Also compare display margins,
17292 fringes, and scroll bar settings.
17293 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
17294
17295 * xdisp.c: Make (many) trivial substitutions for renamed and
17296 new macros in dispextern.h, frame.h and window.h.
17297 (window_box_width): Adapt to per-window fringes and scroll bars,
f63fd14e 17298 and new fringe vs. display margin position. Note that returned
0416870b
KS
17299 value is no longer guaranteed to be a whole multiple of the frame
17300 column width, since per-window fringes may now be any width.
17301 (window_box_left_offset): New function like window_box_left, but
17302 value is relative to left border of window (rather than frame).
17303 (window_box_right_offset): New function like window_box_right,
17304 but value is relative to left border of window.
17305 (window_box_left): Adapt to per-window fringes and scroll bars,
17306 and new fringe vs. display margin position. Simplify by using
17307 WINDOW_LEFT_EDGE_X and window_box_left_offset.
17308 (window_box): Allow null args for unnecessary return values;
17309 change/simplify relevant callers.
17310 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
9018a88e
SM
17311 and new fringe vs. display margin position.
17312 Use window_box_left_offset and window_box_right_offset
0416870b 17313 (get_glyph_string_clip_rect): Adapt to per-window fringes and
9018a88e
SM
17314 scroll bars, and new fringe vs. display margin position.
17315 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
0416870b
KS
17316 (draw_fringe_bitmap): Rework to handle per-window fringes and new
17317 fringe vs. display margin position.
17318 (hscroll_window_tree): Use window_box_width instead of window_box.
a64387ee
JB
17319 (redisplay_window): Adapt to per-window scroll bars.
17320 (draw_glyphs): Rework to handle per-window fringes and scroll
9018a88e
SM
17321 bars, and new fringe vs. display margin position.
17322 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
a64387ee 17323 (x_clear_end_of_line): Adapt to per-window fringes and scroll
0416870b
KS
17324 bars, and new fringe vs. display margin position. Fix bug which
17325 increased total width of full_width rows by width of scroll bars
17326 although window's total width already includes that.
17327 (x_fix_overlapping_area): Simplify using window_box_left_offset.
17328 (expose_area): Simplify using window_box_left_offset.
17329 (x_draw_vertical_border): Handle per-window scroll bar settings,
17330 mixing windows with left, right and no scroll bars.
17331
17332 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
17333 where it's used in x_list_fonts (for clarity).
17334 (frame_update_line_height): Remove unused function; functionality
17335 is now done directly when setting the default font in x_set_font.
17336
17337 * xfns.c: Make (many) trivial substitutions for renamed and
17338 new macros in dispextern.h, frame.h and window.h.
17339
17340 * xmenu.c: Make (some) trivial substitutions for renamed and
17341 new macros in dispextern.h, frame.h and window.h.
17342
17343 * xterm.h (struct x_output): Move members left_pos, top_pos,
17344 border_width, pixel_height, pixel_width, line_height,
17345 internal_border_width, vertical_scroll_bar_extra,
17346 left_fringe_width, right_fringe_width, fringe_cols,
17347 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17348 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
17349 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17350 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17351 (PIXEL_WIDTH, PIXEL_HEIGHT)
17352 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 17353 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
17354 frame.h and renamed [see frame.h changes].
17355 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17356 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 17357 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 17358 and renamed [see frame.h changes].
9018a88e 17359
0416870b
KS
17360 * xterm.c: Make (several) trivial substitutions for renamed and
17361 new macros in dispextern.h, frame.h and window.h.
cab27d04 17362 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
17363 (scroll_run): Adapt to new fringe position.
17364 (glyph_rect): Use window coordinates returned from
17365 window_from_coordinates rather than frame_to_window_pixel_xy.
17366 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17367 scroll-bars.
17368 (handle_one_xevent): Simplify a USE_GTK conditional.
17369 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17370 (fringes are now inside margins, i.e. always in the clipping area).
17371 All callers changed.
17372 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17373 directly, then call compute_fringe_widths. Don't call
17374 frame_update_line_height.
17375
17376 * w32term.h (struct w32_output): Move members left_pos, top_pos,
17377 border_width, pixel_height, pixel_width, line_height,
17378 internal_border_width, vertical_scroll_bar_extra,
17379 left_fringe_width, right_fringe_width, fringe_cols,
17380 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17381 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
17382 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17383 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17384 (PIXEL_WIDTH, PIXEL_HEIGHT)
17385 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 17386 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
17387 frame.h and renamed [see frame.h changes].
17388 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17389 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 17390 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 17391 and renamed [see frame.h changes].
9018a88e 17392
0416870b
KS
17393 * w32term.c: Make (several) trivial substitutions for renamed and
17394 new macros in dispextern.h, frame.h and window.h.
cab27d04 17395 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
17396 (glyph_rect): Use window coordinates returned from
17397 window_from_coordinates rather than frame_to_window_pixel_xy.
17398 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17399 scroll-bars.
17400 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
17401 (fringes are now inside margins, i.e. always in the clipping area).
17402 All callers changed.
17403 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17404 directly, then call compute_fringe_widths. Don't call
17405 frame_update_line_height.
17406
17407 * w32console.c: Make (few) trivial substitutions for renamed and
17408 new macros in dispextern.h, frame.h and window.h.
17409
17410 * w32fns.c: Make (many) trivial substitutions for renamed and
17411 new macros in dispextern.h, frame.h and window.h.
17412
17413 * w32menu.c: Make (few) trivial substitutions for renamed and
17414 new macros in dispextern.h, frame.h and window.h.
17415
17416 * macterm.h (struct mac_output): Move members left_pos, top_pos,
17417 border_width, pixel_height, pixel_width, line_height,
17418 internal_border_width, vertical_scroll_bar_extra,
17419 left_fringe_width, right_fringe_width, fringe_cols,
17420 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
17421 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
17422 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
17423 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
17424 (PIXEL_WIDTH, PIXEL_HEIGHT)
17425 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 17426 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
17427 frame.h and renamed [see frame.h changes].
17428 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
17429 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 17430 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 17431 and renamed [see frame.h changes].
9018a88e 17432
0416870b
KS
17433 * macterm.c: Make (several) trivial substitutions for renamed and
17434 new macros in dispextern.h, frame.h and window.h.
cab27d04 17435 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
17436 (glyph_rect): Use window coordinates returned from
17437 window_from_coordinates rather than frame_to_window_pixel_xy.
17438 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
17439 scroll-bars.
17440 (x_clip_to_row): Remove superfluous whole_line_p arg and code
17441 (fringes are now inside margins, i.e. always in the clipping area).
17442 All callers changed.
17443 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
17444 directly, then call compute_fringe_widths. Don't call
17445 frame_update_line_height.
17446
17447 * macfns.c: Make (several) trivial substitutions for renamed and
17448 new macros in dispextern.h, frame.h and window.h.
9018a88e 17449 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
0416870b
KS
17450
17451 * macmenu.c: Make (few) trivial substitutions for renamed and
17452 new macros in dispextern.h, frame.h and window.h.
17453
17454 * msdos.h (struct x_output): Remove members left_pos, top_pos,
17455 and line_height, and use corresponding new members in struct
17456 frame. All uses changed.
17457 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
17458 superseeded by corresponding macros in frame.h.
17459
17460 * msdos.c: Make (several) trivial substitutions for renamed and
17461 new macros in dispextern.h, frame.h and window.h.
17462 (IT_note_mouse_highlight): Use updated window coordinates returned
9018a88e 17463 by window_from_coordinates, rather than adjusting them locally.
0416870b
KS
17464 (internal_terminal_init): No need to initialize line_height here;
17465 it now defaults to 1.
17466
9018a88e
SM
174672003-05-24 Stefan Monnier <monnier@cs.yale.edu>
17468
17469 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
17470 dropping `down' events.
17471
016bd3c0
AS
174722003-05-24 Andreas Schwab <schwab@suse.de>
17473
17474 * coding.c (find_safe_codings): Fix last change.
17475
4dacadcc
TTN
174762003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
17477
17478 * xfns.c (x_window): Fix typo from 2003-05-21 change.
17479
319830ce
SM
174802003-05-23 Stefan Monnier <monnier@cs.yale.edu>
17481
9018a88e
SM
17482 * xdisp.c (display_mode_element): Increase max depth.
17483 Simplify the error handling code. Use a different error string
17484 for the case where we hit the depth limit.
17485
319830ce
SM
17486 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
17487
17488 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
17489
174902003-05-21 Stefan Monnier <monnier@cs.yale.edu>
17491
17492 * intervals.c (get_local_map): Don't get char-property of previous
17493 point any more: get_pos_property already does it and better.
17494
c67de8ba
DL
174952003-05-21 Dave Love <fx@gnu.org>
17496
17497 [Merged from unicode branch.]
17498
17499 * xfns.c (x_window, x_window): Use use_xim.
17500
17501 * xterm.c (use_xim): Initialize.
17502 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17503 (x_term_init): Maybe set use_xim.
17504
17505 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17506
edd3ff1d
JR
175072003-05-21 Jason Rumney <jasonr@gnu.org>
17508
17509 * unexw32.c (_start): Remove _fmode initialization.
17510
17511 * emacs.c (main) [WINDOWSNT]: Move it here.
17512
463f55ee
DL
175132003-05-20 Dave Love <fx@gnu.org>
17514
17515 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
17516
af253914
RS
175172003-05-19 Richard M. Stallman <rms@gnu.org>
17518
17519 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
17520 as value for QCfont attribute.
17521 (realize_default_face): lface should already exist; crash if not.
17522 Specify 0 for FORCE_P when calling set_lface_from_font_name.
17523
17524 * frame.c (Fignore_event): Doc fix.
17525
1d211019
KH
175262003-05-19 Kenichi Handa <handa@m17n.org>
17527
17528 * coding.c (decode_coding_string): Handle post-read-conversion
17529 even if the coding doesn't require decoding.
17530
4dd68254
RS
175312003-05-18 Richard M. Stallman <rms@gnu.org>
17532
17533 * callproc.c (Fcall_process_region): Doc fix.
17534
14d87dc9
SM
175352003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17536
deca5d96
SM
17537 * lread.c (Fload): Print a message if package is obsolete.
17538
14d87dc9
SM
17539 * window.c (Fselect_window): Add optional `norecord' arg.
17540 (select_window_1): Fold into Fselect_window.
17541 (select_window_norecord): New function.
17542 (temp_output_buffer_show): Use it. Preserve current buffer.
17543
17544 * window.h (Fselect_window): Update declaration.
17545
17546 * window.c (delete_window, Fother_window, Fset_window_configuration):
17547 * minibuf.c (read_minibuf):
17548 * macterm.c (x_new_focus_frame):
17549 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
17550 * callint.c (Fcall_interactively):
17551 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
17552
17553 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
17554
78f52183
DK
175552003-05-17 David Kastrup <dak@gnu.org>
17556
17557 * process.c (read_process_output): Back out change from 2003-03-09.
17558
14d87dc9
SM
175592003-05-17 Stefan Monnier <monnier@cs.yale.edu>
17560
17561 * editfns.c (get_pos_property): Don't assume that `object' = nil.
17562
17563 * textprop.c (text_property_stickiness): New arg `buffer'.
17564
17565 * intervals.h (text_property_stickiness): New arg `buffer'.
17566 (get_pos_property): Declare.
17567
17568 * intervals.c (get_local_map): Use get_pos_property, to obey
17569 stickiness and empty overlays.
17570 (create_root_interval, graft_intervals_into_buffer): Use BEG.
17571 (merge_properties, intervals_equal, merge_properties_sticky):
17572 Use XCAR, XCDR.
17573 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
17574
1fd1cc2f
RS
175752003-05-17 Richard M. Stallman <rms@gnu.org>
17576
4f9f637a
RS
17577 * minibuf.c (read_minibuf): If buffer is empty, record the default
17578 in the history.
17579 (Fminibuffer_complete_word): When deleting the overlap, take account
17580 of its real position.
17581
17582 * fns.c (map_char_table): Fix previous change.
17583
1fd1cc2f
RS
17584 * syntax.c (find_defun_start):
17585 When open_paren_in_column_0_is_defun_start,
17586 return beginning of buffer.
17587
17588 * lisp.h (map_char_table): Declare added arg.
17589
17590 * fns.c (map_char_table): New arg TABLE gets the master table.
17591 All calls changed.
17592 Process default and inheritance, resorting to Faref if necessary.
17593
17594 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17595 (Faccessible_keymaps): Pass new arg to map_char_table.
17596
17597 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
17598
17599 * casetab.c (set_case_table): Pass new arg to map_char_table.
17600
17601 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
17602
17603 * lisp.h (specbinding_func): New typedef.
17604 (struct specbinding): Use specbinding_func, to put the `volatile'
17605 in the right place.
17606
17607 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
17608 to avoid GCC warning.
14d87dc9 17609
b6189c3b 176102003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
b4bd27c5 17611
14d87dc9 17612 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
b4bd27c5 17613
35fb885d
SM
176142003-05-15 Stefan Monnier <monnier@cs.yale.edu>
17615
17616 * keyboard.c (apply_modifiers): Don't fill the other cache.
17617
9a274fbd
SM
176182003-05-14 Stefan Monnier <monnier@cs.yale.edu>
17619
c55b5fad
SM
17620 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
17621
9a274fbd
SM
17622 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
17623 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
17624 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
17625 (Fset_window_configuration, Fcurrent_window_configuration)
17626 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
17627 (Fpos_visible_in_window_p, mark_window_cursors_off)
17628 (window_internal_height, window_internal_width, Frecenter)
17629 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
17630 (replace_buffer_in_all_windows, init_window_once, init_window)
17631 (syms_of_window, keys_of_window): Move from lisp.h.
17632 * lisp.h: Move window.c declarations to window.h.
17633
17634 * bytecode.c: Include window.h.
17635 * emacs.c: Include window.h.
17636
14d87dc9 17637 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
9a274fbd
SM
17638 (keyremap): Add `parent' field.
17639 (keyremap_step): Use it. Remove `parent' argument.
17640 (read_key_sequence): Setup and use the new `parent' field.
17641
fd93e331
SM
176422003-05-11 Stefan Monnier <monnier@cs.yale.edu>
17643
17644 * keyboard.c (adjust_point_for_property): Ensure termination.
17645
1c4001a1
SM
176462003-05-10 Stefan Monnier <monnier@cs.yale.edu>
17647
17648 * keyboard.c (follow_key): Remove dead variable `did_meta'.
17649 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
17650 duplicated handling of function-key-map and key-translation-map
17651 in read_key_sequence.
17652 (read_key_sequence): Use them.
17653
17654 * keyboard.c (adjust_point_for_property): Try harder to move point
17655 to the non-sticky end of an invisible property.
17656
17657 * xdisp.c (single_display_prop_intangible_p): Make `space' display
17658 property intangible as well.
17659
780379b1
AS
176602003-05-10 Andreas Schwab <schwab@suse.de>
17661
17662 * xmenu.c (single_menu_item): Change last parameter to void* to
17663 avoid warning.
17664
ca2de342
RS
176652003-05-09 Richard M. Stallman <rms@gnu.org>
17666
17667 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
17668 Bind Qinhibit_modification_hooks to t so there will be no GC.
17669 Rename local `tem' to `save_deactivate_mark'.
17670
17671 * eval.c (specpdl_ptr): Declare volatile.
17672 (unbind_to): Copy the whole binding and decrement specpdl_ptr
17673 before doing the work of unbinding it.
17674
17675 * lisp.h (struct specbinding): Declare elements volatile.
17676 (specpdl_ptr): Declare volatile.
17677
17678 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
17679
17680 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17681 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
17682
347003be
DL
176832003-05-08 Dave Love <fx@gnu.org>
17684
17685 * coding.c (Vlast_coding_system_used): Doc fix.
17686
5adcec23
JR
176872003-05-07 Jason Rumney <jasonr@gnu.org>
17688
17689 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
17690 when system does not support them.
17691
5fe3b8a4
SM
176922003-05-05 Stefan Monnier <monnier@cs.yale.edu>
17693
17694 * fileio.c (Qwrite_region_annotate_functions): New var.
17695 (build_annotations): Use it to process the global part of the hook.
17696 (syms_of_fileio): Init and staticpro it.
17697
17698 * keyboard.c (safe_run_hooks_error): Display a message instead of
17699 silently ignoring the error.
17700
177012003-05-03 Stefan Monnier <monnier@cs.yale.edu>
17702
17703 * keyboard.c (input_available_signal): Mark static.
17704 (menu_bar_items): Use map_keymap.
17705 (menu_bar_one_keymap): Remove.
17706 (menu_bar_item): Adjust arglist (for use in map_keymap).
17707 Properly hide a second binding when not both are keymaps.
17708
17709 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
17710 (single_keymap_panes): Use it and map_keymap.
17711 (single_menu_item): Use skp as well.
17712
17713 * keymap.h (map_keymap_function_t): New type.
17714 (map_keymap): Declare.
17715
17716 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
17717 (map_keymap_call, Fmap_keymap): New functions.
17718 (syms_of_keymap): Defsubr map-keymap.
17719
4b1b4443
JD
177202003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17721
17722 * gtkutil.c (create_dialog, make_widget_for_menu_item)
17723 (make_menu_item, create_menus, xg_update_menu_item): Don't call
17724 ..._with_mnemonic functions for menu items.
17725
1f816871
KH
177262003-05-01 Kenichi Handa <handa@m17n.org>
17727
17728 * coding.c (coding_system_accept_latin_extra_p): Delete this
17729 function.
17730 (find_safe_codings): Pay attention to
17731 the property tranlsation-table-for-encode of each codings.
17732 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
17733
5ed6ba5b
SM
177342003-05-01 Stefan Monnier <monnier@cs.yale.edu>
17735
17736 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
17737
32c06229
SM
177382003-04-30 Stefan Monnier <monnier@cs.yale.edu>
17739
17740 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
17741
17742 * lisp.h (CHECK): Wrap args in parenthesis.
17743 (specbind): Fix doc: symbol = Qnil is not supported any more.
17744
17745 * bytecode.c (Fbyte_code) <unwind-protect>:
17746 Use Fprogn rather than 0 and Qnil.
17747
17748 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
17749 `double', and `triple' modifiers as well.
17750
ed3c3314
RS
177512003-04-30 Richard M. Stallman <rms@gnu.org>
17752
17753 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
17754
17755 * alloc.c (abort_on_gc): New variable.
17756 (Fgarbage_collect): Abort if abort_on_gc is set.
17757
17758 * lisp.h (abort_on_gc): Add decl.
17759
17760 * eval.c (Fsignal): Clear abort_on_gc.
17761
17762 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
32c06229 17763 Reinit FORMAT_START and END before second scan.
ed3c3314
RS
17764
17765 * xdisp.c (move_it_vertically_backward): Do the final big else
17766 even if nlines is 0.
17767
17768 * xdisp.c (redisplay_internal): Finish the per-frame loop
17769 even if redisplay is suspended by input.
17770
0b325c12
AC
177712003-04-24 Andrew Choi <akochoi@shaw.ca>
17772
17773 * macterm.c (x_list_fonts): Return all fonts that match if
17774 maxnames = -1.
17775
4e837cd0
KH
177762003-04-25 Kenichi Handa <handa@m17n.org>
17777
17778 * syntax.c (skip_chars): Fix previous change.
17779
9af7511a
KH
177802003-04-24 Kenichi Handa <handa@m17n.org>
17781
17782 * syntax.c (skip_chars): Make the code faster by using the common
17783 technique of *p, *stop, and *endp.
17784
e3b2c21f
JD
177852003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17786
17787 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
32c06229 17788 tool_bar_items so GTK tool bar expose callback does not access items
e3b2c21f
JD
17789 being updated.
17790
32c06229
SM
177912003-04-19 Stefan Monnier <monnier@cs.yale.edu>
17792
17793 * eval.c (Fapply): Undo last change and add a comment about why.
17794
c6464167
MB
177952003-04-18 Miles Bader <miles@gnu.org>
17796
17797 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
17798 pickier PARSE_MULTIBYTE_SEQ.
17799
e509f168
SM
178002003-04-17 Stefan Monnier <monnier@cs.yale.edu>
17801
17802 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
17803 Use XCDR, XCAR, CONSP.
17804 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
17805 (Fapply): Remove unnecessary GCPRO.
17806
17807 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
17808
17809 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
17810
17811 * buffer.h: Don't hardcode BEG==1.
17812
17813 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
17814
5ceea398
RS
178152003-04-16 Richard M. Stallman <rms@gnu.org>
17816
17817 * xdisp.c (try_window, try_window_reusing_current_matrix):
17818 When at end of window, set window_end_pos to Z-ZV.
17819
17820 * buffer.c (Foverlay_recenter): Doc fix.
17821
e509f168
SM
178222003-04-14 Stefan Monnier <monnier@cs.yale.edu>
17823
17824 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
17825
d243e605
AC
178262003-04-14 Andrew Choi <akochoi@shaw.ca>
17827
17828 * macterm.c (mac_check_for_quit_char): Don't check more often than
17829 once a second.
17830
6901b111
SM
178312003-04-11 Stefan Monnier <monnier@cs.yale.edu>
17832
17833 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
17834 specially, so that they can't hide an implicit switch-frame event.
17835 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
17836 (head_table): Use switch-frame as event_kind for select-window.
17837 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
17838
17839 * editfns.c (Fformat): Lisp_Object/int mixup.
17840 (format2): Remove unused var numargs.
17841
e301806f 178422003-04-11 Kenichi Handa <handa@m17n.org>
aa95b710 17843
6901b111 17844 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
aa95b710
KH
17845 (Qafter_insert_file_set_coding): New variable.
17846 (syms_of_fileio): Initialize and staticpro it. Delete declaration
17847 for after-insert-file-adjust-coding-function.
17848 (Finsert_file_contents): Call Qafter_insert_file_set_coding
17849 instead of Vafter_insert_file_adjust_coding_function.
17850
38914424
KH
178512003-04-11 Kenichi Handa <handa@m17n.org>
17852
17853 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
17854
17855 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
17856 string. Callers changed.
17857
178582003-04-10 Kenichi Handa <handa@m17n.org>
a288d979 17859
6901b111 17860 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
a288d979 17861 (syms_of_fileio): Declare it as a lisp variable.
6901b111
SM
17862 (Finsert_file_contents):
17863 Call Vafter_insert_file_adjust_coding_function before calling
a288d979
KH
17864 decode-format.
17865
f979dc05
JD
178662003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17867
17868 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
17869 get GtkAdjustment as widget now is a GtkRange.
17870
17871 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
17872 GtkRange to avoid memory leak.
17873
f8c6b4c2 178742003-04-09 Kenichi Handa <handa@m17n.org>
cb98871c 17875
50ebc53d
KH
17876 * xfaces.c (Vface_font_rescale_alist): New variable.
17877 (struct font_name): New member rescale_ratio.
17878 (font_rescale_ratio): New function.
6901b111 17879 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
50ebc53d
KH
17880 (better_font_p): On comparing point sized, pay attention to
17881 recale_ratio member of fonts.
17882 (build_scalable_font_name): Reflect font->rescale_ratio in the
17883 font name.
6901b111 17884 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
50ebc53d 17885
cb98871c
KH
17886 * lread.c (read1): Before calling index, check if the 2nd
17887 arguemnt is in ASCII range.
17888
4773b8ca
RS
178892003-04-08 Richard M. Stallman <rms@gnu.org>
17890
b0ada147
RS
17891 * fileio.c (Ffile_symlink_p): Doc fix.
17892
17893 * editfns.c (Fformat): Translate positions of text properties
17894 in the format string to apply them to the result.
17895
4773b8ca
RS
17896 * fileio.c (Finsert_file_contents): Doc fix.
17897 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17898
178992003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6901b111 17900
4773b8ca
RS
17901 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
17902
e8f25745 179032003-04-08 Steven Tamm <steventamm@mac.com>
b0ada147 17904
e8f25745
ST
17905 * mac.c (init_mac_osx_environment): Switch libexec and bin so
17906 that self-contained application finds libexec files.
17907
f8c6b4c2 179082003-04-08 Kenichi Handa <handa@m17n.org>
2310d84c 17909
6901b111
SM
17910 * coding.c (code_convert_region_unwind):
17911 Set Vlast_coding_system_used to the argument.
2310d84c
KH
17912 (code_convert_region): If post-read-conversion function changed
17913 the value of last-coding-sytem, keep the new value in
17914 coding->symbol so that it won't be overridden.
17915 (run_pre_post_conversion_on_str): Likewise.
7c086845
KH
17916 (coding_system_accept_latin_extra_p): New function.
17917 (find_safe_codings): Pay attention to characters registered in
17918 latin-extra-code-table.
2310d84c 17919
39c9a034
TTN
179202003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
17921
17922 * Makefile.in (md5.o): Add missing dependency info.
17923
eb67c5d6
RS
179242003-04-06 Richard M. Stallman <rms@gnu.org>
17925
17926 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
17927
17928 * marker.c (verify_bytepos): New function.
17929
17930 * intervals.c (set_intervals_multibyte_1): When becoming
17931 multibyte, adjust right and left child sizes to a whole set of
17932 characters. If an interval gets zero total-length, delete it.
17933 If an interval consists of just its children, delete one of them.
17934
17935 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
17936 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
39c9a034 17937
52eb0373 17938 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
eb67c5d6
RS
17939 All calls deleted.
17940 (lisp_malloc): Do the work here directly.
17941
b1f81fc5
JB
179422003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
17943
17944 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
17945 char tables.
17946
179472003-04-04 Kenichi Handa <handa@m17n.org>
aa8b70ae
KH
17948
17949 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
17950 destructively change "%S" to "%s".
17951
774666fb
MB
179522003-04-03 Miles Bader <miles@gnu.org>
17953
17954 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
17955 always set.
17956
19c37f01
DL
179572003-04-01 Dave Love <fx@gnu.org>
17958
17959 * xfns.c (xpm_lookup_color): Grok "opaque".
17960
2f4b24c3
AC
179612003-03-31 Andrew Choi <akochoi@shaw.ca>
17962
17963 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
17964 parent window ID.
17965
17966 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
17967
17968 * macterm.h (struct mac_output): Define x_pixels_diff and
17969 y_pixels_diff.
b1f81fc5 17970
9443fcf6
JB
179712003-03-31 Juanma Barranquero <lektu@terra.es>
17972
17973 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
17974 blockinput.h and files included from it.
17975
e072891b
KS
179762003-03-31 Kim F. Storm <storm@cua.dk>
17977
17978 The following changes consolidates the common code related to
17979 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
17980 files into frame.c.
9443fcf6 17981
e072891b
KS
17982 * frame.c: Include blockinput.h.
17983 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
17984 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
17985 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
17986 related vars here.
17987 (struct frame_parm_table, frame_parms): New table for describing
17988 frame parameters and their associated Q-variable.
17989 The order of the parameters corresponds to the sequence of the
17990 frame_parm_handlers table in redisplay_interface.
17991 (x_fullscreen_move, x_set_frame_parameters)
17992 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
17993 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
17994 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
17995 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
17996 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
17997 Generic functions for processing of frame parameters.
17998 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
17999 (display_x_get_resource, x_get_resource_string): Functions for
18000 generic access to X resources.
18001 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
18002 (x_default_parameter, Fx_parse_geometry): Functions for generic
18003 access to frame parameters.
6901b111
SM
18004 (x_figure_window_size): Generic calculation of frame size.
18005 Fixed to add space needed for tool bar. Also setup size_hint_flags.
e072891b
KS
18006 (syms_of_frame): Intern and staticpro frame parameter variables.
18007 Defvar_lisp Vx_resource_class and Vx_resource_name here.
18008 Defsubr Sx_get_resource and Sx_parse_geometry.
9443fcf6 18009
e072891b
KS
18010 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
18011 parameter related vars defined in frame.c.
18012 (EMACS_CLASS): Define here.
18013 (enum FULLSCREEN_*): Define here.
18014 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
18015 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
18016 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
18017 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
18018 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
18019 (x_set_visibility, x_set_autoraise, x_set_autolower)
18020 (x_set_unsplittable, x_set_vertical_scroll_bars)
18021 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
18022 (x_figure_window_size): Add prototypes.
18023
18024 * dispextern.h (frame_parm_handler): New typedef.
18025 (struct redisplay_interface): New member frame_parm_handlers.
18026 (enum resource_types): Move declaration here.
18027 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
18028 (x_default_parameter): Add prototypes.
18029
18030 * window.c: Remove extern decl for frame parameter vars.
18031 (change_window_heights): New generic function;
18032 replaces x_change_window_heights. All users changed.
18033
18034 * window.h (change_window_heights): Add prototype.
18035
18036 * xfaces.c: Remove extern decl for frame parameter vars.
18037
18038 * xterm.h (EMACS_CLASS): Remove. Use generic define.
18039 (struct w32_display_info): Fix type of xrdb member.
18040 (enum FULLSCREEN_*): Remove.
18041 Remove prototypes for generic functions (in frame.h).
18042
18043 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
18044 parameters now defined in frame.h and frame.c.
f63fd14e 18045 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
18046 (enum x_frame_parms): Remove (bogus, unused enum).
18047 (check_x_display_info): Make non-static (for frame.c).
18048 (struct x_frame_parm_table, x_frame_parms): Remove.
18049 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
18050 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
18051 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
18052 (x_change_window_heights, x_set_autoraise, x_set_autolower)
18053 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
18054 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
18055 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
18056 Remove. Use generic functions instead.
18057 (enum resource_types): Remove.
18058 (x_set_scroll_bar_default_width): New global function (for frame.c).
18059 (Fx_create_frame): Depend on x_figure_window_size to add space for
18060 toolbar and setup size_hint_flags.
18061 (x_frame_parm_handlers): New table for redisplay_interface.
18062 (syms_of_xfns): Don't intern/staticpro removed vars.
9443fcf6 18063
e072891b 18064 * xterm.c: Remove unnecessary extern declarations.
f63fd14e 18065 (x_fullscreen_adjust): Remove. Use generic instead.
e072891b
KS
18066 (x_redisplay_interface): Add x_frame_parm_handlers member.
18067
18068 * w32gui.h (XrmDatabase): New (dummy) typedef.
18069
18070 * w32term.h (EMACS_CLASS): Remove. Use generic define.
18071 (struct w32_display_info): Fix type of xrdb member.
18072 (enum FULLSCREEN_*): Remove.
18073 (x_fullscreen_adjust): Remove prototype.
18074
18075 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
18076 parameters now defined in frame.h and frame.c.
f63fd14e 18077 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
18078 (enum x_frame_parms): Remove (bogus, unused enum).
18079 (check_x_display_info): Make non-static (for frame.c).
18080 (struct x_frame_parm_table, x_frame_parms): Remove.
18081 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
18082 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
18083 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
18084 (x_change_window_heights, x_set_autoraise, x_set_autolower)
18085 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
18086 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
18087 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
18088 Remove. Use generic functions instead.
18089 (enum resource_types): Remove.
18090 (x_set_scroll_bar_default_width): New global function (for frame.c).
18091 (Fx_create_frame): Depend on x_figure_window_size to add space for
18092 toolbar and setup size_hint_flags.
18093 (w32_frame_parm_handlers): New table for redisplay_interface.
18094 (syms_of_w32fns): Don't intern/staticpro removed vars.
9443fcf6 18095
e072891b 18096 * w32term.c: Remove unnecessary extern declarations.
52eb0373 18097 (x_fullscreen_adjust): Remove. Use generic instead.
e072891b
KS
18098 (x_redisplay_interface): Add w32_frame_parm_handlers member.
18099
18100 * w32reg.c (x_get_string_resource): Use XrmDatabase.
18101
18102 * macgui.h (XrmDatabase): New (dummy) typedef.
18103
18104 * macterm.h (EMACS_CLASS): Remove.
18105 (struct mac_display_info): Add xrdb member.
18106 (struct mac_output): Add want_fullscreen member.
18107
18108 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
18109 parameters now defined in frame.h and frame.c.
f63fd14e 18110 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
18111 (check_x_display_info): Make non-static (for frame.c).
18112 (struct x_frame_parm_table, x_frame_parms): Remove.
18113 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
18114 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
18115 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
18116 (x_change_window_heights, x_set_autoraise, x_set_autolower)
18117 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
18118 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
18119 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
18120 Remove. Use generic functions instead.
18121 (enum resource_types): Remove.
18122 (x_set_scroll_bar_default_width): New global function (for frame.c).
18123 (mac_frame_parm_handlers): New table for redisplay_interface.
18124 (syms_of_macfns): Don't intern/staticpro removed vars.
9443fcf6 18125
e072891b
KS
18126 * macterm.c: Remove unnecessary extern declarations.
18127 (x_redisplay_interface): Add mac_frame_parm_handlers member.
18128
3e6a560b
KS
18129 * Makefile.in (frame.o): Add dependency on blockinput.h and files
18130 included from it (atimer.h and systime.h).
18131
7b7b454e
AS
181322003-03-30 Andreas Schwab <schwab@suse.de>
18133
18134 * xdisp.c (x_insert_glyphs): Fix swapped width and height
18135 parameters for shift_glyphs_for_insert.
18136
18137 * macterm.c (x_redisplay_interface): Add missing entry for
18138 draw_vertical_window_border.
18139
beb402de
KG
181402003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18141
18142 * fileio.c (Fexpand_file_name): In the no-handler case, after
18143 expanding, look again for a handler and invoke it. This is needed
18144 for filenames like "/foo/../user@host:/bar/../baz" -- the first
18145 expansion produces "/user@host:/bar/../baz" which needs to be
18146 expanded again for the finame result "/user@host:/baz".
18147
b676f356
JD
181482003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18149
18150 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
18151 of area to be redrawn for better performance.
18152
3c671a56
SM
181532003-03-28 Stefan Monnier <monnier@cs.yale.edu>
18154
18155 * xterm.c (take_vertical_position_into_account): Remove.
18156 (xt_action_hook): Call set_vertical_scroll_bar if needed.
18157 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
18158 (xm_scroll_callback, x_create_toolkit_scroll_bar)
18159 (x_set_toolkit_scroll_bar_thumb): Simplify.
18160 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
18161 (XTread_socket): Remove unused var.
18162 (x_make_frame_invisible): Replace goto with else.
18163
18164 * xdisp.c (set_vertical_scroll_bar): New fun.
18165 (redisplay_window): Use it.
18166
84f2e615
RS
181672003-03-26 Richard M. Stallman <rms@gnu.org>
18168
18169 * xdisp.c (update_tool_bar): Recompute tool bar if
18170 update_mode_lines is set. Set w->update_mode_line
18171 only if the tool bar contents actually change.
18172 (update_menu_bar): Undo previous change.
18173
70b6104c
JD
181742003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18175
5fd6f727
JD
18176 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
18177 (xg_frame_set_char_size): Calculate scroll bar width before frame
18178 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
18179 (xg_separator_p): Check for all documented separator types.
18180 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
18181 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
18182
70b6104c
JD
18183 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
18184 so tool bar gets updated.
18185
d9b36d19
SM
181862003-03-26 Stefan Monnier <monnier@cs.yale.edu>
18187
18188 * data.c (store_symval_forwarding): Re-instate part of the code
18189 that was deleted with too much enthusiasm.
18190
181912003-03-25 Stefan Monnier <monnier@cs.yale.edu>
18192
18193 * data.c (store_symval_forwarding): Delete special read-only
18194 hack for type == -1, since we now use ->constant instead.
18195 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
18196
18197 * buffer.c (overlays_in): Declare static.
18198 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
18199 `constant' field rather than the variable's `type' field.
18200
365fa1b3
AC
182012003-03-24 Andrew Choi <akochoi@shaw.ca>
18202
18203 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
18204
18205 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
18206
18207 * fns.c [MAC_OSX]: Do not redefine vector.
18208
18209 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
18210
18211 * macgui.h: Remove definition of No_Cursor.
18212
d9b36d19 18213 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
365fa1b3
AC
18214
18215 * xdisp.c: Define No_Cursor.
18216 (x_write_glyphs, notice_overwritten_cursor)
18217 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
18218 (note_mouse_highlight): Remove Mac-specific code.
18219 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
d9b36d19 18220
c0bcce6f
JPW
182212003-03-24 John Paul Wallington <jpw@gnu.org>
18222
18223 * xdisp.c (redisplay_window): If mini window's buffer is not
18224 empty, then redisplay it like other windows.
18225
a526b96c
KS
182262003-03-23 Kim F. Storm <storm@cua.dk>
18227
18228 * w32term.c (w32_draw_window_cursor): Fix last change.
18229
37ab321e
KH
182302003-03-23 Kenichi Handa <handa@m17n.org>
18231
a526b96c
KS
18232 * alloc.c (make_string_from_bytes, make_specified_string):
18233 Add `const' for the arg CONTENTS.
37ab321e
KH
18234
18235 * lisp.h (make_string_from_bytes, make_specified_string):
18236 Prototypes adjusted.
18237
7863d625
JD
182382003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18239
14a56a1b 18240 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif.
fd4c9408 18241
7863d625
JD
18242 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
18243 (XG_SB_RANGE): New define.
18244
18245 * gtkutil.c (xg_fixed_handle_expose): New function.
18246 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
18247 expose events.
18248 (xg_update_scrollbar_pos): Take two more arguments, left and width
18249 of scroll bar including borders.
18250 Clear left and right part outside scroll bar separately as some
18251 themes have bars that are not an even number of pixels.
d9b36d19 18252 Don't set reallocate_redraws, don't call
7863d625
JD
18253 gdk_window_process_all_updates.
18254 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
18255 so no need to change it. Calculate size and value with XG_SB_RANGE.
18256
d9b36d19
SM
18257 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
18258 Pass left and width of scroll bar including borders to
7863d625
JD
18259 xg_update_scrollbar_pos.
18260
af0ad939
TTN
182612003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18262
18263 * Makefile.in: Make sure space precedes end-of-line backslashes.
18264
b22139fd
KS
182652003-03-22 Kim F. Storm <storm@cua.dk>
18266
18267 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
18268 Add generic versions here. Remove system specific versions
18269 defined elsewhere.
18270
18271 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
18272 Add prototypes.
18273
6e6410cf
KS
18274 * xterm.h (STORE_NATIVE_RECT): New macro.
18275
5c9cc435
KS
182762003-03-21 Kim F. Storm <storm@cua.dk>
18277
00c64fab
SM
18278 * xdisp.c (get_glyph_string_clip_rect):
18279 Use FRAME_INTERNAL_BORDER_WIDTH.
5c9cc435
KS
18280
18281 * dispextern.h (struct redisplay_interface): Add active_p
18282 argument to draw_window_cursor member. All uses changed.
18283
acd37560
KS
182842003-03-21 Kim F. Storm <storm@cua.dk>
18285
18286 The following changes consolidate code related to writing and
18287 inserting glyphs, exposing frame, the tool bar, the mouse face,
18288 the output cursor, and help echo from xterm.c, w32term.c and
18289 macterm.c into xdisp.c. It also generalizes the use of the
18290 window_part enum instead of using numeric values throughout.
af0ad939 18291
acd37560
KS
18292 * xdisp.c: Consolidate gui-independent code here.
18293 Include keymap.h.
18294 (Qhelp_echo): Import.
18295 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
18296 (help_echo_string, help_echo_window, help_echo_object)
18297 (previous_help_echo_string, help_echo_pos): Declare here.
18298 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
18299 (estimate_mode_line_height): Define here. Handle windowing
18300 systems directly (without using estimate_mode_line_height_hook).
18301 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
18302 (update_window_cursor, update_cursor_in_window_tree)
18303 (fast_find_position, fast_find_string_pos)
18304 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
18305 (expose_area, expose_line, expose_overlaps, expose_window)
18306 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
18307 declared static as they are only used locally in xdisp.c.
18308 (draw_glyphs): Rename from x_draw_glyphs and make static.
18309 (tool_bar_item_info, notice_overwritten_cursor): Make static.
18310 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
18311 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
af0ad939 18312 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
acd37560
KS
18313 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
18314 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
18315 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
18316 (note_mouse_highlight, x_clear_window_mouse_face)
18317 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
18318 (x_intersect_rectangles): New generic functions for use by xdisp.c
18319 and GUI front-ends.
18320 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
18321 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
18322
18323 * dispextern.h (Display_Info): Generic typedef for *_display_info.
18324 (NativeRectangle): Generic typedef for rectangle type.
18325 (enum window_part): Move here from window.c.
18326 (struct redisplay_interface): New members flush_display_optional,
18327 define_frame_cursor, clear_frame_area, draw_window_cursor,
18328 draw_vertical_window_border, shift_glyphs_for_insert.
18329 Rename member clear_mouse_face to clear_window_mouse_face.
18330 (estimate_mode_line_height_hook): Remove hook.
18331 (auto_raise_tool_bar_buttons_p): Don't declare extern.
18332 (tool_bar_item_info): Remove prototype.
18333 (help_echo_string, help_echo_window, help_echo_object)
18334 (previous_help_echo_string, help_echo_pos)
18335 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
18336 (x_stretch_cursor_p, output_cursor): Declare extern.
18337 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
18338 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
18339 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
18340 (display_and_set_cursor, set_output_cursor, x_cursor_to)
18341 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
18342 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
18343 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
18344 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
18345 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
18346 Add prototypes.
18347 (mode_line_string, marginal_area_string): Fix prototypes.
18348
18349 * window.c (enum window_part): Move to dispextern.h.
18350 (coordinates_in_window): Use enum window_part member names
18351 instead of numbers to describe return value.
18352 (struct check_window_data): Change part member to window_part.
18353 (check_window_containing): Return window_part unaltered.
18354 (window_from_coordinates): Change part arg from int to enum
18355 window_part. Allow part arg to be null. All users changed.
18356
18357 * window.h (window_from_coordinates): Fix prototype.
18358
18359 * term.c (estimate_mode_line_height): Move to xdisp.c.
18360
18361 * keyboard.c (make_lispy_event): Use enum window_part.
18362
18363 * dispnew.c (mode_line_string, marginal_area_string): Use enum
18364 window_part instead of int in arg list. Users changed.
18365
18366 * xterm.h (No_Cursor): Declare as None for X.
18367 (struct mac_output): Replace member cross_cursor by hand_cursor.
af0ad939 18368
acd37560
KS
18369 * xterm.c: Remove consolidated defines and code.
18370 (BETWEEN): Remove unused macro.
18371 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
18372 (x_define_frame_cursor, x_clear_frame_area)
18373 (x_draw_window_cursor): New X-specific functions for RIF.
18374 (x_redisplay_interface): Add new members.
18375
18376 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
18377
18378 * w32term.h (struct w32_output): Remove cross_cursor member.
18379
18380 * w32term.c: Remove consolidated defines and code.
18381 (BETWEEN): Remove unused macro.
18382 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
18383 (w32_define_frame_cursor, w32_clear_frame_area)
18384 (w32_draw_window_cursor): New W32-specific functions for RIF.
18385 (w32_redisplay_interface): Add new members.
18386
a64387ee 18387 * w32gui.h (No_Cursor): Define as 0 for W32.
acd37560
KS
18388 (XRectangle): Add X compatible rectangle type.
18389 (NativeRectangle): Declare as RECT for W32.
18390 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18391
18392 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
18393
18394 * w32console.c: Remove consolidated defines and code.
af0ad939 18395
acd37560
KS
18396 * msdos.h (Display_Info): Add generic typedef.
18397
18398 * msdos.c: Remove consolidated defines and code.
18399 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
18400
18401 * macterm.h (struct mac_output): Replace member cross_cursor by
18402 hand_cursor.
18403 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
18404
18405 * macterm.c: Remove consolidated defines and code.
18406 (BETWEEN): Remove unused macro.
18407 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
18408 (mac_define_frame_cursor, mac_clear_frame_area)
18409 (mac_draw_window_cursor): New Mac-specific functions for RIF.
18410 (x_redisplay_interface): Add new members.
18411
18412 * macgui.h (No_Cursor): Define as 0 for Mac.
18413 (XRectangle): Add X compatible rectangle type.
18414 (NativeRectangle): Declare as Rect for Mac.
18415 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
18416
204ccab1
KS
18417 * macfns.c (x_set_mouse_color): Setup hand_cursor.
18418 (x_set_cursor_color): Use x_display_and_set_cursor.
acd37560 18419
9443fcf6 18420 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
acd37560
KS
18421 included from it. Add dependency on keymap.h.
18422
18423 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
18424
8ba01a70 184252003-03-21 Kenichi Handa <handa@m17n.org>
3f817c73
KH
18426
18427 * fileio.c (Fexpand_file_name): Fix previous change.
18428
8ba01a70 184292003-03-19 Kenichi Handa <handa@m17n.org>
4f497b0a
KH
18430
18431 * fileio.c (Ffile_name_directory): Reconstruct file name by
18432 make_specified_string.
18433 (Ffile_name_nondirectory, Ffile_name_as_directory)
18434 (Fdirectory_file_name, Fexpand_file_name)
18435 (Fsubstitute_in_file_name): Likewise.
18436 (Fread_file_name): Compare decoded homedir with DIR and
18437 DEFAULT_FILENAME.
18438
18439 * alloc.c (make_specified_string): If NCHARS is negative, count
18440 the number of characters.
18441
19536747
JD
184422003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18443
de38ae5a
JD
18444 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
18445 all widgets.
18446
19536747
JD
18447 * gtkutil.h: Removed xg_ignore_next_thumb.
18448
37ab321e 184492003-03-18 Kenichi Handa <handa@m17n.org>
cb0d4562
KH
18450
18451 * coding.c (Vchar_coding_system_table): Remove this variable.
18452 (Vcoding_system_safe_chars): New variable.
18453 (intersection): Remove this function.
18454 (find_safe_codings): Don't use Vchar_coding_system_table, but try
18455 all codings in SAFE_CODINGS.
00c64fab 18456 (Ffind_coding_systems_region_internal): Adjust for the change of
cb0d4562
KH
18457 find_safe_codings. Get generic coding systems from
18458 Vcoding_system_safe_chars.
18459 (Fdefine_coding_system_internal): New function.
18460 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
18461 Initialize and staticpro Vcoding_system_safe_chars.
18462
17097258
JD
184632003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18464
2a2071c3
JD
18465 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
18466 equal old values before updating.
18467
17097258
JD
18468 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
18469
18470 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
18471
184722003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18473
18474 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
18475 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
18476 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
14a56a1b 18477 (scroll_bar_button_cb): Set bar->dragging to nil on button release.
17097258
JD
18478 (xg_create_scroll_bar): Pass bar to button event callback.
18479 (xg_find_top_left_in_fixed): New function.
18480 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
18481 whole scroll bar area. Get old position with
18482 xg_find_top_left_in_fixed, calculate and only clear needed areas.
18483 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
18484 dragging is in progress. Calculate whole as for Motif.
18485 Remove code that saved last values. Call gtk_range functions to
18486 set scroll bar sizes.
18487
18488 * gtkutil.h: Removed xg_ignore_next_thumb.
18489
8cb9dfbf
JB
184902003-03-17 Juanma Barranquero <lektu@terra.es>
18491
18492 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
18493 and files included from it.
18494
00c64fab
SM
184952003-03-18 Stefan Monnier <monnier@cs.yale.edu>
18496
18497 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
18498 multiple occurrences of the same keymap under different prefixes.
18499 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
18500
c45bb3b2
JR
185012003-03-16 Jason Rumney <jasonr@gnu.org>
18502
18503 * w32gui.h: Use HDC for Display.
18504
18505 * w32term.c (w32_encode_char): Prevent double-byte chars from
18506 crashing Emacs.
18507
18508 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
18509 as binary.
18510
2a6d0874
JB
185112003-03-16 Juanma Barranquero <lektu@terra.es>
18512
18513 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
18514
03eb5fab
KS
185152003-03-16 Kim F. Storm <storm@cua.dk>
18516
18517 The following changes consolidate some of the gui-independent
18518 parts of the processing and drawing of "glyph strings" from
18519 xterm.c, w32term.c, and macterm.c into xdisp.c.
2a6d0874 18520
03eb5fab
KS
18521 * dispextern.h (struct glyph): Reduce face_id member from 22 to
18522 21 bits (this reduces number of faces from 4M to 2M).
18523 Replace W32 specific w32_font_type member (2 bits) by generic
18524 font_type member (3 bits) for portability.
18525 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
18526 (enum draw_glyphs_face): Define here.
18527 (struct glyph_string): Define here. Merge W32 and X versions.
18528 (struct redisplay_interface): New members per_char_metric,
18529 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
18530 (VCENTER_BASELINE_OFFSET): Define here.
18531 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
18532 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
18533
18534 * xdisp.c: Consolidate gui-independent "glyph string" code here.
18535 (dump_glyph_string): Moved here.
18536 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
18537 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
18538 (fill_composite_glyph_string, fill_glyph_string)
18539 (fill_image_glyph_string, fill_stretch_glyph_string)
18540 (left_overwritten, left_overwriting, right_overwritten)
18541 (right_overwriting, get_char_face_and_encoding)
18542 (set_glyph_string_background_width, compute_overhangs_and_x)
18543 (append_glyph, append_composite_glyph, produce_image_glyph)
18544 (take_vertical_position_into_account, append_stretch_glyph)
18545 (produce_stretch_glyph): New generic functions (based on X version).
18546 Call platform specific functions through rif.
18547 (INIT_GLYPH_STRING): New macro, hides W32 details.
18548 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
18549 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
18550 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
18551 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
18552 (notice_overwritten_cursor):
18553 Generic functions exported to platform modules. Users changed.
18554
18555 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
18556 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
18557 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
fad49844 18558 New macros for consolidated code.
2a6d0874 18559
03eb5fab
KS
18560 * xterm.c: Remove consolidated defines and code.
18561 (x_per_char_metric, x_encode_char)
18562 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
18563 (x_redisplay_interface): Add new members.
18564
18565 * w32gui.h (Display): Add dummy typedef for consolidation.
18566 (XChar2b): Define alias for wchar_t for consolidation.
18567 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18568
18569 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
2a6d0874 18570 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
03eb5fab
KS
18571 New macros for consolidation.
18572
fad49844 18573 * w32term.c: Remove consolidated defines and code.
03eb5fab
KS
18574 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
18575 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
18576 (w32_per_char_metric): Change font_type arg to int for RIF.
18577 (w32_encode_char): Return int according to RIF requirements.
18578 (w32_compute_glyph_string_overhangs): Adapt to RIF.
18579 (w32_get_glyph_overhangs): New function for RIF. Uses generic
18580 x_get_glyph_overhangs.
18581 (w32_redisplay_interface): Add new members.
18582
18583 * macgui.h (XChar2b): Move typedef here for consolidation.
18584 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
18585
18586 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
18587 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
18588 consolidation.
18589
18590 * macterm.c: Remove consolidated defines and code.
18591 (mac_per_char_metric): New function for RIF.
00c64fab 18592 (mac_encode_char): Adapt to new RIF requirements.
03eb5fab
KS
18593 (mac_compute_glyph_string_overhangs): Adapt for RIF.
18594 (x_redisplay_interface): Add new members.
18595
00c64fab
SM
185962003-03-15 Stefan Monnier <monnier@cs.yale.edu>
18597
18598 * keymap.c (Vmenu_events): New var.
18599 (syms_of_keymap): Initialize it.
18600 (where_is_internal): Check more carefully what is a menu event.
18601
225c7a07
RS
186022003-03-14 Richard M. Stallman <rms@gnu.org>
18603
18604 * lread.c (read1): After #!, exit loop on eof.
18605
cea9be54
JD
186062003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18607
9ea0e54d
JD
18608 * gtkutil.h: Add declaration for xg_frame_cleared.
18609
0cb35f4e
JD
18610 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
18611
cea9be54
JD
18612 * gtkutil.c (struct xg_last_sb_pos): New structure.
18613 (handle_fixed_child): New function.
18614 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
18615 and force a redraw on them.
18616 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
18617 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
18618 so we can avoid unneeded redraws.
18619 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
18620 and force a redraw on the scroll bar.
18621 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
18622 if xg_last_sb_pos shows the positions are up to date.
0cb35f4e 18623 (xg_frame_cleared): New function.
cea9be54 18624
20b853f3
KH
186252003-03-13 Kenichi Handa <handa@m17n.org>
18626
18627 * coding.c (Fdetect_coding_region): Fix docstring.
18628 (Fdetect_coding_string): Fix docstring.
18629
7a555aff
AS
186302003-03-13 Andreas Schwab <schwab@suse.de>
18631
25cc0080
AS
18632 * gtkutil.c: Add prototype for create_menus.
18633
30225431
AS
18634 * data.c (long_to_cons): Fix type of top.
18635
18636 * xselect.c (selection_data_to_lisp_data): Use int instead of
18637 long for an integer of size 4.
18638
7a555aff 18639 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
30225431 18640 (xg_tool_bar_help_callback): Likewise.
7a555aff 18641
a3e4741f
AS
186422003-03-12 Andreas Schwab <schwab@suse.de>
18643
18644 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
18645
9668be7c
KS
186462003-03-12 Kim F. Storm <storm@cua.dk>
18647
03eb5fab 18648 The following changes consolidate the fringe handling from
9668be7c 18649 xterm.c, w32term.c, and macterm.c into xdisp.c.
00a88f32 18650
9668be7c
KS
18651 * xdisp.c: Consolidate fringe handling code here.
18652 (left_bits, right_bits, continued_bits, continuation_bits)
18653 (ov_bits, zv_bits): Define fringe bitmaps.
18654 (fringe_bitmaps): New array holding fringe bitmaps.
18655 (draw_fringe_bitmap): Draw a specific bitmap; call display
18656 specific drawing routine via rif->draw_fringe_bitmap.
18657 (draw_row_fringe_bitmaps): Generic replacement for
18658 x_draw_row_fringe_bitmaps; all callers changed.
18659 (compute_fringe_widths): Generic replacement for
18660 x_compute_fringe_widths; all callers changed.
18661
18662 * dispextern.h (enum fringe_bitmap_type): Define here.
18663 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
18664 (fringe_bitmaps): Declare extern.
18665 (struct redisplay_interface): New member draw_fringe_bitmap.
18666 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
18667
18668 * xterm.c: Remove generic fringe code.
18669 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18670 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18671
18672 * w32term.c: Remove generic fringe code.
18673 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
18674 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
00a88f32 18675
9668be7c
KS
18676 * macterm.c: Remove generic fringe code.
18677 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
18678 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
18679
00a88f32
SM
186802003-03-11 Stefan Monnier <monnier@cs.yale.edu>
18681
18682 * print.c (Fprin1_to_string): Return unibyte string if possible.
18683
1d1de695
DK
186842003-03-09 David Kastrup <dak@gnu.org>
18685
18686 * process.c (read_process_output): We have allocated enough space
18687 for readmax and carryover, so actually use the alloted space.
18688
257f40f2
JD
186892003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18690
18691 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
18692 toolkit scrollbar click.
18693
18694 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
18695 for USE_GTK.
18696 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
18697 also.
1d1c7e75 18698 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
257f40f2 18699 scrollbar and control is pressed, call x_scroll_bar_handle_click.
00a88f32 18700
78819ebb 18701 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
257f40f2
JD
18702
18703 * gtkutil.c (xg_get_scroll_id_for_window): New function.
18704 (xg_tool_bar_item_expose_callback): New function.
18705 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
18706 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
18707 on the tool bar widget.
18708 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
18709 to expose on the tool bar item widgets.
18710
15213141
JD
187112003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18712
26b74a0b 18713 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
00a88f32 18714 struct image* when deciding to update (struct image* may have been
26b74a0b
JD
18715 deleted from the image cache).
18716
15213141
JD
18717 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
18718 the event isn't for a frame (i.e. for dialogs).
18719
20b853f3 187202003-03-07 Kenichi Handa <handa@m17n.org>
cb681b34
KH
18721
18722 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
18723 composition components reaches the limit, terminate composing.
18724 (COMPOSITION_OK): New macro.
00a88f32 18725 (detect_coding_iso2022): Use it if an escape sequence for
cb681b34
KH
18726 composition is found.
18727 (coding_restore_composition): Adjust the number of composition
18728 components if it is not sane.
18729
c9029fe5
JB
187302003-03-06 Juanma Barranquero <lektu@terra.es>
18731
18732 * w32term.h (struct w32_display_info): Add xrdb member to support
18733 passing resources via -xrm on Windows.
18734
18735 * w32term.c (w32_make_rdb): New function.
18736 (w32_term_init): Use it to initialize xrdb member of w32_display_info
18737 struct. Delete leftover code.
18738
18739 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
18740 for resources passed on the command line.
18741
18742 * w32reg.c (w32_get_rdb_resource): New function.
18743 (x_get_string_resource): Use it, so resources passed with -xrm
18744 supercede the ones in the registry.
18745
9d00001f
JD
187462003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18747
18748 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
18749 instead of x_top_window_to_frame.
18750
ca2417b9
JD
187512003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18752
18753 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
18754 when restarting Emacs.
18755
5b20caf0
RS
187562003-03-03 Richard M. Stallman <rms@gnu.org>
18757
18758 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
18759 to run kill-buffer-query-functions.
18760 (Qkill_buffer_query_functions): New var.
18761 (syms_of_buffer): Init and staticpro it.
18762
58e91b77
JD
187632003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18764
18765 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
18766
932357b4
KS
187672003-02-25 Kim F. Storm <storm@cua.dk>
18768
18769 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
18770 If centering point failed to make whole line visible and vscroll
18771 is non-zero, disable vscroll and try centering point again.
18772
18773 * lread.c (read1): Accept `single space' syntax like (? x).
18774
bb8db7e1
JD
187752003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18776
18777 * keyboard.c (cancel_hourglass_unwind): Surround with
14a56a1b 18778 #ifdef HAVE_X_WINDOWS.
bb8db7e1 18779
47d77aab
KH
187802003-02-25 Kenichi Handa <handa@m17n.org>
18781
18782 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
18783 process only when "subprocesses" is defined.
18784
6a097c0c
SM
187852003-02-24 Stefan Monnier <monnier@cs.yale.edu>
18786
18787 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18788
0b063c27
JB
187892003-02-24 Juanma Barranquero <lektu@terra.es>
18790
d1135afc
JB
18791 * callint.c (fix_command): Declare as static void and move before
18792 Fcall_interactively.
18793
0b063c27
JB
18794 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
18795 (syms_of_xdisp): Don't initialize Qwhen.
18796
0af912f0
JD
187972003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18798
18799 * keyboard.c (cancel_hourglass_unwind): New function.
18800 (command_loop_1): Cancel hourglass with unwind-protect.
18801
120d0a23
RS
188022003-02-23 Richard M. Stallman <rms@gnu.org>
18803
18804 * callint.c (fix_command): New subroutine, from Fcall_interactively.
18805 Detect (when ... (region-beginning)) etc.
18806 (Fcall_interactively): Call fix_command.
18807 (Qif, Qwhen): New variables.
18808 (syms_of_callint): Init and staticpro them.
0b063c27 18809
120d0a23
RS
18810 * regex.c (print_partial_compiled_pattern): Output to stderr.
18811
4ece81a6
KG
188122003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18813
18814 * dired.c (directory_files_internal): Don't expand directory.
18815 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
18816 instead. From Lars Hansen <larsh@math.ku.dk>.
18817
e52bd6b7
SM
188182003-02-22 Stefan Monnier <monnier@cs.yale.edu>
18819
18820 * fns.c (string_to_multibyte): Remove unused var i.
18821 (Flanginfo): Fix int/Lisp_Object mixup.
18822 (void_call2): New fun.
18823 (Fmap_char_table): Use it in place of call2.
18824
18825 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
18826
18827 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
18828
18829 * keymap.c (copy_keymap_1): Make it static.
18830
18831 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
18832
c33ef7c4
JB
188332003-02-22 David Ponce <david@dponce.com>
18834
18835 * lread.c (Fload): Don't check STRING_MULTIBYTE.
18836
16782258
JD
188372003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18838
18839 * process.h: Removed subtty field from struct Lisp_Process.
18840
18841 * process.c (create_process): Remove setting of subtty.
18842 (emacs_get_tty_pgrp): New function.
e52bd6b7
SM
18843 (Fprocess_running_child_p, process_send_signal):
18844 Call emacs_get_tty_pgrp instead of ioctl.
16782258
JD
18845 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
18846
3abeca61
KG
188472003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
18848
18849 * keymap.c (Fdefine_key): Doc fix.
18850
92a8ce63
JB
188512003-02-21 Juanma Barranquero <lektu@terra.es>
18852
18853 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
18854
18855 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
18856 POLLING_PROBLEM_IN_SELECT.
18857
18858 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
18859 Delete #undef of POLLING_PROBLEM_IN_SELECT.
18860
18861 * s/hpux10-20.h: New file.
18862
e52bd6b7
SM
18863 * process.c (wait_reading_process_input):
18864 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
92a8ce63 18865
20f1ef2e
KH
188662003-02-20 Kenichi Handa <handa@m17n.org>
18867
32d0a9dc
KH
18868 * fontset.c (check_fontset_name): If NAME is nil, return the
18869 default fontset.
18870 (override_font_info): New function.
e52bd6b7 18871 (Fset_fontset_font): Document that NAME nil means the default fontset.
32d0a9dc
KH
18872 (Ffontset_info): If FONTSET is not the default fontset, merge
18873 FONTSET onto the copy of the default fontset, and work on that
18874 copy. Document that NAME nil means the default fontset.
18875 (Ffontset_font): Document that NAME nil means the default fontset.
18876
20f1ef2e
KH
18877 * process.c (setup_process_coding_systems): If the process's
18878 in/out descriptor is -1, do nothing.
18879
77d1daf2
AS
188802003-02-19 Andreas Schwab <schwab@suse.de>
18881
e52bd6b7
SM
18882 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
18883 Add prototypes.
77d1daf2 18884
f9a45bb3
KH
188852003-02-19 Kenichi Handa <handa@m17n.org>
18886
18887 * xfaces.c (try_alternative_families): Try all scalable fonts if
18888 Vscalable_fonts_allowed is not Qt.
18889
72ecb43c
JD
188902003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18891
18892 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
18893
ee5be7c3
JD
188942003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18895
18896 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
18897 names.
18898
18899 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
e52bd6b7 18900 (sorted_font_list): Move allocation of struct font_name to
ee5be7c3
JD
18901 x_face_list_fonts.
18902 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
18903 (Fx_list_fonts): Set maxnames to -1 to get all font names.
18904
4cd519a7
KS
189052003-02-18 Kim F. Storm <storm@cua.dk>
18906
068f9882
KS
18907 * lread.c (read1): Fix last change.
18908 "`" is not always special. Allow "?" after a character constant.
4cd519a7 18909
7290a344
AC
189102003-02-18 Andrew Choi <akochoi@shaw.ca>
18911
18912 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
18913
1f7fa69b
AS
189142003-02-18 Andreas Schwab <schwab@suse.de>
18915
18916 * window.c (window_scroll_pixel_based): Move outside a
18917 multi-glyph character before setting new window start.
18918
18919 * xdisp.c (in_display_vector_p): New function.
18920 * dispextern.h (in_display_vector_p): Declare.
18921
23e21195
KS
189222003-02-18 Kim F. Storm <storm@cua.dk>
18923
18924 * lread.c (read1): Fix and relax read syntax.
18925 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
18926 Only recognize "," after dotted-pair dot if inside backquote.
18927 Never include "`" or "," (inside backquote) in a symbol.
18928 Allow dotted-pair dot after a character constant.
18929 Allow "`" and "," (inside backquote) after a character constant.
92a8ce63 18930
f098b121
JD
189312003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18932
18933 * gtkutil.c (xg_tool_bar_expose_callback): New function.
18934 (xg_create_tool_bar): Force style of tool bar to be horizontal with
18935 icons. Set name of tool bar to emacs-toolbar.
18936 (update_frame_tool_bar): Connect expose event to
18937 xg_tool_bar_expose_callback.
18938
63020c46
RS
189392003-02-17 Richard M. Stallman <rms@gnu.org>
18940
18941 * keyboard.c (this_command_key_count_reset): New variable.
18942 Initiatize to 0 where this_command_key_count is set.
18943 (read_char): Save and restore this_command_key_count_reset
18944 around input method code.
18945 (read_char): If this_command_key_count_reset, echo reread commands.
18946 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
18947
fb4452cc
KH
189482003-02-17 Kenichi Handa <handa@m17n.org>
18949
18950 * fns.c (string_to_multibyte): Always return a multibyte string.
18951
bd11cc09
JR
189522003-02-16 Jason Rumney <jasonr@gnu.org>
18953
e52bd6b7
SM
18954 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
18955 Negative max_fonts parameter means list all.
bd11cc09 18956
4cdf4bde
DL
189572003-02-14 Dave Love <fx@gnu.org>
18958
18959 * fns.c (Flanginfo): Doc fix.
18960
023b93f6
KS
189612003-02-13 Kim F. Storm <storm@cua.dk>
18962
37cd4238
KS
18963 * lread.c (read_escape): Interpret \s as a SPACE character, except
18964 for \s-X in a character constant which still is the super modifier.
18965 (read1): Signal an `invalid read syntax' error if a character
18966 constant is immediately followed by a digit or symbol character.
18967
140a6b7e
KS
18968 * search.c (Fmatch_data): Doc fix. Explicitly state that
18969 match-data is undefined if last search failed.
18970
3419757d 18971 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
023b93f6
KS
18972 All uses changed.
18973
7d5c86e5
JB
189742003-02-12 Juanma Barranquero <lektu@terra.es>
18975
18976 * eval.c (Fdefmacro): Fix typo.
18977
295fff2c
KS
189782003-02-12 Kim F. Storm <storm@cua.dk>
18979
18980 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
18981 macro is a string, convert meta modifiers in string when copying
18982 the string into a vector.
18983
60f3202d
KS
189842003-02-11 Kim F. Storm <storm@cua.dk>
18985
18986 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
18987
61cb0b53
KH
189882003-02-11 Kenichi Handa <handa@m17n.org>
18989
18990 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
18991
7392e23c
KS
189922003-02-10 Kim F. Storm <storm@cua.dk>
18993
18994 * process.c: Doc fixes.
18995 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
18996
ce4254bd
KH
189972003-02-10 Kenichi Handa <handa@m17n.org>
18998
9c7a329a
KH
18999 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
19000
ce4254bd
KH
19001 * process.c (QCfilter_multibyte): New variable.
19002 (setup_process_coding_systems): New function.
e52bd6b7
SM
19003 (Fset_process_buffer, Fset_process_filter):
19004 Call setup_process_coding_systems.
ce4254bd
KH
19005 (Fstart_process): Initialize the member `filter_multibyte' of
19006 struct Lisp_Process.
19007 (create_process): Call setup_process_coding_systems.
19008 (Fmake_network_process): New keyward `:filter-multibyte'.
19009 Initialize the member `filter_multibyte' of struct Lisp_Process.
19010 Call setup_process_coding_systems.
19011 (server_accept_connection): Call setup_process_coding_systems.
19012 (read_process_output): If the process has a filter, decide the
19013 multibyteness of a string to given to the filter by
19014 `filter_multibyte' member of the process. If the process doesn't
19015 have a filter and the result of conversion is unibyte, use
19016 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
19017 multibyte form.
19018 (Fset_process_coding_system): Call setup_process_coding_systems.
19019 (Fset_process_filter_multibyte): New function.
19020 (Fprocess_filter_multibyte_p): New function.
19021 (syms_of_process): Intern and staticpro QCfilter_multibyte.
19022 Defsubr Sset_process_filter_multibyte and
19023 Sprocess_filter_multibyte_p.
19024
19025 * process.h (struct Lisp_Process): New member filter_multibyte.
19026
19027 * lisp.h (setup_process_coding_systems): Add prototype.
19028
19029 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
19030 process, update coding systems for the process.
19031
b08d5f59
KH
190322003-02-09 Kenichi Handa <handa@m17n.org>
19033
19034 * fns.c (string_to_multibyte): New function.
19035 (Fstring_to_multibyte): New function.
19036 (syms_of_fns): Defsubr it.
19037
0dfd93c0
AS
190382003-02-08 Andreas Schwab <schwab@suse.de>
19039
19040 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
19041 instead of the substitution.
19042
7b76ca1c
JD
190432003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19044
19045 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
19046
19047 * xmenu.c (menu_position_func): Adjust menu popup position so that
19048 the menu is fully visible.
7b76ca1c 19049
2436a4e4
JD
190502003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19051
19052 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
e52bd6b7
SM
19053 (x_make_frame_invisible, x_wm_set_icon_position):
19054 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
2436a4e4
JD
19055
19056 * xfns.c (x_set_name, x_set_title): Ditto.
19057
37d1e680
RS
190582003-02-04 Richard M. Stallman <rms@gnu.org>
19059
19060 * keyboard.c (echo_now): Update before_command_echo_length.
19061 (Freset_this_command_lengths): Reset this_command_key_count etc.
19062 immediately rather than arranging to do it later.
19063 (before_command_key_count_1, before_command_echo_length_1)
19064 (before_command_restore_flag): Vars deleted.
19065 (add_command_key): Don't handle before_command_restore_flag.
19066 (read_char, record_menu_key): Don't update before_command_key_count or
19067 before_command_echo_length.
19068 (read_char): Don't handle before_command_restore_flag.
19069
19070 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
19071 in direct-output clauses if it wouldn't be called in the ordinary case.
19072
578846a3
KS
190732003-02-04 Kim F. Storm <storm@cua.dk>
19074
19075 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
19076
49853a4d
JD
190772003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19078
19079 * gtkutil.c (remove_from_container): Copying list is not needed.
19080 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
19081 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
19082 on list returned from gtk_container_get_children to avoid memory leak.
19083
8b53dc06
JR
190842003-02-01 Jason Rumney <jasonr@gnu.org>
19085
5d54d177
JR
19086 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
19087 local malloc.
19088 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
19089 definitions in xpm.h.
19090 (init_xpm_functions): New function.
f63fd14e 19091 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
5d54d177
JR
19092 (init_external_image_libraries): Try to load libXpm.dll.
19093
8b53dc06
JR
19094 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
19095 timestamp.
19096
b222e415
DL
190972003-01-31 Dave Love <fx@gnu.org>
19098
19099 * syntax.c (Fskip_chars_forward)
19100 (open-paren-in-column-0-is-defun-start): Doc fix.
19101
c60ee5e7
JB
191022003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
19103
19104 * fileio.c: Support // at start of name for Cygwin (just added proper
19105 preprocessor tests).
19106
19107 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
19108
19109 * Makefile.in: Use @EXEEXT@ for Cygwin.
19110
19111 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
19112
19113 * s/cygwin.h: Added for Cygwin port.
19114
53b37591
JB
191152003-01-31 Juanma Barranquero <lektu@terra.es>
19116
19117 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
19118 when including gif_lib.h.
fe929957 19119 (init_gif_functions, init_tiff_functions): New functions.
f63fd14e
JB
19120 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
19121 Windows. Disable color table lookups. Call library functions
53b37591 19122 through pointers determined at runtime.
fe929957
JB
19123 (init_external_image_libraries): Try to load libungif.dll and
19124 libtiff.dll.
53b37591 19125
45415a8f
KH
191262003-01-31 Kenichi Handa <handa@m17n.org>
19127
19128 * xdisp.c (SKIP_GLYPHS): New macro.
e52bd6b7 19129 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
45415a8f 19130
a97e4138
JD
191312003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19132
e52bd6b7 19133 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
a97e4138 19134
6eed9bed
DL
191352003-01-30 Dave Love <fx@gnu.org>
19136
19137 * alloc.c (Vgc_elapsed, gcs_done): New variables.
19138 (Fgarbage_collect): Use them.
19139 (init_alloc, syms_of_alloc): Set them up.
19140
100dcd40
JB
191412003-01-30 Juanma Barranquero <lektu@terra.es>
19142
19143 * w32fns.c (init_external_image_libraries): Add missing operator.
19144
fbd852af
JR
191452003-01-29 Jason Rumney <jasonr@gnu.org>
19146
19147 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
19148 an alternative name for jpeg.dll.
19149
8a2d8020
KH
191502003-01-29 Kenichi Handa <handa@m17n.org>
19151
19152 * xdisp.c (set_cursor_from_row): Pay attention to string display
19153 properties.
19154
058c18c7
AC
191552003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
19156
19157 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
19158 <escape>.
19159 (keycode_to_xkeysym_table): Reformat and add more comments.
19160 (XTread_socket): Drop special case for backspace.
19161
385f11cf
AC
191622003-01-28 Andrew Choi <akochoi@shaw.ca>
19163
19164 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
19165 values in old-style RGB specs.
19166
c922a224
JB
191672003-01-27 Juanma Barranquero <lektu@terra.es>
19168
19169 * w32fns.c (init_external_image_libraries): Try alternate names for the
19170 jpeg dll.
19171
0a1d6de0
JD
191722003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19173
19174 * gtkutil.c (create_dialog, xg_separator_p)
19175 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
19176 before calling strcmp or strlen.
19177
a97e4138 191782003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1d1885fc
JD
19179
19180 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
19181 and handle image load failure.
19182
28908312
JR
191832003-01-26 Jason Rumney <jasonr@gnu.org>
19184
19185 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
19186 New functions.
f63fd14e
JB
19187 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
19188 Disable color table lookups. Call jpeg library functions
28908312
JR
19189 through pointers determined at runtime.
19190 (init_external_image_libraries): Try to load jpeg.dll.
19191
84e47416
RS
191922003-01-25 Richard M. Stallman <rms@gnu.org>
19193
19194 * lisp.h: Declare format2 instead of format1.
19195
19196 * fileio.c (barf_or_query_if_file_exists):
19197 Call format2 instead of format1.
19198
19199 * editfns.c (format2): New function, replaces format1
19200 but takes exactly two Lisp Objects as format args.
19201
19202 * buffer.c (Fkill_buffer): Call format2 instead of format1.
19203
a97e4138 192042003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1fcfb866
JD
19205
19206 * xterm.h: Change to return value of x_dispatch_event to int.
19207
19208 * xterm.c (x_filter_event): New function.
19209 (event_handler_gdk, XTread_socket): Call x_filter_event.
19210 (x_dispatch_event): Change to return value of finish.
19211 (event_handler_gdk): Use return value from x_dispatch_event.
19212
19213 * xfns.c (x_window): Call create_frame_xic for GTK version to
19214 initialize input methods.
19215
19216 * gtkutil.h: Add (void) prototypes.
19217
19218 * gtkutil.c (create_menus): Remove code that puts the help menu to
19219 the right.
19220
54eefef1
JR
192212003-01-25 Jason Rumney <jasonr@gnu.org>
19222
19223 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
19224 [HAVE_PNG]: Sync with xfns.c version.
f63fd14e
JB
19225 (png_load): Adjust colors for Windows. Use Windows
19226 bitmaps. Disable color table lookups.
c262430d
JR
19227 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
19228 (init_png_functions): New function.
19229 (png_read_from_memory, png_load): Call png library functions
19230 through pointers determined at runtime.
19231 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
19232 (init_external_image_libraries): New function.
19233 (init_xfns): Call it.
54eefef1 19234
1a9e275b
AS
192352003-01-24 Andreas Schwab <schwab@suse.de>
19236
19237 * minibuf.c (Fminibuffer_message): Verify type of parameter.
19238
a97e4138 192392003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
81e302ef
JD
19240
19241 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
19242 of static initializer.
19243
422eec7e
DL
192442003-01-24 Dave Love <fx@gnu.org>
19245
19246 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
19247 architectures.
19248
19249 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
19250 Use __alignof__.
19251
2a026b04
KH
192522003-01-24 Kenichi Handa <handa@m17n.org>
19253
19254 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
e52bd6b7 19255 It it is nonzero, don't pretend that an invisible area doesn't exist.
2a026b04
KH
19256 (command_loop_1): Call adjust_point_for_property with proper
19257 second arg.
19258
a18bb28d
JR
192592003-01-22 Jason Rumney <jasonr@gnu.org>
19260
19261 Sync changes with xterm.c and xfns.c.
19262
19263 * w32term.c (x_draw_glyph_string_foreground)
19264 (x_draw_composite_glyph_string_foreground): Implement overstriking.
19265
19266 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
19267 phys_cursor's hpos is overwritten. This is still not completely
19268 correct, as it doesn't really make sense to use hpos at all to
19269 get the cursor glyph (as that is relative to the width of the
19270 characters on the line, which may have changed during the update).
19271
19272 * w32term.c (notice_overwritten_cursor): Handle the special case
19273 of the cursor being in the first blank non-text line at the
19274 end of a window.
19275
19276 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
19277 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
19278 Compute from the x position returned by x_draw_glyphs.
19279
19280 (x_display_and_set_cursor): Don't set phys_cursor_width here,
19281 except for NO_CURSOR and system caret, to make phys_cursor_width
19282 contain what its name suggests.
19283 (notice_overwritten_cursor): Consider the cursor image erased if
19284 the output area intersects the cursor image in y-direction.
19285
6a097c0c
SM
19286 * w32term.c (note_mode_line_or_margin_highlight): Rename from
19287 note_mode_line_highlight and extend.
a18bb28d
JR
19288
19289 * w32term.c (last_window): New variable.
19290 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
19291 (note_mouse_movement): Remove reimplemented code in #if 0.
19292
19293 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
19294 not update_mode_lines, and always set it to 1.
19295
ac6e47ef
JR
192962003-01-21 Jason Rumney <jasonr@gnu.org>
19297
19298 * w32fns.c (IDC_HAND): Define it if system headers don't.
19299
193002003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
19301
19302 * w32term.h (struct w32_output): New member hand_cursor.
19303 (WM_EMACS_SETCURSOR): New message definition.
19304
19305 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
19306 function w32_define_cursor.
19307 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
19308 position, change member name output_data.x to output_data.w32 and
19309 add function w32_define_cursor.
19310 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
19311 and change member name output_data.x to output_data.w32.
e52bd6b7
SM
19312 (w32_initialize_display_info):
19313 Setup dpyinfo->vertical_scroll_bar_cursor.
ac6e47ef
JR
19314
19315 * w32fns.c (Vx_hand_shape): New variable.
19316 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
19317 WM_EMACS_SETCURSOR.
19318 (x-create-frame): Setup Cursor types.
19319
ceb39a17
JB
193202003-01-21 David Ponce <david@dponce.com>
19321
ac6e47ef 19322 * w32term.c (w32_encode_char): For DIM=1 charset, set
52eb0373
JB
19323 ccl->reg[2] to -1 before calling ccl_driver.
19324 (Sync. with xterm.c x_encode_char change by Kenichi Handa
19325 <handa@m17n.org> on 2002-09-30.)
ac6e47ef
JR
19326 (w32_draw_relief_rect): Declare all args.
19327 (w32_define_cursor): New.
19328
19329 * w32fns.c (w32_load_cursor): New function.
19330 (w32_init_class): Use it.
19331 (x_put_x_image): Declare all args.
19332
b6189c3b 193332003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
46cf0bed
JB
19334
19335 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
19336
a97e4138 193372003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e8794476 19338
14a56a1b 19339 * gtkutil.c: Must include stdio.h before termhooks.h.
e8794476 19340
83fc9c63
DL
193412003-01-21 Dave Love <fx@gnu.org>
19342
19343 * alloc.c (Fgc_status): Print zombie list.
19344 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
19345 Fix assignment of zombies.
19346 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
19347 Don't take car of non-cons.
19348
19349 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19350
19351 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
19352
fe04b8c8
JR
193532003-01-20 David Ponce <david@dponce.com>
19354
19355 * w32menu.c (digest_single_submenu): Declare all args.
19356
19357 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
19358 changes in xmenu.c:
19359
19360 (parse_single_submenu): Use individual keymap's prompt
19361 string as pane name, if there is one.
19362 (set_frame_menubar): Save menu_items_n_panes from each call to
19363 parse_single_submenu and use it when calling digest_single_submenu.
19364
539e69a9
ST
193652003-01-20 Steven Tamm <steventamm@mac.com>
19366
7e26f91b 19367 * macterm.c (XTread_socket): Check for valid, visible window
539e69a9
ST
19368 before sending a scroll-wheel event.
19369
675d000f
RS
193702003-01-20 Richard M. Stallman <rms@gnu.org>
19371
19372 * xdisp.c (redisplay_window): If mini window's buffer is not
19373 a minibuffer, then redisplay it like other windows.
19374
a97e4138 193752003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22174d10
JD
19376
19377 * gtkutil.c (xg_create_frame_widgets): Check if there is an
19378 external tool bar before setting tool bar height.
19379
048addec
JD
193802003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19381
19382 * xterm.c (handle_one_xevent): Surround popup_activated
19383 with #ifdef:s for non-toolkit version.
19384
14a56a1b 19385 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK.
048addec
JD
19386 (gtkutil.o): New file.
19387 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
19388 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
19389
19390 * gtkutil.c: New file for GTK version.
19391
19392 * gtkutil.h: New file for GTK version.
19393
19394 * xterm.h: Add xt_or_gtk_widget.
19395 Include gtk files for USE_GTK.
19396 (struct x_output): Add toolbar_height.
19397 (struct x_output): Add GTK widgets and Gdk size_hints.
19398 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
19399 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
19400 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
19401
19402 * xterm.c: Include gtkutil.h for USE_GTK.
78819ebb 19403 (free_frame_menubar): Declare extern void for USE_GTK.
048addec
JD
19404 (note_mouse_highlight): Check popup_activated for USE_GTK.
19405 (xt_action_hook): Don't compile if USE_GTK.
19406 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
19407 (xg_scroll_callback): New function.
19408 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
19409 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
19410 for USE_GTK.
19411 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
19412 xg_show_scroll_bar for USE_GTK.
19413 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
19414 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
19415 (event_handler_gdk): New function for USE_GTK.
19416 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
19417 (handle_one_xevent): Make sure widget is mapped before
19418 calling x_real_positions for USE_GTK.
19419 (XTread_socket): Add GTK event loop for USE_GTK.
19420 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
19421 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
19422 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
19423 (x_iconify_frame): Add code for USE_GTK.
19424 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
19425 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
19426 is in gtkutil.c.
19427 (x_term_init): Add initialization for GTK.
19428 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
19429
19430 * xmenu.c: Include gtkutil.h for USE_GTK.
14a56a1b 19431 (Fx_popup_menu): Use current position if x and y are nil.
6bdb309a
SM
19432 (single_menu_item, single_menu_item, Fx_popup_dialog):
19433 Check for USE_GTK.
048addec
JD
19434 (popup_widget_loop): New function for USE_GTK.
19435 (x_activate_menubar): Add code for USE_GTK.
19436 (popup_activate_callback, popup_deactivate_callback)
6bdb309a
SM
19437 (menu_highlight_callback, menubar_selection_callback):
19438 Add USE_GTK versions.
048addec
JD
19439 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
19440 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
19441 (free_frame_menubar): Only compile if not USE_GTK. GTK version
19442 is in gtkutil.c.
19443 (popup_selection_callback): New version for USE_GTK.
19444 (create_and_show_popup_menu): New fuction, one USE_GTK version and
6bdb309a 19445 one USE_X_TOOLKIT version.
048addec
JD
19446 (xmenu_show): Call create_and_show_popup_menu.
19447 (dialog_selection_callback): New version for USE_GTK.
19448 (create_and_show_dialog): New fuction, one USE_GTK version and
6bdb309a 19449 one USE_X_TOOLKIT version.
048addec
JD
19450 (xdialog_show): Call create_and_show_dialog.
19451
19452 * xfns.c: Include gtkutil for USE_GTK.
19453 (x_window_to_frame, x_any_window_to_frame)
19454 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
19455 (x_top_window_to_frame): Add code for USE_GTK.
19456 (x_set_background_color): Call xg_set_background_color for GTK.
19457 (x_set_menu_bar_lines): Check for USE_GTK.
19458 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
19459 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
19460 (x_window): Call xg_create_frame_widgets for USE_GTK.
14a56a1b 19461 (Fx_create_frame): Check for USE_GTK.
048addec
JD
19462 (Fx_file_dialog): New implementation for USE_GTK.
19463
19464 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
19465 (update_menu_bar): Add check for USE_GTK.
19466 (update_tool_bar): Add check for USE_GTK and external tool bar.
19467 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
19468 (redisplay_internal): Add check for USE_GTK and popup_activated.
19469 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
19470 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
19471 (display_menu_bar): Add check for USE_GTK
19472
78819ebb 19473 * lisp.h (Vx_resource_name): Declare extern.
048addec 19474
a64387ee 19475 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
048addec
JD
19476 for USE_GTK.
19477 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
19478
19479 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
19480 (FRAME_EXTERNAL_TOOL_BAR): New macro.
19481 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
19482
19483 * fileio.c (Fread_file_name): Add check for USE_GTK.
19484
6bdb309a
SM
19485 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
19486 Add check for USE_GTK.
048addec 19487
14a56a1b 19488 * config.in: Added HAVE_GTK.
048addec
JD
19489
19490 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
19491
194922003-01-18 Stefan Monnier <monnier@cs.yale.edu>
19493
19494 * charset.h (Funibyte_char_to_multibyte): Export.
19495
194962003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19497
19498 * xmenu.c (mouse_position_for_popup): New function.
19499 (Fx_popup_menu): Call mouse_position_for_popup for X and
19500 mouse_position_hook for others.
19501
195022003-01-17 Kim F. Storm <storm@cua.dk>
19503
19504 * editfns.c (Finsert): Mention `string-make-multibyte' and
19505 `string-as-multibyte' in doc string.
19506
195072003-01-17 Kenichi Handa <handa@m17n.org>
19508
19509 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
3c02a6f5 19510
048addec
JD
19511 * editfns.c (Fformat): Convert an unibyte char argument that is
19512 formatted by "%c" to multibyte if the total result must be a
19513 multibyte string.
cd7df9c0 19514
048addec 195152003-01-16 Kim F. Storm <storm@cua.dk>
cd7df9c0 19516
048addec
JD
19517 * process.c (set-process-filter): Document unibyte/multibyte-ness
19518 of string argument.
56210ecd 19519
048addec 195202003-01-16 Kenichi Handa <handa@m17n.org>
56210ecd 19521
048addec 19522 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
56210ecd 19523
048addec
JD
19524 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
19525 (re_search_2): Likewise.
6df8b9fe 19526
048addec 195272003-01-15 Kenichi Handa <handa@m17n.org>
6df8b9fe 19528
048addec
JD
19529 * xdisp.c (message_dolog): Fix bug of the case that *Message*
19530 buffer is unibyte.
292ddc31 19531
048addec 195322003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
292ddc31 19533
048addec 19534 * fns.c (Fsubstring): Clarify doc string.
292ddc31 19535
048addec
JD
19536 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
19537 (Fprevious_char_property_change)
19538 (Fnext_single_char_property_change)
19539 (Fprevious_single_char_property_change, Fnext_property_change)
19540 (Fnext_single_property_change, Fprevious_property_change)
19541 (Fprevious_single_property_change, Fadd_text_properties)
19542 (Fput_text_property, Fset_text_properties)
19543 (Fremove_text_properties, Fremove_list_of_text_properties)
19544 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
63e4e4c6 19545
048addec 195462003-01-14 Kim F. Storm <storm@cua.dk>
63e4e4c6 19547
048addec
JD
19548 * process.h (struct Lisp_Process): New member plist replaces old
19549 member private_vars. All uses changed.
63e4e4c6 19550
048addec 19551 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
6bdb309a 19552 (QCplist): Rename from QCvars. Change all uses.
048addec 19553 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
6bdb309a 19554 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
048addec 19555 (syms_of_process): Intern, staticpro, defsubr these.
6bdb309a 19556 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
7ed16567 19557
048addec 195582003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
7ed16567 19559
6bdb309a 19560 * m/delta.h: Remove (obsolete).
e833850f 19561
048addec 195622003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
e833850f 19563
048addec
JD
19564 * fileio.c (Fdelete_directory, Fdelete_file): Document the
19565 behaviour in front of symlinks.
19566 (Fdelete_file): Raise an error on directories.
817cb127 19567
048addec 195682003-01-13 Dave Love <fx@gnu.org>
817cb127 19569
048addec 19570 * fns.c (Freverse): Use QUIT.
3e8cf2ea 19571
048addec 195722003-01-13 Richard M. Stallman <rms@gnu.org>
3e8cf2ea 19573
048addec
JD
19574 * minibuf.c (minibuffer_completion_contents):
19575 Error if point is inside prompt.
3e8cf2ea 19576
048addec
JD
19577 * keyboard.c (command_loop_1): Don't redisplay directly
19578 if there's a post-command-hook.
3e8cf2ea 19579
048addec
JD
19580 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
19581 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
2c10f029 19582
048addec 195832003-01-12 Kim F. Storm <storm@cua.dk>
94e8ffca 19584
048addec 19585 * process.h (struct Lisp_Process): New member private_vars.
94e8ffca 19586
048addec
JD
19587 * process.c (QCvars): New variable.
19588 (syms_of_process): Intern and staticpro it.
19589 (Fset_process_contact): Removed function.
19590 (Fprocess_variable, Fset_process_variable): New functions.
19591 (syms_of_process): Defsubr them.
19592 (Fstart_process): Initialize private_vars plist to nil.
19593 (Fmake_network_process): New arg :vars to setup the private
19594 variables for new network process.
19595 (server_accept_connection): Copy server's private variables to
19596 client process.
2c10f029 19597
048addec
JD
19598 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
19599 crashes). Code rewritten and simplified. Now directly aligns the
19600 pointer and recalculates pure_bytes_used, rather than aligning the
19601 size and adjusting the pointer.
b8a76c6c 19602
048addec 196032003-01-11 Kim F. Storm <storm@cua.dk>
b8a76c6c 19604
048addec
JD
19605 * process.c (Fset_process_contact): New function.
19606 (syms_of_process): defsubr it.
19607 (make-network-process): Update doc.
3a8d0899 19608
048addec 196092003-01-10 Andreas Schwab <schwab@suse.de>
3a8d0899 19610
048addec
JD
19611 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
19612 Reported by Berthold Gunreben <b.gunreben@web.de>.
4abc7470 19613
048addec 196142003-01-10 Dave Love <fx@gnu.org>
4abc7470 19615
048addec 19616 * composite.c (syms_of_composite): Make composition_hash_table weak.
b809d662 19617
048addec 196182003-01-09 Kim F. Storm <storm@cua.dk>
b809d662 19619
048addec
JD
19620 * process.c (Fmake_network_process): Convert new port number
19621 to host byte order for `:service t' case. From Mario Lang.
bf338245 19622
048addec 196232003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
bf338245 19624
048addec
JD
19625 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
19626 instead of XtAppProcessEvent.
bf338245 19627
048addec
JD
19628 * xterm.c (handle_one_xevent): New function.
19629 (x_dispatch_event): New function.
19630 (XTread_socket): Call handle_one_xevent.
bf338245 19631
048addec 19632 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
e833850f 19633
048addec
JD
19634 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
19635 call XQueryPointer to get coordinates.
19636 (popup_get_selection): Do not set popup_activated_flag to zero,
19637 let popup_deactivate_callback do that. Needed for Motif.
19638 Call x_dispatch_event instead of XtDispatchEvent.
19639 (xmenu_show): Calculate root coordinate from frame top/left position.
c4af2bce 19640
048addec 196412003-01-08 Kim F. Storm <storm@cua.dk>
c4af2bce 19642
6bdb309a 19643 * process.c (server_accept_connection): Fix recording of new
048addec
JD
19644 connection's local address in :local property of contact info.
19645 (Fmake_network_process): Record local network address for new
19646 client processes in :local property of contact info.
6bdb309a 19647 (format-network-address): Add arg OMIT-PORT. Change callers.
00e3ab56 19648
048addec 196492003-01-07 Dave Love <fx@gnu.org>
00e3ab56 19650
048addec 19651 * Makefile.in (fns.o): Depend on coding.h.
f387e1fd 19652
ddec2286
RS
196532003-01-06 Dave Love <fx@gnu.org>
19654
19655 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
19656 (Vlocale_coding_system): Declare.
19657 (Qcodeset, Qdays, Qmonths, Qpaper): New.
19658 (Flanginfo): New.
19659 (syms_of_fns): Initialize new stuff.
19660
048addec 196612003-01-07 Markus Rost <rost@math.ohio-state.edu>
f387e1fd 19662
048addec 19663 * minibuf.c (Fread_variable): Doc fix.
f387e1fd 19664
048addec
JD
19665 * eval.c (Fuser_variable_p): Doc change. For custom variables,
19666 use the same test as for custom-variable-p.
8c6d74c6 19667
048addec 196682003-01-05 Richard M. Stallman <rms@gnu.org>
e833850f 19669
048addec
JD
19670 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
19671 Count LAST_LINE_MISFIT in scroll margin for end of window.
19672 Move label too_near_end before setting SCROLL_MARGIN_POS.
19673 Set LAST_LINE_MISFIT before jumping there.
8c6d74c6 19674
048addec
JD
19675 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
19676 scroll_conservatively case. If scrolling that much doesn't change
19677 STARTP, move it down one line.
e833850f 19678
048addec
JD
19679 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
19680 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
8c6d74c6 19681
048addec
JD
19682 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
19683 selected frame.
8c6d74c6 19684
048addec 19685 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
3419757d 19686 (syms_of_keymap): Staticpro them.
048addec
JD
19687 (Fapropos_internal): Initialize them and clear them out.
19688 Don't GCPRO them.
8c6d74c6 19689
f5ecbcee 19690 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
8c6d74c6 19691
048addec
JD
19692 * lisp.h: New misc type Lisp_Save_Value.
19693 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
19694 (XSAVE_VALUE): New macro.
19695 (struct Lisp_Save_Value): New data type.
19696 (union Lisp_Misc): Add u_save_value alternative.
78819ebb 19697 (make_save_value): Declare.
8c6d74c6 19698
048addec 19699 * alloc.c (make_save_value): New function.
8c6d74c6 19700
048addec
JD
19701 * xterm.c (x_catch_errors): Save dpy using make_save_value.
19702 (x_catch_errors_unwind): Call XSync.
8c6d74c6 19703
048addec 197042003-01-01 Richard M. Stallman <rms@gnu.org>
8c6d74c6 19705
048addec 19706 * window.c (window_scroll_pixel_based): Partially undo last change.
8c6d74c6 19707
048addec
JD
19708 * keyboard.c (command_loop_1): Call adjust_point_for_property
19709 in direct action cases for Qforward_char and Qbackward_char.
19710 Set already_adjusted so it won't be done twice.
8c6d74c6 19711
b6189c3b 197122002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
8c6d74c6 19713
048addec
JD
19714 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
19715 type definition of size_t.
8c609cff 19716
048addec 197172003-01-02 Steven Tamm <steventamm@mac.com>
8c609cff 19718
048addec
JD
19719 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
19720 distinguish Carbon GUI builds from X11 builds on darwin.
b37113a1 19721
048addec 197222002-12-30 Steven Tamm <steventamm@mac.com>
b37113a1 19723
048addec
JD
19724 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
19725 to default to t.
fa634a5e 19726
048addec 197272002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
fa634a5e 19728
048addec 19729 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
ce0669d4 19730
048addec 197312002-12-28 Steven Tamm <steventamm@mac.com>
ce0669d4 19732
7e26f91b 19733 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
048addec
JD
19734 allow building in a different directory than source. Uses some
19735 GNU Make extensions, but there is no other make on Mac OS X.
2308af15 19736
048addec 197372002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
2308af15 19738
048addec
JD
19739 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
19740 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
19741 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
19742 (Fstring_to_number): Mention the returned value in the doc strings.
2155ecf3 19743
048addec 197442002-12-23 Richard M. Stallman <rms@gnu.org>
2155ecf3 19745
048addec
JD
19746 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
19747 <scroll-down-aggressively>: Doc fix.
2155ecf3 19748
048addec
JD
19749 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
19750 string as pane name, if there is one.
19751 (set_frame_menubar): Save menu_items_n_panes from each call to
19752 parse_single_submenu and use it when calling digest_single_submenu.
2155ecf3 19753
048addec
JD
19754 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
19755 Don't try to make last line fully visible if it is past end of window.
61f1d295 19756
048addec 197572002-12-22 Steven Tamm <steventamm@mac.com>
61f1d295 19758
048addec
JD
19759 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
19760 (mac_menu_show): Add support for hierarchical popup menus.
19761 (add_menu_item): Remove indentation support.
19762 (fill_submenu, fill_menu): Create hierarchical menus
19763 instead of using indentation.
0b17a217 19764
048addec 197652002-12-22 Richard M. Stallman <rms@gnu.org>
0b17a217 19766
048addec
JD
19767 * xdisp.c (try_cursor_movement): Don't call try_window here.
19768 (redisplay_window): Never redisplay minibuffer when inactive.
0b17a217 19769
048addec 19770 * window.c (select_window_1): Undo 9/21 change.
402e4f8b 19771
048addec 197722002-12-22 Steven Tamm <steventamm@mac.com>
402e4f8b 19773
048addec
JD
19774 * macterm.c (XTread_socket): Call KeyTranslate for control and
19775 meta to deal correctly shifted non-alpha characters, like C-S-5
7e26f91b 19776 being treated like C-%. Do not look for shift key to deal
048addec 19777 with masking off control-key with mac-reverse-ctrl-meta.
f02cac82 19778
048addec 197792002-12-21 Richard M. Stallman <rms@gnu.org>
f02cac82 19780
048addec
JD
19781 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
19782 If it is non-nil, run timers. Use an unwind-protect to requeue
19783 the events that were read ahead.
19784 (popup_get_selection_unwind): New subroutine.
19785 (popup_get_selection_queue): File-scope variable now holds that queue.
19786 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
19787 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
19788 Use an unwind-protect to pop down the dialog box.
19789 (xdialog_show_unwind): New subroutine implements that.
f02cac82 19790
048addec
JD
19791 * xdisp.c (row_containing_pos): Change exit test using last_y.
19792 (try_window_id): Abort if row_containing_pos returns null.
f02cac82 19793
048addec
JD
19794 * lread.c (load_error_handler): New function.
19795 (Fload): Handle errors in Fsubstitute_in_file_name.
19796 Don't expect Fsignal to return.
f02cac82 19797
048addec
JD
19798 * eval.c: Errors and throws work right with interrupt blocking.
19799 (struct catchtag): New elt interrupt_input_blocked.
19800 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
19801 (internal_catch, Fcondition_case, internal_condition_case)
19802 (internal_condition_case_1, internal_condition_case_2): Save it.
19803 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
f02cac82 19804
048addec 19805 * editfns.c (Fformat): Add parens.
f02cac82 19806
048addec
JD
19807 * dired.c (file_name_completion): Fix that change.
19808 Delete special quit-handling code; just use QUIT.
f02cac82 19809
b6189c3b 198102002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
f02cac82 19811
048addec
JD
19812 * dired.c (file_name_completion): Close directory on error
19813 just as in directory_files_internal.
1a590729 19814
048addec 198152002-12-19 David Kastrup <David.Kastrup@t-online.de>
1a590729 19816
048addec
JD
19817 * window.c (Fset_window_configuration): Set old_point to correct
19818 value when new_current_buffer == current_buffer.
f02cac82 19819
048addec 198202002-12-17 Ben Key <bkey1@tampabay.rr.com>
2308af15 19821
048addec
JD
19822 Revisited my earlier fix for the following entry in etc/PROBLEMS:
19823 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
19824 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
9785d95b 19825
048addec
JD
19826 These changes were in part based upon suggestions made by Peter
19827 'Luna' Runestig [peter@runestig.com].
9785d95b 19828
f4a5a485
SM
19829 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
19830 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
19831 (g_b_init_get_sid_identifier_authority ): Add several static
048addec 19832 global variables.
9785d95b 19833
048addec
JD
19834 * w32.c (globals_of_w32): New function. Used to initialize those
19835 global variables that must always be initialized on startup even
19836 when the global variable initialized is non zero. Its primary
19837 purpose at this time is to set the global variables
19838 g_b_init_is_windows_9x, g_b_init_open_process_token,
19839 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
19840 g_b_init_get_sid_identifier_authority to 0 on startup.
19841 Called from main.
9785d95b 19842
048addec
JD
19843 * w32.c (is_windows_9x): Perform initialization only if
19844 g_b_init_is_windows_9x is equal to 0. On initialization set
19845 g_b_init_is_windows_9x equal to 1.
2308af15 19846
048addec
JD
19847 * w32.c (open_process_token): Perform initialization only if
19848 g_b_init_open_process_token is equal to 0. On initialization set
19849 g_b_init_open_process_token equal to 1.
2308af15 19850
048addec
JD
19851 * w32.c (get_token_information): Perform initialization only if
19852 g_b_init_get_token_information is equal to 0. On initialization
19853 set g_b_init_get_token_information equal to 1.
9785d95b 19854
048addec
JD
19855 * w32.c (lookup_account_sid): Perform initialization only if
19856 g_b_init_lookup_account_sid is equal to 0. On initialization
19857 set g_b_init_lookup_account_sid equal to 1.
9785d95b 19858
048addec
JD
19859 * w32.c (get_sid_identifier_authority): Perform initialization
19860 only if g_b_init_get_sid_identifier_authority is equal to 0.
19861 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
9785d95b 19862
f63fd14e 19863 * w32fns.c (globals_of_w32fns): New function. Used to initialize
048addec
JD
19864 those global variables that must always be initialized on startup
19865 even when the global variable initialized is non zero.
19866 Its primary purpose at this time is to initialize the global variable
19867 track_mouse_event_fn.
9785d95b 19868
a64387ee 19869 * w32fns.c (w32_wnd_proc): Remove initialization of
048addec 19870 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
9785d95b 19871
048addec 19872 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
9785d95b 19873
f63fd14e 19874 * w32menu.c (globals_of_w32menu): New function. Used to
048addec
JD
19875 initialize those global variables that must always be initialized
19876 on startup even when the global variable initialized is non zero.
19877 Its primary purpose at this time is to initialize the global
19878 variables get_menu_item_info and set_menu_item_info.
9785d95b 19879
048addec
JD
19880 * w32menu.c (initialize_frame_menubar): Remove initialization of
19881 get_menu_item_info and set_menu_item_info.
9785d95b 19882
048addec 19883 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
9785d95b 19884
048addec
JD
19885 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
19886 Declare them.
9785d95b 19887
048addec
JD
19888 * emacs.c (main): Call globals_of_w32 prior to calling
19889 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
19890 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
19891 is defined.
9785d95b 19892
048addec
JD
19893 * w32term.c (x_update_window_begin): Fix Windows API error
19894 detected by BoundsChecker. Test to determine if
19895 w32_system_caret_hwnd is NULL prior to attempting to use
19896 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
2308af15 19897
048addec
JD
19898 * w32term.c (x_update_window_end): Fix Windows API error
19899 detected by BoundsChecker. Test to determine if
19900 w32_system_caret_hwnd is NULL prior to attempting to use
19901 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
b6da19ef 19902
048addec 199032002-12-17 Kenichi Handa <handa@m17n.org>
b6da19ef 19904
048addec
JD
19905 * coding.c (coding_system_require_warning): New variable.
19906 (syms_of_coding): DEFVAR it.
b6da19ef 19907
048addec 19908 * coding.h (coding_system_require_warning): Extern it.
b6da19ef 19909
048addec
JD
19910 * fileio.c (choose_write_coding_system): Even if
19911 Vcoding_system_for_write is non-nil, if
19912 coding_system_require_warning is nonzero, call
19913 Vselect_safe_coding_system_function.
bfcf6dbe 19914
048addec 199152002-12-17 Markus Rost <rost@math.ohio-state.edu>
bfcf6dbe 19916
048addec
JD
19917 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
19918 (lisp): Add font-core.
2c568af5 19919
048addec 199202002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2c568af5 19921
048addec
JD
19922 * textprop.c (text_read_only): New arg `propval'.
19923 (get_char_property_and_overlay): Remove unused var `next_overlay'.
19924 (verify_interval_modification): Use text_read_only's new arg.
b8c6225c 19925
048addec 199262002-12-13 Kenichi Handa <handa@m17n.org>
b8c6225c 19927
048addec 19928 * coding.c (Funencodable_char_position): Set pend correctly.
706ddb8f 19929
048addec 199302002-12-12 Jason Rumney <jasonr@gnu.org>
706ddb8f 19931
048addec
JD
19932 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
19933 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
19934 Be more careful about when help_events are generated.
96720f09 19935
048addec 199362002-12-12 Steven Tamm <steventamm@mac.com>
96720f09 19937
048addec
JD
19938 * macterm.c (mac_check_for_quit_char): Correctly set the
19939 modifiers of the event to 0.
19940 * mac.c (sys_select): Duplicate rfds before calling select to
19941 ensure that rfds survive the while loop.
e5ae1c49 19942
048addec 199432002-12-11 Kim F. Storm <storm@cua.dk>
e5ae1c49 19944
048addec
JD
19945 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
19946 row_containing_pos returned NULL.
2eb46b2d 19947
048addec 199482002-12-10 Steven Tamm <steventamm@mac.com>
2eb46b2d 19949
6bdb309a 19950 * mac.c (sys_read): Fix sys_read to not call select if IO is
048addec 19951 non-blocking.
6bdb309a 19952 (sys_select): Fix sys_select to not use a timeout larger than
048addec 19953 the one given.
b11f1d8a 19954
048addec 199552002-12-10 Juanma Barranquero <lektu@terra.es>
b11f1d8a 19956
048addec 19957 * editfns.c (Fformat): Use alloca, not _alloca.
d8528226 19958
048addec 199592002-12-09 Richard M. Stallman <rms@gnu.org>
d8528226 19960
048addec
JD
19961 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
19962 as the last thing.
a4ac5b17 19963
048addec 199642002-12-09 Dave Love <fx@gnu.org>
a4ac5b17 19965
048addec 19966 * s/sol2-8.h: Removed. (Not necessary.)
ac42d7b9 19967
048addec 199682002-12-09 Matthew Swift <swift@alum.mit.edu>
ac42d7b9 19969
048addec
JD
19970 * editfns.c (Fformat): Handle precision in string conversion
19971 specifiers like libc functions do (ie, print at most that many
19972 characters).
85cce843 19973
048addec 199742002-12-08 Richard M. Stallman <rms@gnu.org>
85cce843 19975
048addec
JD
19976 * xdisp.c (row_containing_pos): Check more carefully
19977 whether charpos is really in the row before returning it.
0d4d26a7 19978
048addec 199792002-12-07 Steven Tamm <steventamm@mac.com>
0d4d26a7 19980
048addec 19981 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
b11f1d8a 19982
048addec
JD
19983 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
19984 each stack frame. This may change as it could be time consuming.
0d4d26a7 19985
048addec
JD
19986 * macterm.c (mac_check_for_quit_char, quit_char_comp)
19987 (init_quit_char_handler, mac_determine_quit_char_modifiers)
6bdb309a 19988 (mac_initialize): Add code to check for pressing of quit_char
048addec 19989 in the OS event queue.
b11f1d8a 19990
048addec
JD
19991 * mac.c (sys_select): Call mac_check_for_quit_char every second
19992 while blocking on select.
0d4d26a7 19993
048addec
JD
19994 * mac.c (sys_read): Use sys_select to test for input first
19995 before calling read, to allow C-g to break.
9252f7bc 19996
048addec 199972002-12-07 Richard M. Stallman <rms@gnu.org>
9252f7bc 19998
048addec 19999 * minibuf.c (Fcompleting_read): Doc fix.
9252f7bc 20000
048addec 20001 * lread.c (syms_of_lread) <load-history>: Doc fix.
9252f7bc 20002
048addec 20003 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
9252f7bc 20004
048addec
JD
20005 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
20006 autoload.
9252f7bc 20007
048addec 20008 * data.c (Fdefalias): Record in load-history redefining an autoload.
9252f7bc 20009
048addec 20010 * alloca.c: Undo ifdef change accidentally made on 12-04.
bfa261c0 20011
c6605d63 200122002-12-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
bfa261c0 20013
048addec 20014 * xfns.c (png_load): Avoid double gamma correction for PNG images.
c5992177 20015
048addec 200162002-12-04 Richard M. Stallman <rms@gnu.org>
c5992177 20017
048addec 20018 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 20019
048addec 20020 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 20021
048addec 20022 * alloca.c: Don't use #error.
02d588e2 20023
048addec 200242002-12-03 Dave Love <fx@gnu.org>
02d588e2 20025
048addec
JD
20026 * buffer.c (Qucs_set_table_for_input): New.
20027 (Fget_buffer_create): Use it.
20028 (Qset_buffer_major_mode_hook): Deleted.
20029 (Fset_buffer_major_mode): Revert previous change.
20030 (init_buffer_once): Intern ucs-set-table-for-input.
20031 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
20032 Add &Qucs_set_table_for_input.
451e2697 20033
048addec 200342002-12-03 Andreas Schwab <schwab@suse.de>
451e2697 20035
048addec
JD
20036 * callint.c (Fcall_interactively): Use next_event only if less
20037 than key_count.
72742a99 20038
048addec 200392002-12-02 Andrew Choi <akochoi@shaw.ca>
72742a99 20040
048addec
JD
20041 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
20042 names to 255 characters.
72742a99 20043
048addec
JD
20044 * macterm.c (XTread_socket): If all frames have been collapsed,
20045 expand the first one before handling drag-and-drop events.
72742a99 20046
048addec
JD
20047 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
20048 which is detected by autoconf.
40e6ff95 20049
048addec 200502002-12-01 Steven Tamm <steventamm@mac.com>
40e6ff95 20051
048addec
JD
20052 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
20053 offset in two hints table to allow prebinding to be redone and
20054 allow the executable to be stripped.
c02138c6 20055
048addec 200562002-11-29 Dave Love <fx@gnu.org>
c02138c6 20057
048addec
JD
20058 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
20059 already provided.
0e47bbf7 20060
048addec 200612002-11-29 Richard M. Stallman <rms@gnu.org>
0e47bbf7 20062
048addec
JD
20063 * xdisp.c (start_display): Check more intelligently for
20064 whether the line is continued.
20065 (move_it_vertically_backward): Clear it->continuation_lines_width.
44129dcb 20066
048addec 200672002-11-28 Dave Love <fx@gnu.org>
44129dcb 20068
048addec
JD
20069 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
20070 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
f707342d 20071
048addec 200722002-11-27 Steven Tamm <steventamm@mac.com>
f707342d 20073
048addec
JD
20074 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
20075 more descriptive error output from lread.c:Fload upon most require
20076 cycles during boostrapping.
1637fd2c 20077
048addec 200782002-11-27 Jason Rumney <jasonr@gnu.org>
1637fd2c 20079
048addec
JD
20080 * fileio.c (Finsert_file_contents): Give a more appropriate error
20081 for files bigger than 2Gb when off_t is 32 bit.
1637fd2c 20082
048addec
JD
20083 * dired.c (Ffile_attributes): Don't return negative file sizes for
20084 files bigger than 2Gb when off_t is 32 bit.
540c2788 20085
048addec 200862002-11-27 Dave Love <fx@gnu.org>
6b2fd6ea 20087
048addec 20088 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6b2fd6ea 20089
048addec
JD
20090 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
20091 Test GETPGRP_VOID instead.
20092 [BSD_TERMIOS]: Remove definitions (never used).
6b2fd6ea 20093
048addec
JD
20094 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
20095 Don't define.
20096 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
540c2788 20097
048addec 20098 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
8cc03716 20099
048addec 201002002-11-25 Jason Rumney <jasonr@gnu.org>
8cc03716 20101
048addec
JD
20102 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
20103 supported.
4042a81a 20104
048addec 201052002-11-25 Dave Love <fx@gnu.org>
4042a81a 20106
048addec 20107 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
4042a81a 20108
048addec 20109 * Makefile.in (TEMACS_LDFLAGS): Update last change.
be4ee72f 20110
048addec 201112002-11-25 Andreas Schwab <schwab@suse.de>
be4ee72f 20112
048addec 20113 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
82122254 20114
048addec 201152002-11-24 Steven Tamm <steventamm@mac.com>
82122254 20116
048addec
JD
20117 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
20118 determine the size of pointers alloced in unexed space instead
20119 of using possibly invalid emacs_zone pointers. This fixes the
20120 binary incompatibility problems caused by updates to libSystem.B.
c1ee53bc 20121
048addec 201222002-11-24 Richard M. Stallman <rms@gnu.org>
c1ee53bc 20123
048addec 20124 * search.c (Fstring_match): Doc fix.
c1ee53bc 20125
048addec
JD
20126 * callint.c (Fcall_interactively): If a command fails because
20127 `*' detects a read-only buffer, but RECORD_FLAG is set,
20128 record it anyway if the args don't actually do tty input.
5598c32e 20129
048addec 201302002-11-22 Dave Love <fx@gnu.org>
5598c32e 20131
048addec 20132 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
5598c32e 20133
048addec
JD
20134 * keyboard.c (interrupt_signal): Provide forward declaration.
20135 (kbd_buffer_store_event): Don't declare interrupt_signal.
5598c32e 20136
048addec 20137 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
97b14e22 20138
048addec 201392002-11-21 Richard M. Stallman <rms@gnu.org>
97b14e22 20140
048addec
JD
20141 * eval.c (interactive_p): Skip any number of bytecode
20142 and special form frames, in any order.
516eea8e 20143
048addec 201442002-11-20 Jason Rumney <jasonr@gnu.org>
516eea8e 20145
048addec
JD
20146 * w32fns.c (convert_mono_to_color_image): New function.
20147 (xbm_load, xbm_load_image): Use it when foreground or background
20148 is explicitly set.
04dbfa08 20149
048addec 201502002-11-19 Dave Love <fx@gnu.org>
04dbfa08 20151
048addec 20152 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
b4aebae3 20153
048addec 201542002-11-18 Jason Rumney <jasonr@gnu.org>
b4aebae3 20155
048addec
JD
20156 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
20157 (XPutPixel): Swap blue and red.
20158 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
20159 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
20160 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
20161 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
1998560a 20162
048addec 201632002-11-18 Dave Love <fx@gnu.org>
d824beee 20164
048addec 20165 * m/orion105.h (HAVE_ALLOCA): Don't define.
d824beee 20166
048addec 20167 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
d824beee 20168
048addec 20169 * m/intel386.h: Don't include alloca.h or define alloca.
d824beee 20170
048addec
JD
20171 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
20172 malloc, realloc, calloc.
d824beee 20173
048addec
JD
20174 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
20175 (bcmp): Don't define.
d824beee 20176
048addec 20177 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
d824beee 20178
048addec 20179 * m/amdahl.h: Don't define LIB_STANDARD.
d824beee 20180
048addec 20181 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
d824beee 20182
048addec 20183 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
d824beee 20184
048addec
JD
20185 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
20186 Don't include alloca.h.
d824beee 20187
048addec 20188 * s/aix3-2.h (HAVE_FSYNC): Don't define.
1998560a 20189
048addec 20190 * regex.c (_GNU_SOURCE): Don't define.
1998560a 20191
048addec 20192 * process.c (_GNU_SOURCE): Don't define.
1998560a 20193
048addec 20194 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
8704a6ab 20195
048addec 201962002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 20197
048addec 20198 * s/sol2-8.h: Include sol2-6.h.
6ae2cd57 20199
048addec 202002002-11-18 Miles Bader <miles@gnu.org>
6ae2cd57 20201
048addec
JD
20202 * dispextern.h (struct face): Add `overstrike' field.
20203 * xterm.c (x_draw_glyph_string_foreground)
20204 (x_draw_composite_glyph_string_foreground): Implement overstriking.
20205 * xfaces.c (load_face_font): Set `face->overstrike' based on
20206 result from choose_face_font.
20207 (best_matching_font, choose_face_font): Add `needs_overstrike'
20208 argument, and use it to return whether overstriking is desirable
20209 for this face/font combo.
20210 (set_font_frame_param: Pass new argument to choose_face_font.
6ae2cd57 20211
048addec 202122002-11-17 Ben Key <BKey1@tampabay.rr.com>
3582b6a3 20213
048addec
JD
20214 This change is my fix for the following entry in etc/PROBLEMS:
20215 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
20216 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
f60ae425 20217
048addec
JD
20218 * w32.c: Added wrapper functions around the win32 API functions
20219 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
20220 GetSidIdentifierAuthority. These wrapper functions serve two
20221 purposes:
20222 1. They ensure that the wrapped function can never be called
20223 when Emacs is running on an operating system on which they are
20224 not supported (Microsoft Windows 95 / 98 / ME).
20225 2. They call the wrapped functions via function pointers rather
20226 than calling them directly. This avoids taking advantage of the
20227 undocumented fact that although these functions are not supported
20228 in the 9x branch of Microsoft Windows, the functions do exist in
20229 the version of advapi32.dll that is found in the 9x branch of
20230 Microsoft Windows.
f60ae425 20231
6bdb309a 20232 * w32.c (init_user_info): Replace the calls to the win32 API
048addec
JD
20233 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
20234 and GetSidIdentifierAuthority with calls to the newly added
20235 wrapper functions.
f60ae425 20236
048addec
JD
20237 * w32.h: Added extern declarations for the following functions:
20238 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
20239 syms_of_w32menu, and void syms_of_fontset.
f60ae425 20240
6bdb309a 20241 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
048addec
JD
20242 function pointer track_mouse_event_fn in the handler for the
20243 WM_SETFOCUS message.
3582b6a3 20244
6bdb309a 20245 * w32menu.c (initialize_frame_menubar): Add code to
048addec
JD
20246 reinitialize the function pointers set_menu_item_info and
20247 get_menu_item_info.
f60ae425 20248
048addec 202492002-11-17 Ben Key <BKey1@tampabay.rr.com>
f60ae425 20250
048addec
JD
20251 * sound.c: Added a partial implementation of play-sound-internal
20252 for Microsoft Windows. Added various #ifdef / #else / #endif
20253 code blocks to separate the code that will compile under
9fed2905 20254 Microsoft Windows from the code that is specific to GNU/Linux.
048addec 20255 Moved several blocks of code around to make this separation of code
9fed2905 20256 into Windows compatible and GNU/Linux compatible code blocks easier.
f60ae425 20257
048addec 20258 * makefile.w32-in: Include sound.c and link with WinMM.lib.
a0f0878d 20259
048addec
JD
20260 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
20261 added support for play-sound-internal under Windows would be
20262 included in the build of Emacs.
517f42a0 20263
048addec 202642002-11-16 Jason Rumney <jasonr@gnu.org>
517f42a0 20265
048addec 20266 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
517f42a0 20267
048addec 20268 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
a0f0878d 20269
048addec 202702002-11-15 Stefan Monnier <monnier@cs.yale.edu>
a0f0878d 20271
048addec
JD
20272 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
20273 (adjust_point_for_property): Move out of display and invisible even if
20274 we were already inside before (in case a property was added while
20275 we weren't looking). Be more careful when handling invisible props.
20276 Skip invisible text as if it really wasn't there at all.
aab83f91 20277
048addec 202782002-11-15 Jason Rumney <jasonr@gnu.org>
aab83f91 20279
048addec
JD
20280 * w32term.c (x_draw_image_foreground)
20281 (w32_draw_image_foreground_1): Use standard copy and invert
20282 operations to draw images.
aab83f91 20283
048addec
JD
20284 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
20285 depth of 1.
20286 (xbm_read_bitmap_data): Invert bits as xbm is read in.
20287 (XPutPixel): Don't invert bits here.
a4478a76 20288
048addec 202892002-11-15 Jason Rumney <jasonr@gnu.org>
a4478a76 20290
048addec
JD
20291 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
20292 (w32_draw_image_foreground_1): Handle image masks.
20293 (x_draw_image_glyph_string): Don't BitBlt transparently.
a4478a76 20294
048addec
JD
20295 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
20296 (x_from_xcolors): Adjust RGB values for W32.
20297 (image_background, image_background_transparent)
20298 (postprocess_image, x_to_xcolors, x_disable_image)
20299 (x_build_heuristic_mask): Adapt for W32 and enable.
20300 (x_create_x_image_and_pixmap): Mark images with palettes as such.
20301 (xbm_load): Remove unused variable.
03670a65 20302
048addec 203032002-11-14 Richard M. Stallman <rms@gnu.org>
03670a65 20304
048addec 20305 * buffer.c (syms_of_buffer): Doc fix.
59daa29a 20306
048addec 203072002-11-14 Dave Love <fx@gnu.org>
59daa29a 20308
048addec 20309 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
59daa29a 20310
048addec
JD
20311 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
20312 * xmenu.c (unuse_menu_items, digest_single_submenu):
20313 * xfns.c (x_put_x_image):
20314 * xdisp.c (message2_nolog, set_message):
20315 * undo.c (record_point):
20316 * terminfo.c (tparam):
20317 * syntax.c (scan_sexps_forward):
20318 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20319 * composite.c (update_compositions):
20320 * cm.c (calccost, cmgoto):
20321 * charset.c (c_string_width): Declare all args (per C99).
59daa29a 20322
048addec 20323 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
59daa29a 20324
048addec
JD
20325 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
20326 Don't declare.
59daa29a 20327
048addec 20328 * emacs.c (main) [!VMS]: Avoid third arg.
59daa29a 20329
048addec
JD
20330 * fns.c (Fcopy_sequence): Doc fix.
20331 (Fmap_char_table): Cast `call2'.
3947677c 20332
c6605d63 203332002-11-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
048addec
JD
20334
20335 * s/sol2-8.h: New file.
20336
203372002-11-14 Kim F. Storm <storm@cua.dk>
20338
20339 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
20340 dependency on `risky-local-variable' and the :propertize form.
20341
203422002-11-12 Stefan Monnier <monnier@cs.yale.edu>
20343
20344 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
20345
20346 * syntax.c (scan_sexps_forward): Undo last patch.
20347 Use a more obvious fix: check eob before updating the syntax table.
20348
203492002-11-09 Stefan Monnier <monnier@cs.yale.edu>
20350
20351 * syntax.c (scan_sexps_forward): Update syntax table before reading
20352 a char rather than after so we don't update the table past eob.
20353
203542002-11-09 Dave Love <fx@gnu.org>
20355
20356 * buffer.c (Fset_buffer_major_mode): Fix last change.
20357
20358 * regex.c (regexec): Fix pmatch declaration.
20359
20360 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
20361
20362 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
20363 to self-inserting characters.
20364 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
20365
20366 * coding.c (Vtranslation_table_for_input): New.
20367 (syms_of_coding): DEFVAR it.
20368
203692002-11-08 Juanma Barranquero <lektu@terra.es>
20370
20371 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
20372 window.
20373
203742002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20375
6bdb309a 20376 * process.c (Fformat_network_address): Remove unused locals p,
048addec
JD
20377 cp, and i.
20378
203792002-11-06 Dave Love <fx@gnu.org>
20380
20381 * buffer.c (Qset_buffer_major_mode_hook): New.
20382 (Fset_buffer_major_mode): Use it.
20383
203842002-11-06 Richard M. Stallman <rms@gnu.org>
20385
20386 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
20387 and stop_polling.
20388
20389 * process.c (wait_reading_process_input):
20390 Test POLLING_PROBLEM_IN_SELECT, not hpux.
20391 Avoid initialization for auto Lisp_Object var.
20392
20393 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
20394
20395 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
20396
203972002-11-05 Richard M. Stallman <rms@gnu.org>
20398
20399 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
20400
20401 * callint.c (Fcall_interactively): New local filter_specs.
20402 (Fcall_interactively): Check for progn as well as let.
20403 Add a gcpro.
20404 (Qprogn): New variable.
20405 (syms_of_callint): Staticpro and init Qprogn.
20406
204072002-11-04 John Paul Wallington <jpw@shootybangbang.com>
20408
20409 * lread.c (Feval_buffer): Doc fix.
20410
204112002-11-04 Dave Love <fx@gnu.org>
20412
20413 * keyboard.c (read_char): Always translate iff
20414 Vkeyboard_translate_table is a char table and c is valid.
20415
20416 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20417 and fix C types.
20418
204192002-11-03 Stefan Monnier <monnier@cs.yale.edu>
20420
20421 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
20422
20423 * editfns.c (get_pos_property): Don't hardcode Qfield.
20424
20425 * keyboard.c (adjust_point_for_property): Handle `display' prop on
20426 overlays. Also handle `invisible' prop.
20427
204282002-11-02 Stefan Monnier <monnier@cs.yale.edu>
20429
20430 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
20431 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
20432
204332002-11-01 Andreas Schwab <schwab@suse.de>
20434
20435 * editfns.c (Fmessage): Revert last change to properly handle %%.
20436
204372002-11-01 Stefan Monnier <monnier@cs.yale.edu>
20438
20439 * xmenu.c (unuse_menu_items): New fun.
20440 (menu_items_inuse): New var.
20441 (syms_of_xmenu): Initialize it.
20442 (init_menu_items): Use it to detect re-entrance.
20443 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
20444 (Fx_popup_menu): Remove spurious XSETFRAME.
20445
20446 * editfns.c (find_field): Make an exception for nil fields.
20447
204482002-11-01 Dave Love <fx@gnu.org>
20449
20450 * m/gec63.h: Deleted.
20451
204522002-10-31 Dave Love <fx@gnu.org>
20453
20454 * xterm.c (XTread_socket): Fix last change.
20455 (xaw_scroll_callback): Cast call_data to long to avoid warning.
20456
204572002-10-31 Stefan Monnier <monnier@cs.yale.edu>
20458
20459 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
20460
204612002-10-30 Stefan Monnier <monnier@cs.yale.edu>
20462
20463 * editfns.c (overlays_around, get_pos_property): New funs.
20464 (find_field): Use them.
20465 Also be careful not to modify POS before its last use.
20466 (Fmessage): Don't Fformat if there's nothing to format.
20467
204682002-10-30 Dave Love <fx@gnu.org>
20469
20470 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
20471 [HAVE_PTY_H]; Include pty.h.
20472
20473 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
20474
20475 * xterm.c (Qeql): Declare.
20476 (Vx_keysym_table): New.
20477 (syms_of_xterm): Initialize it.
20478 (XTread_socket): Use it. Deal with ASCII keysyms.
20479 (XSetIMValues) [HAVE_X11R6]: Prototype.
20480
20481 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
20482 (lispy_kana_keys): Comment out.
20483 (make_lispy_event) [XK_kana_A]: Comment out.
20484 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
20485 Fix sprintf call.
20486
20487 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
20488 regexp.h change).
20489 (TERMINFO, LIBS_TERMCAP): Define.
20490
20491 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
20492 (bcmp): Define conditional on HAVE_BCMP.
20493 (NO_SIOCTL_H): Don't define.
20494 (TIOCSIGSEND): Don't make conditional on IRIX6.
20495
20496 * s/sol2-5.h: Don't include strings.h.
20497 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
20498
20499 * s/irix6-0.h (IRIX6): Don't define.
20500 (bcopy, bcmp, bzero): Don't undef.
20501
20502 * s/irix6-5.h: Don't include strings.h.
20503 (IRIX6): Don't define.
20504 (bcopy, bcmp, bzero): Don't undef.
20505
20506 * syntax.c (Fforward_comment): Doc fix.
20507
205082002-10-29 Kim F. Storm <storm@cua.dk>
20509
20510 * process.c (Fsignal_process): Allow PROCESS to be specified by
20511 name in addition to pid (as integer or string).
20512
205132002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
20514
20515 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
20516 environments.
20517
205182002-10-27 Kim F. Storm <storm@cua.dk>
20519
20520 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20521
20522 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
20523
20524 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
20525
20526 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
20527
205282002-10-26 Richard M. Stallman <rms@gnu.org>
20529
20530 * editfns.c (Fformat): Detect invalid format letters for floats.
20531
205322002-10-25 Kenichi Handa <handa@m17n.org>
20533
20534 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
20535 (x_set_title): Likewise.
20536
205372002-10-25 Juanma Barranquero <lektu@terra.es>
20538
20539 * macgui.h:
20540 * w32gui.h: Remove definition of XColor.
20541
20542 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
20543
205442002-10-24 Kim F. Storm <storm@cua.dk>
20545
20546 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
20547 Callers changed (supply dummy arg).
20548
20549 * lisp.h (get_window_cursor_type): Update prototype.
20550
20551 * w32term.c (x_display_and_set_cursor): Get active_cursor from
20552 get_window_cursor_type to track system caret.
20553
205542002-10-24 Kim F. Storm <storm@cua.dk>
20555
20556 * process.c (Fformat_network_address): New function.
20557 (syms_of_process): Defsubr it.
20558 (list_processes_1): Use it to format :local/:remote address if
f9711de4 20559 service/host is not set; before Emacs would crash in that case.
048addec
JD
20560 (Fmake_network_process): Don't use Ffind_operation_coding_system
20561 to setup coding system if host or service is not set.
20562
205632002-10-23 Juanma Barranquero <lektu@terra.es>
20564
20565 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
20566
20567 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
20568 COLORREF.
20569
20570 * macgui.h:
20571 * w32gui.h: Add definition of XColor.
20572
20573 * macfns.c:
20574 * w32fns.c:
20575 * xfaces.c: Remove definition of XColor.
20576
205772002-10-22 Stefan Monnier <monnier@cs.yale.edu>
20578
20579 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
20580
20581 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
20582 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
20583 window if it is dedicated.
20584 (Fshrink_window): Add preserve_before as was done for enlarge_window.
20585 (Vspecial_display_function): Update docstring.
20586
20587 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
20588 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
20589 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
20590
205912002-10-21 Stefan Monnier <monnier@cs.yale.edu>
20592
20593 * casefiddle.c (casify_region): Don't treat a prefix char as part
20594 of a word when at the beginning.
20595
205962002-10-17 Juanma Barranquero <lektu@terra.es>
20597
20598 * lread.c (syms_of_lread): Fix typos.
20599
206002002-10-17 Dave Love <fx@gnu.org>
20601
20602 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
20603
206042002-10-16 Richard M. Stallman <rms@gnu.org>
20605
20606 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
20607
206082002-10-14 Juanma Barranquero <lektu@terra.es>
20609
20610 * w16select.c (syms_of_win16select): Fix docstring for
20611 `selection-coding-system'.
20612
20613 * w32select.c (syms_of_w32select): Likewise.
20614
206152002-10-14 Stefan Monnier <monnier@cs.yale.edu>
20616
20617 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
20618 a backslash-quoted char.
20619 (scan_lists, scan_sexps_forward): Pacify the compiler.
20620
206212002-10-13 Richard M. Stallman <rms@gnu.org>
20622
20623 * window.c (window_scroll): Set immediate_quit.
20624
20625 * print.c (print): When backquote form is the car of a list,
20626 output in old style. Use old_backquote_output to output all
20627 comma forms inside it in old style too.
20628
20629 * buffer.h (struct buffer): Move `undo_list' down below `name'.
20630
206312002-10-11 Markus Rost <rost@math.ohio-state.edu>
20632
20633 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
20634 batch mode).
20635
20636 * lread.c (Fload): Doc fix (load-suffixes).
20637
206382002-10-10 Steven Tamm <steventamm@mac.com>
20639
20640 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
20641 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
20642 Also switch the default to Qnil from Qt.
20643
206442002-10-08 Kenichi Handa <handa@m17n.org>
20645
20646 * coding.c (code_convert_region): When we need more GAP for
20647 conversion, pay attention to the case that coding->produced is not
20648 greater than coding->consumed.
20649
206502002-10-07 Richard M. Stallman <rms@gnu.org>
20651
20652 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
20653
206542002-10-06 Andrew Choi <akochoi@shaw.ca>
20655
20656 * macmenu.c (mac_menu_show): Add j to count menu items; match
20657 menu_item_selection to it to find selected item.
20658
206592002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20660
20661 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
20662 cases. The correct fix is to pass ReparentNotify to Xt.
20663 The shell widget interprets ConfigureNotify differently depending
20664 on if it has been reparented or not.
20665
206662002-10-05 Markus Rost <rost@math.ohio-state.edu>
20667
20668 * editfns.c (Fformat_time_string): Doc fix.
20669
206702002-10-05 John Paul Wallington <jpw@shootybangbang.com>
20671
20672 * fns.c (Flength): Doc fix.
20673
206742002-10-04 Stefan Monnier <monnier@cs.yale.edu>
20675
20676 * keyboard.c (keyremap): New struct.
20677 (read_key_sequence): Use it: globally replace keytran_foo with
20678 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
20679 keytran_next and fkey_next to just `next'.
20680
206812002-10-04 Steven Tamm <steventamm@mac.com>
20682
20683 * macterm.c (keycode_to_xkeysym_table): Change return to be
20684 treated like an X keysym.
20685
206862002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20687
20688 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
20689 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
20690 This is to also handle x/y changes that occur because of a resize.
20691
206922002-10-02 John Paul Wallington <jpw@shootybangbang.com>
20693
20694 * frame.c (Vdelete_frame_functions): New variable.
20695 (syms_of_frame): Initialize and defvar it.
20696 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
20697 it when frame's `tooltip' parameter is non-nil.
20698
20699 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
20700
20701 * w32fns.c (x_create_tip_frame): Likewise.
20702
20703 * macfns.c (x_create_tip_frame): Likewise.
20704
207052002-09-30 Kenichi Handa <handa@m17n.org>
20706
20707 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
20708 -1 before calling ccl_driver.
20709
20710 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
20711 Only when it is non-nil, handle composition sequence.
20712 (setup_coding_system) <0>: Don't force composition handling.
20713
14a56a1b 20714 * Makefile.in (lisp, shortlisp): Add utf-16.elc.
048addec
JD
20715
207162002-09-29 Richard M. Stallman <rms@gnu.org>
20717
20718 * search.c (Freplace_match): Adjust match data for the substitution
20719 just made in the buffer.
20720
20721 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
20722 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
20723
207242002-09-27 Richard M. Stallman <rms@gnu.org>
20725
20726 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
20727 (read_char): Use them. Do all exits thru the end of the function.
20728
207292002-09-27 Kenichi Handa <handa@etl.go.jp>
20730
20731 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
20732 is nil.
20733
207342002-09-26 Richard M. Stallman <rms@gnu.org>
20735
20736 * regex.h (__restrict_arr): Don't define if already defined.
20737
20738 * coding.c (run_pre_post_conversion_on_str):
20739 Save and restore Vdeactivate_mark.
20740
207412002-09-26 John Paul Wallington <jpw@shootybangbang.com>
20742
20743 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
20744
207452002-09-26 Kenichi Handa <handa@etl.go.jp>
20746
20747 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
20748 nonzero, try face's family at first. Otherwise try FAMILY at first.
20749 (choose_face_font): If C is a single byte char or latin-1, call
20750 try_font_list with PREFER_FACE_FAMILY 1.
20751
207522002-09-21 Richard M. Stallman <rms@gnu.org>
20753
20754 * window.c (select_window_1): Don't select frame.
20755 Set frame's selected window only when frame itself is selected.
20756 (Fselect_window): Doc fix.
20757
207582002-09-18 Kim F. Storm <storm@cua.dk>
20759
20760 * process.c (make-network-process): Doc fix (there is no
20761 network-server-log-function hook).
20762
207632002-09-18 Richard M. Stallman <rms@gnu.org>
20764
20765 * print.c (print): Clear out the unused parts of Vprint_number_table.
20766 (syms_of_print): Doc fix for `print-number-table'.
20767
20768 * unexelf.c (unexec): Undo previous change.
20769
207702002-09-17 Andreas Schwab <schwab@suse.de>
20771
20772 * m/alpha.h [LINUX]: Don't define DATA_START.
20773
207742002-09-16 Dave Love <fx@gnu.org>
20775
20776 * unexelf.c (unexec): Deal with .got, reinstating change from
20777 25-08-1999.
20778
207792002-09-13 Richard M. Stallman <rms@gnu.org>
20780
20781 * s/sol2-6.h (UNEXEC): Comment out definition.
20782
20783 * unexsol.c (unexec): Don't downcase first letter of error msg.
20784
20785 * xfaces.c (Fcolor_supported_p): Just one arg is required.
20786
207872002-09-12 Markus Rost <rost@math.ohio-state.edu>
20788
20789 * unexsol.c: Include buffer.h, charset.h, coding.h.
20790
207912002-09-11 Richard M. Stallman <rms@gnu.org>
20792
20793 * unexsol.c: Don't use report_file_error; do it by hand
20794 using dlerror.
20795
20796 * process.c (wait_reading_process_input, both versions):
20797 Before calling turn_on_atimers, call stop_polling.
20798
20799 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
20800
20801 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
20802 we go to too_near_end, call clear_glyph_matrix.
20803 (redisplay_window): After make_cursor_line_fully_visible,
20804 call clear_glyph_matrix and bypass `goto done'.
20805
20806 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
20807 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
20808
208092002-09-10 Richard M. Stallman <rms@gnu.org>
20810
20811 * fileio.c (Fdo_auto_save): Catch error making directory.
20812 Only call push_message if we need to.
20813 At the same time, make an unwind-protect to pop it.
20814 Rename local message_p to old_message_p.
20815 (do_auto_save_make_dir, do_auto_save_eh): New functions.
20816 (do_auto_save_unwind): Don't call pop_message.
20817
20818 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
20819
20820 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
20821
20822 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
20823
20824 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
20825
208262002-09-10 Stefan Monnier <monnier@cs.yale.edu>
20827
20828 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
20829 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
20830 (re_match_2_internal): Be more careful with infinite loops.
20831
208322002-09-10 Kim F. Storm <storm@cua.dk>
20833
20834 * macros.c (end_kbd_macro): New function.
20835 (Fend_kbd_macro): Use it.
20836
20837 * macros.h (end_kbd_macro): Declare extern.
20838
20839 * keyboard.c (Fdiscard_input): If defining keyboard macro,
20840 end and save it instead of discarding it.
20841
208422002-09-09 Markus Rost <rost@math.ohio-state.edu>
20843
20844 * s/sol2-6.h: Fix typo. Add comment.
20845
208462002-09-09 Richard M. Stallman <rms@gnu.org>
20847
20848 * regex.c (regnum_t): Use signed int, not unsigned int.
20849
20850 * s/sol2-6.h: New file.
20851
20852 * s/sol2-5.h (UNEXEC): Definition deleted.
20853
208542002-09-08 Kim F. Storm <storm@cua.dk>
20855
20856 * macros.c (executing_macro_index): Change type to EMACS_INT.
9dd28cae 20857 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
048addec
JD
20858
20859 * macros.h (executing_macro_index): Change type to EMACS_INT.
20860
208612002-09-06 Richard M. Stallman <rms@gnu.org>
20862
20863 * casetab.c (set_case_table): Make canon table point to eqv table.
20864
208652002-09-06 Juanma Barranquero <lektu@terra.es>
20866
20867 * coding.c (syms_of_coding): Fix spacing.
20868
20869 * composite.c (Fcompose_region_internal)
20870 (Fcompose_string_internal): Likewise.
20871
20872 * data.c (Flsh): Likewise.
20873
20874 * fontset.c (Fset_fontset_font): Likewise.
20875
20876 * macfns.c (Fx_server_max_request_size): Likewise.
20877
20878 * w16select.c (syms_of_win16select): Likewise.
20879
20880 * w32select.c (syms_of_w32select): Likewise.
20881
20882 * xselect.c (syms_of_xselect): Likewise.
20883
208842002-09-05 Richard M. Stallman <rms@gnu.org>
20885
20886 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
20887 call EXTEND_RANGE_TABLE and return a proper value.
20888 (set_image_of_range): Don't call set_image_of_range_1
20889 if no TRANSLATE or if range includes all of Latin-1.
20890 Only call it for the Latin-1 part of the range.
20891 For other cases, make two separate ranges,
20892 one for the original specified characters and one for
20893 their case-conversions.
20894
208952002-09-04 Richard M. Stallman <rms@gnu.org>
20896
20897 * s/sol2-5.h (UNEXEC): Use unexsol.o.
20898
20899 * window.c (displayed_window_lines): Correct for one-off bug
20900 in HEIGHT on non-window displays.
20901
20902 * regex.c (set_image_of_range_1): New function.
20903 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
20904 Return a value to indicate running out of memory.
20905 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
20906 (extend_range_table_work_area): New subroutine.
20907 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
20908 Different calling conventions, and used from set_image_of_range{,_1}.
20909 (IMMEDIATE_QUIT_CHECK): Definitions moved.
20910
209112002-09-04 Juanma Barranquero <lektu@terra.es>
20912
20913 * makefile.w32-in: All dependencies updated.
20914
209152002-09-01 Richard M. Stallman <rms@gnu.org>
20916
20917 * unexsol.c: New file.
20918
20919 * xfns.c (Qbox): Declare external, don't define.
20920
20921 * xdisp.c (redisplay_window) <force-start case>:
20922 If point is on semi-visible last line, reposition
20923 it at previous line.
20924
20925 * alloc.c (display_malloc_warning): Use display-warning.
20926 (malloc_warning_1): Function deleted.
20927
20928 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
20929
20930 * lread.c (read1): Handle #! by skipping the line.
20931
209322002-08-31 Richard M. Stallman <rms@gnu.org>
20933
20934 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
20935 Don't include LDFLAGS.
20936 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
20937
209382002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
20939
20940 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
20941 member of x_display_info unless we compile for some window system.
20942
209432002-08-31 Kim F. Storm <storm@cua.dk>
20944
20945 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
20946 (get_window_cursor_type): Don't use them.
20947 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
20948
209492002-08-30 Kenichi Handa <handa@etl.go.jp>
20950
20951 * xdisp.c (get_next_display_element): Fix previous change.
20952
209532002-08-30 Andrew Choi <akochoi@shaw.ca>
20954
20955 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
20956 (expose_window): Use it to fix the display of overlapping
20957 rows (merge code from xterm.c).
20958
20959 * macfns.c (Qbox): Add extern declaration.
20960
209612002-08-30 Juanma Barranquero <lektu@terra.es>
20962
20963 * w32fns.c (Qbox): Make extern.
20964 (syms_of_w32fns): Remove initialization of Qbox.
20965
209662002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
20967
20968 * xfns.c (Fx_open_connection): Fix error message.
20969
209702002-08-30 Kim F. Storm <storm@cua.dk>
20971
20972 The following changes consolidates the handling of the cursor
20973 type in xdisp.c, moving duplicate code and functionality from
20974 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
20975
20976 * frame.h (enum text_cursor_kinds): Consolidated here.
20977 Added DEFAULT_CURSOR value.
20978 (struct frame) <desired_cursor, cursor_width>
20979 <blink_off_cursor, blink_off_cursor_width>: New fields.
20980 Consolidated from output_x, output_w32 and output_mac structs.
20981 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
20982 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
20983
20984 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
20985 Variables consolidated here.
20986 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
20987 (Vcursor_in_non_selected_windows): Renamed from
20988 cursor_in_non_selected_windows and changed to Lisp_Object.
20989 (syms_of_xdisp): Define and staticpro new and moved variables.
20990 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
20991 consolidated here. Recognize Qhollow setting.
20992 (set_frame_cursor_types): New function to set frame cursor types
20993 based on the frame parameters.
20994 (get_window_cursor_type): New function to calculate new cursor
20995 type and width for the specified window. Based on duplicated
20996 code consolidated here.
20997 Enhancements: cursor-in-non-selected-windows may be a cursor type,
20998 check buffer-local alternate-cursor-type and blink-cursor-alist
20999 before using built-in blink off methods.
21000
21001 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
21002
21003 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
21004 (get_specified_cursor_type, get_window_cursor_type)
21005 (set_frame_cursor_types): Added prototypes.
21006
21007 * macfns.c (x_specified_cursor_type): Removed.
21008 (x_set_cursor_type): Use set_frame_cursor_types.
21009 (Qbar, Qbox): Removed.
21010 (syms_of_macfns): Don't intern or staticpro them.
21011
21012 * macterm.c (x_specified_cursor_type): Remove prototype.
21013 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
21014 (x_display_and_set_cursor): Use get_window_cursor_type.
21015 Remove unused local variables cursor_non_selected, active_cursor.
21016 Redraw cursor if hbar cursor width changes.
21017 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
21018
21019 * macterm.h (enum text_cursor_kinds): Removed.
21020 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
21021 <blink_off_cursor, blink_off_cursor_width>: Members removed.
21022 (FRAME_DESIRED_CURSOR): Macro removed.
21023
21024 * w32fns.c (Vblink_cursor_alist): Removed.
21025 (Qbar, Qhbar, Qbox, Qhollow): Removed.
21026 (syms_of_w32fns): Don't intern, staticpro, or define them.
21027 (x_specified_cursor_type): Removed.
21028 (x_set_cursor_type): Use set_frame_cursor_types.
21029
21030 * w32term.c (x_specified_cursor_type): Remove prototype.
21031 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
21032 (x_display_and_set_cursor): Use get_window_cursor_type.
21033 Remove unused local variables cursor_off_state.
21034 Redraw cursor if hbar cursor width changes.
21035 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
21036
21037 * w32term.h (enum text_cursor_kinds): Removed.
21038 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
21039 <blink_off_cursor, blink_off_cursor_width>: Members removed.
21040 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
21041 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
21042 (struct w32_display_info) <x_highlight_frame>: Renamed member from
21043 w32_highlight_frame.
21044
21045 * xfns.c (Vblink_cursor_alist): Removed.
21046 (Qbar, Qhbar, Qbox, Qhollow): Removed.
21047 (syms_of_xfns): Don't intern, staticpro, or define them.
21048 (x_specified_cursor_type): Removed.
21049 (x_set_cursor_type): Use set_frame_cursor_types.
21050
21051 * xterm.c (x_specified_cursor_type): Remove prototype.
21052 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
21053 (x_display_and_set_cursor): Use get_window_cursor_type.
21054 Remove unused local variables cursor_off_state.
21055 Redraw cursor if hbar cursor width changes.
21056
21057 * xterm.h (enum text_cursor_kinds): Removed.
21058 (struct output_x) <current_cursor, desired_cursor, cursor_width>
21059 <blink_off_cursor, blink_off_cursor_width>: Members removed.
21060 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
21061 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
21062 (x_specified_cursor_type): Remove prototype.
21063
210642002-08-28 Richard M. Stallman <rms@gnu.org>
21065
21066 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
21067 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
21068 (Vblink_cursor_alist): New variable.
21069 (syms_of_w32fns): Initialize and defvar it.
21070 (x_specified_cursor_type): Recognize Qbox for filled box.
21071 Exceptions are hollow boxes.
21072 (Qbox, Qhollow): New variables.
21073 (syms_of_w32fns): Initialize and staticpro them.
21074
21075 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
21076 New macros.
21077 (struct w32_output): New fields blink_off_cursor,
21078 blink_off_cursor_width.
21079 (FRAME_CURSOR_WIDTH): New macro.
21080
21081 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
21082 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
21083
21084 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
21085 for bar cursor.
21086
21087 * w32term.c (expose_overlaps): New function.
21088 (expose_window): Use it to fix the display of overlapping rows.
21089
210902002-08-28 Simon Josefsson <jas@extundo.com>
21091
21092 * xfns.c (Fx_open_connection): Improve help when X connection
21093 fails, xhost is insecure and xauth is better.
21094
210952002-08-28 Juanma Barranquero <lektu@terra.es>
21096
21097 * makefile.w32-in: Add missing dependencies on w32term.h and
21098 composite.h.
21099
21100 * emacs.c (USAGE1): Add missing newline.
21101
211022002-08-27 Andrew Choi <akochoi@shaw.ca>
21103
21104 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
21105
211062002-08-27 Richard M. Stallman <rms@gnu.org>
21107
21108 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
21109 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
21110 (Vblink_cursor_alist): New variable.
21111 (syms_of_xfns): Initialize and defvar it.
21112 (x_specified_cursor_type): Recognize Qbox for filled box.
21113 Exceptions are hollow boxes.
21114 (Qbox, Qhollow): New variables.
21115 (syms_of_xfns): Initialize and staticpro them.
21116
21117 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
21118 New macros.
21119 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
21120
21121 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
21122 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
21123
21124 * emacs.c (main): Handle --script.
21125 (USAGE1): Mention --script.
21126 (standard_args): Define sort order for --script.
21127
211282002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
21129
21130 * xdisp.c (redisplay_updating_p): Variable removed.
21131 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
21132 New variables.
21133 (init_iterator): Don't free realized faces if
21134 inhibit_free_realized_faces is set.
21135 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
21136 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
21137 initialize Qinhibit_free_realized_faces.
21138
21139 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
21140 when iterator is adding glyphs to a glyph matrix.
21141
211422002-08-27 Kenichi Handa <handa@etl.go.jp>
21143
21144 * xdisp.c (get_next_display_element): In unibyte case, don't use
21145 octal form for such eight-bit characters that can be converted to
21146 multibyte char.
21147
211482002-08-26 Kim F. Storm <storm@cua.dk>
21149
b6189c3b
KS
21150 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
21151 foreground and background colors. From Joe Buehler.
048addec
JD
21152
211532002-08-26 Miles Bader <miles@gnu.org>
21154
21155 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
21156
211572002-08-25 Andrew Choi <akochoi@shaw.ca>
21158
21159 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
21160 defined instead of MAC_OSX.
21161
21162 * s/darwin.h (select): Define select to sys_select only if
21163 HAVE_CARBON is defined.
21164 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
21165 (DONT_REOPEN_PTY): #def it.
21166
21167 * macterm.c (XTread_socket): Remove code to call
21168 SendEventToEventTarget for keys with command modifiers when
21169 mac_command_key_is_meta is nil.
21170
211712002-08-24 Andreas Schwab <schwab@suse.de>
21172
21173 * eval.c (Fdefvar): Fix last change.
21174
211752002-08-23 Richard M. Stallman <rms@gnu.org>
21176
21177 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
21178 Record variables in load history as (defvar . VAR).
21179 (Fdefvar): Don't record in load history if no initial value.
21180 (Qdefvar): New variable.
21181 (syms_of_eval): Init and staticpro it.
21182
21183 * lread.c (syms_of_lread): Doc fix.
21184 (build_load_history): Use Fmember to see if a definition
21185 is already in the Vload_history element.
21186
21187 * process.c (Fstart_process): Remove /: from program name.
21188
21189 * emacs.c (decode_env_path): Don't add /: if file name handler
21190 has a `safe-magic' property.
21191
21192 * callproc.c (Fcall_process): Remove /: from program name.
21193
211942002-08-23 Stefan Monnier <monnier@cs.yale.edu>
21195
21196 * regex.c (PATFETCH): Remove the translating fetch.
21197 (PATFETCH_RAW): Rename to PATFETCH.
21198 (set_image_of_range): New fun.
21199 (SET_RANGE_TABLE_WORK_AREA): Use it.
21200 (regex_compile): Don't translate the pattern chars so eagerly.
21201 Only do it when inserting an `exactn' bytecode or when handling
21202 a char-range.
21203 (mutually_exclusive_p): Avoid empty statement.
21204
212052002-08-22 Kim F. Storm <storm@cua.dk>
21206
21207 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
21208 end up on a partially visible line; this reverts a specific part
21209 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
21210 display error which has been reported several times now.
21211 However it introduces the problem that changes was supposed to fix.
21212 See my comments in the source if you want to debug this further.
21213
212142002-08-20 Kenichi Handa <handa@etl.go.jp>
21215
21216 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
21217
212182002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
21219
21220 * msdos.c (croak): Add `void' to definition.
21221
c1380aa6 21222 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
048addec
JD
21223 Don't define them, they are defined in msdos.c.
21224
21225 * mem-limits.h [MSDOS]: Declare etext.
21226
21227 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
21228 `const' since CORRECT_DIR_SEPS modifies its target.
21229
212302002-08-19 Kim F. Storm <storm@cua.dk>
21231
2fb0ce67 21232 * keyboard.c (Fclear_this_command_keys): Add optional arg
048addec
JD
21233 KEEP-RECORD to avoid clearing lossage when we just want to clear
21234 the current key sequence (kmacro needs this).
21235
212362002-08-19 Kenichi Handa <handa@localhost>
21237
21238 * composite.c (run_composition_function): Call FUNC if it is fboundp.
21239
21240 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
21241 cons, return Qnil.
21242
212432002-08-17 Richard M. Stallman <rms@gnu.org>
21244
21245 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
21246
21247 * sysdep.c [!VMS]: Include sys/files.h.
21248
21249 * editfns.c (save_restriction_restore): Defend from unchained marker.
21250
21251 * buffer.c (overlays_at): Handle extending vec uniformly.
21252 (overlays_in): Handle extending vec from length 0 as in overlays_at.
21253
212542002-08-15 Andrew Choi <akochoi@shaw.ca>
21255
21256 * mac.c (init_mac_osx_environment): New function.
21257
21258 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
21259
212602002-08-14 Kim F. Storm <storm@cua.dk>
21261
21262 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
21263 executing macro before appending to it (when used from Lisp).
21264 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
21265 which is called prior to each iteration of macro (for kmacro.el).
21266 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
21267
21268 * lisp.h (Fexecute_kbd_macro): Update prototype.
21269
21270 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
21271
212722002-08-14 Kenichi Handa <handa@etl.go.jp>
21273
21274 * xselect.c (QUTF8_STRING): New variable.
21275 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
21276 (x_atom_to_symbol): Likewise.
21277 (x_get_local_selection): New argument local_request. If it is
21278 nonzero, call handler_fn with the second arg nil.
21279 (x_handle_selection_request): Call x_get_local_selection with
21280 local_request 0.
21281 (lisp_data_to_selection_data): Don't encode the string here.
21282 (Fx_get_selection_internal): Call x_get_local_selection with
21283 local_request 1.
21284 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
21285
21286 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
21287
21288 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
21289
212902002-08-13 Richard M. Stallman <rms@gnu.org>
21291
21292 * minibuf.c (Fminibufferp): New function.
21293 (syms_of_minibuf): Defsubr it.
21294 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
21295
212962002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
21297
21298 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
21299
213002002-08-12 Richard M. Stallman <rms@gnu.org>
21301
21302 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
21303 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
21304 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
21305 already.
21306
21307 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
21308
213092002-08-11 Andrew Choi <akochoi@shaw.ca>
21310
21311 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
21312 (Vmac_pass_command_to_system): New variable.
21313 (Vmac_pass_control_to_system): New variable.
21314 (do_mouse_moved): Check wp with is_emacs_window.
21315 (XTread_socket): Check window_ptr with is_emacs_window.
21316 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
21317 events back to Mac Toolbox for processing, depending on values of
21318 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
21319 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
21320 Vmac_pass_control_to_system.
21321
213222002-08-10 Kenichi Handa <handa@etl.go.jp>
21323
21324 * coding.c (unencodable_char_position): New function.
21325 (Funencodable_char_position): New function.
21326 (syms_of_coding): Defsubr Funencodable_char_position.
21327
213282002-08-10 Andrew Choi <akochoi@shaw.ca>
21329
21330 * mac.c (sys_select) [MAC_OSX]: New function.
21331
21332 * macterm.c (MakeMeTheFrontProcess): New function.
21333 (mac_initialize): Call MakeMeTheFrontProcess.
21334
21335 * s/darwin.h: Define select to sys_select.
21336
213372002-08-09 Richard M. Stallman <rms@gnu.org>
21338
21339 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
21340
213412002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
21342
21343 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
21344 end of the buffer.
21345
88fde92a 213462002-08-08 Ken Raeburn <raeburn@gnu.org>
048addec
JD
21347
21348 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
21349
21350 * puresize.h (BASE_PURESIZE): Increase to 910000.
21351
213522002-08-08 Kenichi Handa <handa@etl.go.jp>
21353
21354 * coding.c (Ffind_operation_coding_system): For write-region, if
21355 VISIT is a filename, make it the target.
21356
213572002-08-07 Richard M. Stallman <rms@gnu.org>
21358
21359 * alloc.c (mark_object): Detect long lists for debugging.
21360 (mark_object_loop_halt): New variable.
21361
21362 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
21363
21364 * data.c (Fmake_variable_frame_local): Doc fix.
21365
213662002-08-01 David Ponce <david@dponce.com>
21367
21368 * w32menu.c (local_heap, local_alloc, local_free): New macros.
21369 (malloc_widget_value, free_widget_value)
21370 (w32_free_submenu_strings): Use them.
21371
21372 (push_submenu_start, push_submenu_end, push_left_right_boundary)
21373 (push_menu_pane, push_menu_item, single_keymap_panes)
21374 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
21375 (single_submenu, set_frame_menubar)
21376 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
21377
21378 (Fx_popup_menu): Don't show pop up menu until preceding one is
21379 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
21380
21381 * w32menu.c: Changes adapted from xmenu.c
21382 (set_frame_menubar): First parse all submenus,
21383 then make widget_value trees from them.
21384 Don't allocate any widget_value objects
21385 until we are done with the parsing.
21386 (parse_single_submenu): New function.
21387 (digest_single_submenu): New function.
21388 (single_submenu): Function deleted, replaced by those two.
21389
213902002-08-04 Andrew Choi <akochoi@shaw.ca>
21391
21392 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
21393 returns a valid window pointer before proceeding for keyDown and
21394 autoKey events.
21395
213962002-08-03 Andrew Choi <akochoi@shaw.ca>
21397
21398 * macterm.c (USE_CARBON_EVENTS): New macro.
21399 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
21400 (x_iconify_frame): Call CollapseWindow.
21401 (Vmac_reverse_ctrl_meta): New variable.
21402 (Vmac_wheel_button_is_mouse_2): New variable.
21403 (init_mac_drag_n_drop): New function.
21404 (mac_do_receive_drag): New function.
21405 (mac_handle_service_event): New function.
21406 (init_service_handler): New function.
21407 (mac_to_emacs_modifiers): New function.
21408 (mac_event_to_emacs_modifiers): New function.
21409 (mac_get_mouse_btn): New function.
21410 (mac_convert_event_ref): New function.
21411 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
21412 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
21413 mac_get_mouse_btn.
21414 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
21415
21416 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
21417 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
21418 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
21419 TOOL_BAR_EVENT for MAC_OS as well.
21420 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
21421 as for WINDOWS_NT.
21422 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
21423
21424 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
21425
214262002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
21427
21428 * xdisp.c (forward_to_next_line_start): Fix a condition that
21429 lead to a newline being skipped.
21430
214312002-08-02 Andrew Choi <akochoi@shaw.ca>
21432
21433 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
21434
214352002-08-01 Richard M. Stallman <rms@gnu.org>
21436
21437 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
21438
214392002-07-31 Andrew Choi <akochoi@shaw.ca>
21440
21441 * macfns.c: #undef init_process before #define-ing it.
21442
21443 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
21444 HAVE_CARBON is defined.
21445
214462002-07-31 Richard M. Stallman <rms@gnu.org>
21447
21448 * xmenu.c (set_frame_menubar): First parse all submenus,
21449 then make widget_value trees from them.
21450 Don't allocate any widget_value objects
21451 until we are done with the parsing.
21452 (parse_single_submenu): New function.
21453 (digest_single_submenu): New function.
21454 (single_submenu): Function deleted, replaced by those two.
21455
214562002-07-30 Juanma Barranquero <lektu@terra.es>
21457
21458 * w32proc.c (syms_of_ntproc): Fix docstring of
21459 `w32-get-true-file-attributes'.
21460
214612002-07-28 Richard M. Stallman <rms@gnu.org>
21462
21463 * s/hpux8.h (HPUX8): Define this before including hpux.h.
21464 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
21465
21466 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
21467
21468 * keyboard.c (make_lispy_event):
21469 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
21470 Explicitly clear up_modifier in event->modifiers.
21471
214722002-07-27 Richard M. Stallman <rms@gnu.org>
21473
21474 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
21475
21476 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
21477 for bar cursor.
21478
214792002-07-26 Kenichi Handa <handa@etl.go.jp>
21480
21481 * coding.c (detect_coding_iso2022): While checking a byte sequence
21482 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
21483 it in the normal loop.
21484
214852002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
21486
21487 * xterm.c (expose_overlaps): New function.
21488 (expose_window): Use it to fix the display of overlapping rows.
21489
21490 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
21491
214922002-07-23 Ken Raeburn <raeburn@gnu.org>
21493
21494 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
21495 since it only depends on XUINT.
21496
21497 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
21498 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
21499 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
21500 Macros deleted.
3947677c 21501
77d1daf2
AS
21502 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
21503 its value over other approaches.
21504 * sysdep.c (start_of_data): Don't define the function if a macro
21505 form has been defined.
8a8e19a3 21506
048addec
JD
215072002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
21508
21509 * xdisp.c (redisplay_updating_p): New variable.
21510 (init_iterator): Don't free realized faces when
21511 redisplay_updating_p is set.
21512 (redisplay_internal): Set redisplay_updating_p while updating
21513 the display.
21514
215152002-07-23 Richard M. Stallman <rms@gnu.org>
21516
21517 * editfns.c (Fmessage): Treat "" like nil.
21518
215192002-07-23 Kenichi Handa <handa@etl.go.jp>
21520
21521 * xdisp.c (face_before_or_after_it_pos):
21522 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21523
215242002-07-22 Juanma Barranquero <lektu@terra.es>
21525
21526 * callproc.c (init_callproc) [DOS_NT]:
21527 Initialize Vshared_game_score_directory to nil.
21528 (syms_of_callproc) [DOS_NT]: Likewise.
21529
215302002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
21531
21532 * xdisp.c (display_line): Replace an abort with xassert.
21533
215342002-07-21 Richard M. Stallman <rms@gnu.org>
21535
21536 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
21537 and END_UNCHANGED when setting buffer_unchanged_p.
21538 Use current_matrix_up_to_date_p to decide whether to use
21539 try_cursor_movement.
21540
21541 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
21542
21543 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
21544
21545 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
21546 Set to nil if dir does not exist.
21547 (syms_of_callproc): Init unconditionally and simply.
21548
21549 * buffer.c (Fbuffer_list): Doc fix.
21550
215512002-07-21 Ken Raeburn <raeburn@gnu.org>
21552
21553 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
21554
21555 * buffer.c (mmap_realloc): When shrinking, make sure number of
21556 pages to unmap is rounded towards zero.
21557
21558 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
21559 (XSETINT): Deleted.
21560
21561 * m/att3b.h (XINT): Don't define.
21562 (VALBITS, VALMASK, XTYPE): Deleted.
21563 (DATA_SEG_BITS): Define.
21564 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
21565 ARRAY_MARK_FLAG): Deleted.
21566 (DATA_SEG_BITS): Define.
21567 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
21568 (DATA_SEG_BITS): Define.
21569
215702002-07-20 Richard M. Stallman <rms@gnu.org>
21571
21572 * print.c (print_error_message): New args CONTEXT and CALLER.
21573 Calls changed.
21574
21575 * lisp.h (print_error_message): Declare new args.
21576
21577 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
21578 and CONTEXT to print_error_message, don't print them here.
21579 For a Quit, don't use Vsignaling_function.
21580 Call message_log_maybe_newline.
21581
21582 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
21583
215842002-07-20 Kim F. Storm <storm@cua.dk>
21585
21586 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
21587
215882002-07-19 Ken Raeburn <raeburn@gnu.org>
21589
21590 * bytecode.c (struct byte_stack): Pointers into byte string now
21591 point to const.
21592 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
21593 const.
21594 * charset.h (BCOPY_SHORT): Source pointer now points to const.
21595 * coding.c (encode_eol, detect_coding, detect_eol):
21596 (decode_coding, encode_coding, detect_coding_system):
21597 Source strings now treated as const.
21598 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
21599 modify Lisp string contents.
21600 * coding.h (decode_coding, encode_coding, detect_coding,
21601 detect_eol): Declarations updated.
21602 * composite.c (compose_chars_in_text): Treat Lisp string contents
21603 as const.
21604 * dispnew.c (safe_bcopy): Source pointer now points to const.
21605 * lisp.h (STRING_COPYIN): New macro.
21606 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
21607 (internal_with_output_to_temp_buffer): Declarations updated.
21608 * print.c (temp_output_buffer_setup):
21609 (internal_with_output_to_temp_buffer): Buffer name argument is now
21610 pointer to const.
21611 * sound.c (struct sound_device): Function pointer field "write"
21612 buffer argument now points to const.
21613 (vox_write): Buffer argument points to const.
21614 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
21615 contents as const.
21616 * sysdep.c (emacs_write): Buffer pointer now const.
21617 * term.c (encode_terminal_code): Buffer pointer now const.
21618 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
21619 (x_face_list_fonts, x_update_menu_appearance):
21620 (hash_string_case_insensitive): Treat Lisp string contents as const.
21621
216222002-07-19 Juanma Barranquero <lektu@terra.es>
21623
048addec
JD
21624 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
21625
21626 * fileio.c (syms_of_fileio): Likewise.
c62aec78
JB
21627 (Ffile_name_as_directory): Fix argument name in docstring.
21628 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
048addec
JD
21629
216302002-07-18 Richard M. Stallman <rms@gnu.org>
21631
21632 * data.c (Fdefalias): Doc fix.
21633
216342002-07-17 Dave Love <fx@gnu.org>
21635
21636 * intervals.h (text_property_stickiness): Use P_.
21637
21638 * ccl.c: Remove `emacs' conditionals.
21639 (ccl_backtrace_table): Fix size spec.
21640 (ccl_driver): Fix type errors.
21641
216422002-07-16 Ken Raeburn <raeburn@gnu.org>
21643
21644 * alloc.c (xstrdup, make_string, make_unibyte_string)
21645 (make_multibyte_string, build_string): String pointer args now
21646 point to const.
21647 * charset.c (find_charset_in_text, c_string_width):
21648 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
21649 * fileio.c (report_file_error):
21650 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
21651 (count_combining_before, count_combining_after, insert_1_both):
21652 (insert, insert_and_inherit, insert_string):
21653 (insert_before_markers, insert_before_markers_and_inherit):
21654 * lread.c (intern, oblookup, hash_string):
21655 * minibuf.c (temp_echo_area_glyphs):
21656 * search.c (fast_c_string_match_ignore_case):
21657 * sysdep.c (emacs_open, set_file_times):
21658 * xfaces.c (xstricmp):
21659 * xdisp.c (store_frame_title, string_char_and_length):
21660 (message_dolog, message2, message2_nolog, set_message): Likewise.
21661 (set_message_1): Cast message string argument to const pointer.
21662 * editfns.c (general_insert_function): Insertion function now
21663 takes pointer to const for input data.
21664 * charset.h (find_charset_in_text, c_string_width):
21665 (parse_str_as_multibyte): Declarations updated.
21666 * dispextern.h (xstricmp): Declaration updated.
21667 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
21668 (count_size_as_multibyte, count_combining_before):
21669 (count_combining_after, insert_1, insert_1_both, message_dolog):
21670 (insert, insert_and_inherit, insert_before_markers)
21671 (insert_before_markers_and_inherit, set_message, message2):
21672 (message2_dolog, build_string, make_string, make_unibyte_string):
21673 (make_multibyte_string, intern, oblookup, report_file_error):
21674 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
21675 (emacs_open, xstrdup): Declarations updated.
21676 * systime.h (set_file_times): Declaration updated.
21677
21678 * charset.c (find_charset_in_text, lisp_string_width): Use const
21679 for pointer to lisp string data.
21680 * charset.h (FETCH_STRING_CHAR_ADVANCE):
21681 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
21682 * coding.c (Ffind_coding_systems_region_interval):
21683 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
21684 (Fmake_directory_internal, Fdelete_directory):
21685 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
21686 * fontset.c (font_family_registry, fs_query_fontset):
21687 (list_fontsets):
21688 * frame.c (Fframe_parameter):
21689 * keyboard.c (cmd_error_internal):
21690 * keymap.c (Fdescribe_buffer_bindings):
21691 * lread.c (complete_filename_p, openp):
21692 * minibuf.c (Fminibuffer_complete_word):
21693 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
21694 (face_before_or_after_it_pos, next_element_from_string):
21695 (get_overlay_arrow_glyph_row, display_mode_element):
21696 (decode_mode_spec_coding):
21697 * xterm.c (same_x_server): Likewise.
21698
21699 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
21700 settings of non-existent fields.
21701
21702 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
21703 copy a lisp value.
21704
21705 * lread.c (Fintern_soft): Use string macros instead of
21706 Lisp_String fields.
21707 * keyboard.c (echo_char, parse_modifiers_uncached):
21708 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
21709 * textprop.c (validate_interval_range, interval_of): Likewise.
21710
21711 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
21712
21713 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21714 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
21715 XSTRING()->size_byte.
21716
21717 * lisp.h (SDATA, SREF): Produce rvalue.
21718 (SSET): New macro.
21719 * alloc.c (make_event_array): Use SSET for storing into a string.
21720 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
21721 a string.
21722 * casefiddle.c (casify_object): Use SSET.
21723 * charset.h (FETCH_STRING_CHAR_ADVANCE)
21724 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
21725 address of string contents.
21726 * data.c (Faref): Use SDATA.
21727 (Faset): Use SDATA, SSET.
21728 * dired.c (directory_files_internal): Use SSET.
21729 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
21730 (Fread_file_name): Use SREF, SSET.
21731 * fns.c (concat): Use SSET.
21732 (concat, Fdelete): Use SDATA.
21733 * insdel.c (insert_from_string_1): Use SDATA.
21734 * keyboard.c (Fevent_convert_list): Use SREF.
21735 * lread.c (Fload): Use SDATA, SSET.
21736 * macfns.c (validate_x_resource_name): Use SSET.
21737 * process.c (status_message): Use SSET.
21738 * search.c (wordify): Use SDATA.
21739 (Freplace_match): Use SREF.
21740 * w32fns.c (validate_x_resource_name): Use SSET.
21741 * xfns.c (validate_x_resource_name): Use SSET.
21742 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
21743
217442002-07-16 Richard M. Stallman <rms@gnu.org>
21745
21746 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
21747
21748 * xdisp.c (reconsider_clip_changes):
21749 Don't test prevent_redisplay_optimizations_p.
21750 (redisplay_internal): Test prevent_redisplay_optimizations_p
21751 along with clip_changed in some cases.
21752 (try_window_id): Likewise.
21753 (redisplay_window): New local var buffer_unchanged_p.
21754
21755 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
21756
21757 * process.c (create_process): Test USG_SUBTTY_WORKS.
21758 (process_send_signal): Clean up handling of GID.
21759 Detect errors in ioctls meant to set GID.
21760
21761 * window.c (temp_output_buffer_show):
21762 Don't set prevent_redisplay_optimizations_p.
21763
217642002-07-15 Juanma Barranquero <lektu@terra.es>
21765
21766 * eval.c (Fdefvaralias): Add docstring argument.
21767
217682002-07-15 Ken Raeburn <raeburn@gnu.org>
21769
21770 * lisp.h (STRING_INTERVALS): Produce rvalue.
21771 (STRING_SET_INTERVALS): New macro.
21772 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
21773 * fns.c (Fstring_as_multibyte): Likewise.
21774 * intervals.c (balance_possible_root_interval, delete_interval)
21775 (create_root_interval, copy_intervals_to_string): Likewise.
21776 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
21777 instead of 0.
21778
217792002-07-14 Ken Raeburn <raeburn@gnu.org>
21780
21781 * lisp.h (STRING_SET_CHARS): New macro.
21782 (SCHARS, SBYTES): Produce rvalues.
21783 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
21784 * fns.c (concat): Likewise.
21785 * lread.c (read_vector): Likewise.
21786
3419757d 21787 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
048addec 21788 (STRING_SET_UNIBYTE): New macro.
3419757d 21789 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
048addec
JD
21790 length of -1) changed to use STRING_SET_UNIBYTE.
21791 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21792 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
21793 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
21794 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
21795 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
21796 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
21797 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
21798 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
21799 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21800 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
21801 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
21802 STRING_BYTES or indirection changed to SCHARS, SBYTES,
21803 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
21804 unchanged for now.
21805
218062002-07-13 Kim F. Storm <storm@cua.dk>
21807
21808 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
21809
218102002-07-12 Richard M. Stallman <rms@gnu.org>
21811
21812 * fileio.c (Fwrite_region): Doc fix.
21813
21814 * print.c (print_error_message): Don't handle Vsignaling_function here.
21815
21816 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
21817 (command_loop_1): Avoid certain actions after memory-full error.
21818
21819 * eval.c (Fsignal): Don't call cancel_hourglass.
21820 For a memory-full error, don't call Vsignal_hook_function
21821 and don't set Vsignaling_function.
21822
21823 * process.c (process_send_signal): Add abort call.
21824
218252002-07-11 Markus Rost <rost@math.ohio-state.edu>
21826
21827 * keymap.c (Fkey_binding): Fix typo.
21828
218292002-07-11 Richard M. Stallman <rms@gnu.org>
21830
21831 * alloc.c (Vmemory_full): New variable.
3419757d 21832 (Vmemory_signal_data): Rename from memory_signal_data.
048addec
JD
21833 Uses changed.
21834 (syms_of_alloc): Defvar them.
21835 (memory_full, buffer_memory_full): Set Vmemory_full.
21836
21837 * lisp.h (Vmemory_full): Add declaration.
21838 (current_column, indented_beyond_p): Change declaration.
21839
21840 * indent.c (last_known_column): Declare as double, not float.
21841 (current_column, current_column_1, string_display_width)
21842 (position_indentation): Return `double'.
21843 (indented_beyond_p): Arg `column' is `double'. Callers changed.
21844
21845 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
21846 (back_to_previous_visible_line_start)
21847 (reseat_at_next_visible_line_start, next_element_from_buffer):
21848 Use `double', not `float', when calling indented_beyond_p.
21849
3419757d 21850 * s/hpux11.h (BROKEN_SA_RESTART): Define.
048addec
JD
21851
21852 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
21853
218542002-07-11 Juanma Barranquero <lektu@terra.es>
21855
21856 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
f9711de4
JB
21857 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
21858 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
21859 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
21860 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
21861 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
048addec
JD
21862
218632002-07-10 Juanma Barranquero <lektu@terra.es>
21864
d814862a
JB
21865 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
21866 All callers changed.
048addec
JD
21867
218682002-07-09 Stefan Monnier <monnier@cs.yale.edu>
21869
21870 * data.c (Fdefalias): Add an optional `docstring' argument.
21871 (set_internal, Fsetq_default): Use XCAR/XCDR.
21872
21873 * composite.c (HASH_VALUE, HASH_KEY):
21874 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
21875
218762002-07-09 Kenichi Handa <handa@etl.go.jp>
21877
21878 * callproc.c (Fcall_process): Fix previous change.
21879
218802002-07-07 Stefan Monnier <monnier@cs.yale.edu>
21881
21882 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
21883 Add support for hash-tables.
21884 (Ftry_completion): Return t even if the string appears multiple times.
21885
21886 * fns.c (Fnconc): Use XCDR.
21887 (Fprovide): Use CONSP and XCDR.
21888 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21889 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
21890 (Fmake_hash_table): Accept `:size nil'.
21891 (Fmakehash): Delete: moved to subr.el.
21892 (syms_of_fns): Don't defsubr makehash.
21893
21894 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
21895 (HASH_TABLE_SIZE): Move from fns.c.
21896
218972002-07-07 Richard M. Stallman <rms@gnu.org>
21898
21899 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
21900 Instead just return 0 when there is something to be done.
21901 (try_scrolling): If make_cursor_line_fully_visible returns 0,
21902 retry scrolling as if cursor were off the bottom.
21903 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
21904 return CURSOR_MOVEMENT_MUST_SCROLL.
21905 (redisplay_window): If make_cursor_line_fully_visible returns 0,
21906 go to try_to_scroll.
21907
21908 * buffer.c (Fbuffer_local_value): Store current value into its binding
21909 so we get the up-to-date value for the binding that is loaded.
21910
21911 * eval.c (Fdefmacro): Doc fix.
21912
219132002-07-05 Dave Love <fx@gnu.org>
21914
21915 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
21916 correctly.
21917
21918 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
21919 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
21920 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
21921 CCL_LookupCharConstTbl.
21922 (syms_of_ccl): Defvar translation-hash-table-vector.
21923
219242002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21925
21926 * xdisp.c: Remove unused variable `face'.
21927
219282002-07-04 Juanma Barranquero <lektu@terra.es>
21929
21930 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
21931 obsolescence information.
21932
219332002-07-03 Andrew Choi <akochoi@shaw.ca>
21934
21935 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
21936 pattern. Search cache first.
21937 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
21938 for Japanese font.
21939 (XLoadQueryFont): Use it.
21940
219412002-07-02 Richard M. Stallman <rms@gnu.org>
21942
21943 * keymap.c (Fdefine_key): Doc fix.
21944
21945 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
21946
219472002-07-02 Juanma Barranquero <lektu@terra.es>
21948
21949 * keymap.c (syms_of_keymap): Fix typo.
21950
219512002-07-01 Andrew Choi <akochoi@shaw.ca>
21952
21953 * s/darwin.h: Define POSIX_SIGNALS.
21954
21955 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
21956 and FSRefMakePath to convert FSSpec returned with Apple Event to
21957 Posix pathname.
21958 (mac_initialize) [TARGET_API_MAC_CARBON]:
21959 Call init_required_apple_events and disable the `Quit' menu item
21960 provided automatically by the Carbon Toolbox.
21961
219622002-07-01 Dave Love <fx@gnu.org>
21963
21964 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21965 for K&R.
21966
21967 * xterm.c: Fix prototype for K&R.
21968
21969 * term.c (costs_set): Declare static, non-initialized for pcc.
21970
219712002-07-01 Richard M. Stallman <rms@gnu.org>
21972
21973 * keyboard.c (timer_last_idleness_start_time): New variable.
21974 (timer_start_idle): Set that.
21975 (read_key_sequence): Use that to reset timer_idleness_start_time
21976 to previous value.
21977
21978 * window.c (Frecenter): With arg, set optional_new_start.
21979
21980 * xdisp.c (redisplay_internal): Make optional_new_start really work.
21981
21982 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
21983 buffer for completion.
21984
219852002-06-29 Ken Raeburn <raeburn@gnu.org>
21986
21987 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
21988
219892002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21990
21991 * keyboard.c (readable_filtered_events): New function that filters
21992 FOCUS_IN_EVENT depending on parameter.
21993 (readable_events): Calls readable_filtered_events, not filtering
21994 FOCUS_IN_EVENT.
21995 (get_filtered_input_pending): New function, filtering parameter passed
21996 to readable_filtered_events.
21997 (get_input_pending): Calls get_filtered_input_pending, not filtering
21998 FOCUS_IN_EVENT.
21999 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
22000 FOCUS_IN_EVENT.
22001
22002 * xterm.h (struct x_output): Add focus_state.
22003
22004 * xterm.c (x_focus_changed): New function.
22005 (x_detect_focus_change): New function.
22006 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
22007 EnterNotify and LeaveNotify to track X focus changes.
22008
220092002-06-28 Andreas Schwab <schwab@suse.de>
22010
22011 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
22012
220132002-06-27 Kim F. Storm <storm@cua.dk>
22014
52eb0373 22015 * xdisp.c (mode_line_string_list, mode_line_string_face)
048addec
JD
22016 (mode_line_string_face_prop): New variables.
22017 (store_mode_line_string): New function.
22018 (display_mode_element): Use store_mode_line_string to
22019 add mode-line string elements to mode_line_string_list
22020 when mode_line_string_list is non-nil.
22021 (Fformat_mode_line): Now returns propertized string by
22022 default. New arg NO-PROPS to ignore properties.
22023 (decode_mode_spec): Only add two dashes for %- in propertized
22024 mode-line string.
22025 (syms_of_xdisp): Init and staticpro mode_line_string_list.
22026
220272002-06-27 Stefan Monnier <monnier@cs.yale.edu>
22028
22029 * minibuf.c (minibuffer_completion_contents): Add return type.
22030
220312002-06-27 Juanma Barranquero <lektu@terra.es>
22032
22033 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
22034
220352002-06-26 Juanma Barranquero <lektu@terra.es>
22036
22037 * fileio.c (read_file_name_cleanup): Add missing return.
22038
220392002-06-26 Richard M. Stallman <rms@gnu.org>
22040
22041 * window.c (Frecenter): Don't set force_start flag.
22042
22043 * minibuf.c (do_completion, Fminibuffer_complete_word)
22044 (Fminibuffer_completion_help): Complete just the text before point.
22045 (minibuffer_completion_contents): New function.
22046
22047 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
22048
22049 * frame.c (frames_bury_buffer): Function deleted.
22050
220512002-06-25 Miles Bader <miles@gnu.org>
22052
22053 * callint.c (Fcall_interactively): When checking to see if doprnt hit
22054 the end of callint_message, allow for a terminating '\0'.
22055
220562002-06-24 Juanma Barranquero <lektu@terra.es>
22057
52eb0373 22058 * w32select.c: Include composite.h.
048addec
JD
22059
22060 * w16select.c: Likewise.
22061
220622002-06-24 Kenichi Handa <handa@etl.go.jp>
22063
22064 * callproc.c (Fcall_process): If code detection is necessary,
22065 call detect_coding directly here.
22066
22067 * coding.c (detect_eol): Preserve coding->cmp_data.
22068
22069 * w16select.c (Fw16_get_clipboard_data):
22070 * w32fns.c (w32_to_x_font):
22071 * w32select.c (Fw32_get_clipboard_data):
22072 * xselect.c (selection_data_to_lisp_data):
22073 * xterm.c (XTread_socket): Disable composition handling.
22074
220752002-06-24 Stefan Monnier <monnier@cs.yale.edu>
22076
22077 * print.c (temp_output_buffer_setup): Kill all local variables.
22078
220792002-06-22 Stefan Monnier <monnier@cs.yale.edu>
22080
22081 * lread.c (Fread): Remove redundant and imprecise declaration.
22082
22083 * xfns.c (check_x_display_info): Use check_x_frame.
22084
22085 * .gdbinit (xprintsym): Use the new `xname' field.
22086 (xsymbol): Use it.
22087
220882002-06-22 Jason Rumney <jasonr@gnu.org>
22089
22090 * w32fns.c (file_dialog_callback): New function.
22091 (Fx_file_dialog): Allow selecting directories as well as files.
22092
220932002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22094
22095 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
f63fd14e 22096 OpenBSD. Add support for mipseb-*-netbsd* machines.
048addec
JD
22097
220982002-06-17 Andrew Choi <akochoi@shaw.ca>
22099
22100 * macterm.c (mac_scroll_area): Set foreground and backcolor to
22101 black and white before scrolling. Restore frame background and
22102 foreground color after scrolling.
22103 (do_window_update): Call XClearWindow before calling expose_frame.
22104 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
22105 FRAME_FOREGROUND_PIXEL of frame.
22106
22107 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
22108 test Mac command key as <ALT> key.
22109
221102002-06-17 Stefan Monnier <monnier@cs.yale.edu>
22111
22112 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
22113
22114 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
22115 Lookup keys in function-key-map immediately so that key-translation-map
22116 can be applied earlier.
22117 Remove function_key_possible and key_translation_possible, replaced
22118 by checking `keytran_start < t'.
22119
22120 * .gdbinit (xsymbol): Use the new `xname' field.
22121
221222002-06-17 Andrew Choi <akochoi@shaw.ca>
22123
22124 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
22125 test Mac command key as <ALT> key.
22126
22127 * mac.c (do_applescript): Call initialize_applescript if necessary
22128 when first called. Dispose of result_desc only when there is no error.
22129 (Fdo_applescript): Use %d format specifier instead of %ld.
22130
221312002-06-16 Andrew Choi <akochoi@shaw.ca>
22132
22133 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
22134 of FrontWindow for cases keyDown and autoKey.
22135
22136 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
22137 Vdefault_fontset to Monaco with mac-roman coding.
22138
22139 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
22140 init_process before and after inclusion of Carbon/Carbon.h, resp.
22141
22142 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
22143 cursor_gc.
22144 (add_font_name_table_entry): New function.
22145 (init_font_name_table): Use add_font_name_table_entry; add italic,
22146 bold, and bold-italic entries for truetype fonts.
22147
22148 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
22149 for Mac too.
22150 (try_font_list) [MAC_OS]: If no font matches given registry, try
22151 fonts with any registry matching face_family.
22152 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
22153
22154 * s/darwin.h: If autoconf detects the Ncurses library, define
22155 LIBS_TERMCAP to -lncurses to use it.
22156
221572002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
22158
22159 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
22160
221612002-06-15 Richard M. Stallman <rms@gnu.org>
22162
22163 * window.c (Fset_window_configuration): Explicitly preserve
22164 the point value that new_current_buffer had at the start.
22165
221662002-06-14 Juanma Barranquero <lektu@terra.es>
22167
22168 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
22169 Fix typos.
22170
221712002-06-14 Kim F. Storm <storm@cua.dk>
22172
22173 * insdel.c (insert_1_both, insert_from_string_1)
22174 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
22175 insert happened in the end_unchanged region. Otherwise, the
22176 redisplay may be confused and duplicate the last line in the
22177 buffer [seen after save-buffer when require-final-newline==t].
22178
221792002-06-13 Jason Rumney <jasonr@gnu.org>
22180
22181 * w32.c (init_environment): Remove EMACSLOCKDIR.
22182 (stat): Swap _S_IFDIR and _S_IFREG.
22183
221842002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22185
22186 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
22187 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
22188 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
22189 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
22190 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
22191 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
22192 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
22193 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
22194 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
22195 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
22196 SELECTION_REQUEST_EVENT, selection_clear_event to
22197 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
22198 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
22199 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
22200 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
22201 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
22202 no_event to NO_EVENT.
22203
222042002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22205
22206 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
22207
222082002-06-12 Stefan Monnier <monnier@cs.yale.edu>
22209
22210 * intervals.c (textget): Don't forget to `return'.
22211 (lookup_char_property): Use XCAR/XCDR.
22212
222132002-06-12 Juanma Barranquero <lektu@terra.es>
22214
22215 * xdisp.c (Fformat_mode_line): Fix typo.
22216
222172002-06-12 Kim F. Storm <storm@cua.dk>
22218
22219 * xdisp.c (Fformat_mode_line): New function.
22220 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
22221 (store_frame_title_char, store_frame_title): Use unconditionally.
22222 (init_xdisp): Defsubr Fformat_mode_line.
22223 Initialize frame_title_buf etc. unconditionally.
22224
222252002-06-11 Stefan Monnier <monnier@cs.yale.edu>
22226
22227 * keyboard.c (read_key_sequence):
22228 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
22229 things through those maps after downcasing events.
22230 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
22231 applies after function-key-map.
22232 Make sure that keytran can be done in the middle in the sequence.
22233 Be careful not to throw away events past the one we downcase.
22234
22235 * lread.c (read_integer): Remove unused var `tem'.
22236 (read1): Fix int/Lisp_Object mixup.
22237
22238 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
22239
222402002-06-11 Richard M. Stallman <rms@gnu.org>
22241
22242 * keyboard.c (readable_events): Ignore any number of
22243 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
22244
222452002-06-09 Miles Bader <miles@gnu.org>
22246
22247 * xfaces.c (Ftty_supports_face_attributes_p): New function.
22248 (parse_rgb_list, tty_lookup_color): New functions.
22249 (tty_defined_color): Use `tty_lookup_color' to do all the work.
22250 (color_distance, Fcolor_distance): New functions.
22251 (TTY_SAME_COLOR_THRESHOLD): New macro.
22252 (Qtty_color_standard_values): New variable.
22253 (syms_of_xfaces): Initialize new vars & functions.
22254
222552002-06-08 Colin Walters <walters@verbum.org>
22256
22257 * textprop.c (Vchar_property_alias_alist): New variable.
22258 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
22259
22260 * intervals.c (lookup_char_property): New function for looking up
22261 overlay and text properties, created from textget.
22262 (textget): Use it.
22263
22264 * intervals.h (lookup_char_property): Declare.
22265 (Vchar_property_alias_alist): Declare.
22266
22267 * buffer.c (Foverlay_get): Use lookup_char_property.
22268
222692002-06-07 Sam Steingold <sds@gnu.org>
22270
22271 * xselect.c (lisp_data_to_selection_data): Fix last change:
22272 *data_ret is not a Lisp string, while unibyte_string is.
22273
222742002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
22275
22276 * xselect.c (lisp_data_to_selection_data): Fix last change:
22277 set size_ret.
22278
222792002-06-07 Andreas Schwab <schwab@suse.de>
22280
22281 * m/amdx86-64.h: New file.
22282
222832002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
22284
22285 * fns.c (Fstring_make_unibyte): Doc fix.
22286
22287 * xselect.c (lisp_data_to_selection_data): If the requested type
22288 is STRING, call string_make_unibyte to encode the selected text
22289 as a string.
22290
22291 * window.c (Fset_window_hscroll): Doc fix.
22292
222932002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22294
22295 * fileio.c (choose_write_coding_system):
22296 Call select-safe-coding-system properly.
22297
222982002-06-03 Richard M. Stallman <rms@gnu.org>
22299
22300 * xdisp.c (message_with_string): Error if STRING is not a string.
22301
22302 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
22303
22304 * fileio.c (choose_write_coding_system): Pass FILE arg to
22305 Vselect_safe_coding_system_function.
22306
223072002-06-03 Ken Raeburn <raeburn@gnu.org>
22308
22309 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
22310
223112002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
22312
22313 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
22314 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
22315 * keymap.c (describe_command): Likewise.
22316 * minibuf.c (read_minibuf): Likewise.
22317
22318 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
22319 Cast `current_column' return value to int.
22320 (back_to_previous_visible_line_start)
22321 (reseat_at_next_visible_line_start, next_element_from_buffer):
22322 Cast `indented_beyond_p' 3rd arg to float.
22323
22324 * indent.c (last_known_column): Now a float.
22325 (current_column_1, position_indentation, current_column)
22326 (string_display_width): Return float.
22327 (Fcurrent_column): Cast `current_column' return value to int.
22328 (Fcurrent_indentation): Cast `position_indentation' retval to int.
22329 (indented_beyond_p): Third arg now a float.
22330 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
22331
22332 * lisp.h (current_column): Now returns float.
22333 (indented_beyond_p): 3rd arg now a float.
22334
223352002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
22336
22337 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
22338 is Qcompound_text_with_extensions.
22339
22340 * xselect.c (lisp_data_to_selection_data): Always set selection
22341 type as string if x_encode_text returns streingp non-NULL.
22342
22343 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
22344
223452002-05-30 Richard M. Stallman <rms@gnu.org>
22346
22347 * window.c (Fset_window_configuration): Correct the handling
22348 of point in current buffer, to work with multiple windows.
22349
223502002-05-29 Colin Walters <walters@verbum.org>
22351
22352 * lread.c (Fread_from_string): Don't depend on order of evaluation
22353 for C function parameters.
22354
223552002-05-28 Richard M. Stallman <rms@gnu.org>
22356
22357 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
22358 way for blinked-off state and for a nonselected window.
22359
22360 * window.c (window_scroll_pixel_based): Don't call Fbolp;
22361 instead, see if the new start pos is at beginning of line.
22362
22363 * fileio.c (Fwrite_region): If START is a string, don't
22364 make any annotations.
22365
22366 * eval.c (syms_of_eval): Doc fix.
22367
223682002-05-28 Colin Walters <walters@debian.org>
22369
22370 * emacs.c (USAGE1): Add --no-splash.
22371 (standard_args): Ditto.
22372
223732002-05-28 Colin Walters <walters@gnu.org>
22374
22375 * lread.c (readchar_count): New variable.
22376 (readchar): Increment it.
22377 (unreadchar): Decrement it.
22378 (read_multibyte): Decrement it.
22379 (Vread_with_symbol_positions): New variable.
22380 (Vread_symbol_positions_list): New variable.
22381 (read_internal_start): New function, created from Fread and
22382 Fread_from_string. Handle Vread_symbol_positions_list and
22383 Vread_with_symbol_positions.
22384 (readevalloop, Fread, Fread_from_string): Use it.
22385 (read1): Use readchar_count to add symbol positions to
22386 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
22387 (syms_of_lread): DEFVAR_LISP and initialize them.
22388
22389 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
22390 (substitute_object_recurse, substitute_object_in_subtree)
22391 (substitute_in_interval): Prototype.
22392 (read_multibyte): Return c if it's less than zero.
22393
223942002-05-28 Kim F. Storm <storm@cua.dk>
22395
22396 * fileio.c (Fread_file_name_internal): Added brute-force
22397 speed up for using predicate file-directory-p.
22398
223992002-05-28 Kim F. Storm <storm@cua.dk>
22400
22401 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
22402 New variables.
22403 (syms_of_fileio): DEFVAR_LISP them.
22404 (read_file_name_cleanup): New unwind function.
22405 (Fread_file_name_internal): Only return completions satifying
22406 Vread_file_name_predicate. Temporarily unwind protect and rebind
22407 default-directory while checking completions against the predicate.
22408 (Fread_file_name): Added PREDICATE argument. Specbind it to
22409 Vread_file_name_predicate during completion.
22410 Call Vread_file_name_function to read the file name if non-nil.
22411
22412 * lisp.h (Fread_file_name): Now has 6 args.
22413
22414 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
22415 predicate for Fread_file_name when reading directory name.
22416 Supply Qnil for predicate in other calls to Fread_file_name.
22417
224182002-05-26 Miles Bader <miles@gnu.org>
22419
22420 * term.c (tty_capable_p): New function.
22421 * dispextern.h (tty_capable_p): New function declaration.
22422 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
22423 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
22424
224252002-05-23 Stefan Monnier <monnier@cs.yale.edu>
22426
22427 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
22428 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
22429 (Vwrite_region_annotate_functions): Docstring fix.
22430
224312002-05-23 Kim F. Storm <storm@cua.dk>
22432
22433 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
22434 phys_cursor's hpos is overwritten. This is still not completely
22435 correct, as it doesn't really make sense to use hpos at all to
22436 get the cursor glyph (as that is relative to the width of the
22437 characters on the line, which may have changed during the update).
22438
224392002-05-22 Jason Rumney <jasonr@gnu.org>
22440
22441 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
22442 Lisp_Object.
22443 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
22444 Use modified enumfont_t struct.
22445
22446 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22447
22448 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
22449 Handle the `hbar' cursor type.
22450 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22451
22452 * w32fns.c (Qhbar): New variable.
22453 (x_specified_cursor_type): Use it.
22454
224552002-05-21 Ken Raeburn <raeburn@gnu.org>
22456
22457 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
22458 now, when the address is needed.
22459
224602002-05-21 Colin Walters <walters@gnu.org>
22461
22462 * Makefile.in (shortlisp): Add font-core.el.
22463
224642002-05-20 Richard M. Stallman <rms@gnu.org>
22465
22466 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
22467
22468 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
22469 equivalent key bindings here.
22470
224712002-05-20 Ken Raeburn <raeburn@gnu.org>
22472
22473 Change symbol structure to contain a lisp object for the symbol
22474 name:
22475 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
22476 object field named "xname".
22477 (SYMBOL_NAME): New macro.
22478 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
22479 name field.
22480 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
22481 (mark_object, gc_sweep): Use symbol xname field and XSTRING
22482 instead of name field.
22483 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
22484 SYMBOL_NAME instead of XSYMBOL and name field.
22485 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
22486 instead of XSYMBOL and name field.
22487 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
22488 and SYMBOL_NAME instead of XSYMBOL and name field.
22489 * coding.c (Fread_coding_system, code_convert_region1)
22490 (code_convert_string1, code_convert_string_norecord)
22491 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
22492 XSYMBOL and name field.
22493 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
22494 (Fmake_variable_buffer_local, Fmake_local_variable)
22495 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
22496 of XSYMBOL and name field.
22497 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
22498 XSYMBOL and name field.
22499 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
22500 instead of XSYMBOL and name field.
22501 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
22502 XSYMBOL and name field.
22503 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
22504 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22505 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
22506 instead of XSYMBOL and name field.
22507 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
22508 (parse_modifiers, apply_modifiers, Fevent_convert_list)
22509 (parse_solitary_modifier, Fexecute_extended_command):
22510 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22511 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
22512 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
22513 of XSYMBOL and name field.
22514 (describe_command, describe_translation): Use SYMBOL_NAME and
22515 assignment instead of XSYMBOL and name field and XSETSTRING.
22516 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
22517 instead of XSYMBOL and name field.
22518 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
22519 name field and XSETSTRING.
22520 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22521 of XSYMBOL and name field.
22522 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
22523 assignment instead of XSYMBOL and name field and XSETSTRING.
22524 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
22525 XSTRING instead of XSYMBOL and name field.
22526 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
22527 and XSTRING instead of XSYMBOL and name field.
22528 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
22529 and XSTRING instead of XSYMBOL and name field.
22530 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
22531 XSTRING instead of XSYMBOL and name field.
22532 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
22533 of XSYMBOL and name field.
22534 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
22535 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
22536
225372002-05-19 Ken Raeburn <raeburn@gnu.org>
22538
22539 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
22540 and XCDR real rvalues in most configurations.
22541
22542 * buffer.c (fix_overlays_in_range, fix_overlays_before):
22543 Don't take the address of the cdr part of a cons cell; instead, track
22544 the parent cell and call XSETCDR, or set the variable for the head
22545 of the list if we haven't started down the list yet.
22546
225472002-05-19 Richard M. Stallman <rms@gnu.org>
22548
22549 * doc.c (reread_doc_file): Don't ask for confirmation.
22550
225512002-05-18 Jason Rumney <jasonr@gnu.org>
22552
22553 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
22554 (xbm_load_image): Use it.
22555 (xbm_load): Ditto.
22556 (xbm_read_bitmap_data): Reverted to xfns.c version.
22557 From David Ponce <david@dponce.com>.
22558
225592002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22560
22561 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
22562 2.02 and later.
22563
225642002-05-16 Juanma Barranquero <lektu@terra.es>
22565
22566 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
22567
225682002-05-15 Stefan Monnier <monnier@cs.yale.edu>
22569
22570 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
22571 meaningful test.
22572 (read_char_minibuf_menu_prompt): Fix typo.
22573
225742002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22575
22576 * eval.c (Fcommandp): Doc fix.
22577
225782002-05-13 Stefan Monnier <monnier@cs.yale.edu>
22579
22580 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
22581 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
22582 (Fset_keymap_parent): Gcpro a bit more.
22583 (access_keymap): Gcpro around meta_map call and around the main loop.
22584 (get_keyelt): Gcpro when following indirect references.
22585 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
22586 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
22587 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
22588 Remove useless ad-hoc remap code.
22589
225902002-05-13 Richard M. Stallman <rms@gnu.org>
22591
22592 * search.c (search_buffer): Give up boyer moore search if inverse
22593 translation change charset_base.
22594
225952002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
22596
22597 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
22598 characters is carried over from the previous block of text, adjust
22599 coding->produced to account for the extra character.
22600
226012002-05-11 Andreas Schwab <schwab@suse.de>
22602
22603 * coding.c (intersection): Keep the elements of the returned list
22604 in the same order as in the first list.
22605
226062002-05-11 Kim F. Storm <storm@cua.dk>
22607
3419757d 22608 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
048addec
JD
22609 only update cmm_size if realloc actually succeeds.
22610 Testing with initial size of 2 elements revealed that using
22611 realloc on GNU/Linux would cause a random trap in xmalloc
22612 later on, so I rewrote the code to use malloc/bcopy/free instead
22613 of realloc.
22614
226152002-05-10 Jason Rumney <jasonr@gnu.org>
22616
22617 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
22618
226192002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
22620
22621 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
22622 parens, to ensure correct evaluation order.
22623
226242002-05-10 Kim F. Storm <storm@cua.dk>
22625
22626 * keymap.c (Vemulation_mode_map_alists): New variable.
22627 (syms_of_keymap): DEFVAR_LISP it.
22628 (current_minor_maps): Process keymap alists in that list before
22629 minor-mode-overriding-map-alist and minor-mode-map-alist.
22630
226312002-05-09 Richard M. Stallman <rms@gnu.org>
22632
22633 * search.c (Freplace_match): Doc fix.
22634
226352002-05-09 Kim F. Storm <storm@cua.dk>
22636
22637 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22638 Enlarge cursor rectangle drawn around image with non-zero relief.
22639
22640 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
22641 Enlarge cursor rectangle drawn around image with non-zero relief.
22642
22643 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
22644 Enlarge cursor rectangle drawn around image with non-zero relief.
22645
226462002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
22647
22648 * xselect.c (lisp_data_to_selection_data): Don't set selection
22649 type if comes from the Lisp object's car. If the selection
22650 contains a pure ASCII text, always return QSTRING as its type.
22651
226522002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22653
22654 * mac.c (mac-cut-function): Doc fix.
22655
226562002-05-05 Richard M. Stallman <rms@gnu.org>
22657
22658 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
22659
226602002-05-04 Jason Rumney <jasonr@gnu.org>
22661
22662 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
22663 for event-click-count.
22664
22665 * process.c (init_process): Only add server subfeature if we can
22666 use non-blocking I/O.
22667
226682002-05-04 Andrew Choi <akochoi@shaw.ca>
22669
22670 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
22671 repeatedly.
22672
226732002-05-03 Jason Rumney <jasonr@gnu.org>
22674
22675 * process.c (Fmake_network_process): Only support server sockets
22676 when we can make them non-blocking.
22677
22678 * s/ms-w32.h (HAVE_SELECT): Define.
22679
22680 * w32.h (FILE_NDELAY): New flag.
22681
22682 * w32.c (sys_getpeername, fcntl): New functions.
22683 (_sys_read_ahead): Temporarily block on non-blocking sockets.
22684
2d4713aa 22685 * w32proc.c: Include sys/file.h.
048addec
JD
22686
226872002-05-03 Colin Walters <walters@verbum.org>
22688
22689 * callproc.c (Vgame_score_directory): Renamed to
22690 Vshared_game_score_directory.
22691
226922002-04-30 Richard M. Stallman <rms@gnu.org>
22693
22694 * s/gnu.h [emacs]: Include stdio.h.
22695 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
22696
22697 * eval.c (do_autoload): Error if called while preparing to dump.
22698
22699 * fns.c (Frequire): Error if need to load while preparing to dump.
22700
227012002-04-28 Colin Walters <walters@verbum.org>
22702
22703 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
22704 Default to "~/.emacs.d/games".
22705
227062002-04-29 Stefan Monnier <monnier@cs.yale.edu>
22707
22708 * lread.c (openp): Change arg exec_only to predicate.
22709 (build_load_history): Use XCAR/XCDR.
22710 (Flocate_file_internal): New fun.
22711 (syms_of_lread): Defsubr it.
22712 (Fload): Update call to openp.
22713
22714 * lisp.h (openp): Update prototype.
22715
22716 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
22717 * w32proc.c (sys_spawnve):
22718 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
22719 * w32.c (check_windows_init_file):
22720 * sound.c (Fplay_sound_internal):
22721 * process.c (Fstart_process):
22722 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
22723 * mac.c (run_mac_command):
22724 * emacs.c (init_cmdargs):
22725 * callproc.c (Fcall_process): Update call to openp.
22726
22727 * textprop.c (remove_properties): Don't use XCAR without CONSP.
22728
22729 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
22730
227312002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22732
22733 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
22734 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
22735
227362002-04-28 Richard M. Stallman <rms@gnu.org>
22737
22738 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
22739
22740 * eval.c (Fcommandp): New arg for_call_interactively.
22741 * lisp.h (Fcommandp): Declare new arg.
22742
227432002-04-28 Jason Rumney <jasonr@gnu.org>
22744
22745 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
22746
22747 * w32.c (stat, fstat): Use file index information to generate
22748 inodes for directories where available.
22749
227502002-04-26 Andrew Choi <akochoi@shaw.ca>
22751
22752 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
22753 [HAVE_CARBON]: Include Mac object files.
22754
22755 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
22756 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
22757 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
22758 MAC_OSX, and MAC_OS instead of macintosh.
22759
22760 * editfns.c [MAC_OS8]: Include stdio.h.
22761
22762 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
22763
22764 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
22765 Apple Monaco.
22766
78819ebb 22767 * process.c (QCfamily, QCfilte): Declare extern.
048addec
JD
22768 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
22769 calling select.
22770
22771 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
22772
22773 * tparam.c [MAC_OSX]: Don't define BC and UP.
22774
22775 * config.in [HAVE_CARBON]: Add.
22776
22777 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
22778 Move here from mac/src and mac/inc.
22779
22780 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
22781
227822002-04-26 Gerd Moellmann <gerd@gnu.org>
22783
22784 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
22785 Compute phys_cursor_width from the x position returned
22786 by x_draw_glyhs, which is cheaper.
22787 (x_display_and_set_cursor): Compute the buffer-local value
22788 of `cursor-in-non-selected-windows' only when needed.
22789
227902002-04-25 Gerd Moellmann <gerd@gnu.org>
22791
22792 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
22793 cursor on a stretch glyph has a width that depends on
22794 x_stretch_cursor_p.
22795
227962002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22797
22798 * abbrev.c (abbrev-start-location): Doc fix.
22799
22800 * indent.c (Fvertical_motion): Fix last change.
22801
228022002-04-25 Gerd Moellmann <gerd@gnu.org>
22803
22804 * indent.c (Fvertical_motion): Move to the start of the line
22805 containing PT before moving up or down.
22806
228072002-04-24 Gerd Moellmann <gerd@gnu.org>
22808
22809 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
22810 case of writing a whole row, more or less analogous to the case of
22811 writing only parts of a row.
22812
22813 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
22814 0 for NO_CURSOR.
22815
22816 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
22817
228182002-04-23 Colin Walters <walters@verbum.org>
22819
22820 * buffer.c (syms_of_buffer): Doc fix.
22821
228222002-04-23 Gerd Moellmann <gerd@gnu.org>
22823
22824 * xterm.c (notice_overwritten_cursor): Handle the special case
22825 of the cursor being in the first blank non-text line at the
22826 end of a window.
22827
22828 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22829 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22830 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
22831 bar cursors only, to make phys_cursor_width contain what its name
22832 suggests.
22833 (notice_overwritten_cursor): Consider the cursor image erased if
22834 the output area intersects the cursor image in y-direction.
22835
228362002-04-23 Simon Marshall <simon@gnu.org>
22837
22838 * xfns.c (x_set_mouse_color): Change default for cross_cursor
22839 to XC_hand2.
22840
228412002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22842
22843 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
22844
228452002-04-22 Kim F. Storm <storm@cua.dk>
22846
22847 * textprop.c (remove_properties): Fixed trap for malformed plist.
22848
228492002-04-22 Richard M. Stallman <rms@gnu.org>
22850
22851 * cmds.c (Fend_of_line): Handle intangible text in mid line.
22852
22853 * window.c (make_window): Initialize height_fixed_p,
22854 last_cursor_off_p, and p->cursor_off_p slots.
22855
228562002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22857
22858 * fns.c (use-dialog-box): Doc fix.
22859
228602002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22861
22862 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
22863 variables `row', `i' and `area'.
22864 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
22865 toolkit library.
22866
228672002-04-19 Stefan Monnier <monnier@cs.yale.edu>
22868
22869 * xfaces.c (clear_font_table): Don't free the default font of
22870 a frame even if it's on another display.
22871 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
22872 that could be Qt.
22873
228742002-04-19 Juanma Barranquero <lektu@terra.es>
22875
22876 * indent.c (Fmove_to_column): Remove unused local variable
22877 `next_boundary_byte'.
22878 (current_column_1): Likewise.
22879
228802002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
22881
22882 * msdos.c (Qhbar): New variable.
22883 (syms_of_msdos): Intern and staticpro it.
22884 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
22885 cursor type.
22886
228872002-04-19 Dave Lambert <dlambert@acm.org>
22888
22889 Theses change implement an underscore-like (`hbar') cursor.
22890
22891 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
22892
22893 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
22894 Handle the `hbar' cursor type.
22895 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
22896
22897 * xfns.c (Qhbar): New variable.
22898 (syms_of_xfns): Intern and staticpro it.
22899 (x_specified_cursor_type): Handle `hbar' cursor.
22900
22901 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
22902 not defined.
22903
229042002-04-18 Richard M. Stallman <rms@gnu.org>
22905
22906 * textprop.c (remove_properties): New arg LIST allows scanning
22907 either a list or a plist.
22908 (interval_has_some_properties_list): New function, like
22909 interval_has_some_properties using list instead of plist.
22910 All callers changed.
22911 (Fremove_list_of_text_properties): New function.
22912 (syms_of_textprop): Defsubr it.
22913
229142002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22915
22916 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
22917
229182002-04-17 Juanma Barranquero <lektu@terra.es>
22919
22920 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
22921
229222002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
22923
22924 * window.c (coordinates_in_window): Don't report on margin area
22925 if its width is zero.
22926
229272002-04-16 Jason Rumney <jasonr@gnu.org>
22928
22929 * w32fns.c (Fx_file_dialog): Decode file name before using.
22930
22931 * w32term.c (construct_drag_n_drop): Likewise.
22932
229332002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
22934
22935 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
22936 store load-history in pure space.
22937
22938 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
22939
229402002-04-16 Stefan Monnier <monnier@cs.yale.edu>
22941
22942 * xterm.c (Qlatin_1, Qutf_8): New vars.
22943 (syms_of_xterm): Initialize them.
22944 (XTread_socket): Eliminate incorrect optimization that tried to avoid
22945 decoding the output of X*LookupString.
22946 Always use latin-1 to decode the output of XLookupString.
22947 Try Xutf8LookupString if XmbLookupString failed.
22948
22949 * region-cache.c (new_region_cache): Use BEG.
22950
229512002-04-16 Gerd Moellmann <gerd@gnu.org>
22952
22953 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
22954 configuration files.
22955 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
22956 returns 0.
22957
229582002-04-15 Andreas Schwab <schwab@suse.de>
22959
22960 * config.in: Regenerated using autoheader.
22961
22962 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
22963 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
22964 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
22965 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
22966 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
22967 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
22968 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
22969 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
22970 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
22971 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
22972 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
22973 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
22974 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
22975 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
22976 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
22977 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
22978 STACK_DIRECTION, now set by autoconf.
22979
229802002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22981
22982 * dispnew.c (marginal_area_string): Sort arguments.
22983
22984 * dispextern.h (marginal_area_string): Add prototype.
22985
229862002-04-13 Richard M. Stallman <rms@gnu.org>
22987
22988 * fileio.c (Finsert_file_contents):
22989 Don't call temp_output_buffer_setup--do just part, by hand.
22990
22991 * coding.c (run_pre_post_conversion_on_str):
22992 Don't call temp_output_buffer_setup--do just part, by hand.
22993
22994 * keyboard.c (command_loop_1): Don't call start_hourglass
22995 or cancel_hourglass when executing a macro.
22996
22997 * marker.c (count_markers): New function.
22998
22999 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
23000 grow without limit. Move recently used elements to the front.
23001
230022002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23003
23004 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
23005
230062002-04-12 Gerd Moellmann <gerd@gnu.org>
23007
23008 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
23009 rows marginal areas.
23010 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
23011 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
23012
23013 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
23014
230152002-04-12 Dave Love <fx@gnu.org>
23016
23017 * dispnew.c (marginal_area_string): New.
23018
23019 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
23020 (Qleft_margin, Qright_margin): Declare.
23021 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
23022
23023 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
23024 note_mode_line_highlight and extended.
23025
23026 * keyboard.c (Qleft_margin, Qright_margin): Declare.
23027 (make_lispy_event): Deal with mouse events in margins.
23028
230292002-04-12 Stefan Monnier <monnier@cs.yale.edu>
23030
23031 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
23032
23033 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
23034 than deactivating the mark if tmm is set to `lambda'.
23035 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
23036 Use a single event for HELP_EVENT.
23037 (Fexecute_extended_command): Save last_point_position.
23038
230392002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23040
23041 * lisp.h (Fpropertize): Add prototype.
23042
23043 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
23044
230452002-04-10 Colin Walters <walters@verbum.org>
23046
23047 * config.in: Add HAVE_SHARED_GAME_DIR.
23048
52eb0373 23049 * callproc.c (Vgame_score_directory): New variable.
048addec
JD
23050 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
23051
230522002-04-10 Richard M. Stallman <rms@gnu.org>
23053
23054 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
23055
230562002-04-09 Stefan Monnier <monnier@cs.yale.edu>
23057
23058 * minibuf.c (read_minibuf): Use empty_string.
23059 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
23060 Short-circuit the search as soon as it "failed".
23061 (Fall_completions): Allow lambda forms and lists of strings for alist.
23062 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
23063 when require_match is nil.
23064 (Ftest_completion): Rename from `test_completion' and export to elisp.
23065 Call the predicate also when alist is a list.
23066 Obey Vcompletion_regexp_list.
23067 (do_completion, Fminibuffer_complete_and_exit): Use it.
23068 (Fassoc_string): Rename from `assoc_for_completion'.
23069 Allow list of strings as well and export to elisp.
23070
230712002-04-08 Stefan Monnier <monnier@cs.yale.edu>
23072
23073 * puresize.h (BASE_PURESIZE): Increase to 900KB.
23074
230752002-04-08 Juanma Barranquero <lektu@terra.es>
23076
23077 * w32.c (sys_accept): Don't hide variable `s'.
23078
230792002-04-05 Gerd Moellmann <gerd@gnu.org>
23080
23081 * callint.c (Fcall_interactively): Use INTEGERP instead of
23082 NUMBERP for checking Vhistory_length.
23083
230842002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23085
23086 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
23087 Doc fix to reflect it.
23088
230892002-04-04 Richard M. Stallman <rms@gnu.org>
23090
23091 * xdisp.c (display_mode_element): New arg RISKY.
23092 Disregard text props found or specified within a variable
23093 that isn't marked risky-local-variable.
23094 (Qrisky_local_variable): New variable.
23095 (syms_of_xdisp): Init and staticpro it.
23096
230972002-04-04 Stefan Monnier <monnier@cs.yale.edu>
23098
23099 * undo.c (record_point): New fun.
23100 (record_delete, record_insert): Use it.
23101
231022002-04-03 Juanma Barranquero <lektu@terra.es>
23103
23104 * doc.c (Fdocumentation): Add missing parentheses.
23105 (Fdocumentation_property): Likewise.
23106
231072002-04-03 Stefan Monnier <monnier@cs.yale.edu>
23108
23109 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
23110 data is 0, just return nil.
23111
231122002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
23113
23114 * msdos.c (syms_of_msdos): Fix last change with
23115 mouse_autoselect_window.
23116
231172002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23118
23119 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
23120 mouse_autoselect_window.
23121
231222002-04-02 Stefan Monnier <monnier@cs.yale.edu>
23123
23124 * keyboard.c (make_lispy_event): Handle unknown keysyms together
23125 with system-specific keysyms. Use it also for unknown function keys.
23126
23127 * doc.c (reread_doc_file): Return whether reload was attempted.
23128 (Fdocumentation, Fdocumentation_property): Don't try to reload
23129 if the doc is 0 and only ask once.
23130
23131 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
23132
231332002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
23134
23135 * keyboard.c (read_char): If the event was Qselect_window,
23136 restore timer_idleness_start_time to its previous value.
23137
23138 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
23139
231402002-04-01 Stefan Monnier <monnier@cs.yale.edu>
23141
23142 * region-cache.c (new_region_cache): Use BEG.
23143
23144 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
23145 Use BEG and BEG_BYTE.
23146
23147 * doc.c (get_doc_string): Return nil if the location is wrong.
23148 (reread_doc_file): New fun.
23149 (Fdocumentation, Fdocumentation_property):
23150 Call it if get_doc_string fails.
23151 (Fsnarf_documentation): Make it work for a dumped Emacs.
23152
23153 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
23154 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
23155
23156 * charset.c (Fstring): Allow 0 arguments.
23157
23158 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
23159
23160 * process.c (DATAGRAM_CONN_P, list_processes_1)
23161 (Fprocess_datagram_address, Fset_process_datagram_address)
23162 (Fset_network_process_options, server_accept_connection):
23163 Fix some int/Lisp_Object confusions (thank you union types).
23164
231652002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23166
23167 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
23168
23169 * w32term.c: Likewise.
23170 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
23171
23172 * keyboard.c (Qselect_window): New symbol.
23173 (head_table): Use it.
23174 (keys_of_keyboard): Bound select-window event to handle-select-window.
23175 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
23176
23177 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
23178 (last_window): New variable.
23179 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
23180 (note_mouse_movement): Remove reimplemented code in #if 0.
23181 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
23182 Emacs windows.
23183
23184 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
23185
231862002-03-31 Gerd Moellmann <gerd@gnu.org>
23187
23188 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
23189 Callers changed.
23190
231912002-03-30 Richard M. Stallman <rms@gnu.org>
23192
23193 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
23194 loop whenever it stops making progress.
23195
23196 * widget.c (set_frame_size): Don't call change_frame_size.
23197
231982002-03-30 Gerd Moellmann <gerd@gnu.org>
23199
23200 * dispnew.c (direct_output_for_insert):
23201 Call mark_window_display_accurate.
23202
232032002-03-29 Jason Rumney <jasonr@gnu.org>
23204
23205 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
23206
232072002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
23208
23209 * Makefile.in (lread.o): Depend on coding.h.
23210
23211 * lread.c (openp, Fload): Encode the file name before passing it
23212 to `stat', `access', and `emacs_open'.
23213 (openp): GCPRO the encoded file name. Don't recompute Lisp
23214 strings unnecessarily.
23215
232162002-03-29 Kim F. Storm <storm@cua.dk>
23217
23218 * fns.c (Flax_plist_put): Doc fix.
23219
232202002-03-28 Miles Bader <miles@gnu.org>
23221
23222 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
23223
232242002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23225
23226 * process.c (set-network-process-options): Add usage.
23227 (make-network-process): Doc fix.
23228
232292002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
23230
23231 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
23232
232332002-03-26 Richard M. Stallman <rms@gnu.org>
23234
23235 * fns.c (Fsubstring_no_properties): New function.
23236 (Flax_plist_get, Flax_plist_put): New functions.
23237 (syms_of_fns): defsubr them.
23238
23239 * xdisp.c (update_menu_bar): Test only update_mode_lines;
23240 don't test or alter w->update_mode_line.
23241
23242 * window.c (Fdisplay_buffer): Doc fix.
23243
232442002-03-24 Richard M. Stallman <rms@gnu.org>
23245
23246 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
23247
232482002-03-24 Gerd Moellmann <gerd@gnu.org>
23249
23250 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
23251 (Fdefmacro): Handle `(declare ...)'.
23252 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
23253 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
23254
232552002-03-24 Jason Rumney <jasonr@gnu.org>
23256
23257 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
23258 (xbm_file_p): Add prototypes.
23259 (xbm_format, xbm_image_p): Sync with xfns.c.
23260 (reflect_byte): New function.
23261 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
23262 (xbm_load_image): Create bitmaps with a depth of 1.
23263 (init_xfns): Enable XBM images.
23264
232652002-03-23 Jason Rumney <jasonr@gnu.org>
23266
23267 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
23268 correctly. Do not pass up_modifier to keyboard buffer.
23269
23270 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
23271
232722002-03-22 Stefan Monnier <monnier@cs.yale.edu>
23273
23274 * Makefile.in (bootstrapclean): New target.
23275 (bootstrap-temacs, bootstrap-doc): Remove.
23276 (bootstrap-emacs): Use a bog-standard `temacs'.
23277 Don't bother to build a DOC file.
23278
23279 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
23280
23281 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
23282 in temacs even if !CANNOT_DUMP.
23283 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
23284
23285 * alloc.c (check_pure_size): Only output a warning.
23286
232872002-03-22 Jason Rumney <jasonr@gnu.org>
23288
23289 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
23290 supported.
23291
23292 * w32term.c (zv_bits): Declare as short, for word alignment.
23293 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
23294 (syms_of_w32term): Define x-use-underline-position-properties.
23295
23296 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
23297 (clear_image_cache): Block input, fix logic, clear matrices in
23298 all frames that share this cache.
23299
233002002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
23301
23302 * emacs.c (main): Update the Copyright year in the blurb printed
23303 by "emacs --version".
23304
23305 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
23306
23307 * xterm.c (XTread_socket): If XK_ISO_Lock and
23308 XK_ISO_Last_Group_Lock are defined, handle keysyms between
23309 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
23310
233112002-03-21 Kim F. Storm <storm@cua.dk>
23312
23313 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
23314 menu-bar bindings in keymap and local-map properties _are_ used.
23315 But try keymap property first in accordance with 2002-01-03 patch.
23316 Added comment describing why this is not always reliable.
23317 (tool_bar_items): Ditto for tool-bar.
23318
233192002-03-21 Jason Rumney <jasonr@gnu.org>
23320
23321 * w32fns.c (x_clear_image_1): Disable color table code.
23322
233232002-03-21 Kim F. Storm <storm@cua.dk>
23324
23325 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
23326 removed the wrong version of the DEFUN macro; fixed it.
23327
23328 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
23329 Fmember rather than Fmemq).
23330 (Fprovide): Check that subfeatures is a list.
23331
23332 * process.c (QCfeature, QCdatagram): Removed variables.
23333 (QCtype, Qdatagram): New variables.
23334 (network_process_featurep): Removed function.
23335 (Fmake_network_process): Removed :feature check.
23336 Use :type 'datagram instead of :datagram t to create a datagram
23337 socket. This allows us to add other connection types (e.g. raw
23338 sockets) later in a consistent manner.
23339 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
23340 supported subfeatures for feature make-network-process.
23341 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
23342 Intern and staticpro QCtype and Qdatagram.
23343 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
23344
9dd28cae 23345 * xfns.c (QCtype): Remove duplicate declaration and
048addec
JD
23346 initialization (is now declared in process.c).
23347
9dd28cae 23348 * w32fns.c (QCtype): Remove duplicate declaration and
048addec
JD
23349 initialization (is now declared in process.c).
23350
233512002-03-21 Richard M. Stallman <rms@gnu.org>
23352
23353 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
23354 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
23355 when jumping to `fail' to avoid undoing reg changes in the
23356 last iteration of the loop.
23357 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
23358
23359 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
23360 Depend on process.h.
23361
233622002-03-20 Jason Rumney <jasonr@gnu.org>
23363
23364 Most of the following changes are still conditional on HAVE_IMAGES
23365 which is not set by default on Windows.
23366
23367 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
23368
23369 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
23370 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
23371 (four_corners_best, x_clear_image_1, x_clear_image)
23372 (x_alloc_image_color, postprocess_image)
23373 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
23374 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
23375 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
23376
23377 * w32gui.h (struct XImage): Define.
23378
23379 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
23380 extract mouse co-ordinates.
23381
233822002-03-20 Jason Rumney <jasonr@gnu.org>
23383
23384 * w32.c (init_winsock): Dynamically load new server and UDP
23385 socket functions.
23386 (socket_to_fd): New function.
23387 (sys_socket): Use it.
23388 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
23389 (sys_recvfrom, sys_sendto): New wrapper functions.
23390
23391 * process.c (QCfamily, QCfilter): Remove duplicate declaration
23392 and initialization.
23393
23394 * makefile.w32-in (LIBS): Remove $(WSOCK32).
23395
233962002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
23397
23398 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
23399 Don't use "sun" as a variable, it's a predefined constant on Sun
23400 machines.
23401
234022002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23403
23404 * bytecode.c (Fbyte_code): Revert last change.
23405
234062002-03-19 Kim F. Storm <storm@cua.dk>
23407
23408 * makefile.w32-in (LIBS): Add $(WSOCK32).
23409 From David Ponce <dponce@voila.fr>.
23410
234112002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23412
23413 * process.c (wait_reading_process_input): Move variables `pname'
23414 and `pnamelen' down where they are used.
23415
23416 * bytecode.c (Fbyte_code): Discard unused computed value to
23417 prevent gcc warning.
23418
23419 * lisp.h (Fplist_member): Add prototype.
23420
234212002-03-18 Kim F. Storm <storm@cua.dk>
23422
23423 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
23424 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
23425
23426 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
23427 Remove explicit GNU_LINUX settings for datagram support.
23428
234292002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23430
23431 * process.c (Fmake_network_process): Remove unused variable `sa'.
23432 Doc fix. Add usage:.
23433 (set_socket_options): Remove unused variables `optnum' and `opttype'.
23434
234352002-03-17 Richard M. Stallman <rms@gnu.org>
23436
23437 * xdisp.c (cursor_type_changed): New variable.
23438 (redisplay_internal): Redisplay all windows if cursor_type_changed.
23439 Clear it when clearing windows_or_buffers_changed.
23440 (try_cursor_movement, redisplay_window, try_window_id)
23441 (try_window_reusing_current_matrix): Test cursor_type_changed
23442 along with windows_or_buffers_changed.
23443
23444 * window.h (cursor_type_changed): New variable.
23445
23446 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
23447 not update_mode_lines, and always set it to 1.
23448
23449 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
23450 if no frames needed redrawing.
23451
234522002-03-17 Kim F. Storm <storm@cua.dk>
23453
23454 The following changes add support for network server processes,
23455 datagram connections, and local (unix) sockets.
23456
23457 * process.h (struct Lisp_Process): New member log.
23458 Doc fix: Member command used to indicate stopped network process.
23459 Doc fix: Member childp contains plist for network process.
23460 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
23461
23462 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
9dd28cae 23463 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
647b07d1
AS
23464 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
23465 variables.
048addec
JD
23466 (NETCONN1_P): New macro.
23467 (DATAGRAM_SOCKETS): New conditional symbol.
23468 (datagram_address): New array.
23469 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
23470 (status_message): Use concat3.
647b07d1
AS
23471 (Fprocess_status): Add `listen' status to doc string. Return
23472 `stop' for a stopped network process.
048addec
JD
23473 (Fset_process_buffer): Update contact plist for network process.
23474 (Fset_process_filter): Ditto. Don't enable input for stopped
23475 network processes. Server must listen, even if filter is t.
23476 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
23477 New functions.
23478 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
23479 (Fprocess_contact): Added KEY argument. Handle datagrams.
23480 (list_processes_1): Optionally show only processes with the query
23481 on exit flag set. Dynamically adjust column widths. Omit tty
647b07d1
AS
23482 column if not needed. Report stopped network processes. Identify
23483 server and datagram network processes.
048addec
JD
23484 (Flist_processes): New optional arg `query-only'.
23485 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
23486 (conv_lisp_to_sockaddr, set_socket_options)
647b07d1
AS
23487 (network_process_featurep, unwind_request_sigio): New helper
23488 functions.
048addec
JD
23489 (Fprocess_datagram_address, Fset_process_datagram_address):
23490 (Fset_network_process_options): New lisp functions.
23491 (Fopen_network_stream): Removed. Now defined in simple.el.
647b07d1
AS
23492 (Fmake_network_process): New lisp function. Code is based on
23493 previous Fopen_network_stream, but heavily reworked with new
23494 property list based argument list, support for datagrams, server
23495 processes, and local sockets in addition to old client-only
23496 functionality.
048addec
JD
23497 (server_accept_connection): New function.
23498 (wait_reading_process_input): Use it to handle incoming connects.
23499 Do not enable input on a new connection if process is stopped.
647b07d1
AS
23500 (read_process_output): Handle datagram sockets. Use 2k buffer for
23501 them.
048addec 23502 (send_process): Handle datagram sockets.
647b07d1
AS
23503 (Fstop_process, Fcontinue_process): Apply to network processes. A
23504 stopped network process is indicated by setting command field to t.
048addec
JD
23505 (Fprocess_send_eof): No-op if datagram connection.
23506 (Fstatus_notify): Don't read input for a stream server socket or a
23507 stopped network process.
23508 (init_process): Initialize datagram_address array.
23509 (syms_of_process): Intern and staticpro new variables, defsubr new
23510 functions.
23511
235122002-03-16 Jason Rumney <jasonr@gnu.org>
23513
23514 * w32fns.c (w32_to_all_x_charsets): Return correct type in
23515 startup case.
23516
235172002-03-16 Richard M. Stallman <rms@gnu.org>
23518
23519 * xdisp.c (redisplay_internal, redisplay_windows):
23520 Use list_of_error to call internal_condition_case_1.
23521 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
23522 so as to catch all errors with no possibility of debugger redisplay.
23523 (list_of_error): New variable.
23524 (syms_of_xdisp): Init and staticpro it.
23525
23526 * print.c (print_object): Delete `\ ' from printed rep of frame.
23527
235282002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
23529
23530 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
23531 until its implementation is fixed.
23532
235332002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23534
23535 * xfns.c (png_load): Remove unused variable `gamma_str'.
23536
235372002-03-14 Richard M. Stallman <rms@gnu.org>
23538
23539 * xfns.c (x_real_positions): Handle failure in XQueryTree.
23540
235412002-03-14 Miles Bader <miles@gnu.org>
23542
23543 * intervals.c (adjust_for_invis_intang): New function.
23544 (set_point_both): Use `adjust_for_invis_intang' to do most of the
23545 work for dealing with invisible+intangible regions. Do so before
23546 and after both forward and backward movements, to handle both
23547 front-sticky and rear-sticky cases.
23548 * textprop.c (text_property_stickiness): Function moved here from
23549 `editfns.c'.
23550 * intervals.h (text_property_stickiness): New declaration.
23551 * editfns.c (char_property_eq): Function removed.
23552 (text_property_stickiness): Function moved to `textprop.c'.
23553
235542002-03-13 Jason Rumney <jasonr@gnu.org>
23555
23556 * config.in: Add STRFTIME_NO_POSIX2.
23557
23558 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
23559 and %OX when underlying strftime does not.
23560
235612002-03-13 Stefan Monnier <monnier@cs.yale.edu>
23562
23563 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
23564 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
23565 line) to avoid annoying flicker.
23566 (xm_scroll_callback): Get rid of the now unnecessary kludge.
23567 (XTread_socket): Mark it static.
23568
23569 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
23570
235712002-03-13 Kim F. Storm <storm@cua.dk>
23572
23573 * puresize.h (BASE_PURESIZE): Increase to 775000.
23574
235752002-03-12 Juanma Barranquero <lektu@terra.es>
23576
23577 * editfns.c (syms_of_editfns): Fix typo.
23578
235792002-03-12 Gerd Moellmann <gerd@gnu.org>
23580
23581 * xsmfns.c: Include stdio.h because termhooks.h needs it.
23582 Include termopt.h for interrupt_input.
23583
235842002-03-11 Andreas Schwab <schwab@suse.de>
23585
23586 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
23587
235882002-03-11 Gerd Moellmann <gerd@gnu.org>
23589
23590 * xterm.c (note_mouse_movement): Put code for
23591 x_autoselect_window_p in #if 0.
23592
23593 * lread.c (Fload): Don't assume that message_with_string uses the
23594 string it is given like a C string.
23595
235962002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23597
78819ebb 23598 * xterm.h (x_session_check_input, x_session_initialize): Declare.
048addec 23599
52eb0373 23600 * xterm.c (XTread_socket): Add call to x_session_check_input and
048addec
JD
23601 x_session_have_connection.
23602 (x_initialize): Add call to x_session_initialize.
23603
23604 * termhooks.h (enum event_kind): Add save_session_event.
23605
23606 * keyboard.c: Add Emacs event save_session_event.
23607
23608 * emacs.c (main): Add call to syms_of_xsmfns.
23609
78819ebb 23610 * lisp.h (syms_of_xsmfns): Declare extern.
048addec
JD
23611
23612 * config.in: Add HAVE_X_SM.
23613
23614 * Makefile.in (LIBXT): Add -lSM -lICE
23615 if HAVE_X_SM and not USE_X_TOOLKIT.
23616 (XOBJ): New file xsmfns.c added.
23617
23618 * xsmfns.c: New file for X session management.
23619
236202002-03-09 Jason Rumney <jasonr@gnu.org>
23621
23622 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
23623 read-only when setting modified time.
23624
236252002-03-08 Gerd Moellmann <gerd@gnu.org>
23626
23627 * xdisp.c (move_it_vertically_backward): At the end of the function,
23628 when moving forward by lines, treat terminal frames specially.
23629
23630 * keyboard.c (echo_char): Make sure to add a separator between
23631 keys even if echo_dash hasn't been called.
23632
23633 * xdisp.c: Use new string macros.
23634 (update_echo_area): Pass number of bytes to message3 instead of
23635 number of chars.
23636 (set_message_1): Don't access a string's size_byte directly.
23637 (decode_mode_spec_coding): Use number of bytes of eoltype string
23638 instead number of chars.
23639
23640 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
23641
236422002-03-08 Juanma Barranquero <lektu@terra.es>
23643
23644 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
23645 24-bit.
23646
236472002-03-06 Jason Rumney <jasonr@gnu.org>
23648
23649 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
23650
236512002-03-06 Gerd Moellmann <gerd@gnu.org>
23652
23653 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
23654 (cancel_echoing, echo_length, echo_truncate): Changed to
23655 work with new kboard definition.
23656 (echo_now): Use message3_nolog instead of message2_nolog.
23657
23658 * alloc.c (mark_kboards): Mark echo_string.
23659
23660 * keyboard.h (ECHOBUFSIZE): Removed.
23661 (struct kboard): Member echoptr removed, member echobuf renamed
23662 to echo_string.
23663
23664 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
23665 message3 instead of message2 to display the message using STRING's
23666 text properties.
23667
236682002-03-05 Andreas Schwab <schwab@suse.de>
23669
23670 * xdisp.c (hscroll_margin): Change to EMACS_INT.
23671
236722002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23673
23674 * frame.c (default-frame-alist): Explain that setting it doesn't
23675 affect existing frames.
23676
236772002-03-05 Stefan Monnier <monnier@cs.yale.edu>
23678
23679 * indent.c (skip_invisible): Fix my brain fart.
23680
23681 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
23682
236832002-03-04 Stefan Monnier <monnier@cs.yale.edu>
23684
23685 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
23686 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
23687 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
23688 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
23689 and variables to use EMACS_INT instead of just int.
23690
23691 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
23692
236932002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
23694
23695 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
23696 environment, pass it down with corrected value.
23697
236982002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23699
23700 * lread.c (read_filtered_event): Do not call start_hourglass
23701 before returning.
23702
237032002-03-04 Juanma Barranquero <lektu@terra.es>
23704
23705 * w32term.c (x_display_and_set_cursor): Fix typo.
23706
237072002-03-03 Richard M. Stallman <rms@gnu.org>
23708
23709 * fileio.c (Fmake_temp_name): Doc fix.
23710
237112002-03-03 Gary Wong <gtw@gnu.org>
23712
23713 * termcap.c [!emacs]: Replace ospeed for building standalone
23714 libtermcap, for binary compatibility.
23715
23716 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
23717
237182002-03-03 Richard M. Stallman <rms@gnu.org>
23719
23720 * xrdb.c (file_p): Rename arg `path' to `filename'.
23721
23722 * abbrev.c (Fexpand_abbrev): Increment plist as use count
23723 only if it is an integer.
23724
23725 * xfns.c (png_load): Set screen_gamma based on f->gamma.
23726 If png_get_sRGB gives an answer, call png_set_gamma
23727 using the default image gamma value.
23728
23729 * lread.c (read1): When reading from a file, default string to
23730 multibyte only if it has some multibyte characters.
23731
23732 * print.c (print_object): Output multibyte chars 128...255
23733 using \x even if ! print_escape_multibyte.
23734
23735 * xdisp.c (display_mode_element): Move the places where
23736 bytepos, charpos, this, and lisp_string are set.
23737 Use lisp_string to set bytepos.
23738
23739 * xdisp.c (redisplay_internal):
23740 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
23741
23742 * xdisp.c (display_mode_element): Merge properties specified with
23743 :propertize onto those that come with the string.
23744
237452002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
23746
23747 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
23748 automatic-hscrolling. Users changed.
23749 <hscroll-margin>: Renamed from automatic-hscroll-margin.
23750 Users changed.
23751 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
23752
237532002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
23754
23755 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
23756
237572002-03-02 Kim F. Storm <storm@cua.dk>
23758
23759 * window.c (Fminibuffer_selected_window): New function.
23760 (syms_of_window): Defsubr it.
23761
237622002-03-01 Kim F. Storm <storm@cua.dk>
23763
23764 * window.h (struct window): New member phys_cursor_width.
23765
23766 * window.c (make_window, replace_window): Init phys_cursor_width.
23767
23768 * xterm.c (x_display_and_set_cursor): Blink box cursor using
23769 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23770
23771 * w32term.c (x_display_and_set_cursor): Blink box cursor using
23772 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
23773
23774 * lisp.h (GCPRO6): New macro.
23775
23776 * process.c (Fopen_network_stream): Use GCPRO6.
23777
237782002-03-01 Kim F. Storm <storm@cua.dk>
23779
23780 * process.c (Qconnect, Qfailed): New variables.
23781 (syms_of_process): Intern and staticpro them.
23782 (Fprocess_status): Document connect and failed return values.
23783 [NON_BLOCKING_CONNECT]: New conditional.
23784 (connect_wait_mask, num_pending_connects): New variables.
23785 (status_message): Convert Qfailed status.
23786 (Fopen_network_stream): Added support for non-blocking connect.
23787 New optional args: filter, sentinel, non_blocking. Doc updated.
23788 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
23789 (deactivate_process): Handle pending non-blocking connect.
23790 (wait_reading_process_input): Poll for status of non-blocking
23791 connects. Exec sentinel directly when connect succeeds.
23792 (status_notify): Don't read process output if not yet connected.
23793
237942002-02-28 Kim F. Storm <storm@cua.dk>
23795
9dd28cae 23796 * window.c (minibuf_selected_window): Renamed from
048addec
JD
23797 Vminibuf_selected_window. Users changed.
23798 (syms_of_window): Staticpro it.
23799
238002002-02-26 Kim F. Storm <storm@cua.dk>
23801
23802 The following changes add a new Vminibuf_selected_window variable
23803 which is similar to Vminibuf_scroll_window, but which is only set
23804 on entry to the minibuffer (from a non-minibuffer window):
23805
9dd28cae 23806 * window.c (Vminibuf_selected_window): New variable.
048addec
JD
23807 (struct save_window_data): New member minibuf_selected_window.
23808 (Fset_window_configuration): Restore Vminibuf_selected_window.
23809 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
23810 Set minibuf_scroll_window member to nil if minibuf_level is 0.
23811 (compare_window_configurations): Compare minibuf_selected_window.
23812
9dd28cae 23813 * window.h (Vminibuf_selected_window): Declare extern.
048addec
JD
23814
23815 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
23816 entry to minibuffer or on entry from a non-minibuffer window.
23817
23818 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
23819 Vminibuf_selected_window instead of Vminibuf_scroll_window.
23820
23821 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
23822 instead of Vminibuf_scroll_window when deciding in which window
23823 the region should be highlighted. Consequently, the region remains
23824 highlighteded even when a completion buffer is also displayed.
23825
238262002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
23827
23828 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
23829
23830 * xselect.c (Qcompound_text_with_extensions): Renamed from
23831 Qcompound_text_no_extensions.
23832 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
23833
238342002-02-26 Juanma Barranquero <lektu@terra.es>
23835
23836 * w32proc.c (syms_of_ntproc): Doc fix.
23837
238382002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23839
23840 * intervals.h: Include "dispextern.h" unconditionally.
23841
238422002-02-24 Jason Rumney <jasonr@gnu.org>
23843
23844 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
23845 and disp-table.elc.
23846 (lisp): Add emacs-lisp/backquote.elc.
23847
238482002-02-24 Kim F. Storm <storm@cua.dk>
23849
3419757d 23850 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
048addec
JD
23851 The validation of the event type was too strict as it didn't
23852 allow string events; buffer names are used in bindings for
23853 menu-bar-select-buffer (see `menu-bar-update-buffers').
23854
238552002-02-23 Kim F. Storm <storm@cua.dk>
23856
23857 The following changes rework my patch of 2002-02-06 which
23858 added command remapping by entering the commands directly into
23859 the keymaps. Now, command remapping uses an explicit `remap'
23860 prefix in the keymaps, i.e. [remap COMMAND].
23861
23862 * keymap.c (Qremap, remap_command_vector): New variables.
3419757d 23863 (is_command_symbol): Remove function.
048addec
JD
23864 (Fdefine_key): No longer accept a symbol for KEY.
23865 Added validation of [remap COMMAND] argument for KEY.
23866 The DEF is no longer required to be a symbol when remapping a command.
23867 (Fremap_command): New function to remap command through keymaps.
23868 (Flookup_key): Perform command remapping initiated by
23869 Fremap_command directly for speed.
23870 (Fkey_binding): Use Fremap_command for command remapping.
23871 (where_is_internal): Handle new command remapping representation.
23872 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
23873 staticpro them. Defsubr Fremap_command.
23874
23875 * keymap.h (Fremap_command): Declare extern.
23876 (is_command_symbol): Remove extern.
23877
23878 * keyboard.c (command_loop_1): Use Fremap_command for command
23879 remapping; now try command remapping for all symbols.
23880
238812002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23882
23883 * coding.h (run_pre_post_conversion_on_str): Add prototype.
23884
238852002-02-23 Jason Rumney <jasonr@gnu.org>
23886
23887 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
23888 on the string before encoding it.
23889 (Fw32_get_clipboard_data): Run post-read-conversion on the string
23890 after decoding it.
23891
23892 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
23893
238942002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23895
23896 * w32term.c (enter_timestamp): Remove unused static variable to
23897 prevent warning.
23898
23899 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
23900
239012002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
23902
23903 * w16select.c (Fw16_get_clipboard_data): Fix last change.
23904
23905 * xselect.c (selection_data_to_lisp_data): Fix last change.
23906
239072002-02-22 Jason Rumney <jasonr@gnu.org>
23908
23909 * w32term.h (struct w32_output): New member menu_command_in_progress.
23910
23911 * w32menu.c (menubar_selection_callback): Free the menu and
23912 clear the menu_command_in_progress flag.
23913
23914 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
23915 (menu_free_timer): New variable.
23916 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
23917 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
23918 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
23919 menu command is in progress.
23920 <WM_COMMAND>: Set the menu_command_in_progress flag.
23921 Kill any menu_free_timer that is running.
23922
23923 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
23924 Call ExtTextOutA rather than ExtTextOut.
23925
239262002-02-22 Eli Zaretskii <eliz@gnu.org>
23927
23928 * puresize.h (BASE_PURESIZE): Increase to 755000.
23929
239302002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23931
23932 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
23933 on the string before encoding it.
23934 (Fw16_get_clipboard_data): Run post-read-conversion on the string
23935 after decoding it.
23936
239372002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
23938
9dd28cae 23939 Support for ICCCM Extended Segments in X selections:
048addec
JD
23940
23941 * xselect.c <Qcompound_text_no_extensions>: New variable.
23942 (syms_of_xselect): Intern and staticpro it.
23943 (selection_data_to_lisp_data): Run post-read-conversion on decoded
23944 selection text.
23945 (lisp_data_to_selection_data): If next-selection-coding-system is
23946 compound-text-no-extensions, set the type of selection to be
23947 compound-text.
23948
23949 * xterm.h (x_encode_text): Update prototype.
23950
23951 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
23952 callers changed. If SELECTIONP is non-zero, run the
23953 pre-write-conversion function before encoding the selection text.
23954
239552002-02-21 Kim F. Storm <storm@cua.dk>
23956
23957 * frame.c (syms_of_frame): Change mouse-highlight default to t.
23958
23959 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
23960 Correct composing of language-change event.
23961
239622002-02-20 Kim F. Storm <storm@cua.dk>
23963
23964 * keyboard.c (menu_bar_items): Don't include keymap or local-map
23965 bindings at PT when building menu (the menu is not updated often
23966 enough for this to work reliable).
23967 (tool_bar_items): Likewise.
23968 (current_active_maps): Removed unused (and buggy) function.
23969
239702002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23971
23972 * xfns.c (gif_load): Use correct width and height for GIF images.
23973
239742002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
23975
23976 * floatfns.c (Fatan): Accept an optional second arg and call
23977 atan2 if passed 2 args.
23978
239792002-02-18 Jason Rumney <jasonr@gnu.org>
23980
23981 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
23982
239832002-02-17 Jason Rumney <jasonr@gnu.org>
23984
23985 * w32term.c (x_autoselect_window_p): New variable.
23986 (syms_of_w32term): DEFVAR_BOOL and initialize it.
23987 (note_mouse_movement): Use it.
23988
23989 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
23990
23991 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
23992
23993 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
23994 New variables.
23995 (syms_of_w32fns): Intern and staticpro them.
23996 (x_frame_parms) <"fullscreen">: New parameter.
23997 (x_fullscreen_move, x_set_fullscreen): New functions.
23998 (x_set_frame_parameters): Support Qfullscreen.
23999 (x_real_positions): Save x/y_pixels_diff frame params.
24000 (x_figure_window_size): Support full-screen frames.
24001 (Fx_create_frame): Default the fullscreen parameter.
24002
24003 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
24004 (x_fullscreen_adjust): New functions.
24005 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
24006 fullscreen. Call x_check_fullscreen_move, and set the
24007 want_fullscreen member of output_data.w32
24008 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
24009
24010 * w32term.h: New enum for FULLSCREEN_* constants.
24011 (struct w32_output): New members want_fullscreen, x_pixels_diff,
24012 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
24013 (x-fullscreen-adjust): New prototype.
24014
240152002-02-17 Kim F. Storm <storm@cua.dk>
24016
52eb0373 24017 * frame.c (Vmouse_highlight): New variable.
048addec
JD
24018 (syms_of_frame): DEFVAR_LISP it.
24019
52eb0373 24020 * frame.h (Vmouse_highlight): Declare extern.
8a8e19a3 24021
048addec 24022 * xterm.h (struct x_display_info): Add mouse_face_hidden.
8a8e19a3 24023
048addec
JD
24024 * xterm.c (disable_mouse_highlight): Removed variable.
24025 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
24026 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
24027 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
24028 and on after keyboard input.
24029 (x_term_init): Initialize mouse_face_hidden.
8a8e19a3 24030
048addec 24031 * msdos.h (struct display_info): Add mouse_face_hidden.
8a8e19a3 24032
048addec
JD
24033 * msdos.c (disable_mouse_highlight): Removed variable.
24034 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
24035 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
24036 (internal_terminal_init): Initialize mouse_face_hidden.
24037 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
24038 and on after keyboard input.
4f1b1854 24039
048addec 24040 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
4f1b1854 24041
048addec
JD
24042 * w32term.c (disable_mouse_highlight): Removed variable.
24043 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
24044 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
24045 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
24046 and on after keyboard input.
24047 (w32_initialize_display_info): Initialize mouse_face_hidden.
4f1b1854 24048
048addec 240492002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4f1b1854 24050
048addec
JD
24051 * msdos.c (last_mouse_window): New variable.
24052 (dos_rawgetc): Fix last change--if the mouse is in the same window
24053 as recorded in last_mouse_window, don't select this window.
5cb6905d 24054
048addec 24055 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
5cb6905d 24056
048addec
JD
24057 * msdos.c (x_autoselect_window_p): New variable.
24058 (syms_of_msdos): Defvar it.
24059 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
24060 which the last mouse movement occured, unless it is already selected.
437dfb9f 24061
048addec
JD
24062 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
24063 New variables.
24064 (syms_of_xdisp): DEVFAR them.
24065 (hscroll_window_tree): Use automatic_hscroll_margin and
24066 Vautomatic_hscroll_step to compute the amount of window scrolling.
437dfb9f 24067
048addec 240682002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9f696a00 24069
048addec
JD
24070 * xterm.c (x-autoselect-window): New variable.
24071 (note_mouse_movement): Use it.
9f696a00 24072
048addec 24073 * keyboard.c: Do not include "systime.h" twice.
d57966d7 24074
048addec 240752002-02-15 Andreas Schwab <schwab@suse.de>
d57966d7 24076
bfa02563 24077 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
d57966d7 24078
048addec 24079 * alloc.c (NSTATICS): Increase to 1280.
74779f52 24080
048addec 240812002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
74779f52 24082
048addec 24083 * alloc.c (NSTATICS): Bump to 1026.
a474d59c 24084
048addec
JD
24085 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
24086 (Vx_super_keysym): New variables.
24087 (syms_of_xterm): DEFVAR_LISP them.
24088 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
24089 variables to determine which keys to use for the various modifiers.
a474d59c 24090
048addec 240912002-02-13 Kim F. Storm <storm@cua.dk>
fbb70ad9 24092
9dd28cae 24093 * window.c (Vmode_line_in_non_selected_windows): Removed.
048addec
JD
24094 (mode_line_in_non_selected_windows): New variable.
24095 (syms_of_window): DEFVAR_BOOL it.
fbb70ad9 24096
048addec
JD
24097 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
24098 Use mode_line_in_non_selected_windows.
24099 (mode_line_in_non_selected_windows): Declare extern.
24100 (Vmode_line_in_non_selected_windows): Removed extern.
2d10309f 24101
048addec 241022002-02-13 Richard M. Stallman <rms@gnu.org>
2d10309f 24103
048addec
JD
24104 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
24105 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
24106 (Fclear_this_command_keys): Doc fixes.
2d10309f 24107
048addec
JD
24108 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
24109 (update_face_from_frame_parameter): Increment face_change_count
24110 and windows_or_buffers_changed to force redisplay using changed faces.
7f2cddf3 24111
048addec
JD
24112 * xdisp.c (QCpropertize): New variable.
24113 (mode_line_proptrans_alist): New variable.
24114 (display_mode_element): New arg PROPS; all calls changed.
24115 Implement this, for strings.
24116 Handle literal output of strings by sharing the
24117 main-line code for strings, using local var `literal'.
24118 Handle :propertize feature.
24119 (syms_of_xdisp): Initialze and staticpro QCpropertize and
24120 mode_line_proptrans_alist.
0b1e6b54 24121
048addec 241222002-02-11 Kim F. Storm <storm@cua.dk>
7f2cddf3 24123
9dd28cae 24124 * window.c (Vmode_line_in_non_selected_windows): New variable.
048addec 24125 (syms_of_window): DEFVAR_LISP it.
7f2cddf3 24126
048addec
JD
24127 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
24128 (CURRENT_MODE_LINE_FACE_ID): Use it.
24129 (Vmode_line_in_non_selected_windows): Declare extern.
e17144de 24130
048addec
JD
24131 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
24132 to get mode line face.
e17144de 24133
048addec 241342002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 24135
048addec
JD
24136 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
24137 variables; cus-start.el doesn't need them anymore.
44368f8f 24138
048addec 241392002-02-09 Kim F. Storm <storm@cua.dk>
f884b6f4 24140
048addec
JD
24141 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
24142 reduction. This fixes a display problem where stray newlines were
24143 inserted in the window (corrected by C-l). Clarified code (IMHO).
6637c996 24144
048addec 241452002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 24146
048addec 24147 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
6637c996 24148
048addec 24149 * xdisp.c (display_mode_lines): Fix last change.
453c5510 24150
048addec 241512002-02-09 Jason Rumney <jasonr@gnu.org>
453c5510 24152
048addec
JD
24153 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
24154 match each other.
24155 (w32_load_system_font): Prevent Cleartype fonts from loading.
24156 (Fx_show_tip): Ensure tip frames are above other topmost windows.
d1d070e3 24157
048addec 241582002-02-09 Kim F. Storm <storm@cua.dk>
d1d070e3 24159
048addec
JD
24160 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
24161 (CURRENT_MODE_LINE_HEIGHT): Use it.
24162 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 24163
048addec
JD
24164 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
24165 (pos_visible_p, handle_face_prop): Likewise.
24166 (display_mode_lines): Likewise, but for the real selected window.
24167 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 24168
048addec
JD
24169 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
24170 in non-selected windows.
24171 (realize_basic_faces): Realize it.
24172 (syms_of_term): Intern and staticpro it.
308dd672 24173
048addec 241742002-02-08 Kim F. Storm <storm@cua.dk>
edde72f6 24175
048addec
JD
24176 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
24177 Changed mail addresses to emacs-devel@gnu.org.
308dd672 24178
048addec 241792002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
3c1e6b46 24180
048addec
JD
24181 * fileio.c (Fsubstitute_in_file_name): If the file name includes
24182 ~user, and there's no such user, don't discard everything before ~user.
03950b5b 24183
048addec 24184 * floatfns.c (Fround): Doc fix.
3c1e6b46 24185
048addec 241862002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c1e11810 24187
048addec 24188 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
c1e11810 24189
048addec 241902002-02-07 Stefan Monnier <monnier@cs.yale.edu>
1996baee 24191
048addec 24192 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1996baee 24193
048addec 241942002-02-07 Kim F. Storm <storm@cua.dk>
0065bb74 24195
048addec
JD
24196 * keymap.c (where_is_internal): Only check whether definition is
24197 remapped if it fulfills is_command_symbol.
0065bb74 24198
048addec 241992002-02-07 Andreas Schwab <schwab@suse.de>
0065bb74 24200
048addec 24201 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
b5cb6072 24202
048addec 24203 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
b5cb6072 24204
048addec 242052002-02-06 Kim F. Storm <storm@cua.dk>
15fff01d 24206
048addec
JD
24207 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
24208 defining command remapping. Doc updated.
24209 (Flookup_key): Remap command through keymap if KEY is a symbol.
24210 (is_command_symbol): New function.
24211 (Fkey_binding): Use it. New optional argument NO-REMAP.
24212 Doc updated. Callers changed. Perform command remapping via
24213 recursive call unless that arg is non-nil.
24214 (where_is_internal): New argument no_remap. Callers changed.
24215 Call recursively to find original key bindings for a remapped
24216 comand unless that arg is non-nil.
24217 (Fwhere_is_internal): New optional argument NO-REMAP.
24218 Doc updated. Callers changed. Pass arg to where_is_internal.
0065bb74 24219
048addec 24220 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
3419757d 24221 (is_command_symbol): Add prototype.
0d8466cc 24222
048addec
JD
24223 * keyboard.c (Vthis_original_command): New variable.
24224 (syms_of_keyboard): DEFVAR_LISP it.
24225 (command_loop_1): Set it, and perform command remapping.
15fff01d 24226
048addec 242272002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2fae9111 24228
048addec 24229 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2d6c1fc0 24230
048addec 242312002-02-06 Jason Rumney <jasonr@gnu.org>
07025a55 24232
048addec 24233 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
07025a55 24234
048addec 242352002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
07025a55 24236
048addec 24237 * charset.c (get_charset_id): Use if-else instead of ?:.
3a232704 24238
048addec 242392002-02-06 Richard M. Stallman <rms@gnu.org>
539e92ad 24240
048addec 24241 * filelock.c (S_ISLNK): Define if not defined.
3a232704 24242
048addec 242432002-02-03 Richard M. Stallman <rms@gnu.org>
0cb8bb48 24244
048addec 24245 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
539e92ad 24246
048addec
JD
24247 * lread.c (read1): Redesign strategy for force_multibyte and
24248 force_singlebyte. Now is_multibyte records whether read_buffer
24249 is multibyte. Encountering any multibyte character makes it so.
4e02881b 24250
048addec 242512002-02-02 Stefan Monnier <monnier@cs.yale.edu>
4e02881b 24252
048addec
JD
24253 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
24254 with the same sequence, map that sequence to f10 rather than f0.
1ab964d7 24255
048addec 242562002-02-03 Andreas Schwab <schwab@suse.de>
1ab964d7 24257
048addec
JD
24258 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
24259 latter never being defined on GNU/Linux.
749f499f 24260
048addec 242612002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
749f499f 24262
048addec
JD
24263 * xfaces.c (realize_default_face): Don't set the weight and slant of
24264 the default face to Qnormal, unless these attributes are unspecified.
b5d9aaba 24265
048addec 242662002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3a232704 24267
048addec
JD
24268 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
24269 Call cancel_hourglass unconditionally.
d0fd26dd 24270
048addec
JD
24271 * eval.c (Fsignal): Remove duplicated declaration of
24272 the variable `display_hourglass_p'.
b4c45162 24273
048addec 242742002-01-31 Richard M. Stallman <rms@gnu.org>
d0fd26dd 24275
048addec 24276 * editfns.c (region_limit): Nicer error message.
c95eaa61 24277
048addec
JD
24278 * coding.c (decode_composition_emacs_mule):
24279 Give up if NCOMPONENT gets too large to index `component'.
c95eaa61 24280
048addec
JD
24281 * callint.c (check_mark): New arg to specify clearer error message.
24282 Callers changed.
c95eaa61 24283
048addec 242842002-01-27 Richard M. Stallman <rms@gnu.org>
c95eaa61 24285
048addec 24286 * minibuf.c (Fcompleting_read): Doc fix.
c95eaa61 24287
048addec 242882002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c95eaa61 24289
048addec
JD
24290 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
24291 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
24292 Fix doc-strings.
c95eaa61 24293
048addec 242942002-01-26 Richard M. Stallman <rms@gnu.org>
c95eaa61 24295
048addec 24296 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
c95eaa61 24297
048addec
JD
24298 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
24299 and scroll_up_aggressively.
c95eaa61 24300
048addec 243012002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
31877e0a 24302
048addec 24303 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
31877e0a 24304
048addec 243052002-01-25 Stefan Monnier <monnier@cs.yale.edu>
e2c3786a 24306
048addec
JD
24307 * textprop.c (Fnext_property_change, Fnext_single_property_change)
24308 (Fprevious_property_change, Fprevious_single_property_change):
24309 Stay within the narrowed-buffer boundaries.
e2c3786a 24310
048addec 243112002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
c513fc03 24312
048addec
JD
24313 * term.c (Ftty_display_color_cells): New function.
24314 (syms_of_term): Defsubr it.
24315 (Ftty_display_color_cells, Ftty_display_color_p): Change the
24316 argument name to DISPLAY. Doc fix.
bf794306 24317
048addec
JD
24318 * dispextern.h: Add prototype for set_tty_color_mode and
24319 tty_setup_colors.
bf794306 24320
048addec 243212002-01-24 Jason Rumney <jasonr@gnu.org>
bf794306 24322
048addec
JD
24323 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
24324 If region left to draw is not what was expected, mark the frame as
24325 garbaged.
62582985 24326
048addec
JD
24327 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
24328 Combine the regions returned by BeginPaint and GetUpdateRect.
c513fc03 24329
048addec 243302002-01-23 Jason Rumney <jasonr@gnu.org>
3509a04c 24331
048addec
JD
24332 * w32term.c (x_update_window_begin): Only hide caret if
24333 w32_use_visible_system_caret is set.
24334 (x_update_window_end): Only show caret if
24335 w32_use_visible_system_caret is set.
24336 (syms_of_w32term): Handle SystemParametersInfo call failing.
3509a04c 24337
048addec 24338 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
3509a04c 24339
048addec 243402002-01-22 Richard M. Stallman <rms@gnu.org>
3509a04c 24341
048addec
JD
24342 * unexelf.c (unexec): Define n so as to cause compilation error
24343 for the code where people have often written n instead of nn.
1e9a6186 24344
048addec 24345 * .gdbinit (hookpost-run): Defined.
1e9a6186 24346
048addec 243472002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e4e34e31 24348
048addec 24349 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
e4e34e31 24350
048addec 243512002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4521d1fc 24352
048addec
JD
24353 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
24354 if fullscreen is being set.
7c75be36 24355
048addec 243562002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4521d1fc 24357
048addec
JD
24358 * minibuf.c (Fminibuffer_contents)
24359 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
24360 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
4521d1fc 24361
048addec 243622002-01-21 Richard M. Stallman <rms@gnu.org>
4521d1fc 24363
048addec 24364 * window.c (check_frame_size): Fix minimum height calculation.
93dec019 24365
048addec 243662002-01-20 Ken Raeburn <raeburn@gnu.org>
93dec019 24367
048addec
JD
24368 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
24369 height before comparison.
24370 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
905cc05a 24371
048addec 243722002-01-20 Jason Rumney <jasonr@gnu.org>
2ed06289 24373
048addec
JD
24374 * w32term.c (w32_system_caret_width): Remove.
24375 (w32_use_visible_system_caret): New user flag.
24376 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
24377 Windows reports a screen reader running.
24378 (x_update_window_begin): Hide the system caret.
24379 (x_update_window_end): Show the system caret.
24380 (x_display_and_set_cursor): Don't draw a cursor when
24381 w32_use_visible_system_caret is set. Do not adjust width.
0e79d667 24382
048addec
JD
24383 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
24384 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
24385 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
24386 the user requests it. Use system default width when creating.
24387 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
0e79d667 24388
048addec
JD
24389 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
24390 New window messages.
905cc05a 24391
048addec 243922002-01-20 Richard M. Stallman <rms@gnu.org>
82a7ab23 24393
048addec 24394 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
d75bec6a 24395
048addec 243962002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
52dcb476 24397
048addec 24398 * doprnt.c (doprnt1): Fix typos in error call.
82a7ab23 24399
048addec 244002002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
82a7ab23 24401
048addec 24402 * unexelf.c (unexec) [__sgi]: Support the .got sections.
82a7ab23 24403
048addec 244042002-01-20 Jason Rumney <jasonr@gnu.org>
4d0fa4f3 24405
048addec
JD
24406 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
24407 that Windows returns. If a double check fails, try to guess how
24408 ExtTextOut is going to act.
4d0fa4f3 24409
048addec
JD
24410 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
24411 in place of stricmp.
24412 (w32_list_synthesized_fonts): Removed.
24413 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
24414 (struct enumfont_t): New element; list.
24415 (enum_font_cb2): List all style and charset variations of a font.
24416 (Fw32_select_font): New optional argument; include_proportional.
24417 Exclude vertical fonts. Exclude proportional fonts unless
24418 include_proportional is non-nil.
24419 (w32_enable_synthesized_fonts): Change to a boolean.
24420 (Fw32_send_sys_command): Doc fix.
493faf20 24421
048addec 244222002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
493faf20 24423
048addec
JD
24424 * dispnew.c (update_frame): Move the variable `tem' to the block
24425 where it is used.
4971e491 24426
048addec 244272002-01-19 Jason Rumney <jasonr@gnu.org>
4971e491 24428
048addec
JD
24429 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
24430 call to face-set-after-frame-default.
4971e491 24431
048addec 244322002-01-18 Richard M. Stallman <rms@gnu.org>
d911a0fa 24433
048addec
JD
24434 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
24435 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
d911a0fa 24436
048addec 244372002-01-17 Richard M. Stallman <rms@gnu.org>
d911a0fa 24438
048addec
JD
24439 * window.c (enlarge_window): When exceeding size of parent,
24440 directly delete all the siblings instead of trying to resize it.
201c831a 24441
048addec 244422002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
201c831a 24443
048addec 24444 * term.c (set_tty_color_mode): Remove unused variable `tem'.
201c831a 24445
048addec 244462002-01-16 Henrik Enberg <henrik@enberg.org>
34e39c95 24447
048addec 24448 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
34e39c95 24449
048addec 244502002-01-16 Kim F. Storm <storm@cua.dk>
d77fbc16 24451
048addec
JD
24452 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
24453 is invisible. This can happen if cursor is on top line of a
24454 window, and we switch to a buffer with a header line.
d77fbc16 24455
048addec 24456 * w32term.c (x_erase_phys_cursor): Ditto.
61e3b944 24457
048addec 244582002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
61e3b944 24459
048addec
JD
24460 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
24461 `dont_resize' only when used.
61e3b944 24462
048addec 24463 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
70da46c3 24464
048addec 244652002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
70da46c3 24466
048addec
JD
24467 * xdisp.c (display_mode_element): When computing charpos, depend
24468 on multibyteness of elt, not the text in field.
8af01033 24469
048addec 244702002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8af01033 24471
048addec
JD
24472 * buffer.c (Fkill_all_local_variables):
24473 Increment `update_mode_lines' only once.
7363986a 24474
048addec 244752002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7363986a 24476
048addec
JD
24477 * lisp.h (adjust_after_replace_noundo)
24478 (Fupdate_coding_systems_internal): Add prototypes.
d9e6c4b1 24479
048addec 24480 * sound.c (Fplay_sound): Initialize header_size also for :data case.
d20fc48a 24481
048addec 244822002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
d9e6c4b1 24483
048addec
JD
24484 Support for the --color command-line argument and tty-color-mode
24485 frame parameter:
f1a85b89 24486
048addec
JD
24487 * term.c (tty_default_color_capabilities, tty_setup_colors)
24488 (set_tty_color_mode): New functions.
24489 (term_init): Call tty_default_color_capabilities.
24490 (Qtty_color_mode_alist): New variable.
24491 (syms_of_term): Intern and staticpro it.
f1a85b89 24492
048addec
JD
24493 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
24494 frames.
24495 (do_switch_frame): For termcap frames, switch the tty
24496 color mode as specified by the frame's parameters.
24497 (Qtty_color_mode): New variable.
24498 (syms_of_frame): Intern and staticpro it.
3a62677f 24499
048addec
JD
24500 * emacs.c (USAGE2): Add the --color option.
24501 (standard_args): Ditto.
72244db2 24502
048addec
JD
245032002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24504
24505 * xterm.h (struct x_output): New members want_fullscreen,
24506 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
24507 y_pixels_outer_diff.
24508 New enum for FULLSCREEN_* constants.
24509 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
24510 is NULL.
24511 (x_fullscreen_adjust): Add prototype.
3a62677f 24512
048addec
JD
24513 * emacs.c (USAGE2): Add the new full-screen arguments.
24514 (standard_args): Ditto.
3a62677f 24515
048addec
JD
24516 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
24517 New variables.
24518 (syms_of_xfns): Intern and staticpro them.
24519 (x_frame_parms) <"fullscreen">: New parameter.
24520 (x_fullscreen_move, x_set_fullscreen): New functions.
24521 (x_set_frame_parameters): Support for Qfullscreen.
24522 (x_real_positions): More accurate computation of the frame position.
24523 (x_figure_window_size): Support full-screen frames.
24524 (Fx_create_frame): Default the fullscreen parameter.
3a62677f 24525
048addec
JD
24526 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
24527 (XTread_socket) <Expose>: Call x_check_fullscreen.
24528 <ConfigureNotify>: Don't resize to fullscreen.
24529 Call x_check_fullscreen_move, and set the want_fullscreen member of
24530 output_data.x.
3a62677f 24531
048addec 245322002-01-13 Jason Rumney <jasonr@gnu.org>
9d113d9d 24533
048addec
JD
24534 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
24535 for mice with more than 3 buttons.
b8523839 24536
048addec
JD
24537 * w32term.c (parse_button): New parameter xbutton. Callers changed.
24538 (w32_read_socket): Handle new "XBUTTON" messages.
9464dea4 24539
048addec
JD
24540 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
24541 (syms_of_w32fns): DEFVAR_BOOL it.
24542 (w32_wnd_proc): Handle new "XBUTTON" messages.
9d113d9d 24543
048addec 245442002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
70ec1377 24545
048addec 24546 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
70ec1377 24547
048addec 245482002-01-13 Andreas Schwab <schwab@suse.de>
92f7dd37 24549
048addec 24550 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
92f7dd37 24551
048addec 245522002-01-12 Andreas Schwab <schwab@suse.de>
c93674bb 24553
048addec
JD
24554 * .gdbinit (xbuffer): Remove address operator since data is now a
24555 pointer.
c93674bb 24556
048addec 245572002-01-11 Richard M. Stallman <rms@gnu.org>
59b59892 24558
048addec 24559 * insdel.c (adjust_after_replace_noundo): New function.
59b59892 24560
048addec 24561 * coding.c (code_convert_region): Don't copy old text if undo disabled.
c6ea2775 24562
048addec 245632002-01-09 Jason Rumney <jasonr@gnu.org>
c6ea2775 24564
048addec
JD
24565 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
24566 when checking for multiple frames.
91175673 24567
048addec 245682002-01-08 Richard M. Stallman <rms@gnu.org>
91175673 24569
048addec
JD
24570 * window.c (delete_window): Rewrite the code for changing the
24571 selected window to handle the case where WINDOW is not a leaf.
91175673 24572
048addec 245732002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
e0fead5d 24574
048addec
JD
24575 * process.c (send_process): Set src_multibyte to 1 after the call
24576 top setup_coding_system, not before the call.
e0fead5d 24577
048addec 245782002-01-07 Jason Rumney <jasonr@gnu.org>
e0fead5d 24579
048addec
JD
24580 * xmenu.c (set_frame_menubar, xmenu_show):
24581 (xdialog_show): Initialize wv->help to Qnil.
c186cdb3 24582
048addec
JD
24583 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
24584 (w32_dialog_show): Initialize wv->help to Qnil.
c186cdb3 24585
048addec 245862002-01-06 Jason Rumney <jasonr@gnu.org>
c186cdb3 24587
048addec 24588 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
c186cdb3 24589
048addec 24590 * w32menu.c (w32_menu_display_help): Revert last change.
58cfce98 24591
048addec 24592 * xmenu.c (menu_highlight_callback): Revert last change.
58cfce98 24593
048addec 245942002-01-06 Andreas Schwab <schwab@suse.de>
62854fe2 24595
048addec
JD
24596 * insdel.c (make_gap_larger): Make sure buffer size does not
24597 overflow range of int.
62854fe2 24598
048addec 245992002-01-05 Jason Rumney <jasonr@gnu.org>
656f46bb 24600
048addec
JD
24601 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
24602 OVERLAPS_P.
656f46bb 24603
048addec 24604 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
656f46bb 24605
048addec
JD
24606 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
24607 to the left or to the right of the pointer, put it against
24608 the left screen edge.
24609 (x_frame_parms): Add missing braces around initializer.
036e218d 24610
048addec
JD
24611 * w32term.c (x_setup_relief_colors): Don't compute an image's
24612 background color if it doesn't have a Pixmap.
24613 (notice_overwritten_cursor): Don't depend on
24614 output_cursor and updated_area. Compare pixel coordinates with
24615 window's cursor pixel coordinates.
24616 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24617 Call notice_overwritten_cursor with new arg list.
24618 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24619 unconditionally.
24620 (x_draw_image_relief): Use predefined macro instead of
24621 constant when the value of `tool_bar_button_relief' is negative.
036e218d 24622
048addec 24623 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
7ddb2c16 24624
048addec 246252002-01-04 Richard M. Stallman <rms@gnu.org>
7ddb2c16 24626
048addec 24627 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
ace9b298 24628
048addec 246292002-01-03 Richard M. Stallman <rms@gnu.org>
90647b07 24630
048addec
JD
24631 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
24632 (Fkey_binding): Try the `keymap' property map first.
24633 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
24634 minor mode bindings.
90647b07 24635
048addec 246362002-01-03 Kim F. Storm <storm@cua.dk>
ace9b298 24637
3419757d 24638 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
ace9b298 24639
048addec 246402002-01-02 Richard M. Stallman <rms@gnu.org>
ace9b298 24641
048addec
JD
24642 * keyboard.c (read_key_sequence): Handle the keymap property
24643 before minor mode maps.
9fbc32aa 24644
048addec
JD
24645 * editfns.c (Fformat): Update thissize from field_width
24646 based on the actual width, in the string case.
036e218d 24647
048addec 246482002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fbc32aa 24649
048addec
JD
24650 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
24651 when used as truth value to prevent gcc warnings.
9fbc32aa 24652
048addec
JD
24653 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
24654 * w32proc.c: Include <config.h>.
9fbc32aa 24655
048addec 246562002-01-01 Andreas Schwab <schwab@suse.de>
9fbc32aa 24657
048addec
JD
24658 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
24659 not EMACS_INT, to make them compatible with DEFVAR_INT.
24660 * lisp.h (max_specpdl_size): Adjust declaration.
9fbc32aa 24661
048addec 246622002-01-01 Richard M. Stallman <rms@gnu.org>
9fbc32aa 24663
048addec
JD
24664 * print.c (print_object): Test print_escape_nonascii only for
24665 unibyte strings.
24666 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
24667 when outputting to a multibyte buffer.
9fbc32aa 24668
048addec 246692001-12-29 Richard M. Stallman <rms@gnu.org>
9fbc32aa 24670
048addec
JD
24671 * print.c (print_object): In multibyte string, use hex escapes.
24672 Use octal only for unibyte strings.
24673 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
0142178a 24674
048addec
JD
24675 * lread.c (read_escape): New arg BYTEREP for reporting whether
24676 escape forces unibyte or multibyte.
24677 (read1): When reading a string, take note of that info.
0142178a 24678
048addec 246792001-12-29 Ken Raeburn <raeburn@gnu.org>
d4824a5d 24680
048addec
JD
24681 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
24682 comparison to test lisp value returned by Fget.
d4824a5d 24683
048addec 246842001-12-29 Richard M. Stallman <rms@gnu.org>
b1356234 24685
048addec 24686 * lisp.h (max_specpdl_size): Add declaration.
b1356234 24687
048addec 24688 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
3ce081f5 24689
048addec
JD
24690 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
24691 Handle modifier bits. Correct typo in error message.
99e380ee 24692
048addec 246932001-12-28 Richard M. Stallman <rms@gnu.org>
3ce081f5 24694
048addec
JD
24695 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
24696 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
24697 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24698 Update calls to Fdefine_abbrev.
24699 (write_abbrev): Update for changed data format.
24700 Don't list "system" abbrevs.
24701 (Fexpand_abbrev): Update use count with new data format.
24702 (describe_abbrev): Update for changed data format.
24703 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
66458f32 24704
048addec 24705 * config.in (HAVE_MBSINIT): Add #undef.
66458f32 24706
048addec 24707 * strftime.c (mbsinit): Define as no-op if not available.
66458f32 24708
048addec
JD
24709 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
24710 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
59a86c99 24711
048addec
JD
24712 * keymap.c (Flookup_key): Error message if key has wrong data type.
24713 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
24714 (exclude_key): New variable.
59a86c99 24715
048addec 247162001-12-28 Gerd Moellmann <gerd@gnu.org>
eb77a5f4 24717
048addec
JD
24718 * xterm.c (x_setup_relief_colors): Don't compute an image's
24719 background color if it doesn't have a Pixmap.
eb77a5f4 24720
048addec
JD
24721 * xterm.c (notice_overwritten_cursor): Don't depend on
24722 output_cursor and updated_area. Compare pixel coordinates with
24723 window's cursor pixel coordinates.
24724 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
24725 Call notice_overwritten_cursor with new arg list.
24726 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
24727 unconditionally.
eb77a5f4 24728
048addec
JD
24729 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
24730 height of the cursor line to the amount to scroll.
eb77a5f4 24731
048addec 247322001-12-27 Richard M. Stallman <rms@gnu.org>
bb313871 24733
048addec
JD
24734 * intervals.c (set_point_both): The position after an invisible,
24735 intangible character is not an acceptable stopping point.
bb313871 24736
048addec 247372001-12-27 Ken Raeburn <raeburn@gnu.org>
55b43a63 24738
048addec
JD
24739 * window.c (enlarge_window): In new preserve_before code, convert
24740 CURBEG from lisp object to integer before doing arithmetic.
6052529b 24741
048addec 247422001-12-27 Richard M. Stallman <rms@gnu.org>
3ce081f5 24743
048addec 24744 * bytecode.c (Fbyte_code): Undo previous change.
3ce081f5 24745
048addec 247462001-12-26 Kim F. Storm <storm@cua.dk>
3ce081f5 24747
048addec
JD
24748 * keyboard.c (record_char): Ignore duplicate help-echo events only
24749 separated by mouse-movement. When tracking mouse, only record
24750 first and last mouse-movement event in same window.
24751 Don't record mouse-movement events in keyboard macros.
3ce081f5 24752
048addec 247532001-12-25 Richard M. Stallman <rms@gnu.org>
55b43a63 24754
048addec
JD
24755 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
24756 (Fenlarge_window): New arg PRESERVE_BEFORE.
111ed14e 24757
048addec
JD
24758 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
24759 instead of Fstring_as_unibyte.
9fabb2f5 24760
048addec 247612001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fabb2f5 24762
048addec 24763 The following changes remove mocklisp support:
9fabb2f5 24764
048addec 24765 * mocklisp.h, mocklisp.c: Files removed.
111ed14e 24766
048addec
JD
24767 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
24768 `Qmocklisp' and `Qmocklisp_arguments'.
24769 Remove prototype of syms_of_mocklisp.
2fa0eedf 24770
048addec 24771 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
d1420435 24772
048addec
JD
24773 * callint.c: Do not include mocklisp.h.
24774 (Fcall_interactively): Do not test for mocklisp case.
2fa0eedf 24775
048addec
JD
24776 * eval.c: Remove variables `Qmocklisp_arguments',
24777 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
24778 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
24779 Do not test for mocklisp case.
24780 (Fwhile): Remove unused variable `tem'.
24781 (syms_of_eval): Remove variable `moclisp-arguments'.
ebcbef4e 24782
048addec 24783 * data.c (wrong_type_argument): Remove mocklisp case.
5c131048 24784
048addec 24785 * doc.c (Fdocumentation): Remove mocklisp case.
5c131048 24786
048addec 24787 * emacs.c (main): Do not call syms_of_mocklisp.
5c131048 24788
048addec 247892001-12-21 Richard M. Stallman <rms@gnu.org>
96d276c3 24790
048addec
JD
24791 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
24792 to the left or to the right of the pointer, put it against
24793 the left screen edge.
6108b49c 24794
048addec 247952001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
96d276c3 24796
048addec
JD
24797 * Makefile.in (distclean): Remove .gdbinit if we are building
24798 outside the source tree.
5eea19a4 24799
048addec 248002001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5eea19a4 24801
048addec 24802 * w32.c (emacs_root_dir): New function.
5eea19a4 24803
048addec 24804 * msdos.c (emacs_root_dir): New function.
5eea19a4 24805
048addec
JD
24806 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
24807 of the current drive as the fallback for default_directory.
438e57dd 24808
048addec
JD
24809 * dired.c (file_name_completion): Run the elements of
24810 completion-ignored-extensions through ENCODE_FILE.
438e57dd 24811
048addec
JD
24812 * lisp.h (scmp): Remove prototype, since it's now a static
24813 function private to dired.c.
c88e5347 24814
048addec 248152001-12-18 Richard M. Stallman <rms@gnu.org>
c88e5347 24816
048addec
JD
24817 * dired.c (scmp): Function moved from minibuf.c.
24818 Delete multibyte handling--used only on encoded strings.
59ce1461 24819
048addec 24820 * minibuf.c (scmp): Function moved to dired.c.
59ce1461 24821
048addec 24822 * fns.c (merge): Add QUIT call.
59ce1461 24823
048addec 248242001-12-18 Dave Love <fx@gnu.org>
8727d588 24825
048addec
JD
24826 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
24827 language/georgian.el.
8727d588 24828
048addec 248292001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
cc63037e 24830
048addec
JD
24831 * Makefile.in (lisp, shortlisp): Synchronize with changes to
24832 lisp/Makefile.in:DONTCOMPILE.
cc63037e 24833
048addec 248342001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cc63037e 24835
048addec
JD
24836 * xdisp.c (window_box_height): Do not return negative values.
24837 From Gerd Moellmann <gerd@gnu.org>.
cc63037e 24838
048addec 24839 * keyboard.c (head_table): Add missing braces around initializer.
cc63037e 24840
048addec 24841 * term.c (keys): Likewise.
deece6f5 24842
048addec 24843 * xfns.c (x_frame_parms, visual_classes): Likewise.
deece6f5 24844
048addec 248452001-12-17 Sam Steingold <sds@gnu.org>
1b944d9c 24846
048addec
JD
24847 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
24848 patch (COMPOSING_P, not COMPOSING).
28ff4293 24849
048addec 248502001-12-17 Richard M. Stallman <rms@gnu.org>
a395ef6a 24851
048addec 24852 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
a395ef6a 24853
048addec
JD
24854 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
24855 before calling decode_coding.
9b46de40 24856
048addec 24857 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
9b46de40 24858
048addec
JD
24859 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24860 instead of only for COMPOSITION_DISABLED.
9b46de40 24861
048addec 248622001-12-16 Richard M. Stallman <rms@gnu.org>
aff37336 24863
048addec 24864 * alloc.c (pure_alloc): After overflow, allocate just a small block.
aff37336 24865
048addec 24866 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
b9937f07 24867
048addec
JD
24868 * buffer.h (struct buffer): New field `display_error_modiff'.
24869 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
b9937f07 24870
048addec 24871 * window.c (Frecenter): Clear display_error_modiff field.
2cd23960 24872
048addec
JD
24873 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
24874 Call redisplay_window, but not if display_error_modiff field says no.
24875 (redisplay_window_error): New function.
24876 (displayed_buffer): New variable.
24877 (redisplay_internal, redisplay_windows): Call the new functions
24878 instead of redisplay_window directly.
2cd23960 24879
048addec 248802001-12-15 Richard M. Stallman <rms@gnu.org>
2cd23960 24881
048addec 24882 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2cd23960 24883
048addec 248842001-12-14 Andrew Innes <andrewi@gnu.org>
a4184c1c 24885
048addec 24886 * makefile.w32-in (EMACSLOADPATH): Define.
f9711de4 24887 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
048addec 24888 (bootstrap-temacs): Remove dependency on bootstrap-clean.
a4184c1c 24889
048addec 248902001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
f6fa0866 24891
048addec
JD
24892 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
24893 parameter have a numeric value all the time.
f6fa0866 24894
048addec 24895 * w32fns.c (x_report_frame_params): Likewise.
f4ca4b00 24896
048addec 248972001-12-12 Richard M. Stallman <rms@gnu.org>
f4ca4b00 24898
048addec 24899 * fileio.c (Fwrite_region): Doc fix.
f4e25f94 24900
048addec
JD
24901 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
24902 (redisplay_internal): Call clear_image_cache only for window terminals.
f4e25f94 24903
048addec 249042001-12-12 Gerd Moellmann <gerd@gnu.org>
91c153e2 24905
048addec
JD
24906 * xdisp.c (move_it_vertically_backward): Change heuristic
24907 for the case that we didn't move far enough initially.
91c153e2 24908
048addec
JD
24909 * window.c (Frecenter): Simplify computation in the case of window
24910 system frames and ARG < 0; use window_box_height.
65b7d3e7 24911
048addec 249122001-12-11 Richard M. Stallman <rms@gnu.org>
65b7d3e7 24913
048addec
JD
24914 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
24915 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
6b5f6311 24916
048addec 249172001-12-11 Andrew Innes <andrewi@gnu.org>
6b5f6311 24918
048addec
JD
24919 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
24920 arg is negative.
be676094 24921
048addec 249222001-12-11 Richard M. Stallman <rms@gnu.org>
be676094 24923
048addec
JD
24924 * m/hp800.h: Split the __hpux conditional into the parts
24925 that are right for GNU/Linux too and the parts that are not.
24926 Use the former if GNU_LINUX.
24927 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
032a857d 24928
048addec 24929 * s/gnu-linux.h (GNU_LINUX): Defined.
032a857d 24930
048addec 249312001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
032a857d 24932
048addec
JD
24933 * macros.c, msdos.c, w16select.c: Change doc-string comments to
24934 `new style' [w/`doc:' keyword].
032a857d 24935
048addec 249362001-12-10 Jason Rumney <jasonr@gnu.org>
b6270150 24937
048addec
JD
24938 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
24939 before using.
b6270150 24940
048addec 249412001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
792e5cbd 24942
048addec
JD
24943 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
24944 keyword].
98cbb9fa 24945
048addec 249462001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
98cbb9fa 24947
048addec 24948 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
98cbb9fa 24949
048addec 24950 * s/hpux10.h (srand48): Don't undefine.
98cbb9fa 24951
048addec 249522001-12-09 Jason Rumney <jasonr@gnu.org>
792e5cbd 24953
048addec 24954 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
78819ebb 24955 Add comment to explain where the struct came from.
048addec
JD
24956 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
24957 (add_menu_item): Process pop-up menus first to avoid memory leak.
24958 (add_menu_item, w32_menu_display_help): Use `help' field as
24959 Lisp_Object.
24960 (w32_free_submenu_strings): Only free owner-drawn strings.
fa336b91 24961
048addec 249622001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fa336b91 24963
048addec 24964 * COPYING: Moved back.
fa336b91 24965
048addec
JD
24966 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
24967 Add parentheses around && within ||.
077907d4 24968
048addec 24969 * indent.c (compute_motion): Likewise.
aa2af83a 24970
048addec 24971 * intervals.c (merge_properties_sticky): Likewise.
60a653f1 24972
048addec
JD
24973 * coding.c (setup_coding_system, shrink_encoding_region)
24974 (Fdecode_sjis_char): Likewise.
60a653f1 24975
048addec 249762001-12-07 Andreas Schwab <schwab@suse.de>
60a653f1 24977
048addec
JD
24978 * xdisp.c (display_mode_element): Don't read past end of string if
24979 it ends with '%'.
60a653f1 24980
048addec
JD
24981 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
24982 can hold.
60a653f1 24983
048addec
JD
24984 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
24985 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
24986 type changed to Lisp_Object.
24987 (syms_of_data): DEFVAR_LISP them.
60a653f1 24988
048addec 249892001-12-07 Richard M. Stallman <rms@gnu.org>
60a653f1 24990
048addec
JD
24991 * callproc.c (init_callproc): Set Vdata_directory based on the source
24992 location whenever Emacs was run uninstalled.
60a653f1 24993
048addec 249942001-12-06 Paul Eggert <eggert@twinsun.com>
60a653f1 24995
048addec
JD
24996 * config.in (HAVE_WORKING_VFORK): New #undefs.
24997 * process.c (create_process):
24998 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
24999 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
25000 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
25001 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
25002 * m/intel386.h (HAVE_VFORK): Likewise.
25003 * m/mips-siemens.h (HAVE_VFORK): Likewise.
25004 * m/mips.h (HAVE_VFORK): Likewise.
25005 * s/freebsd.h (vfork): Remove #define.
25006 * s/lynxos.h (HAVE_VFORK): Remove #undef.
25007 * s/usg5-4-2.h: Fix comment about vfork.
60a653f1 25008
048addec 250092001-12-06 Richard M. Stallman <rms@gnu.org>
60a653f1 25010
048addec
JD
25011 * s/hpux10.h (random): Add undef.
25012 (HAVE_RANDOM): Define it just once.
60a653f1 25013
048addec 250142001-12-06 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25015
048addec 25016 * eval.c: Undo last change: the standard syntax is not wanted.
60a653f1 25017
048addec 250182001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 25019
048addec
JD
25020 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
25021 scroll bars of the frame before deleting the frame itself. If the
25022 frame has a widget, delete the frame with XtDestroyWidget, and do
25023 not call XDestroyWindow before that.
60a653f1 25024
048addec 250252001-12-06 Kim F. Storm <storm@cua.dk>
60a653f1 25026
048addec 25027 * xfns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 25028
048addec 25029 * w32fns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 25030
048addec 250312001-12-05 Andrew Innes <andrewi@gnu.org>
60a653f1 25032
048addec
JD
25033 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
25034 excessively large.
60a653f1 25035
048addec
JD
25036 * insdel.c (make_gap_larger): New function.
25037 (make_gap_smaller): New function.
25038 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
25039 Call make_gap_smaller if arg is negative.
60a653f1 25040
048addec 250412001-12-04 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25042
048addec
JD
25043 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
25044 Pass a dummy argument when calling interrupt_signal.
25045 (parse_menu_item): Mark disabled items before checking for empty def.
25046 (read_char_minibuf_menu_prompt): Make safety more visible.
25047 (read_key_sequence): Add a `first_unbound' variable.
25048 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
25049 unbound prefix as soon as we can detect it.
60a653f1 25050
048addec
JD
25051 * doc.c (Fsnarf_documentation): Add prototype.
25052 (get_doc_string): Handle negative arguments.
25053 (Fdocumentation): Use AREF and ASIZE.
25054 Move the calls to get_doc_string to a single place.
25055 Don't confuse an interactive-spec for a docstring reference.
25056 (Fdocumentation_property): Take advantage of the fact that
25057 get_doc_string now ignores the sign of the docstring position.
60a653f1 25058
048addec 25059 * eval.c: Use standard syntax for usage in docstrings.
60a653f1 25060
048addec 250612001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25062
a64387ee 25063 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
60a653f1 25064
048addec 250652001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25066
048addec
JD
25067 * xterm.c (x_draw_image_relief): Use predefined macro instead of
25068 constant when the value of `tool_bar_button_relief' is negative.
60a653f1 25069
048addec 250702001-12-02 Richard M. Stallman <rms@gnu.org>
60a653f1 25071
048addec
JD
25072 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
25073 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
60a653f1 25074
048addec 25075 * fileio.c (read_non_regular): Delete Fsignal call.
60a653f1 25076
048addec 250772001-12-01 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25078
048addec 25079 * lisp.h (run_hook_list_with_args): Undo last change.
60a653f1 25080
048addec 250812001-12-01 Gerd Moellmann <gerd@gnu.org>
60a653f1 25082
048addec 25083 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
60a653f1 25084
048addec 250852001-12-01 Jason Rumney <jasonr@gnu.org>
60a653f1 25086
f63fd14e 25087 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
60a653f1 25088
048addec
JD
25089 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
25090 [!WM_MOUSELEAVE]: Define.
60a653f1 25091
048addec
JD
25092 * w32menu.c (current_popup_menu, get_menu_item_info):
25093 (set_menu_item_info): New vars.
25094 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
25095 (w32_menu_show): Set current_popup_menu.
25096 (add_menu_item): Allocate new strings for owner-drawn menu items
25097 and help strings.
25098 Use owner-draw for disabled menu items again.
25099 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
25100 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
60a653f1 25101
048addec
JD
25102 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
25103 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
25104 <WM_EXITMENULOOP>: Free menu strings.
25105 <WM_MOUSELEAVE>: Stop tracking mouse.
25106 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
60a653f1 25107
048addec
JD
25108 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
25109 and mouse face.
60a653f1 25110
048addec 251112001-12-01 Kim F. Storm <storm@cua.dk>
60a653f1 25112
048addec
JD
25113 The following changes add left-fringe and right-fringe
25114 frame parameters to adjust fringe widths, or remove one or
25115 both fringes.
60a653f1 25116
048addec
JD
25117 * frame.h (struct frame): Remove trunc_area_pixel_width and
25118 trunc_area_cols fields.
25119 (Qleft_fringe, Qright_fringe): Declare.
25120 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
60a653f1 25121
048addec
JD
25122 * frame.c (Qleft_fringe, Qright_fringe): New vars.
25123 (syms_of_frame): Initialize them.
60a653f1 25124
048addec
JD
25125 * window.c (coordinates_in_window): Handle separate left and right
25126 fringe widths.
60a653f1 25127
048addec
JD
25128 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
25129 and fringe_cols fields.
25130 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
25131 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
25132 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
25133 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
25134 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
25135 (x_compute_fringe_widths): Add prototype.
60a653f1 25136
048addec
JD
25137 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
25138 fill fringe evenly with small dashes.
f63fd14e 25139 (x_draw_fringe_bitmap): Clear background if necessary. Align and
048addec
JD
25140 clip the new ZV bitmap to avoid jitter between rows.
25141 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
25142 background. Don't draw fringe bitmaps if fringe width is zero.
25143 (x_compute_fringe_widths): New function.
25144 (x_new_font, x_set_window_size_1): Use it.
60a653f1 25145
048addec
JD
25146 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
25147 (x_set_frame_parameters): Process `font' parameter before other
25148 parameters as fringe widths depend on it.
25149 (x_set_fringe_width): New function.
25150 (x_figure_window_size): Use x_compute_fringe_widths.
25151 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
25152 parameters.
60a653f1 25153
048addec
JD
25154 * widget.c (set_frame_size): Use x_compute_fringe_widths.
25155 (EmacsFrameSetCharSize): Ditto.
60a653f1 25156
048addec
JD
25157 * w32term.h: Merged changes from xterm.h.
25158 * w32term.c: Merged changes from xterm.c.
25159 * w32fns.c: Merged changes from xfns.c.
60a653f1 25160
048addec 251612001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25162
048addec 25163 * COPYING: Removed.
60a653f1 25164
048addec 251652001-11-29 Dave Love <fx@gnu.org>
60a653f1 25166
048addec
JD
25167 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
25168 extra extra slot.
25169 (detect_coding_mask): Fix call of detect_coding_iso2022.
60a653f1 25170
048addec 251712001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25172
048addec
JD
25173 * fileio.c (file-name-coding-system)
25174 (default-file-name-coding-system): Doc fix (links to referenced
25175 variables added).
60a653f1 25176
048addec 251772001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25178
048addec
JD
25179 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
25180 Add dummy uses of gcproN variables.
60a653f1 25181
048addec
JD
25182 * category.c (describe_category, describe_category_1)
25183 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
25184 (syms_of_category): Don't defsubr Sdescribe_categories.
60a653f1 25185
048addec 251862001-11-28 Richard M. Stallman <rms@gnu.org>
60a653f1 25187
048addec 25188 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
60a653f1 25189
048addec
JD
25190 * Makefile.in (lispdir): New variable, referring to build dir.
25191 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
60a653f1 25192
048addec 251932001-11-28 Andrew Innes <andrewi@gnu.org>
60a653f1 25194
048addec
JD
25195 * w32menu.c (w32_menu_display_help): Actually add the new argument
25196 OWNER.
60a653f1 25197
048addec 251982001-11-28 Jason Rumney <jasonr@gnu.org>
60a653f1 25199
048addec
JD
25200 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
25201 menu items. From David Ponce <dponce@wanadoo.fr>.
25202 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
25203 conditionally.
f63fd14e 25204 (w32_menu_display_help): New argument OWNER. Rewritten to store a
048addec 25205 help event in the owner frame's keyboard buffer.
60a653f1 25206
048addec
JD
25207 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
25208 (Fx_show_tip): Don't subtract last width from row width.
25209
25210 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
25211 (w32_read_socket): Use EQ to compare frames.
60a653f1 25212
048addec 252132001-11-28 Gerd Moellmann <gerd@gnu.org>
60a653f1 25214
048addec
JD
25215 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
25216 OVERLAPS_P.
60a653f1 25217
048addec 252182001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25219
048addec
JD
25220 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
25221 `gcpro3' and `gcpro4'.
60a653f1 25222
048addec 25223 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
60a653f1 25224
048addec 252252001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25226
048addec 25227 * ccl.c: Use AREF and ASIZE.
60a653f1 25228
048addec 252292001-11-27 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25230
048addec
JD
25231 * lisp.h (run_hook_list_with_args): Remove.
25232 (LIST_END_P): Fix call to wrong_type_argument.
25233 (make_fixnum_or_float): Use EMACS_INT rather than int.
60a653f1 25234
048addec 252352001-11-26 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25236
048addec
JD
25237 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
25238 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
60a653f1 25239
048addec
JD
25240 * eval.c: Use AREF and ASIZE.
25241 (Ffetch_bytecode): Add the file name to the error message.
60a653f1 25242
048addec
JD
25243 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
25244 which match the end of the file-name.
25245 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
25246 is not a valid env var, but leave it as is instead.
60a653f1 25247
048addec
JD
25248 * keymap.c (access_keymap): Handle t bindings like nil bindings.
25249 Make nil bindings in char-tables transparent.
25250 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
60a653f1 25251
048addec 252522001-11-26 Richard M. Stallman <rms@gnu.org>
60a653f1 25253
048addec
JD
25254 * textprop.c (set_text_properties_1): Allow START, END in either order.
25255 Do nothing if range is empty.
60a653f1 25256
048addec 25257 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
60a653f1 25258
048addec
JD
25259 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
25260 (clean): Not here.
60a653f1 25261
048addec 252622001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25263
048addec
JD
25264 * textprop.c (set_text_properties_1): Clearly mark that the
25265 interval should not be empty.
60a653f1 25266
048addec
JD
25267 * intervals.c (graft_intervals_into_buffer):
25268 Don't call set_text_properties_1 on an empty interval.
60a653f1 25269
048addec 252702001-11-25 Richard M. Stallman <rms@gnu.org>
60a653f1 25271
048addec 25272 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
60a653f1 25273
048addec
JD
25274 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
25275 don't lose the data in it.
60a653f1 25276
048addec 252772001-11-25 Juanma Barranquero <lektu@terra.es>
60a653f1 25278
048addec 25279 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
60a653f1 25280
c62aec78 25281 * buffer.c (Fkill_buffer): Likewise.
60a653f1 25282
c62aec78 25283 * print.c (temp_output_buffer_setup): Likewise.
60a653f1 25284
048addec 252852001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25286
048addec 25287 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
60a653f1 25288
048addec 252892001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 25290
048addec
JD
25291 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
25292 Niemitalo <kon@iki.fi>.
60a653f1 25293
048addec 252942001-11-25 Jason Rumney <jasonr@gnu.org>
60a653f1 25295
048addec 25296 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
60a653f1 25297
048addec
JD
25298 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
25299 (Fx_show_tip): Block input during frame creation.
25300 (Fx_show_tip, Fx_hide_tip): Enable.
60a653f1 25301
048addec 253022001-11-24 Richard M. Stallman <rms@gnu.org>
60a653f1 25303
048addec
JD
25304 * lread.c (Fload): Detect recursive load error for more than 3
25305 nestings of the same file.
25306 (Vrecursive_load_depth_limit): Variable deleted.
25307 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
60a653f1 25308
048addec 253092001-11-24 Jason Rumney <jasonr@gnu.org>
60a653f1 25310
048addec
JD
25311 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
25312 mouse position if either left or top is not specified.
60a653f1 25313
048addec
JD
25314 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
25315 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
25316 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
25317 (my_create_tip_window): Assign tip_window.
25318 (x_create_tip_frame): Use same defaults as X.
25319 (compute_tip_xy): Remove unused variable. Use full screen width.
f63fd14e 25320 (Fx_show_tip): Do not double height. Call ShowWindow directly.
60a653f1 25321
048addec
JD
25322 * w32term.c (x_after_update_window_line): Doc fix.
25323 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
25324 frames.
25325 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
60a653f1 25326
048addec
JD
25327 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
25328 for all Windowed systems.
60a653f1 25329
048addec 253302001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 25331
048addec
JD
25332 * msdos.c (IT_clear_screen): If the frame's faces are not yet
25333 realized, use the initial screen colors to clear the screen.
60a653f1 25334
048addec 253352001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25336
048addec
JD
25337 * textprop.c (Fset_text_properties): Remove unused variables
25338 `unchanged', `prev_changed', `s' and `len'.
60a653f1 25339
048addec
JD
25340 * search.c (Freplace_match): Remove unused variable `inslen'.
25341
25342 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
25343
253442001-11-22 Jason Rumney <jasonr@gnu.org>
25345
25346 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
25347 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
25348 (my_create_tip_window): New function.
25349 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
25350 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
25351
253522001-11-20 Jason Rumney <jasonr@gnu.org>
25353
25354 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
25355 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
25356
25357 * w32fns.c (Vw32_system_coding_system): Remove.
25358 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
25359
253602001-11-19 Stefan Monnier <monnier@cs.yale.edu>
25361
25362 * fileio.c (Fwrite_region): Move choose_write_coding_system to
25363 after build_annotations.
25364
25365 * syntax.c (describe_syntax): Add dummy arg.
25366 (describe_syntax_1): Update call to describe_vector.
25367
25368 * category.c (describe_category): Add dummy arg.
25369 (describe_category_1): Update call to describe_vector.
25370
25371 * keymap.c (Fdescribe_vector): Add `describer' parameter.
25372 (describe_command, describe_translation): Add dummy second param.
25373 (describe_map): Call elt_describer with two arguments.
25374 (describe_vector_princ): Add `fun' parameter.
25375 Call it instead of the hardcoded `princ'.
25376 (describe_vector): Add arg `args'.
25377 Pass it as a new second argument to elt_describer.
60a653f1 25378
048addec 25379 * keymap.h (describe_vector): Update prototype.
60a653f1 25380
048addec
JD
25381 * frame.c: Don't include keymap.h any more.
25382 (keys_of_frame): Remove.
60a653f1 25383
048addec 25384 * lisp.h (keys_of_frame): Remove declaration.
60a653f1 25385
048addec 25386 * emacs.c (main): Don't call `keys_of_frame' any more.
60a653f1 25387
048addec 253882001-11-14 Andreas Schwab <schwab@suse.de>
60a653f1 25389
048addec
JD
25390 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
25391 if defined, 0 otherwise.
25392 (MAP_FAILED): Define if not defined and use it to test mmap failure.
25393 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
60a653f1 25394
048addec 253952001-11-19 Richard M. Stallman <rms@gnu.org>
60a653f1 25396
048addec 25397 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
60a653f1 25398
048addec 253992001-11-18 Jason Rumney <jasonr@gnu.org>
60a653f1 25400
048addec
JD
25401 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
25402 (x_draw_bar_cursor): If the background color of the glyph under
25403 the cursor equals the frame's cursor color, use the glyph's
25404 foreground color for drawing the bar cursor.
25405 (x_after_update_window_line): Clear internal border in different
25406 circumstances.
25407 (w32_set_vertical_scroll_bar): Check for width and height > 0.
25408 (w32_draw_relief_rect): Correct relief by 1 pixel.
25409 (x_set_glyph_string_background_width):
25410 Set extends_to_end_of_line_p if the row's fill_line_p is set and
25411 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
25412 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
25413 if cursor_in_non_selected_windows is false.
25414 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
25415 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
25416 Notice if cursor gets overwritten.
25417 (notice_overwritten_cursor): Renamed from
25418 note_overwritten_text_cursor. Rewritten to take glyph widths
25419 into account, and to take X positions as parameters.
25420 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
25421 around call to x_draw_glyphs.
25422 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
25423 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
25424 color to use for image glyph reliefs.
25425 (x_draw_image_relief): Accept zero tool_bar_button_relief.
25426 (glyph_rect): Remove unused variable `area'.
60a653f1 25427
048addec
JD
25428 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
25429 some items.
25430 (x_set_internal_border_width): Set frame garbaged when window
25431 doesn't exist yet.
25432 (Fx_create_frame): Accept zero tool_bar_button_relief.
25433 (x_clear_image_1, four_corners_best, image_background)
25434 (image_background_transparent): New functions.
25435 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
25436 (gs_format): Add `:background' entry.
25437 (lookup_image): Set IMG's background color if specified.
25438 (pbm_load, xbm_load_image, png_load): Set IMG's background field
25439 when appropriate.
25440 (x_clear_image_1): Reset `background_valid' and
25441 `background_transparent_valid' fields.
25442 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
25443 calculating it here. Set IMG's background_transparent field.
25444 (enum xpm_keyword_index): Add XPM_BACKGROUND.
25445 (enum png_keyword_index): Add PNG_BACKGROUND.
25446 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
25447 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
25448 (enum gif_keyword_index): Add GIF_BACKGROUND.
25449 (enum gs_keyword_index): Add GS_BACKGROUND.
25450 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
25451 Pre-calculate image background color where necessary.
25452 (x_create_x_image_and_pixmap, xbm_load, gs_load):
25453 Use display info's n_cbits entry for screen depth.
25454 (Fx_show_tip): Remove unused variables `buffer', `top',
25455 `left', `max_width' and `max_height'.
60a653f1 25456
048addec 25457 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
60a653f1 25458
048addec 254592001-11-18 Gerd Moellmann <gerd@gnu.org>
60a653f1 25460
048addec 25461 * puresize.h (BASE_PURESIZE): Increase to 750000.
60a653f1 25462
048addec 254632001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 25464
048addec 25465 * frame.c (Fframe_live_p): Doc fix.
60a653f1 25466
048addec 254672001-11-18 Richard M. Stallman <rms@gnu.org>
60a653f1 25468
048addec
JD
25469 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
25470 (message_dolog_marker3): New static variables hold three markers.
25471 (syms_of_xdisp): Initialize and staticpro them.
25472 (message_dolog): Use message_dolog_marker1..3 instead of
25473 allocating markers each time. Unchain them when done.
60a653f1 25474
048addec 254752001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 25476
048addec 25477 * doc.c (Fsnarf_documentation): Doc fix.
60a653f1 25478
048addec 254792001-11-17 Andreas Schwab <schwab@suse.de>
60a653f1 25480
048addec 25481 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
60a653f1 25482
048addec 254832001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 25484
048addec 25485 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
60a653f1 25486
048addec 254872001-11-17 Jason Rumney <jasonr@gnu.org>
60a653f1 25488
048addec 25489 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
60a653f1 25490
048addec 254912001-11-17 Gerd Moellmann <gerd@gnu.org>
60a653f1 25492
048addec
JD
25493 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
25494 with invalid position.
60a653f1 25495
048addec 254962001-11-16 Richard M. Stallman <rms@gnu.org>
60a653f1 25497
048addec 25498 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
60a653f1 25499
048addec
JD
25500 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
25501 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
25502 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
60a653f1 25503
048addec 25504 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
60a653f1 25505
048addec 255062001-11-16 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 25507
048addec
JD
25508 * fileio.c (build_annotations): Split off the tail.
25509 (build_annotations_2): New fun. Extracted from build_annotations.
25510 (Fwrite_region): Split the call to build_annotations into two
25511 calls to build_annotations and build_annotations_2.
077907d4 25512
048addec 255132001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1756e2fb 25514
048addec
JD
25515 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
25516 clear_waiting_for_input with argument.
1756e2fb 25517
048addec 25518 * xterm.h (x_update_cursor): Remove duplicated prototype.
06e8f738 25519
048addec 25520 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
06e8f738 25521
048addec 25522 * xterm.c (waiting_for_input): Remove unnecessary declaration.
fa336b91 25523
048addec 25524 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
fa336b91 25525
048addec 255262001-11-16 Stefan Monnier <monnier@cs.yale.edu>
fa336b91 25527
048addec
JD
25528 * fileio.c (choose_write_coding_system): New fun, extracted
25529 from Fwrite_region.
25530 (Fwrite_region): Use it.
fa336b91 25531
048addec
JD
25532 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
25533 (funcall_lambda, run_hook_with_args): Make static and add prototype.
25534 (ml_apply, find_handler_clause): Add prototype.
fa336b91 25535
048addec 255362001-11-16 Eli Zaretskii <eliz@gnu.org>
fa336b91 25537
048addec 25538 * config.in: Add #undef HAVE_COFF_H.
fa336b91 25539
048addec
JD
25540 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
25541 Required for ISC 4.1.
fa336b91 25542
048addec 255432001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
fa336b91 25544
52eb0373 25545 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
048addec 25546 Andrew Wiseman <a.wiseman@btclick.com>.
fa336b91 25547
048addec 255482001-11-16 Kim F. Storm <storm@cua.dk>
fa336b91 25549
048addec
JD
25550 The following changes are made to clean up the various internal
25551 references to the fringes to actually use the term `fringe' for
25552 them. Previously, they were called `flags areas', `bitmap areas',
25553 `left/right side of windows', or implicitly as `flags' or
25554 `bitmaps':
fa336b91 25555
048addec 25556 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
f63fd14e 25557 Comments fixed. Use renamed symbols.
06e8f738 25558
f63fd14e 25559 * dispnew.c: Comment fix. Use renamed symbols.
06e8f738 25560
048addec
JD
25561 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
25562 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
25563 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
9ce647f4 25564
048addec 25565 * msdos.c: Comment fix.
9ce647f4 25566
048addec 25567 * w32fns.c: Use renamed symbols.
9b784ab8 25568
f63fd14e 25569 * w32term.c: Comment fixes. Use renamed symbols.
048addec
JD
25570 (fringe_bitmap_type): Renamed from bitmap_type.
25571 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25572 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
25573 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
9f7e52b4 25574
f63fd14e 25575 * w32term.h: Comment fixes. Use renamed symbols.
048addec
JD
25576 (fringes_extra): Renamed from flags_areas_extra.
25577 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25578 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25579 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25580 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25581 (FRAME_X_LEFT_FRINGE_WIDTH):
25582 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25583 (FRAME_X_RIGHT_FRINGE_WIDTH):
25584 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
9f7e52b4 25585
048addec 25586 * widget.c: Use renamed symbols.
9f7e52b4 25587
f63fd14e 25588 * window.c: Comment fixes. Use renamed symbols.
048addec 25589 (coordinates-in-window-p): Doc fix.
fa336b91 25590
f63fd14e 25591 * xdisp.c: Comment fixes. Use renamed symbols.
34e5d0af 25592
048addec 25593 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
9b784ab8 25594
048addec 25595 * xfns.c: Use renamed symbols.
89512fcd 25596
f63fd14e 25597 * xterm.c: Comment fixes. Use renamed symbols.
048addec
JD
25598 (fringe_bitmap_type): Renamed from bitmap_type.
25599 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
25600 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
25601 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
89512fcd 25602
f63fd14e 25603 * xterm.h: Comment fixes. Use renamed symbols.
048addec
JD
25604 (fringes_extra): Renamed from flags_areas_extra.
25605 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
25606 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
25607 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
25608 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
25609 (FRAME_X_LEFT_FRINGE_WIDTH):
25610 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
25611 (FRAME_X_RIGHT_FRINGE_WIDTH):
25612 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
25613
256142001-11-15 Jason Rumney <jasonr@gnu.org>
25615
25616 * w32menu.c (add-menu-item): Make help_echo and radio buttons
25617 work for most menu items. From David Ponce
25618 <david.ponce@wanadoo.fr>.
25619
256202001-11-15 Gerd Moellmann <gerd@gnu.org>
25621
25622 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
25623 Some x_set_* function expect to be called even if old and new
25624 value are equal.
25625
25626 * xdisp.c (build_desired_tool_bar_string): Accept zero
25627 tool_bar_button_relief.
25628
25629 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
25630
25631 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
25632
25633 * xterm.c (x_draw_bar_cursor): If the background color of the
25634 glyph under the cursor equals the frame's cursor color, use
25635 the glyph's foreground color for drawing the bar cursor.
25636
25637 * dispnew.c (direct_output_forward_char): Fix character/byte
25638 position comparison.
7d18891d 25639
048addec 256402001-11-15 Miles Bader <miles@gnu.org>
d2936d21 25641
048addec
JD
25642 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
25643 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
25644 Update arguments to find_field.
25645 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
25646 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
25647 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
25648 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
7d18891d 25649
048addec 256502001-11-14 Richard M. Stallman <rms@gnu.org>
7d18891d 25651
048addec 25652 * editfns.c (Fpropertize): Allow call with 1 arg.
7d18891d 25653
048addec
JD
25654 * dispextern.h (image_background, image_background_transparent):
25655 Conditionalize on HAVE_X_WINDOWS.
7d18891d 25656
048addec 256572001-11-13 Richard M. Stallman <rms@gnu.org>
7d18891d 25658
048addec 25659 * print.c (Fprin1_to_string): Doc fix.
7d18891d 25660
048addec 25661 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
7d18891d 25662
048addec 25663 * floatfns.c (Fceiling, Ffloor): Doc fixes.
7d18891d 25664
048addec 25665 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
7d18891d 25666
048addec 25667 * fileio.c (Ffile_accessible_directory_p): Doc fix.
7d18891d 25668
048addec 25669 * eval.c (syms_of_eval): Doc fix.
7d18891d 25670
048addec 25671 * coding.c (syms_of_coding): Doc fix.
7d18891d 25672
048addec 25673 * doc.c (Fsnarf_documentation): Doc fix.
7d18891d 25674
048addec 25675 * dispnew.c (syms_of_display): Doc fix.
9474c847 25676
048addec 25677 * category.c (Fget_unused_category): Doc fix.
9474c847 25678
048addec 25679 * buffer.c (syms_of_buffer): Doc fixes.
e3059a5d 25680
048addec 256812001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
e3059a5d 25682
048addec 25683 * print.c (prin1, print): Doc fix.
e3059a5d 25684
048addec 256852001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b3700ae7 25686
048addec
JD
25687 * fontset.h: Remove declarations of variables
25688 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
b3700ae7 25689
048addec
JD
25690 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
25691 `Vclip_large_size_font'.
eae936e2 25692
048addec 256932001-11-13 Jason Rumney <jasonr@gnu.org>
4bb962be 25694
048addec 25695 * w32fns.c: Doc fix.
ddb67bdc 25696
048addec 256972001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3467c402 25698
048addec 25699 * xfaces.c (Fface_attributes_as_vector): Doc fix.
3467c402 25700
048addec 25701 * fns.c: Doc fix.
6e1b91d7 25702
048addec 25703 * emacs.c: Doc fix.
1c1d3d69 25704
048addec 25705 * coding.c: Doc fix.
1c1d3d69 25706
048addec
JD
25707 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
25708 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
25709 `new style' [w/`doc:' keyword].
b6f4c7ba 25710
048addec 257112001-11-12 Richard M. Stallman <rms@gnu.org>
b6f4c7ba 25712
048addec
JD
25713 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
25714 LeaveNotify events. Only FocusIn and FocusOut do that now.
25715 (x_display_and_set_cursor): Do display hollow cursors in active
25716 minibuffer windows when they are not selected.
b6f4c7ba 25717
048addec 257182001-11-12 Jason Rumney <jasonr@gnu.org>
a89f435d 25719
048addec 25720 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
f63fd14e
JB
25721 * w32term.c: Change doc-string comments to `new style'
25722 [w/`doc:' keyword]. Doc fixes.
a89f435d 25723
048addec
JD
25724 * w32fns.c: Don't define max.
25725 (Fx_open_connection): Only execute once.
a4cd0cd7 25726
048addec 257272001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
eafb659a 25728
048addec
JD
25729 * ccl.c: Change macros to use do-while block instead of if-else.
25730 Use braces to follow GNU Coding Standards.
eafb659a 25731
048addec 257322001-11-11 Richard M. Stallman <rms@gnu.org>
a4cd0cd7 25733
048addec 25734 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
a4cd0cd7 25735
048addec 25736 * lread.c (read_escape): Use end_of_file_error for reporting eof.
a4cd0cd7 25737
048addec
JD
25738 * insdel.c (replace_range): Use adjust_markers_for_replace
25739 instead of adjust_markers_for_delete and adjust_markers_for_insert.
a4cd0cd7 25740
78819ebb 25741 * intervals.h (set_text_properties, set_text_properties_1): Declare.
a4cd0cd7 25742
048addec
JD
25743 * textprop.c (set_text_properties_1): New subroutine
25744 broken out of set_text_properties.
25745 (set_text_properties): Use set_text_properties_1.
91823618 25746
048addec
JD
25747 * intervals.c (graft_intervals_into_buffer):
25748 Use set_text_properties_1 to clear out properties.
91823618 25749
048addec
JD
25750 * search.c (Freplace_match): Use replace_range to insert
25751 and delete. Don't request property inheritance from
25752 surrounding text.
86928dfb 25753
048addec 257542001-11-10 Jason Rumney <jasonr@gnu.org>
86928dfb 25755
048addec 25756 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
f63fd14e 25757 vertical fonts. Allow them if face name is explicitly specified.
048addec 25758 Do not give up if we find a font that cannot be converted to an xlfd.
40ef1eda 25759
048addec 257602001-11-10 Gerd Moellmann <gerd@gnu.org>
ab8469eb 25761
048addec
JD
25762 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
25763 instead of malloc/free.
a78e0303 25764
048addec 257652001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
40ef1eda 25766
048addec
JD
25767 * xfaces.c (merge_face_vectors): Use braces to follow GNU
25768 Coding Standards.
25769 (Finternal_set_lisp_face_attribute): Likewise.
fabf4a91 25770
048addec 25771 * buffer.c (Fbury_buffer): Likewise.
0c99b139 25772
048addec 25773 * indent.c (current_column_1): Remove unused variable `prev_col'.
0c99b139 25774
048addec
JD
25775 * coding.c (encode_coding): Use precomputed value of `src'.
25776 (encode_coding): Remove unused variable `src_end'.
25777 (code_convert_region): Remove unused variables `count'.
830ddd77 25778
048addec 257792001-11-07 Jason Rumney <jasonr@gnu.org>
830ddd77 25780
048addec
JD
25781 * w32term.c (x_display_and_set_cursor): Do not move system caret
25782 if cursor_glyph is NULL.
55c6d645 25783
048addec 257842001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
55c6d645 25785
048addec 25786 * keymap.c (access_keymap): Fix compilation error.
5de38842 25787
048addec 257882001-11-07 Miles Bader <miles@gnu.org>
7a4564a4 25789
048addec 25790 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
5de38842 25791
048addec 257922001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4fa23df5 25793
048addec
JD
25794 * intervals.c (graft_intervals_into_buffer):
25795 Remove #ifdef'd-out code.
25796 (graft_intervals_into_buffer): Remove unused variable `middle'.
4fa23df5 25797
048addec
JD
25798 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
25799 code (eval-current-buffer).
25800 Change doc-string comments to `new style' [w/`doc:' keyword].
7a6a97d7 25801
048addec 258022001-11-06 Richard M. Stallman <rms@gnu.org>
c191d13c 25803
048addec 25804 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
7a6a97d7 25805
048addec 258062001-11-06 Stefan Monnier <monnier@cs.yale.edu>
44dc78e0 25807
048addec 25808 * lread.c (read1): Fix behavior with nested backquoting.
44dc78e0 25809
048addec
JD
25810 * keyboard.c (make_lispy_event): Check integerness and fix
25811 Lisp_Object/int mixup.
17893c65 25812
048addec 258132001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4d994a79 25814
048addec 25815 * fns.c (copy_hash_table): Remove unused variable `v'.
d5360cc7 25816
048addec
JD
25817 * fontset.c (fontset_font_pattern): Remove unused variable
25818 `family_registry'.
d5360cc7 25819
048addec 25820 * indent.c (current_column_1): Remove unused variable `prev_col'.
d5360cc7 25821
048addec 258222001-11-05 Richard M. Stallman <rms@gnu.org>
96238a5a 25823
048addec 25824 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
96238a5a 25825
048addec
JD
25826 * buffer.c (Fkill_buffer): Don't delete auto save file
25827 if buffer is modified.
d9d54213 25828
048addec 258292001-11-05 Andrew Innes <andrewi@gnu.org>
d9d54213 25830
048addec
JD
25831 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
25832 CHECK_NUMBER_CDR.
b116830b 25833
048addec 258342001-11-05 Richard M. Stallman <rms@gnu.org>
b116830b 25835
048addec 25836 * unexelf.c (unexec): Minor changes; clean up comments.
3297e2a1 25837
048addec 258382001-11-05 Sam Steingold <sds@gnu.org>
3297e2a1 25839
048addec 25840 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
6fb8339c 25841
048addec 258422001-11-05 Andreas Schwab <schwab@suse.de>
6fb8339c 25843
048addec 25844 * sound.c (sound_perror): Save errno from being clobbered.
7dd73b78 25845
048addec 258462001-11-05 Dale Hagglund <rdh@yottayotta.com>
7dd73b78 25847
048addec
JD
25848 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
25849 the program image directly.
982f6c7e 25850
048addec 258512001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d31053f9 25852
048addec 25853 * buffer.h (Fbuffer_local_value): Add prototype.
d31053f9 25854
048addec 258552001-11-04 Richard M. Stallman <rms@gnu.org>
d31053f9 25856
048addec
JD
25857 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
25858 and CHECK_BUFFER.
d31053f9 25859
048addec
JD
25860 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
25861 (record_char): Likewise.
d31053f9 25862
048addec
JD
25863 * keyboard.c (make_lispy_event): Don't insist a drag event must
25864 move to a different buffer position. Instead, check for moving at
25865 least double_click_fuzz.
982f6c7e 25866
048addec 25867 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
830047fd 25868
048addec 25869 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
b116830b 25870
048addec
JD
25871 * indent.c (current_column_1, Fmove_to_column): Separate the code
25872 for display-table glyphs from the code for buffer text, to fix
25873 bugs in the former.
830047fd 25874
048addec 258752001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
b116830b 25876
048addec
JD
25877 * buffer.c (Fbuffer_local_value): New function.
25878 (syms_of_buffer): Defsubr it.
2df5238c 25879
048addec
JD
25880 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
25881 value of `cursor-in-non-selected-windows'.
4e397688 25882
048addec
JD
25883 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
25884 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
25885 (syms_of_xdisp): Initialize it.
48b0f3ae 25886
048addec 258872001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2df5238c 25888
048addec 25889 * xfns.c (Fx_create_frame): Doc fix.
3ecaf7e5 25890
048addec
JD
25891 * coding.c: Change doc-string comments to `new style' [w/`doc:'
25892 keyword].
3ecaf7e5 25893
048addec
JD
25894 * eval.c (top_level_value, top_level_set): Remove commented and
25895 #ifdef'd-out code.
25896 (Fdefvar): Fix usage in doc-string.
3ecaf7e5 25897
048addec 258982001-11-03 Richard M. Stallman <rms@gnu.org>
3ecaf7e5 25899
048addec 25900 * xfns.c: Include unistd.h, if it exists.
8db2e33b 25901
048addec 25902 * editfns.c: Move the include of ctype.h after unistd.h.
8db2e33b 25903
048addec 25904 * gmalloc.c: Test BROKEN_PROTOTYPES.
aed29b97 25905
048addec 259062001-11-03 Ken Raeburn <raeburn@gnu.org>
aed29b97 25907
048addec
JD
25908 * lisp.h (CHECK_STRING_CAR): New macro.
25909 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
25910 treating XCAR and XCDR as lvalues.
25911 (openp): Use CHECK_STRING_CAR.
25912 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
aed29b97 25913
048addec 259142001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
6cb16f95 25915
048addec
JD
25916 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
25917 (SIGMASKTYPE): Define.
1b1acc13 25918
048addec 25919 * syssignal.h (sigunblock): Don't define if already defined.
020f9b38 25920
048addec 259212001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
020f9b38 25922
048addec
JD
25923 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
25924 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
25925 Fix typos in comments.
6cb16f95 25926
048addec
JD
25927 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
25928 and #ifdef'd-out code.
25929 Fix and reindent comments.
6cb16f95 25930
048addec 25931 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
6cb16f95 25932
048addec
JD
25933 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
25934 argument `i' in macros.
6cb16f95 25935
048addec
JD
25936 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
25937 `i' in macros.
7e9d3c2f 25938
048addec
JD
25939 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
25940 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
25941 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
25942 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
25943 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
25944 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
25945 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
25946 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
25947 in macros.
7e9d3c2f 25948
048addec
JD
25949 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
25950 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
25951 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
25952 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
25953 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
25954 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
25955 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
25956 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
25957 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
25958 (remove unused second argument).
7e9d3c2f 25959
048addec 259602001-11-02 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 25961
048addec
JD
25962 * syntax.c (describe_syntax): New wrapper.
25963 (Finternal_describe_syntax_value): Rename from describe_syntax.
25964 Don't insert space at front and \n at the end.
25965 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
e6bff182 25966
048addec
JD
25967 * regex.c (re_wctype): Try to fix some warnings.
25968 (regcomp, regexec): Don't forget the __restrict.
9ba48103 25969
048addec 259702001-11-02 Richard M. Stallman <rms@gnu.org>
9ba48103 25971
048addec 25972 * textprop.c (Fget_char_property): Doc fix.
9ba48103 25973
048addec 259742001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9ba48103 25975
048addec 25976 * process.c (Fstart_process): Add usage to doc-string.
c22e59e1 25977
048addec 25978 * data.c (Fsetq_default): Ditto.
c22e59e1 25979
048addec 25980 * callint.c (Finteractive): Ditto.
9271ed2c 25981
048addec 259822001-11-01 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 25983
048addec
JD
25984 * macros.c: Don't include keymap.h any more.
25985
259862001-11-01 Richard M. Stallman <rms@gnu.org>
25987
25988 * data.c (Fmake_local_variable): Doc fix.
25989
25990 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
25991 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
e6bff182 25992
048addec 25993 * keymap.c (Fdescribe_buffer_bindings): Print character property
9271ed2c
RS
25994 bindings along with or instead of the buffer local map.
25995 Make the overriding maps override what they should.
25996
f00691a3 259972001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8b8bd9c6
PJ
25998
25999 * window.c (grow_mini_window): Fix typo in comment.
26000
27188d11
GM
260012001-11-01 Gerd Moellmann <gerd@gnu.org>
26002
7b49b9d2
GM
26003 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
26004 (XTset_vertical_scroll_bar): Likewise.
26005
43f7c3ea
GM
26006 * xfns.c (x_build_heuristic_mask): Use four_corners_best
26007 instead of IMAGE_BACKGROUND.
c22e59e1 26008
b350c2e5
GM
26009 * xfns.c (four_corners_best): Reindent.
26010
c22e59e1 26011 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
27188d11
GM
26012 Handle :box so that it is possible to specify sexprs.
26013
bf00d461
EZ
260142001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
26015
26016 * s/hpux11.h: New file.
26017
f00691a3 260182001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e10df59 26019
2b209b97
PJ
26020 * emacs.c (USAGE1): Show command line option --no-window-system
26021 instead of --no-windows in usage.
26022 (standard_args): Rename --no-windows to --no-window-system.
26023 (bug_reporting_address): Follow Emacs coding conventions.
26024
9dbc9081
PJ
26025 * eval.c (Fcommandp): Doc fix.
26026 Change doc-string comments to `new style' [w/`doc:' keyword].
26027
4e10df59
PJ
26028 * frame.c (Fframe_live_p): Doc fix.
26029
26030 * buffer.c (selective-display-ellipses): Doc fix.
26031
dd387b25
GM
260322001-10-31 Gerd Moellmann <gerd@gnu.org>
26033
fe957e65
GM
26034 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
26035
dd387b25
GM
26036 * xfaces.c (realize_x_face): If C is not a single-byte character,
26037 set the face's colors_copied_bitwise_p instead of the defaulted_p
26038 members which have a different meaning.
26039 (free_face_colors): Do nothing for a face whose colors have been
26040 copied bitwise.
26041
c22e59e1 26042 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
dd387b25 26043
f00691a3 260442001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2e1280f8 26045
687784e8
PJ
26046 * marker.c, mocklisp.c: Change doc-string comments to `new style'
26047 [w/`doc:' keyword].
2e1280f8 26048
b9d9a9b9
GM
260492001-10-31 Gerd Moellmann <gerd@gnu.org>
26050
26051 * fns.c (require_unwind): Return Lisp_Object.
26052
f00691a3 260532001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
48400103 26054
fa1361cb
PJ
26055 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
26056 (last-input-char): Revert doc-string to be the same as the
26057 doc-string of `last-input-event'.
26058
6c465a15 26059 * xdisp.c: Fix typos in comments.
48400103 26060
eafa3196
GM
260612001-10-31 Gerd Moellmann <gerd@gnu.org>
26062
26063 * window.c (grow_mini_window): Handle case that the root
26064 window is already smaller than the nominal mininum height.
26065
747d3f2a
SM
260662001-10-30 Stefan Monnier <monnier@cs.yale.edu>
26067
bf9bb76f
SM
26068 * emacs.c (main): Don't call keys_of_macros any more.
26069
26070 * lisp.h (keys_of_macros): Remove.
26071
26072 * macros.c (keys_of_macros): Remove.
26073
747d3f2a
SM
26074 * xfaces.c (Fface_attribute_relative_p): Declare args.
26075
5e905a57
JR
260762001-10-30 Jason Rumney <jasonr@gnu.org>
26077
26078 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
26079 (enum_font_cb2): Ignore fonts with vertical orientation.
26080
3a426197
RS
260812001-10-30 Richard M. Stallman <rms@gnu.org>
26082
26083 * keyboard.c (Finput_pending_p): Doc fix.
26084
a742d646
GM
260852001-10-30 Gerd Moellmann <gerd@gnu.org>
26086
259cf6bc
GM
26087 * xterm.c (x_after_update_window_line): Don't run the code
26088 clearing in borders for rows whose visible height is 0.
26089
3f99f948
GM
26090 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
26091 resized_p flag is set. If not set, use the much less flickering
26092 method previously used.
26093
26094 * dispnew.c (change_frame_size_1): Set frame's resized_p.
26095
26096 * frame.h (struct frame) <resized_p>: New member.
26097
b4a3be43
GM
26098 * lread.c (to_multibyte): Ensure read_buffer is at least twice
26099 as large as the number of bytes to convert.
747d3f2a 26100
a742d646
GM
26101 * lread.c (to_multibyte): New function.
26102 (read1): Use it.
26103
cacbb9e9
EZ
261042001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
26105
26106 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
26107
99cb6b2f
GM
261082001-10-30 Gerd Moellmann <gerd@gnu.org>
26109
327f42ee 26110 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
747d3f2a
SM
26111 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
26112 if the row's fill_line_p is set and drawing the last glyph with
26113 DRAW_IMAGE_{RAISED,SUNKEN}.
327f42ee 26114
99cb6b2f
GM
26115 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
26116
8e8223e2
SM
261172001-10-29 Stefan Monnier <monnier@cs.yale.edu>
26118
26119 * xmenu.c: Include coding.h and charset.h.
26120 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
26121 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
26122 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
26123 Explicitly set wv->help. Use `TRUE' rather than `True'.
26124 (menu_help_callback): Use empty_string.
26125
26126 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
26127 (Fx_popup_dialog): Explicitly init f.
26128 (w32_menu_display_help): Use empty_string.
26129
4d083a8f
RS
261302001-10-29 Richard M. Stallman <rms@gnu.org>
26131
b2304472
RS
26132 * fns.c (Frequire): Detect recursive try to require the same
26133 feature 3 or more levels deep, and get error.
26134 (require_unwind): New subroutine.
26135 (require_nesting_list): New variable.
26136 (syms_of_fns): Init and staticpro it.
26137
4d083a8f
RS
26138 * print.c (print_object): Clarify indication of insertion type.
26139
2fe41216
EZ
261402001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
26141
90480000
EZ
26142 * coding.c (syms_of_coding): Document that locale-coding-system is
26143 used for decoding input on X.
26144
2fe41216
EZ
26145 * window.c (Fscroll_left, Fscroll_right): Doc fix.
26146
f00691a3 261472001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
74e79967
PJ
26148
26149 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
26150 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
26151
60ebcfe8
GM
261522001-10-29 Gerd Moellmann <gerd@gnu.org>
26153
9a7bdceb
GM
26154 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
26155 use NO_CURSOR if cursor_in_non_selected_windows is false.
26156
3f08fcd2
GM
26157 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
26158 the slant attribute if FRAME is t.
26159
0ccfdad2
GM
26160 * xfns.c (x_set_internal_border_width): Set frame garbaged
26161 when X window doesn't exist yet.
26162
ef253080
GM
26163 * xterm.c (x_after_update_window_line): Clear internal border
26164 in different circumstances.
b116830b 26165
60ebcfe8
GM
26166 * xterm.c (XTread_socket) <KeyPress>: Don't use
26167 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
26168 <handa@etl.go.jp>.
26169
73d25f9c
EZ
261702001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
26171
26172 * m/ibms390.h: New file. From Adam Thornton
26173 <athornton@sinenomine.net>.
26174
cac1daf0
GM
261752001-10-28 Gerd Moellmann <gerd@gnu.org>
26176
053b3256 26177 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
b116830b 26178
cac1daf0
GM
26179 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
26180 a loop counter.
26181
f00691a3 261822001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13b1a09c 26183
f9711de4 26184 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
186486eb 26185
4707d2d0
PJ
26186 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
26187 keyword].
26188 Fix typos in comments.
b116830b 26189
d883731c
PJ
26190 * emacs.c (bug_reporting_address): New function.
26191 Use it when displaying usage message.
26192
04012254
PJ
26193 * minibuf.c (read_minibuf): Remove unused external declaration of
26194 variable `Qread_only'.
26195
13b1a09c
PJ
26196 * keymap.c (access_keymap): Remove unused variable `charset'.
26197
5bbf4378
MB
261982001-10-28 Miles Bader <miles@gnu.org>
26199
26200 * xfaces.c (merge_face_heights): Handle TO being relative as well.
26201 Remove #ifdef'd-out code.
26202 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
26203 (syms_of_xfaces): Initialize them.
26204
1ce1e4ee
JR
262052001-10-27 Jason Rumney <jasonr@gnu.org>
26206
26207 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
26208 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
26209 position using the system caret.
26210
26211 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
26212 (w32_system_caret_height, w32_system_caret_x)
26213 (w32_system_caret_y): New variables for tracking system caret.
26214 (w32_initialize): Initialize them.
c2d53558 26215 (x_display_and_set_cursor): Make system caret follow the active cursor.
1ce1e4ee 26216
c2d53558
SM
26217 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
26218 New messages types.
1ce1e4ee
JR
26219
26220 * w32term.c (note_mouse_highlight): Clear old help_echo.
26221
f00691a3 262222001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e30ce42 26223
bb4600a4
PJ
26224 * xterm.c: Fix typo in a comment.
26225
7db35a48
PJ
26226 * emacs.c: Fix typos in comments.
26227 Remove unnecessary spaces.
26228 Change doc-string comments to `new style' [w/`doc:' keyword].
26229 (USAGE2): Fix typos in usage string.
26230
a7248e4f
PJ
26231 * xterm.c: Fix typo in a comment.
26232
52eb0373 26233 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
4e30ce42
PJ
26234 emacs.c.
26235
62725a92
GM
262362001-10-27 Gerd Moellmann <gerd@gnu.org>
26237
798dbe1f 26238 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
c2d53558 26239 instead of 1/2 line_height in the heuristic for skipping
798dbe1f
GM
26240 farther backward when target_y was not reached.
26241
62725a92
GM
26242 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
26243 Display errno only if non-zero.
26244 (sound_warning): New function.
26245 (vox_configure): Don't treat failing to set sample rate as error.
26246 (various places): Improve error messages.
26247
d4e34d24
EZ
262482001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
26249
944e6f60
EZ
26250 * fileio.c (Faccess_file): Run the argument filename through
26251 Fexpand_file_name, before using it.
26252
d4e34d24
EZ
26253 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
26254 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
26255
38d2af0c
GM
262562001-10-26 Gerd Moellmann <gerd@gnu.org>
26257
da80a8d5
GM
26258 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
26259
38d2af0c
GM
26260 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
26261 Fix clearing in the case of scroll bars on the right.
c2d53558 26262
45de4a6f 262632001-10-26 Juanma Barranquero <lektu@terra.es>
56f508dd
EZ
26264
26265 * w32gui.h (XImage): Add a dummy typedef.
26266
fbd5ceb2
GM
262672001-10-26 Gerd Moellmann <gerd@gnu.org>
26268
c2d53558 26269 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
fbd5ceb2 26270
b23236fb
EZ
262712001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
26272
26273 * frame.c (Fframe_parameter): Fix last change.
26274
5d991fc4
EZ
26275 * fileio.c: Revert last change (which removed old commented-out
26276 version of expand-file-name). Add a comment that explains why
26277 this old version should not be removed.
26278
879eadc3
GM
262792001-10-25 Gerd Moellmann <gerd@gnu.org>
26280
75700ff2
GM
26281 * frame.c (Fframe_parameter): Fix a bug whereby some
26282 ``artificial'' frame parameters, like `minibuffer' were not
26283 obtained by calling Fframe_parameters.
26284
dfe92a6a
GM
26285 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
26286 cursor differently.
26287
879eadc3
GM
26288 * xdisp.c (move_it_vertically_backward): Compute line height
26289 differently. Add heuristic to try to be more compatible to 20.x.
26290
e1010ebe
SM
262912001-10-25 Stefan Monnier <monnier@cs.yale.edu>
26292
d73a471b
SM
26293 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
26294
d6da5a06
GM
26295 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
26296 boolean.
e1010ebe 26297
f66bd220
MB
262982001-10-25 Miles Bader <miles@gnu.org>
26299
26300 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
26301 BG is a pointer to a structure, not a structure.
26302 (gif_format, png_format): Add missing commas.
26303
d436d538
RS
263042001-10-24 Richard M. Stallman <rms@gnu.org>
26305
26306 * xfaces.c (Fface_attributes_as_vector): New function.
c2d53558 26307 (syms_of_xfaces): Defsubr it.
d436d538 26308
f00691a3 263092001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
075c507b
PJ
26310
26311 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
26312 variable `area'.
26313
f00691a3 263142001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d492b584 26315
c2d53558 26316 * search.c (scan_newline): Remove unused variable `selective_display'.
d492b584 26317
e2a57b34
MB
263182001-10-25 Miles Bader <miles@gnu.org>
26319
26320 * dispextern.h (struct image): Add `background',
26321 `background_valid', and `background_transparent' fields.
26322 (image_background, image_background_transparent): New declarations.
26323 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
26324 * xfns.c (image_background, image_background_transparent)
26325 (four_corners_best): New functions.
c2d53558 26326 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
e2a57b34
MB
26327 (gs_format): Add `:background' entry.
26328 (lookup_image): Set IMG's background color if specified.
26329 (pbm_load, xbm_load_image, png_load): Set IMG's background field
26330 when appropriate.
26331 (x_clear_image_1): Reset `background_valid' and
26332 `background_transparent_valid' fields.
26333 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
26334 calculating it here. Set IMG's background_transparent field.
26335 (enum xpm_keyword_index): Add XPM_BACKGROUND.
26336 (enum png_keyword_index): Add PNG_BACKGROUND.
26337 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
26338 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
26339 (enum gif_keyword_index): Add GIF_BACKGROUND.
26340 (enum gs_keyword_index): Add GS_BACKGROUND.
c2d53558 26341 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
e2a57b34
MB
26342 Pre-calculate image background color where necessary.
26343 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
26344 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
26345 color to use for image glyph reliefs.
26346
b547b6e8
GM
263472001-10-24 Gerd Moellmann <gerd@gnu.org>
26348
d9e3b8c6
GM
26349 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
26350 in full-width rows.
c2d53558 26351
b547b6e8
GM
26352 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
26353 Fix clearing of area not covered by scroll bar.
26354
f00691a3 263552001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2beb36f9 26356
52eb0373 26357 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
2beb36f9 26358 and `real_start'.
c2d53558 26359 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2beb36f9
PJ
26360 (glyph_rect): Remove unused variable `area'.
26361
76cb5e06
GM
263622001-10-24 Gerd Moellmann <gerd@gnu.org>
26363
bdbdebff 26364 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
c2d53558
SM
26365
26366 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
26367 (row_containing_pos): Take additional argument DY.
26368 Treat rows ending in middle of char differently.
62e33982
GM
26369 (display_line): Handle tabs on window systems differently.
26370
26371 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
26372 with additional argument.
26373
26374 * dispextern.h (row_containing_pos): Adjust prototype.
26375
76cb5e06
GM
26376 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
26377 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
26378 (try_window_id, try_window_reusing_current_matrix)
26379 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
6c465a15 26380 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
76cb5e06 26381
f00691a3 263822001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
996fee11 26383
c9e60620
PJ
26384 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
26385 gnuemacs).
26386 (HAVE_BOXES): Fix typo in comment.
26387 (push_menu_pane): Fix typo in comment.
26388
52eb0373 26389 * xdisp.c (display_prop_string_p): Remove unused local declaration
3b552d56
PJ
26390 of `Qwhen'.
26391 (single_display_prop_string_p): Remove unused local declarations
26392 of `Qwhen' and `Qmargin'.
26393 (string_buffer_position): Remove unused variable `around'.
26394 (store_frame_title): Remove unused variable `width'.
26395
15c565ac
PJ
26396 * window.c: Don't define max.
26397 (coordinates_in_window): Remove unused variable `uy'.
26398
a8818eb9
PJ
26399 * widget.c: Don't define max.
26400
996fee11
PJ
26401 * process.c: Don't define max.
26402 (create_process): Remove unused variable `buffer'.
26403
496e1a5b
GM
264042001-10-23 Gerd Moellmann <gerd@gnu.org>
26405
c2d53558 26406 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
496e1a5b 26407
5905ae8b
EZ
264082001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
26409
26410 * xfaces.c (Finternal_set_lisp_face_attribute)
26411 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
26412 frame is on a windowed display.
26413
24db49fb
GM
264142001-10-23 Gerd Moellmann <gerd@gnu.org>
26415
c2d53558
SM
26416 * dispnew.c (sync_window_with_frame_matrix_rows):
26417 Fix handling of windows which aren't full-width, fix handling
c51488cd
GM
26418 of marginal areas.
26419
c2d53558 26420 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24db49fb 26421
f0487f05
EZ
264222001-10-23 Andreas Schwab <schwab@suse.de>
26423
26424 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
26425 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
26426
f0a48a01
GM
264272001-10-23 Gerd Moellmann <gerd@gnu.org>
26428
c2d53558 26429 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
f0a48a01
GM
26430 REAL_END. Notice if cursor gets overwritten.
26431 (notice_overwritten_cursor): Take X positions as parameters.
26432 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
26433 around call to x_draw_glyphs.
26434
f00691a3 264352001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a50a10a0 26436
fc11dff0
PJ
26437 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
26438 instead of C) and usage.
a50a10a0 26439
fc11dff0
PJ
26440 * editfns.c (char-to-string): Fix argument names (use CHAR instead
26441 of C) and usage.
a50a10a0
PJ
26442
26443 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
26444 `left', `max_width' and `max_height'.
26445
8738febd
GM
264462001-10-23 Gerd Moellmann <gerd@gnu.org>
26447
26448 * xdisp.c (display_line): For a tab continued to the next line,
26449 set row's ends_in_middle_of_char_p.
26450
653c329b
GM
264512001-10-22 Gerd Moellmann <gerd@gnu.org>
26452
26453 * xdisp.c (display_line): Fix computation of continuation lines
26454 width for TABs.
26455
f00691a3 264562001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f958c5ac 26457
7ba51063
PJ
26458 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
26459 `Qlaplace'.
26460
f958c5ac
PJ
26461 * fileio.c: Remove unused code.
26462
eb360291
MB
264632001-10-22 Miles Bader <miles@gnu.org>
26464
26465 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
26466 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
26467 Remove `DOC_STRINGS_IN_COMMENTS' cases.
26468
98515cf0
JR
264692001-10-21 Jason Rumney <jasonr@gnu.org>
26470
26471 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
26472
93026d88
EZ
264732001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
26474
26475 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
26476 (Finsert_string): Avoid the multi-line string literals warning.
26477
c9a95b79
MB
264782001-10-22 Miles Bader <miles@gnu.org>
26479
26480 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
26481 (Fdocumentation): Don't use it.
26482 (syms_of_doc): Don't initialize it.
26483
26484 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
26485 * print.c (Fwith_output_to_temp_buffer): Likewise.
26486 * window.c (Fsave_window_excursion): Likewise.
c2d53558 26487 * editfns.c (Fsave_excursion, Fsave_current_buffer)
c9a95b79 26488 (Fsave_restriction): Likewise.
c2d53558
SM
26489 * eval.c (Frun_hooks, Frun_hook_with_args)
26490 (Frun_hook_with_args_until_failure)
26491 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
26492 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
26493 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
c9a95b79
MB
26494 (Funwind_protect, Fcondition_case): Likewise.
26495 * coding.c (Ffind_operation_coding_system): Likewise.
26496 * keyboard.c (Ftrack_mouse): Likewise.
26497
a3b10252
MB
264982001-10-21 Miles Bader <miles@gnu.org>
26499
c2d53558 26500 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
a3b10252
MB
26501 (Fmake_hash_table): Add usage: string to doc string.
26502 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
c2d53558 26503 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
a3b10252
MB
26504 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
26505 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
26506 (Fml_prefix_argument_loop): Likewise.
26507
f00691a3 265082001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c6f73eec 26509
c2d53558 26510 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
888ebd13 26511
c6f73eec
PJ
26512 * sysdep.c (init_sys_modes): Change doc-string comments to `new
26513 style' [w/`doc:' keyword].
26514
26515 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
26516 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
26517 comments to `new style' [w/`doc:' keyword].
26518
3cf3436e
JR
265192001-10-21 Jason Rumney <jasonr@gnu.org>
26520
26521 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
26522
c169b8f1
JR
26523 * w32term.c (remember_mouse_glyph): New function.
26524 (w32_mouse_position): Use it.
26525 (note_mouse_movement): If the mouse moved off the glyph, remember
26526 its new position.
c2d53558 26527
4fdd691b
JR
26528 * w32term.h (struct w32_output): Correct spelling of x_compatible.
26529 (w32_display_info): Add mouse_face_overlay.
26530
c169b8f1
JR
26531 * w32term.c (notice_overwritten_cursor): Renamed from
26532 note_overwritten_text_cursor. Rewritten to take glyph widths into
26533 account.
26534 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
26535 (fast_find_string_pos): New function.
26536 (fast_find_position): Return the correct vpos. Add parameter
26537 STOP. In the final row, stop before glyphs having STOP as object.
26538 Don't consider glyphs that are not from a buffer.
26539 (fast_find_position) [0]: Add a presumably more correct version
26540 for after 21.1.
26541 (expose_window_tree, expose_frame): Don't compute intersections here.
26542 (expose_window): Do it here instead.
26543 (expose_window_tree, expose_window, expose_line): Return 1 when
26544 overwriting mouse-face.
26545 (expose_window): If W is the window currently being updated, mark
26546 the frame garbaged.
26547 (expose_frame): If mouse-face was overwritten, redo it.
26548 (x_use_underline_position_properties): New variable.
26549 (syms_of_xterm): DEFVAR_BOOL it.
26550 (x_draw_glyph_string): Add comment to use it in future.
26551 (x_draw_glyph_string): Restore clipping after drawing box.
26552 Fix a computation of the underline position.
26553 (w32_get_glyph_string_clip_rect): Minor cleanup.
26554 (x_fill_stretch_glyph_string): Remove an assertion.
26555 (x_produce_glyphs): Don't convert multibyte characters
26556 to unibyte characters in unibyte buffers.
26557 (cursor_in_mouse_face_p): New function.
26558 (x_draw_stretch_glyph_string): Use it to choose a different GC
26559 when drawing a cursor within highlighted text. Don't draw
26560 background again if it has already been drawn.
26561 (x_draw_glyph_string_box): Don't draw a full-width
26562 box just because the glyph row's full_width_p flag is set.
26563 (x_draw_glyphs): Fix computation of rightmost x for
26564 full-width rows.
26565 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
26566 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
f63fd14e 26567 change bottom shadow accordingly. Some cleanup.
c169b8f1
JR
26568 (x_update_window_end): Handle overwritten mouse face
26569 also for tool bar windows.
26570 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
26571 DRAW is DRAW_IMAGE_RAISED.
26572 (clear_mouse_face): Return 1 if text with mouse face was
2c568af5
SM
26573 actually redrawn. Make the function static.
26574 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
c169b8f1
JR
26575 optimize away highlighting if we pass over that same overlay again.
26576 (note_mouse_highlight): Call mouse_face_overlay_overlaps
26577 to detect a case where we have to highlight a different region
26578 despite not having left the currently highlighted region.
26579 Set mouse_face_overlay in the x_display_info. Avoid changing the
26580 mouse pointer shape when show_mouse_face has already done it, or
26581 there is no need. Handle mouse-face and help-echo in strings.
26582 (glyph_rect): New function.
26583 (w32_mouse_position): Use it to raise the threshold for mouse
26584 movement event generation.
26585 (w32_initialize_display_info): Initialize the x_display_info's
26586 mouse_face_overlay.
26587 (w32_set_vertical_scroll_bar): Don't clear a zero height
26588 or width area.
26589 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
26590 a widget to zero height.
26591
3cf3436e 26592 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4fdd691b 26593 Protect unibyte strings created by replacing their multibyte
3cf3436e
JR
26594 equivalents in menu_items.
26595 (w32_menu_show): Don't overwrite an item's name with its key
26596 description in case the description is a multibyte string.
26597 (single_submenu): Some cleanup.
26598
26599 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
26600 (postprocess_image): New function.
26601 (lookup_image): Call it for all image types except PostScript.
26602 (x_kill_gs_process): Call postprocess_image.
26603 (tiff_error_handler, tiff_warning_handler): New functions.
26604 (tiff_load): Install them as handlers.
26605 (x_kill_gs_process): Recognize if someone has cleared the image
26606 cache under us.
26607 (valid_image_p): Protect better against invalid image
26608 specifications. Previous code could signal an error.
26609 (Fx_hide_tip, Fshow_tip): Doc fix.
26610 (Fv_max_tooltip_size): New variable.
26611 (syns_of_xfns): DEFVAR_LISP it.
26612 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
f63fd14e 26613 window buffer to *tip* right after creating the frame. Set frame's
3cf3436e
JR
26614 window_width. Use a maximum tooltip size specified by
26615 Vx_max_tooltip_size, if that has valid contents.
26616 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
26617 Make sure the tooltip is completely visible.
26618 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
26619 (Fx_create_frame): Adjust the frame's height for presence
26620 of the tool bar before calling x_figure_window_size.
26621 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
26622 when the window gets smaller.
26623 (x_set_foreground_color): Set frame's cursor_pixel.
26624 (x_set_foreground_color, x_set_background_color): Cleaned up.
26625 (x_set_font): Handle case of x_new_fontset returning the same name
26626 as before, although there was a change in fontsets.
26627
386ca361
MB
266282001-10-21 Miles Bader <miles@gnu.org>
26629
c2d53558 26630 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
386ca361
MB
26631 (Flogxor): Add usage: string to doc string.
26632 * charset.c (Fstring): Likewise.
26633 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
26634 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
26635
f00691a3 266362001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14ff1ee0 26637
03be2694
PJ
26638 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
26639
26640 * alloc.c: Reindent DEFUNs with doc: keywords.
26641
26642 * abbrev.c (Finsert_abbrev_table_description): Reindent.
26643
14ff1ee0
PJ
26644 * frame.c: Change doc-string comments to `new style' [w/`doc:'
26645 keyword].
26646
2f147815 26647See ChangeLog.9 for earlier changes.
6922b018
KH
26648
26649;; Local Variables:
49b3bd82 26650;; coding: iso-2022-7bit
33462dfa 26651;; add-log-time-zone-rule: t
6922b018 26652;; End:
2a34a036 26653
aaef169d
TTN
26654 Copyright (C) 2001, 2002, 2003, 2004, 2005,
26655 2006 Free Software Foundation, Inc.
2a34a036
GM
26656 Copying and distribution of this file, with or without modification,
26657 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
26658
26659;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4