(Fconstrain_to_field): Fix int/Lisp_Object mixup.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
d63b4018
KR
12006-02-05 Ken Raeburn <raeburn@raeburn.org>
2
3 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
4
ad02d7ea
KS
52006-02-03 Kim F. Storm <storm@cua.dk>
6
7 * xdisp.c: Cache last merged escape glyph face.
8 (last_escape_glyph_frame, last_escape_glyph_face_id)
9 (last_escape_glyph_merged_face_id): New variables.
10 (get_next_display_element): Use/update them.
11 (redisplay_internal): Reset them before redisplay.
12
13 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
14 Only recheck faces after displaying ellipsis.
15
999a0fe5
KH
162006-02-02 Kenichi Handa <handa@m17n.org>
17
18 * coding.c (decode_composition_emacs_mule): Fix handling of
19 incorrect format data.
20
cd7cd4ac
JD
212006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22
23 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
24 (gtk_toolbar_insert) so we can have tool bars of different sizes.
25
4cf7e99c
LT
262006-01-30 Luc Teirlinck <teirllm@auburn.edu>
27
28 * data.c (Flistp): Doc fix.
29
a3bc032f
JB
302006-01-30 Juanma Barranquero <lekktu@gmail.com>
31
32 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
33 Fix typos in docstrings.
34
6badf38c
LT
352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
36
1f2907ee 37 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
6badf38c 38
e2984df0
CY
392006-01-27 Chong Yidong <cyd@stupidchicken.com>
40
41 * alloc.c (make_interval, allocate_string)
42 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
43 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
44 global variables.
45
dc86c16d
EZ
462006-01-27 Eli Zaretskii <eliz@gnu.org>
47
48 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
49 the MSDOS definition.
50
57436ee7
RS
512006-01-26 Richard M. Stallman <rms@gnu.org>
52
53 * alloc.c (check_pure_size): Make overflow message an "error message".
54
55 * keymap.c (Fmap_keymap): Doc fix.
56
57 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
58 unless they were cleared out.
59
60 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
61
2cb3aec4
KL
622006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
63
e477bb04
KL
64 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
65 (find_field): Set before_field to after_field when pos is at BEGV.
6badf38c 66 (Fline_beginning_position, Fline_end_position): Clarify
2cb3aec4
KL
67 confusing doc string.
68
69 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
70 string.
71
34b87689
KH
722006-01-26 Kenichi Handa <handa@m17n.org>
73
74 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
75 current_dir, and error_file. On reporting an error, decode them
76 back.
77
1cee1e27
SM
782006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
81 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
82 Don't check for quit, since any loop will go through fail or jump.
83
a0b08700
CY
842006-01-24 Chong Yidong <cyd@stupidchicken.com>
85
86 * alloc.c (allocate_string_data): Update next_free immediately, to
87 reduce risk of memory clobberage.
88
bf7f1d30
KL
892006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
90
91 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
92 display when point moves across an ellipsis. If there are
93 adjacent invisible texts, don't lose the second one's ellipsis.
94 (x_produce_glyphs): Doc fix.
95
e5e26d8f
SM
962006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
99
1ff4535b
KS
1002006-01-23 Kim F. Storm <storm@cua.dk>
101
102 * xdisp.c (handle_single_display_spec): Fix handling of space
103 property on char from string: set *position rather than
104 it->current.pos.
105 (produce_stretch_glyph): Reduce width of stretch glyphs so they
106 don't get wider than the window (unless truncate-lines is on).
107
5badc98d
SM
1082006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * xterm.c: Avoid allocating Lisp data from a signal handler.
111 (x_error_message): New var to replace x_error_message_string.
112 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
113 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
114 (syms_of_xterm): Use it instead of x_error_message_string.
115
116 * alloc.c (lisp_align_free): Add an assertion.
117 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
118 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
119 a signal handler.
120
638590e8
LT
1212006-01-21 Luc Teirlinck <teirllm@auburn.edu>
122
123 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
124
cde0a40c
RF
1252006-01-21 Romain Francoise <romain@orebokech.com>
126
127 * xdisp.c (get_window_cursor_type): Fix last change.
128 Update copyright year.
129
ea5f3ad4
EZ
1302006-01-20 Eli Zaretskii <eliz@gnu.org>
131
3fdf12ca
EZ
132 * lread.c (Fload): Don't leak the file descriptor returned by
133 openp if we are going to signal an error.
134
7559f399
EZ
135 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
136 directly to _close.
137 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
138 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
139 to _read.
cde0a40c 140 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
7559f399
EZ
141 directly to _write.
142
ea5f3ad4
EZ
143 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
144 if it is NULL.
145
ef8beec6
KH
1462006-01-20 Kenichi Handa <handa@m17n.org>
147
148 * puresize.h (BASE_PURESIZE): Increment to 1190000.
149
995f2df9
CY
1502006-01-19 Chong Yidong <cyd@stupidchicken.com>
151
152 * xdisp.c (get_window_cursor_type): Use cursor type specified by
153 the selected buffer for the echo area too.
154
c94c4d0a
RS
1552006-01-19 Richard M. Stallman <rms@gnu.org>
156
157 * keymap.c (Fmap_keymap): Doc fix.
158
159 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
160
161 * keyboard.c (echo_char): Don't omit the space between first two
162 echoed chars.
163
164 * minibuf.c (read_minibuf): Fix previous change.
165
71578d4f
KH
1662006-01-19 Kenichi Handa <handa@m17n.org>
167
168 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
169
edd1c685
RS
1702006-01-17 Richard M. Stallman <rms@gnu.org>
171
172 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
173 value in f->param_alist.
174
0501acd4
AS
1752006-01-15 Andreas Schwab <schwab@suse.de>
176
177 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
178
d33a7384
NR
1792006-01-13 Richard M. Stallman <rms@gnu.org>
180
181 * Makefile.in: Define new macro WINDOW_SUPPORT.
182 (lisp): Use it.
183 (SOME_MACHINE_LISP): Add conditionally loaded files.
184
2026418c
YM
1852006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
186
187 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
22e6707e 188 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
2026418c
YM
189 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
190 decomposed form.
191
192 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
193 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
194 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
195 macro. Also try member ifr_addr when getting netmask.
196
b8f7f3be
SM
1972006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * fileio.c (Fexpand_file_name): Remove redundant tests.
200 Fix elimination of // so that it doesn't prevent elimination of an
201 immediately following /. or /..
202
4c9ca1a3
JD
2032006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
204
205 * gtkutil.c (xg_toggle_notify_cb): New function.
206 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
207 xg_toggle_notify_cb.
208 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
209 parameter value changes so the toggle button gets updated.
210
340bb2ea
NR
2112006-01-06 Nick Roberts <nickrob@snap.net.nz>
212
213 * .gdbinit: Fix typo.
214
feaf060a
EZ
2152006-01-05 Eli Zaretskii <eliz@gnu.org>
216
217 * .gdbinit: Fix last change.
218
c22cc558
KS
2192006-01-05 Kim F. Storm <storm@cua.dk>
220
221 * process.c (Fmake_network_process): Use AF_INET instead of
22e6707e 222 AF_UNSPEC when AF_INET6 is not defined.
c22cc558 223
07f9b01c
YM
2242006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
225
226 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
227 Don't check that the other type is known file-related one.
228
229 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
230 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
231 OS X 10.4 and later.
232
0facd9c3
JD
2332006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
234
235 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
236 let GTK do all image processing. Importing Emacs own pixmaps to GTK
237 looks bad for inactive tool bar items with some Gnome themes.
238
805b0439
EZ
2392006-01-04 Eli Zaretskii <eliz@gnu.org>
240
913645cd
EZ
241 * .gdbinit: Avoid a warning message when x_error_quitter is not
242 compiled in.
243
805b0439
EZ
244 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
245 for w32.
246
0f5642c2
KS
2472006-01-04 Kim F. Storm <storm@cua.dk>
248
8a5db8ae
KS
249 * process.c: Add IPv6 support.
250 (Qipv4, Qipv6): New vars.
251 (syms_of_process): Intern and staticpro them.
252 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
253 with or without port number. Handle 4 element vector as IPv4 address
254 without port number.
255 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
256 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
257 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
258 request that address family only. :family nil or omitted means to
259 determine address family from the specified :host and :service.
260 (ifflag_table): Add missing OpenBSD IFF_ flags.
261 (server_accept_connection): Handle IPv6 addresses.
262 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
263
0f5642c2
KS
264 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
265 determine which breakpoints to set.
266
e7b394e1
SM
2672006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
270
271 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
272
dcc9b98d
RF
2732006-01-03 Romain Francoise <romain@orebokech.com>
274
275 * emacs.c (main): Update copyright year.
276
6918ac24 2772006-01-03 Ken Raeburn <raeburn@gnu.org>
1a271e14
KR
278
279 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
280 nil for the call to internal_delete_file.
281
bb951f0e
KR
2822006-01-01 Ken Raeburn <raeburn@gnu.org>
283
284 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
285 to nil for the call to Fwrite_region.
286
b20de1cd
RS
2872005-12-31 Richard M. Stallman <rms@gnu.org>
288
289 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
290
b5871831
EZ
2912005-12-31 Eli Zaretskii <eliz@gnu.org>
292
293 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
294
c26ec07f
LT
2952005-12-30 Luc Teirlinck <teirllm@auburn.edu>
296
297 * textprop.c (set_text_properties): Reword description of return value.
298 Return Qnil if caller wants to remove all text properties from a
299 string and the string already has no intervals.
300
0db017c0
SM
3012005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * term.c (visible_cursor): New boolean var.
304 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
305 visible_cursor.
306 (syms_of_term): Export the new var as "visible-cursor".
307
fc8dc7cf
EZ
3082005-12-30 Eli Zaretskii <eliz@gnu.org>
309
310 * .gdbinit: Tell users not to worry about GDB warnings that some
311 functions do not exist in the binary.
312
82a80058
AS
3132005-12-30 Andreas Schwab <schwab@suse.de>
314
315 * process.c (Fnetwork_interface_info): Correctly terminate the
316 loop over ifflag_table.
317
c36238ee
RS
3182005-12-29 Richard M. Stallman <rms@gnu.org>
319
d11db2c8
RS
320 * lread.c (readevalloop): Test for reading a whole buffer
321 before actually reading anything. Handle all cases, including
322 START = END = nil and an already-narrowed buffer.
323 Convert END to a marker if it is a number.
324
c36238ee
RS
325 * keymap.c (describe_map): Put sparse map elements into an array,
326 sort them, then output a sequence of identical bindings on one line.
327 (struct describe_map_elt): New data type.
328 (describe_map_compare): New function.
329
82bc1fd6
JD
3302005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
331
e7b394e1 332 * gtkutil.c (xg_get_file_with_chooser): Change message shown
82bc1fd6
JD
333 in file chooser.
334
fe5195e8
RS
3352005-12-27 Richard M. Stallman <rms@gnu.org>
336
6281e1e8
RS
337 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
338 not the current one.
339
340 * minibuf.c (Fminibuffer_message): Doc fix.
341 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
342
fe5195e8
RS
343 * eval.c (do_autoload): Ignore elements of Vautoload_queue
344 where car is not symbol.
345
0d9fb289
KH
3462005-12-27 Kenichi Handa <handa@m17n.org>
347
348 * charset.c (lisp_string_width): Check multibyteness of STRING.
349
ff9c9c59
JD
3502005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
351
352 * xfns.c: x_show_hidden_files, new variable.
353 (syms_of_xfns): Defvar it.
354
355 * gtkutil.c (xg_toggle_visibility_cb): New function.
356 (xg_get_file_with_chooser): Add toggle hidden files and a message
357 to the new file chooser dialog. Show hidden files if
358 x_show_hidden_files is non-zero.
359
d7504d5c
RS
3602005-12-26 Richard M. Stallman <rms@gnu.org>
361
362 * keyboard.h: Undo previous change.
363
364 * Makefile.in (undo.o): Undo previous change.
365
366 * undo.c: Undo previous change.
367
0ad017ce
LT
3682005-12-26 Luc Teirlinck <teirllm@auburn.edu>
369
403c00a5
LT
370 * keyboard.h: extern last_point_position_window.
371
0ad017ce
LT
372 * undo.c: include keyboard.h.
373
403c00a5 374 * Makefile.in (undo.o): Depend on keyboard.h.
0ad017ce 375
91e25f5e
RS
3762005-12-26 Richard M. Stallman <rms@gnu.org>
377
d7504d5c
RS
378 * commands.h (last_point_position_window): Declare.
379
91e25f5e
RS
380 * undo.c: Depend on window.h.
381 (record_point): Save old point from the correct window.
382
383 * keyboard.c (last_point_position_window): New variable.
384 (command_loop_1): Set last_point_position_window.
385 (syms_of_keyboard): Init it.
386
387 * Makefile.in (undo.o): Depend on window.h.
388
cad1051b
RS
3892005-12-25 Richard M. Stallman <rms@gnu.org>
390
391 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
392 to undo a `provide'.
393
394 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
395
d52c26e9
KB
3962005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
397
398 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
399 define for FreeBSD on this platform.
400
14af1e44
YM
4012005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
402
403 * macterm.h (TYPE_FILE_NAME): New define.
404 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
405
e7b394e1
SM
406 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
407 Add prototypes. Make static.
14af1e44
YM
408 (mac_aedesc_to_lisp): Initialize err to noErr.
409 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
410 (init_coercion_handler): New functions.
411 (Fmac_coerce_ae_data): Use coercion of Apple event data for
412 translation from/to file names.
413
414 * macterm.c: Don't include sys/param.h.
415 (init_coercion_handler): Add extern.
416 [MAC_OS8] (main): Call init_coercion_handler.
417 (mac_initialize) [MAC_OSX]: Likewise.
418 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
419 Apple event data for translation from/to file names.
420
421 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
422
423 * image.c [MAC_OS] (find_image_fsspec): Likewise.
424
bab3eee1
EZ
4252005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change)
426
427 * insdel.c (insert, insert_and_inherit, insert_before_markers)
428 (insert_before_markers_and_inherit): Make sure FROM is correct
429 when `after-change-functions' are called.
430
90f2e16b
JD
4312005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
432
433 * xfns.c (Fx_uses_old_gtk_dialog): New function.
434
435 * gtkutil.c (xg_uses_old_file_dialog): New function.
436 (xg_get_file_name): Use xg_uses_old_file_dialog.
437
438 * gtkutil.h: Declare xg_uses_old_file_dialog.
439
0ee01fff
RS
4402005-12-22 Richard M. Stallman <rms@gnu.org>
441
442 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
443
b73e4d84
YM
4442005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
445
446 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
447
448 * macgui.h (XCharStruct): Remove member `valid_p'.
449 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
450 (XCharStructRow): New typedef.
e7b394e1
SM
451 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
452 New macros.
b73e4d84
YM
453 (struct MacFontStruct): Add member `bounds'. Remove member
454 `per_char'. All uses for QuichDraw Text fonts are changed to
455 `bounds.per_char'. ATSUI font bounds are represented as an array
456 `bounds.rows' of XCharStructRow's, each of which consists of a
457 bitmap of valid entries and an array of char bounds.
458
459 * macterm.c (mac_per_char_metric): Add prototype.
460 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
461 (mac_query_char_extents): New function.
462 (x_per_char_metric): Use it.
463 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
e7b394e1
SM
464 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
465 Use mac_per_char_metric instead of x_per_char_metric.
b73e4d84
YM
466 (mac_text_extents_16): New function.
467 (mac_compute_glyph_string_overhangs): Use it.
468 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
469
a425bd03
SM
4702005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
473 (Fminibuffer_completion_help): Remove duplicates before display.
474
aa0b0cd9
KL
4752005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
476
da3863b5 477 * print.c (print_preprocess): Don't lose print_depth levels while
aa0b0cd9
KL
478 iterating.
479
5a61ec18
YM
4802005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
481
482 * macmenu.c (Qmac_apple_event): Add extern.
483 (set_frame_menubar, mac_menu_show keymp_panes)
484 (single_keymap_panes, list_of_panes, list_of_item)
485 (single_menu_item): Add argument types to prototypes.
486 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
487 (struct skp): New struct (from xmenu.c).
488 (single_keymap_panes, single_menu_item, list_of_panes)
489 (list_of_item): Sync with xmenu.c.
490 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
491 POSITION if it is mac-apple-event event.
492 (menubar_selection_callback): Don't use menu_command_in_progress.
493 (set_frame_menubar): First parse all submenus, then make
494 widget_value trees from them. Don't allocate any widget_value
495 objects until we are done with the parsing.
496 (parse_single_submenu, digest_single_submenu): New functions.
497 (single_submenu): Function deleted, replaced by those two.
498 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
499 create or dispose of EventHandlerUPP. Install hander to all submenus.
500 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
501 instead of ENCODE_SYSTEM.
502 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
503 integer values.
504 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
505 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
506 format menu item string. Don't use NULL for integer value.
507
508 * macterm.h (struct mac_output): Remove unused member
509 menu_command_in_progress.
510
3bdba51d
JL
5112005-12-20 Juri Linkov <juri@jurta.org>
512
513 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
514 position is non-nil, else set it to nil.
515
516 * macmenu.c (Fx_popup_menu): Add `else' to set
517 Vmenu_updating_frame to nil only if position is nil.
518
519 * w32menu.c (Fx_popup_menu): Add `else' to set
520 Vmenu_updating_frame to nil only if position is nil.
521
d6a90a49
YM
5222005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
523
524 * keyboard.c (make_lispy_event): Drag-and-drop items are now
525 stored in member `args' of struct input_event.
526
527 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
528
529 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
530 stored in member `args' of struct input_event.
531
532 * w32term.c (construct_drag_n_drop): Likewise.
533
534 * macterm.c (mac_do_receive_drag): Likewise.
535 (x_use_underline_position_properties): Undo 2005-07-13 change.
536 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
537 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
a425bd03
SM
538 (mac_pass_command_to_system, mac_pass_control_to_system):
539 New boolean variables renamed from Lisp_Object ones
d6a90a49 540 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
a425bd03
SM
541 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
542 All uses changed.
d6a90a49
YM
543 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
544 Make them user options.
a425bd03
SM
545 (mac_handle_command_event, mac_store_services_event):
546 Call create_apple_event_from_event_ref without 5th argument.
d6a90a49
YM
547 (backtranslate_modified_keycode): Mask off modifier keys that are
548 mapped to some Emacs modifiers before passing it to KeyTranslate.
549 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
550 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
551 Fix docstrings of `mac-*-modifier'.
552
553 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
a425bd03
SM
554 (do_applescript): Change argument types to Lisp_Object.
555 All uses changed.
d6a90a49
YM
556
557 * macterm.h (create_apple_event_from_event_ref): Remove 5th
558 argument from extern.
559
20d1c5c5
DN
5602005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
561
562 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
563 the answer, return `lambda', not nil.
564
abeb5855
EZ
5652005-12-17 Eli Zaretskii <eliz@gnu.org>
566
567 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
568 enclosed in $(ARGQUOTE)s should not be split between two lines, as
569 that will break with GNU Make >3.80, when sh.exe is used and
570 arg quoting is with '..'.
571
6b8dfbf7
CY
5722005-12-17 Chong Yidong <cyd@stupidchicken.com>
573
574 * print.c (print_preprocess): Just signal an error if print_depth
575 is exceeded.
576
d912b87a
EZ
5772005-12-17 Eli Zaretskii <eliz@gnu.org>
578
579 * .gdbinit: Set a breakpoint on w32_abort.
580
2a502a32
JL
5812005-12-16 Juri Linkov <juri@jurta.org>
582
583 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
584 created from minibuffer_completion_contents.
585 (minibuffer_completion_contents): Remove.
586 (do_completion, Fminibuffer_complete_word)
587 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
588 with Fminibuffer_completion_contents.
589 (syms_of_minibuf): Add Sminibuffer_completion_contents.
590 (Fdisplay_completion_list): Doc fix.
591 (display_completion_list_1): Use `nil' for second arg of
592 `Fdisplay_completion_list'.
593
bf63eb69
JD
5942005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
595
596 * xfns.c (compute_tip_xy): Handle negative dx and dy.
597
a425bd03 598 * w32fns.c (compute_tip_xy): Ditto.
bf63eb69 599
a425bd03 600 * macfns.c (compute_tip_xy): Ditto.
bf63eb69 601
9b98e161
CY
6022005-12-14 Chong Yidong <cyd@stupidchicken.com>
603
604 * print.c (print_preprocess): Go to a deeper print_depth to avoid
605 print_object loop.
606
89aa725a
KH
6072005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
608
609 * coding.c (code_convert_region_unwind): GCPRO arg.
610
3b006f5b
JD
6112005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
612
57134802
JD
613 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
614 i.e. dy is offset from top of frame instead of bottom.
615
616 * macfns.c (compute_tip_xy): Ditto.
617
618 * w32fns.c (compute_tip_xy): Ditto.
619
3b006f5b
JD
620 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
621 (xg_get_image_for_pixmap, xg_create_frame_widgets)
622 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
623
624 * xmenu.c (menubar_selection_callback): Do nothing if the callback
625 is for an unselected radio menu item.
626
2cb33a98
RS
6272005-12-11 Richard M. Stallman <rms@gnu.org>
628
629 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
630
631 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
632
633 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
634 (Flookup_key): Doc fix.
635 (syms_of_keymap) <function-key-map>: Doc fix.
636
637 * fns.c (Frequire): Treat evaluating from a source file
638 like loading the file.
639
640 * floatfns.c (Flog): Doc fix.
641
642 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
643 when we change the buffer.
644
d7d1f75e
JL
6452005-12-11 Juri Linkov <juri@jurta.org>
646
647 * minibuf.c (display_completion_list_1):
648 Call `minibuffer_completion_contents' instead of using `nil' as
649 second arg of `Fdisplay_completion_list'.
650 (keys_of_minibuf): Unbind SPC in
651 Vminibuffer_local_filename_completion_map (see also related
652 change on 2005-12-06).
653
ac8fcf0f
YM
6542005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
655
656 * emacs.c (main) [MAC_OS8]: Undo previous change.
657
658 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
659 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
660
4b3eb407
YM
6612005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
662
663 * Makefile.in (macselect.o): Depend on keymap.h.
664
665 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
666 syms_of_macselect.
667
668 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
669 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
670
671 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
672 (syms_of_keyboard) [MAC_OS]: Initialize it.
673 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
674
675 * mac.c (Qundecoded_file_name): New variable.
676 (syms_of_mac): Initialize it.
677 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
a425bd03 678 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
4b3eb407
YM
679 (Fmac_coerce_ae_data): New defun.
680 (syms_of_mac): Defsubr it.
681
682 * macselect.c: Include keymap.h.
683 (mac_ready_for_apple_events): New variable.
684 (Vmac_apple_event_map, Qmac_apple_event_class)
685 (Qmac_apple_event_id): New variables.
686 (syms_of_macselect): Initialize them.
687 (Qundefined, mac_store_apple_event): Add externs.
688 (struct apple_event_binding): New struct.
689 (find_event_binding_fun, find_event_binding)
690 (mac_find_apple_event_spec, defer_apple_events)
691 (mac_handle_apple_event, init_apple_event_handler)
692 (copy_scrap_flavor_data): New functions.
693 (Fmac_process_deferred_apple_events): New defun.
694 (syms_of_macselect): Defsubr it.
695 (mac_store_services_event): Fix extern.
696 (mac_handle_service_event): Don't allocate Lisp objects during
697 asynchronous input processing. Use mac_store_services_event
698 instead of mac_store_application_menu_event.
699
700 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
701 (Qpreferences): Remove variables.
702 (syms_of_macterm) : Don't initialize them.
703 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
704 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
705 (init_required_apple_events, do_ae_open_application)
706 (do_ae_print_documents, do_ae_open_documents)
707 (do_ae_quit_application): Remove functions and prototypes.
708 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
709 (mac_find_apple_event_spec): Add externs.
710 (mac_store_application_menu_event): Remove function.
711 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
712 (mac_handle_command_event): Create Apple event from Carbon event.
713 Use mac_store_apple_event instead of mac_store_application_menu_event.
714 [MAC_OSX] (mac_store_services_event): Likewise.
715 (struct SelectionRange, SelectionRange): Remove struct and typedef.
716 [MAC_OS8] (main): Call init_apple_event_handler instead of
717 init_required_apple_events.
718 (mac_initialize) [MAC_OSX]: Likewise.
e7b394e1
SM
719 [!USE_CARBON_EVENTS] (mac_wait_next_event):
720 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
4b3eb407 721
e7b394e1
SM
722 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
723 Add externs.
4b3eb407
YM
724 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
725 (Fmac_get_preference): Add EXFUN.
726
727 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
728 event.
729
e358e052
RS
7302005-12-09 Richard M. Stallman <rms@gnu.org>
731
732 * xfns.c (Fx_create_frame): Reinstate previous change.
733
9ea74bfb
EZ
7342005-12-09 Eli Zaretskii <eliz@gnu.org>
735
736 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
737 GDB to the abort dialog.
738
9dd28cae 7392005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
84fdb82c
KS
740
741 * indent.c (Fvertical_motion): Force move if starting on
742 stretch glyph.
743
2fda6977
RS
7442005-12-08 Richard M. Stallman <rms@gnu.org>
745
2663a204
RS
746 * lread.c (read_escape) <\s>: Don't treat strings specially.
747
2fda6977
RS
748 * xfns.c (Fx_create_frame): Comment out previous change.
749
225c13a5
KL
7502005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
751
752 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
753 when needed.
754
da8ec671
SM
7552005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * minibuf.c (keys_of_minibuf): Just unbind SPC in
758 Vminibuffer_local_filename_completion_map rather than forcing it
759 explicitly to the same binding as the global map.
760
88fde92a
KR
7612005-12-06 Ken Raeburn <raeburn@gnu.org>
762
e7b394e1 763 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
88fde92a 764 * bytecode.c (Fbyte_code): Likewise.
e7b394e1 765 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
88fde92a
KR
766 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
767 * undo.c (truncate_undo_list): Likewise.
768
fa0d4d0c
RS
7692005-12-05 Richard M. Stallman <rms@gnu.org>
770
771 * window.c (enlarge_window): Eliminate arg preserve_before.
772 Assume it is 0. All callers changed.
773 (Fenlarge_window, Fshrink_window): Likewise.
774
5a98616e
EZ
7752005-12-02 Eli Zaretskii <eliz@gnu.org>
776
777 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
778 fit below.
779
1dbacb90
JD
7802005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
781
782 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
783
784 * xfns.c (x_real_positions): int ign => unsigned int.
785 (xg_set_icon_from_xpm_data): Remove unused variable err.
786 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
787 to remove compiler warning.
788 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
789
0a79da1b
EZ
7902005-12-02 David Reitter <david.reitter@gmail.com>
791
792 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
793 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
794 and Vminibuffer_local_must_match_filename_map keymaps.
795 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
796
797 * keymap.c (Vminibuffer_local_filename_completion_map)
798 (Vminibuffer_local_must_match_filename_map): New variables.
799 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
800 parent to be Vminibuffer_local_completion_map and
801 Vminibuffer_local_must_match_map, respectively.
802
803 * commands.h (Vminibuffer_local_filename_completion_map)
804 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
805
e67a1dea
SM
8062005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * window.c (Fset_window_configuration): Don't accidentally copy the
809 window-point of one window to another.
810
6ad0f04d
KL
8112005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
812
7854b2a3 813 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
6ad0f04d 814
4269a2fd
KS
8152005-11-30 Kim F. Storm <storm@cua.dk>
816
817 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
818 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
819 passing it to `emacs_write'.
820
96013ba9
SM
8212005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
822
823 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
824
161ef3be
RS
8252005-11-27 Richard M. Stallman <rms@gnu.org>
826
827 * window.c (adjust_window_trailing_edge): New function.
828 (Fadjust_window_trailing_edge): New function.
96013ba9 829 (syms_of_window): Defsubr it.
161ef3be
RS
830 (window_deletion_count): New variable.
831 (delete_window): Update window_deletion_count.
832
02b1a164
EZ
8332005-11-26 Eli Zaretskii <eliz@gnu.org>
834
835 * minibuf.c (syms_of_minibuf): Mention the extension of
836 `completion-auto-help's meaning by complete.el.
837
07908aec
EZ
8382005-11-26 Henrik Enberg <henrik.enberg@telia.com>
839
96013ba9 840 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
07908aec
EZ
841 Handle :inherit property as a lisp expression.
842
b9c7cbf9
YM
8432005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
844
845 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
846 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
847 Qsuper, and Qmodifier_value.
848 (Vmac_control_modifier, Vmac_option_modifier)
849 (Vmac_command_modifier, Vmac_function_modifier)
850 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
851 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
852 (Vmac_charset_info_alist): Doc fixes.
853
2c012c41
YM
8542005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
855
856 * emacs.c (main) [MAC_OSX]: Change working directory to home
857 directory if `-psn_*' option is specified.
858
859 * mac.c (DECODE_UTF_8): Remove macro.
860 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
861 created from cfstring_to_lisp.
862 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
863 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
864
865 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
866 Add prototype.
867
88fde92a 8682005-11-21 Ken Raeburn <raeburn@gnu.org>
d7c0be75
KR
869
870 * keymap.c (shadow_lookup): Use make_number to pass a number to
871 Fsubstring.
872
17c1971a
JL
8732005-11-21 Juri Linkov <juri@jurta.org>
874
875 * puresize.h (BASE_PURESIZE): Increment to 1180000.
876
0268cef3
CY
8772005-11-20 Chong Yidong <cyd@stupidchicken.com>
878
96013ba9
SM
879 * xfaces.c (Finternal_set_lisp_face_attribute):
880 Use :ignore-defface for new frame defaults when `unspecified' is
0268cef3
CY
881 supplied.
882 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
67d23e01
CY
883 (merge_face_vectors): Don't do :ignore-defface overwriting here.
884 (Finternal_merge_in_global_face): Do it here.
0268cef3 885
dd949173
JL
8862005-11-20 Juri Linkov <juri@jurta.org>
887
888 * charset.c (invalid_character): Use Lisp-readable syntax
889 for octal and hex. Reorder decimal, octal and hex values.
890
76986433
NR
8912005-11-20 Nick Roberts <nickrob@snap.net.nz>
892
893 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
894 this type is recognised when debugging.
895
603add2d
AS
8962005-11-19 Andreas Schwab <schwab@suse.de>
897
898 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
899 Lisp_Cons and Lisp_Float.
900
125ce9ec
YM
9012005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
902
903 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
904 New variable.
96013ba9 905 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
125ce9ec
YM
906 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
907 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
908 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
909
2ff10663
CY
9102005-11-17 Chong Yidong <cyd@stupidchicken.com>
911
96013ba9 912 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
fe45ad15 913
2ff10663
CY
914 * xfaces.c (Qignore_defface): New variable.
915 (syms_of_xfaces): Provide `:ignore-defface'.
916 (IGNORE_DEFFACE_P): New macro.
05338727
CY
917 (check_lface_attrs, lface_fully_specified_p)
918 (Finternal_set_lisp_face_attribute)
96013ba9
SM
919 (Fface_attribute_relative_p, Fmerge_face_attribute):
920 Handle Qignore_defface as a possible value.
2ff10663
CY
921 (merge_face_vectors): The merged face is `unspecified' if the
922 mergee specifies `:ignore-defface'.
923
c01f0ed3
SM
9242005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * lread.c (readevalloop): Add missing GCPROs.
927
786a43d6
CY
9282005-11-16 Chong Yidong <cyd@stupidchicken.com>
929
9f7b984b
CY
930 * xfns.c (xg_set_icon_from_xpm_data): New function.
931
c01f0ed3
SM
932 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
933 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
786a43d6
CY
934
935 * xterm.c (x_bitmap_icon): Use the xpm if available.
936
937 * image.c (x_create_bitmap_from_xpm_data): New function.
54188d8f 938 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
786a43d6 939
8ab84823
LT
9402005-11-15 Luc Teirlinck <teirllm@auburn.edu>
941
942 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
943
3671718b
NR
9442005-11-16 Nick Roberts <nickrob@snap.net.nz>
945
946 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
947
28a099a4
AS
9482005-11-15 Andreas Schwab <schwab@suse.de>
949
950 * lisp.h (struct Lisp_Cons): Make cdr a union.
951 (XCDR_AS_LVALUE): Adjust.
952 (struct Lisp_Float): Make data a union.
953 (XFLOAT_DATA): Adjust.
954
955 * alloc.c (free_float): Make free list chaining aliasing-safe.
956 (make_float): Likewise.
957 (free_cons): Likewise.
958 (Fcons): Likewise.
959 (check_cons_list): Likewise.
960 (Fmake_symbol): Likewise.
961 (allocate_misc): Likewise.
962 (free_misc): Likewise.
963 (gc_sweep): Likewise.
964
308a6607
YM
9652005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
966
fc09d07f
YM
967 * mac.c (HASHKEY_QUERY_CACHE): New define.
968 (xrm_create_database, xrm_q_put_resource): Empty query cache.
969 (xrm_get_resource): Use query cache.
970
308a6607
YM
971 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
972 inhibit_window_system is set.
973
29b585db
YM
9742005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
975
976 * macgui.h (USE_CG_TEXT_DRAWING): New define.
977 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
978 and cg_glyphs.
979
980 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
981 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
982 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
983 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
984 not used and font substitution never occurs for ASCII and Latin-1
985 characters.
986 (XLoadQueryFont): Maximum and minimum metrics are now those among
987 ASCII characters.
988 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
989 height adjustments for Courier, Helvetica, and Times.
990
991 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
992
9dd28cae 9932005-11-11 David Reitter <david.reitter@gmail.com>
b02e3f7b 994
dff79d04
ST
995 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
996 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
997 Vmac_control_modifier / mac-control-modifier,
998 Vmac_option_modifier / mac-option-modifier,
999 Vmac_command_modifier / mac-command-modifier.
1000 (mac_to_emacs_modifiers): Use the new style modifier
c01f0ed3
SM
1001 variables. Return UInt32 (modifiers are longs now.)
1002 (backtranslate_modified_keycode): New function (refactoring).
1003 (XTread_socket): Use new modifier variables and refactored function.
1004 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
1005 no dedicated meta key. Not in use anyway.)
b02e3f7b
ST
1006 (convert_fn_keycode): Map Fn-keys to their original keycode
1007 using a table (english keyboard only).
b02e3f7b 1008
6a77a9f5
KS
10092005-11-11 Kim F. Storm <storm@cua.dk>
1010
ab4d879e
KS
1011 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
1012 Add post hook to "backtrace" to always dump lisp call stack to
1013 increase chance of people sending it to us when reporting bugs.
1014
8c41220c
KS
1015 * doc.c (Fsubstitute_command_keys): Doc fix.
1016
6a77a9f5
KS
1017 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
1018
1019 * xdisp.c (handle_stop): Skip overlay string handling if
1020 ignore_overlay_strings_at_pos_p is set.
1021 (set_iterator_to_next): At end of display vector, set
1022 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
1023 string, so we skip those overlay strings at current pos.
1024
9dd28cae 10252005-11-10 Lars Hansen <larsh@soem.dk>
19a9c3b7
LH
1026
1027 * fileio.c (file-regular-p): Doc fix.
1028
932954d1
KS
10292005-11-10 Kim F. Storm <storm@cua.dk>
1030
1031 * alloc.c (valid_lisp_object_p): New function to validate that
1032 an object is really a valid Lisp_Object.
1033
1034 * lisp.h (valid_lisp_object_p): Add prototype.
1035
1036 * print.c (safe_debug_print): New function to be called from gdb
1037 to print Lisp objects; use valid_lisp_object_p to avoid crashing
1038 if user tries to print something which is not a Lisp object.
1039
1040 * .gdbinit (pp, pp1): Use safe_debug_print.
1041 (pv, pv1): New commands to print value of a lisp variable.
1042
78e5988d
NR
10432005-11-10 Nick Roberts <nickrob@snap.net.nz>
1044
1045 * .gdbinit (pp1): New user-defined function.
1046
f56a5bd8
YM
10472005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1048
1049 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
1050
1051 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
1052 related variables for dumped executable.
1053
1054 * unexmacosx.c (unexec_write_zero): New function.
1055 (copy_data_segment): Clear uninitialized local variables in
1056 statically linked libraries.
1057
1058 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
1059
58b6f884
JL
10602005-11-09 Juri Linkov <juri@jurta.org>
1061
1062 * keymap.c (shadow_lookup): If Flookup_key returns a number,
1063 call it again with a sub-key-sequence, and if its return value
1064 is non-nil (sub-key is bound), return nil.
1065
1f5f957a
KS
10662005-11-08 Kim F. Storm <storm@cua.dk>
1067
1068 * process.c (Fsignal_process): Recognize signal names with and
1069 without SIG prefix, e.g. SIGHUP and HUP.
1070
1071 * search.c (search_buffer): No need to initialize base_pat.
1072
20b69789
SM
10732005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1074
1075 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
1076 Don't abuse the `mini' arg. Use the `obj' arg instead.
1077
7353f169
KS
10782005-11-04 Kim F. Storm <storm@cua.dk>
1079
1080 * xdisp.c (show_mouse_face): Clear mouse face to eol.
1081
1f7b1131
DN
10822005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
1085 font-lock.elc and jit-lock.elc.
1086
e082564e
RS
10872005-11-03 Richard M. Stallman <rms@gnu.org>
1088
1089 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
1090 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
1091 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
1092
1093 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
1094
1095 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
1096
49e99345
SM
10972005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * window.c (Fdisplay_buffer): Fix last change to not use
1100 a dedicated window.
1101
8f15921b
KS
11022005-11-01 Kim F. Storm <storm@cua.dk>
1103
1104 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
1105 Instead, rotate the bottom angle bitmap 180 degrees to indicate
1106 that the bottom row does not end in a newline.
1107
b4235a80
AS
11082005-11-01 Andreas Schwab <schwab@suse.de>
1109
1110 * unexelf.c (unexec): Handle .plt section in BSS segment.
1111
3cbb13c8
SM
11122005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1113
e5f64be2
SM
1114 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
1115
3cbb13c8
SM
1116 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
1117 determine whether to consider dedicated windows as well.
1118 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
1119 (Fdisplay_buffer): Do consider dedicated windows in those cases where
1120 we will split the window rather than reuse it.
1121 Don't try to use windows on other displays.
1122
c94f08ff
DN
11232005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1124
1125 * puresize.h (BASE_PURESIZE): Increment to 1170000.
1126
edf84ae9
RF
11272005-10-31 Romain Francoise <romain@orebokech.com>
1128
1129 * macfns.c: Update copyright year.
1130 * m/gould.h: Likewise.
1131
6f07f649
KS
11322005-10-30 Kim F. Storm <storm@cua.dk>
1133
1134 * xdisp.c (display_line): Restore it->current_x and call
1135 extend_face_to_end_of_line when last glyph doesn't fit on line.
9dd28cae 1136 (set_glyph_string_background_width): Remove specific tests here
6f07f649
KS
1137 to see if face background should extend to end of line. Simplify.
1138
4d74a5fc
RS
11392005-10-30 Richard M. Stallman <rms@gnu.org>
1140
1141 * alloc.c (BYTES_USED): Use uordblks, not arena.
1142 (bytes_used_when_reconsidered): New variable.
1143 (emacs_blocked_free): Set that.
1144
bccfb310
CY
11452005-10-29 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * alloc.c (emacs_blocked_free): Fix typo.
1148
f5b8d5f2
RS
11492005-10-29 Richard M. Stallman <rms@gnu.org>
1150
4d74a5fc
RS
1151 * data.c (Fmake_variable_frame_local): Doc fix.
1152
f5b8d5f2
RS
1153 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
1154 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
1155 controls whether to save and restore mode_line_proptrans_alist.
1156 Callers changed.
1157 (unwind_format_mode_line): Work with that feature.
1158 (redisplay_internal): Don't call prepare_menu_bars if memory full.
1159 (move_elt_to_front): New function.
1160 (display_mode_element): Use move_elt_to_front.
1161 Don't bother munging text props on a null string.
1162 Delete obsolete elts from mode_line_proptrans_alist.
1163 (decode_mode_spec): Test Vmemory_full, not spare_memory.
685abb98 1164 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
f5b8d5f2 1165
49e99345
SM
1166 * lisp.h (memory_full_cons_threshold): Declare.
1167 (internal_lisp_condition_case): Declare.
f5b8d5f2
RS
1168
1169 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
1170 (Fmemory_full_p): Function deleted.
1171 (syms_of_alloc): Don't defsubr it.
1172 (memory_full_cons_threshold): New variable.
1173 (spare_memory): Now a vector of 7 elts.
1174 (buffer_memory_full): Don't set Vmemory_full here.
1175 (xfree): Don't try to refill here.
1176 (emacs_blocked_free): Record BYTES_USED in local var.
1177 (memory_full): Now free all the slots in spare_memory.
1178 (refill_memory_reserve): Allocate each slot in spare_memory.
1179 (init_alloc_once): Call refill_memory_reserve.
1180
1181 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
1182
1183 * eval.c (internal_lisp_condition_case): New function.
1184 (Fcondition_case): Use internal_lisp_condition_case.
1185 (Feval): Test Vmemory_full and memory_full_cons_threshold.
1186 (Ffuncall): Likewise.
1187
1188 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
1189
c390e28c
SM
11902005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * syntax.c (Fparse_partial_sexp): Fix docstring.
1193
ab5d87b3
RF
11942005-10-28 Romain Francoise <romain@orebokech.com>
1195
c390e28c 1196 * puresize.h (BASE_PURESIZE): Increment to 1130000.
ab5d87b3 1197
107fb6c9
RS
11982005-10-28 Richard M. Stallman <rms@gnu.org>
1199
1200 * xfns.c (syms_of_xfns): Provide `x' as feature.
1201
1202 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
1203
1204 * editfns.c (Fformat): Don't include string padding
1205 between info[n].start and info[n].end.
1206
1207 * alloc.c (spare_memory): No longer static.
1208 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
1209
c390e28c 1210 * puresize.h (BASE_PURESIZE): Increment to 1120000.
107fb6c9 1211
f351b58b
CY
12122005-10-27 Chong Yidong <cyd@stupidchicken.com>
1213
c390e28c 1214 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
437610c5 1215
f351b58b
CY
1216 * fringe.c (update_window_fringes): Handle case where buffer ends
1217 with a newline.
1218
581e7427
KH
12192005-10-27 Kenichi Handa <handa@m17n.org>
1220
1221 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
1222
12232005-10-24 Kenichi Handa <handa@m17n.org>
1224
1225 * charset.h (charset_mule_unicode_0100_24ff)
1226 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1227 Extern them.
1228
1229 * charset.c (charset_mule_unicode_0100_24ff)
1230 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1231 New variables.
1232 (Fsetup_special_charsets): Initialize them.
1233
1234 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
1235 supported Unicode characters.
1236
813fa8a8
JR
12372005-10-25 Jason Rumney <jasonr@gnu.org>
1238
1239 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
1240
05f7d868
YM
12412005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1242
1243 * image.c [MAC_OS] (image_load_qt_1): Check image size.
1244 Use GraphicsImportGetImageDescription instead of
1245 GraphicsImportGetNaturalBounds.
1246 [MAC_OSX] (image_load_quartz2d): Check image size.
1247 [MAC_OS] (xpm_load_image): Likewise.
1248
1249 * macterm.c (last_mouse_glyph_frame): New var.
1250 (note_mouse_movement): Say mouse moved if current frame differs
1251 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1252 (XTmouse_position): Set last_mouse_glyph_frame.
1253 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
29b585db 1254 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
05f7d868
YM
1255 Use EndianU16_BtoN.
1256 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
1257 (x_per_char_metric, XLoadQueryFont)
1258 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
1259 glyph bounds.
1260 (mac_to_x_fontname, mac_do_list_fonts)
1261 (mac_initialize_display_info): Change screen resolutions to 72dpi.
1262
128e729d
MY
12632005-10-25 Masatake YAMATO <jet@gyve.org>
1264
1265 * minibuf.c (Fdisplay_completion_list): Small doc fix.
1266
59017afb
KS
12672005-10-24 Kim F. Storm <storm@cua.dk>
1268
94717db1
KS
1269 * xterm.c: Undo 2005-10-23 change.
1270 (last_mouse_glyph_frame): New var.
1271 (note_mouse_movement): Say mouse moved if current frame differs
1272 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1273 (XTmouse_position): Set last_mouse_glyph_frame.
1274 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
1275 last_mouse_glyph] on mouse up/down event.
1276
59017afb
KS
1277 * editfns.c (Fcompare_buffer_substrings): Fix last change.
1278
7c5ba0d2
SM
12792005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
1282
a4b0e228
JD
12832005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1284
1285 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
1286 so tool tips don't interfere with press on tool bar button.
1287
f6a18aa2
RS
12882005-10-23 Richard M. Stallman <rms@gnu.org>
1289
1290 * casetab.c (Fset_case_table): Doc fix.
1291
1292 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
1293 (readevalloop): Compute ENTIRE properly.
1294 (syms_of_lread) <load-history>: Doc fix.
1295
45158e77
RS
12962005-10-21 Richard M. Stallman <rms@gnu.org>
1297
1298 * lread.c (Fload): Simplify gcpro structure.
1299 Gcpro FOUND as well as FILE, but not EFOUND.
1300 Unless preloading, record FOUND instead of FILE in Vload_history.
1301 Rename repeat local FILE to MSG_FILE.
1302 (syms_of_lread) <load-history>: Doc fix.
1303
dfa1cd4d
KH
13042005-10-21 Kenichi Handa <handa@m17n.org>
1305
96664fc0 1306 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
dfa1cd4d 1307
1064a9ea
KS
13082005-10-20 Kim F. Storm <storm@cua.dk>
1309
1310 * buffer.c (clone_per_buffer_values): Remove unused var tem.
1311 (init_buffer): Remove unused vars dotstat, pwdstat.
1312
1313 * ccl.c (check_ccl_update): Remove unused var vp.
1314
1315 * fileio.c (auto_save_error): Call SAFE_FREE.
1316
1317 * fns.c (Fchar_table_range): Remove unused var i.
1318
1319 * minibuf.c (display_completion_list_1): New wrapper function
1320 for Fdisplay_completion_list.
1321 (Fminibuffer_completion_help): Use it.
1322
1323 * term.c (encode_terminal_code): Remove unused var src_start.
1324
1325 * window.c (Fwindow_tree): Remove unused var alist.
1326
1327 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
1328
ce13796f
EZ
13292005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
1330
20b69789 1331 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
ce13796f 1332
ad9c16d3
EZ
13332005-10-20 Olli Savia <ops@iki.fi> (tiny change)
1334
1335 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
1336
26e9d2cf
AS
13372005-10-20 Andreas Schwab <schwab@suse.de>
1338
1339 * minibuf.c (Fdisplay_completion_list): Doc fix.
1340
e50165ec
KS
13412005-10-19 Kim F. Storm <storm@cua.dk>
1342
1343 * image.c (check_image_size): Handle integer Vmax_image_size value
1344 directly as max pixel value. Use default frame size for null frame.
1345 (syms_of_image) <max-image-size>: Describe integer value.
1346
d7b94c98
RF
13472005-10-19 Romain Francoise <romain@orebokech.com>
1348
1349 * emacs.c (main): Update copyright year.
1350
f1f25b99
CY
13512005-10-18 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * image.c (Vmax_image_size): New variable.
1354 (check_image_size): New function.
1355 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
1356 (gif_load, gs_load): Use it.
1357 (lookup_image): Try loading again if previous load failed.
1358 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
1359 to display in, NULL if none.
1360 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
1361 argument.
1362
f42d19a2
RS
13632005-10-18 Richard M. Stallman <rms@gnu.org>
1364
1365 * search.c (Fstring_match): Doc fix.
1366
bcbdafce
YM
13672005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1368
1369 * macterm.c (note_mouse_movement): Use PtInRect.
1370 (XTread_socket): Also ignore mouse motion just before a button
1371 release event. Don't process button release event when mouse is
1372 not grabbed.
1373
f5fab556
MY
13742005-10-16 Masatake YAMATO <jet@gyve.org>
1375
1376 * minibuf.c (Fdisplay_completion_list): Add new optional
e5f64be2 1377 argument COMMON_SUBSTRING. Bind `completion-common-substring'
f5fab556
MY
1378 to the optional argument during running `completion-setup-hook'.
1379
2ef1363e
YM
13802005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1381
1382 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
1383 Allow nil as argument.
1384 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
1385 for encoding arguments as UTF-16 in native byte order, no BOM.
1386
1387 * macfns.c (Fx_create_frame): Add debugging code.
1388 (Fx_show_tip): Set frame pixel width and height.
1389
1390 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
1391 (FRAME_NORMAL_GC): New macro.
1392 (mac_draw_line, mac_clear_area, mac_clear_window)
1393 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
1394 (mac_draw_image_string, mac_draw_image_string_16): Rename from
1395 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
1396 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
1397 All uses changed.
1398 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
1399 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
1400 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
1401 (mac_draw_string_16, mac_draw_image_string)
1402 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
1403 (mac_scroll_area): Drawing functions now take frame as destination.
1404 All uses changed.
1405 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
1406 (x_draw_fringe_bitmap): Set clipping area in face->gc.
1407
1408 * macterm.h (mac_clear_area): Add extern.
1409
fc5c7550
YM
14102005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1411
1412 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
1413 changes for xterm.c.
1414
1415 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
1416
fed91c38
KH
14172005-10-14 Kenichi Handa <handa@m17n.org>
1418
1419 * search.c (search_buffer): Give up BM search on case-fold-search
1420 if one of a target character has a case-equivalence of different
1421 charset even if that target charcter is an ASCII.
1422
1423 * casefiddle.c (casify_object): Fix for the case that case
1424 conversion change the byte length.
1425
0ea1a8af
KS
14262005-10-14 Kim F. Storm <storm@cua.dk>
1427
1428 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
1429 (handle_one_xevent): Only clear help_echo_string; restore it if
1430 note_mouse_movement didn't record any mouse movement.
1431
1432 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
1433 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
1434
1435 * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
1436 (Fposn_at_x_y): Fix calculation of x coordinate.
1437 (Fposn_at_point): Return nil if point is hscrolled out of view.
1438
6e5b2385
AS
14392005-10-13 Andreas Schwab <schwab@suse.de>
1440
1441 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
1442 non-interactive mode.
1443
6de0e1a2
YM
14442005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1445
1446 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
1447
78f3b91f
KS
14482005-10-12 Kim F. Storm <storm@cua.dk>
1449
1450 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
1451
b639c9be
RF
14522005-10-12 Romain Francoise <romain@orebokech.com>
1453
1454 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
1455
76d8f04c
YM
14562005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1457
1458 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
1459 get end of text rows. Obtain header-line/mode-line rows directly.
1460
96013ba9
SM
1461 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
1462 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
621036f9 1463
d76432f5
KS
14642005-10-12 Kim F. Storm <storm@cua.dk>
1465
7a127784
KS
1466 * xdisp.c (remember_mouse_glyph): New generic version based on
1467 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
1468 properly handle all different window areas.
1469
1470 * dispextern.h (remember_mouse_glyph): Add prototype.
1471
1472 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
1473 (note_mouse_movement, XTmouse_position): Use generic
1474 remember_mouse_glyph, add last_mouse_glyph arg.
1475
1476 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
1477 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
1478 (note_mouse_movement, w32_mouse_position): Use generic
1479 remember_mouse_glyph, add last_mouse_glyph arg.
1480
1481 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
1482 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
1483 (XTmouse_position): Adapt to use generic remember_mouse_glyph
1484 instead of pixel_to_glyph_coords.
1485
d76432f5
KS
1486 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
1487 Fix x position for ON_TEXT when left margin width > 0.
1488
55a4ac3e
KS
14892005-10-11 Kim F. Storm <storm@cua.dk>
1490
d76432f5 1491 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
55a4ac3e
KS
1492
1493 * keyboard.c (make_lispy_position): Fix buffer calculations for
1494 mouse click or movement in right fringe and the margins.
1495
2d4713aa
JB
14962005-10-11 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * image.c (fn_jpeg_stdio_src): Don't define it.
1499 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
1500 (our_common_init_source): Rename from `our_init_source'.
1501 (our_common_term_source): Rename from `our_term_source'.
1502 (our_memory_fill_input_buffer): Rename from
1503 `our_fill_input_buffer'.
1504 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
1505 (jpeg_memory_src): Use the new names.
1506 (struct jpeg_stdio_mgr): New struct.
1507 (JPEG_STDIO_BUFFER_SIZE): New constant.
1508 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
1509 (jpeg_file_src): New functions.
1510 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
1511
71b7a47f
YM
15122005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1513
1514 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
1515 (fm_font_family_alist): New variable.
1516 (syms_of_macterm): Initialize and staticpro it.
1517 (decode_mac_font_name): Replace '-' in family name with '_' if it
1518 occurs just once. Lower family name.
1519 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
1520 All uses changed. Remove argument MF and code conversion for it.
1521 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
1522 to CHARSET. Parse font size. Lower family name. Return integer
1523 value for status of parsing.
1524 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
1525 Don't use Fdowncase because family name is already lowered by
1526 decode_mac_font_name.
96013ba9
SM
1527 (init_font_name_table): Always call decode_mac_font_name.
1528 Add pair of family name and its reference to fm_font_family_alist.
71b7a47f
YM
1529 (mac_clear_font_name_table): Clear fm_font_family_alist.
1530 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
1531 Lookup fm_font_family_alist to get font family reference.
1532 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
1533 name is already lowered by parse_x_font_name.
1534
74051a92
KS
15352005-10-11 Kim F. Storm <storm@cua.dk>
1536
31ab1f05
KS
1537 * xterm.c (glyph_rect): Return 0 if position is outside text area.
1538
74051a92
KS
1539 * keyboard.c (make_lispy_position): Fix buffer position calculation for
1540 mouse click or movement in fringe.
1541
9b909870
JR
15422005-10-10 Jason Rumney <jasonr@gnu.org>
1543
1544 * xterm.c (remember_mouse_glyph): New function.
58af5591 1545 (note_mouse_movement): Use it to remember the current glyph if changed.
9b909870 1546 (XTmouse_position): Fix calculation of fake glyph under mouse.
58af5591 1547 Move code to calculate glyph under mouse into remember_mouse_glyph.
9b909870 1548
f9e36a6d
JD
15492005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1550
58af5591 1551 * emacs.c (USAGE3, standard_args): -nb => -nbi.
f9e36a6d 1552
04bc7945
JB
15532005-10-10 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
1556 (next_frame, prev_frame, set_term_frame_name): Make static.
1557
1558 * window.c (Fwindow_tree): Fix spelling.
1559
41791a20
RF
15602005-10-09 Romain Francoise <romain@orebokech.com>
1561
1562 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
1563
e313fc07
JD
15642005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1565
58af5591
KS
1566 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
1567 Add options -nb, --no-bitmap-icon.
e313fc07
JD
1568
1569 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
1570
61e62f5f
YM
15712005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1572
1573 * macgui.h (MAX_CLIP_RECTS): New define.
1574 (struct _XGC): New member clip_region.
1575 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
1576 clip_rects.
1577
1578 * macterm.c (GC_CLIP_REGION): New macro.
1579 (saved_port_clip_region): New variable.
1580 (mac_begin_clip, mac_end_clip): New functions.
1581 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
1582 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
1583 (mac_copy_area_with_mask, mac_scroll_area): Use them.
1584 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
1585 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
1586 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
1587 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
1588 rectangles stored in gc.
71b7a47f 1589 (XFreeGC): Dispose of clipping region.
61e62f5f
YM
1590 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
1591 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
1592 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
1593 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
1594 (x_draw_bar_cursor): Use them.
1595 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
1596 get multiple clipping rectangles.
1597
1598 * macterm.h (mac_term_init): Add types to extern.
1599 (struct mac_output): Remove members mWP and pending_menu_activation.
f7270128 1600 Put members scroll_bar_foreground_pixel and
61e62f5f
YM
1601 scroll_bar_background_pixel in #if 0.
1602 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
1603
1604 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
2ef1363e 1605 Add debugging code.
61e62f5f 1606
ef1b4c9e
KS
16072005-10-08 Kim F. Storm <storm@cua.dk>
1608
1609 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
1610
f1010549
KS
16112005-10-07 Kim F. Storm <storm@cua.dk>
1612
1613 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
1614 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
1615 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
1616
c2ded1b7
YM
16172005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1618
1619 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
1620 to for_overlaps. Now occupy 3 bits.
1621 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
1622 (OVERLAPS_ERASED_CURSOR): New defines.
1623 (struct redisplay_interface): Add new OVERLAPS arg to member
1624 fix_overlapping_area.
1625 (x_fix_overlapping_area): Add new OVERLAPS arg.
1626 (get_glyph_string_clip_rects): Add extern.
1627
96013ba9
SM
1628 * dispnew.c (redraw_overlapping_rows):
1629 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
c2ded1b7
YM
1630
1631 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
1632 for_overlaps.
1633 (get_glyph_string_clip_rects): New function created from
f1010549
KS
1634 get_glyph_string_clip_rect. Set clipping rectangles according to the
1635 value of for_overlaps. Enable to store multiple clipping rectangles.
c2ded1b7
YM
1636 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
1637 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
1638 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
f7270128 1639 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
c2ded1b7 1640 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
f1010549
KS
1641 calculating clipping rectangles later. Call x_fix_overlapping_area
1642 with new OVERLAPS arg to draw only erased cursor area.
f7270128 1643 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
f1010549 1644 to draw overlaps in both preceding and succeeding rows.
c2ded1b7
YM
1645
1646 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
1647 struct glyph_string to for_overlaps.
1648
a19a0003
RS
16492005-10-04 Richard M. Stallman <rms@gnu.org>
1650
1651 * alloc.c (refill_memory_reserve): Conditionalize the body,
1652 not the function's existence.
1653
abc8ce50
KS
16542005-10-04 Kim F. Storm <storm@cua.dk>
1655
1656 * window.c (window_split_tree): New function.
1657 (Fwindow_split_tree): New defun.
1658 (syms_of_window): Defsubr it.
1659
66533b25
YM
16602005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1661
1662 * macterm.c (mac_invert_rectangle): New function.
1663 (XTflash): Use it.
1664
4156359e
SM
16652005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1666
4e2f601f
SM
1667 * regex.h (re_char): Don't expose it in the interface.
1668 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
1669
1670 * regex.c (re_char): Move it back here.
1671 (re_set_whitespace_regexp): Change the arg's type to not use it.
1672
4156359e
SM
1673 * keyboard.c (make_lispy_event): If point has moved between down and up
1674 event, make it a drag, not a click, to mirror what
1675 mouse-drag-region expects.
1676
eb27c2ca
DN
16772005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1678
1679 * lisp.h (fatal): Undo previous change.
1680 * term.c (fatal): Undo previous change.
1681
b059f7d0
RS
16822005-10-01 Richard M. Stallman <rms@gnu.org>
1683
1684 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
1685
21a9a7be
KS
16862005-10-01 Kim F. Storm <storm@cua.dk>
1687
1688 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
1689
ddcb7665
YM
16902005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1691
1692 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
1693
1694 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
2ef1363e 1695 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
4156359e
SM
1696 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
1697 Try ATSUI-compatible 12pt Monaco font first.
ddcb7665
YM
1698
1699 * macgui.h (struct _XCharStruct): New member valid_p.
1700 (STORE_XCHARSTRUCT): Set valid_p.
1701 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
1702
1703 * macterm.c (mac_draw_string_common, x_per_char_metric)
1704 (mac_compute_glyph_string_overhangs, init_font_name_table)
1705 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
1706 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
1707 (x_draw_glyph_string_background)
1708 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
1709 XDrawImageString. Always draw background and foreground separately.
1710 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
1711 functions for one-byte chars when using ATSUI-compatible fonts.
1712 (atsu_font_id_hash) [USE_ATSUI]: New variable.
1713 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1714 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
1715 max_char_or_byte2 more in detail.
1716 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
1717
fa8459a3
DN
17182005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1719
4156359e 1720 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
fa8459a3
DN
1721 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
1722
1723 * unexelf.c (fatal): Fix prototype.
1724
1725 * term.c (fatal): Implement using varargs.
1726
21a9a7be 1727 * regex.c (re_char): Move typedef ...
fa8459a3 1728 * regex.h (re_char): ... here.
4156359e 1729 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
fa8459a3
DN
1730
1731 * emacs.c (malloc_set_state): Fix return type.
1732 (endif): Fix type.
1733
1734 * lisp.h (fatal): Add argument types.
1735
1736 * dispextern.h (fatal): Delete prototype.
1737
9dd28cae 1738 * systime.h (make_time): Prototype moved from ...
fa8459a3
DN
1739 * editfns.c (make_time): ... here.
1740
1741 * editfns.c: Move systime.h include after lisp.h.
21a9a7be
KS
1742 * dired.c:
1743 * xsmfns.c:
fa8459a3 1744 * process.c: Likewise.
21a9a7be 1745
fa8459a3
DN
1746 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
1747 Add parameter types.
1748 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
1749 (emacs_blocked_free): Change definition to match __free_hook.
1750 (emacs_blocked_malloc): Change definition to match __malloc_hook.
4156359e 1751 (emacs_blocked_realloc): Change definition to match __realloc_hook.
fa8459a3 1752
97c3e4cc
RF
17532005-09-30 Romain Francoise <romain@orebokech.com>
1754
1755 * minibuf.c (Fread_buffer): Follow convention for reading from the
1756 minibuffer with a default value. Doc fix.
1757
8ad8c5ce
JL
17582005-09-29 Juri Linkov <juri@jurta.org>
1759
1760 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
1761 Rename argument name `string' to `format-string'.
1762 (Fformat): Doc fix.
1763
64da5759
KS
17642005-09-28 Kim F. Storm <storm@cua.dk>
1765
1766 * image.c (gif_load): Fix size of allocated image buffer
1767 for images where a sub-image may be larger than the image's
1768 total height/width specifications.
1769
eaf92438
YM
17702005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1771
1772 * macgui.h (struct _XCharStruct): Each member now takes short value.
1773
43f15d4a
DN
17742005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
1775
1776 * xfaces.c (lookup_derived_face): Add parameter type.
1777
1778 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
1779
1780 * marker.c (verify_bytepos): Add parameter type.
1781
1782 * process.c (get_operating_system_release): Move prototype ...
1783
1784 * systime.h (get_operating_system_release): ... here.
1785
04bc7945
JB
1786 * xterm.c (handle_one_xevent): Refer to union field to match the
1787 type required by the function definition.
1788 (set_vertical_scroll_bar): Move prototype ...
43f15d4a
DN
1789
1790 * xterm.h: ... here.
1791
1792 * fns.c (internal_equal, seed_random): Fix prototypes.
1793 (internal_equal): Add missing parameter.
1794
c769dcac
RS
17952005-09-25 Richard M. Stallman <rms@gnu.org>
1796
1797 * keyboard.c (update_menu_bindings): Variable deleted.
1798 (syms_of_keyboard): Don't defvar it.
1799 (parse_menu_item): Don't test it.
1800
8dbf19c7
RS
18012005-09-23 Richard M. Stallman <rms@gnu.org>
1802
1803 * editfns.c (Fformat): Explicitly test for end of format string
1804 and don't use `index'.
1805
3480d92b
DN
18062005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1807
4156359e
SM
1808 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
1809 Define BROKEN_GET_CURRENT_DIR_NAME.
3480d92b
DN
1810
1811 * sysdep.c (get_current_dir_name): Also define if
64da5759 1812 BROKEN_GET_CURRENT_DIR_NAME.
3480d92b
DN
1813
1814 * m/ibmrs6000.h: Test for USG5, not USG5_4.
1815
5db60f31
KS
18162005-09-22 Kim F. Storm <storm@cua.dk>
1817
1818 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
1819 (message2): Fix commentary. Ok to use alloca'ed memory.
1820 Still not ok to use Lisp string data (because of GC).
1821 (set_message): Add comment why GC cannot happen.
1822
7c3d233d
YM
18232005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1824
1825 * macterm.c (xlfdpat_block_match_1): Fix assertion.
1826 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
1827 variants for a scalable font multiple times.
1828
acde1152
YM
18292005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1830
1831 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
1832 Setup slave tty options before forking.
1833
52d166e0
JD
18342005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1835
1836 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
1837 positions have been set for the frame (as is done for frames in
1838 special-display-buffer-names).
1839
12d10bc7
KS
18402005-09-19 Kim F. Storm <storm@cua.dk>
1841
1842 * editfns.c (Fformat): Don't scan past end of format string that
1843 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
1844
9f1cf0e3
AS
18452005-09-18 Andreas Schwab <schwab@suse.de>
1846
1847 * window.h (struct window): Remove height_fixed_p, no longer set.
1848
1849 * window.c (make_window): Don't initialize height_fixed_p.
1850 (window_fixed_size_p): Don't use it.
1851
8a658a52
JPW
18522005-09-18 John Paul Wallington <jpw@pobox.com>
1853
1854 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
1855
be9bb408
YM
18562005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1857
1858 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
1859
1860 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
1861 New variables.
1862 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
1863 file selection.
1864
1865 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
1866
cbf223e1
EZ
18672005-09-17 Eli Zaretskii <eliz@gnu.org>
1868
1869 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
1870 (obj): Use XMENU_OBJ, not a literal xmenu.o.
1871
e3f509dd
RF
18722005-09-16 Romain Francoise <romain@orebokech.com>
1873
8ccd3630 1874 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
e3f509dd 1875
5c4757d3
RS
18762005-09-15 Richard M. Stallman <rms@gnu.org>
1877
1878 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
1879 (display_mode_element): Instead of `lisp_string' and `this',
1880 record `offset' and increment that.
1881 `last_offset' replaces `last'.
1882
1883 * Makefile.in (XMENU_OBJ): Variable deleted.
1884 (obj): Use xmenu.o unconditionally.
1885 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
1886
1887 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
1888
01978521
KS
18892005-09-15 Kim F. Storm <storm@cua.dk>
1890
1891 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
1892 (reseat_at_next_visible_line_start): Likewise (in xassert).
1893
ccf61795
RF
18942005-09-14 Romain Francoise <romain@orebokech.com>
1895
1896 * fileio.c (write_region_inhibit_fsync): New variable.
1897 (Fwrite_region): Use it to skip call to fsync.
1898 (syms_of_fileio): Initialize it.
1899
2b046a72
KH
19002005-09-14 Kenichi Handa <handa@m17n.org>
1901
24a2b282
KH
1902 * coding.c (code_convert_region_unwind): Argument format changed.
1903 (run_pre_post_conversion_on_str): If pre-write-conversion function
1904 changed the current buffer, delete the new buffer.
1905 (run_pre_write_conversin_on_c_str): Likewise.
1906
2b046a72
KH
1907 * fileio.c (Fexpand_file_name): Check multibyteness of
1908 default_directory.
1909
d008f7b7
KH
19102005-09-13 Kenichi Handa <handa@m17n.org>
1911
1912 * composite.c (compose_chars_in_text): Delete it.
1913
1914 * composite.h (compose_chars_in_text): Delete extern.
1915
2ada8ac5
KS
19162005-09-13 Kim F. Storm <storm@cua.dk>
1917
1918 * print.c (print_error_message): Fix last change.
1919
48c60938
KS
19202005-09-12 Kim F. Storm <storm@cua.dk>
1921
0fdbe302
KS
1922 * composite.c (compose_chars_in_text): Fix setup of `pend'.
1923 Unconditionally reload `ptr' and `pend' after eval.
1924
48c60938
KS
1925 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
1926
1927 * print.c (print_error_message): Pass copy of caller name to
1928 message_dolog.
1929
1930 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
1931
5add1986
KH
19322005-09-12 Kenichi Handa <handa@m17n.org>
1933
1934 * xdisp.c (display_mode_element): Be sure to make variables THIS
1935 and LISP_STRING point into a string data of ELT.
1936
18bb66c7
KS
19372005-09-12 Kim F. Storm <storm@cua.dk>
1938
1939 * editfns.c (Ftranslate_region_internal): Reload `tt' after
1940 signal_after_change that may have GC'ed.
1941 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
1942
1943 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
1944 after insert while runs signal_after_change.
1945
1946 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
1947 declaration to where it is used.
1948
1949 * w32.c (check_windows_init_file): Fix allocation of error buffer.
1950
1951 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
1952 (x_set_name_internal): Call x_encode_text with new FREEP arg to
1953 know if xfree is needed instead of guessing.
1954
1955 * xterm.h (x_encode_text): Remove prototype.
1956
945a75f8
JR
19572005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
1958
1959 * w32term.c (x_bitmap_icon): Load small icons too.
1960
156bdb41
RF
19612005-09-10 Romain Francoise <romain@orebokech.com>
1962
1963 * buffer.c (init_buffer): Grow buffer to add directory separator
f9962371 1964 and terminal zero. Fix typos.
156bdb41 1965
67b8391b
EZ
19662005-09-10 Eli Zaretskii <eliz@gnu.org>
1967
a17b5ed1
EZ
1968 * buffer.c (init_buffer): Fix error message for failed call to
1969 get_current_dir_name.
1970 (get_current_dir_name): Remove prototype.
1971
9dd28cae 1972 * xsmfns.c (get_current_dir_name): Remove prototype.
a17b5ed1 1973
9dd28cae 1974 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
96013ba9 1975 Add prototype.
a17b5ed1 1976
ed326e35 1977 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
b04a3120 1978 Don't #undef NULL after including blockinput.h.
ed326e35 1979
67b8391b
EZ
1980 * config.in: Regenerated.
1981
c187839d
EZ
19822005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
1983
1984 Remove the MAXPATHLEN limitations:
1985
1486d036
EZ
1986 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
1987 New function.
c187839d
EZ
1988
1989 * buffer.c (init_buffer): Use it.
1990
1991 * xsmfns.c (smc_save_yourself_CB): Ditto.
1992
ae8a5689
KS
19932005-09-09 Kim F. Storm <storm@cua.dk>
1994
39cac6b3
KS
1995 * doc.c (Fsubstitute_command_keys): Lookup key binding for
1996 commands that are remapped from some other command.
1997
aeb55c44
KS
1998 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
1999 flag in disabled rows below the window.
2000
ae8a5689
KS
2001 * frame.h (struct frame): New member updated_p.
2002
2003 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
2004 member. Remove local `updated' array and associated variables.
2005
821f6dae
KS
20062005-09-07 Kim F. Storm <storm@cua.dk>
2007
6e5395f2
KS
2008 * xdisp.c (handle_display_prop): Respect overlay window property.
2009
821f6dae
KS
2010 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
2011 Fixes crash reported by YAMAMOTO Mitsuharu.
2012
9655b404
YM
20132005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2014
2015 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
2016 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
2017 (xlfdpat_block_match_1, xlfdpat_match): New functions.
2018 (xlfdpat_block_match): New macro.
2019 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
2020 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
2021 (add_font_name_table_entry): Increase font_name_table_size more
2022 rapidly.
2023 (mac_c_string_match): Remove function.
2024 (mac_do_list_fonts): Use XLFD pattern match instead of regular
2025 expression match.
2026
2027 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
2028
d7ea8b71
RS
20292005-09-03 Richard M. Stallman <rms@gnu.org>
2030
2031 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
2032 (move_it_in_display_line_to): Stop after last char on line even
2033 on a windowing terminal, if that's the specified stop position.
2034
2035 * fns.c (Fsort): Doc fix.
2036
2037 * editfns.c (Fpropertize): Don't insist that properties be symbols.
2038
1550ae60
SM
20392005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * dired.c (directory_files_internal_unwind, directory_files_internal)
2042 (file_name_completion): Use a Save_Value object rather than a cons of
2043 two 16bit ints to store the DIR*.
2044 (directory_files_internal, file_name_completion): Handle both EINTR and
2045 EAGAIN consistently after `readdir'.
2046
bdb4d6d8
SM
20472005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2048
1550ae60
SM
2049 * intervals.c (update_interval): Add position info in error.
2050
bdb4d6d8
SM
2051 * dispnew.c (window_to_frame_hpos, update_window):
2052 Avoid gcc warning about unused variable `f'.
2053
6bcc3ca4
JR
20542005-08-31 Jason Rumney <jasonr@gnu.org>
2055
2056 * w32menu.c (add_menu_item): If unicode_append_menu returns an
2057 error, revert to using AppendMenu.
2058
07c5948c
YM
20592005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2060
bdb4d6d8
SM
2061 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
2062 All uses changed.
07c5948c
YM
2063 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
2064 cases.
2065 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
bdb4d6d8
SM
2066 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
2067 Use posix_pathname_to_fsspec.
07c5948c
YM
2068 [MAC_OS] (xpm_load_image): Fill in background_transparent field
2069 while we have mask.
2070
2071 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
2072
2073 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
2074
5a774522
SM
20752005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * syntax.c (update_syntax_table): Properly reproduce the special +1
2078 setting of e_property at the end of the buffer when bumping into the
2079 INTERVALS_AT_ONCE limit.
2080
0fb57cc0
EZ
20812005-08-27 Eli Zaretskii <eliz@gnu.org>
2082
2083 * emacs.c (USAGE1): Fix the description of the -Q option.
2084
5a774522
SM
20852005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
2088
4e6b8c5a
KS
20892005-08-26 Kim F. Storm <storm@cua.dk>
2090
2091 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
2092 Don't move PT to new window start.
2093
1f98fbb4
YM
20942005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2095
2096 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
2097 ICONIFY/DEICONIFY_EVENT.
2098
5a774522
SM
2099 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
2100 Restore background color.
1f98fbb4
YM
2101 (mac_handle_visibility_change): New function.
2102 (x_make_frame_invisible, x_iconify_frame)
2103 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
2104 [USE_CARBON_EVENTS] (mac_handle_window_event)
07c5948c 2105 (install_window_handler): Handle visibility change events.
1f98fbb4
YM
2106 (x_make_frame_visible): Don't reposition window if it is iconified
2107 or asked for visible before. Select and uncollapse window when it
2108 is made visible.
2109 (x_make_frame_invisible): Don't reset x_highlight_frame.
2110 (x_iconify_frame): Likewise. Make invisible frame visible before
2111 it is iconified.
2112 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
2113 (do_window_update): Don't change visibility of invisible frame.
2114
16691d29
JL
21152005-08-22 Juri Linkov <juri@jurta.org>
2116
2117 * term.c (turn_on_face): Check for TS_set_foreground and
2118 TS_set_background depending on standout_mode. Simplify.
2119
7c3f805b
KS
21202005-08-21 Kim F. Storm <storm@cua.dk>
2121
0f467468
KS
2122 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
2123 bitmaps on fully visible rows.
2124
7c3f805b
KS
2125 * fringe.c (update_window_fringes): Replace FORCE_P arg with
2126 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
2127 and return 0.
2128
2129 * xdisp.c (redisplay_window): Call update_window_fringes with
2130 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
2131
40b388f9
RS
21322005-08-20 Richard M. Stallman <rms@gnu.org>
2133
2134 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
2135 (resize_mini_window): Set w->start, and PT, so as to display the tail
2136 end of the buffer, if it doesn't all fit.
2137
581360f0
KS
21382005-08-18 Kim F. Storm <storm@cua.dk>
2139
2140 * xdisp.c (calc_pixel_width_or_height): Use actual display
2141 resolution when available instead of Vdisplay_pixels_per_inch.
2142
0eefa6fb
KS
21432005-08-17 Kim F. Storm <storm@cua.dk>
2144
2145 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
2146
2147 * dispnew.c (buffer_posn_from_coords): Check that target row is
2148 within matrix.
2149
ada192ba
JD
21502005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2151
2152 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
2153 xg_set_frame_icon and call it.
2154
2155 * gtkutil.c (xg_set_frame_icon): New function.
2156
0eefa6fb 2157 * gtkutil.h (xg_set_frame_icon): Declare it.
ada192ba 2158
ab89a403
KS
21592005-08-16 Kim F. Storm <storm@cua.dk>
2160
2161 * dispnew.c (increment_row_positions): Skip non-enabled rows.
2162
2163 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
2164 (Fcurrent_window_configuration): Use VECSIZE macro instead.
2165
8d34b5e1
RS
21662005-08-15 Richard M. Stallman <rms@gnu.org>
2167
2168 * xdisp.c (message3_nolog): Clear echo_message_buffer.
2169
71e37f3c
KS
21702005-08-15 Kim F. Storm <storm@cua.dk>
2171
0781c303
KS
2172 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
2173
71e37f3c
KS
2174 * process.c (deactivate_process, status_notify, read_process_output)
2175 (update_status, status_convert, decode_status, allocate_pty)
2176 (make_process, remove_process, list_processes_1)
2177 (create_process_1, unwind_request_sigio, read_process_output)
2178 (send_process, keyboard_bit_set): Declare static.
2179 (Fdelete_process): Simplify. Pass process to status_notify, so we
2180 don't try to read output from it.
2181 (status_notify): New arg deleting_process--don't try to read
2182 output from that process.
2183
2184 * lisp.h (deactivate_process, status_notify, read_process_output):
2185 Remove prototypes.
2186
0bf14bfd
RS
21872005-08-14 Richard M. Stallman <rms@gnu.org>
2188
bdb4d6d8
SM
2189 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
2190 define_image_type.
0bf14bfd 2191
6c7eb721
JD
21922005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2193
2194 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
2195 (xg_get_image_for_pixmap): Move some code to
2196 xg_get_pixbuf_from_pix_and_mask, and call it.
2197
2198 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
2199
2200 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
2201 to get an GTK icon and set it with GTK functions to avoid having GTK
2202 override an icon set with just X functions.
2203
6e2d14c8
RS
22042005-08-11 Richard M. Stallman <rms@gnu.org>
2205
bdb4d6d8
SM
2206 * image.c (syms_of_image): Init image_types here, and call
2207 define_image_type.
6e2d14c8
RS
2208 (init_image): Not here.
2209
61298e17
RS
22102005-08-09 Richard M. Stallman <rms@gnu.org>
2211
2212 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
2213
2214 * lisp.h (QUIT): Throw t to Vthrow_on_input.
2215
5a9807a8
TTN
22162005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
2217
2218 * floatfns.c (Fexpt): Use floats for negative exponent.
2219
93469010
JD
22202005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2221
2222 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
2223 should not be there, causing menu display errors with GTK 2.6.9.
2224
44edd521
RS
22252005-08-07 Richard M. Stallman <rms@gnu.org>
2226
8b6a9551
RS
2227 * floatfns.c (Fexpt): Undo previous change.
2228
44edd521
RS
2229 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
2230 so it can be used with various state vectors.
2231
2232 * emacs.c (endif): Convert -script into -scriptload.
2233 (standard_args): Add -scriptload. Allow -basic-display with one dash.
2234
2235 * fns.c (syms_of_fns): Add `emacs' to features.
2236
2237 * term.c (set_terminal_modes): If no TS_termcap_modes string,
2238 output newlines to scroll the old screen contents off the screen.
2239
cac87e30
TTN
22402005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
2241
2a205424
TTN
2242 * floatfns.c (Fexpt): Use floats for negative exponent.
2243 Reported by D Goel.
cac87e30 2244
31b7cc74
JB
22452005-08-02 Richard M. Stallman <rms@gnu.org>
2246
2247 * frame.c (Fframe_char_width): Doc fix.
2248
e2b64074
JB
22492005-07-30 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
2252 Defvar it.
2253
0962822d
JB
22542005-07-28 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
2257 (my_create_window, my_create_tip_window): Make static.
2258
2259 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
2260 (my_set_foreground_window, my_destroy_window): Make static.
2261
9eff9fe3
PE
22622005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 Merge gnulib getopt implementation into Emacs.
2265
2266 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
2267 now part of lib-src.
2268
1c9916a1
SM
22692005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
2272
94c7f257
JR
22732005-07-25 Jason Rumney <jasonr@gnu.org>
2274
2275 * w32menu.c (w32_menu_display_help): Suppress tooltip when
2276 navigating menus with the keyboard.
2277
bf0bf758
RS
22782005-07-23 Richard M. Stallman <rms@gnu.org>
2279
2280 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
2281
2282 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
2283 gc_relative_threshold, one by one.
2284
2285 * keyboard.c (read_char): Test gc_cons_threshold.
2286 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
2287
2288 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
2289 gc_relative_threshold, one by one.
2290
2291 * alloc.c (gc_cons_threshold): Not static.
2292 (gc_cons_combined_threshold): Var deleted.
2293 (gc_relative_threshold): New variable.
2294 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
2295 instead of gc_cons_combined_threshold.
2296
1c9916a1 2297 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
bf0bf758
RS
2298 (gc_cons_combined_threshold): Declaration deleted.
2299
99f963e4
YM
23002005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2301
2302 * mac.c: Don't include stdlib.h or string.h.
2303 (Fdo_applescript, Fmac_file_name_to_posix)
2304 (Fmac_file_name_to_posix): Doc fixes.
2305 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
2306 (Fmac_code_convert_string): Likewise.
2307 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
2308 if the executable is not contained in a bundle.
2309
2310 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
2311 (gray_width, gray_height): Remove defines.
2312 (gray_bits, gray_bitmap_width, gray_bitmap_height)
2313 (gray_bitmap_bits): Remove variables.
2314 (lispy_function_keys): Remove extern.
2315 (free_frame_menubar): Add extern.
2316 (x_window_to_frame): Remove function.
2317 (unwind_create_tip_frame): Add declaration.
2318 (x_set_name_internal): New function.
2319 (x_set_name, x_set_title): Use it.
2320 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
2321 (Fx_display_pixel_height, Fx_display_planes)
2322 (Fx_display_color_cells, Fx_server_max_request_size)
2323 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2324 (Fx_display_mm_height, Fx_display_mm_width)
2325 (Fx_display_backing_store, Fx_display_visual_class)
2326 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
2327
2328 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
2329
bdb4d6d8 2330 * macselect.c (Fx_own_selection_internal): Follow error conventions.
99f963e4
YM
2331 (Fx_get_selection_internal, Fx_selection_owner_p)
2332 (Fx_selection_exists_p): Doc fixes.
2333 (syms_of_macselect) <selection-converter-alist>: Likewise.
2334
1d256714
JB
23352005-07-21 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
2338
2339 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
2340 (Fccl_execute_on_string): Likewise; add usage info.
2341
2342 * composite.c (Fcompose_region_internal)
2343 (Fcompose_string_internal):
2344 Improve argument/docstring consistency.
2345
2346 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
2347 Fix typos in docstrings.
2348
2349 * textprop.c (Fnext_char_property_change)
2350 (Fprevious_char_property_change): Doc fixes.
2351
2352 * window.c (Fset_window_margins, Fset_window_fringes):
2353 Improve argument/docstring consistency.
2354
2355 * xfaces.c (Finternal_lisp_face_p): Doc fix.
2356
538f78c3
AS
23572005-07-21 Andreas Schwab <schwab@suse.de>
2358
2359 * eval.c (restore_stack_limits): Return a value.
2360
a5b5bf44
JB
23612005-07-20 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * eval.c (Fdefvar): Doc fix.
2364
ae643123
KS
23652005-07-20 Kim F. Storm <storm@cua.dk>
2366
0ed4bf15
KS
2367 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
2368 Use make_save_value to unwind protect stream.
2369
2370 * lread.c (Fload, load_unwind):
2371 Use make_save_value to unwind protect stream.
ae643123 2372
82fc29a1
JB
23732005-07-19 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * eval.c (Fprog2, Fcalled_interactively_p),
2376 (syms_of_eval) <debug-on-quit>: Doc fixes.
2377 (syms_of_eval) <max-specpdl-size>:
2378 (Finteractive_p): Fix typos in docstrings.
2379
73b90087
KS
23802005-07-19 Kim F. Storm <storm@cua.dk>
2381
2382 * w32fns.c (Vx_hand_shape): Variable removed.
2383 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
2384
dfc434d0
KH
23852005-07-19 Kenichi Handa <handa@m17n.org>
2386
bdb4d6d8 2387 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
dfc434d0 2388
bcd98331
SM
23892005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
2392
2a85a754
KS
23932005-07-18 Kim F. Storm <storm@cua.dk>
2394
2395 * frame.h (struct frame): New member already_hscrolled_p.
2396
2397 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
2398 to avoid redisplay looping hscrolling back and forth ad infinitum.
2399
426179e1
JL
24002005-07-18 Juri Linkov <juri@jurta.org>
2401
2402 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
2403 * keymap.c (Fminor_mode_key_binding):
2404 * macterm.c (mac-emulate-three-button-mouse):
2405 Delete duplicate duplicate words.
2406
9f4a578d
KR
24072005-07-18 Ken Raeburn <raeburn@gnu.org>
2408
2409 * minibuf.c (Ftest_completion): Fix odd syntax in test.
2410
d005338b
YM
24112005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2412
bcd98331 2413 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
d005338b
YM
2414
2415 * macgui.h (struct _XGC): New struct.
2416 (GC): Use it.
2417 (GCForeground, GCBackground, GCFont): Use X11 mask values.
2418 (XCreateGC, XParseGeometry): Move externs to macterm.h.
2419
bcd98331 2420 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
d005338b 2421 (XSetFont): Add declaration.
bcd98331
SM
2422 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
2423 Remove functions.
2424 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
2425 New defines.
d005338b
YM
2426 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
2427 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
bcd98331
SM
2428 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
2429 Use them.
d005338b
YM
2430 (mac_erase_rectangle): New function.
2431 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
2432 (x_draw_stretch_glyph_string): Use it.
2433 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
2434 (XSetBackground, XSetFont): Adjust for new GC implementation.
2435 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
2436 (XTset_vertical_scroll_bar): Clear area under scroll bar.
2437
2438 * macterm.h (struct mac_display_info): Change types of
2439 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
2440 (XCreateGC, XParseGeometry): Move externs from macgui.h.
2441
2442 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
2443
9b0c2c56
RS
24442005-07-16 Richard M. Stallman <rms@gnu.org>
2445
2446 * buffer.c (Fmake_overlay): Doc fix.
2447
2e9c1c6d
EZ
24482005-07-16 Eli Zaretskii <eliz@gnu.org>
2449
2450 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
2451 Vw32_valid_locale_ids, and Vw32_valid_codepages.
2452
407289a4
YM
24532005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2454
bcd98331
SM
2455 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
2456 Use Fstring_as_unibyte instead of string_make_unibyte.
407289a4 2457
e4b477a1
RS
24582005-07-15 Richard M. Stallman <rms@gnu.org>
2459
2460 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
2461
a8613adf
KS
24622005-07-15 Kim F. Storm <storm@cua.dk>
2463
2464 * xdisp.c: Fix redisplay loop in last change.
2465 (IT_POS_VALID_AFTER_MOVE_P): New macro.
2466 (move_it_vertically_backward, move_it_by_lines): Use it.
2467
2d5324c5
JR
24682005-07-14 Jason Rumney <jasonr@gnu.org>
2469
2470 * w32.c (init_environment): Default HOME directory to user's
2471 appdata directory if possible.
2472
3ed70dc4
KS
24732005-07-14 Kim F. Storm <storm@cua.dk>
2474
7b9389b0
KS
2475 * .gdbinit (pitx): Fix output format. Print string charpos.
2476
3ed70dc4
KS
2477 * lread.c (syms_of_lread): Initialize seen_list.
2478
2479 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
2480
2481 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
2482 Staticpro re_match_object.
2483
ef029e5a
YM
24842005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2485
2486 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
2487 dereference.
2488
2489 * macterm.c (mac_window_to_frame): Remove duplicate define.
2490
16ef9c56
KH
24912005-07-14 Kenichi Handa <handa@m17n.org>
2492
2493 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
bcd98331 2494 (code_convert_region): Adjust for the above change.
16ef9c56
KH
2495 (set_conversion_work_buffer): If the work buffer is already in
2496 use, generate a new buffer and return it. Otherwise return Qnil.
bcd98331 2497 (run_pre_post_conversion_on_str): Adjust for the above change.
16ef9c56
KH
2498 (run_pre_write_conversin_on_c_str): Likewise.
2499
098e1273
KS
25002005-07-13 Kim F. Storm <storm@cua.dk>
2501
010b9a45
KS
2502 * xdisp.c (start_display): Don't reseat to next visible line start
2503 if current start position is in a string or image.
2504 (move_it_vertically_backward): Be sure to move out of strings and
2505 images when moving it2 forward.
2506 (move_it_by_lines): When moving forward, move to next buffer
2507 position if we end up in a string or image. When moving backward,
2508 count rows moved over when moving to start of current row in case
2509 row starts in middle of a string or image. Also move further
2510 backward if we end up in a string or image.
bcd98331 2511 (try_cursor_movement): If overlay string spans multiple lines,
010b9a45
KS
2512 move backward to set cursor on start of an overlay string.
2513 (cursor_row_p): Row is ok if cursor is at newline from string, but
2514 string starts on this line (so we always position cursor at start
2515 of string).
2516
2517 * indent.c (Fvertical_motion): If start position is on an image,
2518 don't move back if we move too far (that's almost certain to happen).
2519
098e1273
KS
2520 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
2521 row in minibuffer windows.
2522 (try_window): Don't check margins in minibuffer windows.
2523
c229fb15
YM
25242005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2525
2526 * macterm.c: Don't include stdlib.h or composite.h.
2527 (x_use_underline_position_properties, last_mouse_press_frame)
2528 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
2529 (syms_of_macterm, mac_initialize): Don't initialize them.
2530 (waiting_for_input, initial_argv, initial_argc)
2531 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
2532 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
2533 (extra_keyboard_modifiers): Fix type in extern.
2534 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
2535 (x_scroll_bar_report_motion): Add argument types to declaration.
2536 (mac_compute_glyph_string_overhangs): Add declaration.
2537 (disable_mouse_highlight): Remove unused variable.
2538 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
2539 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
bcd98331
SM
2540 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
2541 All callers changed.
c229fb15
YM
2542 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
2543 timestamp.
2544 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
2545 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
2546 only when its width is less than the height.
2547 (XTredeem_scroll_bar): Sync with xterm.c.
bcd98331
SM
2548 (font_name_table, font_name_table_size, font_name_count):
2549 Make static.
c229fb15
YM
2550 (drag_and_drop_file_list): Remove variable. Previous use is now
2551 local to function.
2552 (do_ae_open_documents): Move DRAG_N_DROP event construction part
2553 from XTread_socket.
bcd98331
SM
2554 (XTread_socket): Consolidate setting of event timestamp.
2555 Move DRAG_N_DROP event construction part to do_ae_open_documents.
c229fb15
YM
2556 Support extra_keyboard_modifiers.
2557
2558 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
2559 beginning with that for ASCII.
2560
69d05d83
SM
25612005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
2564 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
2565 (syms_of_alloc): Declare gc-cons-percentage.
2566
2567 * eval.c (Feval, Ffuncall):
2568 * keyboard.c (read_char):
2569 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
2570
2571 * lisp.h (gc_cons_combined_threshold): Declare.
2572
5c7f9de1
KS
25732005-07-12 Kim F. Storm <storm@cua.dk>
2574
2575 * coding.c (Qprocess_argument):
2576 * coding.h (Qprocess_argument): Remove unused var.
2577
2578 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
2579
c37efb7a
YM
25802005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2581
2582 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
2583 Endian.h.
2584 [!MAC_OSX] (fchmod, fchown): New functions.
2585 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
2586 Use SBYTES and EndianU32_BtoN.
2587 (mac_get_object_from_code): Return 4 byte string even if argument
2588 is 0. Use make_unibyte_string and EndianU32_NtoB.
2589 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
2590 (Fmac_set_file_type): Fix documents and argument declarations.
2591 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
2592
a4429c5b
SM
25932005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
2596
a2d7e722
JD
25972005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2598
2599 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
2600 Lucid if X_I18N, font otherwise.
2601
9a4183e9
ST
26022005-07-10 Steven Tamm <steventamm@mac.com>
2603
a4429c5b
SM
2604 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
2605 (Fmac_set_file_type, Fmac_set_file_creator): Add.
2606 (mac_get_object_from_code, mac_get_code_from_arg): Add.
9a4183e9 2607
51f74c37
RS
26082005-07-10 Richard M. Stallman <rms@gnu.org>
2609
2610 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
2611 (syms_of_lread): Set up eval-buffer-list.
2612 (Feval_buffer, Feval_region): Bind eval-buffer-list.
2613
93c7da4c
RS
26142005-07-08 Richard M. Stallman <rms@gnu.org>
2615
2616 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
2617
64af5917
KS
26182005-07-08 Kim F. Storm <storm@cua.dk>
2619
2620 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
2621 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
2622
a96b333c
KS
26232005-07-07 Kim F. Storm <storm@cua.dk>
2624
2625 * window.c (Frecenter): Fix last change (set iarg before use).
2626
dc2204be
RS
26272005-07-06 Richard M. Stallman <rms@gnu.org>
2628
2629 * window.c (Frecenter): When arg is inside the scroll margin,
2630 move it out of the margin.
2631
3fb1d72b
JR
26322005-07-06 Jason Rumney <jasonr@gnu.org>
2633
2634 * w32console.c (initialize_w32_display): Detect when the console
2635 dimensions are insane, and default to 80x25 instead.
a4429c5b 2636 (w32_use_full_screen_buffer): Default to NIL.
3fb1d72b 2637
dd15724d
YM
26382005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2639
2640 * macterm.c (mac_draw_vertical_window_border): Use foreground of
2641 VERTICAL_BORDER_FACE_ID for vertical border line.
2642 (mac_encode_char): Call check_ccl_update in advance.
2643 (mac_to_x_fontname, x_font_name_to_mac_font_name)
a4429c5b
SM
2644 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
2645 Don't assume that font family length is less than 32.
dd15724d
YM
2646 (x_compute_min_glyph_bounds): Make static.
2647 (x_load_font): Never set fonts_changed_p to zero.
a96b333c 2648
68003d6b
LK
26492005-07-04 Lute Kamstra <lute@gnu.org>
2650
dc2204be 2651 * Update FSF's address in GPL notices.
68003d6b 2652
3d393029
RS
26532005-07-03 Richard M. Stallman <rms@gnu.org>
2654
2655 * xdisp.c (try_window): Fix previous change in how it handles
2656 a partially-visible line or one only partly past the margin.
2657
2658 * window.c (window_scroll_pixel_based): Take account
2659 of this_scroll_margin when finding point when scrolling up.
2660
26612005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
2662
2663 * window.c (window_scroll_pixel_based, window_scroll_line_based):
2664 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
9dd28cae 2665 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3d393029 2666
d6951bb4
EZ
26672005-07-02 Juri Linkov <juri@jurta.org>
2668
2669 * w32term.c (w32_draw_vertical_window_border): Use foreground of
2670 VERTICAL_BORDER_FACE_ID for vertical border line.
2671
b016179b
EZ
26722005-07-02 Eli Zaretskii <eliz@gnu.org>
2673
2674 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
2675 fchmod so that chmod doesn't get called on MSDOS before the file
2676 is closed.
2677
c2baa2b6
JR
26782005-07-01 Jason Rumney <jasonr@gnu.org>
2679
2680 * w32term.c (cleartype_active): New flag for enabling sub-pixel
2681 workaround.
2682 (w32_initialize): Initialize it.
2683 (w32_native_per_char_metric): Allow a couple of extra pixels when
2684 Cleartype is active.
2685
2686 * w32term.c (w32_initialize): Move check for screen reader here
2687 from syms_of_w32term.
2688
a6d0ae55
JD
26892005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2690
2691 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
2692 is not zero.
2693
711877f3
MY
26942005-07-01 Masatake YAMATO <jet@gyve.org>
2695
a4429c5b 2696 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
711877f3 2697
63f7ffb3
JL
26982005-06-30 Juri Linkov <juri@jurta.org>
2699
2700 * xdisp.c (x_draw_vertical_border): If left fringe is not present
2701 decrease x coord of vertical border by 1 pixel to not occupy text
2702 area of the right window.
2703
2704 * xterm.c (x_draw_vertical_window_border): Use foreground of
2705 VERTICAL_BORDER_FACE_ID for vertical border line.
2706
2707 * term.c (turn_on_face): In standout mode apply specified
2708 fg to bg, and specified bg to fg (this makes the logic of
2709 inversion on terminal consistent with X).
2710
b26860ad
JB
27112005-06-29 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * eval.c (user_variable_p_eh): New function.
2714 (Fuser_variable_p): Use it. Clarify docstring.
2715 Return t for aliases of user options, nil for alias loops.
2716
3a1f1d79
RS
27172005-06-27 Richard M. Stallman <rms@gnu.org>
2718
2719 * eval.c (Fdefvar): Improve error message.
2720
92de1e01
YM
27212005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2722
2723 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
2724 change.
2725
69410484
JB
27262005-06-27 Juanma Barranquero <lekktu@gmail.com>
2727
2728 * eval.c (Fdefvar): Don't try to set constant symbols.
2729
09352e8f
RS
27302005-06-25 Richard M. Stallman <rms@gnu.org>
2731
a68d870b
RS
2732 * macfns.c (Fx_show_tip): Pass new arg to try_window.
2733
2734 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
2735
2736 * xfns.c (Fx_show_tip): Pass new arg to try_window.
2737
2738 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
2739 (redisplay_window): Handle try_window reporting point in scroll margin.
2740
2741 * dispextern.h (try_window): Declare new arg.
2742
2743 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
2744 Use fchmod to copy the file modes.
2745 (Frename_file): Don't copy UID and GID here;
2746 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
2747
df13531d
RS
2748 * eval.c (call_debugger): Take full care of extending stack limits
2749 to make space for the debugger, and restore the change afterward.
2750 Bind debug-on-error to nil.
2751 (restore_stack_limits): New subroutine.
2752 (Fsignal): Extend specpdl bound along with eval depth bound,
2753 for calling edebug. Don't do either one, for calling debugger.
2754 (find_handler_clause): Don't bind debug-on-error here.
2755 Don't unbind anything either.
2756 Temporarily advance max_specpdl_size for calling
2757 internal_with_output_to_temp_buffer.
2758 (grow_specpdl): Don't alter max_specpdl_size before signaling
2759 an error.
2760 (syms_of_eval) <max-specpdl-size>: Doc fix.
2761
09352e8f
RS
2762 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
2763
90296dd3
EZ
27642005-06-24 Eli Zaretskii <eliz@gnu.org>
2765
2766 * fileio.c (Frename_file): Undo last change: no need to ifdef away
2767 chown on DOS_NT platforms.
2768
2769 * w32.c (sys_chown): New function.
2770
2771 * s/ms-w32.h (chown): New; define to sys_chown.
2772
c4f6ca24
JB
27732005-06-24 Juanma Barranquero <lekktu@gmail.com>
2774
3338c0ad
JB
2775 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
2776 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
2777
9a1505e9 2778 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
c4f6ca24 2779
528b6abc
RS
27802005-06-23 Richard M. Stallman <rms@gnu.org>
2781
2782 * xdisp.c (get_next_display_element): Finish reversing the tests of
2783 Vnobreak_char_display.
2784
9a1505e9 2785 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
528b6abc 2786 All uses changed.
9a1505e9 2787 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
528b6abc
RS
2788 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
2789
2790 * fileio.c (Frename_file): Preserve owner and group, if possible,
2791 when copying.
2792
1d1c7e75
JB
27932005-06-23 Juanma Barranquero <lekktu@gmail.com>
2794
253b2298
JB
2795 * abbrev.c (Funexpand_abbrev):
2796 * category.c (Fmake_category_set):
2797 * dispnew.c (Fsleep_for, Fsit_for):
2798 * editfns.c (Fsubst_char_in_region):
2799 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
2800 * frame.c (make_frame_without_minibuffer):
2801 * lread.c (read_vector):
2802 * macfns.c (check_x_frame):
2803 * process.c (Fstop_process, Fcontinue_process):
2804 * search.c (Freplace_match):
2805 * syntax.c (Fstring_to_syntax):
2806 * w32fns.c (check_x_frame, check_x_display_info):
2807 * xfaces.c (x_supports_face_attributes_p):
2808 * xselect.c (Fx_own_selection_internal): Follow error conventions.
2809
1d1c7e75
JB
2810 * image.c (fn_png_init_io): Don't define it.
2811 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
2812 (png_read_from_file): New function, based on png_read_from_memory.
2813 (png_load): Use it, instead of fn_png_init_io.
2814
d1fab151
KS
28152005-06-23 Kim F. Storm <storm@cua.dk>
2816
2817 * search.c (Fmatch_data): Remove evaporate option.
9d12e52b 2818 (Fset_match_data): Do not mention evaporate option in doc string.
d1fab151
KS
2819 Add commentary explaining evaporate arg (for internal use only).
2820 (unwind_set_match_data): Add comment on evaporate use.
2821
53abc3bf
MB
28222005-06-22 Miles Bader <miles@gnu.org>
2823
a4429c5b 2824 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
53abc3bf
MB
2825 (realize_basic_faces, syms_of_xfaces): Update references to it.
2826 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
2827 to `VERTICAL_BORDER_FACE_ID'.
2828 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
2829
36a3b076
JL
28302005-06-21 Juri Linkov <juri@jurta.org>
2831
2832 * dispextern.h: Add extern Qframe_set_background_mode.
2833
2834 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
2835 Qframe_set_background_mode.
2836
2837 * frame.c (Fmodify_frame_parameters):
2838 Call frame-set-background-mode after changing the background color
2839 on non-window non-dos branch.
2840
23873c96
JB
28412005-06-21 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * fns.c (Fchar_table_range):
2844 * process.c (Fmake_network_process): Fix spellings.
2845
b7d1f38f
KS
28462005-06-20 Kim F. Storm <storm@cua.dk>
2847
2848 * fns.c (Fsort): Doc fix.
2849
b4e49aee
MB
28502005-06-20 Miles Bader <miles@gnu.org>
2851
2852 * xfaces.c (Qvertical_divider): New variable.
2853 (realize_basic_faces): Realize its face.
2854 (syms_of_xfaces): Initialize it.
2855
2856 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
2857
2858 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
2859 window-separator on ttys using `vertical-divider' face by default.
2860
b7da00ba
RS
28612005-06-17 Richard M. Stallman <rms@gnu.org>
2862
a4429c5b
SM
2863 * xdisp.c (get_next_display_element):
2864 Reverse test of Vshow_nonbreak_escape.
b7da00ba
RS
2865
2866 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
f19b57e3
RS
2867 (Ftty_no_underline): New function.
2868 (syms_of_term): defsubr it.
b7d1f38f 2869
b7da00ba
RS
2870 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
2871
2872 * dispnew.c (spec_glyph_lookup_face): New function.
2873 (build_frame_matrix_from_leaf_window): Use it.
2874
2875 * dispextern.h (spec_glyph_lookup_face): Add declaration.
2876
2877 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
2878
28792005-06-12 Richard M. Stallman <rms@gnu.org>
2880
2881 * keyboard.c (read_char): After catching a longjmp,
2882 call restore_getcjmp.
2883
289824a3
JB
28842005-06-17 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * xselect.c (lisp_data_to_selection_data): Fix spelling.
2887
95085023
YM
28882005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2889
2890 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
2891 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
2892 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
2893 events.
2894 (XTread_socket): Don't pass keyboard events with the option
2895 modifier to the system when Vmac_command_key_is_meta is nil or
2896 Vmac_option_modifier is non-nil.
2897 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
2898 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
2899 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
2900 handler function.
2901 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
2902 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
2903 handler part to mac_handle_mouse_event.
2904
4a9308b8
JB
29052005-06-14 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
2908 NEW-ALIAS and BASE-VARIABLE, respectively.
2909
5aa6db57
SM
29102005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
2913 (get_phys_cursor_geometry, format_mode_line_unwind_data)
2914 (get_line_height_property, x_produce_glyphs): Remove unused vars.
2915
2916 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
2917
0e0dddda
EZ
29182005-06-13 Eli Zaretskii <eliz@gnu.org>
2919
2920 * w32term.c (x_use_underline_position_properties): New variable.
2921 (x_draw_glyph_string): Remind in a comment to change doc string of
2922 x-use-underline-position-properties if/when underline positioning
2923 is implemented.
2924 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
2925 and initialize it to nil.
2926
7f2b4738
JR
29272005-06-12 Jason Rumney <jasonr@gnu.org>
2928
2929 * w32fns.c (NEWOPENFILENAME): New struct.
2930 (Fx_file_dialog): Use it to trick the system into giving us up to
2931 date dialogs on systems that are documented to support it.
2932 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
2933
a1e8cad6
EZ
29342005-06-12 Eli Zaretskii <eliz@gnu.org>
2935
2936 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
2937 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
2938
099a3eea
EZ
29392005-06-11 Eli Zaretskii <eliz@gnu.org>
2940
2e09fef1
EZ
2941 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
2942 to CreateDIBSection to avoid a compiler warning.
2943 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
2944 warning.
2945 (png_load): Cast return values of fn_png_create_read_struct and
2946 fn_png_create_info_struct, to avoid compiler warnings on W32.
2947 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
2948 to avoid compiler warnings.
2949 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
2950 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
2951 avoid a compiler warning.
2952 (tiff_load): Cast return values of fn_TIFFOpen and
2953 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
2954 to IMAGE_BACKGROUND to avoid a compiler warning.
2955 (gif_load): Cast return values of fn_DGifOpenFileName and
2956 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
2957 IMAGE_BACKGROUND to avoid a compiler warning.
2958 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
2959 before redefining.
2960
099a3eea
EZ
2961 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
2962 the call to CreateDIBSection, to avoid a compiler warning.
2963
d11f8e1a
JR
29642005-06-11 Jason Rumney <jasonr@gnu.org>
2965
2966 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
2967 minibuffer.
2968 * macfns.c (Fx_file_dialog): Likewise.
2969
cd4344a3
EZ
29702005-06-10 Eli Zaretskii <eliz@gnu.org>
2971
2972 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
2973
578c1340
JB
29742005-06-10 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
2977 * w32fns.c (syms_of_w32fns): Fix spellings.
2978
4162f25f
EZ
29792005-06-10 Eli Zaretskii <eliz@gnu.org>
2980
2981 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
5aa6db57
SM
2982 `verbose'; print diagnostic messages only if it is non-zero.
2983 All callers changed to pass a zero value unless DEBUG_DUMP is defined
4162f25f
EZ
2984 in the environment.
2985 (copy_executable_and_dump_data): Print section names with %.8s.
2986
121c59a3
MY
29872005-06-10 Masatake YAMATO <jet@gyve.org>
2988
2989 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
2990 when mouse_face is not given.
121c59a3 2991
c869384d
LT
29922005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * window.c (Fselect_window): Adapt call to Fselect_frame.
2995
2996 * lisp.h: Update EXFUN of Fselect_frame.
2997
2998 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
2999
6ecf436d
LT
3000 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
3001 no_enter.
3002 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
c869384d
LT
3003 Adapt to above change.
3004
c14ec135
JB
30052005-06-10 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * fns.c (Fmemq, Fmaphash): Doc fixes.
3008
9fed2905
JB
30092005-06-09 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * xfaces.c (Fdisplay_supports_face_attributes_p):
3012 Fix typo in docstring.
3013
427c5b1b
ST
30142005-06-08 Steven Tamm <steventamm@mac.com>
3015
3016 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
3017 used by gcc4 on intel mac.
3018
b7aae902
KS
30192005-06-09 Kim F. Storm <storm@cua.dk>
3020
3021 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
3022 in REUSE list if non-nil; free them if equal to evaporate.
3023 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
3024 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
3025 (restore_search_regs): Rename from restore_match_data. Uses changed.
3026 (unwind_set_match_data): New function.
3027 (record_unwind_save_match_data): New function like save-match-data.
3028
3029 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
3030 (record_unwind_save_match_data): Add prototype.
3031 (restore_search_regs): Rename from restore_match_data.
3032
3033 * composite.c (compose_chars_in_text):
3034 * eval.c (do_autoload):
3035 * macmenu.c (set_frame_menubar):
3036 * process.c (read_process_output, exec_sentinel):
3037 * xmenu.c (set_frame_menubar):
3038 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
3039 * w32menu.c (set_frame_menubar):
3040 Use record_unwind_save_match_data.
3041
547d2b37
RS
30422005-06-08 Richard M. Stallman <rms@gnu.org>
3043
3044 * xdisp.c (get_next_display_element): Alter previous change:
3045 Distinguish Vshow_nonbreak_escape = t or not t.
3046 For t, use escape_glyph once again, as before previous change.
3047 Use space or hyphen for display, instead of the non-ASCII char.
3048 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
3049
3050 * process.c (Fstart_process): Don't touch command_channel_p slot.
3051
99598737 3052 * process.h (struct process): Delete command_channel_p.
547d2b37 3053
602907ae
MY
30542005-06-07 Masatake YAMATO <jet@gyve.org>
3055
5aa6db57
SM
3056 * xdisp.c (note_mode_line_or_margin_highlight):
3057 Check the overlapping of re-rendering area to avoid flickering.
b7aae902 3058 (note_mouse_highlight): Call clear_mouse_face if PART
602907ae
MY
3059 is not ON_MODE_LINE nor ON_HEADER_LINE.
3060
8b793bed
KS
30612005-06-07 Kim F. Storm <storm@cua.dk>
3062
3063 * process.c: Improve commentary for adaptive read buffering.
3064
3d031334
SM
30652005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
3068 if available.
3069
16d2e704
JD
30702005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3071
5aa6db57
SM
3072 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3073 New functions for popping down menus on C-g.
16d2e704
JD
3074 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
3075
3076 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
3077 non-static.
3078
9fed2905 3079 * config.in: Add HAVE_CANCELMENUTRACKING.
16d2e704 3080
b6cc2ad0
EZ
30812005-06-06 Eli Zaretskii <eliz@gnu.org>
3082
9a1505e9 3083 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
b6cc2ad0 3084
5aa6db57 3085 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
b6cc2ad0
EZ
3086
3087 * w32proc.c (RVA_TO_PTR): New macro.
3088
3089 * w32heap.c (RVA_TO_PTR): No need to #undef now.
3090
3091 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
3092 Depend on w32heap.h.
3093
24e55feb
LT
30942005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3095
3096 * keyboard.c (command_loop_1): Update Vthis_original_command.
3097
ce6e10af
RS
30982005-06-06 Richard M. Stallman <rms@gnu.org>
3099
3100 * xmenu.c (popup_get_selection): Undo previous change.
3101
c476bcb0
JL
31022005-06-06 Juri Linkov <juri@jurta.org>
3103
3104 * xdisp.c (Qno_break_space): New variable.
3105 (syms_of_xdisp): Initialize it.
3106 (get_next_display_element): Add no-break space and soft hypen
3107 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
3108 Use `no-break-space' face for no-break spaces.
3109
5494d7bc
JD
31102005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3111
3112 * window.c (delete_window): Handle the case where a h/vchild has
3113 a h/vchild.
3114
a0c38328
EZ
31152005-06-05 Eli Zaretskii <eliz@gnu.org>
3116
3117 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
3118 call to pfn_setsockopt, cast optval to `const char *'.
3119
91018229
EZ
31202005-06-04 Eli Zaretskii <eliz@gnu.org>
3121
1a8fb426
EZ
3122 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
3123 (open_unc_volume): Cast return value of map_w32_filename, to avoid
3124 compiler warnings.
3125
b6f0a397
EZ
3126 * s/ms-w32.h (fileno): Don't define if already defined.
3127
17a7c5c2 3128 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
d01a9710 3129
91018229
EZ
3130 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
3131
196ac78c
RS
31322005-06-04 Richard M. Stallman <rms@gnu.org>
3133
3134 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
3135
b8987570
JD
31362005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3137
3138 * macmenu.c (cleanup_popup_menu): New function.
2d4713aa 3139 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
b8987570
JD
3140 mac_menu_show Quit:s.
3141 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
3142 a dialog).
3143
555228aa
KS
31442005-06-04 Kim F. Storm <storm@cua.dk>
3145
3146 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
3147
3148 * callproc.c (Fcall_process): Don't use alloca to gradually
3149 increase size of buf, as it effectively uses twice the necessary
3150 space on the stack. Instead, pre-allocate buf of full size, and
3151 gradually increase the read size.
3152
3153 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
3154
3155 * eval.c (unbind_to): Preserve value of Vquit_flag.
3156
3157 * xterm.c (handle_one_xevent): Also ignore mouse motion just
3158 before a button release event.
3159
6312e5f7
JB
31602005-06-03 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * xfaces.c (Finternal_lisp_face_equal_p): Really report
3163 on faces in a frame, if the argument FRAME is non-nil.
3164 Improve argument/docstring consistency.
3165
0493f7be
KS
31662005-06-02 Kim F. Storm <storm@cua.dk>
3167
3168 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
3169 (x_consider_frame_title, Fformat_mode_line): Save offset into
3170 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
3171
89fe657e
KS
31722005-06-01 Kim F. Storm <storm@cua.dk>
3173
3174 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
3175
02a6375c
YM
31762005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3177
3178 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
3179 resolution fields for scalable fonts to 0.
3180
3181 * xfaces.c (build_scalable_font_name): Round pixel size to the
3182 nearest integer.
3183
95d4fad8
KS
31842005-06-01 Kim F. Storm <storm@cua.dk>
3185
3186 * xdisp.c (display_mode_line): Support nested calls to redisplay
3187 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
3188
3c1b433a
SM
31892005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * fileio.c (Finsert_file_contents):
3192 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3193
13cc7d61
KS
31942005-05-31 Kim F. Storm <storm@cua.dk>
3195
3196 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
3197 (mode_line_noprop_ptr): Rename from frame_title_*.
3198 (store_mode_line_noprop_char): Rename from store_frame_title_char.
3199 (store_mode_line_noprop): Rename from store_frame_title.
3c1b433a 3200 (mode_line_target): New enum to specify current output target
13cc7d61
KS
3201 for mode line formatting.
3202 (display_mode_element): Test it rather than frame_title_ptr and
3203 mode_line_string_list to determine where output should go.
3204 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
3205 (Vmode_line_unwind_vector): New variable.
3c1b433a
SM
3206 (format_mode_line_unwind_data, unwind_format_mode_line):
3207 New functions for unwind protection in mode line formatting.
13cc7d61 3208 (x_consider_frame_title): Use them and new local var 'title_start'
5aa6db57
SM
3209 to support nested calls to format-mode-line and redisplay.
3210 Set mode_line_target to MODE_LINE_TITLE.
13cc7d61 3211 (Fformat_mode_line): Use them and new local var 'string_start' to
5aa6db57
SM
3212 support nested calls to format-mode-line and redisplay.
3213 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
95d4fad8 3214 Don't trim trailing dashes.
13cc7d61
KS
3215 (decode_mode_spec): Don't make infinite number of trailing dashes
3216 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
3217 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
3218 mode_line_string_face_prop, and Vmode_line_unwind_vector.
3219 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
3220 Initialize mode_line_target to MODE_LINE_DISPLAY.
3221
c16b1394
RS
32222005-05-29 Richard M. Stallman <rms@gnu.org>
3223
3224 * buffer.c (Fbuffer_local_value): Call indirect_variable.
3225
edfaeb4e
MY
32262005-05-28 Masatake YAMATO <jet@gyve.org>
3227
3228 * xdisp.c (note_mode_line_or_margin_highlight): Change the
3229 pointer to a hand cursor when hoovering over a mouse-face.
3230
7cf49add
KH
32312005-05-27 Kenichi Handa <handa@m17n.org>
3232
3233 * xterm.c (x_encode_char): Call check_ccl_update in advance.
3234
3235 * ccl.c: Now an element of Vccl_program_table is a vector of
3236 length 4, not 3.
3c1b433a
SM
3237 (ccl_get_compiled_code): New arg idx. Caller changed.
3238 Adjust for the change of Vccl_program_table.
3239 (setup_ccl_program): Adjust for the change of Vccl_program_table.
7cf49add
KH
3240 (check_ccl_update): New function.
3241 (Fregister_ccl_program): Use ASET to set an element of a vector.
3242 Adjusted for the change of Vccl_program_table.
3243
3244 * ccl.h (struct ccl_program): New member idx.
3245 (check_ccl_update): Extern it.
3246
5e2ad10b
JB
32472005-05-27 Juanma Barranquero <lekktu@gmail.com>
3248
3c1b433a 3249 * image.c (Vimage_library_alist): Move from image.el.
d5e1a786
JB
3250 (syms_of_image): Defvar it.
3251 (lookup_image_type): Use it.
3252
5e2ad10b
JB
3253 * buffer.c (Fbuffer_local_value): Make argument name match its use
3254 in docstring.
3255
6e604a9b
JB
32562005-05-26 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * keyboard.c (Frecursive_edit): Fix typo in docstring.
3259 (Fposn_at_x_y): Make argument name match its use in docstring.
3260
59244a3f
LK
32612005-05-26 Lute Kamstra <lute@gnu.org>
3262
3263 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
3264
55ce5058
MY
32652005-05-24 Masatake YAMATO <jet@gyve.org>
3266
3267 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
3268 as loop sentinels.
3269
cb5db137
NR
32702005-05-24 Nick Roberts <nickrob@snap.net.nz>
3271
3272 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
3273 select frame title ("Question"/"Information").
3274 (xdialog_show): Use it.
3275
13dcfc35
NR
3276 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
3277
3278 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
3279
d3393daa
NR
3280 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
3281 a third argument (Qnil).
3282
3283 * lisp.h: x-popup-dialog can have three arguments.
cb5db137
NR
3284
3285 * editfns.c (Fmessage_box): Use "Information" for frame title.
3286
71d4fba1
TTN
32872005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3288
3289 * termcap.c [VMS]: Include <starlet.h>.
3290
359e4563
MY
32912005-05-23 Masatake YAMATO <jet@gyve.org>
3292
6e604a9b
JB
3293 * xdisp.c (note_mode_line_or_margin_highlight): Add code
3294 for mouse-face. Change the type of the first argument from `window'
3295 to `Lisp_Object'.
359e4563
MY
3296 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
3297 window instead of w.
3298
edceb51c
AS
32992005-05-22 Andreas Schwab <schwab@suse.de>
3300
41c4895c 3301 * process.c (send_process): Move misplaced volatile.
edceb51c 3302
5c213fcc
RS
33032005-05-21 Richard M. Stallman <rms@gnu.org>
3304
3305 * xdisp.c (display_mode_element): If we're processing a list and
3306 padding is specified, put it after the last element.
3307
aa4060b9
EZ
33082005-05-21 Eli Zaretskii <eliz@gnu.org>
3309
3310 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
3311 "superroot" on DOS_NT systems.
3312
a2c9aee6
EZ
33132005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
3314
3315 * process.c (send_process): Restore the SIGPIPE handler if we
3316 catch a SIGPIPE.
3317
09e8eb5b
JB
33182005-05-20 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
3321 misleading comments).
3322 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
3323
f3fbdb1f
LK
33242005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
3325
3326 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
3327 Correct the right value.
3328
639ec765
NR
33292005-05-19 Nick Roberts <nickrob@snap.net.nz>
3330
240d926e 3331 * keyboard.c (syms_of_keyboard): Remove Lisp variables
639ec765
NR
3332 post-command-idle-hook and post-command-idle-delay.
3333 (command_loop_1): Don't try to execute post-command-idle-hook.
3334
03d42907
KS
33352005-05-16 Kim F. Storm <storm@cua.dk>
3336
1cb83e13
KS
3337 * xdisp.c (handle_display_prop): Handle empty replacement.
3338 (handle_single_display_spec): Return -1 for empty replacement.
3339
3340 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
3341
03d42907
KS
3342 * .gdbinit (pitx): Print more info about iterator.
3343
0da46b6e
AS
33442005-05-16 Andreas Schwab <schwab@suse.de>
3345
3c1b433a 3346 * unexmacosx.c (unexec_realloc): Move declarations before statements.
0da46b6e 3347
d06ba294
RS
33482005-05-14 Richard M. Stallman <rms@gnu.org>
3349
3350 * xdisp.c (message3): Call cancel_echoing.
3351
3352 * alloc.c (Fmemory_full_p): New function.
3353 (syms_of_alloc): defsubr it.
3354
3355 * process.c (send_process_trap): Unblock SIGPIPE.
3356 (send_process): Reset SIGPIPE handler before reporting error.
3357
90713743
NR
33582005-05-14 Nick Roberts <nickrob@snap.net.nz>
3359
3360 * emacs.c (syms_of_emacs): Fix doc string for system-type.
3361
68780e2a
RS
33622005-05-13 Richard M. Stallman <rms@gnu.org>
3363
3364 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
3365 (Finsert_file_contents): If we read 0 bytes from a special file,
3366 unlock the visited file if we locked it.
3367 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
03d42907 3368 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
68780e2a 3369
5063dbbf
YM
33702005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3371
3372 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
3373
3c1b433a
SM
3374 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
3375 Regard toolkit scroll bar thumb drag events as squeezable and prevent
5063dbbf
YM
3376 redisplay from being paused by them.
3377
3378 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
3379 [!MAC_OSX] (target_ticks): Remove variable.
3380 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
3381 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
3382 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
3c1b433a 3383 event occurs before timeout, behave as if the function were interrupted.
5063dbbf
YM
3384 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
3385 handling using Time Manager routines.
3c1b433a
SM
3386 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
3387 New variables.
5063dbbf
YM
3388 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
3389 (setitimer): New functions.
3390
3391 * macfns.c, macmenu.c: Don't include signal.h.
3392
3393 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
3394 Rename from get_control_part_bound. All callers changed.
3395 (x_scroll_bar_clear): New function.
3396 (x_clear_frame): Use it.
3397 (XTset_vertical_scroll_bar): Don't call Draw1Control.
3398 (x_scroll_bar_handle_click): Change type of second argument from
3399 int to ControlPartCode.
3400 (check_alarm): Remove declaration.
02a6375c
YM
3401 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
3402 (XTread_socket): Use ControlPartCode instead of SInt16.
5063dbbf
YM
3403
34042005-05-13 Nozomu Ando <nand@mac.com>
3405
3406 * unexmacosx.c: Include assert.h.
3407 (MACOSX_MALLOC_MULT16): New define.
3408 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
3409 ptr is in unexec regions by checking it is multiple of 16.
3410 (unexec_malloc_header_t): New typedef.
3411 (unexec_malloc, unexec_realloc, unexec_free): Store and use
3412 allocated size information in unexec_malloc_header.
3413
d101bf56
RS
34142005-05-10 Richard M. Stallman <rms@gnu.org>
3415
3416 * xterm.c (noinclude): Add #undef.
3417
3418 * image.c, xfns.c, xmenu.c: Don't include signal.h.
3419
2f60660a
JB
34202005-05-09 Juanma Barranquero <lekktu@gmail.com>
3421
f1701e65
JB
3422 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
3423 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
3424 Doc fixes.
3425
2f60660a
JB
3426 * dired.c (Ffile_name_completion): Make argument name
3427 match its use in docstring.
3428
9f29e806
LT
34292005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3430
3431 * eval.c (Fdefvaralias): Remove any pre-existing
3432 variable-documentation property of the alias.
3433
a790bcd4
TTN
34342005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
3435
3436 * xfns.c (start_hourglass): Do nothing when running on a tty.
3437
d5fb8dab
JB
34382005-05-07 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * fns.c (Fchar_table_range): Fix typos in docstring.
3441
7ec64183
SM
34422005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
3445
6ff95f1d
EZ
34462005-05-06 Eli Zaretskii <eliz@gnu.org>
3447
2c6b25c7
EZ
3448 * lread.c (Flocate_file_internal): Doc fix.
3449
6ff95f1d
EZ
3450 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
3451
17d28d26
YM
34522005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3453
3454 * macselect.c (x_own_selection): Accept Lisp string as result of
3455 selection converter function.
3456 (x_clear_frame_selections): Don't call x-lost-selection-functions
3457 if Emacs is not owner of the selection.
3458 (Vmac_services_selection): Put variable and initialization in
3459 #ifdef MAC_OSX.
3460 (syms_of_macselect) [MAC_OSX]: Set default value of
3461 Vmac_services_selection to PRIMARY.
3462
7ec64183
SM
3463 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
3464 (mac_handle_tool_bar_click): Remove unused function and declaration.
17d28d26
YM
3465 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
3466 (install_scroll_bar_timer, set_scroll_bar_timer)
3467 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
3468 (get_control_part_bound, x_scroll_bar_handle_press)
3469 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
3470 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
3471 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
3472 (scroll_bar_timer_event_posted_p): New variables.
3473 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
3474 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
3475 (x_scroll_bar_create): Set control reference with NewControl.
7ec64183
SM
3476 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
3477 Initialize track_top and track_height to nil.
3478 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
3479 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
17d28d26
YM
3480 (XTset_vertical_scroll_bar): Don't make space between scroll bar
3481 and associated window.
3482 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
3483 from window config.
7ec64183
SM
3484 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3485 Set track_top and track_height to nil when scroll bar size is changed.
17d28d26
YM
3486 Recalculate them if they are nil.
3487 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
3488 clicked control is a scroll bar.
3489 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
3490 event handler functions. Don't add modifiers to scroll bar click
7ec64183 3491 events. Call scroll bar release handler when window is deactivated.
17d28d26 3492 (mac_initialize): Remove unused code for X toolkit.
7ec64183
SM
3493 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
3494 Initialize Vx_toolkit_scroll_bars to nil.
17d28d26 3495
7ec64183
SM
3496 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3497 New members track_top and track_height.
17d28d26
YM
3498
3499 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
3500 init_process when including sys/select.h.
3501
643b4cf5
LT
35022005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * eval.c (Fdefvaralias): Doc fix.
3505
3506 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
3507
99bda128
KS
35082005-05-05 Kim F. Storm <storm@cua.dk>
3509
3510 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
3511 default value.
3512 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
3513 Fix type of cursor-in-non-selected-windows.
3514
3a3563e9
JD
35152005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3516
3517 * mac.c: #undef init_process so not to conflict with system headers.
3518
0124c5bd
RS
35192005-05-02 Richard M. Stallman <rms@gnu.org>
3520
3521 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
3522
3523 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
3524
3525 * xdisp.c (Vcursor_in_non_selected_windows)
3526 (Qcursor_in_non_selected_windows): Vars deleted.
3527 (syms_of_xdisp): Don't initialize them.
3528 (get_window_cursor_type): Use cursor_in_non_selected_windows
3529 buffer slot.
3530
4b3f161f
KS
35312005-05-02 Kim F. Storm <storm@cua.dk>
3532
e40527dc
KS
3533 * macros.c (executing_kbd_macro_index): Rename from
3534 executing_macro_index. All uses changed.
3535 (executing_kbd_macro_iterations): Rename from
3536 executing_macro_iterations. All uses changed.
3537 (executing_kbd_macro): Rename from executing_macro.
3538 All uses changed.
3539 (syms_of_macros): Rename Lisp var executing-macro-index to
3540 executing-kbd-macro-index.
3541
4b3f161f
KS
3542 * xdisp.c (move_it_in_display_line_to): Fix last change.
3543
4d49edf6
LT
35442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3545
f6b1b15a
LT
3546 * xmenu.c (Fx_popup_menu): Doc fix.
3547
4d49edf6
LT
3548 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
3549
4a766fe6
JR
35502005-05-02 Jason Rumney <jasonr@gnu.org>
3551
3552 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
3553
c924d3ff
TTN
35542005-05-02 Nozomu Ando <nand@mac.com>
3555
3556 * sysselect.h: Fix typo.
3557
b161ea4e 35582005-05-02 Nick Roberts <nickrob@snap.net.nz>
5c2e5a5e 3559
b161ea4e
NR
3560 * charset.c (Fchars_in_region): Remove as obsolete.
3561
d37e919d 35622005-05-01 Kim F. Storm <storm@cua.dk>
b161ea4e
NR
3563
3564 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
7ec64183 3565 TO_CHARPOS. This may happen if last glyphs was an image or stretch
b161ea4e 3566 glyph.
5c2e5a5e 3567
bec0b768
LT
35682005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3569
3570 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
3571
ebbfa918
RS
35722005-05-01 Richard M. Stallman <rms@gnu.org>
3573
3574 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
3575 If user cancels the menu, quit unless FOR_CLICK.
3576
7ec64183 3577 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
ebbfa918
RS
3578 All uses changed.
3579 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
3580 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
3581 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
3582 * commands.h (Vexecuting_kbd_macro): Likewise.
3583
a72c2d97
TTN
35842005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
3585
3586 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
3587
7e995a23
RS
35882005-04-30 Richard M. Stallman <rms@gnu.org>
3589
3590 * fileio.c (Ffind_file_name_handler): Handle the `operations'
3591 property of the file name handler.
3592 (Qoperations): New variable.
3593 (syms_of_fileio): Initialize and staticpro it.
3594
3595 * xdisp.c (set_message_1): Delete xassert.
3596
7a92caf8
YM
35972005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3598
7ec64183 3599 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
7a92caf8
YM
3600
3601 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
3602
3603 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
3604 before/after including Carbon.h if there is a working mktime.
3605
5ae91803
KS
36062005-04-28 Kim F. Storm <storm@cua.dk>
3607
3608 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
3609 Fix cyclic alias check. If alias loop is detected, signal
3610 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
3611
d79b6c21
LK
36122005-04-28 Lute Kamstra <lute@gnu.org>
3613
3614 * eval.c (do_autoload): Record only autoloads in the autoload
3615 property of symbols.
3616
8c75afbf
NR
36172005-04-28 Nick Roberts <nickrob@snap.net.nz>
3618
3619 * emacs.c (USAGE1): Add --basic-display and --quick options.
3620
832e294f
KS
36212005-04-27 Kim F. Storm <storm@cua.dk>
3622
3623 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
3624
f03f317a
RS
36252005-04-26 Richard M. Stallman <rms@gnu.org>
3626
c019856e
RS
3627 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
3628 (syms_of_window): Doc fixes.
3629
f03f317a
RS
3630 * indent.c (Fvertical_motion): Undo previous change.
3631
38f60cd9
KH
36322005-04-26 Kenichi Handa <handa@m17n.org>
3633
3634 * fns.c (char_table_range): New function.
3635 (Fchar_table_range): Signal an error if characters in the range
3636 have inconsistent values. Don't check the parent.
3637
87ede5a1
KH
36382005-04-25 Kenichi Handa <handa@m17n.org>
3639
3640 * fontset.c (fontset_set): Fix previous change.
3641
a6390474
RS
36422005-04-24 Richard M. Stallman <rms@gnu.org>
3643
3644 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
3645
7fce7dfe
EZ
36462005-04-24 Eli Zaretskii <eliz@gnu.org>
3647
cf1982d9
EZ
3648 * regex.c (re_search_2, re_match_2_internal): Convert second arg
3649 of RE_TRANSLATE to int, to shut up GCC warnings.
3650
7fce7dfe
EZ
3651 * fileio.c (Fcopy_file): Doc fix.
3652 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
3653 not needed.
3654
49ed33c7
YM
36552005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3656
3657 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
3658 (SOME_MACHINE_OBJECTS): Likewise.
3659 (mac.o): Depend on ccl.h.
3660 (macselect.o): New target.
3661
7ec64183
SM
3662 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
3663 Call syms_of_macselect.
49ed33c7
YM
3664
3665 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
3666
7ec64183 3667 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
49ed33c7
YM
3668 (QCLIPBOARD): Remove variable.
3669 (syms_of_mac): Don't initialize it.
3670 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
3671 Remove functions.
3672 (syms_of_mac): Don't defsubr them.
3673 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
3674 (QHFS_plus_D, QHFS_plus_C): New variables.
3675 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
3676 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
3677 (cfstring_create_normalized): New functions.
3678 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
3679 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
3680
7ec64183
SM
3681 * macterm.c (handling_window_update, terminate_flag):
3682 Remove variables.
3683 (do_window_update, do_ae_quit_application, XTread_socket):
3684 Don't use them.
49ed33c7
YM
3685 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
3686 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
3687 (init_service_handler): Move to macselect.c. Remove declarations.
3688 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
3689 (Qapplication, Qabout): New variables.
3690 (syms_of_mac): Initialize them.
3691 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
3692 (Qperform): New variables.
3693 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
7a92caf8 3694 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
49ed33c7
YM
3695 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
3696 (mac_store_application_menu_event, init_menu_bar): New functions.
3697 [USE_CARBON_EVENTS] (mac_handle_command_event)
3698 (init_command_handler): New functions.
3699 (mac_handle_window_event): Return noErr on window update event.
3700 (do_ae_quit_application): Call mac_store_application_menu_event.
3701 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
3702 and init_menu_bar.
3703
3704 * macterm.h (x_clear_frame_selections): Add extern.
3705
3706 * macselect.c: New file for selection processing on Mac OS.
3707
469bc679
RS
37082005-04-23 Richard M. Stallman <rms@gnu.org>
3709
3710 * fileio.c (Fcopy_file): New arg MUSTBENEW.
3711 (Frename_file): Pass new arg to Fcopy_file.
3712
3713 * window.c (window_size_fixed): Variable deleted.
3714 (syms_of_window): Initialize window-size-fixed to nil.
3715 But don't DEFVAR window_size_fixed.
3716
d379c558
AS
37172005-04-23 Andreas Schwab <schwab@suse.de>
3718
3719 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
3720 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
3721 use lib64 instead of lib.
3722 (_LP64) [_ARCH_PPC64]: Define if not defined.
3723
007d105b
TTN
37242005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
3725
3726 * s/ms-w32.h (HAVE_PWD_H): Define.
3727
b9c15916
KH
37282005-04-22 Kenichi Handa <handa@m17n.org>
3729
3730 * fns.c (copy_sub_char_table): Explicitly copy the default value
3731 of the sub-chartable.
3732
3733 * fontset.c (fontset_set): When a sub-chartable is created,
3734 explicitly sets the defalt value.
3735
1ba52906
KS
37362005-04-22 Kim F. Storm <storm@cua.dk>
3737
3738 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
3739 (Fsafe_plist_get): Rename to Fplist_get.
3740 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
3741 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
3742
3743 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
3744
3745 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
3746 (note_mode_line_or_margin_highlight, note_mouse_highlight):
3747 Use Fplist_get instead of Fsafe_plist_get.
3748
3749 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
3750
e235145c
MB
37512005-04-21 Miles Bader <miles@gnu.org>
3752
3753 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
3754
766c5349
TTN
37552005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3756
c164a7e6
TTN
3757 * sysdep.c: Remove reference to defunct vms-pwd.h.
3758 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
3759 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
3760
766c5349
TTN
3761 * config.in: Regenerate.
3762
2b048bf5
KH
37632005-04-20 Kenichi Handa <handa@m17n.org>
3764
3765 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
3766 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
3767 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
3768
3769 * alloc.c (make_sub_char_table): Argument changed to initial
3770 value of the slots.
3771
3772 * data.c (Faref): Handle special slots used as default values of
3773 ascii, eight-bit-control, eight-bit-control. Don't ignore a
3774 default value set for a group of characters.
3775 (Faset): Signal an error if IDXVAL is not a valid character code.
3776 Make a sub-chartable with correct initial value.
3777
3778 * fns.c (Fset_char_table_range): Don't set slots used as default
7ec64183
SM
3779 values for ascii, eight-bit-control, eight-bit-graphic.
3780 Don't call Faref with charset-id.
2b048bf5
KH
3781 (Fset_char_table_default): Document how to treat normal character
3782 argument. Handle special slots used as default values of ascii,
3783 eight-bit-control, eight-bit-control. Make a sub chartable if
3784 necessary.
3785
b0a35939
KH
37862005-04-20 Kenichi Handa <handa@m17n.org>
3787
3788 * search.c (boyer_moore): Fix previous change.
3789
98dde726
KS
37902005-04-19 Kim F. Storm <storm@cua.dk>
3791
3792 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
3793 face unless last visible char and first invisible char have the
3794 same face. Also use default face if saved_face_id is undefined.
3795
327a3376
YM
37962005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3797
3798 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
3799 `full_name'.
3800 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
3801 mac_scriptcode member.
3802
3803 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
3804 (syms_of_mac): Don't initialize them.
3805 (Vmac_charset_info_alist): New variable.
3806 (syms_of_mac): Defvar it.
3807 (create_text_encoding_info_alist): New function.
3808 (decode_mac_font_name, mac_to_x_fontname)
3809 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
3810 code the correspondence among XLFD charsets, Mac script codes, and
3811 Emacs coding systems. Use Vmac_charset_info_alist and result of
3812 create_text_encoding_info_alist instead.
3813 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
3814 routines also on Mac OS Classic.
7ec64183
SM
3815 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
3816 Use add_font_name_table_entry.
327a3376
YM
3817 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
3818 specified. Derive unspecified scalable fields from specified one.
3819 (x_list_fonts): Consider Valternate_fontname_alist.
3820 (kDefaultFontSize): Change value from 9 to 12.
3821 (XLoadQueryFont): Get decoded font family, font face, and charset
3822 from x_font_name_to_mac_font_name. Set full name of loaded font.
3823 (mac_unload_font): Free `full_name' member.
3824 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
3825 NULL. Copy full_name member of struct MacFontStruct to that of
3826 struct font_info.
3827
d0636839
KS
38282005-04-19 Kim F. Storm <storm@cua.dk>
3829
5827e9d4
KS
3830 * xdisp.c (handle_stop): Set saved_face_id to current face if
3831 selective_display_ellipsis_p so ellipsis will be shown in same
3832 face as preceding text.
3833 (setup_for_ellipsis): Don't set saved_face_id here.
3834 (next_element_from_display_vector): Default to saved_face_id.
3835
d0636839
KS
3836 * fns.c (Fsafe_get): New function.
3837 (syms_of_fns): Defsubr it.
3838
3839 * lisp.h (Fsafe_get): EXFUN it.
3840
3841 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
3842 loops in case of bad face property lists. Limit number of face
3843 alias lookups to 10 (in case of face alias loops).
3844
e5c78c9d
KS
38452005-04-18 Kim F. Storm <storm@cua.dk>
3846
3847 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
3848 It replaces the corresponding member from struct window, as a
3849 window may now show multiple overlay arrows.
3850 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
3851
3852 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
3853 Compare overlay_arrow_bitmap than overlay_arrow_p members.
3854
3855 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
3856 rather than from window.
3857 (update_window_fringes): Compare overlay_arrow_bitmap rather than
3858 overlay_arrow_p members.
3859 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
3860 if not default.
3861
3862 * window.h (struct window): Remove member overlay_arrow_bitmap.
3863
3864 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
3865
3866 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
3867 Calls changed. Don't check for overlay-arrow-bitmap property here.
3868 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
3869 fringe is present, return Lisp integer for bitmap (or -1 for default).
3870 Fix value of overlay-arrow-bitmap property to be a symbol, use
3871 lookup_fringe_bitmap to parse it.
3872 (display_line): Change call to overlay_arrow_at_row. Store integer
3873 return value as overlay bitmap in row rather than window.
3874 Only show overlay arrow if row displays text, or if no other overlay
3875 arrow is seen in window (if overlay marker is at point-max).
3876
7d603e3f
TTN
38772005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
3878
3879 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
3880
9942fa0c
LK
38812005-04-18 Lute Kamstra <lute@gnu.org>
3882
3883 * lread.c (Vloads_in_progress): Static.
3884 * fns.c (Vloads_in_progress): Remove extern.
3885 (load_in_progress): Add extern.
3886 (Frequire): Use load_in_progress instead of Vloads_in_progress.
3887
999cdb8f
TTN
38882005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
3889
3890 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
3891
3f4413f8
YM
38922005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3893
3894 * macterm.c (XTread_socket): Don't beep on keyboard input even if
3895 no frame is visible.
3896
60ec7b7e
DN
38972005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * term.c (struct keys): Add support for shifted keys.
3900
a8a1c0ee
RS
39012005-04-16 Richard M. Stallman <rms@gnu.org>
3902
3903 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
3904 (set_message): Call with_echo_area_buffer with WHICH = 0.
3905 (set_message_1): Erase the echo area buffer first thing.
3906 (echo_area_display): Don't clear echo_message_buffer.
3907
f3cf04d3
YM
39082005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3909
3910 * Makefile.in (mac.o): Depend on charset.h and coding.h.
3911
3912 * mac.c: Include charset.h and coding.h.
3913 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
7ec64183 3914 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
f3cf04d3
YM
3915 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
3916
3917 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
3918
3919 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
3920
3921 * macterm.c (x_autoselect_window_p): Remove variable.
3922 (last_window): New variable.
7ec64183
SM
3923 (XTreassert_line_highlight, x_change_line_highlight):
3924 Remove declarations.
f3cf04d3
YM
3925 (mac_focus_changed, x_detect_focus_change): New functions and
3926 declarations.
3927 (XTextExtents16, front_emacs_window): Remove function.
3928 (mac_focus_frame): New function.
3929 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
3930 (mac_check_for_quit_char): Use it instead of front_emacs_window.
3931 (x_scroll_bar_report_motion): Obtain window from control owner.
3932 (x_make_frame_invisible): Set window manager size hint.
3933 (do_mouse_moved): Remove function.
3934 (XTread_socket): Move its contents here. Generate select-window
3935 event on mouse movement if needed. Use x_detect_focus_change on
3936 activate/deactivate events. Don't deiconify frame or invalidate
7ec64183
SM
3937 window rectangle when dnd items are dropped.
3938 Don't activate/deactivate root control.
f3cf04d3
YM
3939 (frame_highlight, frame_unhighlight): Activate/deactivate root
3940 control here.
3941 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
3942
3943 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
3944 New extern.
3945
9e5b2858
LT
39462005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
3949 (lisp): Use it.
3950 (SOME_MACHINE_LISP): Add tooltip.
3951
42c6741e
YM
39522005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3953
7ec64183
SM
3954 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
3955 Don't include TextEncodingConverter.h.
42c6741e
YM
3956 (mac_system_script_code, Vmac_system_locale): New variables.
3957 (syms_of_mac): Defvar them.
3958 (mac_get_system_locale): New function.
3959
7ec64183
SM
3960 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
3961 Use ENCODE_SYSTEM to encode title bar string.
42c6741e 3962 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
7ec64183
SM
3963 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
3964 Use CFStringGetSystemEncoding to get system default string encoding.
42c6741e
YM
3965
3966 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
3967 TextEncodingConverter.h.
3968
0614c575
ST
39692005-04-13 Steven Tamm <steventamm@mac.com>
3970
7e26f91b
KS
3971 * macterm.c (syms_of_macterm): Remove redundant definition of
3972 mac-pass-control-to-system.
0614c575 3973
203eb0aa
SM
39742005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * window.c (Fset_window_configuration): Be careful when you choose
3977 among several possible points for the new_current_buffer.
3978
a56e6111
YM
39792005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3980
3981 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
3982 poll_for_input_1. Set interrupt_input_pending to 1 instead.
b7461be9
YM
3983 (Qlanguage_change) [MAC_OS]: New variable.
3984 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
203eb0aa 3985 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
b7461be9
YM
3986
3987 * macterm.c (mac_keyboard_text_encoding)
3988 (current_mac_keyboard_text_encoding): Remove variables.
7e26f91b
KS
3989 (XTread_socket): Store language-change event if keyboard script change
3990 is detected. Don't convert input to `mac_keyboard_text_encoding'.
203eb0aa 3991 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
b7461be9 3992
7e26f91b 3993 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
a56e6111 3994
6695c528
RS
39952005-04-10 Richard M. Stallman <rms@gnu.org>
3996
3997 * emacs.c (standard_args): Rename --bare-bones to --quick.
3998 Add -D aka --basic-display.
3999
4000 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
4001
18e2d91f
RS
40022005-04-09 Richard M. Stallman <rms@gnu.org>
4003
4004 * keymap.c (where_is_internal): Convert a string used as event type
4005 into "(any string)".
4006
4007 * lread.c (Vloads_in_progress): Not static.
18e2d91f
RS
4008 * fns.c (Vloads_in_progress): Add extern.
4009 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
4010
40112005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
4012
4013 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
4014
1cf21850
LK
40152005-04-09 Lute Kamstra <lute@gnu.org>
4016
4017 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
4018 within the accessible part of the buffer.
4019
bfd93240
KS
40202005-04-09 Kim F. Storm <storm@cua.dk>
4021
4022 * lread.c (readevalloop): Add args START and END as region in
4023 current buffer to read. Callers changed.
4024 When specified, narrow to this region only when reading,
4025 not during eval. Track next point to read from during eval.
4026 Also restore point to "real" buffer position before eval.
4027 (Feval_region): Don't save excursion and restriction here, and
4028 don't narrow to region. Just pass region to readevalloop.
4029 Note: Point is now preserved even when PRINTFLAG is nil.
4030
9ba27690
KS
40312005-04-08 Kim F. Storm <storm@cua.dk>
4032
4033 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
4034
73f0d996
KS
40352005-04-06 Kim F. Storm <storm@cua.dk>
4036
4037 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
4038
369f76bb
YM
40392005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
4042 (Fmac_get_preference): Doc fix.
4043
203eb0aa
SM
4044 * macfns.c (Fx_create_frame, x_create_tip_frame):
4045 Add "fontset-mac" to fallback font/fontsets.
369f76bb 4046
2ba613a6
KS
40472005-04-04 Kim F. Storm <storm@cua.dk>
4048
4d5ddddc
KS
4049 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4050
2ba613a6
KS
4051 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
4052 Call it again after autoload.
4053
1673df2e
JD
40542005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4055
4056 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
4057 mallopt.
4058
4059 * ralloc.c (r_alloc_init): Ditto.
4060
41639988
KH
40612005-04-01 Kenichi Handa <handa@m17n.org>
4062
1cf21850
LK
4063 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
4064 (Vascii_eqv_table): Extern them.
41639988
KH
4065
4066 * casetab.c (set_case_table): If standard is nonzero, setup
4067 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
4068
4069 * search.c (looking_at_1): Use current_buffer->case_canon_table,
4070 not DOWNCASE_TABLE.
4071 (string_match_1): Likewise.
4072 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
4073 Vascii_downcase_table.
4074 (fast_string_match_ignore_case): Likewise.
4075 (search_buffer): Fix checking of boyer-moore usability.
203eb0aa
SM
4076 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
4077 No need of tranlating characters in PAT. Fix calculation of
41639988
KH
4078 simple_translate.
4079
6ca53601
SM
40802005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
4083 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
4084 Use XtNtopShadowPixel and XtNbottomShadowPixel.
4085 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
4086 really work and that breaks with some versions of Xaw3d.
4087
fafbb99d 40882005-03-31 Kenichi Handa <handa@m17n.org>
bf762c98
KH
4089
4090 * coding.c (syms_of_coding): Fix previous change.
4091
6ca53601
SM
40922005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * fileio.c (search_embedded_absfilename): Fix last change.
4095
bf762c98
KH
40962005-03-25 Kenichi Handa <handa@m17n.org>
4097
4098 * coding.c (syms_of_coding): Suggest to use set-coding-category in
4099 the docstring of coding-category-list.
4100
f793f885
KS
41012005-03-31 Kim F. Storm <storm@cua.dk>
4102
4103 * keyboard.c (Qmouse_fixup_help_message): New var.
4104 (syms_of_keyboard): Intern and staticpro it.
4105 (show_help_echo): Apply mouse-fixup-help-message to help string.
4106
c364fe19
KS
41072005-03-30 Kim F. Storm <storm@cua.dk>
4108
4109 * xdisp.c (display_line): Allow multiple overlay arrows in window.
4110
c70a4df6
SM
41112005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
4114 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
4115 (Ffile_name_absolute_p): Use it.
4116 (search_embedded_absfilename): New fun, extracted from
4117 Fsubstitute_in_file_name. Use file_name_absolute_p.
4118 Free the pw data after use.
4119 (Fsubstitute_in_file_name): Use it.
4120 After cutting a prefix, re-check file-name-handler.
4121
6e7d0438
JR
41222005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
4123
6ca53601 4124 * w32term.h (x_output): Add focus_state.
6e7d0438
JR
4125
4126 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
4127 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
4128
65671706
SM
41292005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
4132 Use Fexit_minibuffer.
4133 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
4134
0de4dad4
SM
41352005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4136
781da985
SM
4137 * dired.c (Ffile_attributes): Add a missing gcpro.
4138
0de4dad4
SM
4139 * alloc.c (make_number): The arg can be bigger than `int'.
4140 * lisp.h (make_number): Make prototype more precise.
4141
4142 * process.c, dired.c (Vfile_name_coding_system)
4143 (Vdefault_file_name_coding_system):
4144 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
4145 (Vdefault_file_name_coding_system): Remove unused declarations.
4146
ff18668f
JD
41472005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4148
4149 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
4150 if it failed to pop up (Gnome "show pointer on ctrl" option makes
4151 menus fail to pop up).
4152
0de4dad4 41532005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
66347da7
SM
4154
4155 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
0de4dad4 4156 Just prepend a backslash without replacing the NBSP by an SPC.
66347da7 4157
8df0ffbe
KS
41582005-03-22 Kim F. Storm <storm@cua.dk>
4159
4160 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
4161 * dispextern.h (lookup_derived_face): Fix prototype.
4162 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
4163
4164 * xdisp.c (handle_single_display_spec): Derive left-fringe and
4165 right-fringe face from fringe face.
4166
4167 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
4168 Derive face from fringe face.
4169
6ca30ba4
JD
41702005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4171
4172 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
4173
d615870a
DK
41742005-03-22 David Kastrup <dak@gnu.org>
4175
4176 * textprop.c (Fnext_char_property_change)
66347da7 4177 (Fprevious_char_property_change): Allow marker as limit.
d615870a
DK
4178 (Fnext_single_char_property_change)
4179 (Fprevious_single_char_property_change): Check that limit is a
4180 number in strings.
4181 (Fnext_single_char_property_change): Coerce position to integer.
4182 (Fprevious_single_char_property_change): Same here.
4183
32b939ea
TTN
41842005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4185
4186 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
4187
6027e473
SM
41882005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * frame.c (Fignore_event): Remove.
4191 (syms_of_frame): Don't defsubr it.
4192
4193 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
4194 redundant `ignore-event'.
4195
730f4d72
EZ
41962005-03-19 Eli Zaretskii <eliz@gnu.org>
4197
4198 * unexec.c (write_segment, unexec): Move these functions to avoid
4199 forward references (which cause errors with "gcc -gcoff").
4200
c7f6afd5
JD
42012005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4202
6027e473 4203 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
9188be47 4204 that it doesn't become "tooltip". The specbind is enough.
8d5980cf 4205
c7f6afd5
JD
4206 * xrdb.c (x_load_resources): Use different char *helv when I18N
4207 is present.
4208
db328182
KH
42092005-03-17 Kenichi Handa <handa@m17n.org>
4210
66347da7 4211 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
db328182 4212
211f2210
SM
42132005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
4216 Use xic_create_fontsetname even for non-Motif menus.
4217 Don't forget to free the fontsetname.
4218
4219 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
4220
c7bd5d57
RS
42212005-03-17 Richard M. Stallman <rms@gnu.org>
4222
4223 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
4224
4225 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
4226 (Fmake_symbolic_link): Use G to read the new file name.
4227
4228 * callint.c (Finteractive): Document G option.
4229 (Fcall_interactively): Implement G option.
4230
4231 * buffer.c (buffer_lisp_local_variables): New function,
4232 broken out from Fbuffer_local_variables.
4233 (clone_per_buffer_values): Use buffer_lisp_local_variables.
4234
888953f1
SM
42352005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4236
3c916d65
SM
4237 * xfns.c (xic_create_fontsetname): Add `motif' argument.
4238 Always return a freshly allocated string.
4239 (xic_create_xfontset): Adjust call.
4240
4241 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
4242 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
4243 (dump_realized_face): Fix warning.
4244
9f9e5275
SM
4245 * emacs.c (Fkill_emacs): YAILOM.
4246
888953f1
SM
4247 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
4248
48502d68
YM
42492005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4250
4251 * mac.c (HASHKEY_TERMINAL): Remove.
4252 (HASHKEY_MAX_NID): New macro.
4253 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
4254 argument.
888953f1 4255 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
48502d68
YM
4256 (xrm_create_database, xrm_q_put_resource)
4257 (xrm_merge_string_database, xrm_q_get_resource_1)
4258 (xrm_q_get_resource): Change resource database representation so
4259 that it may not use multiple hash tables for a single database.
4260 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
4261
d5161e8c
SM
42622005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4263
11a646cd
SM
4264 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
4265
4266 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
4267 locale-coding-system, as was already done for WINDOWSNT.
4268
d5161e8c
SM
4269 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
4270 translation for chars in the 0-255 range.
4271
568b6e41
LK
42722005-03-16 Lute Kamstra <lute@gnu.org>
4273
4274 * floatfns.c (Ffloor): Doc fix.
4275
469fb3cf
YM
42762005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4277
4278 * mac.c: Include macterm.h instead of directly including Carbon.h.
4279 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
4280 (Qarray, Qdictionary): New variables.
4281 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4282 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
4283 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
4284 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
4285 in callback for CFDictionaryApplyFunction.
4286 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4287 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4288 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
4289 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
4290 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
4291 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4292 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
3d454340 4293 (skip_white_space, parse_comment, parse_include_file)
469fb3cf
YM
4294 (parse_binding, parse_component, parse_resource_name, parse_value)
4295 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
4296 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
d5161e8c
SM
4297 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
4298 New functions.
469fb3cf
YM
4299
4300 * macfns.c (mac_get_rdb_resource): Remove function.
4301 (x_get_string_resource): Use xrm_get_resource.
4302
4303 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
4304
4305 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
4306 name_list_element.
4307 (mac_make_rdb): Create resource database from preferences and
4308 argument string.
4309 (mac_term_init): Save resource database to cddr part of
4310 name_list_element.
4311
4312 * macterm.h (xrm_merge_string_database, xrm_get_resource)
4313 (xrm_get_preference_database): Add externs.
4314 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4315 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4316 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
4317
4318 * process.c (init_process): Change `#ifdef DARWIN' to `#if
4319 defined (DARWIN) || defined (MAC_OSX)'
4320
4321 * s/darwin.h (DARWIN): Don't define.
4322
6a3fac90
YM
43232005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4324
4325 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
4326 Remove unused variables.
4327 (syms_of_macfns): Don't initialize them. Likewise for
4328 Qface_set_after_frame_default. Defvar and initialize
4329 Vx_window_horizontal_drag_shape.
4330 (x_set_mouse_color): Change mouse pointer shape.
4331 (mac_window) [!MAC_OSX]: Create root control.
469fb3cf 4332 (Fx_create_frame): Remove initializations of mouse pointer shapes.
6a3fac90
YM
4333 (hourglass_started): New function (from xfns.c).
4334 (start_hourglass, cancel_hourglass): Put function body in #ifdef
4335 MAC_OSX.
4336 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
4337 indicator for each non-tooltip frame if needed, and show it.
d5161e8c 4338 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
6a3fac90
YM
4339
4340 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
4341 Controls.h. Use ThemeCursor instead of CursHandle.
4342
d5161e8c
SM
4343 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
4344 Remove functions and declarations.
4345 (mac_set_colors): Take argument for saving background color.
4346 All callers changed.
6a3fac90
YM
4347 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
4348 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
4349 background color.
4350 (x_update_end, mac_do_track_drag): Don't reset background color.
d5161e8c
SM
4351 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
4352 Use SetThemeCursor.
6a3fac90
YM
4353 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
4354 indicator control to the upper-right corner of the window.
4355 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
4356 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
4357 (do_window_update): Update controls after updating content area.
4358 (mac_handle_window_event): Remove unused extern.
4359 (XTread_socket): Check both control handle and control part code
4360 to determine whether a scroll bar is clicked. Activate/deactivate
4361 root control instead of contained scroll bar controls.
4362 (make_mac_terminal_frame): Use ThemeCursor constants.
4363
d5161e8c
SM
4364 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
4365 New member hourglass_control.
6a3fac90 4366 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
d5161e8c 4367 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
6a3fac90 4368
a7321976
YM
43692005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4370
4371 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
6a3fac90 4372 coincides with that in Apple X11 except `clear', `enter' on
a7321976
YM
4373 laptops, and fn + `enter' on laptops.
4374
f7b758bd
SM
43752005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
4378 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
4379 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
4380
4381 * xfns.c (xic_defaut_fontset): New constant.
4382 (xic_create_fontsetname): New function.
4383 Extracted from create_frame_xic. Try to generate a slightly
4384 better fontset.
4385 (xic_create_xfontset): Use it.
4386 (create_frame_xic): Simplify.
4387
dac24db4
SM
43882005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * fileio.c (Fmake_symbolic_link): Fix last change.
4391
e0402468
RS
43922005-03-11 Richard M. Stallman <rms@gnu.org>
4393
4394 * fileio.c (Frename_file, Fadd_name_to_file)
4395 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
4396 expand the basename of FILE relative to it.
4397
fa815b14
KH
43982005-03-11 Kenichi Handa <handa@m17n.org>
4399
4400 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
4401 before calling setup_coding_system so that autoloading of a coding
4402 system work.
4403
817d354b
JD
44042005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4405
68a505ef
JD
4406 * xfns.c (hourglass_started): New function.
4407
4408 * dispextern.h: Declare hourglass_started.
4409
4410 * keyboard.c (Fexecute_extended_command): Restart hourglass
4411 after call to Fcompleting_read if already started.
4412
817d354b
JD
4413 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
4414 GTK main loop is entered in xterm.c, thus doing the redraw.
4415
b0a6f45c
KS
44162005-03-10 Kim F. Storm <storm@cua.dk>
4417
4418 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
4419
ee5d57b0
KH
44202005-03-08 Kenichi Handa <handa@m17n.org>
4421
4422 * frame.c (x_set_font): Call set_default_ascii_font if an
4423 available font is found.
4424
4425 * fontset.c (set_default_ascii_font): New function.
dac24db4 4426 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
ee5d57b0
KH
4427
4428 * fontset.h (set_default_ascii_font): Extern it.
4429
f30c4a5c
KS
44302005-03-07 Kim F. Storm <storm@cua.dk>
4431
3fb26a86
KS
4432 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
4433 (clear_image_cache_count): New var.
4434 (redisplay_internal): Don't clear face and image caches in the
4435 middle of redisplay; do it afterwards.
4436
a54595d4
KS
4437 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
4438
f30c4a5c
KS
4439 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
4440 is valid. If not, clear phys_cursor_on_p and return.
4441
3d182f9d
AS
44422005-03-07 Andreas Schwab <schwab@suse.de>
4443
4444 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
4445
85d964de
RS
44462005-03-06 Richard M. Stallman <rms@gnu.org>
4447
4448 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
4449
4450 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
4451 (Feval, Ffuncall): Use CHECK_CONS_LIST.
4452
4453 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
4454
4455 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
4456 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
4457
3ff96c81
JL
44582005-03-05 Juri Linkov <juri@jurta.org>
4459
4460 * emacs.c (USAGE1): Replace Info node name "command arguments"
4461 with "emacs invocation".
4462 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
4463 allow arguments `--color' and `MODE' to be separated by space.
4464 Add --no-blinking-cursor, -nbc.
4465 (standard_args): Add -nbc, --no-blinking-cursor.
4466
64eb0083
TTN
44672005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
4468
4469 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
4470 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
4471 * fileio.c (Fexpand_file_name) [VMS]:
4472 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
4473 * doc.c (munge_doc_file_name) [VMS]: Likewise.
4474 (Fsnarf_documentation): Call munge_doc_file_name.
4475
ad708ae5
TTN
44762005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
4477
4478 * s/vms.h (FILE_SYSTEM_CASE): New macro.
4479 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
4480 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
4481
ba025f6d
YM
44822005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4483
4484 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
4485 defined (MAC_OSX) && defined (HAVE_CARBON)'.
ad708ae5 4486
dac24db4 4487 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
ba025f6d
YM
4488
4489 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4490 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
dac24db4 4491 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
ba025f6d
YM
4492 (mac_clear_font_name_table): Move extern to macterm.h.
4493
4494 * macfns.c (install_window_handler): Move extern to macterm.h.
4495 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
4496 valid. Don't check !NILP (dir) because it is already checked with
4497 CHECK_STRING.
4498 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
dac24db4 4499 specifying the default location and obtaining the selected filename.
ba025f6d
YM
4500
4501 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4502
2313f861 4503 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
ba025f6d
YM
4504 are included via Carbon.h.
4505
dac24db4
SM
4506 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
4507 Define USE_CARBON_EVENTS to 1.
2313f861 4508 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
ba025f6d
YM
4509 (x_free_frame_resources): Call remove_window_handler for
4510 non-tooltip windows.
4511 [TARGET_API_MAC_CARBON]: Don't include headers that are included
4512 via Carbon.h.
4513 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
4514 (mac_do_receive_dragUPP): New variables.
4515 (mac_handle_service_event, init_service_handler): Put declarations
4516 and definitions in #ifdef MAC_OSX.
4517 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
4518 drag-and-drop handler functions and register them.
4519 (remove_window_handler): New function.
dac24db4
SM
4520 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
4521 Use fsspec_to_posix_pathname.
ba025f6d
YM
4522 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
4523 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
dac24db4
SM
4524 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
4525 Set default cursors.
ba025f6d
YM
4526 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
4527 init_service_handler or init_quit_char_handler.
4528 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
4529
4530 * macterm.h (install_window_handler, remove_window_handler)
4531 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
4532 (mac_clear_font_name_table): New externs.
ad708ae5 4533
c1558952
TTN
45342005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
4535
4536 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
4537 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
4538 (Fexpand_file_name): Likewise.
4539
fa439170
TTN
45402005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
4541
4542 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
4543 no longer special-case VMS. Add bogus return value.
4544
db2dacf6
KS
45452005-03-02 Kim F. Storm <storm@cua.dk>
4546
4547 * dispextern.h (XASSERTS): Define to 0 if not already defined.
4548 (xassert) [!XASSERTS]: Define dummy version.
4549
0870514c
KS
45502005-03-02 Kim F. Storm <storm@cua.dk>
4551
4552 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
4553 Reported by David Kastrup.
4554
6b640092
KS
45552005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
4556
4557 * xdisp.c (get_next_display_element): Fix control and escape
4558 glyph from display vector.
4559
f4a5a485
SM
45602005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
4563
85d964de
RS
45642005-02-27 Richard M. Stallman <rms@gnu.org>
4565
4566 * xdisp.c (fast_find_position): Rename END to BEG.
4567 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
4568
6e8db3ea
JD
45692005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4570
f4a5a485 4571 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
6e8db3ea
JD
4572 gtk_window_resize and x_wm_set_size_hint.
4573
0f465b55
KS
45742005-02-25 Kim F. Storm <storm@cua.dk>
4575
4576 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
4577
4578 * xdisp.c (init_from_display_pos): Don't read past end of
4579 it->overlay_strings array.
4580
d5fb8dab 45812005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
845a78b4
LK
4582
4583 * buffer.c (syms_of_buffer): Fix typo.
4584
b02c3eed
LK
45852005-02-23 Lute Kamstra <lute@gnu.org>
4586
4587 * buffer.c (Foverlay_buffer): Doc fix.
4588
c8500765
KS
45892005-02-22 Kim F. Storm <storm@cua.dk>
4590
b686dd59
KS
4591 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
4592 and symbol keys in alists and hash tables.
4593
c8500765
KS
4594 * xdisp.c (fast_find_position): Fix search for start of overlay.
4595
81c85b53
KS
45962005-02-21 Kim F. Storm <storm@cua.dk>
4597
4598 * window.c (window_scroll_pixel_based): When scrolling backwards,
4599 handle partial visible line at end of window even when we hit PT.
4600
f4a5a485 46012005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9df747e1
SM
4602
4603 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
4604
0dd5a842
KS
46052005-02-21 Kim F. Storm <storm@cua.dk>
4606
4607 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
4608 I think those asserts are bogus if buffer contains invisible text
4609 or images.
4610
d5fb8dab 46112005-02-21 David Kastrup <dak@gnu.org>
19e05d1f
KS
4612
4613 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
4614
0fba9f25
KS
46152005-02-20 Kim F. Storm <storm@cua.dk>
4616
4617 * xdisp.c (pos_visible_p): Be sure to move to the specified
4618 position. Always get the full ascent / descent of the
4619 corresponding row, to return reliable rtop and rbot values.
4620 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
4621 Must look one character back, as back_to_previous_line_start
4622 returns position after the newline.
4623 (move_it_vertically_backward): Fix heuristic for when to move further
4624 back in case line_height * 2/3 is larger than window height.
4625 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
4626 as it does not do anything anymore. Add arg current_matrix_p to
4627 use current matrix rather than desired matrix when set.
4628 (try_cursor_movement): Don't scroll to make cursor row fully
4629 visible if cursor didn't move. This avoids unexpected recentering
4630 in case of blinking cursor or accepting process output.
4631 Use current matrix to check cursor row visibility.
4632 (redisplay_window): Fix whether to recenter or move to top in case
4633 cursor line is taller than window height.
4634 (find_first_unchanged_at_end_row): Stop search if we reach a row
4635 which not enabled (instead of abort).
4636
b1c2adc3
KS
46372005-02-18 Kim F. Storm <storm@cua.dk>
4638
c2ee48fb
KS
4639 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
4640 to be nil in a :box attribute value list; customize prints that
4641 as lisp value when no box color is specified.
4642
b1c2adc3
KS
4643 * .gdbinit (pitx, pit): Pretty print display iterator.
4644 (prowx, prow): Pretty print glyph row.
4645 (pcursorx, pcursor): Pretty print a window cursor.
4646 (pwinx, pwin): Pretty print struct window.
4647
f102186f
SM
46482005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * alloc.c (BLOCK_BYTES): Harmless typo.
4651
9b516537
AS
46522005-02-17 Andreas Schwab <schwab@suse.de>
4653
4654 * xfns.c (hack_wm_protocols): Use correct type for last parameter
4655 of XGetWindowProperty to avoid aliasing issues.
4656 (Fx_window_property): Likewise.
4657
4658 * xselect.c (Fx_disown_selection_internal): Use union of struct
f4a5a485 4659 input_event and struct selection_input_event to avoid aliasing issues.
9b516537
AS
4660
4661 * xterm.c (handle_one_xevent): Use union of struct input_event and
4662 struct selection_input_event to avoid aliasing issues.
4663 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
4664
886b1418
KS
46652005-02-17 Kim F. Storm <storm@cua.dk>
4666
4667 * dispextern.h (enum it_method): New enum.
4668 (GET_FROM_*): Its members.
4669 (struct it): Change member method from function pointer to enum.
4670
4671 * xdisp.c (check_it, init_from_display_pos, handle_stop)
4672 (setup_for_ellipsis, handle_single_display_spec)
4673 (handle_composition_prop, next_overlay_string)
4674 (get_overlay_strings, reseat_1, reseat_to_string)
4675 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
4676 (in_display_vector_p, display_line, get_next_display_element):
4677 Change it->method from function pointer to enum.
4678 (get_next_element): New array to map it->method to function.
4679 (get_next_display_element): Use it.
4680 (set_iterator_to_next): Use switch instead of if/else chain.
4681
99ee2c6a 46822005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
52c7f9ee
JR
4683
4684 * w32select.c: Summary: Thorough rework to implement Unicode
4685 clipboard operations and delayed rendering.
4686
4687 Drop last_clipboard_text and related code, keep track of
f4a5a485 4688 ownership via clipboard_owner instead. Drop old #if0 sections.
52c7f9ee
JR
4689
4690 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
4691 (clipboard_owner, modifying_clipboard, cfg_coding_system)
4692 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
4693 (current_coding_system, current_requires_encoding)
f4a5a485
SM
4694 (current_num_nls, current_clipboard_type, current_lcid):
4695 New static variables.
52c7f9ee
JR
4696
4697 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
4698 (render, render_all, run_protected, lisp_error_handler)
4699 (owner_callback, create_owner, setup_config)
f4a5a485
SM
4700 (enum_locale_callback, cp_from_locale, coding_from_cp):
4701 New local functions.
52c7f9ee
JR
4702
4703 (term_w32select, globals_of_w32select): New global functions.
4704
4705 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
4706 clipboard_owner instead. Use delayed rendering and provide
4707 all text formats. Provide CF_LOCALE if necessary.
4708
4709 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
4710 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
4711 available. Force DOS line-ends for decoding.
4712
4713 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
4714
4715 (syms_of_w32select): Init and register new variables.
4716
4717 * w32.h: Add prototypes for globals_of_w32select and
4718 term_w32select. Make the neighboring K&R declarations into
4719 prototypes, too.
4720
4721 * emacs.c: Include w32.h to get function prototypes.
4722 (main): Call globals_of_w32select.
4723
886b1418 4724 * w32.c (term_ntproc): Call term_w32select.
52c7f9ee
JR
4725
4726 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
4727
86e61586
KS
47282005-02-16 Kim F. Storm <storm@cua.dk>
4729
4730 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
4731 at end of display vector.
4732
6407f07b
RS
47332005-02-15 Richard M. Stallman <rms@gnu.org>
4734
4735 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
4736 for mode and header lines.
4737
4738 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
4739
4740 * keymap.h (describe_map_tree): Change decl.
4741
4742 * keyboard.c (command_loop_1): Always use safe_run_hooks
4743 to run Qdeferred_action_function.
4744
4745 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
4746 (describe_map, describe_vector): Likewise. When it's 1,
4747 don't omit shadowed bindings, instead mark them as shadowed.
4748
4749 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
4750 for describe_map_tree. Pass 1 for MENTION_SHADOW.
4751
4752 * data.c (Fsetq_default): Allow no arg case.
4753
3bb917bf
KH
47542005-02-14 Kenichi Handa <handa@m17n.org>
4755
4756 * coding.c (encode_coding_string): Always return a unibyte string.
4757 If NOCOPY is nonzero and there's no need of encoding, make STR
4758 unibyte directly.
4759
4760 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
4761 multibyte string, signal an error instead of aborting.
4762
e31d908f
DN
47632005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
4764
4765 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
4766
48e029b6
KS
47672005-02-12 Kim F. Storm <storm@cua.dk>
4768
4769 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
4770
c10bb00a
KS
47712005-02-10 Kim F. Storm <storm@cua.dk>
4772
4773 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
4774 if it moves outside window or it doesn't display text.
4775
9ca0f64a
KS
47762005-02-09 Kim F. Storm <storm@cua.dk>
4777
4778 * undo.c (Fprimitive_undo): Check that undo function does not
4779 switch buffer.
4780
b8d6f4af
JD
47812005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4782
4783 * xselect.c (selection_data_to_lisp_data): For the special case
4784 type == XA_ATOM, data contains array of int, not array of Atom.
d5161e8c
SM
4785 (x_property_data_to_lisp, selection_data_to_lisp_data):
4786 Comment update: data must be array of int for format == 32.
b8d6f4af 4787
3419757d
SM
47882005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
4791
3a441526
JD
47922005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4793
fc34503b
JD
4794 * xfns.c (Fx_change_window_property): Use long array when format is 32.
4795 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
4796 convert long array returned from XGetWindowProperty to an int array.
bae45dc3
JD
4797 (x_set_tool_bar_lines): Check that width and height is greater than
4798 zero before clearing area.
fc34503b
JD
4799
4800 * xselect.c (x_reply_selection_request): Pass long array to
4801 XChangeProperty so that 64 bit longs are handeled correctly.
4802 (x_get_window_property): If format is 32 and long is bigger than 32
4803 bits convert data from XGetWindowProperty from long array to int array.
4804 (lisp_data_to_selection_data): When the input is a vector and the
4805 format is 32, allocate a long array even if long is bigger than 32 bits.
4806 (x_fill_property_data): Use char, short and long as the man page
4807 for XChangeProperty specifies. This way the data returned is OK for
4808 both 32 and 64 bit machines.
4809 (x_handle_dnd_message): Calculate size correctly even for 64 bit
4810 machines.
4811 (Fx_send_client_event): Undo change from 2005-02-05,
4812 x_fill_property_data now handles that case.
4813
3419757d 4814 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
3a441526
JD
4815 reason for the approach in the code.
4816
82ec225b
KS
48172005-02-07 Kim F. Storm <storm@cua.dk>
4818
4819 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
4820
ba2c991c
RS
48212005-02-06 Richard M. Stallman <rms@gnu.org>
4822
4823 * eval.c (Frun_hook_with_args)
4824 (Frun_hook_with_args_until_success)
4825 (Frun_hook_with_args_until_failure): Doc fixes.
4826
e120ea40
AS
48272005-02-05 Andreas Schwab <schwab@suse.de>
4828
3419757d 4829 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
e120ea40 4830
31f16913
JD
48312005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4832
4833 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
4834 the longs in a XClientMessageEvent correctly when long is 64 bits.
4835
6082a820
EZ
48362005-02-05 Eli Zaretskii <eliz@gnu.org>
4837
4838 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
4839 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
4840
0e95095b
JD
48412005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4842
4843 * xmenu.c (menubar_selection_callback): Force out GTK buffered
4844 events so the menu event comes after them. This is to prevent sit-for
4845 from exiting on buffered events directly after a menu selection,
4846 lisp code for Help => About Emacs uses sit-for.
4847
4848 * gtkutil.c (create_menus): Connect selection-done event instead of
4849 the deactivate event to deactivate_cb. This will make the last
4850 leave event come before the call to deactivate_cb, so the leave
4851 event does not make sit-for exit after a menu selection.
4852
5bb6a3c1
KS
48532005-02-03 Kim F. Storm <storm@cua.dk>
4854
4855 * dispnew.c (build_frame_matrix_from_leaf_window)
4856 [!GLYPH_DEBUG]: Fix xassert.
4857
4858 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
4859
4860 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
4861
e9859e26
YM
48622005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4863
4864 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
4865 the compiling OS version.
4866
4867 * macfns.c (x_create_tip_frame): Likewise.
4868
3419757d 4869 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
e9859e26 4870
4e07258f
RS
48712005-02-03 Richard M. Stallman <rms@gnu.org>
4872
4873 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
4874
4875 * xdisp.c (echo_area_display): Clear echo_message_buffer.
4876
4877 * buffer.c (Fbury_buffer): Doc fix.
4878
4a34b529
ST
48792005-02-02 Steven Tamm <steventamm@mac.com>
4880
7e26f91b 4881 * macfns.c (unwind_create_frame): Fix compile error due to
f6c62d96 4882 xassert being uncondition, but predicate is.
7e26f91b 4883 * dispnew.c (update_window): Fix compile error due to
f6c62d96 4884 xassert being uncondition, but predicate is.
4a34b529 4885
d78f30b8
MB
48862005-02-02 Miles Bader <miles@gnu.org>
4887
4888 * dispextern.h (xassert): Enable unconditionally.
4889
b044278d
KS
48902005-02-02 Kim F. Storm <storm@cua.dk>
4891
4892 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
4893
56072160
KH
48942005-02-02 Kenichi Handa <handa@m17n.org>
4895
4896 * casefiddle.c (casify_object): Enable changing characters of
4897 different byte length.
4898 (casify_region): Fix loop condition, args to replace_range_2, and
4899 update opoint_byte.
4900
f4a5a485 4901 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
56072160 4902
5e1674c5
KS
49032005-02-01 Kim F. Storm <storm@cua.dk>
4904
4905 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
4906 stack before calling handle_display_prop.
4907
fb89c330
KS
49082005-01-31 Kim F. Storm <storm@cua.dk>
4909
4910 * undo.c (Qapply): New lisp var.
4911 (syms_of_undo): Intern and staticpro it.
4912 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
4913 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
4914
4915 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
4916
7bf72fa6
JH
49172005-01-30 Jesper Harder <harder@phys.au.dk>
4918
a050b1a9
KS
4919 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
4920 <mac-emulate-three-button-mouse>: Fix docstring indentation.
7bf72fa6 4921
03c64f2e
LT
49222005-01-29 Luc Teirlinck <teirllm@auburn.edu>
4923
4924 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
6de38aa3 4925 Increase value to 3 Meg.
03c64f2e 4926
49b8b5dc
JD
49272005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4928
4929 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
4930 button events are not received otherwise.
4931
5a92a9eb
RS
49322005-01-29 Richard M. Stallman <rms@gnu.org>
4933
4934 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
4935
4936 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
4937
5c243ee4
SM
49382005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * keymap.c (access_keymap): YAILOM.
4941
caf533af
KS
49422005-01-27 Kim F. Storm <storm@cua.dk>
4943
4944 * xdisp.c (get_phys_cursor_geometry): New function to calculate
4945 phys cursor position and size for hollow cursor. Position is
4946 aligned with get_glyph_string_clip_rect and ensures that a hollow
4947 cursor is shown, even when the actual glyph is not visible.
4948
4949 * dispextern.h (get_phys_cursor_geometry): Add prototype.
4950
4951 * xterm.c (x_clip_to_row): Ensure y >= 0.
4952 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4953
4954 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4955
4956 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4957
043f7f73
SM
49582005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
4961
889f3641
KS
49622005-01-27 Kim F. Storm <storm@cua.dk>
4963
4964 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
4965 glyph, even when row is only partially visible and actual cursor
4966 position is not visible.
4967
29099c2f
RS
49682005-01-24 Richard M. Stallman <rms@gnu.org>
4969
4970 * xterm.c (x_error_quitter): No longer static, and moved after
4971 x_error_handler.
4972
6adb6f01
KS
49732005-01-24 Kim F. Storm <storm@cua.dk>
4974
4975 * xdisp.c (move_it_by_lines): If we move forward after going too
4976 far back, cancel move if end position is same as start position.
4977
4d904fa0
ST
49782005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4979
4980 * dispextern.h (struct glyph_string): New members clip_head and
4981 clip_tail.
6adb6f01 4982
4d904fa0
ST
4983 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
4984 region to the area between clip_head and clip_tail.
4985 (draw_glyphs): Record the area that need to be actually redrawn to
4986 the new variables clip_head and clip_tail when there are
4987 overhangs. Set values of these variables to the corresponding
4988 members in struct glyph_string. Refine x coordinates for
4989 notice_overwritten_cursor using clip_head and clip_tail.
6adb6f01 4990
4d904fa0
ST
4991 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
4992
4993 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
4994 QDTextBounds.
4995 (x_draw_glyph_string): Don't fill the background of the successor
6adb6f01 4996 of a glyph with a right overhang if the successor will draw a cursor.
4d904fa0 4997 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
6adb6f01 4998 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
4d904fa0 4999
f2417699
KS
50002005-01-24 Kim F. Storm <storm@cua.dk>
5001
6f67f013
KS
5002 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
5003 direction if window height was smaller than next-screen-context-lines.
5004 Now always scroll at least one line in the requested direction.
5005 Ensure that we actually do scroll backwards when requested to do so.
5006
f2417699
KS
5007 * xdisp.c (redisplay_window): Only try to make cursor line fully
5008 visible once (to avoid redisplay loop).
5009
a354b72c
KS
50102005-01-23 Kim F. Storm <storm@cua.dk>
5011
6b3d88f7 5012 * window.c (Fpos_visible_in_window_p): Simplify return value for
8f958b40 5013 partially visible rows.
6b3d88f7
KS
5014 (window_scroll_pixel_based): Adapt to that change.
5015
5c20cae2
KS
5016 * window.c (window_scroll_pixel_based): Force moving to next line
5017 if scrolling doesn't move start point, e.g. if looking at tall image.
5018
a354b72c 5019 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5c20cae2
KS
5020 Clear last_height before calling line_bottom_y to get real height.
5021 Fix calculation of y.
a354b72c 5022
d9e7c622
ST
50232005-01-22 Steven Tamm <steventamm@mac.com>
5024
5025 * s/darwin.h: Removed PTY_ITERATION from here.
043f7f73 5026 (DARWIN): Define.
7e26f91b 5027
d9e7c622
ST
5028 * process.c (init_process): Default process-connection-type to
5029 nil on darwin 6 or less, t if it is 7 or higher. This way the
5030 broken pty behavior is still allowed on darwin 6 for interactive
5031 processes for people that know what they are doing.
5032
d00e399a
KS
50332005-01-22 Kim F. Storm <storm@cua.dk>
5034
5035 * window.c (auto_window_vscroll_p): New boolean.
5036 (syms_of_window): DEFVAR_BOOL it.
5037 (Fpos_visible_in_window_p): Extend return value to include RTOP
5038 and RBOT values if FULLY is nil.
5039 (window_scroll_pixel_based): Adjust vscroll for partially visible
5040 rows if auto_window_vscroll_p is set.
5041 (Fset_window_vscroll): Do nothing if vscroll is not modified.
5042
5043 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
5044 to return number of partially invisible pixels at top and bottom
5045 of the dislay row at POS.
5046
5047 * lisp.h (pos_visible_p): Fix prototype.
5048
f95a20e7
RS
50492005-01-21 Richard M. Stallman <rms@gnu.org>
5050
5051 * fileio.c (Fcopy_file): Doc fix.
5052
eee141ce
JD
50532005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5054
5055 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
5056 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
5057 start of function for older compilers.
5058
6f771c32
RS
50592005-01-20 Richard M. Stallman <rms@gnu.org>
5060
5061 * editfns.c (Fmessage): If arg is "", return "" (as before).
5062
5063 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
5064
5065 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
5066 variable.
5067
a15252fd
ST
50682005-01-20 Steven Tamm <steventamm@mac.com>
5069
043f7f73 5070 * editfns.c (Voperating_system_release): Add.
a15252fd
ST
5071 (init_editfns): Assign new variable operating-system-release
5072 based on call to uname if available.
043f7f73 5073 (get_operating_system_release): Add function to
d00e399a 5074 allow c-level access to operating system release.
a15252fd
ST
5075
5076 * config.h: Regenerated.
5077
043f7f73
SM
5078 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
5079 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
a15252fd
ST
5080 using ptys as '7'.
5081
3d6a4b2d
KS
50822005-01-20 Kim F. Storm <storm@cua.dk>
5083
62fc9b0f
KS
5084 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
5085
c310aca4
KS
5086 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
5087 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5088
5089 * macterm.c (x_draw_glyph_string_box): Likewise.
5090
5091 * w32term.c (x_draw_glyph_string_box): Likewise.
5092
3d6a4b2d
KS
5093 * indent.c (Fvertical_motion): Temporarily disable selective display.
5094
27c8be45
KS
50952005-01-19 Kim F. Storm <storm@cua.dk>
5096
77db5cf3
KS
5097 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
5098 image property.
5099
27c8be45
KS
5100 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
5101
81f498dc
KS
51022005-01-18 Kim F. Storm <storm@cua.dk>
5103
5104 * xdisp.c (fast_find_position): Backtrack to find first row if
5105 charpos is inside a display overlay that spans multiple lines.
5106
1cdb0707
KH
51072005-01-18 Kenichi Handa <handa@m17n.org>
5108
5109 * coding.c (decode_coding_iso2022): Translate invalid codes if
5110 translation-table is specified.
5111
677159ce
KS
51122005-01-18 Kim F. Storm <storm@cua.dk>
5113
5114 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
5115 change. If handle_display_prop indicates newline is replaced by
5116 image or text, move back to start of relevant overlay or interval
5117 and continue scan from there. Simplify.
5118
977284cc
KS
51192005-01-17 Kim F. Storm <storm@cua.dk>
5120
043f7f73
SM
5121 * dispnew.c (mode_line_string, marginal_area_string):
5122 Fix off-by-one error in search for glyph.
977284cc 5123
e24531b7
KS
51242005-01-16 Kim F. Storm <storm@cua.dk>
5125
5126 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
5127
5ddd7664
ST
51282005-01-16 Steven Tamm <steventamm@mac.com>
5129
043f7f73 5130 * macterm.c (mac_to_x_fontname): Remove spurious argument.
5ddd7664 5131
fc2ff44b
AS
51322005-01-16 Andreas Schwab <schwab@suse.de>
5133
5134 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
5135
50af5100
JD
51362005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5137
5138 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
5139 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
5140
a2d5fca0
JD
51412005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5142
5143 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
e24531b7
KS
5144 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
5145 New flags for readable_events.
043f7f73 5146 (get_filtered_input_pending, readable_filtered_events): Remove.
a2d5fca0
JD
5147 (tracking_off): Call readable_events and get_input_pending with
5148 flag READABLE_EVENTS_DO_TIMERS_NOW.
5149 (readable_events): Move code from old readable_filtered_events here,
5150 but check new READABLE_EVENTS_* in argument flags instead of previous
5151 two boolean arguments do_timers_now and filter_events.
5152 If we are doing mouse tracking and the mouse moved, return only if
5153 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
5154 (swallow_events): Call get_input_pending with flag
5155 READABLE_EVENTS_DO_TIMERS_NOW.
e24531b7 5156 (get_input_pending): Move code from old get_filtered_input_pending
a2d5fca0
JD
5157 here. Replace boolean arguments do_timers_now, filter_events with
5158 flags, and pass flags to readable_events. Document new
5159 READABLE_EVENTS_* flags.
5160 (detect_input_pending_ignore_squeezables): New function.
5161 (detect_input_pending_run_timers): Call get_input_pending with flag
5162 READABLE_EVENTS_DO_TIMERS_NOW.
5163 (Finput_pending_p): Call get_input_pending with flags
5164 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
5165
5166 * dispnew.c (update_window, update_frame_1): Replace calls to
5167 detect_input_pending with detect_input_pending_ignore_squeezables
e24531b7 5168 so that redisplay is not paused if the event queue contains only
a2d5fca0
JD
5169 mouse movements.
5170
5171 * lisp.h: Declare detect_input_pending_ignore_squeezables.
5172
42afbcda
ST
51732005-01-15 Steven Tamm <steventamm@mac.com>
5174
e24531b7
KS
5175 * macterm.c (Vmac_use_core_graphics): Declare variable for
5176 mac-allow-anti-aliasing.
5177 (syms_of_macterm): DEFVAR_LISP and initialize it.
743d0696 5178 (mac_draw_string_common): Use core graphics text rendering if
0530c679 5179 mac-allow-anti-aliasing is enabled.
743d0696 5180
42afbcda
ST
5181 * macfns.c (Fx_file_dialog): Save As dialog includes only the
5182 file name in the text box.
5183
9cdd4884
ST
51842005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5185
043f7f73
SM
5186 * macfns.c (x_set_foreground_color, x_set_background_color):
5187 Sync with xfns.c.
9cdd4884
ST
5188 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
5189 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
5190 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
5191
88948d55
KS
51922005-01-14 Kim F. Storm <storm@cua.dk>
5193
5194 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
5195
20d6de82
RS
51962005-01-13 Richard M. Stallman <rms@gnu.org>
5197
5198 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
5199 if Voverriding_terminal_local_map is non-nil.
5200
5201 * keyboard.c (syms_of_keyboard): Doc fix.
5202
f75a592e
KS
52032005-01-13 Kim F. Storm <storm@cua.dk>
5204
5205 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
52eb0373 5206 (specify 0 for FACE instead). Reorder arg list. Doc fix.
f75a592e 5207
28f94a34
RS
52082005-01-12 Richard M. Stallman <rms@gnu.org>
5209
5210 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
5211 face property for characters that don't specify one.
5212
5213 * fns.c (Frequire): Record in load-history unconditionally.
5214
57a230b1
KS
52152005-01-10 Kim F. Storm <storm@cua.dk>
5216
5217 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
5218
5219 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
5220 Callers changed.
5221 Add support to merge with lisp face id too (if face_name is t).
5222
5223 * xdisp.c (get_next_display_element, next_element_from_display_vector):
5224 Don't lookup lface_id from display table glyphs here; instead use
5225 merge_faces to merge the lisp face id into current face.
5226
8ab2c119
KS
52272005-01-09 Kim F. Storm <storm@cua.dk>
5228
5229 * dispextern.h (struct it): New member dpvec_face_id.
5230 (merge_into_realized_face): Add prototype.
5231
5232 * xfaces.c (merge_into_realized_face): New function. Used to
5233 merge escape-glyph face or face from display table into current face.
5234
5235 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
5236 (syms_of_xdisp): DEFVAR_LISP it.
5237 (escape_glyph_face): Remove var.
5238 (redisplay_window): Don't initialize it.
5239 (setup_for_ellipsis, get_next_display_element):
5240 Set it->dpvec_face_id to -1.
5241 (get_next_display_element): Test Vshow_nonbreak_escape.
5242 Do not setup escape_glyph_face.
5243 Properly merge escape-glyph face or face from display table with
043f7f73
SM
5244 current face for escape and control characters.
5245 Set it->dpvec_face_id to relevant face id instead of adding it to each
8ab2c119
KS
5246 element of display vector.
5247 (next_element_from_display_vector): If it->dpvec_face_id is set,
5248 use that instead of lface_id from glyph itself.
5249
e0910857
JD
52502005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5251
5252 * xterm.h (struct x_output): New member, toolbar_detached.
5253
5254 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
5255 38.
5256 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
5257 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
5258 (xg_create_tool_bar): Initialize toolbar_detached.
5259 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
5260 toolbar_detached is zero.
5261
ff59904a
JD
52622005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5263
9b85e63d
JD
5264 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
5265 gtk_menu_popup if not for_click, so callbacks for the menu are called.
5266
ff59904a
JD
5267 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
5268 (xg_tool_bar_callback, xg_tool_bar_help_callback)
043f7f73 5269 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
ff59904a
JD
5270
5271 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8ab2c119 5272 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
ff59904a
JD
5273 XFLOAT_DATA to get extract number from Lisp object.
5274
f9a23a6f
KS
52752005-01-07 Kim F. Storm <storm@cua.dk>
5276
5277 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
5278 Set stop_charpos to current charpos instead of 0.
5279
28f94a34
RS
52802005-01-06 Nick Roberts <nickrob@snap.net.nz>
5281
5282 * xdisp.c (Fformat_mode_line): First arg now required.
5283
a6fffcdc
ST
52842005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5285
5286 * macterm.c (XLoadQueryFont): Correctly handle 0 size
5287 font widths that are returned from some Japanese fonts.
5288
c35b0c6b
KS
52892005-01-06 Kim F. Storm <storm@cua.dk>
5290
5291 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
5292 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
5293 (destroy_fringe_bitmap): Set fringe_faces element to nil.
5294 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
5295 fringe_faces array and init elements to nil.
5296 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
5297 non-persistent face id.
5298 (mark_fringe_data): New function for GC.
5299
5300 * alloc.c (mark_fringe_data): Declare extern.
5301 (Fgarbage_collect): Call mark_fringe_data.
5302
5303 * alloc.c (overrun_check_free): Invalidate freed memory if
5304 XMALLOC_CLEAR_FREE_MEMORY is defined.
5305
e0e76ab9
ST
53062005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5307
5308 * macfns.c: Include sys/param.h.
5309 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
5310 and function.
5311 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
5312 of filename string. Set event callback function when creating
5313 dialog boxes. Add code conversions for filenames. Don't dispose
71b7a47f 5314 of apple event descriptor record if failed to create it.
e0e76ab9
ST
5315
5316 * macterm.c: Include sys/param.h.
5317 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
5318 kEventWindowUpdate.
5319 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
5320 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
5321 of FSSpec from apple event descriptor record.
5322 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
5323 size of filename string.
5324 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
5325 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
5326 file dialog is in action.
043f7f73
SM
5327 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
5328 Reject only when there are no filename items. Set background color
e0e76ab9 5329 before (un)highlighting the window below the dragged items.
2313f861 5330 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
e0e76ab9 5331
043bc640
KH
53322005-01-05 Romain Francoise <romain@orebokech.com>
5333
5334 * term.c (encode_terminal_code): Fix buffer size computation.
5335
dd496df6
RS
53362005-01-04 Richard M. Stallman <rms@gnu.org>
5337
5338 * xdisp.c (Fformat_mode_line): Doc fix.
5339
026cdede
SM
53402005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * alloc.c (refill_memory_reserve): Move.
5343 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
5344 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
5345
d57c7572
RS
53462005-01-03 Richard M. Stallman <rms@gnu.org>
5347
5348 * window.c (window_scroll_pixel_based): Don't correct preserve_y
5349 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
5350
b14f868c
JR
53512005-01-03 Jason Rumney <jasonr@gnu.org>
5352
5353 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
5354 fontp->space_width to FONT_WIDTH so they are valid.
5355
5356 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
52eb0373 5357 average width. Set fontp->average_width and fontp->space_width to
b14f868c
JR
5358 their appropriate values.
5359
5360 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5361 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
5362 fontp->space_width.
5363
e169f939
ST
53642005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5365
5366 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
5367 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
5368 metrics for max and min bounds.
5369 (x_load_font): Correctly calculate average font width metrics.
5370
19996af4
RS
53712005-01-02 Richard M. Stallman <rms@gnu.org>
5372
5373 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
5374
42d02da0
JD
53752004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5376
5377 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
5378
1db7dd46
RS
53792004-12-31 Richard M. Stallman <rms@gnu.org>
5380
b437860a
RS
5381 * xdisp.c (setup_for_ellipsis, get_next_display_element):
5382 Set it->ellipsis_p to 1 or 0.
5383 (display_line): Record whether row ends in mid-ellipsis.
52eb0373 5384 (set_cursor_from_row): If ends in ellipsis, find start of it.
b437860a
RS
5385 (cursor_row_p): If PT's at the end of the ellipsis the row
5386 ends within, don't display cursor on this row.
5387
5388 * dispextern.h (struct it): New element ellipsis_p.
5389 (struct glyph_row): New element ends_in_ellipsis_p.
5390
5391 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
5392 position if we're reading from something other than the buffer.
5393
1db7dd46
RS
5394 * window.c (window_scroll_pixel_based): Only look at
5395 Vscroll_preserve_screen_position if the old PT can't be kept.
5396 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5397
1225f637
KS
53982004-12-30 Kim F. Storm <storm@cua.dk>
5399
5400 * xdisp.c (get_line_height_property): New function extracted from
5401 original calc_line_height_property.
5402 (calc_line_height_property): Rework. Handle t and (nil . ratio).
5403 (x_produce_glyphs): Use them to handle line-height and
5404 line-spacing according to new height spec.
5405 (Qtotal): Remove.
33b2f4ea 5406 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
1225f637 5407
c243063e
KH
54082004-12-30 Kenichi Handa <handa@m17n.org>
5409
5410 * fileio.c (Finsert_file_contents): Don't use
5411 current_buffer->buffer_file_coding_system even if REPLACE is
043f7f73 5412 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
c243063e
KH
5413
5414 * fontset.h (struct font_info): New members space_width and
5415 average_width.
5416
5417 * frame.h (struct frame): New member space_width.
5418 (FRAME_SPACE_WIDTH): New macro.
5419
5420 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
5421
5422 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5423 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
b14f868c 5424 fontp->space_width.
043f7f73 5425 (x_load_font): Calculate fontp->space_width and fontp->average_width.
c243063e
KH
5426 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
5427
5428 * xdisp.c (x_produce_glyphs): Calculate tab width by
5429 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
5430
456e761b
ST
54312004-12-29 Sanghyuk Suh <han9kin@mac.com>
5432
5433 * macterm.c (SelectionRange): Add Xcode position apple event struct.
043f7f73 5434 (do_ae_open_documents): Handle Xcode-style file position open events.
456e761b 5435
188577ce
LT
54362004-12-29 Luc Teirlinck <teirllm@auburn.edu>
5437
5438 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
5439
99ec74b9
RS
54402004-12-29 Richard M. Stallman <rms@gnu.org>
5441
5442 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
5443
30c92fab
ST
54442004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5445
5446 * macfns.c (install_window_handler): Modify extern to return OSErr
5447 value.
5448 (mac_window): Handle return value of install_window_handler.
5449
5450 * macterm.c (reflect_byte): Remove function.
5451 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
5452 Lookup table instead.
5453 (mac_do_font_lists): Simplify calculation of the longest
5454 nonspecial string.
5455 (init_mac_drag_n_drop): Remove function and declaration.
5456 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
5457 init_mac_drag_n_drop.
5458 (mac_do_track_drag): New function and declaration.
5459 (install_window_handler): Return OSErr value.
043f7f73
SM
5460 (install_window_handler) [TARGET_API_MAC_CARBON]:
5461 Register handlers for tracking/receiving drag-and-drop items.
30c92fab 5462 (do_ae_open_documents): Generate unibyte strings for filenames.
043f7f73
SM
5463 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
5464 Reject only non-filename items. Set event modifiers, and return value.
30c92fab 5465
4b982924
DN
54662004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5467
5468 * coding.c (decode_coding): Fix previous change.
5469
93fdf45f
RS
54702004-12-28 Richard M. Stallman <rms@gnu.org>
5471
5472 * xdisp.c (back_to_previous_visible_line_start):
5473 Don't call handle_display_prop.
5474
5bdca8af
DN
54752004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5476
5477 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
5478 (decode_coding_emacs_mule, encode_coding_emacs_mule)
5479 (decode_coding_iso2022, encode_designation_at_bol)
5480 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
5481 (decode_coding): Constify arguments and local vars.
5482
33385c6f
JD
54832004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5484
5485 * xmenu.c (popup_get_selection): Only pop down dialogs
5486 on C-g and Escape.
95bdef2e 5487 (popup_get_selection): Remove parameter down_on_keypress.
043f7f73
SM
5488 (create_and_show_popup_menu, create_and_show_dialog):
5489 Remove parameter down_on_keypress to popup_get_selection.
33385c6f 5490
b15325b2
ST
54912004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5492
5493 * dispextern.h: Change HAVE_CARBON to MAC_OS.
5494 (struct glyph_string): Likewise.
a2c7e69a 5495
b15325b2
ST
5496 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
5497 mac_initialize.
a2c7e69a 5498
b15325b2
ST
5499 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
5500 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
a2c7e69a 5501
b15325b2 5502 * fns.c (vector): Change MAC_OSX to MAC_OS.
a2c7e69a 5503
b15325b2
ST
5504 * frame.c (x_set_frame_parameters, x_report_frame_params)
5505 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
043f7f73
SM
5506 (x_set_border_width, Vdefault_frame_scroll_bars):
5507 Change HAVE_CARBON to MAC_OS.
a2c7e69a 5508
b15325b2
ST
5509 * image.c [MAC_OS]: Include sys/stat.h.
5510 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
5511 QuickTimeComponents.h.
a2c7e69a 5512
b15325b2
ST
5513 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
5514 [!MAC_OSX] (select): Use mac_wait_next_event.
043f7f73 5515 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
b15325b2
ST
5516 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
5517 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
5518 (mac_clear_font_name_table): Add extern.
5519 (Fmac_clear_font_name_table): New defun.
5520 (syms_of_mac): Defsubr it.
5521 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
5522 [MAC_OSX] (select_and_poll_event): New function.
5523 [MAC_OSX] (sys_select): Use it.
5524 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
5525 [MAC_OSX && SELECT_USE_CFSOCKET]
5526 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
5527 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
5528 RunLoop for simultaneously monitoring two kinds of inputs, window
5529 events and process outputs, without periodically polling.
a2c7e69a 5530
b15325b2
ST
5531 * macfns.c (mac_initialized): Remove extern.
5532 (stricmp): Put in #if 0. All callers changed to use xstricmp in
5533 xfaces.c.
043f7f73
SM
5534 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
5535 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
b15325b2
ST
5536 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
5537 (mac_get_rdb_resource): New function (from w32reg.c).
5538 (x_get_string_resource): Use it.
5539 (install_window_handler): Add extern.
5540 (mac_window): New function.
043f7f73
SM
5541 (Fx_create_frame): Use it instead of make_mac_frame.
5542 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
b15325b2
ST
5543 (Fx_open_connection, Fx_close_connection): New defuns.
5544 (syms_of_macfns): Defsubr them.
043f7f73
SM
5545 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
5546 Add kWindowNoUpdatesAttribute to the window attribute.
b15325b2
ST
5547 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
5548 (x_create_tip_frame): Don't call ShowWindow.
5549 (Fx_show_tip): Call ShowWindow.
5550 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
5551 TARGET_API_MAC_CARBON'.
5552 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
5553 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
a2c7e69a 5554
043f7f73 5555 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
b15325b2
ST
5556 (Window): Typedef to WindowPtr and move outside `#if
5557 TARGET_API_MAC_CARBON'.
5558 (XSizeHints): New struct.
a2c7e69a 5559
b15325b2
ST
5560 * macterm.c (x_update_begin, x_update_end)
5561 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
5562 frame.
5563 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
5564 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
5565 (construct_mouse_click): Put in #if 0.
5566 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
5567 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
5568 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
5569 (activate_scroll_bars, deactivate_scroll_bars)
5570 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
5571 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
5572 if the position is neither user-specified nor program-specified.
5573 (x_free_frame_resources): Free size_hints.
043f7f73 5574 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
b15325b2
ST
5575 (mac_clear_font_name_table): New function.
5576 (mac_do_list_fonts): Initialize font_name_table if needed.
5577 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
5578 around mac_do_list_fonts.
5579 (mac_unload_font): New function.
5580 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
5581 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
5582 and definitions with #if TARGET_API_MAC_CARBON.
5583 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
5584 (install_window_handler): Add decl.
5585 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
5586 window. Use UpdateControls. Get the rectangle that should be
5587 updated and restrict the target of expose_frame to it.
043f7f73 5588 (do_grow_window): Set minimum height/width according to size_hints.
b15325b2
ST
5589 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
5590 (do_zoom_window): Don't use x_set_window_size.
5591 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
5592 (install_window_handler): New function.
5593 [!USE_CARBON_EVENTS] (mouse_region): New variable.
5594 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
5595 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
5596 GetEventDispatcherTarget inside BLOCK_INPUT.
5597 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
5598 Update mouse_region when mouse is moved.
5599 (make_mac_frame): Remove.
043f7f73
SM
5600 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
5601 Initialize mouse pointer shapes. Change values of f->left_pos and
5602 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
5603 Don't call ShowWindow.
b15325b2
ST
5604 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
5605 Vinvocation_name and Vsystem_name.
5606 (mac_make_rdb): New function (from w32term.c).
5607 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
5608 already been opened. Don't pass argument to
5609 mac_initialize_display_info. Don't set dpyinfo->height/width.
5610 Add entries to x_display_list and x_display_name_list.
5611 (x_delete_display): New function.
5612 (mac_initialize): Don't call mac_initialize_display_info.
a2c7e69a
KS
5613 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
5614
b15325b2
ST
5615 * macterm.h (check_mac): Add extern.
5616 (struct mac_output): New member size_hints.
5617 (FRAME_SIZE_HINTS): New macro.
5618 (mac_unload_font): Add extern.
a2c7e69a 5619
b15325b2 5620 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
a2c7e69a 5621
1d1c7e75 5622 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
b15325b2 5623
92d2947b
RS
56242004-12-27 Richard M. Stallman <rms@gnu.org>
5625
043f7f73 5626 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
ebbd14f1
RS
5627 (syms_of_buffer): Don't defsubr it.
5628
5629 * process.c (list_processes_1): Set undo_list instead
5630 of calling Fbuffer_disable_undo.
5631
043f7f73 5632 * xdisp.c (single_display_spec_string_p): Rename from
92d2947b 5633 single_display_prop_string_p.
043f7f73 5634 (single_display_spec_intangible_p): Rename from
92d2947b 5635 single_display_prop_intangible_p.
043f7f73 5636 (handle_single_display_spec): Rename from handle_single_display_prop.
92d2947b
RS
5637 Rewritten to be easier to understand.
5638
a2c7e69a 5639 Change in load-history format. Functions now get (defun . NAME),
92d2947b
RS
5640 and variables get just NAME.
5641
5642 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
5643
5644 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
5645 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
5646 (Qdefvar): Var deleted.
5647 (syms_of_eval): Don't initialze it.
5648
5649 * lread.c (syms_of_lread) <load-history>: Doc fix.
5650
9f6fcdc5
JD
56512004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5652
5653 * xmenu.c (popup_get_selection): Pop down on C-g.
5654 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
5655 pops down menu on C-g.
5656 (xdialog_show): If dialog popped down and no button in the dialog was
5657 pushed, call Fsignal to quit.
5658 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
5659 Fsignal to quit.
5660
1d1c7e75 5661 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
9f6fcdc5
JD
5662
5663 * gtkutil.c (xg_initialize): Install bindings for C-g so that
5664 dialogs and menus pop down.
5665
d8ca23a0
KH
56662004-12-27 Kenichi Handa <handa@m17n.org>
5667
5668 * coding.c (code_convert_region): Fix calculation of `ratio'.
5669
857ae68b
JD
56702004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5671
133c0116
JD
5672 * gtkutil.c (update_frame_tool_bar): Make the value of
5673 tool-bar-button-margin control margins of images in tool bar.
5674
857ae68b
JD
5675 * alloc.c (check_depth): New variable.
5676 (overrun_check_malloc, overrun_check_realloc): Only add
5677 overhead and write check pattern if check_depth is 1 (to handle
5678 recursive calls). Increase/decrease check_depth in entry/exit.
5679 (overrun_check_free): Only check for overhead if check_depth is 1.
5680 Increase/decrease check_depth in entry/exit.
5681
bd55c35c
JD
56822004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5683
5684 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
5685 before touching input_available_clear_time, to avoid accessing it
5686 from multiple threads.
5687
66354420
JR
56882004-12-23 Jason Rumney <jasonr@gnu.org>
5689
5690 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
5691 of JPEG library.
5692
55f4edbc
RS
56932004-12-22 Richard M. Stallman <rms@gnu.org>
5694
5695 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
5696
5697 * lisp.h (Vundo_outer_limit): Fix decl.
5698
5699 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
5700 Uses changed.
5701 (syms_of_undo): Initialize appropriately.
5702 (truncate_undo_list): If it's nil, there's no limit.
5703
7a0ea9e3
KH
57042004-12-22 Kenichi Handa <handa@m17n.org>
5705
5706 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
5707
fda2922a
RS
57082004-12-21 Richard M. Stallman <rms@gnu.org>
5709
5710 * eval.c (unwind_to_catch): Clear immediate_quit.
5711
5712 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
5713 specially as `\ ' and `\-'.
5714
5715 * keyboard.c (kbd_buffer_store_event_hold):
5716 In the code for while-no-input, handle immediate_quit.
5717
5718 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
5719 Call that at the very start.
043f7f73 5720 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
fda2922a
RS
5721 (syms_of_alloc): Don't define undo-limit,
5722 undo-strong-limit and undo-outer-limit here.
5723
5724 * undo.c (truncate_undo_list): Return void.
5725 Take just one argument, the buffer.
5726 Make it current, and inhibit recursive GC.
5727 Access and update the undo list directly; return void.
5728 Refer to the undo...limit variables directly.
5729 Test undo_outer_limit only after counting the whole current command.
5730 When it's exceeded, call the function in undo-outer-limit-function.
5731 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
5732 (Vundo_outer_limit_function): New variable.
5733 (syms_of_undo): Define undo-limit, undo-strong-limit
5734 and undo-outer-limit here, and undo-outer-limit-function.
5735 Doc fixes.
5736
5737 * lisp.h (truncate_undo_list): Update decl.
5738
57392004-12-21 Piet van Oostrum <piet@cs.uu.nl>
5740
5741 * fileio.c (Fread_file_name): Delete duplicates in
5742 file-name-history when history_delete_duplicates is true.
5743
68c69027
ST
57442004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5745
5746 * macterm.c (mac_do_list_fonts): Fix memory leak
5747
134579f2
RS
57482004-12-20 Richard M. Stallman <rms@gnu.org>
5749
5750 * regex.c (re_match_2_internal) <symend, wordend>:
5751 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
5752
fbe6152f
ST
57532004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5754
043f7f73
SM
5755 * macterm.c (endif, x_font_name_to_mac_font_name):
5756 Use maccentraleurroman instead of maccentraleuropean
fbe6152f
ST
5757 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
5758 quickly finding a specific font without needing regexps.
5759
fecad3f6
JD
57602004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5761
333f1b6f
JD
5762 * syssignal.h: Declare main_thread.
5763 (SIGNAL_THREAD_CHECK): New macro.
5764
5765 * keyboard.c (input_available_signal): Move thread checking code
5766 to macro SIGNAL_THREAD_CHECK and call that macro.
5767 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
5768
5769 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
5770
5771 * emacs.c: Define main_thread.
5772 (main): Initialize main_thread.
5773 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
5774 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
5775
5776 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
5777
5778 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
5779
5780 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
5781
043f7f73
SM
5782 * process.c (send_process_trap, sigchld_handler):
5783 Call SIGNAL_THREAD_CHECK.
333f1b6f
JD
5784
5785 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
5786
5787 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
5788
fecad3f6
JD
5789 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
5790 returning when xg_ignore_gtk_scrollbar is true.
5791
2a84c6da
KS
57922004-12-14 Kim F. Storm <storm@cua.dk>
5793
5794 * keyboard.c (read_char): Save and restore echo_string when
5795 handling input method.
5796
d9c1ce9d
RS
57972004-12-13 Richard M. Stallman <rms@gnu.org>
5798
5799 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
5800
5801 * keyboard.c (Vthrow_on_input): New variable.
5802 (syms_of_keyboard): Defvar and initialize it.
5803 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
5804
5805 * lisp.h (QUIT): Check for Vthrow_on_input.
5806 (Vthrow_on_input): Declare it.
5807
a6495ed5
KS
58082004-12-13 Kim F. Storm <storm@cua.dk>
5809
5810 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
5811 vector.
5812
24a0e22f
RS
58132004-12-12 Richard M. Stallman <rms@gnu.org>
5814
5815 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
5816
5817 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
5818 (Ftry_completion): Really use outer `zero'; eliminate inner one.
5819
d6d31e57
KH
58202004-12-12 Kenichi Handa <handa@m17n.org>
5821
5822 * term.c (encode_terminal_code): Fix previous change.
5823
6f8ffb88
SM
58242004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5825
fb6f5cbf
SM
5826 * keyboard.c (handle_async_input): Remove pthread mutex handling.
5827 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
5828
6f8ffb88
SM
5829 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
5830 in macro arguments.
5831
5832 * minibuf.c (Ftry_completion, Fall_completions): Don't use
5833 XFASTINT blindly.
5834
5835 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
5836
c83c9f9d
JD
58372004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5838
2f25767f
JD
5839 * w32term.c (x_calc_absolute_position): Remove calculation of
5840 difference between inner and outer window. Don't subtract difference
5841 for left and top calculations.
5842
c83c9f9d
JD
5843 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
5844 for left and top calculations. Remove call to x_real_positions.
24a0e22f 5845 [Bug report by Drew Adams in November]
c83c9f9d
JD
5846 (x_check_expected_move): Do not set change_gravity to 1 when calling
5847 x_set_offset.
5848
cc1caa4e
RS
58492004-12-08 Richard M. Stallman <rms@gnu.org>
5850
5851 * xdisp.c (get_next_display_element): Use `escape-glyph' for
5852 control chars and escaped octal codes.
5853 (Qescape_glyph): New variable.
5854 (syms_of_xdisp): Initialize it.
5855 (escape_glyph_face): New variable.
5856 (redisplay_window): Initialize it.
5857
e0e30823
RS
58582004-12-07 Paul Eggert <eggert@cs.ucla.edu>
5859
5860 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
5861 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
5862
f415cacd
JD
58632004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5864
cf435f39
JD
5865 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
5866 reset_malloc_hooks.
5867
6f8ffb88
SM
5868 * keyboard.c (handle_async_input, input_available_signal):
5869 Add ! defined (SYSTEM_MALLOC) around thread code.
cf435f39 5870
f415cacd
JD
5871 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
5872
043f7f73 58732004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
19b1f29a
SM
5874
5875 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
5876
5877 * config.in: Regenerate.
5878
ded997c1
JD
58792004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5880
453a4f1b
JD
5881 * xmenu.c (Fx_popup_menu): Correct documentation about position.
5882 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
5883 if not given by a mouse click to correspond with x-popup-menu
5884 documentation.
5885
9a38524c
JD
5886 * config.in: Regenerate.
5887
aa477689
JD
5888 * gtkutil.c: Include signal.h and syssignal.h.
5889 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
5890
5891 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
5892 new variables main_thread and alloc_mutex,
5893 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
5894 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
5895 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
5896 (UN)BLOCK_INPUT.
5897 (emacs_blocked_free, emacs_blocked_malloc)
5898 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
5899 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
5900 (reset_malloc_hooks): New function.
5901
5902 * lisp.h: Declare reset_malloc_hooks.
5903
5904 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
5905
5906 * keyboard.c: Conditionally include pthread.h
6f8ffb88 5907 (handle_async_input, input_available_signalt): If not in the main
aa477689
JD
5908 thread, block signal, send signal to main thread and return.
5909
ded997c1 5910 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6f8ffb88 5911 Set current folder in file chooser if default_filename is a directory.
ded997c1 5912
c72b0edd
SM
59132004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
5916 Remove redundant correctness checks.
5917 (regex_compile): Fix up error codes for \{..\} expressions.
5918
c721eee5
RS
59192004-12-05 Richard M. Stallman <rms@gnu.org>
5920
5921 * regex.c (regex_compile): Fix end-of-pattern case for space.
5922
d8f96db8
ST
59232004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5924
6108209e
KS
5925 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
5926 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
d8f96db8 5927 crashes with invalid characters.
6108209e
KS
5928 * macmenu.c (add_menu_item): Use it.
5929 * image.c (image_load_quartz2d): Likewise.
5930 * macfns.c (x_set_name, x_set_title): Likewise.
5931 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
5932 creating them each time for labels.
d8f96db8 5933
ab67e8b6
RS
59342004-12-02 Richard M. Stallman <rms@gnu.org>
5935
5936 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
5937 don't use it here.
5938
5939 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
5940 (interactive_p): Skip Scalled_interactively_p frames
5941 like Sinteractive_p frames.
b8217ea6 5942 (unwind_to_catch): Clear handling_signal.
ab67e8b6
RS
5943
5944 * data.c (Fmake_variable_buffer_local): Doc fix.
5945 (Fmake_local_variable): Doc fix.
5946
5947 * insdel.c (insert_from_string_before_markers)
5948 (insert_from_string): Don't modify buffer on empty insertion.
5949
5950 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
5951
f86bdc80
ST
59522004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5953
5954 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
5955 menu text as UTF8 fails.
5956
1cae6d39
KS
59572004-12-01 Kim F. Storm <storm@cua.dk>
5958
5959 * alloc.c: Add commentary for last change.
5960 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
5961 sizeof(size_t) != 4.
5962 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
5963 Use them. Also clear header and trailer of freed memory.
5964 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
5965 (string_overrun_cookie): Rename from string_overrun_pattern.
5966 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
5967
77ea0764
AS
59682004-12-01 Andreas Schwab <schwab@suse.de>
5969
5970 * lisp.h: Declare string_to_multibyte.
5971
2d5cd4e6
KH
59722004-12-01 Kenichi Handa <handa@m17n.org>
5973
5974 * w32console.c (w32con_write_glyphs): Decide coding here.
5975 Adjusted for the change of encode_terminal_code.
5976
5977 * term.c (encode_terminal_code): Don't make it "static".
5978
25a0994a
KH
59792004-11-30 Kenichi Handa <handa@m17n.org>
5980
19b1f29a 5981 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
25a0994a 5982 (encode_terminal_code): Argument changed. Encode all
19b1f29a
SM
5983 characters at once, and return a pointer to the result of encoding.
5984 (write_glyphs): Decide coding here. Adjusted for the above change.
25a0994a
KH
5985 (insert_glyphs): Likewise.
5986 (term_init): Initialize encode_terminal_bufsize to 0.
5987
5988 * coding.c (Vcode_conversion_workbuf_name): New variable.
5989 (syms_of_coding): Initialize and staticpro it.
5990 (set_conversion_work_buffer): New function.
5991 (run_pre_post_conversion_on_str): Use it.
5992 (run_pre_write_conversin_on_c_str): New function.
5993
5994 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
5995
fc7a70cc
ST
59962004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5997
5998 * keyboard.c: Don't undef SIGIO
5999 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
6000 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
6001 (macfns.o): Don't depend on ccl.h.
6002 * macfns.c (mac_frame_parm_handlers): Set handlers for
6003 Qleft_fringe and Qright_fringe.
6004 * macterm.c (mac_fill_rectangle_to_pixmap)
6005 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
6006 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
6007 Put in #if 0.
6008 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
6009 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
6010 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
6011 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6012 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
6013 XDrawImageString. Always draw background and foreground separately.
6014 (x_draw_image_foreground): Use clipping instead of computing the
6015 intersection rectangle.
6016 (x_draw_image_glyph_string): Don't draw an image with mask to a
6017 pixmap.
6018 (x_redisplay_interface): Set flush_display_optional member to 0.
6019 (XTread_socket): Correctly reset the TEConverter
6020 object.
6021
fc368889
KS
60222004-11-30 Kim F. Storm <storm@cua.dk>
6023
6024 * lisp.h: New defines to enable buffer overrun checking.
6025 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
6026 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
6027
6028 * alloc.c: Add more checks for buffer overruns.
6029 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
6030 xmalloc_overrun_check_trailer, overrun_check_malloc)
6031 overrun_check_realloc, overrun_check_free): Add.
6032 (GC_STRING_EXTRA, string_overrun_pattern): Add.
6033 (check_sblock, allocate_string_data, compact_small_strings):
6034 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
6035 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
6036 (check_string_free_list): Add.
6037 (allocate_string, sweep_strings): Call check_string_free_list.
6038
6039 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
6040 XMALLOC_OVERRUN_CHECK to avoid crash during load.
6041
0af8cfe1
KS
60422004-11-29 Kim F. Storm <storm@cua.dk>
6043
6044 * fns.c (concat): Use SAFE_ALLOCA.
6045
77220eeb
SM
60462004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * sysdep.c (emacs_write): Don't use QUIT.
6049
a778cf63
KH
60502004-11-29 Kenichi Handa <handa@m17n.org>
6051
6052 * buffer.c (init_buffer): Set current_buffer->directory to a
6053 multibyte string made by string_to_multibyte.
6054
77220eeb 6055 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
a778cf63 6056
e3177e43
AS
60572004-11-27 Andreas Schwab <schwab@suse.de>
6058
6059 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
6060
6061 * s/gnu-linux.h: Enable no-op gcpros on ia64.
6062 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
6063
77220eeb
SM
6064 * filelock.c (lock_file_1): Call get_boot_time early.
6065 Increase buffer size.
e3177e43 6066
ca5e6fef
EZ
60672004-11-27 Eli Zaretskii <eliz@gnu.org>
6068
6069 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
6070 is not defined.
6071
e2811828
KS
60722004-11-27 Kim F. Storm <storm@cua.dk>
6073
6074 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
6075 marker out of doc string.
6076
7a262394
SM
60772004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
6080 which was not mentioned in the log.
6081
f33cc5a9
KS
60822004-11-26 Kim F. Storm <storm@cua.dk>
6083
048bb03f
KS
6084 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
6085 angle bitmaps at top/bottom line.
6086
52eb0373 6087 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
f33cc5a9
KS
6088 set it when it->method is set to next_element_from_display_vector.
6089 (setup_for_ellipsis): Add LEN argument. Callers changed.
6090 Set it->saved_face_id.
6091 (get_next_display_element): Use loop instead of recursion.
6092 Set it->saved_face_id. Combine duplicate code for ctr chars.
6093 (next_element_from_display_vector): Do not set it->saved_face_id.
6094 (next_element_from_ellipsis): Use setup_for_ellipsis.
6095
670e8906
EZ
60962004-11-26 Eli Zaretskii <eliz@gnu.org>
6097
6098 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
6099 prevent compiler warnings.
6100
275464e7
SM
61012004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6102
1bf0e604
SM
6103 * keyboard.c (command_loop_1): Print a message describing the key
6104 the user just pressed when this key has no binding.
6105
275464e7
SM
6106 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
6107 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
6108
6109 * lread.c (readchar): Check QUIT when `getc' is interrupted.
6110
261b01c6
RS
61112004-11-24 Richard M. Stallman <rms@gnu.org>
6112
6113 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
6114
6115 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
6116
a5bd504e
KS
61172004-11-24 Kim F. Storm <storm@cua.dk>
6118
6119 * xdisp.c (move_it_in_display_line_to, display_line):
6120 Restore saved_face_id also when truncate-lines or hscrolled.
6121
255e4140
JD
61222004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6123
6124 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
6125 x-use-old-gtk-file-dialog.
6126
6127 * xfns.c: Define x_use_old_gtk_file_dialog.
6128 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
6129 outside ifdef USE_GTK.
6130
cab27d04
SM
61312004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
6134 Don't use XFASTINT blindly.
6135
6136 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
6137
6138 * indent.c (skip_invisible): Avoid non-idempotent side-effects
6139 in macro arguments.
6140
6141 * keymap.c (Flookup_key): Check INTEGERP before XINT.
6142
6143 * lread.c (oblookup): Don't use XFASTINT blindly.
6144
6145 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
6146 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
6147
11e0be49
KS
61482004-11-23 Kim F. Storm <storm@cua.dk>
6149
4d721114
KS
6150 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
6151 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
6152
11e0be49
KS
6153 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
6154 signal_p is zero and face name is unknown.
6155 (Fx_list_fonts): Don't signal error in lookup_named_face.
6156 (Fface_font): Signal error in lookup_named_face.
6157 (ascii_face_of_lisp_face): Likewise.
6158
6159 * dispextern.h (lookup_named_face): Fix prototype.
6160
6161 * xdisp.c (handle_single_display_prop): Don't signal error in
6162 lookup_named_face for unknown fringe face name.
6163 (highlight_trailing_whitespace): Don't signal error in
6164 lookup_named_face if trailing-whitespace face unknown.
6165 (calc_line_height_property): Don't signal error in
6166 lookup_named_face if specified face name is unknown.
6167
6168 * fringe.c (update_window_fringes): Show top row indicator if
6169 window has header-line. Don't show arrow at bob and eob
6170 if the boundary indicators are not used.
6171 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
6172
6173 * window.c (set_window_buffer): Clear display_error_modiff.
6174
0960a582
KS
61752004-11-22 Kim F. Storm <storm@cua.dk>
6176
6177 * fringe.c (update_window_fringes): Provide sensible fall-back
6178 value for non-nil indicate-buffer-boundaries setting.
6179
b0e9bb28
MR
61802004-11-22 Markus Rost <rost@ias.edu>
6181
6182 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
6183
d0bce91e
SM
61842004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
6187
e1814672
KS
61882004-11-21 Kim F. Storm <storm@cua.dk>
6189
b7fd3518
KS
6190 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
6191
6192 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
6193 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6194
6195 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
6196 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6197
6198 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
6199 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6200
d0bce91e
SM
6201 * xdisp.c (move_it_in_display_line_to, display_line):
6202 Restore saved_face_id if overflow-newline-into-fringe is enabled and
6203 line is continued before or in middle of element from display vector.
f01d4d05 6204
f1a61389
KS
6205 * indent.c (Fvertical_motion): Fix last change. Use another
6206 method to detect if iterator moved too far ahead after reseat.
6207
e1814672
KS
6208 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
6209 expand matrix width for overflow in zero-width area.
6210 (append_glyph, append_composite_glyph, produce_image_glyph)
6211 (append_stretch_glyph): Use it to avoid loop in redisplay.
6212 (note_mode_line_or_margin_highlight): Don't let help-echo from
6213 string override help-echo from image map.
6214
2dafe1c9
LT
62152004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6216
d0bce91e 6217 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
2dafe1c9
LT
6218 * callint.c (Fcall_interactively): Ditto.
6219
fd6866c8 62202004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9961365e
RS
6221
6222 * minibuf.c (Fminibuffer_complete_and_exit):
6223 Fixup the case of the completed value, for case-indep completion.
6224
dedbac89
RS
62252004-11-20 Richard M. Stallman <rms@gnu.org>
6226
fd6866c8
RS
6227 * lisp.h (Fread_from_minibuffer): Add arg in decl.
6228
9d00469f 6229 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
ce8dd7ca 6230 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9d00469f 6231
dedbac89 6232 * search.c (Vsearch_spaces_regexp):
d0bce91e 6233 Rename from Vsearch_whitespace_regexp. All uses changed.
dedbac89 6234
2f672bb5
TTN
62352004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6236
6237 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
6238
f31a9a68
RS
62392004-11-19 Richard M. Stallman <rms@gnu.org>
6240
6241 * search.c (Vsearch_whitespace_regexp): New variable.
6242 (syms_of_search): Defvar it.
6243 (compile_pattern_1): Call re_set_whitespace_regexp with it.
6244 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
6245 is non-nil.
6de891db
RS
6246 (struct regexp_cache): New element whitespace_regexp.
6247 (syms_of_search): Initialize whitespace_regexp elements.
6248 (compile_pattern): Compare whitespace_regexp elements.
6249 (compile_pattern_1): Set whitespace_regexp elements.
f31a9a68
RS
6250
6251 * regex.c (regex_compile): Substitute whitespace_regexp
6252 for spaces, if it is nonzero.
6253 (whitespace_regexp): New variable.
6254 (re_set_whitespace_regexp): New function.
6255
cbc34cb3
KS
62562004-11-19 Kim F. Storm <storm@cua.dk>
6257
6258 * indent.c (Fvertical_motion): Fix last change.
6259
b54a7539
KS
62602004-11-18 Kim F. Storm <storm@cua.dk>
6261
6262 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
6263 Instead, move back again if reseating moves too far ahead.
6264
62652004-11-17 Luc Teirlinck <teirllm@auburn.edu>
802c6e56
LT
6266
6267 * xdisp.c (message3): Call clear_message.
6268
5ff504fe
KS
62692004-11-17 Kim F. Storm <storm@cua.dk>
6270
6271 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
6272
5ae53dcf
JD
62732004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6274
d0bce91e 6275 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
724cde0d 6276
6abf3a27 6277 * xmenu.c (x_menu_in_use): Remove.
5ae53dcf
JD
6278 (x_menu_set_in_use): Also set popup_activated_flag.
6279
5ff504fe 6280 * xfns.c (Fx_file_dialog): Call popup_activated instead of
5ae53dcf
JD
6281 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
6282
52eb0373 6283 * xterm.h (x_menu_in_use): Remove.
5ae53dcf 6284
ee31cd78
RS
62852004-11-16 Richard M. Stallman <rms@gnu.org>
6286
6abf3a27
SM
6287 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
6288 Use map-keymap-internal to implement that.
ee31cd78
RS
6289
6290 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
6291
6abf3a27
SM
62922004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
6295 a window before using XWINDOW.
6296
6297 * window.c (make_window, Fselect_window, make_dummy_parent)
6298 (save_window_save):
6299 * frame.c (make_frame):
6300 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
6301
6302 * lisp.h (NILP): Use EQ rather than XFASTINT.
6303
b4d61105
KS
63042004-11-16 Kim F. Storm <storm@cua.dk>
6305
6abf3a27 6306 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
dda01a4c 6307
b4d61105
KS
6308 * indent.c (Fvertical_motion): Fix last change. Only reseat when
6309 moving backwards.
6310
63112004-11-16 Luc Teirlinck <teirllm@auburn.edu>
ce2bbf6a
LT
6312
6313 * dispextern.h: Extern reseat_at_previous_visible_line_start.
6314
ab5b02b0
KH
63152004-11-16 Kenichi Handa <handa@m17n.org>
6316
6317 * xdisp.c (display_mode_element): Fix previous change (calculate
6318 end position of substring to display correctly).
6319
c482cf97
KS
63202004-11-16 Kim F. Storm <storm@cua.dk>
6321
6322 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
6323 Reported by Andrew M. Scott.
6324
9f89426b
KS
63252004-11-15 Kim F. Storm <storm@cua.dk>
6326
6327 * fns.c (Fsafe_plist_get): New defun.
6328 (syms_of_fns): Defsubr it.
6329
6330 * lisp.h (Fsafe_plist_get): Add EXFUN.
6331
6332 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
6333 Use Fsafe_plist_get.
6334 (note_mode_line_or_margin_highlight, note_mouse_highlight):
6335 Fix image map element parsing. Use Fsafe_plist_get.
6336
27418463
RS
63372004-11-15 Richard M. Stallman <rms@gnu.org>
6338
6339 * xdisp.c (get_next_display_element): Fix previous change.
6340
a130b901
JD
63412004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6342
ef614e04
JD
6343 * window.c (shrink_windows): Handle special case of one window left
6344 when trying to shrink the final reminder. Grow windows if
6345 total_removed is less than total_shrink.
6346
a130b901
JD
6347 * xmenu.c (pop_down_menu): Remove global variable current_menu,
6348 extract pointer from arg with XSAVE_VALUE.
46303896
KS
6349 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
6350 Construct arg to record_unwind_protect with make_save_value.
a130b901 6351
d9a03ad2
RS
63522004-11-13 Richard M. Stallman <rms@gnu.org>
6353
6354 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
6355 (get_next_display_element): Fix previous change to apply only to \n.
6356
6357 * indent.c (Fvertical_motion): Scan to PT from start of line to
6358 make iterator consistent.
6359
6360 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
6361
b3935289
JD
63622004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6363
6364 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
6365
6366 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
6367 Record unwind with clean_up_file_dialog.
6368
78819ebb
KS
6369 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
6370 Declare.
b3935289
JD
6371
6372 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
6373
af89e871
JD
63742004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6375
457a8155 6376 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
6abf3a27 6377 (xg_file_sel_destroy): Remove.
46303896
KS
6378 (xg_file_response_cb, pop_down_file_dialog)
6379 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
457a8155 6380 New functions.
6abf3a27
SM
6381 (xg_get_file_with_chooser, xg_get_file_with_selection):
6382 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
457a8155
JD
6383 Move common code to xg_get_file_name. Return widget created.
6384 (xg_get_file_name): Set name, transient for, modal and destroy
6385 with parent here. Connect response signal to xg_file_response_cb,
6386 connect delete-event to gtk_true. Record pop_down_file_dialog
6387 for unwind. Do event loop and call x_menu_wait_for_event in loop.
6388 (xg_create_widget): Make dialogs modal.
6389
af89e871
JD
6390 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
6391 Lisp_Object.
6392 (popup_get_selection): Move unwind protect ...
6393 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6394 Move destroy of widget to pop_down_menu.
6395 (popup_widget_loop): Move unwind protect ...
6396 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6397 Move destroy of widget to pop_down_menu.
6398 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
6abf3a27 6399 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
af89e871
JD
6400 x_mouse_leave and grabbed = 0 to pop_down_menu.
6401
5596fbf1
KS
64022004-11-13 Kim F. Storm <storm@cua.dk>
6403
6404 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
6405 (syms_of_xdisp): DEFVAR_BOOL it.
6406 (make_cursor_line_fully_visible, try_cursor_movement)
6407 (try_window_id): Use it.
6408
b9de078a
KS
64092004-11-12 Kim F. Storm <storm@cua.dk>
6410
381f7091
KS
6411 * dispextern.h (struct glyph_row): New member extra_line_spacing.
6412 (struct it): New member max_extra_line_spacing.
6413 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
6414 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
6415 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
6416 part of last line is only extra line spacing (so the text on the
52eb0373 6417 line is fully visible). Use helper macros.
381f7091
KS
6418 Add W arg (to use them). All callers changed.
6419 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
6420 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
6421
6abf3a27
SM
6422 * window.c (window_scroll_pixel_based, Frecenter):
6423 Use move_it_vertically_backward directly.
381f7091
KS
6424 (Frecenter): Fix calculation of new start pos for negative arg.
6425 Before, the new start pos was sometimes chosen too far back, so
6426 the last line became only partially visible, and thus would be
6427 either only semi-visible or automatically scrolled to the middle
6428 of the window by redisplay.
6429
6430 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
6431 (move_it_vertically_backward): Don't recure to move further back.
6432 (move_it_vertically): Remove superfluous condition.
6433 (move_it_by_lines): Clear last_height when moved 0 lines.
6abf3a27 6434 (resize_mini_window): Use it.max_extra_line_spacing.
381f7091
KS
6435 (display_tool_bar_line): Clear row->extra_line_spacing.
6436 (try_scrolling): Use move_it_vertically_backward directly.
6437 (redisplay_window): Likewise.
6438 (compute_line_metrics): Set row->extra_line_spacing.
6439 (display_line, display_string): Likewise.
6440 (x_produce_glyphs): Update it->max_extra_line_spacing.
6441
b9de078a
KS
6442 * xmenu.c (pop_down_menu): Return nil.
6443
c3438661
JD
64442004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6445
6446 * xmenu.c (x_menu_wait_for_event): New function.
1d1c7e75 6447 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
c3438661 6448 to handle timers.
df00f436
JD
6449 (popup_widget_loop): Add argument do_timers.
6450 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
6451 do_timers to popup_widget_loop.
c3438661
JD
6452 (xmenu_show): Call XMenuActivateSetWaitFunction so that
6453 x_menu_wait_for_event is called by XMenuActivate.
b9de078a 6454 (create_and_show_popup_menu): Pass 1 for do_timers to
df00f436 6455 popup_get_selection.
f1d1cd24
JD
6456 (pop_down_menu): New function.
6457 (popup_get_selection, popup_widget_loop): Unwind protect to
6458 pop_down_menu.
6459 (popup_widget_loop): Add argument widget.
6460 (create_and_show_popup_menu, create_and_show_dialog): Pass new
6461 argument widget to popup_widget_loop.
c3438661 6462
32e2fb04
SM
64632004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
6466
0faf6806
KS
64672004-11-09 Kim F. Storm <storm@cua.dk>
6468
6469 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
6470 Fix various comments referring to XEvents instead of input events.
6471 (x_queue_event): Fix format strings.
6472 (x_stop_queuing_selection_requests): Likewise.
6473
6474 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
6475 (pint2hrstr): Add extra braces to silence compiler.
6476
6477 * print.c (print_object): Fix format string.
6478
6479 * lread.c (read1): Fix next_char matching.
6480
6481 * lisp.h (Fdelete): Add EXFUN.
6482 (replace_range_2): Add prototype.
6483
6484 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
6485
6486 * intervals.h (NULL_INTERVAL_P): Add separate version when
6487 ENABLE_CHECKING is not defined to silence compiler.
6488 (compare_string_intervals): Add prototype.
6489
6490 * fringe.c (destroy_fringe_bitmap): Fix return type.
6491 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
6492
6493 * emacs.c (Fdump_emacs): Fix format string.
6494
6495 * doc.c: Include <ctype.h>.
6496 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
6497
6498 * data.c (store_symval_forwarding): Remove unused variables.
6499
6500 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
6501
16bf4e32
JD
65022004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6503
6504 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
6505 to ${OLDXMENU}.
6506
cdb805a9
KS
65072004-11-09 Kim F. Storm <storm@cua.dk>
6508
6509 * process.c (Fmake_network_process): Remove kludge for interrupted
6510 connects on BSD. If connect is interrupted, just close socket and
6511 start over rather than sleeping and retry with same socket.
6512
d87a9ab8 65132004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0faf6806 6514
a8b16c80
JD
6515 * .cvsignore: Add buildobj.lst.
6516
d87a9ab8
JD
6517 * doc.c: New variable Vbuild_files.
6518 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
e7427ac1 6519 file names from buildobj.lst. Only attach docstrings from files
d87a9ab8
JD
6520 that are in Vbuild_files.
6521 (syms_of_doc): Defvar Vbuild_files.
6522
6523 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
6524 and w32*.o.
6525 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
6abf3a27 6526 (mostlyclean): Rm buildobj.lst
d87a9ab8
JD
6527
6528 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
6529 is linked.
6530
b6709e77
KS
65312004-11-09 Kim F. Storm <storm@cua.dk>
6532
6533 * fringe.c (update_window_fringes): Update fringe bitmaps if
6534 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
6535 also update previous row to get rid of misc. artifacts.
6536
bae9677d
KS
65372004-11-08 Kim F. Storm <storm@cua.dk>
6538
6539 * xdisp.c (fast_find_position): Fix start pos if header line present.
b7127aa8 6540 (note_mouse_highlight): Clear mouse face if we move out of text area.
bae9677d 6541
3f8ea68c
EZ
65422004-11-08 Eli Zaretskii <eliz@gnu.org>
6543
6544 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
6545 Don't include <sys/time.h> explicitly.
6546 Include <stdio.h> unconditionally, not just on MacOS.
6547
a653f812
KH
65482004-11-08 Kenichi Handa <handa@m17n.org>
6549
6550 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
6551 don't pay attention to '\' before '*'.
6552 (fontset_pattern_regexp): Change the meaning of the second arg.
6553 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
6554 (check_fontset_name): Try NAME as literal at first, and if it
6555 failes, try NAME as pattern.
6556
c37caf9d
JD
65572004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6558
6559 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
6560
b72915a7
AS
65612004-11-07 Andreas Schwab <schwab@suse.de>
6562
78819ebb
KS
6563 * lisp.h (Fmsdos_downcase_filename): Declare.
6564 * dired.c (Fmsdos_downcase_filename): Don't declare here.
b72915a7
AS
6565 * fileio.c: Likewise.
6566
238a44a8
JD
65672004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6568
6569 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
6570 comparisons with integers instead of Lisp_Object address.
6571 (Fmsdos_set_keyboard): Declare argument allkeys.
6572
6573 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
6574
78819ebb 6575 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
238a44a8
JD
6576 int/Lisp_Object mixup.
6577
6578 * fileio.c: Ditto.
6579
31141c13
ST
65802004-11-06 Steven Tamm <steventamm@mac.com>
6581
6582 * editfns.c: Need to include sys/time.h before resource.h on darwin.
6583
f28c1bd9
RS
65842004-11-06 Richard M. Stallman <rms@gnu.org>
6585
6586 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
6587
6588 * xfaces.c (merge_named_face): GCPRO the face_name in the
6589 named_merge_point struct that we make.
6590 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
6591
6592 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
6593 before deciding whether to inactivate mark.
6594
59dede22
EZ
65952004-11-06 Lars Brinkhoff <lars@nocrew.org>
6596
6597 * config.in: Regenerate (add HAVE_GETRUSAGE).
6159c232
EZ
6598 * editfns.c (Fget_internal_run_time): New function.
6599 (syms_of_data): Defsubr it.
6600 * fns.c (sxhash): As far as possible, merge calculation of
6601 hash code for symbols and strings.
59dede22 6602
27540e81
EZ
66032004-11-06 Eli Zaretskii <eliz@gnu.org>
6604
6605 * frame.c (syms_of_frame): Fix the example in the doc string.
6606
df470e3b
JD
66072004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6608
6609 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
6610
6611 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
6612 (create_and_show_dialog): Revert change from 2004-10-31.
bae9677d 6613
4cc8522c
LT
66142004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6615
6616 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
6617
d4a42098
KS
66182004-11-05 Kim F. Storm <storm@cua.dk>
6619
a8490886
KS
6620 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
6621
d4a42098
KS
6622 * fileio.c (Ffile_modes): Doc fix.
6623 (auto_save_1): Check for Ffile_modes nil value.
6624
36a2b04c
KS
66252004-11-05 Kim F. Storm <storm@cua.dk>
6626
6627 * xselect.c (struct selection_event_queue, selection_queue)
6628 (x_queue_selection_requests, x_queue_event)
6629 (x_start_queuing_selection_requests)
6630 (x_stop_queuing_selection_requests): Add new queue for selection
6631 input events to replace previous XEvent queue in xterm.c.
6632 (queue_selection_requests_unwind): Adapt to new queue.
32e2fb04
SM
6633 (x_reply_selection_request): Adapt to new queue.
6634 Unexpect wait_object in case of x errors (memory leak).
36a2b04c
KS
6635 (x_handle_selection_request, x_handle_selection_clear): Make static.
6636 (x_handle_selection_event): New function. May queue selection events.
6637 (wait_for_property_change_unwind): Use save_value instead of cons.
6638 Clear property_change_reply_object.
6639 (wait_for_property_change): Abort if already waiting.
6640 Use save_value instead of cons for unwind data.
6641 (x_handle_property_notify): Skip events already arrived, but don't
6642 free them, as "arrived" field is checked by wait_for_property_change,
6643 and it will be freed by unwind or explicit unexpect_property_change.
6644 (x_get_foreign_selection): Add to new queue.
6645 (receive_incremental_selection): Don't unexpect wait_object when done
6646 as it has already been freed by previous wait_for_property_change.
6647
6648 * xterm.h (x_start_queuing_selection_requests)
6649 (x_stop_queuing_selection_requests, x_handle_selection_request)
6650 (x_handle_selection_clear): Remove prototypes.
6651 (x_handle_selection_event): Add prototype.
6652
6653 * xterm.c (handle_one_xevent): Don't queue X selection events
6654 here, it may be too late if we start queuing after we have already
6655 stored some selection events into the kbd buffer.
6656 (struct selection_event_queue, queue, x_queue_selection_requests)
6657 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
6658 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
6659 (x_catch_errors_unwind): Block input around final XSync.
6660
6661 * keyboard.h (kbd_buffer_unget_event): Add prototype.
6662
6663 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
6664 (kbd_buffer_unget_event): New function.
6665 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
6666 and use x_handle_selection_event.
6667 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
6668
9c3ad9e1
JD
66692004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6670
6671 * xselect.c (TRACE3): New debug macro.
6672 (x_reply_selection_request): Use it.
6673 (receive_incremental_selection): In call to TRACE0, the name of
6674 a symbol is in xname.
6675
a33b89de
KS
66762004-11-05 Kim F. Storm <storm@cua.dk>
6677
6678 * fontset.c (fontset_pattern_regexp): Use unsigned char.
6679
a872928c
JD
66802004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6681
88208bb8
JD
6682 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
6683
78819ebb 6684 * gtkutil.h (use_old_gtk_file_dialog): Declare.
0a4f23f3
JD
6685
6686 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
32e2fb04 6687 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
0a4f23f3
JD
6688 * xfns.c (syms_of_xfns): ... to here.
6689
a872928c
JD
6690 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
6691 it doesn't start with /.
6692
b912921c
KH
66932004-11-04 Kenichi Handa <handa@m17n.org>
6694
6695 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
6696 treat it as a literal character.
6697
c524d9a6
KS
66982004-11-03 Kim F. Storm <storm@cua.dk>
6699
6700 * .gdbinit (ppt): New function.
6701
8cfd0f36
JD
67022004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6703
a11e1dce
JD
6704 * xterm.c (x_window_to_scroll_bar): Only call
6705 xg_get_scroll_id_for_window if toolkit scroll bars are used.
6706
8cfd0f36
JD
6707 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
6708 of save.
6709
a93563fd
AS
67102004-11-02 Andreas Schwab <schwab@suse.de>
6711
6712 * window.c (Fscroll_right): Fix last change.
6713
2b2d59d8
KS
67142004-11-02 Kim F. Storm <storm@cua.dk>
6715
6716 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
6717
67182004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6719
6720 * callproc.c (Fcall_process): Block input around vfork.
6721
ca28104d
KS
67222004-11-02 Kim F. Storm <storm@cua.dk>
6723
6724 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
6725 (syms_of_eval): Defsubr it.
6726
29bb7127
RS
67272004-11-02 Richard M. Stallman <rms@gnu.org>
6728
6729 * insdel.c (replace_range_2): New function.
6730
6731 * casefiddle.c (casify_region): Handle changes in byte-length
6732 using replace_range_2.
6733
6734 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
6735
b6189c3b 6736 * xdisp.c (back_to_previous_visible_line_start):
29bb7127
RS
6737 Subtract 1 from pos when checking previous newline for invisibility.
6738
6739 * window.c (window_scroll_pixel_based): Update preserve_y
6740 for header line if any.
6741 (Fscroll_left, Fscroll_right): Don't call interactive_p;
6742 use a new second argument instead.
6743
6744 * eval.c (Fcall_interactive_p): New function.
6745 (interactive_p): Don't test INTERACTIVE here.
6746 (Finteractive_p): Doc fix.
6747
6748 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
6749
b6189c3b 67502004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
a3fe4aaf
JR
6751
6752 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
b6189c3b 6753 comparing font names.
a3fe4aaf 6754
2a00cdb4
JD
67552004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6756
f9d64bb3
JD
6757 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
6758 Fx_file_dialog if only directories should be read.
6759
6760 * lisp.h: Fx_file_dialog takes 5 parameters.
6761
32e2fb04
SM
6762 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
6763 Add parameter only_dir_p.
f9d64bb3
JD
6764 In Motif version, don't put DEFAULT_FILENAME in filter part of the
6765 dialog, just text field part. Do not add DEFAULT_FILENAME
6766 to list of files if it isn't there.
6767 In GTK version, pass only_dir_p parameter to xg_get_file_name.
6768
32e2fb04
SM
6769 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
6770 Check only_dir_p instead of comparing prompt to "Dired". When using
f9d64bb3
JD
6771 a save dialog, add option kNavDontConfirmReplacement, change title
6772 to "Enter name", change text for save button to "Ok".
6773
32e2fb04
SM
6774 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
6775 Check only_dir_p instead of comparing prompt to "Dired".
f9d64bb3
JD
6776
6777 * gtkutil.c (xg_get_file_with_chooser)
6778 (xg_get_file_with_selection): New functions, only defined ifdef
6779 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
6780 respectively.
6781 (xg_get_file_name): Add parameter only_dir_p.
6782 Call xg_get_file_with_chooser or xg_get_file_with_selection
6783 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
6784 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
6785
6786 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
6787
2a00cdb4
JD
6788 * config.in: Rebuild (added HAVE_GTK_FILE_*).
6789
f6749d5d
KS
67902004-11-01 Kim F. Storm <storm@cua.dk>
6791
32e2fb04
SM
6792 * process.c (connect_wait_mask, num_pending_connects):
6793 Only declare and use them if NON_BLOCKING_CONNECT is defined.
bad49fc7 6794 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
f6749d5d
KS
6795 (IF_NON_BLOCKING_CONNECT): New helper macro.
6796 (wait_reading_process_output): Only declare and use local vars
6797 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
f6749d5d 6798
1a99fe1a
JR
67992004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
6800
6801 * w32term.c (x_scroll_run): Delete region objects after use.
6802
fcdb28b4
JD
68032004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6804
495ef86b
JD
6805 * xmenu.c: Add prototypes for forward function declarations.
6806 (popup_get_selection): Remove parameter do_timers, remove call to
6807 timer_check.
32e2fb04
SM
6808 (create_and_show_popup_menu, create_and_show_dialog):
6809 Remove parameter do_timers from call to popup_get_selection.
495ef86b 6810
12e6566a
JD
6811 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
6812 tool_bar_items and assign the result to f->tool_bar_items if
6813 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
6814 tool_bar_items to assignment of result.
6815
fcdb28b4
JD
6816 * atimer.c (alarm_signal_handler): Do not call set_alarm if
6817 pending_atmers is non-zero.
6818
1a1a0c4c
KS
68192004-10-31 Kim F. Storm <storm@cua.dk>
6820
6821 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
6822
a36f1680
JW
68232004-10-28 Will <will@glozer.net>
6824
1d1c7e75 6825 * macterm.c: Allow user to assign key modifiers to the Mac Option
a36f1680
JW
6826 key via a 'mac-option-modifier' variable.
6827
32e2fb04 68282004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
6829
6830 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
6831 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
6832 (x_handle_selection_request, x_handle_selection_clear)
6833 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
6834
4f71c13f
RS
68352004-10-28 Richard M. Stallman <rms@gnu.org>
6836
6837 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
6838
6839 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
6840
068f3848
SM
68412004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
6844 comment-starter over a 1-char one.
6845
4660a9e3
RS
68462004-10-27 Richard M. Stallman <rms@gnu.org>
6847
6848 * xdisp.c (get_next_display_element): In mode lines,
6849 treat newline and tab like other control characters.
6850
6851 * editfns.c (Fmessage): Doc fix.
6852
6853 * indent.c (vmotion): When moving up, check the newline before.
6854 Make prevline an int, not a Lisp_Object.
6855
233f3db6
KS
68562004-10-27 Kim F. Storm <storm@cua.dk>
6857
6858 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
6859 Only allocate info and discarded tables once.
6860
6861 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
6862 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
6863 (SAFE_FREE): Test it to determine if we need to unwind to free.
6864 Remove size arg. All users changed.
6865 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
6866
1442465d
JD
68672004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6868
6869 * gtkutil.c: Put empty line between comment and function body.
068f3848
SM
6870 (xg_destroy_widgets): Rename from remove_from_container.
6871 Just destroy all widgets in list. Argument wcont removed.
1442465d
JD
6872 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
6873 instead of remove_from_container.
6874 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
6875 (free_frame_tool_bar): Add comment.
6876
6877 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
6878 is not NULL before strcmp.
6879
c8636435
KS
68802004-10-26 Kim F. Storm <storm@cua.dk>
6881
6882 * callint.c (Fcall_interactively): Add 'U' code to get the
6883 up-event discarded by a previous 'k' or 'K' argument.
6884
5629f29b
DK
68852004-10-26 David Kastrup <dak@gnu.org>
6886
6887 * buffer.c (syms_of_buffer): Fix a few typos.
6888
4f2f546e
JD
68892004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6890
6891 * xsmfns.c: Put empty line between comment and function body.
6892 Use two spaces before comment end.
6893
fc1062f5
KH
68942004-10-25 Kenichi Handa <handa@m17n.org>
6895
6896 * fontset.c (fontset_pattern_regexp): Optimize for the case that
6897 PATTERN is full XLFD.
6898
be13f5e5
KH
68992004-10-24 Kenichi Handa <handa@m17n.org>
6900
6901 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
6902
6903 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
6904 (regex_compile): Return REG_ERANGEX if appropriate.
6905
d0ee2ed3
KH
69062004-10-22 Kenichi Handa <handa@m17n.org>
6907
6908 * editfns.c (Ftranslate_region_internal): New function.
6909 (syms_of_editfns): Defsubr it.
6910
63ea8ea5
JD
69112004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6912
6913 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
6914
9ba27690 69152004-10-21 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
c27ed90a 6916
068f3848
SM
6917 * xterm.h (x_output): New member `xic_base_fontname'.
6918 (FRAME_XIC_BASE_FONTNAME): New macro.
6919 (xic_free_xfontset): Declare.
c27ed90a 6920
068f3848
SM
6921 * xfns.c (xic_create_xfontset): Share fontsets between frames
6922 based on base_fontname.
6923 (xic_free_xfontset): New function.
6924 (free_frame_xic): Use it.
6925 (xic_set_xfontset): Ditto.
c27ed90a 6926
068f3848 6927 * xterm.c (xim_destroy_callback): Ditto.
c27ed90a
JD
6928
6929
59508699
JR
69302004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
6931
6932 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
6933
dede2792
JD
69342004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6935
3aca2078
JD
6936 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
6937 XSync.
6938
dede2792
JD
6939 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
6940 New variables and constant.
6941 (main): Calculate heap_bss_diff. If we are dumping and the
6942 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
6943 and exec ourself again.
6944 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
6945 print a warning.
6946
6947 * lastfile.c: Make my_endbss and my_endbss_static available on all
6948 platforms.
6949
6950 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
6951 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
6952
1dc5ba01
LT
69532004-10-19 Luc Teirlinck <teirllm@auburn.edu>
6954
6955 * data.c (Flocal_variable_if_set_p): Doc fix.
6956
950090be
JR
69572004-10-19 Jason Rumney <jasonr@gnu.org>
6958
6959 * w32.c (init_environment): Set emacs_dir correctly when running
6960 emacs from the build directory.
6961
8550b998
RS
69622004-10-19 Richard M. Stallman <rms@gnu.org>
6963
6964 * editfns.c (Fdelete_and_extract_region):
6965 If region is empty, return null string.
6966
08dedea6
JD
69672004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6968
1dc5ba01 6969 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
08dedea6 6970 and canon_width.
068f3848 6971 (xg_frame_cleared): Remove.
08dedea6 6972
068f3848
SM
6973 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
6974 (xg_find_top_left_in_fixed): Remove.
08dedea6
JD
6975 (xg_create_scroll_bar): Put an event box widget between
6976 the scroll bar widget and the edit widget.
6977 (xg_show_scroll_bar): Show the parent widget (the event box).
6978 (xg_remove_scroll_bar): Destroy parent (the event box) also.
6979 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
6980 Move the parent (the event box) widget inside the fixed widget.
6981 Move window clear to xterm.c.
6982
068f3848 6983 * gtkutil.h (xg_frame_cleared): Remove.
1dc5ba01 6984
08dedea6 6985 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
068f3848
SM
6986 (x_scroll_bar_create, XTset_vertical_scroll_bar):
6987 Remove arguments left and width to xg_update_scrollbar_pos.
08dedea6
JD
6988 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
6989
8550b998 69902004-10-19 Kenichi Handa <handa@m17n.org>
e3e55463
KS
6991
6992 * xdisp.c (display_mode_element): Fix display of wide chars.
e3e55463 6993
84338890
JD
69942004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6995
6996 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
6997 gdk_window_clear and move gdk_window_process_all_updates after
6998 clear so events are sent to the X server in correct order.
6999
6e1b0d8c
KH
70002004-10-18 Kenichi Handa <handa@m17n.org>
7001
7002 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
7003 comparing font names.
8550b998 7004 (fs_query_fontset): Use fast_string_match for comparing fontset names.
6e1b0d8c
KH
7005 (list_fontsets): Likewise.
7006
7007 * search.c (fast_string_match_ignore_case): New function.
7008
7009 * lisp.h (fast_string_match_ignore_case): Extern it.
7010
345e75a8
KS
70112004-10-17 Kim F. Storm <storm@cua.dk>
7012
7013 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
7014 than bitmap if there is not left fringe.
7015 (get_overlay_arrow_glyph_row): Also used on windows system.
7016 (display_line): Display overlay string if no left fringe.
7017
be13cbb7
JR
70182004-10-16 Jason Rumney <jasonr@gnu.org>
7019
7020 * w32fns.c (w32_font_match): Encode font name being matched.
7021
c2e2ede7
RS
70222004-10-16 Richard M. Stallman <rms@gnu.org>
7023
7024 * window.c (Fspecial_display_p): Doc fix.
7025
043f7f73 70262004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3584d95d
SM
7027
7028 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
7029 Don't ignore menus, because where-is-internal already does it for us.
7030
699a0392
KS
70312004-10-15 Kim F. Storm <storm@cua.dk>
7032
b3c7a89b
KS
7033 * xdisp.c (redisplay_window): Only update fringes and vertical
7034 border on window frames.
699a0392 7035
4e382b0f
AS
70362004-10-14 Andreas Schwab <schwab@suse.de>
7037
7038 * m/ia64.h (DATA_SEG_BITS): Don't define.
7039
329a7be2
KS
70402004-10-14 Kim F. Storm <storm@cua.dk>
7041
7042 * xterm.h: Include Xutil.h after keysym.h to work around bug
dbb37962 7043 in some X versions.
329a7be2 7044
982241b1
SM
70452004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * fns.c (map_char_table): Add missing gcpros.
7048
9238467d
SM
70492004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * keymap.c (get_keymap): An autoload form is not a keymap.
7052
7053 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
7054
4440e3ca
KS
70552004-10-13 Kim F. Storm <storm@cua.dk>
7056
7cfdabde
KS
7057 * callproc.c (Fcall_process): Simplify handling of display arg.
7058 Resume `display_on_the_fly' once a coding system is determined.
7059
4440e3ca
KS
7060 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
7061
1c8dec6a
KS
70622004-10-12 Kim F. Storm <storm@cua.dk>
7063
7064 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
7065 caller, such as call-process, is not going to poll for input.
7066 (calc_line_height_property): Handle case where it->object is nil.
7067
7068 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
7069
170b174c
KH
70702004-10-12 Kenichi Handa <handa@m17n.org>
7071
9238467d
SM
7072 * xdisp.c (get_next_display_element):
7073 If unibyte_display_via_language_environment is zero, display 8-bit
170b174c
KH
7074 chars in octal in unibyte buffer.
7075
b583964c
KS
70762004-10-12 Kim F. Storm <storm@cua.dk>
7077
7078 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
7079 are no ordinary bindings.
7080
29fabd8c
JD
70812004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7082
9238467d 7083 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
29fabd8c 7084
c3f4c690
ST
70852004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7086
9238467d
SM
7087 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
7088 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
c3f4c690 7089 (make_mac_frame): Add BLOCK_INPUT around the making of a
9238467d
SM
7090 terminal frame.
7091 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
7092 * macgui.h (mktime): Use emacs_mktime.
c3f4c690
ST
7093 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
7094 Make a cancel file-open dialog be like C-g.
9238467d
SM
7095 * mac.c (mktime): Use emacs_mktime.
7096 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
7097 (Fmac_paste_function): Add better error handling for carbon cut/paste.
c3f4c690 7098
9688f9eb
KS
70992004-10-10 Kim F. Storm <storm@cua.dk>
7100
7101 * keyboard.c (timer_resume_idle): New function to resume idle
7102 timer without resetting timers on the idle list.
52eb0373 7103 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
9688f9eb
KS
7104 (timer_start_idle, timer_stop_idle): Declare static.
7105 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
7106
7107 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
7108
f7f3a65f
ST
71092004-10-08 Steven Tamm <steventamm@mac.com>
7110
9238467d 7111 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
f7f3a65f 7112 * macterm.c (mac_check_for_quit_char): Remove warning for using
9238467d 7113 NULL where 0 should be used.
f7f3a65f
ST
7114 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
7115 objc/malloc.h
9238467d 7116 * mac.c: Include time.h for Tiger compatibility.
f7f3a65f 7117
3c7d999a
KS
71182004-10-07 Kim F. Storm <storm@cua.dk>
7119
7120 * xdisp.c (redisplay_window): Fix flicker on vertical line between
7121 windows. Update vertical line after drawing window fringes, but
7122 only if actually drawing any bitmaps--or there is no fringe.
7123
7124 * xterm.c (x_update_window_end): Likewise.
7125 * macterm.c (x_update_window_end): Likewise.
7126 * w32term.c (x_update_window_end): Likewise.
7127
7128 * fringe.c (draw_window_fringes): Return value now indicates if
7129 any fringe bitmaps were redrawn (or there are no fringes).
7130
7131 * dispextern.h (draw_window_fringes): Update prototype.
7132
bf06c82f
ST
71332004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7134
7135 * macfns.c (mac_get_window_bounds): Add extern.
7136 (x_real_positions): Use mac_get_window_bounds.
7137
7138 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
7139 xmenu.c (YAILOM).
3c7d999a 7140
bf06c82f
ST
7141 * macterm.c [!MAC_OSX]: Include Windows.h.
7142 (front_emacs_window): Rename from mac_front_window. All uses
7143 changed. Return the frontmost non-tooltip emacs window.
7144 (mac_get_window_bounds): New function.
7145 (x_calc_absolute_position): Use the difference of width and height
7146 between the inner and outer window.
7147 (x_set_offset): Specify window position by the coordinae of the
7148 outer window. Adjust the position if the title bar is completely
7149 outside the screen.
7150 (app_is_suspended, app_sleep_time): Remove unused variables.
7151 (do_app_resume, do_app_suspend): Remove their contents because
7152 window-activate/deactivate events will do the job.
7153 (do_zoom_window): Remove unused variables. Make compliant to the
7154 standard way of zooming. Set f->left_pos and f->top_pos.
7155 (XTread_socket): Don't use argument `expected'. Don't use
7156 FrontWindow to determine the clicked window. Exclude unprocessed
7157 mouseUp cases in the early stage. Add parentheses to fix operator
7158 precedence.
7159 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
7160
4cbbf6b7 71612004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
d8b43276
JD
7162
7163 * config.in: Regenerate.
7164
7165 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
7166 HAVE_EXECSHIELD.
7167
b90ee8b5
JD
71682004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7169
7170 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
7171 a row if Alt or Meta has been found for that row. Also stop scanning
7172 for Keysyms for that row.
7173
904db1a2
KS
71742004-10-04 Kim F. Storm <storm@cua.dk>
7175
0207b8ad
KS
7176 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
7177 to list. Include overlay arrow bitmap in return value.
7178
25f7220c
KS
7179 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
7180 bars with fractional column width. If scroll bar separates two
7181 windows, move it towards the window it belongs to. Only update
7182 the padding area below the scroll bar widget when necessary,
7183 i.e. when scroll bar widget is created, moved, or resized.
7184
562020fe
KS
7185 * xdisp.c (define_frame_cursor1): Do not change frame cursor
7186 while tracking/dragging mouse.
7187 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
7188
37e34af7
KS
7189 * window.c (coordinates_in_window): Relax check for cursor
7190 on vertial border between mode lines.
7191 (Fset_window_fringes): Do not allow negative widths.
7192 (Fset_window_scroll_bars): Likewise.
7193
904db1a2
KS
7194 * .gdbinit (pp): Shorthand for p ARG + pr.
7195 (ff): New command: flush frame updates (X only).
7196
38fe4f64
MA
71972004-10-03 Michael Albinus <michael.albinus@gmx.de>
7198
7199 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
7200
9de36315
KH
72012004-09-30 Kenichi Handa <handa@m17n.org>
7202
07c381ad 7203 * process.c (send_process): Free composition data.
9de36315 7204
07c381ad 7205 * fileio.c (Finsert_file_contents): Free composition data.
9de36315
KH
7206
7207 * coding.c (code_convert_region): Don't skip ASCIIs if there are
07c381ad
KH
7208 compositions to encode.
7209 (encode_coding_string): Likewise. Free composition data.
7210
d5fb8dab 72112004-09-30 Florian Weimer <fw@deneb.enyo.de>
07c381ad
KH
7212
7213 * coding.c (code_convert_region): Free composition data.
9de36315 7214
f2a54fbc
KS
72152004-09-29 Kim F. Storm <storm@cua.dk>
7216
dc5d6435
KS
7217 * fringe.c: Remove limit on number of bitmaps.
7218 (fringe_bitmaps, fringe_faces): Change to pointers.
7219 (max_fringe_bitmaps): New var.
7220 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
7221 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
7222
7223 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
7224 (struct glyph_row): Reorder fringe_bitmap related fields.
7225 (struct it): Likewise.
7226
7227 * w32term.c (fringe_bmp): Change to pointer.
7228 (max_fringe_bmp): New var.
7229 (w32_define_fringe_bitmap): Expand fringe_bmp.
7230 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
7231 (w32_destroy_fringe_bitmap): Likewise.
7232
72332004-09-29 Kim F. Storm <storm@cua.dk>
7234
7235 * fringe.c: Simplify last change.
f2a54fbc
KS
7236 (lookup_fringe_bitmap): New function.
7237 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
7238 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
7239 Keep standard bitmaps in Vfringe_bitmaps.
7240 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
7241 (Fset_fringe_bitmap_face): Likewise.
7242
7243 * dispextern.h (lookup_fringe_bitmap): Add prototype.
7244 (valid_fringe_bitmap_p): Remove prototype.
7245
7246 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
7247
841a8bca
KS
72482004-09-29 Kim F. Storm <storm@cua.dk>
7249
1f2da365
KS
7250 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
7251 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
7252
841a8bca
KS
7253 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
7254
7255 * fringe.c (Vfringe_bitmaps): New variable.
7256 (syms_of_fringe): DEFVAR_LISP it.
7257 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
7258 Change arg to Lisp_Object and fail if not an integer.
7259 (get_fringe_bitmap_name, resolve_fringe_bitmap)
7260 (destroy_fringe_bitmap): New functions.
9238467d
SM
7261 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
7262 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
841a8bca
KS
7263 clear its fringe property.
7264 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
7265 Fdestroy_fringe_bitmap.
7266 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
7267 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
7268 and set fringe property. Signal error if no free slots.
7269 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
7270 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
7271
7272 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
7273 symbols with a fringe property.
7274
4d965590
KS
72752004-09-27 Kim F. Storm <storm@cua.dk>
7276
7277 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
7278 Doc fix. Format may now be a symbol or alist, not a cons.
7279
7280 * fringe.c (update_window_fringes): Handle new formats of
7281 indicate-buffer-boundaries (symbol or alist). No longer
7282 allow a simple cons.
7283 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
7284
e888c2b3
JD
72852004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7286
9238467d 7287 * config.in: Rebuild.
e888c2b3 7288
83f1cb94
JD
72892004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7290
7291 * config.in: Rebuild.
7292
9dd28cae 7293 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
83f1cb94 7294
2c51754c
SM
72952004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * xterm.c (x_term_init): Work around a bug in some X servers.
7298
3df5f8aa
RS
72992004-09-18 Richard M. Stallman <rms@gnu.org>
7300
557ca2c1
RS
7301 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
7302
3df5f8aa
RS
7303 * xdisp.c (try_window_reusing_current_matrix):
7304 Handle the case where we reach the old displayed text,
7305 out of sync with the old line boundary.
7306
9238467d 73072004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4b70e2c9
SM
7308
7309 * fileio.c (Finsert_file_contents): Fix case of replacement in a
7310 narrowed buffer.
7311
bfa02563
KS
73122004-09-14 Kim F. Storm <storm@cua.dk>
7313
a25fe164
KS
7314 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
7315
bfa02563
KS
7316 * xfaces.c (Qface_no_inherit): New var.
7317 (syms_of_xfaces): Intern and staticpro it.
7318 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
7319 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
7320 Don't increment face_change_count when face has non-nil
7321 face-no-inherit property.
7322
126f9c02
SM
73232004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7324
892a8eb5
SM
7325 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
7326 (Fbyte_code): Remove dead code after `wrong_type_argument'.
7327
126f9c02 7328 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
9238467d 7329 before doing the mark_stack_check_gcpros since they're not on the stack.
126f9c02 7330
c0ad3b38
KS
73312004-09-12 Kim F. Storm <storm@cua.dk>
7332
7333 * editfns.c (Fformat): Handle format strings with multiple text
7334 properties. Reverse text property list from the format string,
7335 so the positions are in increasing order.
7336
844fc085
JD
73372004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7338
7339 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
7340 x_uncatch_errors so that possible protocol errors are delivered.
7341
b106731c
EZ
73422004-09-10 Eli Zaretskii <eliz@gnu.org>
7343
21065c92
EZ
7344 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
7345 blockinput.h.
7346 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
7347 charset.h, and coding.h
9238467d 7348 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
21065c92
EZ
7349 (term.o): Depend on window.h and keymap.h.
7350 (abbrev.o): Depend on syntax.h.
7351 (callint.o): Depend on keymap.h.
7352 (casefiddle.o): Depend on charset.h and keymap.h.
7353 (category.o): Depend on keymap.h.
7354 (coding.o): Depend on dispextern.h.
7355 (cmds.o): Depend on keyboard.h and keymap.h.
7356 (dispnew.o): Depend on indent.h and intervals.h.
7357 (doc.o): Depend on keymap.h.
7358 (editfns.o): Depend on frame.h.
7359 (emacs.o): Depend on dispextern.h.
7360 (fileio.o): Don't depend on ccl.h.
7361 (filelock.o): Depend on charset.h and coding.h.
7362 (frame.o): Depend on w32term.h and macterm.h.
7363 (insdel.o): Depend on region-cache.h.
7364 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
7365 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
7366 (search.o): Depend on $(INTERVALS_SRC).
7367 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
7368 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
7369 xterm.h, w32term.h, and macterm.h.
7370 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
7371 w32term.h, and macterm.h.
7372 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
7373 region-cache.h, xterm.h, w32term.h, and macterm.h.
7374 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
7375 (data.o): Depend on frame.h.
7376 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
7377 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
7378 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
7379 (intervals.o): Depend on keymap.h.
7380
9238467d
SM
7381 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
7382 Add debugging print-out to termscript.
b106731c 7383
64b7122d
RS
73842004-09-09 Richard M. Stallman <rms@gnu.org>
7385
7386 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
7387
5670531e
RS
73882004-09-08 Richard M. Stallman <rms@gnu.org>
7389
6cb4a892
RS
7390 * window.c (Fset_window_buffer): Doc fix.
7391
5670531e
RS
7392 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
7393
7e388eb7
JL
73942004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
7395
7396 * minibuf.c (history_delete_duplicates): New variable.
7397 (read_minibuf): Use it.
7398 (syms_of_minibuf): Create the corresponding lisp variable.
7399
370e3587
KS
74002004-09-08 Kim F. Storm <storm@cua.dk>
7401
7402 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
7403 overlay just before point.
7404
f844ba4e
LT
74052004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * buffer.h (struct buffer): Add auto_save_file_format field.
9238467d
SM
7408 * buffer.c (reset_buffer, init_buffer_once):
7409 Handle auto_save_file_format field.
f844ba4e
LT
7410 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
7411 `buffer-auto-save-file-format'.
f844ba4e
LT
7412 * fileio.c: Delete declaration for removed Vauto_save_file_format.
7413 (build_annotations): Adapt to replacement of
7414 `auto-save-file-format' with the new buffer-local variable
7415 `buffer-auto-save-file-format'.
7416 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
7417
f0f90717
JR
74182004-09-07 Jason Rumney <jasonr@gnu.org>
7419
7420 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
7421
9238467d
SM
7422 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
7423 Handle Unicode menu titles.
f0f90717 7424
4e14f66c
KS
74252004-09-07 Kim F. Storm <storm@cua.dk>
7426
7427 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
7428 property from text property or overlay strings at point.
7429
9238467d 74302004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806714a
SM
7431
7432 * xmenu.c (update_submenu_strings): YAILOM.
7433 (set_frame_menubar): Make sure last_i is initialized.
7434
1f06d367
JR
74352004-09-03 Jason Rumney <jasonr@gnu.org>
7436
1806714a 7437 * w32menu.c (_widget_value): Add lname and lkey.
1f06d367
JR
7438 (digest_single_submenu): Set lname and lkey in widget_value
7439 instead of name and key.
7440 (update_submenu_strings): New function.
7441 (set_frame_menubar): Remove call to inhibit_garbage_collection,
7442 call update_submenu_strings.
7443
7444 * w32menu.c (globals_of_w32menu): Check for Unicode API.
7445 (digest_single_submenu, w32_menu_show): Encode menu strings as
7446 UTF-8 if Unicode API is available.
7447 (utf8to16): New function.
7448 (add_menu_item): Use it when calling Unicode API.
1806714a 7449
46540080
KS
74502004-09-03 Kim F. Storm <storm@cua.dk>
7451
7452 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
7453 in overlay or text-property strings; set cursor on corresponding
7454 glyph rather than at end of the string.
7455
9277ba61 74562004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
46540080 7457
9277ba61 7458 * macfns.c (x_real_positions): Save the current window port and
1806714a
SM
7459 set a new one before obtaining the global coordinate.
7460 Use FRAME_MAC_WINDOW.
7461 (x_set_name, x_set_title): Encode title to UTF8.
7462 Use SetWindowTitleWithCFString.
9277ba61
ST
7463 (Fx_server_version): Get correct OS version.
7464
1806714a
SM
7465 * macmenu.c (add_menu_item): Remove unused variable `i'.
7466 Don't let separator items destroy refence constants of other menu items.
9277ba61
ST
7467
7468 * macterm.c (x_update_end): Move SetPortWindowPort to inside
7469 BLOCK_INPUT.
7470 (x_set_offset): Use FRAME_MAC_WINDOW.
7471
7472 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
7473 nontext_cursor if it is on a scroll bar.
7474
7475 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
7476 Carbon support.
1806714a
SM
7477 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
7478 Use LIBS_CARBON.
9277ba61 7479
b10daec7
JD
74802004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7481
7482 * xfns.c (x_set_name_internal): New function. Check if we shall call
7483 xfree before ENCODE_UTF_8.
7484 (x_set_name, x_set_title): Call x_set_name_internal.
7485
f7e22385
JR
74862004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
7487
7488 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
7489 reload it.
7490
2bf436c3
JD
74912004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7492
1806714a 7493 * macmenu.c (_widget_value): Add lname and lkey.
16ceacc2
JD
7494 (single_submenu): Set lname and lkey in widget_value
7495 instead of name and key.
7496 (update_submenu_strings): New function.
7497 (set_frame_menubar): Remove call to inhibit_garbage_collection,
7498 call update_submenu_strings.
7499
2bf436c3
JD
7500 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
7501 instead of name and key.
7502 (update_submenu_strings): New function.
7503 (set_frame_menubar): Remove call to inhibit_garbage_collection,
ec867797 7504 call update_submenu_strings.
2bf436c3
JD
7505
7506 * gtkutil.h (_widget_value): Added lname and lkey.
7507
11715f92
ST
75082004-08-30 Steven Tamm <steventamm@mac.com>
7509
7510 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
7511 by using different names for inner loop variables.
7512
5500be54
JD
75132004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7514
059cd329
JD
7515 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
7516 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
7517
5500be54
JD
7518 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
7519 tool bar items is 0.
7520
383418e5
ST
75212004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7522
7523 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
7524 strings in menu items.
7525 (single_submenu): Use ENCODE_MENU_STRING
7526 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
7527 button release isn't passed to event loop
7528 (add_menu_item): Use SetMenuItemWithCFString
7529
6eb3ee72
ST
75302004-08-26 Steven Tamm <steventamm@mac.com>
7531
7532 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
7e26f91b
KS
7533 tool-bar/menu click.
7534 * macfns.c (Fx_file_dialog): Implement using NavServices.
6eb3ee72 7535
10b43ac3
JD
75362004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7537
2728b5d0
JD
7538 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
7539
10b43ac3
JD
7540 * xfns.c (x_window_to_frame, x_any_window_to_frame)
7541 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
7542 (x_top_window_to_frame): Return 0 if wdesc is None.
7543
2ee3b79e
RS
75442004-08-22 Richard M. Stallman <rms@gnu.org>
7545
7546 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
7547 HAVE_TERMIOS]: If there's no char for this signal, drop through
7548 and use system calls.
7549
7550 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
7551
9a1ba2ea
KS
75522004-08-20 Kim F. Storm <storm@cua.dk>
7553
7554 * process.c (wait_reading_process_output): Rename from
7555 wait_reading_process_input. All uses changed.
7556 (wait_reading_process_output_1): Rename from
7557 wait_reading_process_input_1. All uses changed.
7558
7559 * dispnew.c (Fsleep_for): Remove obsolete code.
7560
295f3b30
KH
75612004-08-20 Kenichi Handa <handa@m17n.org>
7562
7563 * syntax.c (skip_chars): Fix for unibyte case.
7564
27615979
SM
75652004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * syntax.c (char_quoted): Mixup byte/char pos.
7568 (back_comment): Fixup globals in all cases.
7569
00267f94
JD
75702004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7571
7572 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
7573 passing it to gtk_window_set_title.
7574
2439909e
KS
75752004-08-19 Kim F. Storm <storm@cua.dk>
7576
6ba0f14c
KS
7577 * process.c (wait_reading_process_input): Clean up.
7578 Add wait_for_cell, wait_proc, and just_wait_proc args
7579 to avoid overloading `read_kbd' and `do_display' args.
7580 Change read_kbd arg to int. All callers changed.
7581
2439909e
KS
7582 * process.c (process_send_signal): Use CDISABLE.
7583
7584 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
7585
101c421e
KS
75862004-08-18 Kim F. Storm <storm@cua.dk>
7587
7588 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
7589 forward to wait_reading_process_input via DO_DISPLAY arg.
7590 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
7591 object, only process output from that process; also inhibit
7592 running timers if DO_DISPLAY==-2.
7593
c438dc33
KS
75942004-08-17 Kim F. Storm <storm@cua.dk>
7595
7596 * process.c (process_send_signal): Fix last change--use
7597 _POSIX_VDISABLE instead of CVDISABLE when available.
7598
8afc13c6
RS
75992004-08-16 Richard M. Stallman <rms@gnu.org>
7600
7601 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
7602 Set VQUIT and VINTR chars to the standard ones if they are unset.
7603 [AIX]: Don't do that here. And don't force VINTR to standard
7604 when SIGNALS_VIA_CHARACTERS.
7605
c438dc33 7606 * process.c (process_send_signal)
8afc13c6
RS
7607 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
7608 Do nothing if the character is CVDISABLE.
7609
7610 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
7611
c438dc33 7612 * intervals.c (move_if_not_intangible):
8afc13c6
RS
7613 Force POSITION to be between BEGV and ZV.
7614
6dad1714
JPW
76152004-08-14 John Paul Wallington <jpw@gnu.org>
7616
7617 * buffer.c (Frestore_buffer_modified_p): Doc fix.
7618
7619 * fileio.c (Fread_file_name): Doc fix.
7620
7621 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
7622
2bd77330
LT
76232004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
7626
c90e7e43
LT
76272004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7628
7629 * keyboard.c: Declare Qdisabled_command_function instead of
8392e138 7630 Qdisabled_command_hook.
c90e7e43 7631 (Fcommand_execute): Use Qdisabled_command_function instead of
8392e138 7632 Qdisabled_command_hook.
c90e7e43
LT
7633 (syms_of_keyboard): Ditto.
7634
81909a1a
LT
76352004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7636
7637 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
7638 (syms_of_keymap) <key-translation-map>: Doc fixes.
7639
0cedd530
SM
76402004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7641
1725a7c9
SM
7642 * window.c (window_list_1): YAILOM.
7643
0cedd530
SM
7644 * fileio.c (make_temp_name): Handle multibyte prefixes.
7645
2515a131
LT
76462004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7647
7648 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
7649 Doc fix.
7650
c8b20fb7
KH
76512004-08-03 Kenichi Handa <handa@m17n.org>
7652
7653 * coding.c (decode_coding_string): Adjust coding->consumed, and
7654 etc. with shrinked_bytes.
7655
fb8b092b
KS
76562004-08-03 Kim F. Storm <storm@cua.dk>
7657
7658 * indent.c (compute_motion): Fix check for full width window
7659 in non-window case. Do not count left truncation glyph on
7660 window systems.
7661
df133612
LT
76622004-08-02 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * data.c (Finteractive_form): Doc fix.
7665
0f7a93c1
KS
76662004-08-02 Kim F. Storm <storm@cua.dk>
7667
7668 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
7669 properly accounting for continuation glyph on non-window systems.
7670 (Fcompute_motion): Use actual window width if WIDTH is nil, and
7671 actual window width/height if TOPOS is nil, properly accounting for
7672 continuation glyphs on non-window systems, and optional header lines.
7673 (vmotion): Let compute_motion calculate actual window width.
7674
7675 * window.c (window_scroll_line_based): Let compute_motion
7676 calculate actual window width.
7677
f491e1ed
KS
76782004-08-02 Kim F. Storm <storm@cua.dk>
7679
7680 * process.c (read_process_output): Use whole read buffer.
7681 Don't trigger adaptive read buffering on errors.
7682
83f64226
LT
76832004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7684
7685 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
7686
1d1c7e75 7687 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
83f64226
LT
7688
7689 * callint.c (Fcall_interactively): Doc fix.
7690
8afc13c6
RS
76912004-07-30 Richard M. Stallman <rms@gnu.org>
7692
7693 * abbrev.c (Fexpand_abbrev): Undo previous change.
7694
7c111482
KS
76952004-07-30 Kim F. Storm <storm@cua.dk>
7696
7697 * editfns.c (Fformat): Allocate extra (dummy) element in info.
7698
ee945d08
LT
76992004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7700
7701 * eval.c (Fdefvar, Fdefconst): Doc fixes.
7702
3f911c94
KS
77032004-07-27 Kim F. Storm <storm@cua.dk>
7704
7705 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
7706 we have ensured that the glyph fits on the current line (or returned
7707 MOVE_LINE_CONTINUED otherwise).
7708
f29ff8c7
KS
77092004-07-26 Kim F. Storm <storm@cua.dk>
7710
7711 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
7712 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
7713 if target position is at end of display line but char is not a newline.
7714
81159bb9
RS
77152004-07-25 Richard M. Stallman <rms@gnu.org>
7716
ab431b61
RS
7717 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
7718 instead of ON_VERTICAL_BORDER, when on scroll bar.
7719 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
7720
7721 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
7722
f29ff8c7 7723 * window.c (Fcoordinates_in_window_p):
81159bb9
RS
7724 Take account of FRAME_INTERNAL_BORDER_WIDTH.
7725
7726 * alloc.c (check_cons_list): New function (contents commented out).
7727
fc820cc5
LT
77282004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * xfaces.c (Fcolor_supported_p): Doc fix.
7731
7732 * frame.c (Fselect_frame, Fset_frame_selected_window)
7733 (Fframe_visible_p, Fraise_frame): Doc fixes.
7734
289978b5
LT
77352004-07-24 Richard M. Stallman <rms@gnu.org>
7736
78819ebb 7737 * keyboard.h (not_single_kboard_state): Declare.
7630911d
RS
7738
7739 * fileio.c (Fwrite_region): Doc fix.
7740
7741 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
7742
7743 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
7744 only when a real abbrev is present.
7745
289978b5
LT
7746 * xfns.c (x_icon_verify): New function.
7747 (Fx_create_frame): Use it.
7748
d5fb8dab 77492004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
63cc10ae
KS
7750
7751 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
7752
36f826d4
KS
77532004-07-21 Kim F. Storm <storm@cua.dk>
7754
7755 * window.h (struct glyph_matrix): New members nrows_scale_factor
7756 and ncols_scale_factor.
7757
7758 * window.c (make_window): Initialize nrows_scale_factor and
7759 ncols_scale_factor members.
7760
7761 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
7762 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
7763 (required_matrix_height): Apply nrows_scale_factor.
7764 (required_matrix_width): Apply ncols_scale_factor.
7765
7766 * xdisp.c (display_line): Increment nrows_scale_factor and set
7767 fonts_changed_p if past last allocated row.
7768 (append_glyph, append_composite_glyph, produce_image_glyph)
7769 (append_stretch_glyph): Increment ncols_scale_factor and set
7770 fonts_changed_p if current area is full.
7771
5fc1c546
JD
77722004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7773
7774 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
7775
cb7516e5
LT
77762004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7777
7778 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
7779 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
7780 (Fset_window_start, Fscroll_up, Fscroll_down)
7781 (Fother_window_for_scrolling, Fscroll_other_window)
7782 (Fsave_window_excursion, Fset_window_vscroll)
7783 (syms_of_window) <window-size-fixed>: Doc fixes.
7784
b6189c3b 77852004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
dda741ec
JR
7786
7787 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
7788 ENCODE_SYSTEM for filenames.
7789
bfcf6608
ST
77902004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7791
7792 * mac.c (sys_select): Block input around call to
7793 ReceiveNextEvent to prevent breakage. Correctly handle
7794 blocking on event queue only by calling ReceiveNextEvent
7795 instead of select (since GUI events aren't on an fd).
7796 (sys_read): Remove function
7797 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
7798
e082ac9d
ST
77992004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7800
7801 * mac.c (sys_select): Redo sys_select to use alarm-based
cb7516e5 7802 polling instead of 1 sec timeouts (like solaris).
e082ac9d 7803
cb7516e5 7804 * macterm.c (x_make_frame_visible): Comment in polling on
e082ac9d
ST
7805 frame creation.
7806
7807 * keyboard.c: Undef SIGIO on Carbon
7808
7809 * atimer.c (alarm_signal_handler): Call alarm handlers after
7810 scheduling.
7811
7812 * eval.c (Feval): Remove quit_char test
7813
7814 * process.c (wait_reading_process_input): Remove clearing
7815 stdin for select call on process input.
7816
4b9da0fb
LT
78172004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7818
1204e81c
LT
7819 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
7820 capitalization error in docstring.
4b9da0fb 7821
26503ad2
JB
78222004-07-17 Juanma Barranquero <lektu@terra.es>
7823
7824 * keyboard.c (not_single_kboard_state): Do nothing unless
7825 MULTI_KBOARD is defined.
7826
3751eb00
RS
78272004-07-17 Richard M. Stallman <rms@gnu.org>
7828
7829 * window.c (coordinates_in_window): Inside the window but outside
7830 its box to the L or R, return ON_VERTICAL_BORDER.
7831 (window_list_1): Rotate the list to start with WINDOW.
7832
7833 * print.c (print_preprocess): Test for print_depth at limit
7834 before entering in being_printed.
7835
7836 * keyboard.c (not_single_kboard_state): New function.
7837 (stuff_buffered_input): Now no-op only if no SIGTSTP.
7838
7839 * frame.c (Fdelete_frame): If we're in single_bboard_state on
7840 this kboard, and we delete its last frame, go to any_kboard_state.
7841
7842 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
7843
b6189c3b 78442004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
62eb6ca9
JR
7845
7846 * w32fns.c (Fx_file_dialog): Encode strings in system coding
7847 system before passing them to OS functions for display.
7848
0f6af254
DK
78492004-07-15 David Kastrup <dak@gnu.org>
7850
f9253326
KS
7851 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
7852 Apparently fixes an abort condition.
0f6af254 7853
386c8f42
LT
78542004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
7857 instead of a cons.
7858
366511da
MB
78592004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
7860
7861 * keyboard.c (echo_dash): Do nothing if there already is a dash
7862 at the end of the echo string.
7863
f85409d3
KS
78642004-07-12 Kim F. Storm <storm@cua.dk>
7865
7866 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
7867 if GC_MARK_STACK.
7868
0ba2e87b
LT
78692004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7870
da38045d
LT
7871 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
7872
9dd28cae 7873 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
0ba2e87b
LT
7874 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
7875 (Freplace_buffer_in_windows, Fset_window_buffer)
7876 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
7877 (syms_of_window): Expand docstring of `display-buffer-function'.
7878
5668fbb8
LT
78792004-07-09 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
7882 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
7883 that time values of the type (HIGH . LOW) are considered obsolete.
7884
a085bf9d
LT
78852004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7886
669de2fb
LT
7887 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
7888 docstring.
7889
bac66325 7890 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
a085bf9d 7891
8e975df9
JPW
78922004-07-06 John Paul Wallington <jpw@gnu.org>
7893
7894 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
7895
fa164e6a
JPW
7896 * fns.c (Fclear_string): Signal an error if STRING is not a string.
7897
2bac9bb1
JD
78982004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7899
7900 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
7901 instead of CGMainDisplayID (only in OSX 10.2 and later).
7902
316ef0dc
JPW
79032004-07-04 John Paul Wallington <jpw@gnu.org>
7904
7905 * fileio.c (read_file_name_completion_ignore_case): New variable.
7906 (syms_of_fileio): Declare and initialise it.
7907 (Fread_file_name): Bind `completion-ignore-case' to respect it.
7908
2a1a35c6
EZ
79092004-07-03 Eli Zaretskii <eliz@gnu.org>
7910
7911 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
7912 for event.x and event.y.
7913
33a72331
KH
79142004-07-01 Kenichi Handa <handa@m17n.org>
7915
7916 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
7917 after getting a new string by pre-write-conversion.
7918
9238467d 79192004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
07a6ab76
SM
7920
7921 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
7922 (x_calc_absolute_position): Remove unused var `child'.
7923
7924 * xfaces.c (x_supports_face_attributes_p)
7925 (Fdisplay_supports_face_attributes_p): YAILOM.
7926 (tty_supports_face_attributes_p): Remove unused var `i'.
7927
7928 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
7929 back_unibyte_ok.
7930
7931 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
7932
7933 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
7934
7935 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
7936
f96ec754
AS
79372004-06-30 Andreas Schwab <schwab@suse.de>
7938
7939 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
7940 (Finit_image_library): Pass LIBRARIES through to
7941 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
7942 (lookup_image_type): Pass Qnil as second argument to
7943 Finit_image_library.
7944
78819ebb 7945 * lisp.h (Finit_image_library): Declare.
f96ec754 7946
59feca74 79472004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c8d09ad8 7948
31983645
AS
7949 * macterm.c (do_window_activate, do_window_deactivate): Remove.
7950 (XTread_socket): Send mouse button events to the toolbox
7951 dispatcher even when the mouse is grabbed. Don't process window
7952 activate events for non-Emacs windows. Replace function calls to
7953 do_window_activate and do_window_deactivate with their contents.
7954 Reset mouse grabbing status when a window is deactivated.
59feca74 7955
c61278bb
ST
79562004-06-29 Steven Tamm <steventamm@mac.com>
7957
7958 * macterm.c (mac_get_emulated_btn)
7959 (mac_event_to_emacs_modifiers): Fix emulated mouse button
7960 support to correctly mask out modifiers.
7961
c3762cbd
DK
79622004-06-29 David Kastrup <dak@gnu.org>
7963
7964 * search.c (Fset_match_data): Allow buffer before end of list
7965 which can happen if set-match-data is using a pre-consed list.
7966
c61278bb 79672004-06-28 Steven Tamm <steventamm@mac.com>
e439b925
ST
7968
7969 * macterm.c (XTread_socket): Correctly set the frame position
7970 after the window is moved.
7971
74cdfe05
JD
79722004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7973
7974 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
7975 gpix and gmask just before return to avoid memory leak.
03ecb80f
JD
7976 (xg_get_image_for_pixmap): Add workaround for monochrome displays
7977 so insensitive and activated icons look ok.
74cdfe05 7978
ef544dc8
JR
79792004-06-27 Jason Rumney <jasonr@gnu.org>
7980
7981 * w32fns.c (file_dialog_callback): Disable edit control if set
7982 to directories only on CDN_INITDONE message.
7983 (Fx_file_dialog): Default to directories only when prompt starts
7984 with "Dired".
7985
7b7990cc
KS
79862004-06-25 Kim F. Storm <storm@cua.dk>
7987
7988 * alloc.c (allocate_misc): Update total_free_markers.
7989 (free_misc): New function.
7990 (safe_alloca_unwind, free_marker): Use it.
7991
7992 * lisp.h (free_misc): Add prototype.
7993
7994 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
7995
d8c379f8
RS
79962004-06-24 Richard M. Stallman <rms@gnu.org>
7997
7998 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
7999 (syms_of_emacs): Lisp variables deleted.
8000
559cdd07
DK
80012004-06-23 David Kastrup <dak@gnu.org>
8002
94939b84
DK
8003 * search.c (Freplace_match): Adjust the match-data more thoroughly
8004 when replacing strings in the buffer.
8005 (Fmatch_data): When INTEGERS is non-nil and the last match was in
8006 a buffer, add the buffer as last element to the match data.
8007 (Fset_match_data): If an additional element of the match-data is a
8008 buffer, restore it to last_thing_searched.
c8d09ad8 8009 (save_search_regs): Save last_thing_searched as part of the match data.
559cdd07
DK
8010 (restore_match_data): Restore it again.
8011
dce417e7
LT
80122004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * keymap.c (Ftext_char_description): Doc fix.
8015 * doc.c (Fsnarf_documentation): Doc fix.
8016
ef54b2d0
KS
80172004-06-22 Kim F. Storm <storm@cua.dk>
8018
b5bc4d05
KS
8019 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
8020
ef54b2d0
KS
8021 * lisp.h (struct Lisp_Save_Value): New member dogc.
8022 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
8023 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
8024 (SAFE_FREE_LISP): New macro.
8025
8026 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
8027 (make_save_value): Init new dogc member.
8028 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
8029
8030 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
8031 SAFE_FREE_LISP macros.
8032
3d33d993
KS
80332004-06-22 Kim F. Storm <storm@cua.dk>
8034
8035 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
8036 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
8037 in that memory area are unknown to GC. Add comments.
8038
8039 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
8040
5c917f98
KS
80412004-06-21 Kim F. Storm <storm@cua.dk>
8042
8043 * lisp.h (MAX_ALLOCA): Define here.
8044 (safe_alloca_unwind): Add prototype.
8045 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
8046
8047 * alloc.c (safe_alloca_unwind): New function.
8048
8049 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
8050
8051 * charset.c (Fstring): Use SAFE_ALLOCA.
8052
8053 * coding.c (MAX_ALLOCA): Remove define.
8054
8055 * data.c (MAX_ALLOCA): Remove define.
8056 (Faset): Use SAFE_ALLOCA.
8057
8058 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
8059
8060 * fns.c (string_make_multibyte, string_to_multibyte)
8061 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
8062 (MAX_ALLOCA): Remove define.
8063 (Fbase64_encode_region, Fbase64_encode_string)
8064 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
8065 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
8066 memory leak if encoding fails.
8067
8068 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
8069
9a09408e
EZ
80702004-06-21 Eli Zaretskii <eliz@gnu.org>
8071
8072 * print.c (Fwith_output_to_temp_buffer): Doc fix.
8073
376de739
RS
80742004-06-20 Richard M. Stallman <rms@gnu.org>
8075
8076 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
8077
8078 * search.c (match_limit): Cleaner err msg when no match data available.
8079
8080 * window.c (syms_of_window): Doc fix.
8081
8082 * keyboard.c (command_loop_1): Handle values `only' and `identity'
8083 for Vtransient_mark_mode.
8084
8085 * buffer.c (syms_of_buffer): Doc fix.
8086
acd81db9
DK
80872004-06-21 David Kastrup <dak@gnu.org>
8088
8089 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
8090 and unbinding of `case-fold-search' according to
8091 `completion-ignore-case' around calls of string-match and
8092 predicates, respectively. Should give satisfactory performance
8093 in all relevant cases.
8094
f303762d
JD
80952004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8096
95911c74
JD
8097 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
8098 clip_x/y_origin.
8099
a6cb6b78
JD
8100 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
8101
f303762d
JD
8102 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
8103
8104 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
8105 on Mac OSX.
8106
bbdb2684
LT
81072004-06-16 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
8110
5ea48b1c
KS
81112004-06-16 Kim F. Storm <storm@cua.dk>
8112
8113 * dispextern.h (Vimage_types): Remove extern.
8114
803aac3e
MB
81152004-06-16 Miles Bader <miles@gnu.org>
8116
8117 * image.c (lookup_image_type): Initialize image type if necessary.
8118
cdc97764
KS
81192004-06-15 Kim F. Storm <storm@cua.dk>
8120
c4a5739c
KS
8121 * xdisp.c (try_cursor_movement): Exclude header line from scroll
8122 margin at top of window.
8123 (try_window_reusing_current_matrix): Calculate proper cursor position
8124 after scrolling up with non-zero scroll margin, as the old cursor
8125 position corresponds to value of PT before executing this command.
8126 (try_window_id): Consider scroll margin at bottom of window too;
8127 otherwise we fail to scroll when hl-line-mode is enabled.
8128
cdc97764
KS
8129 * syntax.c (skip_chars): Only recognize [:class:] when it has the
8130 proper format and class is a lower-case word.
8131
5b166323
JD
81322004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8133
8134 * gtkutil.c (xg_get_image_for_pixmap): New function.
c8d09ad8 8135 (xg_get_gdk_pixmap_and_mask): Remove.
5b166323
JD
8136 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
8137 xg_get_gdk_pixmap_and_mask.
cdc97764 8138
5b166323
JD
8139 * xterm.h (struct x_display_info): Typo in comment fixed.
8140
1ebd4f78
JB
81412004-06-14 Juanma Barranquero <lektu@terra.es>
8142
8143 * dispextern.h (Vimage_types): Make it conditional on
8144 HAVE_WINDOW_SYSTEM.
8145
8146 * image.c (Vimage_types): Move from xdisp.c.
8147 (Vimage_type_cache): New variable.
8148 (define_image_type): New argument indicating whether an image
8149 library was loaded; cache loaded status and return t on success,
8150 nil otherwise.
8151 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
8152 (w32_delayed_load): New function to load an image library from a
8153 list of possible filenames.
8154 (init_xpm_functions, init_png_functions, init_jpeg_functions)
8155 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
c8d09ad8 8156 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
1ebd4f78
JB
8157 (Finit_image_library): New function, extracted from `init_image'.
8158 Try to initialize an image library on demand and cache whether we
8159 were successful or not.
8160 (syms_of_image): Initialize `Vimage_types' and
8161 `Vimage_type_cache'. Add recognized image types to Vimage_types.
8162 Export `init-image-library'.
8163 (init_image): Remove initialization of all image types, except xbm
8164 and pbm.
8165
8166 * xdisp.c (Vimage_types): Delete (moved to image.c).
8167
904ee128
AS
81682004-06-14 Andreas Schwab <schwab@suse.de>
8169
8170 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
8171 Avoid calling specbind when completion-regexp-list is empty.
8172
092de21d
RS
81732004-06-13 Richard M. Stallman <rms@gnu.org>
8174
8175 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8176 (re_wctype, re_iswctype, re_wctype_to_bit):
8177 Non-function definitions moved here from regex.c.
1ebd4f78 8178
092de21d
RS
8179 * regex.c (re_wctype, re_iswctype): Function defs longer static.
8180 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8181 (re_wctype, re_iswctype, re_wctype_to_bit):
8182 Non-function definitions moved to regex.h.
8183
8184 * window.c (Fselect_window): Doc fix.
8185
8186 * syntax.c: Include regex.h.
8187 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
8188 If requested, make a list of classes, then check the scanned
8189 chars for membership in them.
8190 (in_classes): New function.
8191 Doc fix.
8192
8193 * keyboard.c (cmd_error): Don't call any_kboard_state
8194 if inside a recursive edit level.
8195
9ba27690 81962004-06-13 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
092de21d
RS
8197
8198 * keyboard.c (command_loop): Call any_kboard_state before
8199 command_loop_2 when at top level.
8200
3ebc0939
AS
82012004-06-13 Andreas Schwab <schwab@suse.de>
8202
cea5d0d4
AS
8203 * print.c (print_object): Always use %ld for printing EMACS_INT.
8204
8205 * keyboard.c (cancel_hourglass_unwind): Return a value.
8206 (modify_event_symbol): Always use %ld for printing EMACS_INT.
8207 (Fexecute_extended_command): Likewise.
8208
8209 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
8210 avoid clashes.
8211 (SYNTAX): Likewise.
8212 (SYNTAX_WITH_FLAGS): Likewise.
8213 (SYNTAX_MATCH): Likewise.
8214
8215 * syntax.c (char_quoted): Avoid warning about undefined operation.
8216 (find_defun_start): Likewise.
8217 (scan_lists): Likewise.
8218 (INC_FROM): Likewise.
8219 (scan_sexps_forward): Likewise.
8220
be8c4ce4
AS
8221 * image.c: Include <ctype.h>.
8222
3ebc0939
AS
8223 * xfaces.c (face_attr_equal_p): Declare parameters.
8224
6fb41b5b
KH
82252004-06-13 Kenichi Handa <handa@m17n.org>
8226
8227 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
8228
fc3095ce
EZ
82292004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
8230
8231 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
8232
66189a40
KH
82332004-06-12 Kenichi Handa <handa@m17n.org>
8234
8235 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
8236 ccl_prog_stack_struct and update it.
8237 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
8238 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
8239 ccl->eof_ic on EOF.
8240 (ccl_debug_hook): New function.
8241 (struct ccl_prog_stack): New member eof_ic.
8242 (ccl_driver): Handle EOF in subrountine call correctly.
8243
82442004-06-11 Kenichi Handa <handa@m17n.org>
8245
a9b43336 8246 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
66189a40 8247
1da71023
KS
82482004-06-11 Kim F. Storm <storm@cua.dk>
8249
8250 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
8251
e9efcef4
JB
82522004-06-11 Juanma Barranquero <lektu@terra.es>
8253
8254 * keyboard.c (Fposn_at_point): Doc fix.
8255
9b9ceb61
DK
82562004-06-11 David Kastrup <dak@gnu.org>
8257
8258 * search.c (match_limit): Don't flag an error if match-data
8259 exceeding the allocated search_regs.num_regs gets requested, just
8260 return Qnil.
8261
6e87ac8f
MB
82622004-06-08 Miles Bader <miles@gnu.org>
8263
8264 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
8265
0b0dea7b
JB
82662004-06-07 Juanma Barranquero <lektu@terra.es>
8267
8268 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
8269 (Fcurrent_time_string, Fcurrent_time_zone)
8270 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
8271
a0a23346
MB
82722004-06-07 Miles Bader <miles@gnu.org>
8273
08384afd 8274 * xfaces.c (struct named_merge_point): New type.
a0a23346
MB
8275 (push_named_merge_point): New function.
8276 (merge_named_face): New function.
8277 (merge_face_ref, face_at_buffer_position, face_at_string_position):
8278 Use `merge_named_face'.
8279 (merge_face_inheritance): Function removed.
c8d09ad8 8280 (merge_face_ref): Rename from `merge_face_vector_with_property'.
a0a23346
MB
8281 Add new `err_msgs' and `named_merge_points' args. Return error
8282 status. Only print error messages if ERR_MSGS is true. Don't try to
8283 do :inherit attribute validation.
8284 (merge_face_heights): Handle `unspecified' in both directions.
8285 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
8286 Call `merge_face_ref' instead of `merge_face_inheritance'.
8287 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
8288 (compute_char_face, face_at_buffer_position)
8289 (face_at_string_position): Call `merge_face_ref' instead of
8290 `merge_face_vector_with_property'.
8291
12d5b185
KH
82922004-06-07 Kenichi Handa <handa@m17n.org>
8293
8294 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
8295 the necessary places.
8296
2e2d7ee6
KS
82972004-06-07 Kim F. Storm <storm@cua.dk>
8298
8299 * process.c (Fdelete_process): Undo 2004-05-28 change.
8300 Instead, call status_notify also for network process.
8301 (status_message): Use process instead of status as arg.
8302 Give messages "deleted" or "connection broken by remote peer" for
8303 an exited network process.
8304 (status_notify): Change call to status_message.
8305 (read_process_output): Increase readmax to 4096. Do not increase
8306 buffer size for datagram channels (default is now large enough).
8307
fcf0d299
ST
83082004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
8309
8310 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
8311 problem due to newly defined variable.
8312
0722292b
MB
83132004-06-06 Miles Bader <miles@gnu.org>
8314
8315 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
8316 immediately if non-interactive or not initialized.
8317
ddfb8369
RS
83182004-06-05 Richard M. Stallman <rms@gnu.org>
8319
8320 * minibuf.c (Fcompleting_read): Doc fix.
8321
57015754
AS
83222004-06-05 Andreas Schwab <schwab@suse.de>
8323
8324 * macfns.c (x_create_tip_frame): Fix declaration after statement.
8325
23715ea6
JB
83262004-06-05 Juanma Barranquero <lektu@terra.es>
8327
8328 * keymap.c (Fdescribe_vector): Fix docstring.
8329 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
8330
8e330b22
MB
83312004-06-05 Miles Bader <miles@gnu.org>
8332
8333 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
8334 attributes have different values than the default face.
8335
9742a3a6
EZ
83362004-06-04 Eli Zaretskii <eliz@gnu.org>
8337
8338 * xfaces.c (x_supports_face_attributes_p): Make this function
8339 conditional on HAVE_WINDOW_SYSTEM.
c8d09ad8
SM
8340 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
8341 Don't call x_supports_face_attributes_p if it was not compiled in.
9742a3a6 8342
9717e36c
MB
83432004-06-04 Miles Bader <miles@gnu.org>
8344
8345 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
8346 from Ftty_supports_face_attributes_p.
8347 (x_supports_face_attributes_p): New function.
8348 (Ftty_supports_face_attributes_p): Function deleted.
8349 (Fdisplay_supports_face_attributes_p): New function.
8350 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
f9711de4 8351 (face_attr_equal_p): New function.
9717e36c
MB
8352 (lface_equal_p): Use it.
8353
52deb19f
JB
83542004-06-03 Juanma Barranquero <lektu@terra.es>
8355
8356 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
8357 (Vw32_color_map): Fix typo in docstring.
8358 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
8359 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
8360 Make argument names match their use in docstring.
8361
86d373e6
JB
83622004-06-02 Juanma Barranquero <lektu@terra.es>
8363
8364 Work around bugs/problems with MinGW builds of graphics libraries
8365 called from MSVC builds of Emacs.
8366
8367 * image.c (lookup_image): Make pointer to img static.
8368 (png_read_from_memory): Disable "global" optimization.
8369
2fb0ce67
SM
83702004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8371
c8d09ad8
SM
8372 * eval.c (Fcondition_case): Fix usage. Simplify.
8373
2fb0ce67
SM
8374 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
8375
50bf7673
ST
83762004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8377
8378 * macfns.c: Don't include ccl.h.
8379 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
86d373e6
JB
8380 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
8381 TextUtils.h.
c8d09ad8 8382 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
50bf7673
ST
8383 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
8384 display height/width.
8385 (compute_tip_xy, Vx_max_tooltip_size): Declare.
8386 (unwind_create_tip_frame, compute_tip_xy): New functions.
8387 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
8388 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
8389 and last_show_tip_args.
2fb0ce67 8390
50bf7673
ST
8391 * macgui.h [!MAC_OSX]: Include Gestalt.h.
8392 (Cursor, No_Cursor): New defines.
c8d09ad8 8393 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
50bf7673
ST
8394 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
8395
8396 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
8397
8398 * macterm.c: Don't include Gestalt.h.
8399 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
8400 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
8401 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
8402 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
8403 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
8404 (construct_mouse_click, XTmouse_position)
8405 (x_scroll_bar_report_motion, x_calc_absolute_position)
8406 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
8407 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
8408 (note_mouse_movement): Clear the mouse face and reset the pointer
8409 shape when the pointer goes outside the frame without grabbing.
8410 (mac_front_window): New function.
8411 (mac_window_to_frame): New macro.
8412 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
8413 (do_window_activate, do_window_deactivate, do_app_resume)
8414 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
8415 (do_zoom_window, mac_do_receive_drag, XTread_socket)
8416 (mac_check_for_quit_char): Use mac_front_window and/or
8417 mac_window_to_frame.
8418 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
8419 scroll-bar click event.
8420 (mac_define_frame_cursor): Change the pointer shape.
71b7a47f
YM
8421 (x_free_frame_resources): Reset tip_window to NULL when it is
8422 disposed of.
50bf7673 8423 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
c8d09ad8 8424 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
50bf7673
ST
8425 (do_window_update): Don't do anything if the updated window is the
8426 tooltip window.
8427 (do_mouse_moved): Handle mouse movement events here (previously in
8428 XTread_socket). Clear the mouse face if
8429 dpyinfo->mouse_face_hidden is set.
8430 (do_os_event, do_events): Remove (now in XTread_socket).
8431 (XTread_socket): Immediately return if interrupt_input_blocked.
c8d09ad8
SM
8432 Loop until all the events in the queue are processed.
8433 Rearrange codes for mouse grabbing. Add tooltip support. Include the
50bf7673
ST
8434 contents of do_os_event and do_events. Remove mouse movement
8435 handling (now in do_mouse_moved). Add the case where
8436 Vmouse_highlight has an integer value.
8437 (NewMacWindow): Remove.
8438 (make_mac_frame): Do what NewMacWindow previously did. Don't do
8439 excess initializations.
8440 (make_mac_terminal_frame): Previous initializations in
8441 make_mac_frame are moved here.
c8d09ad8
SM
8442 (mac_initialize_display_info):
8443 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
50bf7673
ST
8444
8445 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
8446 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
8447
08fd1251
RS
84482004-05-29 Richard M. Stallman <rms@gnu.org>
8449
8450 * lisp.h (truncate_undo_list): Update decl.
8451
8452 * alloc.c (undo_outer_limit): New variable.
8453 (syms_of_alloc): Defvar it.
8454 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
8455
8456 * undo.c (truncate_undo_list): New arg LIMITSIZE.
8457
8458 * alloc.c (lisp_align_malloc): Check for base == 0
8459 regardless of HAVE_POSIX_MEMALIGN.
8460 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
8461
227ef0ff
SM
84622004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
8465 (marker_blocks_pending_free): Remove.
8466 (Fgarbage_collect): Sweep after cleaning up undo-lists.
8467 Mark the undo lists after claning them up.
8468 Don't free block in marker_blocks_pending_free.
8469 (mark_buffer): Don't mark undo_list.
8470 (gc_sweep): Sweep hash-tables and strings first.
8471 Do free marker blocks that are empty.
8472
034a6113
SM
84732004-05-28 Jim Blandy <jimb@redhat.com>
8474
8475 * regex.c (print_partial_compiled_pattern): Add missing 'break'
8476 after 'case wordend'. For symbeg and symend, print to stderr,
8477 like the other cases.
8478
33594a8d
NF
84792004-05-28 Noah Friedman <friedman@splode.com>
8480
8481 * process.c (Fdelete_process): Do not call remove_process.
8482
ce50a847
SM
84832004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * alloc.c (struct backtrace): Remove.
8486 (Fgarbage_collect): Use the new mark_backtrace.
8487
8488 * eval.c (mark_backtrace): New function.
8489
8490 * minibuf.c (run_exit_minibuf_hook): New function.
8491 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
8492 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
8493
1e8dae36
KS
84942004-05-27 Kim F. Storm <storm@cua.dk>
8495
8496 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
8497 over display properties, e.g. images, that replace buffer text.
8498
846faa3b
KS
84992004-05-25 Kim F. Storm <storm@cua.dk>
8500
8501 * alloc.c (marker_blocks_pending_free): New var.
8502 (gc_sweep): Store free marker blocks on that list.
8503 (Fgarbage_collect): Free them after undo-list cleanup.
8504
8505 * process.c (wait_reading_process_input): Check connect_wait_mask
8506 before actually accepting connection in case it has already been
8507 accepted due to recursion.
8508
b6189c3b 85092004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6239a668 8510
ce50a847
SM
8511 * coding.c (Fset_safe_terminal_coding_system_internal):
8512 Set suppress_error in safe_terminal_coding, not terminal_coding.
6239a668 8513
71d5a208
RS
85142004-05-22 Richard M. Stallman <rms@gnu.org>
8515
8516 * alloc.c (Fmake_string): Doc fix.
8517
8518 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
8519 and the alist pairs too.
8520
8521 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
8522
51391fb9
RF
8523 * emacs.c (main): Update copyright year.
8524
71d5a208
RS
8525 * fileio.c (Fread_file_name): Expand DIR if not absolute.
8526
8527 * insdel.c (del_range_2, replace_range): Don't write an anchor
8528 if the gap is empty.
8529
8530 * xdisp.c (try_scrolling): If scroll-up-aggressively or
8531 scroll-down-aggressively is small but positive, put point
8532 near the screen edge.
8533
f63fd14e
JB
85342004-05-22 Juanma Barranquero <lektu@terra.es>
8535
8536 * keymap.c (Fdefine_key): Doc fix.
8537
4d12067c
KS
85382004-05-22 Kim F. Storm <storm@cua.dk>
8539
8540 * alloc.c (struct backtrace): Add debug_on_exit member.
8541 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
8542 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
8543 the removed cons cells.
8544 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
8545 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
8546 any cons cells pointing to unallocated stings.
8547 Do not lisp_free any marker blocks, as there may still be pointers
8548 to them from buffer undo lists at this stage of GC.
8549
8550 * keyboard.c (struct backtrace): Add debug_on_exit member.
8551 (Fcommand_execute): Clear it.
8552
931285e2
LT
85532004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8554
8555 * intervals.c (lookup_char_property): Do not prematurely return nil.
8556
669fa600
SM
85572004-05-19 Jim Blandy <jimb@redhat.com>
8558
8559 Add support for new '\_<' and '\_>' regexp operators, matching the
f63fd14e 8560 beginning and end of symbols.
4d12067c 8561
669fa600
SM
8562 * regex.c (enum syntaxcode): Add Ssymbol.
8563 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
8564 (re_opcode_t): New opcodes `symbeg' and `symend'.
8565 (print_partial_compiled_pattern): Print the new opcodes properly.
8566 (regex_compile): Parse the new operators.
ce50a847 8567 (analyse_first): Skip sym(beg|end) (they match only the empty string).
669fa600
SM
8568 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
8569 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
8570 (re_match_2_internal): Match symbeg and symend.
8571
8572 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
8573
0d8c2e5c
KS
85742004-05-19 Kim F. Storm <storm@cua.dk>
8575
8576 * .gdbinit (xsymbol): Fix last change.
8577
669fa600
SM
85782004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * .gdbinit (xprintstr): New fun.
8581 (xstring, xprintsym): Use it.
8582
8583 * w32proc.c (create_child): Use INTMASK.
8584
8585 * alloc.c (Fgarbage_collect): Do all the marking before flushing
8586 unmarked elements of the undo list.
8587
9a6a4c40
DP
85882004-05-18 David Ponce <david@dponce.com>
8589
8590 * print.c (print): Reset print_depth before to call print_object.
8591
f3c4ec74
JR
85922004-05-18 Jason Rumney <jasonr@gnu.org>
8593
8594 * w32console.c: Prefix RIF functions with w32con_ to avoid
8595 namespace clash with functions in term.c and w32term.c.
8596
8597 * w32menu.c (add_menu_item, w32_menu_display_help)
8598 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
8599
0d8c2e5c 8600 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
f3c4ec74 8601
6be49c3a
EZ
86022004-05-18 Eli Zaretskii <eliz@gnu.org>
8603
4d0b9a0a
EZ
8604 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
8605
6be49c3a
EZ
8606 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
8607 with make_number.
8608 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
8609 with XINT.
8610
0bc90bba
KS
86112004-05-18 Kim F. Storm <storm@cua.dk>
8612
89d19988
KS
8613 * blockinput.h (INPUT_BLOCKED_P): New macros.
8614
8615 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
8616 (Ftop_level): Unblock input if blocked.
8617
0bc90bba
KS
8618 * buffer.h (GET_OVERLAYS_AT): New macro.
8619 * msdos.c (IT_note_mouse_highlight): Use it.
8620 * textprop.c (get_char_property_and_overlay): Use it.
8621 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
8622 * xfaces.c (face_at_buffer_position): Use it.
8623
8624 * print.c (print_object): Increase buf size.
8625
653bd0f6
JR
86262004-05-17 Jason Rumney <jasonr@gnu.org>
8627
8628 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
8629 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
8630 Lisp_Object using i member.
8631 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
8632 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
8633 consistently.
8634
8635 * w32proc.c (create_child): Use make_number instead of masking pid.
8636
8637 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
8638 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
8639 Use EQ to compare Lisp_Objects.
8640 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
8641
8642 * w32term.c (w32_num_mouse_buttons): Rename from
8643 Vw32_num_mouse_buttons and make it an int.
8644
8645 * w32.c (init_environment): Use it.
8646
8647 * w32fns.c (w32_wnd_proc): Likewise.
8648
8649 * w32proc.c (w32_pipe_read_delay): Rename from
8650 Vw32_pipe_read_delay and make it an int.
8651
8652 * w32.c (_sys_read_ahead): Use it.
8653
8654 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
8655
8656 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
8657
8658 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
8659 (key_event): Don't mix Lisp_Object and int.
8660
8661 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
8662
8663 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
8664 modifiers in language change event.
8665
54b53ba7
KS
86662004-05-17 Kim F. Storm <storm@cua.dk>
8667
8668 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
8669 Such objects may be freed markers which still exist on an undo list.
8670
6e86a75d
JB
86712004-05-16 Juanma Barranquero <lektu@terra.es>
8672
8673 * data.c (Fset_default): Make argument names match their use in
8674 docstring.
8675
fc80da24
AS
86762004-05-15 Andreas Schwab <schwab@suse.de>
8677
8678 * emacs.c (gdb_array_mark_flag): Define.
8679 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
8680
c1380aa6
EZ
86812004-05-15 Eli Zaretskii <eliz@gnu.org>
8682
8683 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
8684 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
8685 defined for the MS-DOS build.
8686
89458937
SM
86872004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
8690
08020f9a
KH
86912004-05-14 Kenichi Handa <handa@m17n.org>
8692
8693 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
8694
a433994a
ST
86952004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8696
8697 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
8698 section to frame.c section.
8699 (Fxw_display_color_p, Fx_file_dialog): Declare if
89458937 8700 HAVE_WINDOW_SYSTEM defined.
0d8c2e5c 8701
a433994a 8702 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
0d8c2e5c 8703
a433994a 8704 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
0d8c2e5c 8705
a433994a
ST
8706 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
8707 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
8708 (XTread_socket): Fix int/Lisp_Object mixup.
8709 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
0d8c2e5c 8710
a433994a
ST
8711 * macterm.h (struct frame, struct face, struct image)
8712 (display_x_get_resource, Fx_display_color_p)
89458937
SM
8713 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
8714 Add prototypes.
a433994a 8715
b51a51b9
KS
87162004-05-14 Kim F. Storm <storm@cua.dk>
8717
8718 * process.c (wait_reading_process_input): Make reentrant.
8719 Make Available and Connecting non-static. Save and restore value
8720 of waiting_for_user_input_p.
8721
2bde1dd8
KS
87222004-05-13 Kim F. Storm <storm@cua.dk>
8723
8724 * keyboard.c (mark_kboards): Don't mark x and y members
8725 that are overloaded in selection request events.
8726
a267ab4d
SM
87272004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
8730
eb15ce9e
GM
87312004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8732
8733 * window.c (Fdisplay_buffer, Fsplit_window)
8734 (split-height-threshold): Doc fix.
8735
7fc92635
JB
87362004-05-13 Juanma Barranquero <lektu@terra.es>
8737
8738 * xfaces.c (Ftty_supports_face_attributes_p)
8739 (Finternal_copy_lisp_face): Fix typo in docstring.
8740 (Finternal_get_lisp_face_attribute): Fix docstring.
8741
1ec2a572
JD
87422004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8743
8744 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
8745
ae9292e0
ST
87462004-05-11 Steven Tamm <steventamm@mac.com>
8747
8748 * macfns.c (Fx_create_frame): Default to using tool-bar by
8749 setting tool-bar-lines to 1 in default-frame-alist.
8750
87512004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ea1aaa6f
ST
8752
8753 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
8754 (xpm_get_color_table_v, xpm_make_color_table_h)
8755 (xpm_put_color_table_h, xpm_get_color_table_h)
8756 (xpm_str_to_color_key, xpm_load_image, xpm_load)
8757 (syms_of_image): Support XPM on Carbon Emacs. Does not
a267ab4d 8758 depend on libXpm, but only supports XPM version 3 without extensions.
ea1aaa6f 8759
fe97e8df
ST
87602004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8761
a267ab4d 8762 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
fe97e8df
ST
8763 instead of FRAME_X_P
8764
b47e779e
KS
87652004-05-11 Kim F. Storm <storm@cua.dk>
8766
8767 * process.c (read_process_output): Grow decoding_buf when needed;
8768 this could cause a crash in allocate_string and compact_small_strings.
8769
cdc9b845
EZ
87702004-04-29 Jim Blandy <jimb@redhat.com>
8771
8772 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
8773 against proper opcode.
8774
aa7094ba
JB
87752004-05-10 Juanma Barranquero <lektu@terra.es>
8776
8777 * process.c (Fstart_process): Fix docstring.
8778
8779 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
8780 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
8781 (Fsplit_char, Fchar_charset): Make argument names match their use
8782 in docstring.
8783
e109331a
RS
87842004-05-10 Richard M. Stallman <rms@gnu.org>
8785
8786 * print.c (print_preprocess): Use being_printed, loop_count and
8787 halftail to detect overdeep nesting and cyclic cdr chains.
8788
9a28b921
AS
87892004-05-10 Andreas Schwab <schwab@suse.de>
8790
78819ebb 8791 * lisp.h (Fmake_symbolic_link): Declare.
9a28b921
AS
8792
8793 * fileio.c (Frename_file): Remove extra argument in call to
8794 Fmake_symbolic_link.
8795
e2c02c1a
KS
87962004-05-10 Kim F. Storm <storm@cua.dk>
8797
8798 * xdisp.c (calc_line_height_property): Use string position when
8799 object is a string.
8800
cfe9d13e
KH
88012004-05-10 Kenichi Handa <handa@m17n.org>
8802
a57e8159
KH
8803 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
8804 inhibit-modification-hooks to t temporarily before calling
8805 Ferase_buffer.
8806
8807 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
8808 inhibit-modification-hooks to t temporarily before calling
8809 Ferase_buffer.
8810
8811 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
8812 inhibit-modification-hooks to t temporarily before calling
8813 Ferase_buffer.
8814
cfe9d13e
KH
8815 * fns.c (count_combining): Delete it.
8816 (concat): Don't check combining bytes.
8817
ceb96489
JR
88182004-05-09 Jason Rumney <jasonr@gnu.org>
8819
8820 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
8821 (globals_of_w32fns): Set it.
8822
b6189c3b 88232004-05-09 Piet van Oostrum <piet@cs.uu.nl>
b1c661c7
JB
8824
8825 * data.c (Fquo): Simplify.
8826
28712a21
JB
88272004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
8828
8829 * data.c (Fquo): If any argument is float, do the computation in
8830 floating point.
8831
0f0af7a8
JB
88322004-05-08 Juanma Barranquero <lektu@terra.es>
8833
88214ef6
JB
8834 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
8835 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
8836 Fix spelling of Emacs on docstring.
8837 (Fset_process_coding_system, Fprocess_coding_system)
8838 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
8839 Make argument names match their use in docstring.
8840 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
8841 Fix docstring.
8842
0f0af7a8
JB
8843 * editfns.c (Finsert_buffer_substring): Make argument names match their
8844 use in docstring.
8845
8846 * syntax.c (Fmodify_syntax_entry): Fix docstring.
8847
2a316a84
ST
88482004-05-07 Steven Tamm <steventamm@mac.com>
8849
8850 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
8851 around call to ReceiveEvent to avoid certain crashes.
8852
88532004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
0d8c2e5c 8854
2a316a84
ST
8855 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
8856 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
8857 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
8858 Save/restore the current graphics port and device handle when
8859 drawing into an offscreen graphics world.
8860
8861 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
8862 (gif_load): Likewise.
8863
ab80314b
JB
88642004-05-07 Juanma Barranquero <lektu@terra.es>
8865
8866 * window.c (Fset_window_buffer): Fix docstring.
8867
70646bb5
TTN
88682004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
8869
8870 * emacs.c (main) [VMS]: Fix var ref.
8871
b6189c3b 88722004-05-06 Romain Francoise <romain@orebokech.com>
b03a4fdd
JB
8873
8874 * data.c (Fsetq_default): Fix docstring.
8875
279d3293
JR
88762004-05-06 Jason Rumney <jasonr@gnu.org>
8877
8878 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
8879 to avoid name clash.
8880
f72b5416
JD
88812004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8882
8883 * fileio.c (barf_or_query_if_file_exists): Use lstat.
8884 (Frename_file): Handle renaming of symlinks across file systems.
440c7d00 8885 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
f72b5416 8886
6ab66799
KS
88872004-05-04 Kim F. Storm <storm@cua.dk>
8888
8889 * xdisp.c (Qtotal): New var.
8890 (syms_of_xdisp): Intern and staticpro it.
8891 (calc_line_height_property): New arg total. Set it if
8892 line-spacing property has format (total . VALUE).
8893 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
8894 Handle total line-spacing property.
8895
ab2d724b
JD
88962004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8897
8898 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
8899 "under" scroll bar when size/position changes.
8900
238add5e
JR
89012004-05-03 Jason Rumney <jasonr@gnu.org>
8902
8903 * makefile.nt: Remove.
8904
1644f4e4
EZ
89052004-05-02 Eli Zaretskii <eliz@gnu.org>
8906
a267ab4d
SM
8907 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
8908 Avoid compiler warnings.
05fdbeb8 8909
1644f4e4
EZ
8910 * Makefile.in (region-cache.o): Depend on config.h.
8911
b6189c3b 89122004-05-02 Romain Francoise <romain@orebokech.com>
6cbc951e
SM
8913
8914 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
8915 with continuation lines, too.
8916
2b98b088
TTN
89172004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8918
8919 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
8920
d9bf7950
SM
89212004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * xdisp.c (calc_line_height_property): YAILOM (yet another
8924 int/Lisp_Object mixup).
8925
affa509c
EZ
89262004-05-01 Eli Zaretskii <eliz@gnu.org>
8927
8928 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
8929 undo bad effect of pack(4) in some versions of system headers.
8930
07c07cfe
JR
89312004-05-01 Jason Rumney <jasonr@gnu.org>
8932
8933 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
8934
e71caa4e
KS
89352004-04-30 Kim F. Storm <storm@cua.dk>
8936
8937 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
b2b55d03 8938 (syms_of_buffer) <cursor-type>: Doc fix.
e71caa4e
KS
8939
8940 * dispextern.h (struct it): Remove member use_default_face.
8941 Add members override_ascent, override_descent, override_boff.
8942
8943 * xdisp.c (init_iterator): Handle line-spacing float value.
8944 Initialize override_ascent member.
8945 (append_space_for_newline): Reset override_ascent.
8946 Remove use_default_face.
8947 (calc_line_height_property): New function to calculate value of
8948 line-height and line-spacing properties. Look at overlays, too.
8949 Set override_ascent, override_descent, override_boff members when
8950 using another face than the current face. Float values are now
8951 relative to the frame default font, by default; accept a cons
8952 of ratio and face name to specify value relative to a specific face.
8953 (x_produce_glyphs): Use calc_line_height_property.
8954 Use override_ascent etc. when set to handle different face heights.
8955 A negative line-spacing property value is interpreted as a total
8956 line height, rather than inter-line spacing.
8957 (note_mouse_highlight): Allocate room for 40 overlays initially.
8958
0fddae66
SM
89592004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * data.c (Fsubr_name): New fun.
8962 (syms_of_data): Defsubr it.
8963
712d23dc
KS
89642004-04-29 Kim F. Storm <storm@cua.dk>
8965
8966 * xdisp.c (null_glyph_slice): New var.
8967 (append_glyph, append_composite_glyph, append_stretch_glyph):
8968 Use it to initialize glyph slice.
8969
033ad8c6
SM
89702004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
8973 (on_hot_spot_p): Make sure we always return a value.
8974 (Flookup_image_map): Remove unused var ix and iy.
8975 (note_mode_line_or_margin_highlight): Remove unused var `image'.
8976
93397360
EZ
89772004-04-27 Eli Zaretskii <eliz@gnu.org>
8978
8979 * msdos.c (init_environment): If one of the TMP... environment
8980 variables is set to a drive letter without a trailing slash,
8981 append a slash.
8982
0c54865e
EZ
89832004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8984
8985 * editfns.c (lisp_time_argument): Provide externally.
8986
8987 * fileio.c (Fset_file_times): New function.
8988 (syms_of_fileio): Intern and staticpro it.
8989
d3b111bd
KS
89902004-04-27 Kim F. Storm <storm@cua.dk>
8991
07dc1231
KS
8992 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
8993 header line strings.
8994
360fe9d2
KS
8995 * dispextern.h (struct it): New member use_default_face.
8996
d3b111bd
KS
8997 * xdisp.c (Qline_height): New variable.
8998 (syms_of_xdisp): Intern and staticpro it.
8999 (append_space_for_newline): Partially undo 2004-04-25 change;
9000 add default_face_p arg, and restore callers.
9001 Clear it->use_default_face after use.
9002 (x_produce_glyphs): Set default font for ascii char if
9003 it->use_default_font is set. Change line-spacing property to set
9004 just extra line spacing. Handle new line-height property.
9005
0448588b
AS
90062004-04-26 Andreas Schwab <schwab@suse.de>
9007
9008 * print.c (print_object): Print non-ascii characters in bool
9009 vector representation as octal escapes.
9010
9011 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
9012 * print.c (print_object): Use it instead of BITS_PER_CHAR for
9013 bool vectors.
9014 * lread.c (read1): Likewise.
9015 * alloc.c (Fmake_bool_vector): Likewise.
9016 * data.c (Faref, Faset): Likewise.
9017 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
9018 (mapcar1): Likewise.
d3b111bd 9019
536d6baa
ST
90202004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
9021
7e26f91b 9022 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
536d6baa 9023
ae11577a
MB
90242004-04-26 Miles Bader <miles@gnu.org>
9025
9026 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
9027
e198ba87
JB
90282004-04-26 Juanma Barranquero <lektu@terra.es>
9029
9030 * buffer.c (Fpop_to_buffer): Fix docstring.
9031
f3d5f92d 90322004-04-26 Steven Tamm <steventamm@mac.com>
e198ba87 9033
f3d5f92d
ST
9034 * lread.c (init_lread): Don't display missing lisp directory
9035 warnings with Carbon Emacs because self-contained bundled Emacs
e198ba87 9036 may be built without correct installation path.
f3d5f92d 9037
03e35edc
KS
90382004-04-25 Kim F. Storm <storm@cua.dk>
9039
9ff3aa31
KS
9040 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9041
9042 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9043
03e35edc
KS
9044 * xdisp.c (append_space_for_newline): Rename from append_space.
9045 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
9046 (x_produce_glyphs): Handle line-spacing property on newline char.
9047 If value is t, adjust ascent and descent to fit current row height.
9048 If value is an integer or float, set extra_line_spacing to integer
9049 value, or to float value x current line height.
9050
f24814e0
KH
90512004-04-23 Kenichi Handa <handa@m17n.org>
9052
9053 * fontset.c (Finternal_char_font): If POSITION is nil, return
9054 font for displaying CH with the default face.
9055
d814862a
JB
90562004-04-23 Juanma Barranquero <lektu@terra.es>
9057
9058 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9059
063a45c5
SM
90602004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
9063 Don't make assumptions about the relative place of i and val.
9064 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
9065
ae7ab2d3
KS
90662004-04-21 Kim F. Storm <storm@cua.dk>
9067
9068 * dispextern.h (struct glyph_slice): New struct.
9069 (struct glyph): New member slice.
9070 (GLYPH_SLICE_EQUAL_P): New macro.
9071 (GLYPH_EQUAL_P): Use it.
9072 (struct glyph_string): New member slice.
9073 (struct it_slice): New struct.
9074 (struct it): New member slice, add member to stack too.
9075 New member constrain_row_ascent_descent_p.
9076 (image_ascent): Add prototype.
9077
9078 * dispnew.c (buffer_posn_from_coords): Return full image width
9079 and height even for image slices (posn is relative to full image).
9080 (marginal_area_string): Adjust x0,y0 for image slice.
9081
9082 * image.c (image_ascent): Add slice arg; calculate ascent for
9083 image slice (or full image).
9084
9085 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
9086 (syms_of_keyboard): Defsubr them.
9087
9088 * lisp.h (pos_visible_p): Fix prototype.
9089
c62aec78 9090 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
ae7ab2d3
KS
9091 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9092 (x_draw_image_foreground, x_draw_image_relief)
9093 (x_draw_image_foreground_1, x_draw_image_glyph_string):
9094 Draw sliced images.
9095
9096 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
9097 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9098 (x_draw_image_foreground, x_draw_image_relief)
9099 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
9100 Draw sliced images.
9101
9102 * w32term.h (image_ascent): Remove prototype.
9103
9104 * window.c (Fpos_visible_in_window_p): Return pixel position if
9105 PARTIALLY arg is non-nil. Simplify. Doc fix.
9106 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
9107 to return/set vscroll in pixels.
9108
9109 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
9110
9111 * xdisp.c (Qslice): New variable.
9112 (syms_of_xdisp): Intern and staticpro it.
9113 (pos_visible_p): Return pixel position in new x and y args.
9114 (init_iterator): Reset it->slice info.
9115 (handle_display_prop): Parse (slice ...) property.
9116 (push_it, pop_it): Save/restore slice info.
9117 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
9118 force repositioning of tall row if window is vscrolled, as that
9119 would reset vscroll.
9120 (append_space): Set it->constrain_row_ascent_descent_p to avoid
9121 increasing row height if row is non-empty.
9122 (fill_image_glyph_string): Copy slice info.
9123 (take_vertical_position_into_account): Simplify.
9124 (produce_image_glyph): Handle iterator slice info, setup glyph
9125 slice info. Do not force minimum line height.
9126 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
9127 do not increase height (ascent/descent) of non-empty row when
9128 adding normal character glyph; instead reduce glyph ascent/descent
9129 appropriately; if row is higher than current glyph, adjust glyph
9130 descent/ascent to reposition glyph within the existing row.
9131 Likewise, when char is newline, only set ascent/descent if row is
9132 currently empty.
9133 (note_mouse_highlight): Handle hotspots with sliced image.
9134
9135 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9136 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9137 (x_draw_image_foreground, x_draw_image_relief)
9138 (x_draw_image_foreground_1, x_draw_image_glyph_string):
9139 Draw sliced images.
9140
9141 * xterm.h (image_ascent): Remove prototype.
9142
d58f8753
SM
91432004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
9146
4ce2719d
JPW
91472004-04-20 John Paul Wallington <jpw@gnu.org>
9148
9149 * fns.c (Fassoc, Feql): Fix indentation.
9150
d58f8753 9151 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
4ce2719d 9152
95f8c3b9
JPW
91532004-04-19 John Paul Wallington <jpw@gnu.org>
9154
9155 * fns.c (Feql): New function.
d58f8753 9156 (syms_of_fns): Defsubr it.
95f8c3b9 9157
b7e85537
JR
91582004-04-18 Jason Rumney <jasonr@gnu.org>
9159
9160 * w32select.c (Fw32_set_clipboard_data): Get sequence number
9161 after closing the clipboard.
9162
5a72efd4
LT
91632004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9164
9165 * buffer.c (Fbuffer_base_buffer): Doc fix.
9166
20dc8583
KS
91672004-04-17 Kim F. Storm <storm@cua.dk>
9168
60962ec4
KS
9169 * keymap.c (Fkey_description): Add optional PREFIX arg.
9170 Combine prefix with KEYS to make up the full key sequence to describe.
9171 Correlate meta_prefix_char and following (simple) key to describe
9172 as meta modifier. All callers changed.
9173 (describe_map): Rename arg `keys' to `prefix'. Remove local
9174 `elt_prefix' var. Use Fkey_description with prefix instead of
9175 elt_prefix combined with Fsingle_key_description.
9176 (describe_vector): Declare static. Replace arg `elt_prefix' with
9177 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
52eb0373 9178 if !KEYMAP_P. Use Fkey_description with prefix instead of
60962ec4
KS
9179 Fsingle_key_description.
9180
9181 * keymap.h (Fkey_description): Fix prototype.
9182 (describe_vector): Remove prototype.
9183
409368b9
KS
9184 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
9185
20dc8583
KS
9186 * image.c (PNG_BG_COLOR_SHIFT): Remove.
9187 (png_load): Fix calculation of transparent background color on X
9188 and W32 platforms.
9189
75c5501b
JB
91902004-04-16 Juanma Barranquero <lektu@terra.es>
9191
9192 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
9193 not too large before computing how much to scroll.
9194
da879ae8
SM
91952004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
9198
d01ca4a8
LT
91992004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
9202 Add hyperlink to Elisp manual to the docstring.
9203
572943b3
SM
92042004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * callint.c (fix_command): Use XDCR.
9207
5e30a0fb
NR
92082004-04-14 Nick Roberts <nick@nick.uklinux.net>
9209
9210 * window.c (Fget_lru_window): Doc fix.
9211
a27ddfaf
KS
92122004-04-14 Kim F. Storm <storm@cua.dk>
9213
9214 * editfns.c (Fformat): Fix allocation size of precision array.
9215
9216 * dispnew.c (update_window): Only set changed_p if
9217 scrolling_window actually did scroll.
9218 (scrolling_window): Only return 1 if we actually did scroll.
9219
9220 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
9221 height to glyph height when cursor row is not fully visible.
9222 (make_cursor_line_fully_visible): Add FORCE_P arg to return
9223 failure in case row is higher than window. Callers changed.
9224 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
9225 Try to scroll partially visible, higher-than-window cursor row.
9226 (redisplay_window): Always try to scroll partially visible,
9227 higher-than-window cursor row - both initially and again with
9228 centering_position = 0.
9229 Clear desired matrix before retrying with centering_position = 0.
9230
da879ae8
SM
92312004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * syntax.c (scan_lists): Simplify backward string scan.
9234 Fix off-by-one boundary check for string and comment fences.
9235
5fc16e8e
SM
92362004-04-13 Joe Buehler <jbuehler@hekimian.com>
9237
9238 * sheap.c, unexcw.c: New files.
9239
c9aac8e6
LT
92402004-04-12 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
9243 base buffer has been killed. Correct the error message if the
9244 base buffer does not exist.
9245
1e88a355
SM
92462004-04-12 Joe Buehler <jbuehler@hekimian.com>
9247
9248 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
9249 Cygwin itself. Add support for Xaw3d scrollbars.
9250
9251 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
9252
9253 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
9254
9255 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
9256 before Cygwin unexec.
9257
9258 * Makefile.in: Link changes for Cygwin unexec() support.
9259
8dbff9a0
AS
92602004-04-12 Andreas Schwab <schwab@suse.de>
9261
9262 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
9263
54dffe35
LT
92642004-04-11 Luc Teirlinck <teirllm@auburn.edu>
9265
9266 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
9267 IGNORE argument equals NAME. Doc fix.
9268
99a72bdf
MY
92692004-04-11 Masatake YAMATO <jet@gyve.org>
9270
1e88a355 9271 * buffer.c (fix_start_end_in_overlays): Make overlays
99a72bdf
MY
9272 empty if they are backwards.
9273
40899d7b
SM
92742004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * xfaces.c (face_color_supported_p): Fix compilation without X11.
9277
f8f853de
SM
92782004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * doc.c (Fsnarf_documentation): Ignore new file name entries.
9281
c953fe1b
KS
92822004-04-06 Kim F. Storm <storm@cua.dk>
9283
661e85c1
KS
9284 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9285 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
9286
9287 * w32term.c (w32_read_socket): Set mouse_face_hidden after
9288 clearing highlight.
9289
9290 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9291
9292 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
9293 clearing highlight.
9294
c953fe1b
KS
9295 * indent.c (vmotion): Do not reserve one column for continuation
9296 marks on window frames.
9297
c1994268
EZ
92982004-04-04 Eli Zaretskii <eliz@gnu.org>
9299
9300 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
9301 from GCC.
9302
9f691b0d
SM
93032004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * .gdbinit-union: Remove.
9306
9307 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
9308 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
9309 ($nonvalbits): Remove.
9310 ($valmask): Set it by calling xreload to avoid redundancy.
9311
9312 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
9313 (gdb_emacs_intbits): Remove.
9314
7a8560d7
JD
93152004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9316
9f691b0d 9317 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
7a8560d7 9318
3c8111fc
KH
93192004-03-30 Kenichi Handa <handa@m17n.org>
9320
9321 * editfns.c (Fformat): Fix initialization of the array info.
9322
48a0bce4
KS
93232004-03-30 Kim F. Storm <storm@cua.dk>
9324
9325 * xterm.c (x_mouse_click_focus_ignore_position): New var.
9326 (syms_of_xterm): DEFVAR_BOOL it.
9327 (ignore_next_mouse_click_timeout): New var.
9328 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
9329 Use it to filter mouse clicks following focus event.
9330
1cd0066c
KS
93312004-03-29 David Ponce <david@dponce.com>
9332
9333 * callint.c (Fcall_interactively): Fix last change.
9334
adb3b353
SM
93352004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * eval.c (Fcommandp): Simplify.
9338
9339 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
9340 Extend to handle all kinds of functions.
9341
9342 * lisp.h (Finteractive_form): Declare.
9343
9344 * callint.c (Fcall_interactively): Use it.
9345
6fc4c9c9
KS
93462004-03-26 Kim F. Storm <storm@cua.dk>
9347
9348 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
9349 to catch errors in calc_pixel_width_or_height during redisplay.
9350
abdb9b83
MY
93512004-03-26 Masatake YAMATO <jet@gyve.org>
9352
b17856dd 9353 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
abdb9b83 9354
b17856dd 9355 * lisp.h (fix_start_end_in_overlays): Likewise.
abdb9b83 9356
b17856dd 9357 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
abdb9b83 9358
b17856dd 9359 * editfns.c (Ftranspose_regions): Likewise.
abdb9b83 9360
e8a84b6c
JD
93612004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9362
b17856dd 9363 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
e8a84b6c 9364
36a3fd05
RS
93652004-03-19 Richard M. Stallman <rms@gnu.org>
9366
9367 * s/sol2-6.h: Delete previous change.
9368
ab24c127
KS
93692004-03-19 Kim F. Storm <storm@cua.dk>
9370
9371 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
9372 to_charpos corresponds to newline in right fringe. Use local
9373 BUFFER_POS_REACHED_P macro.
9374
992126de
JD
93752004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9376
9377 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
9378 to compile on non-window system.
9379
45dbfc84
KS
93802004-03-19 Kim F. Storm <storm@cua.dk>
9381
9382 * dispextern.h (calc_pixel_width_or_height): Add prototype.
9383
9384 * image.c (Qcenter): Move to xdisp.c.
9385
9386 * xdisp.c (Qcenter): Declare here.
adb3b353 9387 (syms_of_xdisp): Intern and staticpro it.
45dbfc84
KS
9388 (handle_single_display_prop): Allow space display property on all
9389 platforms.
9390 (display_mode_line): Set mode_line_p before displaying line.
9391 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
9392 handling. Remove complex cases for fringes and scroll-bars.
52eb0373 9393 Add left, right, and center alignment positions. Add text (area)
45dbfc84
KS
9394 width/height. Return width or height for image specs.
9395 (produce_stretch_glyph): Improve handling of :align-to. Is now
9396 relative to left of text area by default, but other base offsets
9397 can be specified -- also for text lines.
9398
9399 * term.c (produce_glyphs): Handle IT_STRETCH.
9400 (produce_stretch_glyph): New function to handle space width and
9401 align-to display properties on non-window systems.
9402
37264101
SM
94032004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * fileio.c (Fread_file_name): Set completion-ignore-case for
9406 case-insensitive systems.
9407
73bc43da
MY
94082004-03-14 Masatake YAMATO <jet@gyve.org>
9409
9410 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
9411 when keymap and cursor are setup.
9412
d5fb8dab 94132004-03-14 Steven Tamm <steventamm@mac.com>
9062aa89 9414
b17856dd 9415 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
9062aa89 9416
e4b1b5ab
KS
94172004-03-14 Kim F. Storm <storm@cua.dk>
9418
9419 * dispextern.h (x_find_image_file): Add prototype.
9420
9421 * image.c (x_find_image_file): Make extern.
9422
9423 * xfns.c (x_find_image_file): Remove prototype.
9424
a6eeaa81 94252004-03-13 Eli Zaretskii <eliz@gnu.org>
5109b06a 9426
37264101 9427 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
5109b06a 9428
37264101 9429 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
5109b06a 9430
e69cfac2
RS
94312004-03-12 Richard M. Stallman <rms@gnu.org>
9432
9433 * fns.c (internal_equal): New arg PROPS controls comparing
9434 text properties. All callers changed.
9435 (Fequal_including_properties): New function.
9436 (syms_of_fns): defsubr it.
9437
45034953
KS
94382004-03-12 Kim F. Storm <storm@cua.dk>
9439
9440 Fix image support on MAC. From YAMAMOTO Mitsuharu.
37264101 9441
45034953
KS
9442 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
9443 (image_background, image_background_transparent): Fix prototypes.
9444
37264101 9445 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
45034953
KS
9446
9447 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
9448 (x_query_font, x_find_ccl_program, x_set_window_size)
9449 (x_make_frame_visible, mac_initialize, XCreatePixmap)
9450 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9451 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
9452
9453 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
9454 (x_query_font, x_find_ccl_program, x_set_window_size)
9455 (x_make_frame_visible, mac_initialize, XCreatePixmap)
9456 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9457 (mac_draw_line_to_pixmap): Add prototypes.
9458
94592004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9460
9461 * macterm.c (XTread_socket): Fix mouse click on tool bar.
9462
a12d3d87
KS
94632004-03-11 Kim F. Storm <storm@cua.dk>
9464
d3ab1cf1
KS
9465 * dispextern.h: Move image related prototypes from xfns.c section
9466 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
9467 HAVE_X_WINDOWS.
37264101 9468
37de9f51 9469 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
37264101 9470 Move gtkutil.o to new GTK_OBJ list.
a12d3d87
KS
9471 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
9472 (GTK_OBJ) [USE_GTK]: New declaration.
9473 (obj): Add $(GTK_OBJ) to list.
9474
d5fb8dab 94752004-03-11 Steven Tamm <steventamm@mac.com>
5109b06a 9476
7e26f91b 9477 * image.c [MAC_OSX]: Include sys/stat.h.
5243c06a
ST
9478
9479 * macfns.c (syms_of_macfns): Remove definitions of things now
7e26f91b 9480 defined in image.c.
5243c06a 9481
c0f97789
KS
94822004-03-11 Kim F. Storm <storm@cua.dk>
9483
9484 The following changes consolidates the identical/similar image
9485 support code previously found in xfns.c, w32fns.c, and macfns.c
9486 into a new file image.c.
9487
9488 * makefile.w32-in (OBJ1): Add image.o.
9489 ($(BLD)/image.$(O)): Add dependencies.
9490
9491 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
9492 (image.o): Add dependencies.
37264101 9493
c0f97789
KS
9494 * image.c: New file with consolidated image support code.
9495 (COLOR_TABLE_SUPPORT): New define to control whether
9496 color table support is available (X only).
9497 (Bitmap_Record): Common name for x_bitmap_record,
9498 w32_bitmap_record, and mac_bitmap_record.
9499 (XImagePtr): Common name for pointer to XImage or equivalent.
9500 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
9501 to XImagePtr on X+MAC, and to HDC on W32.
9502 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
9503 (NO_PIXMAP): Common name for "None" or equivalent.
9504 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
9505 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
9506 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
37264101
SM
9507 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
9508 Define with suitable equivalents on W32 and MAC for code sharing.
c0f97789
KS
9509 (XDrawLine): Define on MAC for code sharing.
9510 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
9511 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
9512 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9513 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9514 (x_reference_bitmap, x_create_bitmap_from_data)
9515 (x_create_bitmap_from_file, x_destroy_bitmap)
9516 (x_destroy_all_bitmaps, x_create_bitmap_mask)
9517 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9518 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9519 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9520 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9521 (define_image_type, lookup_image_type, valid_image_p)
9522 (image_error, enum image_value_type, struct image_keyword)
9523 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9524 (make_image, free_image, prepare_image_for_display, image_ascent)
9525 (four_corners_best, image_background, image_background_transparent)
9dd28cae 9526 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
9527 (make_image_cache, free_image_cache, clear_image_cache)
9528 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9529 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9530 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9531 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
9532 (init_image_func_pointer, image_load_quartz2d)
9533 (struct ct_color, init_color_table, free_color_table)
9534 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9535 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9536 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9537 (x_disable_image, x_build_heuristic_mask)
9538 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9539 (TIFF support, GIF support, Ghostscript support): Consolidate image
9540 code from xfns.c, w32fns.c, and macfns.c.
9541 (syms_of_image): Consolidate image related symbol setup here.
9542 (init_image): Consolidate image related initializations here.
37264101 9543
c0f97789
KS
9544 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
9545 and init_image. Remove call to init_xfns.
9546
37264101
SM
9547 * macterm.h (struct mac_bitmap_record): Add file member.
9548 Not currently used, but simplifies code sharing.
c0f97789
KS
9549
9550 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9551 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9552 (x_reference_bitmap, x_create_bitmap_from_data)
9553 (x_create_bitmap_from_file, x_destroy_bitmap)
9554 (x_destroy_all_bitmaps, x_create_bitmap_mask)
9555 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9556 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9557 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9558 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9559 (define_image_type, lookup_image_type, valid_image_p)
9560 (image_error, enum image_value_type, struct image_keyword)
9561 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9562 (make_image, free_image, prepare_image_for_display, image_ascent)
9563 (four_corners_best, image_background, image_background_transparent)
9dd28cae 9564 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
9565 (make_image_cache, free_image_cache, clear_image_cache)
9566 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9567 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9568 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9569 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
9570 (init_image_func_pointer, image_load_quartz2d)
9571 (struct ct_color, init_color_table, free_color_table)
9572 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9573 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9574 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9575 (x_disable_image, x_build_heuristic_mask)
9576 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9577 (TIFF support, GIF support, Ghostscript support): Merge with image
9578 code from xfns.c and macfns.c into image.c.
9579 (syms_of_xfns): Move image related symbols to image.c.
9580 (init_external_image_libraries, init_xfns): Remove; initialization
9581 moved to init_image in image.c.
9582
9583 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9584 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9585 (x_reference_bitmap, x_create_bitmap_from_data)
9586 (x_create_bitmap_from_file, x_destroy_bitmap)
9587 (x_destroy_all_bitmaps, x_create_bitmap_mask)
9588 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9589 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9590 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9591 (define_image_type, lookup_image_type, valid_image_p)
9592 (image_error, enum image_value_type, struct image_keyword)
9593 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9594 (make_image, free_image, prepare_image_for_display, image_ascent)
9595 (four_corners_best, image_background, image_background_transparent)
9dd28cae 9596 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
9597 (make_image_cache, free_image_cache, clear_image_cache)
9598 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9599 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9600 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9601 (struct ct_color, init_color_table, free_color_table)
9602 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9603 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9604 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9605 (x_disable_image, x_build_heuristic_mask)
9606 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9607 (TIFF support, GIF support, Ghostscript support): Merge with image
9608 code from xfns.c and macfns.c into image.c.
9609 (syms_of_xfns): Move image related symbols to image.c.
9610 (init_external_image_libraries, init_xfns): Remove; initialization
9611 moved to init_image in image.c.
9612
9613 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9614 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9615 (x_reference_bitmap, x_create_bitmap_from_data)
9616 (x_create_bitmap_from_file, x_destroy_bitmap)
9617 (x_destroy_all_bitmaps, x_create_bitmap_mask)
9618 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9619 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9620 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9621 (define_image_type, lookup_image_type, valid_image_p)
9622 (image_error, enum image_value_type, struct image_keyword)
9623 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9624 (make_image, free_image, prepare_image_for_display, image_ascent)
9625 (four_corners_best, image_background, image_background_transparent)
9dd28cae 9626 (x_clear_image_1, x_clear_image, x_alloc_image_color)
c0f97789
KS
9627 (make_image_cache, free_image_cache, clear_image_cache)
9628 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9629 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9630 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9631 (struct ct_color, init_color_table, free_color_table)
9632 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9633 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9634 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9635 (x_disable_image, x_build_heuristic_mask)
9636 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9637 (TIFF support, GIF support, Ghostscript support): Merge with
9638 w32fns.c and macfns.c image code into image.c.
9639 (syms_of_xfns): Move image related symbols to image.c.
9640 (init_xfns): Remove; initialization moved to init_image in image.c.
9641
9642 * lisp.h (syms_of_image, init_image): Add protoypes.
9643 (init_xfns): Remove prototype.
9644
9645 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9646 (x_reference_bitmap, x_create_bitmap_from_data)
9647 (x_create_bitmap_from_file, x_destroy_bitmap)
9648 (x_create_bitmap_mask): Move prototypes from dispextern.h.
9649 (gamma_correct) [MAC_OS]: Add prototype.
9650
9651 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9652 (x_reference_bitmap, x_create_bitmap_from_data)
9653 (x_create_bitmap_from_file, x_destroy_bitmap)
9654 (x_create_bitmap_mask): Move prototypes to dispextern.h.
9655
6eced09c
KH
96562004-03-09 Kenichi Handa <handa@etlken2>
9657
9658 * coding.c (decode_coding_emacs_mule): Handle insufficent source
9659 correctly.
9660
9a7e95f3
RS
96612004-03-04 Richard M. Stallman <rms@gnu.org>
9662
04a6e76b
RS
9663 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
9664
9a7e95f3
RS
9665 * window.c (Fdisplay_buffer): Doc fix.
9666
9667 * buffer.c (Fpop_to_buffer): Doc fix.
9668
6c2488df
KS
96692004-03-03 Kim F. Storm <storm@cua.dk>
9670
9671 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
9672
d8d95bc7
SM
96732004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
9676
357589bf
RS
96772004-03-02 Richard M. Stallman <rms@gnu.org>
9678
9679 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
9680
409949b5
KH
96812004-03-02 Kenichi Handa <handa@m17n.org>
9682
9683 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
9684
d24bc50f
KS
96852004-03-02 Kim F. Storm <storm@cua.dk>
9686
9687 * window.h (struct window): New member overlay_arrow_bitmap.
9688
9689 * window.c (make_window): Initialize overlay_arrow_bitmap.
9690
9691 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
9692 implement and integrate multiple overlay arrows with redisplay.
9693 (syms_of_xdisp): DEFVAR_LISP and initialize it.
9694 (last_arrow_position, last_arrow_string): Replace by properties.
9695 (Qlast_arrow_position, Qlast_arrow_string)
9696 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
9697 (syms_of_xdisp): Intern and staticpro them.
9698 (overlay_arrow_string_or_property, update_overlay_arrows)
9699 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
9700 (overlay_arrow_at_row): New functions for multiple overlay arrows.
9701 (redisplay_internal): Use them instead of directly accessing
9702 Voverlay_arrow_position etc. for multiple overlay arrows.
9703 (mark_window_display_accurate): Use update_overlay_arrows.
9704 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
9705 (try_window_id): Use overlay_arrows_changed_p.
9706 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
9707 (display_line): Use overlay_arrow_at_row to check multiple
9708 overlay arrows, and get relevant overlay-arrow-string and
d8d95bc7 9709 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
d24bc50f
KS
9710 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
9711 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
9712
9713 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
9714 (update_window_fringes): Remove unused code.
9715
c1464661
JR
97162004-03-01 Jason Rumney <jasonr@gnu.org>
9717
9718 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
9719
a64387ee
JB
97202004-03-01 Juanma Barranquero <lektu@terra.es>
9721
9722 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
9723
9724 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
9725
334faa08
JD
97262004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9727
9728 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
9729 how many colors can be displayed.
9730
bb62616f
KH
97312004-03-01 Kenichi Handa <handa@m17n.org>
9732
9733 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
9734 correctly.
9735
0fd16104
KS
97362004-02-28 Kim F. Storm <storm@cua.dk>
9737
9738 * dispnew.c (update_window): Update header line also if there are
9739 no other changes in window (move code after set_cursor label).
9740
9741 * lisp.h (mark_window_display_accurate): Remove prototype.
9742
9743 * window.c (window_loop, Fforce_window_update): Force mode line
9744 updates by setting prevent_redisplay_optimizations_p and
9745 update_mode_lines.
9746
b59dd9c8
JD
97472004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9748
d8d95bc7 9749 * xfns.c (x_window): Fix indentation.
b59dd9c8
JD
9750
9751 * xterm.c (x_calc_absolute_position): Call x_real_positions
9752 to get WM window sizes and use those to calculate position.
d8d95bc7 9753 (x_set_offset): Remove code commented out.
b59dd9c8 9754
a874691c
MB
97552004-02-28 Miles Bader <miles@gnu.org>
9756
9757 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
9758
3e0c6482
KS
97592004-02-28 Kim F. Storm <storm@cua.dk>
9760
9761 * keyboard.c (kbd_buffer_store_event_hold): New function to store
9762 an event into kbd fifo, but with special handling of quit event;
9763 a quit event is saved for later, and further events are discarded
9764 until the saved quit event has been processed.
9765 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
9766 (gen_help_event): Store help event in kbd fifo.
9767 (NREAD_INPUT_EVENTS): Remove.
9768 (read_avail_input): Adapt to new read_socket_hook interface.
9769 Remove allocation and initialization of local input_event buffer,
9770 as read_socket_hook stores events directly in fifo. Allocate and
9771 initialize local hold_quit event to handle postponed quit event
9772 (and store it if set by kbd_buffer_store_event_hold).
9773
9774 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
9775 (gen_help_event): Fix prototype.
9776
a64387ee 9777 * macterm.c (XTread_socket): Remove bufp_r and
3e0c6482 9778 numcharsp args. Add hold_quit arg.
f63fd14e 9779 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
9780 directly in fifo using kbd_buffer_store_event_hold.
9781
9782 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
9783 (read_input_waiting): Adapt to new read_socket_hook interface.
9784 Remove allocation and initialization of local input_event buffer,
9785 as read_socket_hook stores events directly in fifo. Allocate and
9786 initialize local hold_quit event to handle postponed quit event
9787 (and store it if set by kbd_buffer_store_event_hold).
9788
a64387ee 9789 * term.c (read_socket_hook): Fix arg list.
3e0c6482
KS
9790
9791 * termhooks.h (read_socket_hook): Fix prototype.
9792
9793 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
9794 numcharsp args. Add hold_quit arg.
f63fd14e 9795 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
9796 directly in fifo using kbd_buffer_store_event_hold.
9797
9798 * w32inevt.h (w32_console_mouse_position): Fix prototype.
9799
9800 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
f63fd14e
JB
9801 Add hold_quit arg. Rework to use just one, local, inev
9802 input_event. Store inev directly in fifo using
3e0c6482
KS
9803 kbd_buffer_store_event_hold. Update count in one place.
9804 Postpone call to gen_help_event until inev is stored; use new
9805 local do_help for this.
9806 Remove local emacs_event in handing of ButtonPress event; just use
9807 inev instead (so no reason to copy it later).
9808
9809 * xsmfns.c (x_session_check_input): Remove numchars arg.
9810
d8d95bc7
SM
9811 * xterm.c (x_focus_changed, x_detect_focus_change):
9812 Remove numchars arg. Always store event into bufp arg.
9813 Return nothing. Callers changed accordingly.
3e0c6482
KS
9814 (glyph_rect): Simplify.
9815 (STORE_KEYSYM_FOR_DEBUG): New macro.
9816 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
9817 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
9818 (current_hold_quit) [USE_GTK]: Add.
9819 (event_handler_gdk): Adapt to new handle_one_xevent.
9820 (handle_one_xevent): Remove bufp_r and numcharsp args.
f63fd14e
JB
9821 Add hold_quit arg. Rework to use just one, local, inev
9822 input_event. Store inev directly in fifo using
3e0c6482
KS
9823 kbd_buffer_store_event_hold. Update count in one place.
9824 Postpone call to gen_help_event until inev is stored; use new
9825 local do_help for this.
9826 Simplify handling of keysyms (consolidate common code). Fix bug
9827 where count was updated with nchars instead of nbytes.
9828 Remove local emacs_event in handing of ButtonPress event; just use
9829 inev instead (so no reason to copy it later).
9830 Remove `out' label. Rename label `ret' to `done'; add various
9831 `goto done' to clarify code flow in deeply nested blocks.
9832 (x_dispatch_event): Simplify as handle_one_xevent now calls
9833 kbd_buffer_store_event itself.
f63fd14e 9834 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
3e0c6482
KS
9835 arg. Call handle_one_xevent with new arglist. Store event from
9836 x_session_check_input in fifo.
9837 [USE_GTK]: Setup current_hold_quit.
9838 Decrement handling_signal before unblocking input.
9839 (x_initialize) [USE_GTK]: Initialize current_count.
9840
9841 * xterm.h (x_session_check_input): Fix prototype.
9842
e3564461 98432004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a64387ee 9844
d8d95bc7 9845 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
a64387ee 9846
e3564461
ST
9847 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
9848 macgui.h).
a64387ee 9849
e3564461 9850 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
a64387ee 9851
e3564461
ST
9852 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
9853 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
9854 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
9855 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
9856 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
9857 (Bitmap): Remove typedef.
9858 (Pixmap): Change int to GWorldPtr.
9859
d8d95bc7 9860 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
a64387ee 9861
d8d95bc7
SM
9862 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
9863 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
9864 New #define to extract 16-bit depth color components from unsigned
e3564461
ST
9865 long representation.
9866 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
9867 colors used for masks.
9868 (struct mac_display_info): Add color_p. Remove n_cbits.
a64387ee 9869
e3564461
ST
9870 * macfns.c: Include sys/types.h and sys/stat.h.
9871 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
9872 Include QuickTime/QuickTime.h.
9873 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
9874 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
9875 functions defined in macterm.c.
9876 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
9877 (ZPixmap): New #define for compatibility with xfns.c.
9878 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9879 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
d8d95bc7
SM
9880 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
9881 New functions.
e3564461 9882 (four_corners_best, x_create_x_image_and_pixmap)
d8d95bc7
SM
9883 (x_destroy_x_image, unwind_create_frame, x_disable_image)
9884 (x_edge_detection, init_color_table, colors_in_color_table)
e3564461
ST
9885 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
9886 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
9887 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
9888 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
9889 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
9890 long mixup.
9891 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
9892 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
9893 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
9894 (x_set_cursor_type, Fxw_color_values, valid_image_p)
9895 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
9896 (x_alloc_image_color, clear_image_cache, lookup_image)
9897 (x_find_image_file, xbm_read_bitmap_file_data)
9898 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
9899 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
9900 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
9901 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
9902 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
d8d95bc7 9903 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
e3564461
ST
9904 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
9905 #if 0.
9906 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
9907 #if 0. Free white_relief.gc and black_relief.gc.
d8d95bc7
SM
9908 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
9909 New functions (from xfns.c).
e3564461
ST
9910 (Fx_create_frame): Record unwind_create_frame.
9911 (Fxw_display_color_p): Use dpyinfo->color_p.
9912 (Fx_display_grayscale_p, Fx_display_planes): Don't use
9913 dpyinfo->n_cbits.
9914 (Fx_display_color_cells): Use dpyinfo->n_planes;
9915 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
9916 (Qheuristic, cross_disabled_images, emboss_matrix)
9917 (laplace_matrix): New variables (from xfns.c).
9918 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
9919 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
9920 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
d8d95bc7
SM
9921 (image_background_transparent): New function (from xfns.c).
9922 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
9923 (image_load_quicktime): Add declaration.
9924 [MAC_OSX] (image_load_quartz2d): Likewise.
9925 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
9926 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
d8d95bc7 9927 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
e3564461
ST
9928 (xbm_load_image_from_file, x_laplace_read_row)
9929 (x_laplace_write_row, pbm_read_file): Remove functions.
9930 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
9931 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
9932 (colors_in_color_table): Sync with xfns.c (although not used).
9933 (lookup_rgb_color): Don't lookup color table. Just do gamma
9934 correction.
9935 (COLOR_INTENSITY): New #define (from xfns.c).
d8d95bc7
SM
9936 (x_disable_image): New function (from xfns.c).
9937 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
9938 (x_build_heuristic_mask): Sync with xfns.c.
9939 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
9940 (HAVE_PBM): Remove #ifdef.
9941 (pbm_load): Sync with xfns.c. Set img->width and img->height
9942 before IMAGE_BACKGROUND.
d8d95bc7 9943 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
e3564461
ST
9944 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
9945 Don't enclose with #if HAVE_PNG.
9946 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
d8d95bc7
SM
9947 symbol _CGImageCreateWithPNGDataProvider is defined.
9948 Otherwise use image_load_quicktime.
e3564461 9949 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
d8d95bc7
SM
9950 [HAVE_PNG] (png_load): Sync with xfns.c.
9951 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
9952 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
9953 HAVE_JPEG.
9954 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
9955 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
9956 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
9957 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
9958 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
9959 (tiff_image_p, tiff_load): Don't enclose declarations with #if
9960 HAVE_TIFF.
9961 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
9962 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
9963 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
d8d95bc7
SM
9964 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
9965 New functions (from xfns.c).
e3564461 9966 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
d8d95bc7 9967 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
e3564461
ST
9968 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
9969 Don't enclose with #if HAVE_GIF.
9970 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
9971 animated gif. Otherwise use image_load_quicktime.
9972 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
9973 gif_DrawText to avoid conflict with QuickdrawText.h.
9974 [HAVE_GIF] (gif_load): Sync with xfns.c.
9975 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
9976 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
9977 Ghostscript is not supported yet).
9978 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
9979 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
9980 cross_disabled_images (from xfns.c). Remove #if 0 for supported
9981 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
9982 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
9983 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
d8d95bc7
SM
9984 HAVE_PNG. Call EnterMovies to support animated gifs.
9985 Call init_image_func_pointer to bind a symbol
e3564461 9986 _CGImageCreateWithPNGDataProvider if it is defined.
a64387ee 9987
d8d95bc7 9988 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
e3564461
ST
9989 (x_draw_bar_cursor): Sync declaration with xterm.c.
9990 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
9991 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
9992 graphics).
9993 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
9994 (mac_draw_line_to_pixmap, XCreatePixmap)
9995 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
d8d95bc7
SM
9996 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
9997 New functions.
9998 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
9999 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10000 Cast bits to char *.
e3564461
ST
10001 (reflect_byte): New function (from w32fns.c).
10002 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
10003 due to byte alignment.
d8d95bc7
SM
10004 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
10005 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
e3564461
ST
10006 (XSetForeground): Remove static (now used in macfns.c).
10007 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
10008 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
10009 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
10010 (x_draw_glyph_string_box, x_draw_image_foreground)
10011 (x_draw_image_foreground_1, x_draw_image_glyph_string)
10012 (x_draw_stretch_glyph_string, x_draw_glyph_string)
10013 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
10014 Sync with xterm.c.
10015 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
10016 than the xterm.c version when a strictly horizontal or vertical
10017 line is drawn.
10018 (XTset_terminal_window): Add static.
10019 (x_make_frame_visible): Add UNBLOCK_INPUT.
10020 (x_free_frame_resources): New funcion (from xterm.c).
10021 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
10022 occurs in tool bar area.
d8d95bc7
SM
10023 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
10024 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
e3564461
ST
10025 Initialize image cache.
10026 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
10027 Enclose unused functions with #if 0.
10028 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
10029 (decode_mac_font_name): New function to apply code conversions
d8d95bc7 10030 from a mac font name to an XLFD font name according to its script code.
e3564461 10031 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
d8d95bc7 10032 font name to a mac font name according to REGISTRY and ENCODING fields.
e3564461
ST
10033 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
10034 whose name starts with `.'.
10035 (init_font_name_table): Use decode_mac_font_name. Add both
10036 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
10037 of a font is smJapanese.
10038 (mac_do_list_fonts): New function to list fonts that match a given
10039 pattern.
10040 (x_list_fonts, XLoadQueryFont): Use it.
10041 (XLoadQueryFont): Set rbearing field for each variable width
10042 character to avoid needless redraw.
10043 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
10044
446f5f3d
KS
100452004-02-26 Kim F. Storm <storm@cua.dk>
10046
af617d0f
KS
10047 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
10048 as read_socket_hook handler on X aborts if buffer is too small
10049 and W32 handler doesn't always check buffer limit.
10050
446f5f3d
KS
10051 * xdisp.c (handle_single_display_prop): Handle left-fringe and
10052 right-fringe similar to a display margin image. Specifically,
10053 the characters having the fringe prop are no longer shown, and
10054 we use IT_IMAGE/next_element_from_image with image_id = -1 to
10055 do this. Set fringe bitmap face_id in it->face_id.
10056 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
10057 still realize it->face (i.e. the fringe bitmap face).
10058
7d8a0b55
MB
100592004-02-25 Miles Bader <miles@gnu.org>
10060
10061 * xdisp.c (check_it): Check string/string_pos consistency.
10062 (init_iterator): Initialize string-related fields properly.
10063
100642004-02-11 Miles Bader <miles@gnu.org>
10065
10066 * xdisp.c (produce_image_glyph): Force negative descents to zero.
10067
100682004-02-10 Miles Bader <miles@gnu.org>
10069
10070 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
10071 BLOCK_INPUT can be nested, so it doesn't make much sense.
10072
a64387ee 100732004-02-24 Michael Mauger <mmaug@yahoo.com>
ce35edd1
JR
10074
10075 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
10076 (xbm_read_bitmap_data): Use unsigned char for image data.
10077
92f5fba2
LT
100782004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10079
10080 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
10081
8565fb3d
JR
100822004-02-22 Jason Rumney <jasonr@gnu.org>
10083
10084 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
10085 correctly over other bitmaps.
10086
a6eeaa81 100872004-02-21 Eli Zaretskii <eliz@gnu.org>
f8125c39
EZ
10088
10089 * emacs.c (USAGE1): Split into two halves.
10090 (USAGE2): Second half of the old USAGE1.
d8d95bc7
SM
10091 (USAGE3): Rename from USAGE2.
10092 (USAGE4): Rename from USAGE3.
f8125c39 10093
4effffca
EZ
100942004-02-21 Juri Linkov <juri@jurta.org>
10095
10096 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
10097 Fix --multibyte. Move --help, --version to USAGE2. Add alias
10098 --file. Fix -f, -l. Sort options. Untabify.
10099 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
10100
923c1e6f
LT
101012004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10102
10103 * category.c (Fdefine_category, Fcategory_docstring)
10104 (Fget_unused_category, Fset_category_table)
10105 (Fcategory_set_mnemonics): Doc fixes.
10106
b0e225fd
KS
101072004-02-20 Kim F. Storm <storm@cua.dk>
10108
10109 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
10110 The following changes are relative to the 2004-01-21 revision.
10111 (NREAD_INPUT_EVENTS): Define as max number of input events to read
10112 in one call to read_socket_hook. Value is 8.
10113 (read_avail_input): Separate and rework handling of read_socket_hook
10114 and non-read_socket_hook cases. Use smaller input_event buffer
d8d95bc7
SM
10115 in read_socket_hook case, and repeat if full buffer is read.
10116 Use new local variable 'discard' to skip input after C-g.
b0e225fd
KS
10117 In non-read_socket_hook case, just use a single input_event, and
10118 call kbd_buffer_store_event on the fly for each character.
10119
b15aa9f9
SM
101202004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
10123 Remove unused `gu' alternative.
10124
83c9aa95
AS
101252004-02-19 Andreas Schwab <schwab@suse.de>
10126
10127 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
10128 warning.
10129
cc808173
KS
101302004-02-18 Kim F. Storm <storm@cua.dk>
10131
10132 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
10133 Fix last change.
10134
ab90a54d
KS
101352004-02-17 Kim F. Storm <storm@cua.dk>
10136
b26f249f
KS
10137 * xdisp.c (fast_find_position): Fix return value of new version;
10138 it was inverted compared to the 21.1 version.
10139 (get_window_cursor_type): Don't look at glyph if NULL.
10140 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
0bf7d005 10141
ab90a54d
KS
10142 * keyboard.c: Rework previous change; it didn't consider that the
10143 buf array was allocated on the stack.
10144 (prev_read): Remove variable.
10145 (read_avail_input_buf): New static event buffer array.
b9568dfc 10146 (in_read_avail_input): New static variable to handle re-entrancy.
ab90a54d 10147 (read_avail_input): Change buf to pinter to read_avail_input_buf.
b9568dfc
KS
10148 Use in_read_avail_input to handle re-entrance; when re-entered,
10149 fully initialize and use tmp_buf array instead of read_avail_input_buf.
10150 Do not initialize read_avail_input_buf in full here; instead assume it
ab90a54d
KS
10151 is always cleared on entry. To ensure that, we clear (just) the
10152 entries that were used before we return.
10153 (init_keyboard): Initialize read_avail_input_buf here.
10154
b6189c3b 101552004-02-16 Jesper Harder <harder@ifa.au.dk>
4e039f3f
EZ
10156
10157 * cmds.c (Fend_of_line): Doc fix.
10158
7b5368c1
EZ
101592004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
10160
10161 * keyboard.c (prev_read): New static variable.
10162 (read_avail_input): Use it to zero out only those slots in buf[]
10163 that were used last time we were called.
10164
a6eeaa81 101652004-02-16 Eli Zaretskii <eliz@gnu.org>
ca4bc494
EZ
10166
10167 * Makefile.in (obj): Move fringe.o from here...
10168 (XOBJ, MAC_OBJ): ...to here.
10169
159c348e
SE
101702004-02-16 Stephen Eglen <stephen@gnu.org>
10171
10172 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
10173
d2f14999
SM
101742004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10175
b15aa9f9
SM
10176 * data.c (Fbyteorder):
10177 * fringe.c (Fdefine_fringe_bitmap):
10178 * xdisp.c (handle_single_display_prop):
d2f14999
SM
10179 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
10180
8d50508a
JR
101812004-02-16 Jason Rumney <jasonr@gnu.org>
10182
10183 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
10184
dd4497dc
ST
101852004-02-15 Steven Tamm <steventamm@mac.com>
10186
10187 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
10188 controlling emulation of a three button mouse with option and
10189 command keys.
7e26f91b 10190 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
b15aa9f9 10191 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
dd4497dc 10192
c9159cb3
KS
101932004-02-15 Kim F. Storm <storm@cua.dk>
10194
2cc52658
KS
10195 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
10196
c9159cb3
KS
10197 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
10198 Perform byte-swapping.
10199
12fde2dc
KS
102002004-02-14 Kim F. Storm <storm@cua.dk>
10201
10202 * dispextern.h (struct draw_fringe_bitmap_params): Change member
10203 bits from char to short to facilitate wider bitmaps.
10204 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
10205 member.
10206
10207 * fringe.c (struct fringe_bitmap): Change member bits from char to
10208 short to facilitate 16 bits wide bitmaps. Modify all standard
10209 bitmaps accordingly.
10210 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
10211 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
10212 (draw_fringe_bitmap): Ditto.
10213 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
10214 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
10215 handle up to 16 bits wide bitmaps.
10216 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
f21a7192 10217 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
12fde2dc
KS
10218
10219 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
10220 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
10221 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
10222
10223 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
10224 so it is no longer necessary to expand them here.
10225
10226 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
10227
9d7271e8
KS
102282004-02-12 Kim F. Storm <storm@cua.dk>
10229
10230 * window.c (Fwindow_fringes): Doc fix.
10231
706c1e4f
JD
102322004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10233
10234 * xselect.c (x_get_foreign_selection): Add new optional parameter
10235 time_stamp.
10236 (Fx_get_selection_internal): Ditto, pass time_stamp to
10237 x_get_foreign_selection.
10238
10239 * data.c (Fbyteorder): New function.
10240
c2d12b5d
JD
102412004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10242
10243 * atimer.c: Move include stdio.h to same place as in other files.
10244
10245 * region-cache.c: Ditto.
10246
10247 * sysdep.c: Ditto.
10248
10249 * xfaces.c: Ditto.
10250
4c1947b9
SS
102512004-02-09 Sam Steingold <sds@gnu.org>
10252
89458937 10253 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
4c1947b9 10254
82722af3
KS
102552004-02-09 Kim F. Storm <storm@cua.dk>
10256
10257 * fringe.c: New file. Move original fringe related declarations
10258 and code from dispextern.h and xdisp.c here.
10259 Rework code to support user defined fringe bitmaps, redefining
10260 standard bitmaps, ability to overlay user defined bitmap with
10261 overlay arrow bitmap, and add faces to bitmaps.
10262 (Voverflow_newline_into_fringe): Declare here.
10263 (enum fringe_bitmap_align): New enum.
10264 (..._bits): All bitmaps are now defined without bitswapping; that
10265 is now done in init_fringe_once (if necessary).
10266 (standard_bitmaps): New array with specifications for the
10267 standard fringe bitmaps.
10268 (fringe_faces): New array.
10269 (valid_fringe_bitmap_id_p): New function.
10270 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
10271 (draw_fringe_bitmap): New function which draws fringe bitmap,
10272 possibly overlaying bitmap with cursor in right fringe or the
10273 overlay arrow in the left fringe.
10274 (update_window_fringes): Do not handle overlay arrow here.
10275 Compare and copy fringe bitmap faces.
10276 (init_fringe_bitmap): New function.
10277 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
10278 define and destroy user defined fringe bitmaps.
10279 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
10280 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
10281 (syms_of_fringe): New function. Defsubr new DEFUNs.
10282 DEFVAR_LISP Voverflow_newline_into_fringe.
10283 (init_fringe_once, init_fringe): New functions.
10284 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
4c1947b9 10285
82722af3
KS
10286 * Makefile.in (obj): Add fringe.o.
10287 (fringe.o): New dependencies.
10288
10289 * dispextern.h (FRINGE_ID_BITS): New definition for number of
10290 bits allocated to hold a fringe number. Increase number of bits
10291 from 4 to 8 to allow user defined fringe bitmaps.
10292 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
10293 left_user_fringe_face_id, right_user_fringe_bitmap,
10294 right_user_fringe_face_id.
10295 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
10296 Move to new file fringe.c.
10297 (MAX_FRINGE_BITMAPS): Define here.
10298 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
10299 and overlay_p. Change member which to int.
10300 (struct redisplay_interface): New members define_fringe_bitmap
10301 and destroy_fringe_bitmap.
10302 (valid_fringe_bitmap_id_p): Add prototype.
10303 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
10304
10305 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
10306 arrows.
10307 (update_frame): Do flush_display if force_flush_display_p to
10308 ensure display (specifically fringes) are updated in a timely
10309 manner when resizing the frame by dragging the mouse.
10310 (update_window_line): Update row if overlay arrow changed.
10311 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
10312 or overlay arrow changed.
10313
10314 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
10315 syms_of_fringe, and init_fringe.
10316
10317 * frame.h (struct frame): New member force_flush_display_p.
10318
10319 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
10320 Add prototypes.
10321
a3993cc8 10322 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
a64387ee 10323 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
a3993cc8
KS
10324 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
10325 Use cursor color for displaying cursor in fringe.
82722af3
KS
10326 (x_redisplay_interface): Add null handlers for
10327 define_fringe_bitmap and destroy_fringe_bitmap functions.
10328
10329 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
10330 xterm.c to handle overlayed fringe bitmaps and to use cursor color
10331 for displaying cursor in fringe.
10332 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
10333 specific functions to define and destroy fringe bitmaps in fringe_bmp.
10334 (w32_redisplay_interface): Add them to redisplay_interface.
10335 (w32_term_init): Call w32_init_fringe instead of explicitly
10336 defining fringe bitmaps in fringe_bmp array.
10337 (x_delete_display): Call w32_reset_fringes instead of explicitly
10338 destroying fringe bitmaps in fringe_bmp array.
10339
10340 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
10341 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
10342 (continued_bits, continuation_bits, ov_bits, first_line_bits)
10343 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
10344 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
10345 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
10346 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
10347 Move fringe handling vars and code to new file fringe.c.
10348 (handle_display_prop): Handle left-fringe and right-fringe
10349 display properties; store user fringe bitmaps in iterator.
10350 (move_it_in_display_line_to): Handle cursor in fringe at eob.
10351 (clear_garbaged_frames): Set force_flush_display_p if resized.
10352 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
10353 (display_line): Handle cursor in fringe at eob.
10354 (display_line): Set row user fringe bitmaps from iterator.
10355
10356 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
10357 Use cursor color for displaying cursor in fringe.
10358 (x_redisplay_interface): Add null handlers for
10359 define_fringe_bitmap and destroy_fringe_bitmap functions.
10360
030400eb
JD
103612004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10362
10363 * macfns.c (Fx_change_window_property): Make doc string and
10364 parameters same as for X version.
10365
10366 * w32fns.c (Fx_change_window_property): Ditto.
10367
3af55251
KS
103682004-02-07 Kim F. Storm <storm@cua.dk>
10369
ec110e9e
KS
10370 * xdisp.c (hscroll_window_tree): Position cursor near to right
10371 margin in hscrolled window when jumping to end of line (rather
10372 than centering cursor).
10373
3af55251
KS
10374 * process.c (wait_reading_process_input): Don't do adaptive read
10375 buffering if waiting for a specific process.
10376
b0c138ce
LT
103772004-02-05 Luc Teirlinck <teirllm@auburn.edu>
10378
10379 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
10380 (Fread_minibuffer, Feval_minibuffer)
10381 (Fread_string, Fread_no_blanks_input)
10382 (Fcompleting_read): Doc fixes.
10383 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
10384 completion-regexp-list. Define Qcase_fold_search and staticpro it.
10385 (read_minibuf): Fix initial comment.
10386 (Ftry_completion, Fall_completions, Ftest_completion): Bind
e8eeaed8 10387 case-fold-search to the value of completion-ignore-case when
b0c138ce
LT
10388 checking completion-regexp-list.
10389 (Fdisplay_completion_list): Make it handle arguments that are
10390 symbols. Doc fix.
10391
9676f5ad 103922004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
64d1e373 10393
9676f5ad 10394 * xterm.h: Add declaration of free_frame_menubar.
64d1e373 10395
9676f5ad
JD
10396 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
10397 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
b0c138ce 10398 (Fx_change_window_property): Add declaration of parameters type and
9676f5ad 10399 format. Remove unused variable cons.
5b698285 10400
9dd28cae 10401 * xselect.c: Include stdio.h.
5b698285 10402
fc1d15f6
KH
104032004-02-05 Kenichi Handa <handa@m17n.org>
10404
ebaff4af
KH
10405 * fns.c (Fset_char_table_range): Fix previous change.
10406
fc1d15f6
KH
10407 * buffer.c (Fset_buffer_multibyte): Fix docstring.
10408
9676f5ad
JD
104092004-02-04 Luc Teirlinck <teirllm@auburn.edu>
10410
10411 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
10412
da75761f
SM
104132004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * keymap.c (Vmouse_events): Rename from Vmenu_events.
10416 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
10417
13c5d120
KH
104182004-02-04 Kenichi Handa <handa@m17n.org>
10419
10420 * fns.c (Fset_char_table_range): Handle charsets ascii,
10421 eight-bit-control, and eight-bit-graphic correctly.
10422
2883d842
JR
104232004-02-03 Jason Rumney <jasonr@gnu.org>
10424
10425 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
10426
10427 * w32fns.c (x_to_w32_font): Likewise.
10428
69eff41f
JD
104292004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10430
10431 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
10432 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
10433
10434 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
10435 ClientMessages.
10436
10437 * xselect.c: Include termhooks.h and X11/Xproto.h
10438 (x_check_property_data, x_fill_property_data)
10439 (x_property_data_to_lisp, mouse_position_for_drop)
10440 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
da75761f 10441 (Fx_send_client_event): Move here from xfns.c.
69eff41f
JD
10442 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
10443
da75761f 10444 * xfns.c (x-send-client-message): Move to xselect.c
69eff41f
JD
10445 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
10446 OUTER_P.
10447 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
10448 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
10449 if vector_ret_p is true.
10450 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
69eff41f 10451
a6eeaa81 104522004-02-02 Eli Zaretskii <eliz@gnu.org>
dcdbbb5d
EZ
10453
10454 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
10455 basename of FILE relative to it, not FILE itself.
10456
09721b31
KH
104572004-02-02 Kenichi Handa <handa@m17n.org>
10458
10459 * coding.c (coding_restore_composition): Check invalid
10460 composition data more rigidly.
10461
eb996101
LT
104622004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10463
10464 * fileio.c (Fread_file_name_internal): Correctly handle the case
10465 where insert-default-directory is nil.
10466 (Fread_file_name): Always return an empty string if the user exits
10467 with an empty minibuffer. Adapt the docstring accordingly.
10468 (syms_of_fileio): Adapt the docstring of insert-default-directory
10469 to the change in Fread_file_name.
10470
a6eeaa81 104712004-01-29 Eli Zaretskii <eliz@gnu.org>
a0367d42
EZ
10472
10473 * alloca.c [!alloca]: Fix the prototype for xfree.
10474
13f52ed8
KH
104752004-01-29 Kenichi Handa <handa@m17n.org>
10476
10477 * fns.c (string_char_to_byte): Optimize for ASCII only string.
10478 (string_byte_to_char): Likewise.
10479
d57625a0
JR
104802004-01-28 Peter Runestig <peter@runestig.com>
10481
10482 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
10483
a64387ee 104842004-01-27 Steven Tamm <steventamm@mac.com>
911c78b4
ST
10485
10486 * unexmacosx.c (unexec_copy): Do not copy more than was
10487 requested to prevent overwriting during unexec.
10488
eb37b8fd
JD
104892004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10490
ce38070a
JD
10491 * process.c (sigchld_handler): Add comment about not calling malloc.
10492
eb37b8fd
JD
10493 * process.h: Add extern to synch_process_termsig.
10494
a64387ee 104952004-01-27 Steven Tamm <steventamm@mac.com>
21a3e657 10496
da75761f
SM
10497 * macterm.c (make_mac_frame, make_mac_terminal_frame):
10498 Move setting of scroll bars from make_mac_frame to
10499 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
21a3e657 10500
d62a265d
RS
105012004-01-26 Richard M. Stallman <rms@gnu.org>
10502
10503 * search.c (Freplace_match): Handle nonexistent
10504 back-references properly.
10505
105062004-01-03 Richard M. Stallman <rms@gnu.org>
10507
10508 * window.c (decode_any_window): New function.
10509 (Fwindow_height, Fwindow_width, Fwindow_edges)
10510 (Fwindow_pixel_edges, Fwindow_inside_edges)
10511 (Fwindow_inside_pixel_edges): Use decode_any_window.
10512
ff236419
JD
105132004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10514
10515 * process.h: synch_process_termsig new variable.
10516
10517 * callproc.c: Define synch_process_termsig.
10518 (Fcall_process): Initiate synch_process_termsig to zero and
10519 check if non-zero and get signal name after subprocess has ended.
10520
10521 * process.c (sigchld_handler): Set synch_process_termsig
10522 if terminated by a signal. synch_process_death setting removed.
10523
10524 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
10525
41b867ea
AS
105262004-01-26 Andreas Schwab <schwab@suse.de>
10527
10528 * print.c (print_preprocess): Declare size as EMACS_INT to not
10529 lose bits.
10530 (print_object): Likewise.
10531 * alloc.c (Fpurecopy): Likewise.
10532
a08084ff
LT
105332004-01-25 Luc Teirlinck <teirllm@auburn.edu>
10534
10535 * window.c (Fwindow_minibuffer_p): Doc fix.
10536
b19ac475
JY
105372004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
10538
10539 * editfns.c (Fformat): Make both passes accept the same set of flags.
10540
fe905025
KH
105412004-01-23 Kenichi Handa <handa@m17n.org>
10542
10543 * fns.c (Fmd5): If OBJECT is a buffer different from the current
10544 one, set buffer to OBJECT temporarily.
10545
438fc6c0
SM
105462004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
10547
455316e2
SM
10548 * keyboard.c (kbd_buffer_gcpro): Remove.
10549 (kbd_buffer_store_event, clear_event, Fdiscard_input)
10550 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
10551 Don't initialize and/or maintain the variable any more. It was made
10552 redundant by my commit of 2003-06-15.
10553
438fc6c0
SM
10554 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
10555
5335a4ee
JD
105562004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10557
10558 * lisp.h: Add undef DECL_ALIGN.
10559
dcdaeebc
SM
105602004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * process.c (wait_reading_process_input) [SYNC_INPUT]:
10563 Check interrupt_input_pending explicitly.
10564
10565 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
10566
10567 * keyboard.c (handle_async_input): New fun,
10568 extracted from input_available_signal.
10569 (input_available_signal, reinvoke_input_signal): Use it.
10570
9076a823
SM
105712004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10572
d7107586
SM
10573 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
10574
10575 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
10576 manipulation macros for when tags are in the lower bits.
10577 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
10578 (DECL_ALIGN): New macro.
10579 (DEFUN): Use it.
10580
10581 * lisp.h [ENABLE_CHECKING]: Don't force union type.
10582
10583 * s/darwin.h (__attribute__): Remove outdated workaround.
10584
10585 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
10586
10587 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
10588 Don't check range of malloc address.
10589 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
10590
9076a823
SM
10591 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
10592
10593 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
10594
ba029065
KH
105952004-01-19 Kenichi Handa <handa@m17n.org>
10596
10597 * fontset.c (fontset_font_pattern): Fix previous change.
10598
7af0e8d7
MB
105992004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
10600
10601 * xdisp.c (Voverflow_newline_into_fringe)
10602 (move_it_in_display_line_to, redisplay_internal)
10603 (update_window_fringes, redisplay_window, display_line, window):
10604 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
10605 that it compiles without a window-system.
10606 * dispnew.c (direct_output_for_insert, update_window): Likewise.
10607
77a9cf69
KS
106082004-01-16 Kim F. Storm <storm@cua.dk>
10609
10610 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
10611
a64387ee 10612 * buffer.c (init_buffer_once): Set buffer_defaults and
77a9cf69
KS
10613 buffer_local_flags for indicate_buffer_boundaries.
10614 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
10615 default- variable for it.
10616
10617 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
10618 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
d7107586 10619 New members exact_window_width_line_p and cursor_in_fringe_p for
77a9cf69
KS
10620 overflowing newlines into right fringe.
10621 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
10622 and indicate_bottom_line_p for buffer boundaries and scrolling.
10623 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
10624 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
10625 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
10626 and HOLLOW_SQUARE_BITMAP.
10627 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
10628 Add prototypes.
10629
10630 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
10631 instead of related indicator fields.
10632 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
10633 (direct_output_for_insert): Handle exact width lines like
10634 contined lines. Call update_window_fringes.
10635 (update_window): Call update_window_fringes.
10636 (scrolling_window): Don't skip desired rows with changed bitmaps.
10637 Check if fringe bitmaps changes when assigning scrolled rows.
10638
10639 * xdisp.c (Voverflow_newline_into_fringe): New variable.
10640 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
10641 (move_it_in_display_line_to): Overflow newline into fringe for
10642 rows that are exactly as wide as the window.
10643 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
10644 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
10645 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
10646 (fringe_bitmaps): Add new bitmaps.
10647 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
10648 Select proper bitmap for cursor in fringe when appropriate.
10649 Handle alignment of bitmap to top or bottom of row.
10650 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
10651 done by update_window_fringes.
10652 (update_window_fringes, draw_window_fringes): New functions.
10653 (redisplay_internal): Call update_window_fringes in case only
10654 cursor row is updated.
10655 (redisplay_window): Call update_window_fringes.
10656 Explicitly call draw_window_fringes if redisplay was done using
10657 the current matrix or the overlay arrow is in the window.
10658 (try_window_reusing_current_matrix): Mark scrolled rows for
10659 fringe update (to update buffer-boundaries / scrolling icons).
10660 (find_last_unchanged_at_beg_row): Handle exact width lines line
10661 continued lines.
10662 (display_line): Overflow newline into fringe for rows that are
10663 exactly as wide as the window. Don't append space for newline
d7107586 10664 in this case.
77a9cf69
KS
10665 (notice_overwritten_cursor): Explicitly clear cursor bitmap
10666 in fringe as if it had been overwritten.
10667 (erase_phys_cursor): Erase cursor bitmap in fringe.
d7107586 10668 (syms_of_xdisp): Mark show-trailing-whitespace and
77a9cf69
KS
10669 void-text-area-pointer as user options.
10670 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
d7107586 10671
77a9cf69
KS
10672 * xterm.c (x_update_window_end): Call draw_window_fringes.
10673 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10674 in row instead of actually drawing fringe bitmaps.
10675 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10676 (x_draw_window_cursor): Draw cursor in fringe.
10677
10678 * w32term.c (x_update_window_end): Call draw_window_fringes.
10679 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10680 in row instead of actually drawing fringe bitmaps.
10681 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10682 (w32_draw_window_cursor): Draw cursor in fringe.
10683
10684 * macterm.c (x_update_window_end): Call draw_window_fringes.
10685 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10686 in row instead of actually drawing fringe bitmaps.
10687 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10688 (mac_draw_window_cursor): Draw cursor in fringe.
10689
a633a954
JD
106902004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10691
10692 * xterm.c (handle_one_xevent): Don't handle characters that are part
10693 of an old style (XLookupString) compose sequence.
10694
80460525
KH
106952004-01-15 Kenichi Handa <handa@m17n.org>
10696
10697 * search.c (Freplace_match): Use make_multibyte_string or
10698 make_unibyte_string according to the buffer multibyteness.
10699
7fc34f85
SM
107002004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * alloc.c (struct interval_block, struct string_block)
10703 (struct symbol_block, struct marker_block, live_string_p)
10704 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
10705 Better preserve alignment for objects in blocks.
10706 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
10707
10708 * lread.c (defvar_per_buffer): Remove dead declaration.
10709
10710 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
10711 space size.
10712
66070bd1
JD
107132004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10714
10715 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
10716 if a key press should pop down. Only pop down if a key is pressed
10717 outside the menu/dialog.
10718 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
10719 popup_get_selection.
10720 (create_and_show_dialog): Pass 1 for down_on_keypress to
10721 popup_get_selection.
10722
de7515d6
JD
107232004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10724
10725 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
10726 BLOCK/UNBLOCK_INPUT.
10727
160b1b50
JD
107282004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10729
10730 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
10731 specified.
10732
3a9f36e6
KH
107332004-01-08 Kenichi Handa <handa@m17n.org>
10734
10735 * editfns.c (Fformat): Fix '&' to '&&'.
10736
3803eb32
AS
107372004-01-08 Andreas Schwab <schwab@suse.de>
10738
10739 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
10740 size if PSEUDOVECTOR_FLAG is set.
10741
9da88f37
KH
107422004-01-07 Kenichi Handa <handa@m17n.org>
10743
74ac5074
KH
10744 * charset.c (Fdeclare_equiv_charset): Fix docstring.
10745
9da88f37
KH
10746 * fontset.c (fontset_ref_via_base): Fix previous change.
10747
05faee07
KS
107482004-01-07 Kim F. Storm <storm@cua.dk>
10749
10750 * process.c (read_process_output): Only activate adaptive
10751 buffering if we read less than 256 bytes at a time.
10752
634910c8
KS
107532004-01-06 Kim F. Storm <storm@cua.dk>
10754
10755 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
10756 object and image object. Return glyph width and height.
10757 (mode_line_string, marginal_area_string): Ditto.
10758
10759 * dispextern.h (buffer_posn_from_coords, mode_line_string)
10760 (marginal_area_string): Fix prototypes.
10761
10762 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
f63fd14e 10763 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
634910c8
KS
10764 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
10765
10766 * keyboard.c (make_lispy_position): Use modified mode_line_string,
10767 buffer_posn_from_coords, and marginal_area_string functions to
10768 include both string object and image object in the lispy position.
10769 Also add actual glyph width and height to position.
10770 (read_key_sequence): Use real buffer position from mouse
10771 event to find keymap property even when click is in marginal area.
10772
10773 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
10774 mode_line_string and marginal_area_string functions to handle
10775 both string object and image object properties.
d7107586 10776
57951c2e
AS
107772004-01-06 Andreas Schwab <schwab@suse.de>
10778
10779 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
10780 character.
10781
181e6a61
AS
107822004-01-02 Andreas Schwab <schwab@suse.de>
10783
d7107586
SM
10784 * macterm.c (emacs_options, x_initialized, same_x_server):
10785 Remove unused (and duplicated) definitions.
181e6a61 10786
31e0fbdd
KS
107872004-01-02 Kim F. Storm <storm@cua.dk>
10788
10789 * process.h (struct Lisp_Process): New members for adaptive read
10790 buffering: adaptive_read_buffering, read_output_delay, and
10791 read_output_skip.
10792
10793 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
10794 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
10795 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
10796 (process_output_delay_count, process_output_skip): New vars.
10797 (Vprocess_adaptive_read_buffering): New variable.
10798 (make_process): Initialize adaptive read buffering members.
10799 (Fstart_process): Set adaptive_read_buffering member.
10800 (deactivate_process): Cleanup adaptive read buffering.
10801 (wait_reading_process_input): Temporarily omit delayed
10802 subprocesses from the set of file descriptors to read from;
10803 adjust the select timeout if we skipped any subprocesses.
10804 (read_process_output): Increase adaptive read buffering delay if
10805 we read less than a full buffer; reduce delay when we read a
10806 full buffer.
10807 (send_process): Simplify using local Lisp_Process var.
10808 Reset adaptive read buffering delay after write.
10809 (init_process): Initialize process_output_delay_count and
10810 process_output_skip.
10811 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
10812
68c6a789
JR
108132004-01-01 Jason Rumney <jasonr@gnu.org>
10814
d7107586 10815 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
68c6a789 10816
3f70fe82
LT
108172003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10818
10819 * print.c (Ferror_message_string): Add hyperlink in the docstring
10820 to the definition of `signal' in the Elisp manual.
10821 * eval.c (Fsignal): Ditto.
10822
b6189c3b 108232003-12-29 James Clark <jjc@jclark.com>
c2be49ed
EZ
10824
10825 * fns.c (internal_equal): Return t for two NaN arguments.
10826
7abd90ea
RS
108272003-12-29 Richard M. Stallman <rms@gnu.org>
10828
10829 * data.c (store_symval_forwarding): Handle setting
10830 default-fill-column, etc., by changing the value in
10831 buffers that use the default.
10832
10833 * minibuf.c (Fset_minibuffer_window): Doc fix.
10834
10835 * fileio.c (choose_write_coding_system): Ignore auto_saving
10836 if using the visited file for auto saves.
10837 (Fwrite_region): Don't update SAVE_MODIFF
10838 if auto-saving in visited file.
10839
3e7cfcdc
KH
108402003-12-29 Kenichi Handa <handa@m17n.org>
10841
10842 * dispextern.h (face_font_available_p): Extern it.
10843
10844 * fontset.c (Voverriding_fontspec_alist): New variable.
10845 (lookup_overriding_fontspec): New function.
d7107586 10846 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
3e7cfcdc
KH
10847 (fontset_font_pattern): Likewise.
10848 (regulalize_fontname): New function.
10849 (Fset_fontset_font): Call regulalize_fontname.
10850 (Fset_overriding_fontspec_internal): New function.
d7107586
SM
10851 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
10852 Defsubr Sset_overriding_fontspec_internal.
3e7cfcdc
KH
10853
10854 * xfaces.c (face_font_available_p): New function.
10855
7abd90ea
RS
108562003-12-28 Richard M. Stallman <rms@gnu.org>
10857
10858 * buffer.c (Fother_buffer): Don't crash if BUF is nil
10859 or if its name is nil.
10860
10861 * buffer.c (Fkill_buffer): Don't delete auto-save file
10862 if it's the same as the visited file.
10863
de1d1a40
LT
108642003-12-28 Luc Teirlinck <teirllm@auburn.edu>
10865
10866 * coding.c (Fcheck_coding_system): Doc fix.
10867
204fb75e
KS
108682003-12-28 Kim F. Storm <storm@cua.dk>
10869
10870 * Makefile.in (eval.o): Depend on dispextern.h.
10871
10872 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
10873 image glyph using image's ascent.
10874 (mode_line_string): Return image glyph as object clicked on.
10875 Adjust y0 for image glyph using image's ascent.
10876
10877 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
10878 (struct glyph): New members, ascent and descent. Used to save
10879 this glyph's ascent and descent, instead of having.
10880 (struct glyph): Declare member face_id using FACE_ID_BITS.
10881 (find_hot_spot): Add prototype.
10882
10883 * keyboard.c (Qimage): Remove extern (now in lisp.h).
10884 (QCmap): Declare extern.
10885 (make_lispy_position): When position is inside image hot-spot,
10886 use hot-spot element's id as posn element.
10887
10888 * lisp.h (IMAGEP): New macro to test for image object type.
10889 (Qimage): Declare extern.
10890
10891 * macfns.c (Qimage): Remove extern (now in lisp.h).
10892 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10893
10894 * macterm.c (Qface, Qmouse_face): Remove unused externs.
10895
10896 * w32fns.c (Qimage): Remove extern (now in lisp.h).
10897 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10898
10899 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
10900
10901 * w32term.c (Qface, Qmouse_face): Remove unused externs.
10902
10903 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
10904 pointer types.
10905 (Qrelative_width, Qalign_to): Remove unused variables.
10906 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
10907 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
10908 image maps.
d7107586 10909 (x_y_to_hpos_vpos): Return glyph relative coordinates through
204fb75e
KS
10910 new dx and dy args.
10911 Remove buffer_only_p arg (always 0). Simplify code accordingly.
10912 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
10913 than row's ascent and height, to get sensible height on tall rows.
10914 (build_desired_tool_bar_string): Remove Qimage extern.
10915 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
10916 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
10917 image glyph is alone on the last line.
10918 (append_glyph, append_composite_glyph, produce_image_glyph)
d7107586 10919 (append_stretch_glyph): Set glyph's ascent and descent.
204fb75e 10920 (on_hot_spot_p): New function to check if position is inside an
d7107586 10921 rectangular, circular, or polygon-shaped image hot-spot,
204fb75e
KS
10922 (find_hot_spot): New function to search for image hot-spot.
10923 (Flookup_image_map): New defun to search for image hot-spot.
10924 (define_frame_cursor1): New aux function to determine frame pointer.
10925 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10926 Handle `pointer' text property and :pointer image property to
10927 control frame pointer shape. Detect image hot-spots for pointer
10928 and help_echo properties. Use define_frame_cursor1.
10929 (note_mouse_highlight): Use Vvoid_text_area_pointer.
f63fd14e 10930 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
204fb75e
KS
10931 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
10932
10933 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
10934
10935 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
10936 (Qimage): Remove extern (now in lisp.h).
10937 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10938
10939 * xmenu.c (show_help_event): Remove unused code.
10940
10941 * xterm.c (Qface, Qmouse_face): Remove unused externs.
10942 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
10943 row's ascent and descent, to get a sensible height on tall rows.
10944
fc052137
LT
109452003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10946
10947 * minibuf.c (Fcompleting_read): Undo previous change.
10948
a64387ee 109492003-12-25 Lars Hansen <larsh@math.ku.dk>
b9148500
LH
10950
10951 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
10952 Arguments GCPRO'ed in call to file name handler.
10953
56ffd194
TTN
109542003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
10955
10956 * termcap.c (tgetst1): Scan for "%pN"; if all
10957 N are continuous in [1,9], remove all "%pN".
10958
5202d23d
JD
109592003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10960
f26fab36
JD
10961 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
10962
5202d23d
JD
10963 * xfaces.c (lface_fully_specified_p): Take into account that
10964 MAC OS always have unspecified stipple.
10965
8babaa59
TTN
109662003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10967
10968 * tparam.c (tparam1): Add handling for `%pN', which
10969 means use param N for the next substitution.
10970
2d176448
TTN
109712003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10972
10973 * xfaces.c (Fcolor_gray_p): Fix omission bug:
10974 In case `frame' is nil, consult the selected frame.
10975 (Fcolor_supported_p): Likewise.
10976
adb0708c
LT
109772003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10978
000eeb15
LT
10979 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
10980 Doc fixes.
0dc72b11
LT
10981
10982 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
10983 and an integer. Adapt the introductory comment accordingly.
adb0708c
LT
10984 (Fread_from_minibuffer): Delete code moved into read_minibuf.
10985 Doc fix.
10986 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
10987 read_minibuf.
10988 (Fcompleting_read): Delete code moved into read_minibuf.
d7107586 10989 (Ftest_completion): Make it handle obarrays and hash tables correctly.
adb0708c 10990
2e4d132b
KH
109912003-12-03 Kenichi Handa <handa@m17n.org>
10992
10993 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
10994 encoding sequence.
10995
3999c705
KH
109962003-12-01 Kenichi Handa <handa@m17n.org>
10997
10998 * composite.c (syms_of_composite): Don't make the compostion hash
10999 table week.
11000
d344ecbb
LT
110012003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11002
11003 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
11004 * textprop.c (Fget_char_property_and_overlay): New function.
11005 (syms_of_textprop): Defsubr it.
11006
03d6484e
JD
110072003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11008
019b1f0e
JD
11009 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
11010 to compile on terminal configuration.
11011
03d6484e
JD
11012 * fileio.c (Fread_file_name): Check use_file_dialog also before
11013 calling Fx_file_dialog.
11014
1d1c7e75 11015 * fns.c (use_file_dialog): New variable.
03d6484e
JD
11016 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
11017
442d3fd0
KS
110182003-11-29 Kim F. Storm <storm@cua.dk>
11019
11020 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11021 (syms_of_msdos): Don't intern and staticpro them.
11022
0f6a07a8
KS
110232003-11-27 Kim F. Storm <storm@cua.dk>
11024
11025 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
11026 coordinates relative to glyph at posn. If glyph is an image,
11027 return that as object at posn. Callers changed.
11028 (mode_line_string, marginal_area_string): Calculate and return
11029 pixel coordinates relative to glyph. Callers changed.
11030
11031 * dispextern.h (buffer_posn_from_coords, mode_line_string)
11032 (marginal_area_string): Fix prototypes.
11033 (window_box_left_offset, window_box_right_offset): Add prototypes.
11034
11035 * frame.h (get_specified_cursor_type, get_window_cursor_type):
11036 Remove prototypes.
11037
11038 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
11039
11040 * keyboard.c (make_lispy_position): Add x and y coordinates
11041 relative to the current glyph as 7th element of position.
11042 If glyph is an image, return it in the object element.
11043 (read_key_sequence): Skip checks for keymap property in cases
11044 where POSN_STRING is not a string (e.g. an image).
11045
11046 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
11047 (Vshow_text_cursor_in_void): New variable.
11048 (glyph_to_pixel_coords): Don't use negative hpos.
11049 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
11050 (append_stretch_glyph): Change ascent arg to be actual value
f63fd14e 11051 in pixels rather than ratio to height. Callers changed.
0f6a07a8
KS
11052 (calc_pixel_width_or_height): New aux function, implementing
11053 pixel based artihmetic for glyph widths and heights.
11054 (produce_stretch_glyph): Use calc_pixel_width_or_height for
11055 :width, :height, :align-to, and :ascent, thus allowing these to
11056 be specified in pixels as well as multiples of characters.
11057 Don't produce stretch glyphs with zero width or height.
11058 (get_specified_cursor_type): Declare static.
11059 (get_window_cursor_type): Declare static. Add glyph arg to be
11060 able to know when cursor is on an image; always substitute
11061 hollow-box cursor for filled-box cursor on images, to avoid
11062 negative images and flicker when blinking the cursor.
11063 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
11064 (note_mode_line_or_margin_highlight): Use non-text cursor rather
11065 than vertical scroll-bar cursor in display margins.
11066 (note_mouse_highlight): Use non-text cursor rather than text
11067 cursor in fringes and over images in the text area.
11068 Use non-text cursor when mouse pointer is outside editable text,
11069 i.e. in the void after end-of-line or end-of-buffer; this was
11070 already done for W32, but is now standard for all systems --
11071 user can toggle show-text-cursor-in-void to get old behaviour.
11072 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
11073 Vdisplay_pixels_per_inch.
11074
00498bfc
AS
110752003-11-25 Andreas Schwab <schwab@suse.de>
11076
11077 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
11078 EMACS_INT to not lose bits.
11079 (Ffillarray): Don't set bits beyond the size of a bool vector.
11080
edaa824d
KS
110812003-11-25 Kim F. Storm <storm@cua.dk>
11082
11083 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
11084 define this defun on systems that cannot use stderr as lvalue.
11085
74d6f539
GM
110862003-11-24 Gerd Moellmann <gerd@gnu.org>
11087
11088 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
11089 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
11090 ld's default is incompatible with unexec.
11091
6a1ff3ba
KS
110922003-11-23 Kim F. Storm <storm@cua.dk>
11093
63dc7c6b
KS
11094 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
11095 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
11096 (Fforce_window_update): New defun.
11097 (syms_of_window): Defsubr it.
11098 (Fset_window_margins, Fset_window_fringes): Doc fix.
11099
6a1ff3ba
KS
11100 * print.c (Fredirect_debugging_output): New defun.
11101 (syms_of_print): Defsubr it.
11102
aef109b7
LT
111032003-11-22 Luc Teirlinck <teirllm@auburn.edu>
11104
11105 * fns.c (Fset_char_table_parent): Doc fix.
11106
6a1ff3ba 111072003-11-22 Kim F. Storm <storm@cua.dk>
63ccbe21
KS
11108
11109 * dispnew.c (buffer_posn_from_coords): Return actual row/column
11110 for glyph clicked on, rather than (unused) pixel positions.
11111 (mode_line_string, marginal_area_string): Change X and Y args to
11112 pointers for returning actual row/column for glyph clicked on.
11113 Simplify and optimize loops.
11114
aef109b7
LT
11115 * dispextern.h (mode_line_string, marginal_area_string):
11116 Update prototypes.
63ccbe21
KS
11117
11118 * keyboard.c (make_lispy_position): New function for generating
11119 mouse click positions from frame and pixel coordinates.
11120 Enhanced to return buffer position and actual row/column for
11121 events outside the text area using updated mode_line_string and
11122 marginal_area_string functions.
11123 Return left-fringe and right-fringe clicks as such, rather than
11124 clicks in text area.
11125 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
11126 pixel_to_glyph_coords, as we never use the results.
11127 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
11128 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
11129 Eliminate unused code in WHEEL_EVENT handling.
11130 (make_lispy_movement): Use make_lispy_position.
11131
11132 * window.c (coordinates_in_window): Remove redundant tests.
11133 Fix returned X pixel value for left-margin.
11134
11135 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
11136 mode_line_string and marginal_area_string parameters.
11137
a64387ee 111382003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 11139
d7107586
SM
11140 * w32.c (struct the_group, getgrgid): Add.
11141 * mac.c (struct my_group, getgrgid): Add.
aef109b7 11142
3dbf3426
LT
111432003-11-21 Luc Teirlinck <teirllm@auburn.edu>
11144
11145 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
11146
cae8ddbb 111472003-11-21 Lars Hansen <larsh@math.ku.dk>
ded4064f 11148
d7107586
SM
11149 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
11150 include in call to file name handler. Optionally translate numeric
11151 UID and GID to strings. Update docstring.
11152 (directory_files_internal): Add parameter ID-FORMAT.
11153 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
11154 include in call to file name handler and call to
11155 directory_files_internal. Update Docstring.
11156 (Fdirectory_files): Add dummy parameter in call to
11157 directory_files_internal.
11158 * lisp.h (Qinteger): Add.
11159 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
11160 (Ffile_attributes): Add parameter.
11161 * data.c (Qinteger): Export.
cae8ddbb 11162
2550b848
LT
111632003-11-21 Luc Teirlinck <teirllm@auburn.edu>
11164
3dbf3426 11165 * fns.c (Freverse, Fnreverse): Doc fixes.
2550b848 11166
88380018
KS
111672003-11-19 Kim F. Storm <storm@cua.dk>
11168
11169 * xdisp.c (init_iterator): Initialize it->start to position
11170 before reseating (in case start position is invisible).
11171 (init_to_row_start): Set it->start to row-start.
11172 (redisplay_window): Accept optional_new_start if start position
11173 is invisible (in which case IT_CHARPOS overshoots PT).
11174 (display_line): Setup row->start from it->start (rather than
11175 it->current which is wrong if first char on line is invisible).
11176 When done, reseat it->start to it->current (= start of next row).
11177 (expose_area): Fix exposure of text area when first char (e.g. TAB)
11178 is only partially visible.
11179
11180 * dispextern.h (struct it): New member start.
11181
854c1a59
SM
111822003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11183
455316e2
SM
11184 * alloc.c (make_float, Fcons): Clear the markbit at init time.
11185 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
11186 of block_index outside of the macro call.
11187 (Fgarbage_collect): Remove null code.
11188
11189 * m/amdx86-64.h: Don't redefine XPNTR.
11190
854c1a59
SM
11191 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
11192 of VALMASK.
11193
11194 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
11195 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
11196 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
11197
11198 * lisp.h (VALMASK): Only define for non-union type.
11199 (MARKBIT): Remove.
11200 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
11201 (XTYPE): Define unconditionally.
11202 (XSETTYPE): Remove one more remnant.
11203 (EQ): Define differently for the union and non-union cases.
11204 (INTMASK): New bit mask.
11205 (struct Lisp_Marker): Move down to prepare for upcoming patch.
11206 (GC_EQ): Delegate to EQ.
11207
11208 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
11209
a0c6ef2d
JD
112102003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11211
11212 * xterm.c (x_window_to_scroll_bar): Move check of display to
11213 where window_id is compared.
11214
859492c4
KS
112152003-11-17 Kim F. Storm <storm@cua.dk>
11216
11217 * dispextern.h (struct it): New member first_vpos.
11218
11219 * xdisp.c (start_display): Set it->first_vpos.
11220 (try_window_id): Use first_vpos to start display in first _text_
11221 line if no reusable lines at start of window with header line.
11222
810f2256
JD
112232003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11224
7c402969 11225 * w32fns.c (XPutPixel):
854c1a59
SM
11226 * w32bdf.c (w32_init_bdf_font):
11227 * sunfns.c (sel_read):
11228 * process.c (Fmake_network_process):
11229 * frame.c (store_frame_param):
11230 * fontset.c (Fset_fontset_font):
11231 * emacs.c (shut_down_emacs):
a64387ee 11232 * ccl.c (ccl_driver): Remove period at end of error message.
7c402969 11233
a32e9bfd
JD
11234 * config.in: Regenerate.
11235
810f2256
JD
11236 * xfns.c (x_window_to_frame, x_any_window_to_frame)
11237 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11238 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
11239 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
11240 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
11241
11242 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
11243
11244 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
11245 (XTmouse_position, handle_one_xevent): Pass Display* to
11246 x_window_to_scroll_bar.
11247 (x_window_to_scroll_bar): Take a Display* argument.
11248 Check that display for frame is equal to Display* argument.
854c1a59 11249 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
810f2256
JD
11250 x_display_info_for_display instead. Use Display in xev instead
11251 of GDK_DISPLAY.
11252 (x_dispatch_event): Call x_display_info_for_display.
f63fd14e 11253 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
810f2256
JD
11254 (x_connection_closed): Call xg_display_close for GTK.
11255 (x_term_init): Call xg_display_open for additional displays.
11256 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
11257 for GTK.
11258
11259 * xmenu.c (single_menu_item, mouse_position_for_popup)
11260 (x_activate_menubar): Formatting adjustments.
11261
11262 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
11263 adjustments.
11264
11265 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
11266 (xg_display_close, xg_create_default_cursor)
11267 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
11268 handling.
854c1a59
SM
11269 (xg_left_ptr_cursor): Remove.
11270 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
810f2256
JD
11271 cursor here.
11272 (xg_win_to_widget): Take Display* argument, call
11273 gdk_xid_table_lookup_for_display.
11274 (xg_create_frame_widgets, xg_get_file_name, create_menus)
11275 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
11276 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
11277 in FRAME_X_DISPLAY_INFO.
11278 (xg_get_scroll_id_for_window): Take Display* argument.
11279 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
854c1a59 11280 (xg_initialize): Remove xg_left_ptr_cursor.
810f2256 11281
78819ebb
KS
11282 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
11283 Display* argument.
11284 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
810f2256 11285
0b03cc78
JD
112862003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11287
11288 * xterm.c (x_detect_focus_change): Do not change focus frame for
11289 Enter/LeaveNotify if the current focus frame has explicit focus.
11290
77e688fa
KS
112912003-11-14 Kim F. Storm <storm@cua.dk>
11292
11293 * dispnew.c (update_text_area): Fix redisplay error when hscroll
11294 is active and first glyph is only partially visible.
854c1a59 11295
dd429b03
KH
112962003-11-13 Kenichi Handa <handa@m17n.org>
11297
11298 * xdisp.c (select_frame_for_redisplay): New function.
11299 (redisplay_internal): Record also selected_frame for
11300 unwind_redisplay. Call select_frame_for_redisplay before
11301 redrawing each frame.
11302 (unwind_redisplay): Argument changed to a cons.
11303
6d9266f4
LT
113042003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11305
11306 * fns.c (Fstring_to_multibyte): Doc fix.
11307
80060eb3
KH
113082003-11-11 Kenichi Handa <handa@m17n.org>
11309
11310 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
11311
74305183
JD
113122003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11313
11314 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
11315 program specified positions.
11316
cfda993e
JD
113172003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11318
11319 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
11320
df211069
KH
113212003-11-08 Kenichi Handa <handa@m17n.org>
11322
11323 * Makefile.in (lisp): Add kannada.el.
11324 (shortlisp): Likewise.
11325
4307d534
KH
113262003-11-07 Kenichi Handa <handa@m17n.org>
11327
854c1a59
SM
11328 * coding.c (coding_allocate_composition_data):
11329 Reset coding->composing to COMPOSITION_NO.
4307d534
KH
11330 (coding_restore_composition): Detect invalid composition data.
11331 Give Fstring and Fvector a Lispy integer, not C int.
11332
854c1a59
SM
113332003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * floatfns.c (Flogb): Don't use VALMASK.
11336
11337 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
11338 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
11339
11340 * lisp.h (XINT): Move the cast to clarify what is going on.
11341 (GCTYPEMASK, XSETTYPE): Remove.
11342 (XGCTYPE): Make it an alias of XTYPE.
11343
d04103a1
JD
113442003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11345
11346 * xterm.c (x_term_init): Fix formatting.
11347
da18b5ac
JD
113482003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11349
78819ebb
KS
11350 * gtkutil.h (xg_have_tear_offs): Declare.
11351 (xg_keep_popup, xg_did_tearoff): Remove.
da18b5ac
JD
11352
11353 * gtkutil.c: Remove variable xg_did_tearoff.
11354 (xg_have_tear_offs): New function.
11355 (tearoff_remove): Just decrease xg_detached_menus.
11356 (tearoff_activate): Increase xg_detached_menus and call
11357 tearoff_remove when tearoff is removed.
854c1a59 11358 (xg_keep_popup): Remove function.
da18b5ac
JD
11359 (create_menus): Give add_tearoff_p as argument to recursive
11360 call to create_menus.
11361 (xg_create_widget): Use variables instead of multiple
11362 strcmp. Tell create_menus to create tear off only for
11363 menu bar menus.
11364 (xg_update_menubar): Change title for a detached menu also.
11365 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
11366 of deep_p.
11367 (xg_initialize): Initialize xg_detached_menus, remove
11368 initialization of xg_did_tearoff.
11369
11370 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
11371 xg_have_tear_offs returns non-zero.
11372 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
11373 call to xg_keep_popup.
11374
64d4923e
AC
113752003-11-01 Andrew Choi <akochoi@shaw.ca>
11376
11377 * macterm.c (XTread_socket): Handle menubar selection and grow
11378 window only for mouseDown events.
854c1a59 11379
6cc8bc07
JD
113802003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11381
11382 * xterm.c (x_term_init): For GTK part, increase x_initialized
11383 to check for more than one display. Use error instead of return 0.
11384
043131c4
AC
113852003-10-31 Andrew Choi <akochoi@shaw.ca>
11386
854c1a59 11387 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
043131c4
AC
11388 (copy_dysymtab): Call it.
11389
bdda99a1
LT
113902003-10-31 Luc Teirlinck <teirllm@auburn.edu>
11391
11392 * eval.c (Fdefvaralias): Doc fix.
11393
800f42ff 113942003-10-26 Luc Teirlinck <teirllm@auburn.edu>
0d11571e
LT
11395
11396 * data.c (Fsetplist): Doc fix.
11397
ef35b389
LK
113982003-10-14 Lute Kamstra <lute@gnu.org>
11399
11400 * window.c (Fset_window_fringes): Clarify docstring.
07107abc 11401
ef35b389 114022003-10-14 Kim F. Storm <storm@cua.dk>
854c1a59 11403
07107abc
KS
11404 * window.c (Fset_window_margins): Simplify arg checking.
11405
f7005886
RS
114062003-10-13 Richard M. Stallman <rms@gnu.org>
11407
11408 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
11409 (print_partial_compiled_pattern): Replace assert with a printout.
11410 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
11411
11412 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
11413
11414 * window.c (Fset_window_margins): Allow only integers as args.
11415 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
11416 Doc fixes.
11417
9c0c2af5
LK
114182003-10-13 Lute Kamstra <lute@gnu.org>
11419
11420 * window.c (Fset_window_fringes): Elaborate docstring.
11421
3f080e4e
AC
114222003-10-12 Andrew Choi <akochoi@shaw.ca>
11423
854c1a59 11424 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
a4887377 11425
3f080e4e
AC
11426 * s/darwin.h (GC_MARK_STACK): Define.
11427
0aa513ed
JD
114282003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11429
11430 * window.c (shrink_windows): New function.
11431 (size_window): Call shrink_windows to calculate window sizes when
11432 shrinking frame with more than one window.
11433
6aa8858a
KS
114342003-10-12 Kim F. Storm <storm@cua.dk>
11435
11436 * xdisp.c (compute_fringe_widths): Doc fix.
11437
c2164d91
KH
114382003-10-08 Kenichi Handa <handa@m17n.org>
11439
854c1a59 11440 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
c2164d91 11441
f82ac129
KH
114422003-10-07 Kenichi Handa <handa@m17n.org>
11443
11444 * coding.c (Qcoding_system_define_form): New variable.
11445 (syms_of_coding): Intern and staticpro it.
11446 (Fcheck_coding_system): Try to autoload the definition of
11447 CODING-SYSTEM.
11448
9296c947
LT
114492003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11450
11451 * fns.c (Frequire): Doc fix.
11452
c1f0671a
JD
114532003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11454
3d8c3826
JD
11455 * xfns.c (Fx_send_client_event): New function as a base for
11456 manipulating extended window manager hints.
6dc15d98 11457 (Fx_send_client_event): Remove unused variable s.
3d8c3826 11458
068ae0fd
JD
11459 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
11460 that function is removed.
11461
11462 * xterm.c (x_set_offset): Use move_offset_left/top instead of
11463 x/y_pixels_outer_diff.
11464 (x_check_expected_move): Calculate move_offset_left/top.
11465
11466 * xterm.h (struct x_output): New members: move_offset_top/left.
11467
854c1a59 11468 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
068ae0fd
JD
11469 call x_set_offset directly.
11470
11471 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
11472
96f09305
JD
11473 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
11474
11475 * xterm.c (x_delete_display): Free font names and font_encoder
11476 in dpyinfo->font_table.
11477
854c1a59
SM
11478 * xfns.c (Fx_close_connection): Only call XFreeFont here.
11479 Move xfree of font names to x_delete_display.
96f09305 11480
c1f0671a
JD
11481 * xterm.h (struct x_display_info): New member, wm_type.
11482 (struct x_output): New members, expected_top/left and
11483 check_expected_move.
11484
11485 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
11486 is received.
854c1a59
SM
11487 (handle_one_xevent): Rename x_check_expected_move from
11488 x_check_fullscreen_move.
c1f0671a
JD
11489 (x_set_offset): Only add WM decoration sizes to modified_top/left
11490 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
854c1a59 11491 (x_check_expected_move): Rename from x_check_fullscreen_move.
c1f0671a
JD
11492 Removed fullscreen specific code. Use check_expected_move,
11493 expected_left/top instead. Also, set wm_type.
11494 (x_term_init): Initialize wm_type to unknown.
11495
11496 * frame.c (x_fullscreen_move): Remove addition of WM decoration
11497 sizes to move_x/y.
11498
be2fdba9
KH
114992003-10-03 Kenichi Handa <handa@m17n.org>
11500
11501 * macterm.c (x_load_font): Clear all members of FONTP before start
11502 filling them.
11503
115042003-10-02 Kenichi Handa <handa@m17n.org>
11505
11506 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
11507 before calling find_ccl_program_func. Call find_ccl_program_func
11508 only when fontp->font_encoder is not NULL.
11509
11510 * xterm.c (x_load_font): Clear all members of FONTP before start
11511 filling them.
11512
26a6e439
JPW
115132003-10-03 John Paul Wallington <jpw@gnu.org>
11514
11515 * keymap.c (map_keymap): Don't abort when binding is a vector.
11516
0d4c2dc2
JR
115172003-10-02 Jason Rumney <jasonr@gnu.org>
11518
854c1a59
SM
11519 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
11520 Sync dependencies with Makefile.in.
a63cf46f
JR
11521 (alloca.o): Remove.
11522
0d4c2dc2
JR
11523 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
11524 filling them.
11525
11526 * w32bdf.c (w32_load_bdf_font): Likewise.
11527
ab8f7d5c
RS
115282003-09-30 Richard M. Stallman <rms@gnu.org>
11529
11530 * term.c (set_tty_color_mode): Calculate current_mode_spec
11531 regardless of value of VAL.
11532
854c1a59 11533 * intervals.c (graft_intervals_into_buffer):
ab8f7d5c
RS
11534 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
11535 Handle over_used when splitting UNDER.
11536
a64387ee 115372003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ab8f7d5c
RS
11538
11539 * regex.c (regex_compile): Free the stack when returning from function.
11540
3413f972
KH
115412003-09-28 Kenichi Handa <handa@m17n.org>
11542
11543 * fontset.c (Finternal_char_font): Change return value to
11544 cons (FONT-NAME . GLYPH-CODE).
11545
a6eeaa81 115462003-09-28 Eli Zaretskii <eliz@gnu.org>
40409f05
EZ
11547
11548 * term.c (tty_setup_colors): Treat any negative argument as -1.
11549
f98ddc99
KH
115502003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
11551
11552 * process.c (send_process): Delete unused temp_buf.
11553
66c8f1a8
DL
115542003-09-26 Dave Love <fx@gnu.org>
11555
11556 * xterm.c (x_bitmap_mask): Declare.
11557
ca716c26
DL
115582003-09-25 Dave Love <fx@gnu.org>
11559
11560 * Makefile.in (fns.o): Depend on md5.h.
11561
fbe57420
KS
115622003-09-25 Kim F. Storm <storm@cua.dk>
11563
11564 * window.c (set_window_buffer): Fix redisplay problems when
11565 switching between buffers with different display margin widths.
11566
ef6ae4ff
KS
115672003-09-23 Kim F. Storm <storm@cua.dk>
11568
11569 * process.c (set_socket_option): Fix :bindtodevice option.
11570 (Fset_network_process_option): Update process contact list when
11571 setting option succeeds.
11572 (Fmake_network_process): Doc fix.
11573
68e03c1c
DL
115742003-09-23 Dave Love <fx@gnu.org>
11575
7146d1c1 11576 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
68e03c1c 11577
a6eeaa81 115782003-09-22 Eli Zaretskii <eliz@gnu.org>
2f809aae
EZ
11579
11580 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
11581 color mode is an integer number (it could be -1).
11582
8fe7d8c8
RS
115832003-09-22 Richard M. Stallman <rms@gnu.org>
11584
11585 * intervals.c (graft_intervals_into_buffer): Correct the main loop
11586 in the case where OVER is longer than UNDER.
11587
2f71b5ea
MY
115882003-09-22 Masatake YAMATO <jet@gyve.org>
11589
7146d1c1 11590 * window.c (Fset_window_scroll_bars): Validate the value of
2f71b5ea 11591 `vertical_type'.
7146d1c1 11592
0c4da023
KS
115932003-09-21 Kim F. Storm <storm@cua.dk>
11594
11595 * frame.c (Vdefault_frame_scroll_bars): New variable.
11596 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
11597 (syms_of_frame): DEFVAR_LISP it, and initialize according to
11598 window-system default scroll bar position.
11599
b648413b
KS
11600 * window.c (Fwindow_scroll_bars): Doc fix.
11601
8f5b9e34
JD
116022003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11603
854c1a59 11604 * xterm.c (x_set_offset): Take window manager decorations into account.
8f5b9e34 11605
b0f23edf
RS
116062003-09-19 Richard M. Stallman <rms@gnu.org>
11607
11608 * atimer.h: Don't include lisp.h.
11609 (P_): Define it here (as well as elsewhere).
11610
11611 * print.c (Fprin1_to_string): Move the PRINTPREPARE
11612 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
11613
11614 * data.c (Fvariable_binding_locus): New function.
11615 (syms_of_data): defsubr it.
11616 (Flocal_variable_p): Delete duplicate call to indirect_variable.
11617
e1283999
DL
116182003-09-18 Dave Love <fx@gnu.org>
11619
ad5f3636
DL
11620 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
11621
e1283999
DL
11622 * process.c (Fnetwork_interface_info): Fix type error.
11623 (Fnetwork_interface_list): Doc fix.
11624 (read_process_output, read_process_output): Delete unused var.
11625
b8c7fd71
KS
116262003-09-17 Kim F. Storm <storm@cua.dk>
11627
11628 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
11629 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
11630 (Fnetwork_interface_info): Check that ifreq struct has required
11631 fields before accessing them; this requires that those fields are
11632 defined as macros, which may be too restrictive on some platforms,
11633 but it is better than failing on other platforms.
11634 (syms_of_process): Only defsubr above fns when included.
11635
11e0a411
DL
116362003-09-17 Dave Love <fx@gnu.org>
11637
11638 * unexalpha.c: Don't include varargs.h.
11639
e9c50801
KS
116402003-09-17 Kim F. Storm <storm@cua.dk>
11641
11642 * process.c (Fset_process_sentinel): Add sentinel to childp plist
11643 for network process.
11644 (socket_options): Add `:' prefix to option names. Add optbit field.
11645 (set_socket_option): Remove no_error arg and special handling of s < 0.
11646 Return 1<<optbit for known option, 0 for unknown.
11647 Do not interpret 0 as false for boolean option (only nil).
11648 Pass failed option and value to report_file_error.
7146d1c1 11649 (Fset_network_process_options): Replace by Fset_network_process_option.
e9c50801
KS
11650 (Fset_network_process_option): New function to set just one option.
11651 (Fmake_network_process): Allow :coding arg to be a cons.
11652 Allow :server arg to be an integer specifying backlog size.
11653 Remove :options arg, and allow options to be specified directly
11654 as :KEY, VALUE pairs. Parse these options before binding socket.
11655 As before, :reuseaddr t is default for a server process, but this
11656 can now be disabled by specifying :reuseaddr nil.
11657 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
11658 (init_process): Availability of network options is now checked with
11659 simpler syntax (featurep 'make-network-process :OPTION); use loop to
11660 setup features.
11661 (syms_of_process): Fix defsubr's for the replaced functions.
11662
a0fc3644
DL
116632003-09-16 Dave Love <fx@gnu.org>
11664
11665 * Makefile.in: Depend on coding.h.
11666
6df2a645
KS
116672003-09-14 Kim F. Storm <storm@cua.dk>
11668
11669 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
11670 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
11671 (syms_of_process): Defsubr them.
11672
11673 * config.in: Regenerate.
7146d1c1
SM
11674
116752003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
11678 * m/news-r6.h (XUNMARK): Remove.
11679 * m/mips.h (XUNMARK): Remove.
11680 * m/mips-siemens.h (XUNMARK): Remove.
11681 * m/iris4d.h (XUNMARK): Remove.
11682 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
11683
0930c1a1
SM
116842003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11685
31003b9e
SM
11686 * lisp.h (VALBITS): Don't remove 1 for the markbit.
11687 (union Lisp_Object): Use unsigned int for types. Remove markbit.
11688 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
11689 (XTYPE): Use unsigned right-shift.
11690 (XMARKBIT, XMARK, XUNMARK): Remove.
11691
0930c1a1
SM
11692 * alloc.c (init_intervals, init_symbol, init_marker):
11693 Don't preallocate anything.
11694 (Fgarbage_collect, mark_object): Ignore the markbit.
11695
11696 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
11697
19bb0fcd 116982003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
11699
11700 * xdisp.c (pint2hrstr): New function.
11701 (decode_mode_spec): Add `%i' and `%I' specs.
11702 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
11703 for `mode-line-format'.
11704
03bb6a06
AS
117052003-09-07 Andreas Schwab <schwab@suse.de>
11706
11707 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
11708 avoid warning.
11709
a6eeaa81 117102003-09-07 Eli Zaretskii <eliz@gnu.org>
2063d89c 11711
0930c1a1 11712 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
2063d89c 11713
ed159bbf
KS
117142003-09-03 Kim F. Storm <storm@cua.dk>
11715
11716 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
11717 change (superseded by 2002-08-30 change); the default blink-off
11718 cursor is now again "no cursor".
11719
fe64a394
JR
117202003-09-01 Jason Rumney <jasonr@gnu.org>
11721
11722 * makefile.w32-in (alloca.o): Remove.
11723 (coding.o): Depend on intervals.h
11724 (emacs.o, bytecode.o): Depend on window.h
11725
c0175e24
DL
117262003-09-01 Dave Love <fx@gnu.org>
11727
11728 * Makefile.in (alloca.o): Remove commands.
11729 (coding.o): Depend on intervals.h composite.h window.h.
11730 (emacs.o): Depend on window.h keyboard.h keymap.h.
11731 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
11732 (bytecode.o): Depend on window.h.
11733
a24d4cb2
JR
117342003-08-31 Jason Rumney <jasonr@gnu.org>
11735
4bc2315e
JR
11736 * w32term.c (w32_per_char_metric): Allow cached metrics to be
11737 returned even when font_type is unknown.
11738
a24d4cb2
JR
11739 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
11740
9d35adc7
JD
117412003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11742
11743 * xterm.c (x_term_init): Initialize new fields in x_display_info.
11744
11745 * xterm.h (struct x_display_info): Add red/green/blue_bits and
11746 *_offset.
11747
11748 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
11749 calculate pixel value.
11750
6f68b035
GM
117512003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
11752
0930c1a1
SM
11753 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
11754 Don't tell redisplay display is accurate when it's actually been
11755 paused for pending input.
6f68b035 11756
4828b4d7
RS
117572003-08-29 Richard M. Stallman <rms@gnu.org>
11758
11759 * dispnew.c (adjust_glyph_matrix): Call window_box
11760 whenever W is nonzero.
11761
11762 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11763 (Fkill_local_variable, Fmake_variable_frame_local)
0930c1a1 11764 (Flocal_variable_p, Flocal_variable_if_set_p):
4828b4d7
RS
11765 Use indirect_variable to trace thru variable aliases.
11766
11767 * config.in: Updated.
11768
11769 * callint.c (Fcall_interactively): Save and restore
11770 Vthis_command, Vthis_original_command, real_this_command,
11771 and current_kboard->Vlast_command.
11772
11773 * abbrev.c (Fexpand_abbrev): Insert before deleting.
11774
e019878d
GM
117752003-08-29 Gerd Moellmann <gerd@gnu.org>
11776
11777 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
11778
85478bc6
KH
117792003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
11780
0930c1a1 11781 * coding.c (decode_coding_iso2022): Initialize local variable c2.
85478bc6
KH
11782 (decode_coding_sjis_big5): Likewise.
11783
07ce82d3
JR
117842003-08-27 Jason Rumney <jasonr@gnu.org>
11785
d3703de3
JR
11786 * w32.c (sys_pipe): Protect against file descriptor overflow.
11787
ee4a01d1
JR
11788 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
11789
07ce82d3
JR
11790 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
11791
a64387ee 117922003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
72d19c66
LK
11793
11794 * xfns.c (Vgtk_version_string): New variable.
11795 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
11796
a6eeaa81 117972003-08-24 Eli Zaretskii <eliz@gnu.org>
5459e42a 11798
0930c1a1 11799 * term.c (term_init): Remove `const' from buffer_size's declaration.
3d8714e7 11800
5459e42a
EZ
11801 * Makefile.in (msdos.o): Depend on intervals.h.
11802
0930c1a1 11803 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
5459e42a 11804
231d6cfb
JD
118052003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11806
11807 * xterm.h (struct x_display_info): New fields: client_leader_window
11808 and Xatom_wm_client_leader.
11809
11810 * xterm.c (x_initialize): Move call to x_session_initialize to ...
11811 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
11812
11813 * xsmfns.c (create_client_leader_window): New function.
11814 (x_session_initialize): Call create_client_leader_window, take
11815 dpyinfo as argument.
11816
11817 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
11818
11819 * Makefile.in (xsmfns.o): Add more depenedencies.
11820
afa88464
DL
118212003-08-21 Dave Love <fx@gnu.org>
11822
11823 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
11824
f730033e
KH
118252003-08-21 Kenichi Handa <handa@m17n.org>
11826
11827 * term.c (term_init): Fix previous change; don't rely on the
11828 length of `buffer' if TERMINFO is defined.
11829
6dca786c
DL
118302003-08-20 Dave Love <fx@gnu.org>
11831
11832 * atimer.h: Include lisp.h.
11833
11834 * lisp.h (EMACS_LISP_H): New.
11835 (popup_activated_flag): Don't declare.
11836
11837 * alloca.c: Some merging with gnulib. Change logic and doc
11838 concerning (x)malloc/(x)free -- no longer Emacs-specific.
11839 [DO_BLOCK_INPUT]: Don't include lisp.h.
11840 (xmalloc, xfree): Declare.
11841 (malloc): Don't declare.
11842
0930c1a1 11843 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
6dca786c
DL
11844 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
11845 atimer.h, blockinput.h.
11846
11847 * alloc.c (lisp_align_malloc): Change type of `aligned'.
11848
78819ebb 11849 * alloca.s: Remove.
6dca786c 11850
3a06a6d9
RS
118512003-08-19 Gerd Moellmann <gerd@gnu.org>
11852
11853 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
11854 use -lncurses.
11855
11856 * term.c (term_init): Use a buffer of size 4096 for tgetent since
11857 FreeBSD returns something longer than 2044. Abort if the end of
11858 the buffer is overwritten.
11859
27eeee55
MB
118602003-08-19 Miles Bader <miles@gnu.org>
11861
11862 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
11863
2f297815
GM
118642003-08-19 Gerd Moellmann <gerd@gnu.org>
11865
f4446bbf
GM
11866 * alloc.c (lisp_align_malloc): Check for memory full when
11867 allocating ablocks, which also avoids freeing a pointer into an
11868 ablocks structure.
11869
11870 * puresize.h (BASE_PURESIZE): Increase to 1100000.
11871
0930c1a1 11872 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
2f297815 11873
0e7d7aae
RS
118742003-08-16 Richard M. Stallman <rms@gnu.org>
11875
11876 * editfns.c (Fencode_time): Doc fix.
11877
118782003-08-16 David Ponce <david@dponce.com>
11879
11880 * fileio.c (Fwrite_region): Fix conditional expression to issue
11881 the right message.
11882
b6189c3b 118832003-08-16 Juri Linkov <juri@jurta.org>
0e7d7aae
RS
11884
11885 * syntax.c (Fforward_word): Argument changed to optional.
0930c1a1 11886 Set default value to 1.
0e7d7aae 11887
5d551295
KH
118882003-08-15 Kenichi Handa <handa@m17n.org>
11889
11890 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
11891 what autoscaled.
11892 (best_matching_font): Once we find a better scalable font, set
11893 non_scalable_has_exact_height_p to 1.
11894 (try_font_list): Call try_alternative_families to try any family
11895 with the given registry.
11896
1661e56b
AS
118972003-08-09 Andreas Schwab <schwab@suse.de>
11898
f29181dc
AS
11899 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
11900
1661e56b
AS
11901 * print.c (print_string): Fix printing of multibyte string with
11902 nontrivial printcharfun.
11903
465aa50a
JD
119042003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11905
11906 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
11907
11908 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
11909
e430e5ba
KH
119102003-07-31 Kenichi Handa <handa@m17n.org>
11911
11912 * process.c (read_process_output): Return the actually read bytes
11913 instead of the result of decoding.
11914
97e7188e
KH
119152003-07-31 Kenichi Handa <handa@m17n.org>
11916
11917 * xterm.h (struct x_bitmap_record): New member have_mask.
11918
11919 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
11920 to 0.
11921 (x_create_bitmap_from_file): Likewise.
11922 (x_destroy_bitmap): Check have_mask member before freeing a mask.
11923 (x_destroy_all_bitmaps): Likewise.
11924 (x_create_bitmap_mask): Set have_mask member to 1.
11925
b53094d6
RS
119262003-07-30 Richard M. Stallman <rms@gnu.org>
11927
11928 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
11929
631f2082
JD
119302003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11931
11932 * gtkutil.c (xg_mark_data): Update calls to mark_object.
11933
c855f2ca
RS
119342003-07-29 Richard M. Stallman <rms@gnu.org>
11935
11936 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
11937 Conditionalize XIM code on HAVE_XIM.
11938
11939 * fns.c (Fclear_string): New function.
11940 (syms_of_fns): defsubr it.
11941
b6189c3b 119422003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
17e6d491 11943
0930c1a1 11944 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
17e6d491 11945
29ea8ae9
SM
119462003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11947
11948 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
11949
11950 * buffer.c (delete_all_overlays): New function.
11951 * buffer.h (delete_all_overlays): Declare.
11952 * coding.c (run_pre_post_conversion_on_str):
11953 * print.c (temp_output_buffer_setup):
11954 * fileio.c (Finsert_file_contents):
11955 * minibuf.c (get_minibuffer): Use it.
11956
1dd7ccf2
AC
119572003-07-22 Andrew Choi <akochoi@shaw.ca>
11958
11959 * unexmacosx.c (unexec_regions_sort_compare):
11960 (unexec_regions_merge): New functions. Sort and merge unexec
11961 regions before dumping them.
11962
f57bd967
DL
119632003-07-22 Dave Love <fx@gnu.org>
11964
11965 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
11966
7cdee936
SM
119672003-07-21 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
11970 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
11971 MARKBIT as the gcmarkbit for strings.
11972
e50886d3
RS
119732003-07-21 Richard M. Stallman <rms@gnu.org>
11974
11975 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
11976
29ea8ae9 11977 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
e50886d3
RS
11978 (syms_of_fns): Corresponding change.
11979
11980 * alloc.c (syms_of_alloc): Doc fixes.
11981
119822003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
11983
11984 * s/netbsd.h: Use -Wl syntax.
11985
fdc39b59
RS
119862003-07-17 Richard M. Stallman <rms@gnu.org>
11987
11988 * xterm.c (xim_initialize): Redo 6/24 change.
11989
9c53385f
SM
119902003-07-15 Stefan Monnier <monnier@cs.yale.edu>
11991
11992 * buffer.c (copy_overlays): Use EMACS_INT for positions.
11993 (Fswitch_to_buffer): Don't signal an error when switching to the same
11994 buffer in a dedicated window.
11995
11996 * alloc.c: Use bitmaps for cons, as was done for floats.
11997 (init_float, init_cons): Let the normal code allocate the first block.
11998 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
11999 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
12000 New macros.
12001 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
12002 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
12003 (live_cons_p): Check the pointer is not past the `conses' array.
12004 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
12005 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
12006 (survives_gc_p): Use CONS_MARKED_P and simplify.
12007 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
12008
dde13196
PE
120092003-07-13 Paul Eggert <eggert@twinsun.com>
12010
12011 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
12012 puts it into BSS instead, at least on Solaris 8 and 9.
12013 This is a valid optimization, and it may occur on other platforms,
12014 so Emacs should not assume that initializing a static variable to
12015 zero puts it into data.
12016 * alloc.c (pure, staticvec):
12017 Initialize these arrays to nonzero, so that they're not
12018 put into BSS by that optimization.
12019
a801bc34
SM
120202003-07-13 Stefan Monnier <monnier@cs.yale.edu>
12021
12022 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
12023 (lisp_align_malloc): Use posix_memalign is available.
12024 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
12025 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
12026 for consistency. Update users.
12027
0c8b2afa
RS
120282003-07-13 Richard M. Stallman <rms@gnu.org>
12029
12030 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
12031
668c2ab0
JB
120322003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
12033
9dd28cae 12034 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
668c2ab0
JB
12035 and use the Gtk+ function gtk_window_icon_from_file if available.
12036
12037 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
12038 handle mask of bitmaps.
12039 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
12040 mask property.
12041 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
12042
12043 * xterm.h (xg_set_icon): New function.
12044
800bebe3
RS
120452003-07-12 Paul Eggert <eggert@twinsun.com>
12046
12047 * unexelf.c (unexec): Consider a section to precede the .bss
12048 section if its addresses overlap that of .bss.
12049
69e38995
RS
120502003-07-12 Richard M. Stallman <rms@gnu.org>
12051
12052 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
12053
12054 * config.in (HAVE_CRTIN): Add #undef.
12055 (INLINE): Really inline only if OPTIMIZE is defined.
12056
12057 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
12058 END_FILES_1.
12059 (START_FILES_1, END_FILES_1): New macros (conditional).
a801bc34 12060 (LD_SWITCH_SYSTEM_TEMACS): Define.
69e38995
RS
12061
12062 * s/openbsd.h: Don't include bsd4-3.h.
a801bc34
SM
12063 (TERMINFO): Define.
12064 (LIBS_TERMCAP): Define.
12065 (LD_SWITCH_SYSTEM): Define (two definitions).
69e38995
RS
12066
12067 * xfns.c: Include libpng/png.h instead of png.h.
12068
f1d0c238
AS
120692003-07-11 Andreas Schwab <schwab@suse.de>
12070
12071 * buffer.c (modify_overlay): Update prototype.
12072 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
12073 Likewise.
12074
5f6bf5fe
SM
120752003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12076
12077 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
12078 (struct interval): Move to intervals.h.
12079 (struct Lisp_Marker): Use EMACS_INT for position info.
12080 (forward_point): Remove prototype of defunct function.
12081 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
12082 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
12083 (syms_of_textprop, set_text_properties): Remove prototypes that are
12084 already in intervals.h.
12085
12086 * intervals.h (struct interval): Move from lisp.h.
12087 Use EMACS_INT for position and size info.
12088
12089 * coding.c: Include intervals.h for Fset_text_properties.
12090
12091 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12092 position and length information.
12093
2765b457
SM
120942003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12095
12096 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12097 position and length information.
12098
2410d73a
SM
120992003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12100
12101 Change overlays_after and overlays_before so the overlays themselves
12102 are linked into lists, rather than using cons cells. After all each
12103 Lisp_Misc already occupies 5 words, so we can add a `next' field to
12104 Lisp_Overlay for free and save up one cons cell per overlay (not
12105 to mention one indirection when traversing the list of overlay).
12106
12107 * lisp.h (struct Lisp_Overlay): New field `next'.
12108
12109 * buffer.h (struct buffer): Change overlays_before and overlays_after
12110 from Lisp lists of overlays to pointers to overlays.
12111
12112 * buffer.c (overlay_strings, recenter_overlay_lists):
12113 Fix typo in eassert in last commit.
12114 (unchain_overlay): New function.
12115 (add_overlay_mod_hooklist): Use AREF.
12116 (copy_overlays, reset_buffer, overlays_at, overlays_in)
12117 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
12118 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
12119 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
12120 (report_overlay_modification, evaporate_overlays, init_buffer_once):
12121 Adjust to new type of overlays_(before|after).
12122
12123 * alloc.c (mark_object): Mark the new `next' field of overlays.
12124 (mark_buffer): Manually mark the overlays_(after|before) fields.
12125
12126 * coding.c (run_pre_post_conversion_on_str):
12127 * editfns.c (overlays_around):
12128 * xdisp.c (load_overlay_strings):
12129 * fileio.c (Finsert_file_contents):
12130 * indent.c (current_column):
12131 * insdel.c (signal_before_change, signal_after_change):
12132 * intervals.c (set_point_both):
12133 * print.c (temp_output_buffer_setup): Use new type for
12134 overlays_(before|after).
12135
04812929
SM
121362003-07-08 Stefan Monnier <monnier@cs.yale.edu>
12137
12138 * buffer.c (report_overlay_modification): Don't run hooks while
12139 traversing the list of overlays.
12140
12141 * buffer.h (struct buffer): Use an int for overlay_center.
12142 (overlays_at, evaporate_overlays, recenter_overlay_lists)
12143 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12144
12145 * buffer.c (reset_buffer, recenter_overlay_lists)
12146 (adjust_overlays_for_insert, adjust_overlays_for_delete)
12147 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
12148 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
12149 (overlays_at, evaporate_overlays, recenter_overlay_lists)
12150 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12151
12152 * xdisp.c (fast_find_position): Remove unused var.
12153
12154 * cmds.c (Qexpand_abbrev): New sym.
12155 (syms_of_cmds): Initialize it.
12156 (internal_self_insert): Use it to call expand-abbrev.
12157
2e7ecf15
KS
121582003-07-09 Kim F. Storm <storm@cua.dk>
12159
f9711de4 12160 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
2e7ecf15 12161 was configured with --without-xim.
42f81f64 12162 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
2e7ecf15 12163
c6de56a0
RS
121642003-07-07 Richard M. Stallman <rms@gnu.org>
12165
12166 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
12167
12168 * alloc.c (Fgarbage_collect): Doc fix.
12169
b6189c3b 121702003-07-07 Nozomu Ando <nand@mac.com>
b93fb365
KH
12171
12172 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
12173
bfe1a3f7
SM
121742003-07-06 Stefan Monnier <monnier@cs.yale.edu>
12175
04812929
SM
12176 * minibuf.c (read_minibuf): UNGCPRO before returning.
12177 (Ftry_completion, Fall_completions): Doc fix.
12178
bfe1a3f7
SM
12179 * alloc.c (live_float_p): Check that p is not past the `floats' array,
12180 now that `floats' is not the last element of the struct any more.
12181
ee79d1aa
JR
121822003-07-06 Jason Rumney <jasonr@gnu.org>
12183
12184 * w32term.h (ClipboardSequence_Proc): New type.
12185
12186 * w32fns.c (clipboard_sequence_fn): New variable.
12187 (globals_of_w32fns): Initialize it.
12188
12189 * w32select.c (last_clipboard_sequence_number): New variable.
12190 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
12191 number if possible.
12192
49723c04
SM
121932003-07-06 Stefan Monnier <monnier@cs.yale.edu>
12194
4698665f
SM
12195 * m/amdx86-64.h (MARKBIT):
12196 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
12197 MARKBIT and ARRAY_MARK_FLAG any more.
12198
12199 * m/hp800.h (XSETMARKBIT):
12200 * m/sr2k.h (XSETMARKBIT):
12201 * lisp.h (XSETMARKBIT): Remove unused macro.
12202
49723c04
SM
12203 * lisp.h (mark_object): Change prototype.
12204
12205 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
12206 (last_marked): Change accordingly.
12207 (mark_interval, mark_maybe_object, mark_maybe_pointer)
12208 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
12209 (mark_buffer): Update calls to mark_object.
12210
12211 * bytecode.c (mark_byte_stack):
12212 * fns.c (sweep_weak_table):
12213 * keyboard.c (mark_kboards): Update calls to mark_object.
12214
1d660eca
JR
122152003-07-06 Jason Rumney <jasonr@gnu.org>
12216
12217 * alloc.c (struct ablock): Only include padding when there is some.
12218
618b5ae4
SM
122192003-07-04 Stefan Monnier <monnier@cs.yale.edu>
12220
12221 * alloc.c (ALIGN): Add casts to simplify usage.
12222 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
12223 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
12224 (struct ablock, struct ablocks): New types.
12225 (free_ablock): New global var.
12226 (lisp_align_malloc, lisp_align_free): New functions.
12227 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
12228 (struct float_block): Reorder and add gcmarkbits.
12229 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
12230 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
12231 (init_float, make_float): Use lisp_align_malloc.
12232 (free_float, live_float_p): Don't use `type' any more.
12233 (make_float): Use FLOAT_UNMARK to access to mark bit.
12234 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
12235 Use FLOAT_MARKED_P to access the mark bit.
12236 (pure_alloc): Simplify use of ALIGN.
12237 (mark_object): Use FLOAT_MARK to access the mark bit.
12238 (gc_sweep): Use new macros to access the float's mark bit.
12239 (init_alloc_once): Init free_ablock.
12240
12241 * lisp.h (struct Lisp_Float): Remove unused field `type'.
12242
3ef06d12
SM
122432003-06-27 Stefan Monnier <monnier@cs.yale.edu>
12244
12245 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
12246 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
12247 (allocate_buffer): Move.
12248 (string_bytes): Don't mask markbit of `size_byte'.
12249 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12250 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
12251 Use the `size' field of buffers (rather than the `name' field) for
12252 the mark bit, as is done for all other vectorlike objects.
12253 Use the new macros to access the mark bit of vectorlike objects.
12254
e81043aa
RS
122552003-06-26 Richard M. Stallman <rms@gnu.org>
12256
12257 * puresize.h (BASE_PURESIZE): Increment base size.
12258
12259 * xdisp.c (fast_find_position): Enable Gerd's new definition.
12260
12261 * xterm.c (xim_initialize): Undo previous change.
12262
2d0834cc
SM
122632003-06-26 Stefan Monnier <monnier@cs.yale.edu>
12264
12265 * alloc.c (survives_gc_p): Simplify.
12266
12267 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
12268
12269 * window.c (Fset_window_dedicated_p): Simplify.
12270 (display_buffer_1): Don't raise the win from which minibuf was entered.
12271 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
12272 (Fminibuffer_selected_window): Simplify.
12273
12274 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
12275
12276 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
12277 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
12278
12279 * insdel.c (check_markers, adjust_markers_for_delete)
12280 (adjust_markers_for_insert, adjust_markers_for_replace)
12281 (prepare_to_modify_buffer, RESTORE_VALUE):
12282 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
12283 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
12284 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
12285 * alloc.c (Fmake_marker, free_marker, gc_sweep):
12286 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
12287 * editfns.c (save_excursion_restore, transpose_markers):
12288 * window.c (delete_window):
12289 * xdisp.c (message_dolog): Update for new types.
12290
d54ae3d8
JD
122912003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12292
a5f696ac
JD
12293 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
12294 (realize_default_face): Use default_face_done_p for the force_p
2d0834cc 12295 argument to set_lface_from_font_name. Set default_face_done_p to one.
a5f696ac
JD
12296
12297 * frame.c (make_frame): Initialize default_face_done_p.
12298
12299 * frame.h (struct frame): Add default_face_done_p.
12300
d54ae3d8
JD
12301 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
12302 will be defined.
12303
2336fe58
SM
123042003-06-25 Stefan Monnier <monnier@cs.yale.edu>
12305
12306 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
12307 Initialize the new field `gcmarkbit'.
12308 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
12309 (mark_interval_tree): Don't mark the tree separately from the nodes.
12310 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
12311 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12312 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
12313
12314 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
12315 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
12316 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
12317 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
12318 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
12319
bcea31c2
DL
123202003-06-24 Dave Love <fx@gnu.org>
12321
12322 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
12323
12324 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
12325 from gnulib.
12326
2601f59e
RS
123272003-06-21 Richard M. Stallman <rms@gnu.org>
12328
12329 * fileio.c (Fwrite_region): Alternate messages
12330 for append and partial write.
12331
12332 * keyboard.c (read_key_sequence): When converting upcase fn key to
12333 downcase, update fkey and keytran so `backspace' gets translated.
12334
12335 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
12336
12337 * process.c (wait_reading_process_input): Don't signal SIGIO
12338 in batch mode.
12339
b5d2c621
KH
123402003-06-17 Kenichi Handa <handa@m17n.org>
12341
12342 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
12343 composite.h.
12344
12345 * xselect.c: Don't include charset.h, coding.h, composite.h.
12346 (Qforeign_selection): New variable.
12347 (syms_of_xselect): Intern and static it.
12348 (selection_data_to_lisp_data): Return a unibyte string made from
12349 data with `foreign-selection' text property.
12350
6793bc63
SM
123512003-06-15 Stefan Monnier <monnier@cs.yale.edu>
12352
12353 * termhooks.h (EVENT_INIT): New macro.
12354
12355 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
12356
12357 * alloc.c (mark_kboards): Move to keyboard.c.
12358
12359 * keyboard.c (record_asynch_buffer_change, read_avail_input):
12360 * xterm.c (x_dispatch_event):
12361 * xmenu.c (find_and_call_menu_selection):
12362 * xdisp.c (handle_tool_bar_click):
12363 * w32menu.c (menubar_selection_callback):
12364 * sysdep.c (kbd_input_ast, read_input_waiting):
12365 * msdos.c (dos_rawgetc):
12366 * macterm.c (mac_check_for_quit_char):
12367 * macmenu.c (menubar_selection_callback):
12368 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
12369 data to kbd_buffer_store_event.
12370
b3ea810c
KS
123712003-06-15 Kim F. Storm <storm@cua.dk>
12372
12373 * xdisp.c (x_fix_overlapping_area): Always use area relative X
6793bc63 12374 to fix redisplay problem with tall characters (such as \e,AC\e(B).
b3ea810c 12375
b8f75eda
KG
123762003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12377
12378 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
12379
ba92ce48
KH
123802003-06-12 Kenichi Handa <handa@m17n.org>
12381
12382 * fileio.c (Fwrite_region): Save and restore restriction.
12383
b80263be
DL
123842003-06-12 Dave Love <fx@gnu.org>
12385
12386 * alloca.c (alloca): Declare arg as size_t.
12387
6793bc63
SM
12388 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
12389 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
b80263be 12390
b23c0a83
DL
123912003-06-11 Dave Love <fx@gnu.org>
12392
12393 * search.c (shrink_regexp_cache): Use xrealloc.
12394 (syms_of_search): Use xmalloc.
12395
700e47c2
KS
123962003-06-10 Kim F. Storm <storm@cua.dk>
12397
12398 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
12399 Adjust phys_cursor.x to be relative to window box, rather than
12400 text area before checking -- to ensure cursor is redrawn when
12401 exposing window.
12402 Note: This also fixes a similar (older) bug if display margins
12403 are present.
12404
f11aa0b2
KH
124052003-06-06 Kenichi Handa <handa@m17n.org>
12406
12407 * coding.c (encoding_buffer_size): If coding->type is
12408 coding_type_ccl, double magnification on CRLF encoding.
12409
3d143690
JR
124102003-06-06 Jason Rumney <jasonr@gnu.org>
12411
12412 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
12413 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
12414
12415 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
12416 Mac too.
12417
f16205ca
DL
124182003-06-05 Dave Love <fx@gnu.org>
12419
b23c0a83
DL
12420 * strftime.c: Merge changes from gnulib.
12421
f16205ca
DL
12422 * mktime.c (__mktime_internal): Merge changes from gnulib
12423 involving year 69 and dst2.
12424
12425 Changes to merge with gnulib version and be consistent with the
12426 autoconf test:
12427
6793bc63
SM
12428 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
12429 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
f16205ca
DL
12430 [HAVE_LOCALE_H]: Include locale.h.
12431 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
12432
9b87a0bc
KS
124332003-06-05 Kim F. Storm <storm@cua.dk>
12434
12435 * window.c (coordinates_in_window): Convert X and Y to window
12436 relative coordinates inside mode-line and header-line parts.
12437 Convert X and Y to margin area relative coordinates inside left
12438 and right display margin parts.
12439
5a8a15ec
JR
124402003-06-05 Jason Rumney <jasonr@gnu.org>
12441
12442 * w32fns.c (add_system_logical_colors_to_map): New function.
12443 (Fx_open_connection): Use it.
12444
01ed8ff1
SM
124452003-06-04 Stefan Monnier <monnier@cs.yale.edu>
12446
12447 * process.c (allocate_pty): Revert part of the previous patch.
12448 (Faccept_process_output): Simplify.
12449
b427b65d
JR
124502003-06-04 Jason Rumney <jasonr@gnu.org>
12451
12452 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
12453
12454 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
12455 (lispy_mouse_wheel_names): Remove.
12456 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
12457 Always define drag_and_drop_syms.
12458
12459 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
12460 WHEEL_EVENT events.
12461
914a8c47
SM
124622003-06-03 Stefan Monnier <monnier@cs.yale.edu>
12463
01ed8ff1
SM
12464 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
12465
914a8c47
SM
12466 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
12467
adcb132c
JD
124682003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12469
12470 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
12471 menu item label.
12472
be781fa7
RS
124732003-06-03 Richard M. Stallman <rms@gnu.org>
12474
12475 * window.c (Fwindow_edges): Doc fix.
12476 (Fwindow_pixel_edges, Fwindow_inside_edges)
12477 (Fwindow_inside_pixel_edges): New functions.
12478 (syms_of_window): defsubr them.
12479
12480 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
12481 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
12482
914a8c47
SM
124832003-06-02 Stefan Monnier <monnier@cs.yale.edu>
12484
12485 * dispnew.c (Fsit_for): Don't lie about the number of args.
12486
5b07197a
DL
124872003-06-02 Dave Love <fx@gnu.org>
12488
12489 * callproc.c: Use HAVE_FCNTL_H, not USG5.
12490 (syms_of_callproc) <process-environment>: Doc fix.
12491
12492 * doc.c: Use HAVE_FCNTL_H, not USG5.
12493
12494 * xfaces.c (font_rescale_ratio): Fix for K&R.
12495
12496 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
12497
12498 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
12499
12500 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
12501
12502 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
12503 (xg_create_frame_widgets): Use ENCODE_UTF_8.
12504
d7107586 12505 * xterm.c (Qutf_8): Move to coding.c
5b07197a
DL
12506
12507 * xmenu.c (ENCODE_MENU_STRING): New.
12508 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
12509 Use it.
12510
12511 * coding.h (ENCODE_UTF_8): New.
12512 (Qutf_8): Declare.
12513
12514 * coding.c (Qutf_8): New.
12515 (syms_of_coding): Intern it.
12516
12517 * fns.c: Doc fixes.
12518
7335b336
KH
125192003-06-02 Kenichi Handa <handa@m17n.org>
12520
12521 * buffer.c (Fset_buffer_multibyte): Fix previous change.
12522
914a8c47
SM
125232003-06-01 Stefan Monnier <monnier@cs.yale.edu>
12524
12525 * lread.c (openp): Make sure STR is a string.
12526
9862c135
JR
125272003-06-01 David Ponce <david@dponce.com>
12528
cab27d04 12529 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
9862c135
JR
12530 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
12531
12532 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
12533 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
12534 (discard_mouse_events): Discard WHEEL_EVENT events too.
12535 (lispy_wheel_names, wheel_syms): New.
12536 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
cab27d04 12537 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
914a8c47 12538 (make_lispy_event): Add WHEEL_EVENT handler.
9862c135
JR
12539
12540 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
12541 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
12542 WHEEL_EVENT events.
12543
f984e73e
JPW
125442003-05-31 John Paul Wallington <jpw@gnu.org>
12545
12546 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
12547 timer are in lisp/emacs-lisp.
12548
1efcd78f
KH
125492003-05-31 Kenichi Handa <handa@m17n.org>
12550
458c8af4
KH
12551 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
12552 region when a buffer is changed to unibyte.
12553
1efcd78f
KH
12554 * charset.h (VALID_LEADING_CODE_P): New macro.
12555 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
12556
778e2804
KH
12557 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
12558 is nonzero, accept multibyte form of eight-bit-control chars.
12559 (decode_composition_emacs_mule): Likewise.
12560 (decode_coding_emacs_mule): Likewise.
12561 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
12562 multibyte form of eight-bit-control chars.
12563
12564 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
12565 (Finsert_file_contents): If coding-system-for-read is bound to
12566 Qauto_save_coding, use the coding system emacs-mule with special
12567 setting for recovering a file.
12568 (choose_write_coding_system): On auto saving, use the coding
12569 system emacs-mule with special setting for auto saving.
12570 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
12571
034060e4
KH
125722003-05-30 Kenichi Handa <handa@m17n.org>
12573
12574 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
12575 properly before calling ccl_driver.
12576
778e2804 12577 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
034060e4 12578
cab27d04 12579 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
034060e4
KH
12580 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
12581 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
12582
595f5aa5
GM
125832003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12584
12585 * xfaces.c (realize_default_face): Do not abort if lface is
12586 non-existent - reverts change from 2003-05-19.
12587
103e0180
KH
125882003-05-29 Kenichi Handa <handa@m17n.org>
12589
12590 * coding.c (decode_coding_iso2022): Pay attention to the byte
12591 sequence of CTEXT extended segment, and retain those bytes as is.
12592
125932003-05-28 Kenichi Handa <handa@m17n.org>
12594
cab27d04 12595 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
103e0180
KH
12596 of CODING_REPLACEMENT_CHARACTER.
12597 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
12598 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
12599 check this flag on encoding.
cab27d04
SM
12600 (encode_coding_sjis_big5):
12601 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
12602 (Fset_terminal_coding_system_internal):
12603 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
12604 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
12605
12606 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
103e0180
KH
12607 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12608 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
12609
ff6a3bfb 126102003-05-28 Richard M. Stallman <rms@gnu.org>
45f266dc 12611
ff6a3bfb
RS
12612 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
12613
12614 * eval.c (unbind_to): Move init of this_binding to separate statement.
45f266dc 12615
1963c428
KS
126162003-05-28 Kim F. Storm <storm@cua.dk>
12617
12618 * xdisp.c (expose_window): Fix error in calculation of
12619 window relative coordinates of area to redisplay.
12620
2b5d4601
JR
126212003-05-27 Jason Rumney <jasonr@gnu.org>
12622
12623 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
12624
1c64a4a2
JB
126252003-05-27 David Ponce <david@dponce.com>
12626
12627 Handle W32 mouse wheel events as mouse click events, like in X.
12628
12629 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
12630 MOUSE_WHEEL_EVENT anymore.
12631
12632 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
12633 Scrolling down/up the mouse wheel is respectively mapped to mouse
12634 button 4 and 5.
12635 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
12636 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
12637 WM_MOUSEWHEEL events.
12638
2d031b89
AS
126392003-05-27 Andreas Schwab <schwab@suse.de>
12640
20464fdf
AS
12641 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
12642
2d031b89
AS
12643 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
12644 partially visible line.
12645
12646 * alloc.c (Fgarbage_collect): Fix last change.
12647
97bc76d4
JPW
126482003-05-26 John Paul Wallington <jpw@gnu.org>
12649
12650 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
12651
56613f06
SM
126522003-05-25 Stefan Monnier <monnier@cs.yale.edu>
12653
12654 * window.c (Fset_window_buffer): Add type of `keep_margins'.
12655 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
12656
12657 * window.h (window_box_text_cols): Declare.
12658
12659 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
12660 (x_draw_vertical_border): Remove unused var `f'.
12661
12662 * xfaces.c (build_scalable_font_name): Remove `unused var
12663 pixel_size' warning.
12664
12665 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
12666
12667 * unexelf.c (unexec): Remove `unused var n' warning.
12668
12669 * strftime.c (my_strftime_localtime_r): Remove `defined but
12670 unused' warning.
12671
12672 * process.c (allocate_pty): Remove `unused var stb' and
12673 `cp might be used uninitialized' warnings.
12674
12675 * dispnew.c (mode_line_string): Remove unused var `f'.
12676
12677 * coding.c (find_safe_codings): Remove unused var `i'.
12678
12679 * bytecode.c (Fbyte_code): Remove `unused val' warning.
12680
12681 * buffer.c (Fkill_buffer): Remove unused var `list'.
12682
12683 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
12684
93421a1f
JD
126852003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12686
12687 * frame.c (make_frame): Condition want_fullscreen with
12688 HAVE_WINDOW_SYSTEM.
12689
c4b8aebc
JB
126902003-05-25 Juanma Barranquero <lektu@terra.es>
12691
12692 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
12693 (Fwindow_scroll_bars): Fix typo in docstring.
12694
0416870b
KS
126952003-05-24 Kim F. Storm <storm@cua.dk>
12696
12697 The following changes serve several purposes:
12698
12699 1) Swap the position of fringes and display margins in windows, i.e.
12700 the fringes are now displayed between the margins and the text area
12701 (by default).
12702
12703 2) Allow fringe and scroll bar parameters to be set per-buffer and
12704 per-window (like display margins). Such settings are now stored
12705 in window configurations, preserved when frames are resized, and
9018a88e 12706 copied when windows are split vertically or horizontally.
0416870b
KS
12707 Several bugs related to display margins have been fixed.
12708
12709 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
9018a88e 12710
0416870b
KS
12711 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
12712 rather than FRAME_WIDTH (FRAME_FONT (f)).
12713
12714 5) Introduce a consistent naming of variables, members and macros
12715 depending on whether their value is measured in pixels or in
12716 canonical columns/lines. Pixel dimensions are named *_width and
12717 *_height, while canonical columns/lines are named *_cols and
12718 *_lines. Pixel positions are named *_x and *_y, while column/line
12719 positions are named *_col and *_line.
12720
12721 6) Consolidate more of the X, W32, and MAC gui code by moving
12722 common data into struct frame, and generalize it for the non-gui
12723 case by using suitable defaults.
12724
12725 7) Cleanup and consolidate the macros controlling frame and window
12726 layout into frame.h and window.h, and generalize the use of the
12727 various window_box_* functions (enhanced to handle the new fringe
12728 position and the per-window fringe and scroll bar settings).
12729
12730 * frame.h (struct frame): Rename members height to text_lines,
12731 width to text_cols, window_height to total_lines, window_width to
12732 total_cols, new_height to new_text_lines, new_width to
12733 new_text_cols. All uses changed.
12734 (struct frame): New members which consolidate common members of
12735 x_output, w32_output, and mac_output structures: left_pos,
12736 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
12737 win_gravity, size_hint_flags, border_width, internal_border_width,
12738 line_height, fringe_cols, left_fringe_width, right_fringe_width,
12739 want_fullscreen. All uses changed.
12740 (struct frame): New member column_width contaning the canonical
12741 column width, analogue to line_height. All uses changed.
12742 (struct frame): Rename members scroll_bar_pixel_width to
12743 config_scroll_bar_width, and scroll_bar_cols to
12744 config_scroll_bar_cols. All uses changed.
12745 (struct frame): New member scroll_bar_actual_width which
12746 consolidates and renames the vertical_scroll_bar_extra member of
12747 x_output, w32_output, and mac_output structures. All uses changed.
cab27d04 12748 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
0416870b
KS
12749 from x/w32/macterm.h files. All uses changed. Also change code
12750 which referred to f->output_data...->pixel_height.
cab27d04 12751 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
f63fd14e 12752 from x/w32/macterm.h files. All uses changed. Also change code
0416870b 12753 which referred to f->output_data...->pixel_width.
cab27d04 12754 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
0416870b 12755 Also change code which referred to f->height.
cab27d04 12756 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
0416870b
KS
12757 Also change code which referred to f->width.
12758 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
12759 to update new_text_lines and new_text_cols members directly.
cab27d04 12760 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
0416870b 12761 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
cab27d04 12762 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
0416870b
KS
12763 FRAME_SCROLL_BAR_COLS. All uses changed.
12764 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
cab27d04 12765 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
0416870b
KS
12766 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
12767 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
12768 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
cab27d04
SM
12769 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
12770 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
12771 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
0416870b
KS
12772 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
12773 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
cab27d04
SM
12774 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
12775 Unconditionally return line_height member (it now has proper value
12776 also for non-window frames).
12777 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
0416870b
KS
12778 return new column_width member (rather than the default font width).
12779 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
cab27d04 12780 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
0416870b
KS
12781 from x/w32/macterm.h files. Unconditionally return corresponding
12782 member of frame structure (they now have proper values also for
12783 non-window frames).
cab27d04 12784 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
0416870b
KS
12785 Calculate return value from left and right widths.
12786 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
12787 internal_border_width member (has proper value for non-window frame).
cab27d04
SM
12788 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
12789 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
12790 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
12791 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
12792 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
0416870b 12793 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 12794 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
0416870b 12795 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 12796 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
0416870b 12797 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
cab27d04 12798 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
0416870b 12799 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
cab27d04 12800 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
0416870b 12801 consolidated from x/mac/w32term.h.
cab27d04 12802 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
0416870b 12803 consolidated from x/mac/w32term.h.
cab27d04 12804 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
0416870b 12805 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
cab27d04 12806 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
0416870b
KS
12807 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
12808
12809 * window.h (struct window): Rename members left to left_col,
12810 top to top_line, height to total_lines, width to total_cols,
12811 left_margin_width to left_margin_cols, right_margin_width to
12812 right_margin_cols, orig_height to orig_total_lines, orig_top to
12813 orig_top_line. All uses changed.
12814 (struct window): New members left_fringe_width, right_fringe_width,
12815 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
12816 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
12817 New macros primarily used to simplify other macros.
12818 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
12819 referred to XINT (w->width).
12820 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
12821 referred to XINT (w->height).
12822 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
12823 referred to XINT (w->width) * canon_x_unit.
12824 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
12825 referred to XINT (w->height) * canon_y_unit.
12826 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
12827 referred to XINT (w->left).
cab27d04 12828 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
0416870b
KS
12829 all uses and code that referred to XINT (w->left) + XINT (w->width).
12830 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
12831 referred to XINT (w->top).
12832 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
12833 referred to XINT (w->top) + XINT (w->height).
12834 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
12835 referred to XINT (w->left) * canon_x_unit.
12836 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
12837 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
12838 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
12839 referred to XINT (w->top) * canon_y_unit.
12840 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
12841 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
12842 (WINDOW_LEFTMOST_P): New macro.
cab27d04 12843 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
0416870b 12844 All uses changed.
cab27d04 12845 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
0416870b 12846 All uses changed.
cab27d04 12847 (WINDOW_BOX_LEFT_EDGE_X): Rename from
0416870b
KS
12848 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
12849 Do not exclude left fringe width.
cab27d04 12850 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
0416870b
KS
12851 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
12852 Do not exclude fringe widths.
12853 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
12854 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
12855 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
12856 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
12857 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
12858 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
12859 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
12860 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
12861 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
12862 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
12863 New macros. Change code which referenced corresponding
12864 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
12865 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
12866 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
12867 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
12868 allow per-window scroll-bar settings.
12869 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
12870 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
12871 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
12872 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
12873 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
12874 FRAME_SCROLL_BAR_WIDTH.
12875 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
9018a88e 12876 (WINDOW_SCROLL_BAR_AREA_X): New macros.
cab27d04 12877 (WINDOW_HEADER_LINE_HEIGHT): Rename from
0416870b 12878 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
cab27d04 12879 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
0416870b 12880 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
cab27d04 12881 (WINDOW_BOX_TEXT_HEIGHT): Rename from
0416870b
KS
12882 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
12883 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
12884 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
cab27d04
SM
12885 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
12886 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
0416870b 12887 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
cab27d04 12888 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
0416870b
KS
12889 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
12890 (window_from_coordinates): Update prototype.
12891 (Fset_window_buffer): Update EXFUN.
12892 (set_window_buffer): Update prototype.
9018a88e 12893
0416870b 12894 * dispextern.h (struct glyph_matrix): Rename members window_left_x
9018a88e 12895 to window_left_col, window_top_y to window_top_line. All uses
0416870b
KS
12896 changed.
12897 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
12898 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
12899 internal_border_width is now set to 0 for non-window frames.
12900 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
12901 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
12902 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
12903 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
12904 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
12905 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
12906 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
12907 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
12908 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
9018a88e 12909 Move to window.h and renamed [see window.h changes].
0416870b
KS
12910 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
12911 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
9018a88e
SM
12912 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
12913 Use WINDOW_TOTAL_LINES.
0416870b
KS
12914 (frame_update_line_height): Remove prototype.
12915
12916 * buffer.h (struct buffer): Rename members measured in columns:
12917 left_margin_width to left_margin_cols, right_margin_width to
12918 right_margin_cols. All uses changed.
12919 New members left_fringe_width, right_fringe_width,
12920 fringes_outside_margins for per-buffer fringe settings.
12921 New members scroll_bar_width and vertical_scroll_bar_type for
12922 per-buffer scroll bar settings.
12923
12924 * buffer.c (init_buffer_once): Set buffer_defaults and
12925 buffer_local_flags for new buffer-local variables
12926 left_fringe_width, right_fringe_width, fringes_outside_margins,
12927 scroll_bar_width, and vertical_scroll_bar_type.
12928 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
12929 default-* variables for them.
12930
12931 * dispnew.c: Make (many) trivial substitutions for renamed and
12932 new macros in dispextern.h, frame.h and window.h.
12933 (mode_line_string): No need to adjust width for mode lines, as it
12934 is already adjusted by the caller.
12935 (marginal_area_string): Handle fringes inside/outside margins.
9018a88e 12936
0416870b
KS
12937 * frame.c: Make (many) trivial substitutions for renamed and
12938 new macros in dispextern.h, frame.h and window.h.
12939 (make_frame): Initialize left_fringe_width, right_fringe_width,
12940 fringe_cols, scroll_bar_actual_width, border_width,
12941 internal_border_width, column_width, line_height, x_pixels_diff,
12942 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
12943 members with values suitable for a non-window frames.
12944
12945 * gtkutil.c: Make (many) trivial substitutions for renamed and
12946 new macros in dispextern.h, frame.h and window.h.
9018a88e 12947
0416870b
KS
12948 * indent.c: Make (few) trivial substitutions for renamed and
12949 new macros in dispextern.h, frame.h and window.h.
12950
12951 * keyboard.c: Make (many) trivial substitutions for renamed and
12952 new macros in dispextern.h, frame.h and window.h.
12953 (make_lispy_event): Use window positions returned from
12954 window_from_coordinates when constructing the lisp event for
12955 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
12956 (incorrect) values locally.
12957 (make_lispy_movement): Use window positions returned from
12958 window_from_coordinates when constructing the lisp event, rather
12959 than calculating (incorrect) values locally.
12960
12961 * scroll.c: Make (some) trivial substitutions for renamed and
12962 new macros in dispextern.h, frame.h and window.h.
12963
12964 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
12965 scroll-bars.
12966
12967 * sysdep.c: Make (few) trivial substitutions for renamed and
12968 new macros in dispextern.h, frame.h and window.h.
12969
12970 * term.c: Make (some) trivial substitutions for renamed and
12971 new macros in dispextern.h, frame.h and window.h.
12972
12973 * widget.c: Make (few) trivial substitutions for renamed and
12974 new macros in dispextern.h, frame.h and window.h.
12975
12976 * window.c: Make (many) trivial substitutions for renamed and
12977 new macros in dispextern.h, frame.h and window.h.
12978 (make_window): Initialize new members
12979 left_margin_cols, right_margin_cols, left_fringe_width,
12980 right_fringe_width, fringes_outside_margins, scroll_bar_width,
12981 and vertical_scroll_bar_type.
cab27d04 12982 (coordinates_in_window): Adapt to new fringe/margin positions
9018a88e 12983 and per-window fringes and scroll-bars.
0416870b 12984 Fix bug related to incorrectly adjusting coordinates by
9018a88e 12985 frame's internal_border_width (the effect normally negible since
0416870b
KS
12986 the internal_border_width is typically 0 or 1 pixel, but very
12987 noticeable for an internal_border_width of e.g. 25 pixels).
12988 Upon successful return (other than ON_NOTHING), the coordinates
12989 are now always properly converted to window relative for the
12990 given display element.
12991 (window_from_coordinates): Add new parameters wx and wy to
12992 return the window relative x and y position in the returned
12993 window and part. A null arg means, don't return the position.
12994 All callers changed.
12995 (adjust_window_margins): New function which may reduce the width
12996 of the display margins if a window's text area is too small after
12997 resizing or splitting windows.
12998 (size_window): Fix bug that did not account for display margin
12999 widths when checking the minimum width of a window; use
13000 adjust_window_margins.
13001 (set_window_buffer): Call Fset_window_fringes and
13002 Fset_window_scroll_bars to setup per-window elements.
13003 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
13004 existing display margin, fringe widths, and scroll bar settings
9018a88e
SM
13005 (e.g. after splitting a window or resizing the frame).
13006 All callers changed.
0416870b
KS
13007 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
13008 (Fsplit_window): Duplicate original window's display margin,
13009 fringe, and scroll-bar settings; then call Fset_window_buffer with
13010 KEEP_MARGINS non-nil. This fixes a bug which caused a split
13011 window to only preserve the display margins in one of the windows.
c4b8aebc 13012 When splitting horizontally, call adjust_window_margins on both
0416870b 13013 windows to ensure that the text area of the new windows is non too
f9711de4 13014 narrow. This fixes a bug which could cause Emacs to trap if the
0416870b
KS
13015 width of the split window was less than the width of the display
13016 margins.
cab27d04 13017 (window_box_text_cols): Rename from window_internal_width.
9018a88e 13018 All uses changed. Adapt to per-window fringes and scroll bars.
0416870b
KS
13019 Fix bug that caused vertical separator to be subtracted also on
13020 window frames. Fix another bug that did not reduce the returned
13021 value by the columns used for display margins.
13022 (window_scroll_line_based): Fix bug related to scrolling too much
13023 when display margins are present (implicitly fixed by the fix to
13024 window_box_text_cols).
13025 (scroll_left, scroll_right): Fix bug related to scrolling too far
13026 by default when display margins are present (implicitly fixed by
13027 the fix to window_box_text_cols).
13028 (struct saved_window): Rename members left to left_col, top to
13029 top_line, width to total_cols, height to total_lines, orig_top to
13030 orig_top_line, orig_height to orig_total_lines. All uses changed.
13031 New members left_margin_cols, right_margin_cols,
13032 left_fringe_width, right_fringe_width, fringes_outside_margins,
13033 scroll_bar_width, and vertical_scroll_bar_type for saving
13034 per-window display elements.
13035 (Fset_window_configuration): Restore display margins, fringes,
13036 and scroll bar settings. This fixes a bug which caused display
13037 margins to be discarded when saving and restoring a window
13038 configuration.
13039 (save_window_save): Save display margins, fringes, and scroll bar
13040 settings. This fixes a bug which caused display margins to be
13041 discarded when saving and restoring a window configuration.
13042 (Fset_window_margins): Do nothing if display margins are not
13043 really changed. Otherwise, call adjust_window_margins to ensure
13044 the text area doesn't get too narrow. This fixes a bug which
f9711de4 13045 could cause Emacs to trap if setting display margins wider than
0416870b
KS
13046 the width of the window.
13047 (Fset_window_fringes): New defun to allow user to specifically set
13048 this window's fringe widths and position vs. display margins.
cab27d04 13049 (Fwindow_fringes): New defun to return window's actual fringe settings.
0416870b
KS
13050 (Fset_window_scroll_bars): New defun to allow user to specifically
13051 set this window's scroll bar width and position.
13052 (Fwindow_scroll_bars): New defun to return window's actual scroll
13053 bar settings.
13054 (compare_window_configurations): Also compare display margins,
13055 fringes, and scroll bar settings.
13056 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
13057
13058 * xdisp.c: Make (many) trivial substitutions for renamed and
13059 new macros in dispextern.h, frame.h and window.h.
13060 (window_box_width): Adapt to per-window fringes and scroll bars,
f63fd14e 13061 and new fringe vs. display margin position. Note that returned
0416870b
KS
13062 value is no longer guaranteed to be a whole multiple of the frame
13063 column width, since per-window fringes may now be any width.
13064 (window_box_left_offset): New function like window_box_left, but
13065 value is relative to left border of window (rather than frame).
13066 (window_box_right_offset): New function like window_box_right,
13067 but value is relative to left border of window.
13068 (window_box_left): Adapt to per-window fringes and scroll bars,
13069 and new fringe vs. display margin position. Simplify by using
13070 WINDOW_LEFT_EDGE_X and window_box_left_offset.
13071 (window_box): Allow null args for unnecessary return values;
13072 change/simplify relevant callers.
13073 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
9018a88e
SM
13074 and new fringe vs. display margin position.
13075 Use window_box_left_offset and window_box_right_offset
0416870b 13076 (get_glyph_string_clip_rect): Adapt to per-window fringes and
9018a88e
SM
13077 scroll bars, and new fringe vs. display margin position.
13078 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
0416870b
KS
13079 (draw_fringe_bitmap): Rework to handle per-window fringes and new
13080 fringe vs. display margin position.
13081 (hscroll_window_tree): Use window_box_width instead of window_box.
a64387ee
JB
13082 (redisplay_window): Adapt to per-window scroll bars.
13083 (draw_glyphs): Rework to handle per-window fringes and scroll
9018a88e
SM
13084 bars, and new fringe vs. display margin position.
13085 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
a64387ee 13086 (x_clear_end_of_line): Adapt to per-window fringes and scroll
0416870b
KS
13087 bars, and new fringe vs. display margin position. Fix bug which
13088 increased total width of full_width rows by width of scroll bars
13089 although window's total width already includes that.
13090 (x_fix_overlapping_area): Simplify using window_box_left_offset.
13091 (expose_area): Simplify using window_box_left_offset.
13092 (x_draw_vertical_border): Handle per-window scroll bar settings,
13093 mixing windows with left, right and no scroll bars.
13094
13095 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
13096 where it's used in x_list_fonts (for clarity).
13097 (frame_update_line_height): Remove unused function; functionality
13098 is now done directly when setting the default font in x_set_font.
13099
13100 * xfns.c: Make (many) trivial substitutions for renamed and
13101 new macros in dispextern.h, frame.h and window.h.
13102
13103 * xmenu.c: Make (some) trivial substitutions for renamed and
13104 new macros in dispextern.h, frame.h and window.h.
13105
13106 * xterm.h (struct x_output): Move members left_pos, top_pos,
13107 border_width, pixel_height, pixel_width, line_height,
13108 internal_border_width, vertical_scroll_bar_extra,
13109 left_fringe_width, right_fringe_width, fringe_cols,
13110 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13111 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13112 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13113 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13114 (PIXEL_WIDTH, PIXEL_HEIGHT)
13115 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 13116 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
13117 frame.h and renamed [see frame.h changes].
13118 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13119 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 13120 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 13121 and renamed [see frame.h changes].
9018a88e 13122
0416870b
KS
13123 * xterm.c: Make (several) trivial substitutions for renamed and
13124 new macros in dispextern.h, frame.h and window.h.
cab27d04 13125 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
13126 (scroll_run): Adapt to new fringe position.
13127 (glyph_rect): Use window coordinates returned from
13128 window_from_coordinates rather than frame_to_window_pixel_xy.
13129 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13130 scroll-bars.
13131 (handle_one_xevent): Simplify a USE_GTK conditional.
13132 (x_clip_to_row): Remove superfluous whole_line_p arg and code
13133 (fringes are now inside margins, i.e. always in the clipping area).
13134 All callers changed.
13135 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13136 directly, then call compute_fringe_widths. Don't call
13137 frame_update_line_height.
13138
13139 * w32term.h (struct w32_output): Move members left_pos, top_pos,
13140 border_width, pixel_height, pixel_width, line_height,
13141 internal_border_width, vertical_scroll_bar_extra,
13142 left_fringe_width, right_fringe_width, fringe_cols,
13143 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13144 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13145 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13146 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13147 (PIXEL_WIDTH, PIXEL_HEIGHT)
13148 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 13149 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
13150 frame.h and renamed [see frame.h changes].
13151 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13152 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 13153 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 13154 and renamed [see frame.h changes].
9018a88e 13155
0416870b
KS
13156 * w32term.c: Make (several) trivial substitutions for renamed and
13157 new macros in dispextern.h, frame.h and window.h.
cab27d04 13158 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
13159 (glyph_rect): Use window coordinates returned from
13160 window_from_coordinates rather than frame_to_window_pixel_xy.
13161 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13162 scroll-bars.
13163 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
13164 (fringes are now inside margins, i.e. always in the clipping area).
13165 All callers changed.
13166 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13167 directly, then call compute_fringe_widths. Don't call
13168 frame_update_line_height.
13169
13170 * w32console.c: Make (few) trivial substitutions for renamed and
13171 new macros in dispextern.h, frame.h and window.h.
13172
13173 * w32fns.c: Make (many) trivial substitutions for renamed and
13174 new macros in dispextern.h, frame.h and window.h.
13175
13176 * w32menu.c: Make (few) trivial substitutions for renamed and
13177 new macros in dispextern.h, frame.h and window.h.
13178
13179 * macterm.h (struct mac_output): Move members left_pos, top_pos,
13180 border_width, pixel_height, pixel_width, line_height,
13181 internal_border_width, vertical_scroll_bar_extra,
13182 left_fringe_width, right_fringe_width, fringe_cols,
13183 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13184 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
13185 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13186 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13187 (PIXEL_WIDTH, PIXEL_HEIGHT)
13188 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 13189 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
13190 frame.h and renamed [see frame.h changes].
13191 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13192 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 13193 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 13194 and renamed [see frame.h changes].
9018a88e 13195
0416870b
KS
13196 * macterm.c: Make (several) trivial substitutions for renamed and
13197 new macros in dispextern.h, frame.h and window.h.
cab27d04 13198 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
13199 (glyph_rect): Use window coordinates returned from
13200 window_from_coordinates rather than frame_to_window_pixel_xy.
13201 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13202 scroll-bars.
13203 (x_clip_to_row): Remove superfluous whole_line_p arg and code
13204 (fringes are now inside margins, i.e. always in the clipping area).
13205 All callers changed.
13206 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13207 directly, then call compute_fringe_widths. Don't call
13208 frame_update_line_height.
13209
13210 * macfns.c: Make (several) trivial substitutions for renamed and
13211 new macros in dispextern.h, frame.h and window.h.
9018a88e 13212 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
0416870b
KS
13213
13214 * macmenu.c: Make (few) trivial substitutions for renamed and
13215 new macros in dispextern.h, frame.h and window.h.
13216
13217 * msdos.h (struct x_output): Remove members left_pos, top_pos,
13218 and line_height, and use corresponding new members in struct
13219 frame. All uses changed.
13220 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
13221 superseeded by corresponding macros in frame.h.
13222
13223 * msdos.c: Make (several) trivial substitutions for renamed and
13224 new macros in dispextern.h, frame.h and window.h.
13225 (IT_note_mouse_highlight): Use updated window coordinates returned
9018a88e 13226 by window_from_coordinates, rather than adjusting them locally.
0416870b
KS
13227 (internal_terminal_init): No need to initialize line_height here;
13228 it now defaults to 1.
13229
9018a88e
SM
132302003-05-24 Stefan Monnier <monnier@cs.yale.edu>
13231
13232 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
13233 dropping `down' events.
13234
016bd3c0
AS
132352003-05-24 Andreas Schwab <schwab@suse.de>
13236
13237 * coding.c (find_safe_codings): Fix last change.
13238
4dacadcc
TTN
132392003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
13240
13241 * xfns.c (x_window): Fix typo from 2003-05-21 change.
13242
319830ce
SM
132432003-05-23 Stefan Monnier <monnier@cs.yale.edu>
13244
9018a88e
SM
13245 * xdisp.c (display_mode_element): Increase max depth.
13246 Simplify the error handling code. Use a different error string
13247 for the case where we hit the depth limit.
13248
319830ce
SM
13249 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
13250
13251 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
13252
132532003-05-21 Stefan Monnier <monnier@cs.yale.edu>
13254
13255 * intervals.c (get_local_map): Don't get char-property of previous
13256 point any more: get_pos_property already does it and better.
13257
c67de8ba
DL
132582003-05-21 Dave Love <fx@gnu.org>
13259
13260 [Merged from unicode branch.]
13261
13262 * xfns.c (x_window, x_window): Use use_xim.
13263
13264 * xterm.c (use_xim): Initialize.
13265 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
13266 (x_term_init): Maybe set use_xim.
13267
13268 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
13269
edd3ff1d
JR
132702003-05-21 Jason Rumney <jasonr@gnu.org>
13271
13272 * unexw32.c (_start): Remove _fmode initialization.
13273
13274 * emacs.c (main) [WINDOWSNT]: Move it here.
13275
463f55ee
DL
132762003-05-20 Dave Love <fx@gnu.org>
13277
13278 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
13279
af253914
RS
132802003-05-19 Richard M. Stallman <rms@gnu.org>
13281
13282 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
13283 as value for QCfont attribute.
13284 (realize_default_face): lface should already exist; crash if not.
13285 Specify 0 for FORCE_P when calling set_lface_from_font_name.
13286
13287 * frame.c (Fignore_event): Doc fix.
13288
1d211019
KH
132892003-05-19 Kenichi Handa <handa@m17n.org>
13290
13291 * coding.c (decode_coding_string): Handle post-read-conversion
13292 even if the coding doesn't require decoding.
13293
4dd68254
RS
132942003-05-18 Richard M. Stallman <rms@gnu.org>
13295
13296 * callproc.c (Fcall_process_region): Doc fix.
13297
14d87dc9
SM
132982003-05-17 Stefan Monnier <monnier@cs.yale.edu>
13299
deca5d96
SM
13300 * lread.c (Fload): Print a message if package is obsolete.
13301
14d87dc9
SM
13302 * window.c (Fselect_window): Add optional `norecord' arg.
13303 (select_window_1): Fold into Fselect_window.
13304 (select_window_norecord): New function.
13305 (temp_output_buffer_show): Use it. Preserve current buffer.
13306
13307 * window.h (Fselect_window): Update declaration.
13308
13309 * window.c (delete_window, Fother_window, Fset_window_configuration):
13310 * minibuf.c (read_minibuf):
13311 * macterm.c (x_new_focus_frame):
13312 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
13313 * callint.c (Fcall_interactively):
13314 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
13315
13316 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
13317
78f52183
DK
133182003-05-17 David Kastrup <dak@gnu.org>
13319
13320 * process.c (read_process_output): Back out change from 2003-03-09.
13321
14d87dc9
SM
133222003-05-17 Stefan Monnier <monnier@cs.yale.edu>
13323
13324 * editfns.c (get_pos_property): Don't assume that `object' = nil.
13325
13326 * textprop.c (text_property_stickiness): New arg `buffer'.
13327
13328 * intervals.h (text_property_stickiness): New arg `buffer'.
13329 (get_pos_property): Declare.
13330
13331 * intervals.c (get_local_map): Use get_pos_property, to obey
13332 stickiness and empty overlays.
13333 (create_root_interval, graft_intervals_into_buffer): Use BEG.
13334 (merge_properties, intervals_equal, merge_properties_sticky):
13335 Use XCAR, XCDR.
13336 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
13337
1fd1cc2f
RS
133382003-05-17 Richard M. Stallman <rms@gnu.org>
13339
4f9f637a
RS
13340 * minibuf.c (read_minibuf): If buffer is empty, record the default
13341 in the history.
13342 (Fminibuffer_complete_word): When deleting the overlap, take account
13343 of its real position.
13344
13345 * fns.c (map_char_table): Fix previous change.
13346
1fd1cc2f
RS
13347 * syntax.c (find_defun_start):
13348 When open_paren_in_column_0_is_defun_start,
13349 return beginning of buffer.
13350
13351 * lisp.h (map_char_table): Declare added arg.
13352
13353 * fns.c (map_char_table): New arg TABLE gets the master table.
13354 All calls changed.
13355 Process default and inheritance, resorting to Faref if necessary.
13356
13357 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13358 (Faccessible_keymaps): Pass new arg to map_char_table.
13359
13360 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
13361
13362 * casetab.c (set_case_table): Pass new arg to map_char_table.
13363
13364 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
13365
13366 * lisp.h (specbinding_func): New typedef.
13367 (struct specbinding): Use specbinding_func, to put the `volatile'
13368 in the right place.
13369
13370 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
13371 to avoid GCC warning.
14d87dc9 13372
b6189c3b 133732003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
b4bd27c5 13374
14d87dc9 13375 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
b4bd27c5 13376
35fb885d
SM
133772003-05-15 Stefan Monnier <monnier@cs.yale.edu>
13378
13379 * keyboard.c (apply_modifiers): Don't fill the other cache.
13380
9a274fbd
SM
133812003-05-14 Stefan Monnier <monnier@cs.yale.edu>
13382
c55b5fad
SM
13383 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
13384
9a274fbd
SM
13385 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
13386 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
13387 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
13388 (Fset_window_configuration, Fcurrent_window_configuration)
13389 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
13390 (Fpos_visible_in_window_p, mark_window_cursors_off)
13391 (window_internal_height, window_internal_width, Frecenter)
13392 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
13393 (replace_buffer_in_all_windows, init_window_once, init_window)
13394 (syms_of_window, keys_of_window): Move from lisp.h.
13395 * lisp.h: Move window.c declarations to window.h.
13396
13397 * bytecode.c: Include window.h.
13398 * emacs.c: Include window.h.
13399
14d87dc9 13400 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
9a274fbd
SM
13401 (keyremap): Add `parent' field.
13402 (keyremap_step): Use it. Remove `parent' argument.
13403 (read_key_sequence): Setup and use the new `parent' field.
13404
fd93e331
SM
134052003-05-11 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * keyboard.c (adjust_point_for_property): Ensure termination.
13408
1c4001a1
SM
134092003-05-10 Stefan Monnier <monnier@cs.yale.edu>
13410
13411 * keyboard.c (follow_key): Remove dead variable `did_meta'.
13412 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
13413 duplicated handling of function-key-map and key-translation-map
13414 in read_key_sequence.
13415 (read_key_sequence): Use them.
13416
13417 * keyboard.c (adjust_point_for_property): Try harder to move point
13418 to the non-sticky end of an invisible property.
13419
13420 * xdisp.c (single_display_prop_intangible_p): Make `space' display
13421 property intangible as well.
13422
780379b1
AS
134232003-05-10 Andreas Schwab <schwab@suse.de>
13424
13425 * xmenu.c (single_menu_item): Change last parameter to void* to
13426 avoid warning.
13427
ca2de342
RS
134282003-05-09 Richard M. Stallman <rms@gnu.org>
13429
13430 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
13431 Bind Qinhibit_modification_hooks to t so there will be no GC.
13432 Rename local `tem' to `save_deactivate_mark'.
13433
13434 * eval.c (specpdl_ptr): Declare volatile.
13435 (unbind_to): Copy the whole binding and decrement specpdl_ptr
13436 before doing the work of unbinding it.
13437
13438 * lisp.h (struct specbinding): Declare elements volatile.
13439 (specpdl_ptr): Declare volatile.
13440
13441 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
13442
13443 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
13444 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
13445
347003be
DL
134462003-05-08 Dave Love <fx@gnu.org>
13447
13448 * coding.c (Vlast_coding_system_used): Doc fix.
13449
5adcec23
JR
134502003-05-07 Jason Rumney <jasonr@gnu.org>
13451
13452 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
13453 when system does not support them.
13454
5fe3b8a4
SM
134552003-05-05 Stefan Monnier <monnier@cs.yale.edu>
13456
13457 * fileio.c (Qwrite_region_annotate_functions): New var.
13458 (build_annotations): Use it to process the global part of the hook.
13459 (syms_of_fileio): Init and staticpro it.
13460
13461 * keyboard.c (safe_run_hooks_error): Display a message instead of
13462 silently ignoring the error.
13463
134642003-05-03 Stefan Monnier <monnier@cs.yale.edu>
13465
13466 * keyboard.c (input_available_signal): Mark static.
13467 (menu_bar_items): Use map_keymap.
13468 (menu_bar_one_keymap): Remove.
13469 (menu_bar_item): Adjust arglist (for use in map_keymap).
13470 Properly hide a second binding when not both are keymaps.
13471
13472 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
13473 (single_keymap_panes): Use it and map_keymap.
13474 (single_menu_item): Use skp as well.
13475
13476 * keymap.h (map_keymap_function_t): New type.
13477 (map_keymap): Declare.
13478
13479 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
13480 (map_keymap_call, Fmap_keymap): New functions.
13481 (syms_of_keymap): Defsubr map-keymap.
13482
4b1b4443
JD
134832003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13484
13485 * gtkutil.c (create_dialog, make_widget_for_menu_item)
13486 (make_menu_item, create_menus, xg_update_menu_item): Don't call
13487 ..._with_mnemonic functions for menu items.
13488
1f816871
KH
134892003-05-01 Kenichi Handa <handa@m17n.org>
13490
13491 * coding.c (coding_system_accept_latin_extra_p): Delete this
13492 function.
13493 (find_safe_codings): Pay attention to
13494 the property tranlsation-table-for-encode of each codings.
13495 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
13496
5ed6ba5b
SM
134972003-05-01 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
13500
32c06229
SM
135012003-04-30 Stefan Monnier <monnier@cs.yale.edu>
13502
13503 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
13504
13505 * lisp.h (CHECK): Wrap args in parenthesis.
13506 (specbind): Fix doc: symbol = Qnil is not supported any more.
13507
13508 * bytecode.c (Fbyte_code) <unwind-protect>:
13509 Use Fprogn rather than 0 and Qnil.
13510
13511 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
13512 `double', and `triple' modifiers as well.
13513
ed3c3314
RS
135142003-04-30 Richard M. Stallman <rms@gnu.org>
13515
13516 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
13517
13518 * alloc.c (abort_on_gc): New variable.
13519 (Fgarbage_collect): Abort if abort_on_gc is set.
13520
13521 * lisp.h (abort_on_gc): Add decl.
13522
13523 * eval.c (Fsignal): Clear abort_on_gc.
13524
13525 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
32c06229 13526 Reinit FORMAT_START and END before second scan.
ed3c3314
RS
13527
13528 * xdisp.c (move_it_vertically_backward): Do the final big else
13529 even if nlines is 0.
13530
13531 * xdisp.c (redisplay_internal): Finish the per-frame loop
13532 even if redisplay is suspended by input.
13533
0b325c12
AC
135342003-04-24 Andrew Choi <akochoi@shaw.ca>
13535
13536 * macterm.c (x_list_fonts): Return all fonts that match if
13537 maxnames = -1.
13538
4e837cd0
KH
135392003-04-25 Kenichi Handa <handa@m17n.org>
13540
13541 * syntax.c (skip_chars): Fix previous change.
13542
9af7511a
KH
135432003-04-24 Kenichi Handa <handa@m17n.org>
13544
13545 * syntax.c (skip_chars): Make the code faster by using the common
13546 technique of *p, *stop, and *endp.
13547
e3b2c21f
JD
135482003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13549
13550 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
32c06229 13551 tool_bar_items so GTK tool bar expose callback does not access items
e3b2c21f
JD
13552 being updated.
13553
32c06229
SM
135542003-04-19 Stefan Monnier <monnier@cs.yale.edu>
13555
13556 * eval.c (Fapply): Undo last change and add a comment about why.
13557
c6464167
MB
135582003-04-18 Miles Bader <miles@gnu.org>
13559
13560 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
13561 pickier PARSE_MULTIBYTE_SEQ.
13562
e509f168
SM
135632003-04-17 Stefan Monnier <monnier@cs.yale.edu>
13564
13565 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
13566 Use XCDR, XCAR, CONSP.
13567 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
13568 (Fapply): Remove unnecessary GCPRO.
13569
13570 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
13571
13572 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
13573
13574 * buffer.h: Don't hardcode BEG==1.
13575
13576 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
13577
5ceea398
RS
135782003-04-16 Richard M. Stallman <rms@gnu.org>
13579
13580 * xdisp.c (try_window, try_window_reusing_current_matrix):
13581 When at end of window, set window_end_pos to Z-ZV.
13582
13583 * buffer.c (Foverlay_recenter): Doc fix.
13584
e509f168
SM
135852003-04-14 Stefan Monnier <monnier@cs.yale.edu>
13586
13587 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
13588
d243e605
AC
135892003-04-14 Andrew Choi <akochoi@shaw.ca>
13590
13591 * macterm.c (mac_check_for_quit_char): Don't check more often than
13592 once a second.
13593
6901b111
SM
135942003-04-11 Stefan Monnier <monnier@cs.yale.edu>
13595
13596 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
13597 specially, so that they can't hide an implicit switch-frame event.
13598 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
13599 (head_table): Use switch-frame as event_kind for select-window.
13600 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
13601
13602 * editfns.c (Fformat): Lisp_Object/int mixup.
13603 (format2): Remove unused var numargs.
13604
e301806f 136052003-04-11 Kenichi Handa <handa@m17n.org>
aa95b710 13606
6901b111 13607 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
aa95b710
KH
13608 (Qafter_insert_file_set_coding): New variable.
13609 (syms_of_fileio): Initialize and staticpro it. Delete declaration
13610 for after-insert-file-adjust-coding-function.
13611 (Finsert_file_contents): Call Qafter_insert_file_set_coding
13612 instead of Vafter_insert_file_adjust_coding_function.
13613
38914424
KH
136142003-04-11 Kenichi Handa <handa@m17n.org>
13615
13616 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
13617
13618 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
13619 string. Callers changed.
13620
136212003-04-10 Kenichi Handa <handa@m17n.org>
a288d979 13622
6901b111 13623 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
a288d979 13624 (syms_of_fileio): Declare it as a lisp variable.
6901b111
SM
13625 (Finsert_file_contents):
13626 Call Vafter_insert_file_adjust_coding_function before calling
a288d979
KH
13627 decode-format.
13628
f979dc05
JD
136292003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13630
13631 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
13632 get GtkAdjustment as widget now is a GtkRange.
13633
13634 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
13635 GtkRange to avoid memory leak.
13636
f8c6b4c2 136372003-04-09 Kenichi Handa <handa@m17n.org>
cb98871c 13638
50ebc53d
KH
13639 * xfaces.c (Vface_font_rescale_alist): New variable.
13640 (struct font_name): New member rescale_ratio.
13641 (font_rescale_ratio): New function.
6901b111 13642 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
50ebc53d
KH
13643 (better_font_p): On comparing point sized, pay attention to
13644 recale_ratio member of fonts.
13645 (build_scalable_font_name): Reflect font->rescale_ratio in the
13646 font name.
6901b111 13647 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
50ebc53d 13648
cb98871c
KH
13649 * lread.c (read1): Before calling index, check if the 2nd
13650 arguemnt is in ASCII range.
13651
4773b8ca
RS
136522003-04-08 Richard M. Stallman <rms@gnu.org>
13653
b0ada147
RS
13654 * fileio.c (Ffile_symlink_p): Doc fix.
13655
13656 * editfns.c (Fformat): Translate positions of text properties
13657 in the format string to apply them to the result.
13658
4773b8ca
RS
13659 * fileio.c (Finsert_file_contents): Doc fix.
13660 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
13661
136622003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6901b111 13663
4773b8ca
RS
13664 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
13665
e8f25745 136662003-04-08 Steven Tamm <steventamm@mac.com>
b0ada147 13667
e8f25745
ST
13668 * mac.c (init_mac_osx_environment): Switch libexec and bin so
13669 that self-contained application finds libexec files.
13670
f8c6b4c2 136712003-04-08 Kenichi Handa <handa@m17n.org>
2310d84c 13672
6901b111
SM
13673 * coding.c (code_convert_region_unwind):
13674 Set Vlast_coding_system_used to the argument.
2310d84c
KH
13675 (code_convert_region): If post-read-conversion function changed
13676 the value of last-coding-sytem, keep the new value in
13677 coding->symbol so that it won't be overridden.
13678 (run_pre_post_conversion_on_str): Likewise.
7c086845
KH
13679 (coding_system_accept_latin_extra_p): New function.
13680 (find_safe_codings): Pay attention to characters registered in
13681 latin-extra-code-table.
2310d84c 13682
39c9a034
TTN
136832003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
13684
13685 * Makefile.in (md5.o): Add missing dependency info.
13686
eb67c5d6
RS
136872003-04-06 Richard M. Stallman <rms@gnu.org>
13688
13689 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
13690
13691 * marker.c (verify_bytepos): New function.
13692
13693 * intervals.c (set_intervals_multibyte_1): When becoming
13694 multibyte, adjust right and left child sizes to a whole set of
13695 characters. If an interval gets zero total-length, delete it.
13696 If an interval consists of just its children, delete one of them.
13697
13698 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
13699 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
39c9a034 13700
52eb0373 13701 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
eb67c5d6
RS
13702 All calls deleted.
13703 (lisp_malloc): Do the work here directly.
13704
b1f81fc5
JB
137052003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
13706
13707 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
13708 char tables.
13709
137102003-04-04 Kenichi Handa <handa@m17n.org>
aa8b70ae
KH
13711
13712 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
13713 destructively change "%S" to "%s".
13714
774666fb
MB
137152003-04-03 Miles Bader <miles@gnu.org>
13716
13717 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
13718 always set.
13719
19c37f01
DL
137202003-04-01 Dave Love <fx@gnu.org>
13721
13722 * xfns.c (xpm_lookup_color): Grok "opaque".
13723
2f4b24c3
AC
137242003-03-31 Andrew Choi <akochoi@shaw.ca>
13725
13726 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
13727 parent window ID.
13728
13729 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
13730
13731 * macterm.h (struct mac_output): Define x_pixels_diff and
13732 y_pixels_diff.
b1f81fc5 13733
9443fcf6
JB
137342003-03-31 Juanma Barranquero <lektu@terra.es>
13735
13736 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
13737 blockinput.h and files included from it.
13738
e072891b
KS
137392003-03-31 Kim F. Storm <storm@cua.dk>
13740
13741 The following changes consolidates the common code related to
13742 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
13743 files into frame.c.
9443fcf6 13744
e072891b
KS
13745 * frame.c: Include blockinput.h.
13746 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
13747 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
13748 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
13749 related vars here.
13750 (struct frame_parm_table, frame_parms): New table for describing
13751 frame parameters and their associated Q-variable.
13752 The order of the parameters corresponds to the sequence of the
13753 frame_parm_handlers table in redisplay_interface.
13754 (x_fullscreen_move, x_set_frame_parameters)
13755 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
13756 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
13757 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13758 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
13759 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
13760 Generic functions for processing of frame parameters.
13761 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
13762 (display_x_get_resource, x_get_resource_string): Functions for
13763 generic access to X resources.
13764 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
13765 (x_default_parameter, Fx_parse_geometry): Functions for generic
13766 access to frame parameters.
6901b111
SM
13767 (x_figure_window_size): Generic calculation of frame size.
13768 Fixed to add space needed for tool bar. Also setup size_hint_flags.
e072891b
KS
13769 (syms_of_frame): Intern and staticpro frame parameter variables.
13770 Defvar_lisp Vx_resource_class and Vx_resource_name here.
13771 Defsubr Sx_get_resource and Sx_parse_geometry.
9443fcf6 13772
e072891b
KS
13773 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
13774 parameter related vars defined in frame.c.
13775 (EMACS_CLASS): Define here.
13776 (enum FULLSCREEN_*): Define here.
13777 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
13778 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
13779 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
13780 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
13781 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
13782 (x_set_visibility, x_set_autoraise, x_set_autolower)
13783 (x_set_unsplittable, x_set_vertical_scroll_bars)
13784 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
13785 (x_figure_window_size): Add prototypes.
13786
13787 * dispextern.h (frame_parm_handler): New typedef.
13788 (struct redisplay_interface): New member frame_parm_handlers.
13789 (enum resource_types): Move declaration here.
13790 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
13791 (x_default_parameter): Add prototypes.
13792
13793 * window.c: Remove extern decl for frame parameter vars.
13794 (change_window_heights): New generic function;
13795 replaces x_change_window_heights. All users changed.
13796
13797 * window.h (change_window_heights): Add prototype.
13798
13799 * xfaces.c: Remove extern decl for frame parameter vars.
13800
13801 * xterm.h (EMACS_CLASS): Remove. Use generic define.
13802 (struct w32_display_info): Fix type of xrdb member.
13803 (enum FULLSCREEN_*): Remove.
13804 Remove prototypes for generic functions (in frame.h).
13805
13806 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13807 parameters now defined in frame.h and frame.c.
f63fd14e 13808 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
13809 (enum x_frame_parms): Remove (bogus, unused enum).
13810 (check_x_display_info): Make non-static (for frame.c).
13811 (struct x_frame_parm_table, x_frame_parms): Remove.
13812 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13813 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13814 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13815 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13816 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13817 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13818 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13819 Remove. Use generic functions instead.
13820 (enum resource_types): Remove.
13821 (x_set_scroll_bar_default_width): New global function (for frame.c).
13822 (Fx_create_frame): Depend on x_figure_window_size to add space for
13823 toolbar and setup size_hint_flags.
13824 (x_frame_parm_handlers): New table for redisplay_interface.
13825 (syms_of_xfns): Don't intern/staticpro removed vars.
9443fcf6 13826
e072891b 13827 * xterm.c: Remove unnecessary extern declarations.
f63fd14e 13828 (x_fullscreen_adjust): Remove. Use generic instead.
e072891b
KS
13829 (x_redisplay_interface): Add x_frame_parm_handlers member.
13830
13831 * w32gui.h (XrmDatabase): New (dummy) typedef.
13832
13833 * w32term.h (EMACS_CLASS): Remove. Use generic define.
13834 (struct w32_display_info): Fix type of xrdb member.
13835 (enum FULLSCREEN_*): Remove.
13836 (x_fullscreen_adjust): Remove prototype.
13837
13838 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13839 parameters now defined in frame.h and frame.c.
f63fd14e 13840 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
13841 (enum x_frame_parms): Remove (bogus, unused enum).
13842 (check_x_display_info): Make non-static (for frame.c).
13843 (struct x_frame_parm_table, x_frame_parms): Remove.
13844 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13845 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13846 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13847 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13848 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13849 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13850 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13851 Remove. Use generic functions instead.
13852 (enum resource_types): Remove.
13853 (x_set_scroll_bar_default_width): New global function (for frame.c).
13854 (Fx_create_frame): Depend on x_figure_window_size to add space for
13855 toolbar and setup size_hint_flags.
13856 (w32_frame_parm_handlers): New table for redisplay_interface.
13857 (syms_of_w32fns): Don't intern/staticpro removed vars.
9443fcf6 13858
e072891b 13859 * w32term.c: Remove unnecessary extern declarations.
52eb0373 13860 (x_fullscreen_adjust): Remove. Use generic instead.
e072891b
KS
13861 (x_redisplay_interface): Add w32_frame_parm_handlers member.
13862
13863 * w32reg.c (x_get_string_resource): Use XrmDatabase.
13864
13865 * macgui.h (XrmDatabase): New (dummy) typedef.
13866
13867 * macterm.h (EMACS_CLASS): Remove.
13868 (struct mac_display_info): Add xrdb member.
13869 (struct mac_output): Add want_fullscreen member.
13870
13871 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13872 parameters now defined in frame.h and frame.c.
f63fd14e 13873 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
13874 (check_x_display_info): Make non-static (for frame.c).
13875 (struct x_frame_parm_table, x_frame_parms): Remove.
13876 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13877 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13878 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13879 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13880 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13881 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13882 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13883 Remove. Use generic functions instead.
13884 (enum resource_types): Remove.
13885 (x_set_scroll_bar_default_width): New global function (for frame.c).
13886 (mac_frame_parm_handlers): New table for redisplay_interface.
13887 (syms_of_macfns): Don't intern/staticpro removed vars.
9443fcf6 13888
e072891b
KS
13889 * macterm.c: Remove unnecessary extern declarations.
13890 (x_redisplay_interface): Add mac_frame_parm_handlers member.
13891
3e6a560b
KS
13892 * Makefile.in (frame.o): Add dependency on blockinput.h and files
13893 included from it (atimer.h and systime.h).
13894
7b7b454e
AS
138952003-03-30 Andreas Schwab <schwab@suse.de>
13896
13897 * xdisp.c (x_insert_glyphs): Fix swapped width and height
13898 parameters for shift_glyphs_for_insert.
13899
13900 * macterm.c (x_redisplay_interface): Add missing entry for
13901 draw_vertical_window_border.
13902
beb402de
KG
139032003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13904
13905 * fileio.c (Fexpand_file_name): In the no-handler case, after
13906 expanding, look again for a handler and invoke it. This is needed
13907 for filenames like "/foo/../user@host:/bar/../baz" -- the first
13908 expansion produces "/user@host:/bar/../baz" which needs to be
13909 expanded again for the finame result "/user@host:/baz".
13910
b676f356
JD
139112003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13912
13913 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
13914 of area to be redrawn for better performance.
13915
3c671a56
SM
139162003-03-28 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * xterm.c (take_vertical_position_into_account): Remove.
13919 (xt_action_hook): Call set_vertical_scroll_bar if needed.
13920 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
13921 (xm_scroll_callback, x_create_toolkit_scroll_bar)
13922 (x_set_toolkit_scroll_bar_thumb): Simplify.
13923 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
13924 (XTread_socket): Remove unused var.
13925 (x_make_frame_invisible): Replace goto with else.
13926
13927 * xdisp.c (set_vertical_scroll_bar): New fun.
13928 (redisplay_window): Use it.
13929
84f2e615
RS
139302003-03-26 Richard M. Stallman <rms@gnu.org>
13931
13932 * xdisp.c (update_tool_bar): Recompute tool bar if
13933 update_mode_lines is set. Set w->update_mode_line
13934 only if the tool bar contents actually change.
13935 (update_menu_bar): Undo previous change.
13936
70b6104c
JD
139372003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13938
5fd6f727
JD
13939 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
13940 (xg_frame_set_char_size): Calculate scroll bar width before frame
13941 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
13942 (xg_separator_p): Check for all documented separator types.
13943 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
13944 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
13945
70b6104c
JD
13946 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
13947 so tool bar gets updated.
13948
d9b36d19
SM
139492003-03-26 Stefan Monnier <monnier@cs.yale.edu>
13950
13951 * data.c (store_symval_forwarding): Re-instate part of the code
13952 that was deleted with too much enthusiasm.
13953
139542003-03-25 Stefan Monnier <monnier@cs.yale.edu>
13955
13956 * data.c (store_symval_forwarding): Delete special read-only
13957 hack for type == -1, since we now use ->constant instead.
13958 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
13959
13960 * buffer.c (overlays_in): Declare static.
13961 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
13962 `constant' field rather than the variable's `type' field.
13963
365fa1b3
AC
139642003-03-24 Andrew Choi <akochoi@shaw.ca>
13965
13966 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
13967
13968 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
13969
13970 * fns.c [MAC_OSX]: Do not redefine vector.
13971
13972 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
13973
13974 * macgui.h: Remove definition of No_Cursor.
13975
d9b36d19 13976 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
365fa1b3
AC
13977
13978 * xdisp.c: Define No_Cursor.
13979 (x_write_glyphs, notice_overwritten_cursor)
13980 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
13981 (note_mouse_highlight): Remove Mac-specific code.
13982 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
d9b36d19 13983
c0bcce6f
JPW
139842003-03-24 John Paul Wallington <jpw@gnu.org>
13985
13986 * xdisp.c (redisplay_window): If mini window's buffer is not
13987 empty, then redisplay it like other windows.
13988
a526b96c
KS
139892003-03-23 Kim F. Storm <storm@cua.dk>
13990
13991 * w32term.c (w32_draw_window_cursor): Fix last change.
13992
37ab321e
KH
139932003-03-23 Kenichi Handa <handa@m17n.org>
13994
a526b96c
KS
13995 * alloc.c (make_string_from_bytes, make_specified_string):
13996 Add `const' for the arg CONTENTS.
37ab321e
KH
13997
13998 * lisp.h (make_string_from_bytes, make_specified_string):
13999 Prototypes adjusted.
14000
7863d625
JD
140012003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14002
a526b96c 14003 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
fd4c9408 14004
7863d625
JD
14005 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
14006 (XG_SB_RANGE): New define.
14007
14008 * gtkutil.c (xg_fixed_handle_expose): New function.
14009 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
14010 expose events.
14011 (xg_update_scrollbar_pos): Take two more arguments, left and width
14012 of scroll bar including borders.
14013 Clear left and right part outside scroll bar separately as some
14014 themes have bars that are not an even number of pixels.
d9b36d19 14015 Don't set reallocate_redraws, don't call
7863d625
JD
14016 gdk_window_process_all_updates.
14017 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
14018 so no need to change it. Calculate size and value with XG_SB_RANGE.
14019
d9b36d19
SM
14020 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
14021 Pass left and width of scroll bar including borders to
7863d625
JD
14022 xg_update_scrollbar_pos.
14023
af0ad939
TTN
140242003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
14025
14026 * Makefile.in: Make sure space precedes end-of-line backslashes.
14027
b22139fd
KS
140282003-03-22 Kim F. Storm <storm@cua.dk>
14029
14030 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
14031 Add generic versions here. Remove system specific versions
14032 defined elsewhere.
14033
14034 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
14035 Add prototypes.
14036
6e6410cf
KS
14037 * xterm.h (STORE_NATIVE_RECT): New macro.
14038
5c9cc435
KS
140392003-03-21 Kim F. Storm <storm@cua.dk>
14040
00c64fab
SM
14041 * xdisp.c (get_glyph_string_clip_rect):
14042 Use FRAME_INTERNAL_BORDER_WIDTH.
5c9cc435
KS
14043
14044 * dispextern.h (struct redisplay_interface): Add active_p
14045 argument to draw_window_cursor member. All uses changed.
14046
acd37560
KS
140472003-03-21 Kim F. Storm <storm@cua.dk>
14048
14049 The following changes consolidate code related to writing and
14050 inserting glyphs, exposing frame, the tool bar, the mouse face,
14051 the output cursor, and help echo from xterm.c, w32term.c and
14052 macterm.c into xdisp.c. It also generalizes the use of the
14053 window_part enum instead of using numeric values throughout.
af0ad939 14054
acd37560
KS
14055 * xdisp.c: Consolidate gui-independent code here.
14056 Include keymap.h.
14057 (Qhelp_echo): Import.
14058 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
14059 (help_echo_string, help_echo_window, help_echo_object)
14060 (previous_help_echo_string, help_echo_pos): Declare here.
14061 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
14062 (estimate_mode_line_height): Define here. Handle windowing
14063 systems directly (without using estimate_mode_line_height_hook).
14064 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
14065 (update_window_cursor, update_cursor_in_window_tree)
14066 (fast_find_position, fast_find_string_pos)
14067 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
14068 (expose_area, expose_line, expose_overlaps, expose_window)
14069 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
14070 declared static as they are only used locally in xdisp.c.
14071 (draw_glyphs): Rename from x_draw_glyphs and make static.
14072 (tool_bar_item_info, notice_overwritten_cursor): Make static.
14073 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14074 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
af0ad939 14075 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
acd37560
KS
14076 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14077 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
14078 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
14079 (note_mouse_highlight, x_clear_window_mouse_face)
14080 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
14081 (x_intersect_rectangles): New generic functions for use by xdisp.c
14082 and GUI front-ends.
14083 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
14084 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
14085
14086 * dispextern.h (Display_Info): Generic typedef for *_display_info.
14087 (NativeRectangle): Generic typedef for rectangle type.
14088 (enum window_part): Move here from window.c.
14089 (struct redisplay_interface): New members flush_display_optional,
14090 define_frame_cursor, clear_frame_area, draw_window_cursor,
14091 draw_vertical_window_border, shift_glyphs_for_insert.
14092 Rename member clear_mouse_face to clear_window_mouse_face.
14093 (estimate_mode_line_height_hook): Remove hook.
14094 (auto_raise_tool_bar_buttons_p): Don't declare extern.
14095 (tool_bar_item_info): Remove prototype.
14096 (help_echo_string, help_echo_window, help_echo_object)
14097 (previous_help_echo_string, help_echo_pos)
14098 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
14099 (x_stretch_cursor_p, output_cursor): Declare extern.
14100 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
14101 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
14102 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14103 (display_and_set_cursor, set_output_cursor, x_cursor_to)
14104 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
14105 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14106 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
14107 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
14108 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
14109 Add prototypes.
14110 (mode_line_string, marginal_area_string): Fix prototypes.
14111
14112 * window.c (enum window_part): Move to dispextern.h.
14113 (coordinates_in_window): Use enum window_part member names
14114 instead of numbers to describe return value.
14115 (struct check_window_data): Change part member to window_part.
14116 (check_window_containing): Return window_part unaltered.
14117 (window_from_coordinates): Change part arg from int to enum
14118 window_part. Allow part arg to be null. All users changed.
14119
14120 * window.h (window_from_coordinates): Fix prototype.
14121
14122 * term.c (estimate_mode_line_height): Move to xdisp.c.
14123
14124 * keyboard.c (make_lispy_event): Use enum window_part.
14125
14126 * dispnew.c (mode_line_string, marginal_area_string): Use enum
14127 window_part instead of int in arg list. Users changed.
14128
14129 * xterm.h (No_Cursor): Declare as None for X.
14130 (struct mac_output): Replace member cross_cursor by hand_cursor.
af0ad939 14131
acd37560
KS
14132 * xterm.c: Remove consolidated defines and code.
14133 (BETWEEN): Remove unused macro.
14134 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
14135 (x_define_frame_cursor, x_clear_frame_area)
14136 (x_draw_window_cursor): New X-specific functions for RIF.
14137 (x_redisplay_interface): Add new members.
14138
14139 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
14140
14141 * w32term.h (struct w32_output): Remove cross_cursor member.
14142
14143 * w32term.c: Remove consolidated defines and code.
14144 (BETWEEN): Remove unused macro.
14145 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
14146 (w32_define_frame_cursor, w32_clear_frame_area)
14147 (w32_draw_window_cursor): New W32-specific functions for RIF.
14148 (w32_redisplay_interface): Add new members.
14149
a64387ee 14150 * w32gui.h (No_Cursor): Define as 0 for W32.
acd37560
KS
14151 (XRectangle): Add X compatible rectangle type.
14152 (NativeRectangle): Declare as RECT for W32.
14153 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14154
14155 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
14156
14157 * w32console.c: Remove consolidated defines and code.
af0ad939 14158
acd37560
KS
14159 * msdos.h (Display_Info): Add generic typedef.
14160
14161 * msdos.c: Remove consolidated defines and code.
14162 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
14163
14164 * macterm.h (struct mac_output): Replace member cross_cursor by
14165 hand_cursor.
14166 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
14167
14168 * macterm.c: Remove consolidated defines and code.
14169 (BETWEEN): Remove unused macro.
14170 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
14171 (mac_define_frame_cursor, mac_clear_frame_area)
14172 (mac_draw_window_cursor): New Mac-specific functions for RIF.
14173 (x_redisplay_interface): Add new members.
14174
14175 * macgui.h (No_Cursor): Define as 0 for Mac.
14176 (XRectangle): Add X compatible rectangle type.
14177 (NativeRectangle): Declare as Rect for Mac.
14178 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14179
204ccab1
KS
14180 * macfns.c (x_set_mouse_color): Setup hand_cursor.
14181 (x_set_cursor_color): Use x_display_and_set_cursor.
acd37560 14182
9443fcf6 14183 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
acd37560
KS
14184 included from it. Add dependency on keymap.h.
14185
14186 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
14187
8ba01a70 141882003-03-21 Kenichi Handa <handa@m17n.org>
3f817c73
KH
14189
14190 * fileio.c (Fexpand_file_name): Fix previous change.
14191
8ba01a70 141922003-03-19 Kenichi Handa <handa@m17n.org>
4f497b0a
KH
14193
14194 * fileio.c (Ffile_name_directory): Reconstruct file name by
14195 make_specified_string.
14196 (Ffile_name_nondirectory, Ffile_name_as_directory)
14197 (Fdirectory_file_name, Fexpand_file_name)
14198 (Fsubstitute_in_file_name): Likewise.
14199 (Fread_file_name): Compare decoded homedir with DIR and
14200 DEFAULT_FILENAME.
14201
14202 * alloc.c (make_specified_string): If NCHARS is negative, count
14203 the number of characters.
14204
19536747
JD
142052003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14206
de38ae5a
JD
14207 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
14208 all widgets.
14209
19536747
JD
14210 * gtkutil.h: Removed xg_ignore_next_thumb.
14211
37ab321e 142122003-03-18 Kenichi Handa <handa@m17n.org>
cb0d4562
KH
14213
14214 * coding.c (Vchar_coding_system_table): Remove this variable.
14215 (Vcoding_system_safe_chars): New variable.
14216 (intersection): Remove this function.
14217 (find_safe_codings): Don't use Vchar_coding_system_table, but try
14218 all codings in SAFE_CODINGS.
00c64fab 14219 (Ffind_coding_systems_region_internal): Adjust for the change of
cb0d4562
KH
14220 find_safe_codings. Get generic coding systems from
14221 Vcoding_system_safe_chars.
14222 (Fdefine_coding_system_internal): New function.
14223 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
14224 Initialize and staticpro Vcoding_system_safe_chars.
14225
17097258
JD
142262003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14227
2a2071c3
JD
14228 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
14229 equal old values before updating.
14230
17097258
JD
14231 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
14232
14233 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
14234
142352003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14236
14237 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
14238 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
14239 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
14240 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
14241 (xg_create_scroll_bar): Pass bar to button event callback.
14242 (xg_find_top_left_in_fixed): New function.
14243 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
14244 whole scroll bar area. Get old position with
14245 xg_find_top_left_in_fixed, calculate and only clear needed areas.
14246 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
14247 dragging is in progress. Calculate whole as for Motif.
14248 Remove code that saved last values. Call gtk_range functions to
14249 set scroll bar sizes.
14250
14251 * gtkutil.h: Removed xg_ignore_next_thumb.
14252
8cb9dfbf
JB
142532003-03-17 Juanma Barranquero <lektu@terra.es>
14254
14255 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
14256 and files included from it.
14257
00c64fab
SM
142582003-03-18 Stefan Monnier <monnier@cs.yale.edu>
14259
14260 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
14261 multiple occurrences of the same keymap under different prefixes.
14262 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
14263
c45bb3b2
JR
142642003-03-16 Jason Rumney <jasonr@gnu.org>
14265
14266 * w32gui.h: Use HDC for Display.
14267
14268 * w32term.c (w32_encode_char): Prevent double-byte chars from
14269 crashing Emacs.
14270
14271 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
14272 as binary.
14273
2a6d0874
JB
142742003-03-16 Juanma Barranquero <lektu@terra.es>
14275
14276 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
14277
03eb5fab
KS
142782003-03-16 Kim F. Storm <storm@cua.dk>
14279
14280 The following changes consolidate some of the gui-independent
14281 parts of the processing and drawing of "glyph strings" from
14282 xterm.c, w32term.c, and macterm.c into xdisp.c.
2a6d0874 14283
03eb5fab
KS
14284 * dispextern.h (struct glyph): Reduce face_id member from 22 to
14285 21 bits (this reduces number of faces from 4M to 2M).
14286 Replace W32 specific w32_font_type member (2 bits) by generic
14287 font_type member (3 bits) for portability.
14288 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
14289 (enum draw_glyphs_face): Define here.
14290 (struct glyph_string): Define here. Merge W32 and X versions.
14291 (struct redisplay_interface): New members per_char_metric,
14292 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
14293 (VCENTER_BASELINE_OFFSET): Define here.
14294 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
14295 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
14296
14297 * xdisp.c: Consolidate gui-independent "glyph string" code here.
14298 (dump_glyph_string): Moved here.
14299 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
14300 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
14301 (fill_composite_glyph_string, fill_glyph_string)
14302 (fill_image_glyph_string, fill_stretch_glyph_string)
14303 (left_overwritten, left_overwriting, right_overwritten)
14304 (right_overwriting, get_char_face_and_encoding)
14305 (set_glyph_string_background_width, compute_overhangs_and_x)
14306 (append_glyph, append_composite_glyph, produce_image_glyph)
14307 (take_vertical_position_into_account, append_stretch_glyph)
14308 (produce_stretch_glyph): New generic functions (based on X version).
14309 Call platform specific functions through rif.
14310 (INIT_GLYPH_STRING): New macro, hides W32 details.
14311 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
14312 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
14313 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
14314 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
14315 (notice_overwritten_cursor):
14316 Generic functions exported to platform modules. Users changed.
14317
14318 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
14319 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
14320 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
fad49844 14321 New macros for consolidated code.
2a6d0874 14322
03eb5fab
KS
14323 * xterm.c: Remove consolidated defines and code.
14324 (x_per_char_metric, x_encode_char)
14325 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
14326 (x_redisplay_interface): Add new members.
14327
14328 * w32gui.h (Display): Add dummy typedef for consolidation.
14329 (XChar2b): Define alias for wchar_t for consolidation.
14330 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14331
14332 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
2a6d0874 14333 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
03eb5fab
KS
14334 New macros for consolidation.
14335
fad49844 14336 * w32term.c: Remove consolidated defines and code.
03eb5fab
KS
14337 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
14338 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
14339 (w32_per_char_metric): Change font_type arg to int for RIF.
14340 (w32_encode_char): Return int according to RIF requirements.
14341 (w32_compute_glyph_string_overhangs): Adapt to RIF.
14342 (w32_get_glyph_overhangs): New function for RIF. Uses generic
14343 x_get_glyph_overhangs.
14344 (w32_redisplay_interface): Add new members.
14345
14346 * macgui.h (XChar2b): Move typedef here for consolidation.
14347 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14348
14349 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
14350 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
14351 consolidation.
14352
14353 * macterm.c: Remove consolidated defines and code.
14354 (mac_per_char_metric): New function for RIF.
00c64fab 14355 (mac_encode_char): Adapt to new RIF requirements.
03eb5fab
KS
14356 (mac_compute_glyph_string_overhangs): Adapt for RIF.
14357 (x_redisplay_interface): Add new members.
14358
00c64fab
SM
143592003-03-15 Stefan Monnier <monnier@cs.yale.edu>
14360
14361 * keymap.c (Vmenu_events): New var.
14362 (syms_of_keymap): Initialize it.
14363 (where_is_internal): Check more carefully what is a menu event.
14364
225c7a07
RS
143652003-03-14 Richard M. Stallman <rms@gnu.org>
14366
14367 * lread.c (read1): After #!, exit loop on eof.
14368
cea9be54
JD
143692003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14370
9ea0e54d
JD
14371 * gtkutil.h: Add declaration for xg_frame_cleared.
14372
0cb35f4e
JD
14373 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
14374
cea9be54
JD
14375 * gtkutil.c (struct xg_last_sb_pos): New structure.
14376 (handle_fixed_child): New function.
14377 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
14378 and force a redraw on them.
14379 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
14380 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
14381 so we can avoid unneeded redraws.
14382 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
14383 and force a redraw on the scroll bar.
14384 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
14385 if xg_last_sb_pos shows the positions are up to date.
0cb35f4e 14386 (xg_frame_cleared): New function.
cea9be54 14387
20b853f3
KH
143882003-03-13 Kenichi Handa <handa@m17n.org>
14389
14390 * coding.c (Fdetect_coding_region): Fix docstring.
14391 (Fdetect_coding_string): Fix docstring.
14392
7a555aff
AS
143932003-03-13 Andreas Schwab <schwab@suse.de>
14394
25cc0080
AS
14395 * gtkutil.c: Add prototype for create_menus.
14396
30225431
AS
14397 * data.c (long_to_cons): Fix type of top.
14398
14399 * xselect.c (selection_data_to_lisp_data): Use int instead of
14400 long for an integer of size 4.
14401
7a555aff 14402 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
30225431 14403 (xg_tool_bar_help_callback): Likewise.
7a555aff 14404
a3e4741f
AS
144052003-03-12 Andreas Schwab <schwab@suse.de>
14406
14407 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
14408
9668be7c
KS
144092003-03-12 Kim F. Storm <storm@cua.dk>
14410
03eb5fab 14411 The following changes consolidate the fringe handling from
9668be7c 14412 xterm.c, w32term.c, and macterm.c into xdisp.c.
00a88f32 14413
9668be7c
KS
14414 * xdisp.c: Consolidate fringe handling code here.
14415 (left_bits, right_bits, continued_bits, continuation_bits)
14416 (ov_bits, zv_bits): Define fringe bitmaps.
14417 (fringe_bitmaps): New array holding fringe bitmaps.
14418 (draw_fringe_bitmap): Draw a specific bitmap; call display
14419 specific drawing routine via rif->draw_fringe_bitmap.
14420 (draw_row_fringe_bitmaps): Generic replacement for
14421 x_draw_row_fringe_bitmaps; all callers changed.
14422 (compute_fringe_widths): Generic replacement for
14423 x_compute_fringe_widths; all callers changed.
14424
14425 * dispextern.h (enum fringe_bitmap_type): Define here.
14426 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
14427 (fringe_bitmaps): Declare extern.
14428 (struct redisplay_interface): New member draw_fringe_bitmap.
14429 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
14430
14431 * xterm.c: Remove generic fringe code.
14432 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14433 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14434
14435 * w32term.c: Remove generic fringe code.
14436 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
14437 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
00a88f32 14438
9668be7c
KS
14439 * macterm.c: Remove generic fringe code.
14440 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14441 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14442
00a88f32
SM
144432003-03-11 Stefan Monnier <monnier@cs.yale.edu>
14444
14445 * print.c (Fprin1_to_string): Return unibyte string if possible.
14446
1d1de695
DK
144472003-03-09 David Kastrup <dak@gnu.org>
14448
14449 * process.c (read_process_output): We have allocated enough space
14450 for readmax and carryover, so actually use the alloted space.
14451
257f40f2
JD
144522003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14453
14454 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
14455 toolkit scrollbar click.
14456
14457 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
14458 for USE_GTK.
14459 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
14460 also.
1d1c7e75 14461 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
257f40f2 14462 scrollbar and control is pressed, call x_scroll_bar_handle_click.
00a88f32 14463
78819ebb 14464 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
257f40f2
JD
14465
14466 * gtkutil.c (xg_get_scroll_id_for_window): New function.
14467 (xg_tool_bar_item_expose_callback): New function.
14468 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
14469 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
14470 on the tool bar widget.
14471 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
14472 to expose on the tool bar item widgets.
14473
15213141
JD
144742003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14475
26b74a0b 14476 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
00a88f32 14477 struct image* when deciding to update (struct image* may have been
26b74a0b
JD
14478 deleted from the image cache).
14479
15213141
JD
14480 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
14481 the event isn't for a frame (i.e. for dialogs).
14482
20b853f3 144832003-03-07 Kenichi Handa <handa@m17n.org>
cb681b34
KH
14484
14485 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
14486 composition components reaches the limit, terminate composing.
14487 (COMPOSITION_OK): New macro.
00a88f32 14488 (detect_coding_iso2022): Use it if an escape sequence for
cb681b34
KH
14489 composition is found.
14490 (coding_restore_composition): Adjust the number of composition
14491 components if it is not sane.
14492
c9029fe5
JB
144932003-03-06 Juanma Barranquero <lektu@terra.es>
14494
14495 * w32term.h (struct w32_display_info): Add xrdb member to support
14496 passing resources via -xrm on Windows.
14497
14498 * w32term.c (w32_make_rdb): New function.
14499 (w32_term_init): Use it to initialize xrdb member of w32_display_info
14500 struct. Delete leftover code.
14501
14502 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
14503 for resources passed on the command line.
14504
14505 * w32reg.c (w32_get_rdb_resource): New function.
14506 (x_get_string_resource): Use it, so resources passed with -xrm
14507 supercede the ones in the registry.
14508
9d00001f
JD
145092003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14510
14511 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
14512 instead of x_top_window_to_frame.
14513
ca2417b9
JD
145142003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14515
14516 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
14517 when restarting Emacs.
14518
5b20caf0
RS
145192003-03-03 Richard M. Stallman <rms@gnu.org>
14520
14521 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
14522 to run kill-buffer-query-functions.
14523 (Qkill_buffer_query_functions): New var.
14524 (syms_of_buffer): Init and staticpro it.
14525
58e91b77
JD
145262003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14527
14528 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
14529
932357b4
KS
145302003-02-25 Kim F. Storm <storm@cua.dk>
14531
14532 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
14533 If centering point failed to make whole line visible and vscroll
14534 is non-zero, disable vscroll and try centering point again.
14535
14536 * lread.c (read1): Accept `single space' syntax like (? x).
14537
bb8db7e1
JD
145382003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14539
14540 * keyboard.c (cancel_hourglass_unwind): Surround with
14541 #ifdef HAVE_X_WINDOWS
14542
47d77aab
KH
145432003-02-25 Kenichi Handa <handa@m17n.org>
14544
14545 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
14546 process only when "subprocesses" is defined.
14547
6a097c0c
SM
145482003-02-24 Stefan Monnier <monnier@cs.yale.edu>
14549
14550 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
14551
0b063c27
JB
145522003-02-24 Juanma Barranquero <lektu@terra.es>
14553
d1135afc
JB
14554 * callint.c (fix_command): Declare as static void and move before
14555 Fcall_interactively.
14556
0b063c27
JB
14557 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
14558 (syms_of_xdisp): Don't initialize Qwhen.
14559
0af912f0
JD
145602003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14561
14562 * keyboard.c (cancel_hourglass_unwind): New function.
14563 (command_loop_1): Cancel hourglass with unwind-protect.
14564
120d0a23
RS
145652003-02-23 Richard M. Stallman <rms@gnu.org>
14566
14567 * callint.c (fix_command): New subroutine, from Fcall_interactively.
14568 Detect (when ... (region-beginning)) etc.
14569 (Fcall_interactively): Call fix_command.
14570 (Qif, Qwhen): New variables.
14571 (syms_of_callint): Init and staticpro them.
0b063c27 14572
120d0a23
RS
14573 * regex.c (print_partial_compiled_pattern): Output to stderr.
14574
4ece81a6
KG
145752003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
14576
14577 * dired.c (directory_files_internal): Don't expand directory.
14578 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
14579 instead. From Lars Hansen <larsh@math.ku.dk>.
14580
e52bd6b7
SM
145812003-02-22 Stefan Monnier <monnier@cs.yale.edu>
14582
14583 * fns.c (string_to_multibyte): Remove unused var i.
14584 (Flanginfo): Fix int/Lisp_Object mixup.
14585 (void_call2): New fun.
14586 (Fmap_char_table): Use it in place of call2.
14587
14588 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
14589
14590 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
14591
14592 * keymap.c (copy_keymap_1): Make it static.
14593
14594 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
14595
c33ef7c4
JB
145962003-02-22 David Ponce <david@dponce.com>
14597
14598 * lread.c (Fload): Don't check STRING_MULTIBYTE.
14599
16782258
JD
146002003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14601
14602 * process.h: Removed subtty field from struct Lisp_Process.
14603
14604 * process.c (create_process): Remove setting of subtty.
14605 (emacs_get_tty_pgrp): New function.
e52bd6b7
SM
14606 (Fprocess_running_child_p, process_send_signal):
14607 Call emacs_get_tty_pgrp instead of ioctl.
16782258
JD
14608 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
14609
3abeca61
KG
146102003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
14611
14612 * keymap.c (Fdefine_key): Doc fix.
14613
92a8ce63
JB
146142003-02-21 Juanma Barranquero <lektu@terra.es>
14615
14616 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
14617
14618 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
14619 POLLING_PROBLEM_IN_SELECT.
14620
14621 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
14622 Delete #undef of POLLING_PROBLEM_IN_SELECT.
14623
14624 * s/hpux10-20.h: New file.
14625
e52bd6b7
SM
14626 * process.c (wait_reading_process_input):
14627 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
92a8ce63 14628
20f1ef2e
KH
146292003-02-20 Kenichi Handa <handa@m17n.org>
14630
32d0a9dc
KH
14631 * fontset.c (check_fontset_name): If NAME is nil, return the
14632 default fontset.
14633 (override_font_info): New function.
e52bd6b7 14634 (Fset_fontset_font): Document that NAME nil means the default fontset.
32d0a9dc
KH
14635 (Ffontset_info): If FONTSET is not the default fontset, merge
14636 FONTSET onto the copy of the default fontset, and work on that
14637 copy. Document that NAME nil means the default fontset.
14638 (Ffontset_font): Document that NAME nil means the default fontset.
14639
20f1ef2e
KH
14640 * process.c (setup_process_coding_systems): If the process's
14641 in/out descriptor is -1, do nothing.
14642
77d1daf2
AS
146432003-02-19 Andreas Schwab <schwab@suse.de>
14644
e52bd6b7
SM
14645 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
14646 Add prototypes.
77d1daf2 14647
f9a45bb3
KH
146482003-02-19 Kenichi Handa <handa@m17n.org>
14649
14650 * xfaces.c (try_alternative_families): Try all scalable fonts if
14651 Vscalable_fonts_allowed is not Qt.
14652
72ecb43c
JD
146532003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14654
14655 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
14656
ee5be7c3
JD
146572003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14658
14659 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
14660 names.
14661
14662 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
e52bd6b7 14663 (sorted_font_list): Move allocation of struct font_name to
ee5be7c3
JD
14664 x_face_list_fonts.
14665 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
14666 (Fx_list_fonts): Set maxnames to -1 to get all font names.
14667
4cd519a7
KS
146682003-02-18 Kim F. Storm <storm@cua.dk>
14669
068f9882
KS
14670 * lread.c (read1): Fix last change.
14671 "`" is not always special. Allow "?" after a character constant.
4cd519a7 14672
7290a344
AC
146732003-02-18 Andrew Choi <akochoi@shaw.ca>
14674
14675 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
14676
1f7fa69b
AS
146772003-02-18 Andreas Schwab <schwab@suse.de>
14678
14679 * window.c (window_scroll_pixel_based): Move outside a
14680 multi-glyph character before setting new window start.
14681
14682 * xdisp.c (in_display_vector_p): New function.
14683 * dispextern.h (in_display_vector_p): Declare.
14684
23e21195
KS
146852003-02-18 Kim F. Storm <storm@cua.dk>
14686
14687 * lread.c (read1): Fix and relax read syntax.
14688 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
14689 Only recognize "," after dotted-pair dot if inside backquote.
14690 Never include "`" or "," (inside backquote) in a symbol.
14691 Allow dotted-pair dot after a character constant.
14692 Allow "`" and "," (inside backquote) after a character constant.
92a8ce63 14693
f098b121
JD
146942003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14695
14696 * gtkutil.c (xg_tool_bar_expose_callback): New function.
14697 (xg_create_tool_bar): Force style of tool bar to be horizontal with
14698 icons. Set name of tool bar to emacs-toolbar.
14699 (update_frame_tool_bar): Connect expose event to
14700 xg_tool_bar_expose_callback.
14701
63020c46
RS
147022003-02-17 Richard M. Stallman <rms@gnu.org>
14703
14704 * keyboard.c (this_command_key_count_reset): New variable.
14705 Initiatize to 0 where this_command_key_count is set.
14706 (read_char): Save and restore this_command_key_count_reset
14707 around input method code.
14708 (read_char): If this_command_key_count_reset, echo reread commands.
14709 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
14710
fb4452cc
KH
147112003-02-17 Kenichi Handa <handa@m17n.org>
14712
14713 * fns.c (string_to_multibyte): Always return a multibyte string.
14714
bd11cc09
JR
147152003-02-16 Jason Rumney <jasonr@gnu.org>
14716
e52bd6b7
SM
14717 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
14718 Negative max_fonts parameter means list all.
bd11cc09 14719
4cdf4bde
DL
147202003-02-14 Dave Love <fx@gnu.org>
14721
14722 * fns.c (Flanginfo): Doc fix.
14723
023b93f6
KS
147242003-02-13 Kim F. Storm <storm@cua.dk>
14725
37cd4238
KS
14726 * lread.c (read_escape): Interpret \s as a SPACE character, except
14727 for \s-X in a character constant which still is the super modifier.
14728 (read1): Signal an `invalid read syntax' error if a character
14729 constant is immediately followed by a digit or symbol character.
14730
140a6b7e
KS
14731 * search.c (Fmatch_data): Doc fix. Explicitly state that
14732 match-data is undefined if last search failed.
14733
3419757d 14734 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
023b93f6
KS
14735 All uses changed.
14736
7d5c86e5
JB
147372003-02-12 Juanma Barranquero <lektu@terra.es>
14738
14739 * eval.c (Fdefmacro): Fix typo.
14740
295fff2c
KS
147412003-02-12 Kim F. Storm <storm@cua.dk>
14742
14743 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
14744 macro is a string, convert meta modifiers in string when copying
14745 the string into a vector.
14746
60f3202d
KS
147472003-02-11 Kim F. Storm <storm@cua.dk>
14748
14749 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
14750
61cb0b53
KH
147512003-02-11 Kenichi Handa <handa@m17n.org>
14752
14753 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
14754
7392e23c
KS
147552003-02-10 Kim F. Storm <storm@cua.dk>
14756
14757 * process.c: Doc fixes.
14758 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
14759
ce4254bd
KH
147602003-02-10 Kenichi Handa <handa@m17n.org>
14761
9c7a329a
KH
14762 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
14763
ce4254bd
KH
14764 * process.c (QCfilter_multibyte): New variable.
14765 (setup_process_coding_systems): New function.
e52bd6b7
SM
14766 (Fset_process_buffer, Fset_process_filter):
14767 Call setup_process_coding_systems.
ce4254bd
KH
14768 (Fstart_process): Initialize the member `filter_multibyte' of
14769 struct Lisp_Process.
14770 (create_process): Call setup_process_coding_systems.
14771 (Fmake_network_process): New keyward `:filter-multibyte'.
14772 Initialize the member `filter_multibyte' of struct Lisp_Process.
14773 Call setup_process_coding_systems.
14774 (server_accept_connection): Call setup_process_coding_systems.
14775 (read_process_output): If the process has a filter, decide the
14776 multibyteness of a string to given to the filter by
14777 `filter_multibyte' member of the process. If the process doesn't
14778 have a filter and the result of conversion is unibyte, use
14779 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
14780 multibyte form.
14781 (Fset_process_coding_system): Call setup_process_coding_systems.
14782 (Fset_process_filter_multibyte): New function.
14783 (Fprocess_filter_multibyte_p): New function.
14784 (syms_of_process): Intern and staticpro QCfilter_multibyte.
14785 Defsubr Sset_process_filter_multibyte and
14786 Sprocess_filter_multibyte_p.
14787
14788 * process.h (struct Lisp_Process): New member filter_multibyte.
14789
14790 * lisp.h (setup_process_coding_systems): Add prototype.
14791
14792 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
14793 process, update coding systems for the process.
14794
b08d5f59
KH
147952003-02-09 Kenichi Handa <handa@m17n.org>
14796
14797 * fns.c (string_to_multibyte): New function.
14798 (Fstring_to_multibyte): New function.
14799 (syms_of_fns): Defsubr it.
14800
0dfd93c0
AS
148012003-02-08 Andreas Schwab <schwab@suse.de>
14802
14803 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
14804 instead of the substitution.
14805
7b76ca1c
JD
148062003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14807
14808 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
14809
14810 * xmenu.c (menu_position_func): Adjust menu popup position so that
14811 the menu is fully visible.
7b76ca1c 14812
2436a4e4
JD
148132003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14814
14815 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
e52bd6b7
SM
14816 (x_make_frame_invisible, x_wm_set_icon_position):
14817 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
2436a4e4
JD
14818
14819 * xfns.c (x_set_name, x_set_title): Ditto.
14820
37d1e680
RS
148212003-02-04 Richard M. Stallman <rms@gnu.org>
14822
14823 * keyboard.c (echo_now): Update before_command_echo_length.
14824 (Freset_this_command_lengths): Reset this_command_key_count etc.
14825 immediately rather than arranging to do it later.
14826 (before_command_key_count_1, before_command_echo_length_1)
14827 (before_command_restore_flag): Vars deleted.
14828 (add_command_key): Don't handle before_command_restore_flag.
14829 (read_char, record_menu_key): Don't update before_command_key_count or
14830 before_command_echo_length.
14831 (read_char): Don't handle before_command_restore_flag.
14832
14833 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
14834 in direct-output clauses if it wouldn't be called in the ordinary case.
14835
578846a3
KS
148362003-02-04 Kim F. Storm <storm@cua.dk>
14837
14838 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
14839
49853a4d
JD
148402003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14841
14842 * gtkutil.c (remove_from_container): Copying list is not needed.
14843 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
14844 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
14845 on list returned from gtk_container_get_children to avoid memory leak.
14846
8b53dc06
JR
148472003-02-01 Jason Rumney <jasonr@gnu.org>
14848
5d54d177
JR
14849 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
14850 local malloc.
14851 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
14852 definitions in xpm.h.
14853 (init_xpm_functions): New function.
f63fd14e 14854 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
5d54d177
JR
14855 (init_external_image_libraries): Try to load libXpm.dll.
14856
8b53dc06
JR
14857 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
14858 timestamp.
14859
b222e415
DL
148602003-01-31 Dave Love <fx@gnu.org>
14861
14862 * syntax.c (Fskip_chars_forward)
14863 (open-paren-in-column-0-is-defun-start): Doc fix.
14864
c60ee5e7
JB
148652003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
14866
14867 * fileio.c: Support // at start of name for Cygwin (just added proper
14868 preprocessor tests).
14869
14870 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
14871
14872 * Makefile.in: Use @EXEEXT@ for Cygwin.
14873
14874 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
14875
14876 * s/cygwin.h: Added for Cygwin port.
14877
53b37591
JB
148782003-01-31 Juanma Barranquero <lektu@terra.es>
14879
14880 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
14881 when including gif_lib.h.
fe929957 14882 (init_gif_functions, init_tiff_functions): New functions.
f63fd14e
JB
14883 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
14884 Windows. Disable color table lookups. Call library functions
53b37591 14885 through pointers determined at runtime.
fe929957
JB
14886 (init_external_image_libraries): Try to load libungif.dll and
14887 libtiff.dll.
53b37591 14888
45415a8f
KH
148892003-01-31 Kenichi Handa <handa@m17n.org>
14890
14891 * xdisp.c (SKIP_GLYPHS): New macro.
e52bd6b7 14892 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
45415a8f 14893
a97e4138
JD
148942003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14895
e52bd6b7 14896 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
a97e4138 14897
6eed9bed
DL
148982003-01-30 Dave Love <fx@gnu.org>
14899
14900 * alloc.c (Vgc_elapsed, gcs_done): New variables.
14901 (Fgarbage_collect): Use them.
14902 (init_alloc, syms_of_alloc): Set them up.
14903
100dcd40
JB
149042003-01-30 Juanma Barranquero <lektu@terra.es>
14905
14906 * w32fns.c (init_external_image_libraries): Add missing operator.
14907
fbd852af
JR
149082003-01-29 Jason Rumney <jasonr@gnu.org>
14909
14910 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
14911 an alternative name for jpeg.dll.
14912
8a2d8020
KH
149132003-01-29 Kenichi Handa <handa@m17n.org>
14914
14915 * xdisp.c (set_cursor_from_row): Pay attention to string display
14916 properties.
14917
058c18c7
AC
149182003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14919
14920 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
14921 <escape>.
14922 (keycode_to_xkeysym_table): Reformat and add more comments.
14923 (XTread_socket): Drop special case for backspace.
14924
385f11cf
AC
149252003-01-28 Andrew Choi <akochoi@shaw.ca>
14926
14927 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
14928 values in old-style RGB specs.
14929
c922a224
JB
149302003-01-27 Juanma Barranquero <lektu@terra.es>
14931
14932 * w32fns.c (init_external_image_libraries): Try alternate names for the
14933 jpeg dll.
14934
0a1d6de0
JD
149352003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14936
14937 * gtkutil.c (create_dialog, xg_separator_p)
14938 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
14939 before calling strcmp or strlen.
14940
a97e4138 149412003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1d1885fc
JD
14942
14943 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
14944 and handle image load failure.
14945
28908312
JR
149462003-01-26 Jason Rumney <jasonr@gnu.org>
14947
14948 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
14949 New functions.
f63fd14e
JB
14950 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
14951 Disable color table lookups. Call jpeg library functions
28908312
JR
14952 through pointers determined at runtime.
14953 (init_external_image_libraries): Try to load jpeg.dll.
14954
84e47416
RS
149552003-01-25 Richard M. Stallman <rms@gnu.org>
14956
14957 * lisp.h: Declare format2 instead of format1.
14958
14959 * fileio.c (barf_or_query_if_file_exists):
14960 Call format2 instead of format1.
14961
14962 * editfns.c (format2): New function, replaces format1
14963 but takes exactly two Lisp Objects as format args.
14964
14965 * buffer.c (Fkill_buffer): Call format2 instead of format1.
14966
a97e4138 149672003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1fcfb866
JD
14968
14969 * xterm.h: Change to return value of x_dispatch_event to int.
14970
14971 * xterm.c (x_filter_event): New function.
14972 (event_handler_gdk, XTread_socket): Call x_filter_event.
14973 (x_dispatch_event): Change to return value of finish.
14974 (event_handler_gdk): Use return value from x_dispatch_event.
14975
14976 * xfns.c (x_window): Call create_frame_xic for GTK version to
14977 initialize input methods.
14978
14979 * gtkutil.h: Add (void) prototypes.
14980
14981 * gtkutil.c (create_menus): Remove code that puts the help menu to
14982 the right.
14983
54eefef1
JR
149842003-01-25 Jason Rumney <jasonr@gnu.org>
14985
14986 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
14987 [HAVE_PNG]: Sync with xfns.c version.
f63fd14e
JB
14988 (png_load): Adjust colors for Windows. Use Windows
14989 bitmaps. Disable color table lookups.
c262430d
JR
14990 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
14991 (init_png_functions): New function.
14992 (png_read_from_memory, png_load): Call png library functions
14993 through pointers determined at runtime.
14994 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
14995 (init_external_image_libraries): New function.
14996 (init_xfns): Call it.
54eefef1 14997
1a9e275b
AS
149982003-01-24 Andreas Schwab <schwab@suse.de>
14999
15000 * minibuf.c (Fminibuffer_message): Verify type of parameter.
15001
a97e4138 150022003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
81e302ef
JD
15003
15004 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
15005 of static initializer.
15006
422eec7e
DL
150072003-01-24 Dave Love <fx@gnu.org>
15008
15009 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
15010 architectures.
15011
15012 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
15013 Use __alignof__.
15014
2a026b04
KH
150152003-01-24 Kenichi Handa <handa@m17n.org>
15016
15017 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
e52bd6b7 15018 It it is nonzero, don't pretend that an invisible area doesn't exist.
2a026b04
KH
15019 (command_loop_1): Call adjust_point_for_property with proper
15020 second arg.
15021
a18bb28d
JR
150222003-01-22 Jason Rumney <jasonr@gnu.org>
15023
15024 Sync changes with xterm.c and xfns.c.
15025
15026 * w32term.c (x_draw_glyph_string_foreground)
15027 (x_draw_composite_glyph_string_foreground): Implement overstriking.
15028
15029 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
15030 phys_cursor's hpos is overwritten. This is still not completely
15031 correct, as it doesn't really make sense to use hpos at all to
15032 get the cursor glyph (as that is relative to the width of the
15033 characters on the line, which may have changed during the update).
15034
15035 * w32term.c (notice_overwritten_cursor): Handle the special case
15036 of the cursor being in the first blank non-text line at the
15037 end of a window.
15038
15039 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
15040 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
15041 Compute from the x position returned by x_draw_glyphs.
15042
15043 (x_display_and_set_cursor): Don't set phys_cursor_width here,
15044 except for NO_CURSOR and system caret, to make phys_cursor_width
15045 contain what its name suggests.
15046 (notice_overwritten_cursor): Consider the cursor image erased if
15047 the output area intersects the cursor image in y-direction.
15048
6a097c0c
SM
15049 * w32term.c (note_mode_line_or_margin_highlight): Rename from
15050 note_mode_line_highlight and extend.
a18bb28d
JR
15051
15052 * w32term.c (last_window): New variable.
15053 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
15054 (note_mouse_movement): Remove reimplemented code in #if 0.
15055
15056 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
15057 not update_mode_lines, and always set it to 1.
15058
ac6e47ef
JR
150592003-01-21 Jason Rumney <jasonr@gnu.org>
15060
15061 * w32fns.c (IDC_HAND): Define it if system headers don't.
15062
150632003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15064
15065 * w32term.h (struct w32_output): New member hand_cursor.
15066 (WM_EMACS_SETCURSOR): New message definition.
15067
15068 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
15069 function w32_define_cursor.
15070 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
15071 position, change member name output_data.x to output_data.w32 and
15072 add function w32_define_cursor.
15073 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
15074 and change member name output_data.x to output_data.w32.
e52bd6b7
SM
15075 (w32_initialize_display_info):
15076 Setup dpyinfo->vertical_scroll_bar_cursor.
ac6e47ef
JR
15077
15078 * w32fns.c (Vx_hand_shape): New variable.
15079 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
15080 WM_EMACS_SETCURSOR.
15081 (x-create-frame): Setup Cursor types.
15082
ceb39a17
JB
150832003-01-21 David Ponce <david@dponce.com>
15084
ac6e47ef 15085 * w32term.c (w32_encode_char): For DIM=1 charset, set
52eb0373
JB
15086 ccl->reg[2] to -1 before calling ccl_driver.
15087 (Sync. with xterm.c x_encode_char change by Kenichi Handa
15088 <handa@m17n.org> on 2002-09-30.)
ac6e47ef
JR
15089 (w32_draw_relief_rect): Declare all args.
15090 (w32_define_cursor): New.
15091
15092 * w32fns.c (w32_load_cursor): New function.
15093 (w32_init_class): Use it.
15094 (x_put_x_image): Declare all args.
15095
b6189c3b 150962003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
46cf0bed
JB
15097
15098 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
15099
a97e4138 151002003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e8794476
JD
15101
15102 * gtkutil.c: Must include stdio.h before termhooks.h
15103
83fc9c63
DL
151042003-01-21 Dave Love <fx@gnu.org>
15105
15106 * alloc.c (Fgc_status): Print zombie list.
15107 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15108 Fix assignment of zombies.
15109 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15110 Don't take car of non-cons.
15111
15112 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15113
15114 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15115
fe04b8c8
JR
151162003-01-20 David Ponce <david@dponce.com>
15117
15118 * w32menu.c (digest_single_submenu): Declare all args.
15119
15120 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
15121 changes in xmenu.c:
15122
15123 (parse_single_submenu): Use individual keymap's prompt
15124 string as pane name, if there is one.
15125 (set_frame_menubar): Save menu_items_n_panes from each call to
15126 parse_single_submenu and use it when calling digest_single_submenu.
15127
539e69a9
ST
151282003-01-20 Steven Tamm <steventamm@mac.com>
15129
7e26f91b 15130 * macterm.c (XTread_socket): Check for valid, visible window
539e69a9
ST
15131 before sending a scroll-wheel event.
15132
675d000f
RS
151332003-01-20 Richard M. Stallman <rms@gnu.org>
15134
15135 * xdisp.c (redisplay_window): If mini window's buffer is not
15136 a minibuffer, then redisplay it like other windows.
15137
a97e4138 151382003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22174d10
JD
15139
15140 * gtkutil.c (xg_create_frame_widgets): Check if there is an
15141 external tool bar before setting tool bar height.
15142
048addec
JD
151432003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15144
15145 * xterm.c (handle_one_xevent): Surround popup_activated
15146 with #ifdef:s for non-toolkit version.
15147
15148 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
15149 (gtkutil.o): New file.
15150 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
15151 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
15152
15153 * gtkutil.c: New file for GTK version.
15154
15155 * gtkutil.h: New file for GTK version.
15156
15157 * xterm.h: Add xt_or_gtk_widget.
15158 Include gtk files for USE_GTK.
15159 (struct x_output): Add toolbar_height.
15160 (struct x_output): Add GTK widgets and Gdk size_hints.
15161 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
15162 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
15163 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
15164
15165 * xterm.c: Include gtkutil.h for USE_GTK.
78819ebb 15166 (free_frame_menubar): Declare extern void for USE_GTK.
048addec
JD
15167 (note_mouse_highlight): Check popup_activated for USE_GTK.
15168 (xt_action_hook): Don't compile if USE_GTK.
15169 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
15170 (xg_scroll_callback): New function.
15171 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
15172 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
15173 for USE_GTK.
15174 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
15175 xg_show_scroll_bar for USE_GTK.
15176 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
15177 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
15178 (event_handler_gdk): New function for USE_GTK.
15179 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
15180 (handle_one_xevent): Make sure widget is mapped before
15181 calling x_real_positions for USE_GTK.
15182 (XTread_socket): Add GTK event loop for USE_GTK.
15183 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
15184 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
15185 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
15186 (x_iconify_frame): Add code for USE_GTK.
15187 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
15188 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
15189 is in gtkutil.c.
15190 (x_term_init): Add initialization for GTK.
15191 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
15192
15193 * xmenu.c: Include gtkutil.h for USE_GTK.
15194 (Fx_popup_menu): Use current position if x and y is NIL.
6bdb309a
SM
15195 (single_menu_item, single_menu_item, Fx_popup_dialog):
15196 Check for USE_GTK.
048addec
JD
15197 (popup_widget_loop): New function for USE_GTK.
15198 (x_activate_menubar): Add code for USE_GTK.
15199 (popup_activate_callback, popup_deactivate_callback)
6bdb309a
SM
15200 (menu_highlight_callback, menubar_selection_callback):
15201 Add USE_GTK versions.
048addec
JD
15202 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
15203 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
15204 (free_frame_menubar): Only compile if not USE_GTK. GTK version
15205 is in gtkutil.c.
15206 (popup_selection_callback): New version for USE_GTK.
15207 (create_and_show_popup_menu): New fuction, one USE_GTK version and
6bdb309a 15208 one USE_X_TOOLKIT version.
048addec
JD
15209 (xmenu_show): Call create_and_show_popup_menu.
15210 (dialog_selection_callback): New version for USE_GTK.
15211 (create_and_show_dialog): New fuction, one USE_GTK version and
6bdb309a 15212 one USE_X_TOOLKIT version.
048addec
JD
15213 (xdialog_show): Call create_and_show_dialog.
15214
15215 * xfns.c: Include gtkutil for USE_GTK.
15216 (x_window_to_frame, x_any_window_to_frame)
15217 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15218 (x_top_window_to_frame): Add code for USE_GTK.
15219 (x_set_background_color): Call xg_set_background_color for GTK.
15220 (x_set_menu_bar_lines): Check for USE_GTK.
15221 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
15222 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
15223 (x_window): Call xg_create_frame_widgets for USE_GTK.
15224 (Fx_create_frame): Check for USE_GTK
15225 (Fx_file_dialog): New implementation for USE_GTK.
15226
15227 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
15228 (update_menu_bar): Add check for USE_GTK.
15229 (update_tool_bar): Add check for USE_GTK and external tool bar.
15230 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
15231 (redisplay_internal): Add check for USE_GTK and popup_activated.
15232 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
15233 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
15234 (display_menu_bar): Add check for USE_GTK
15235
78819ebb 15236 * lisp.h (Vx_resource_name): Declare extern.
048addec 15237
a64387ee 15238 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
048addec
JD
15239 for USE_GTK.
15240 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
15241
15242 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
15243 (FRAME_EXTERNAL_TOOL_BAR): New macro.
15244 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
15245
15246 * fileio.c (Fread_file_name): Add check for USE_GTK.
15247
6bdb309a
SM
15248 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
15249 Add check for USE_GTK.
048addec
JD
15250
15251 * config.in: Added HAVE_GTK
15252
15253 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
15254
152552003-01-18 Stefan Monnier <monnier@cs.yale.edu>
15256
15257 * charset.h (Funibyte_char_to_multibyte): Export.
15258
152592003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15260
15261 * xmenu.c (mouse_position_for_popup): New function.
15262 (Fx_popup_menu): Call mouse_position_for_popup for X and
15263 mouse_position_hook for others.
15264
152652003-01-17 Kim F. Storm <storm@cua.dk>
15266
15267 * editfns.c (Finsert): Mention `string-make-multibyte' and
15268 `string-as-multibyte' in doc string.
15269
152702003-01-17 Kenichi Handa <handa@m17n.org>
15271
15272 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
3c02a6f5 15273
048addec
JD
15274 * editfns.c (Fformat): Convert an unibyte char argument that is
15275 formatted by "%c" to multibyte if the total result must be a
15276 multibyte string.
cd7df9c0 15277
048addec 152782003-01-16 Kim F. Storm <storm@cua.dk>
cd7df9c0 15279
048addec
JD
15280 * process.c (set-process-filter): Document unibyte/multibyte-ness
15281 of string argument.
56210ecd 15282
048addec 152832003-01-16 Kenichi Handa <handa@m17n.org>
56210ecd 15284
048addec 15285 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
56210ecd 15286
048addec
JD
15287 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
15288 (re_search_2): Likewise.
6df8b9fe 15289
048addec 152902003-01-15 Kenichi Handa <handa@m17n.org>
6df8b9fe 15291
048addec
JD
15292 * xdisp.c (message_dolog): Fix bug of the case that *Message*
15293 buffer is unibyte.
292ddc31 15294
048addec 152952003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
292ddc31 15296
048addec 15297 * fns.c (Fsubstring): Clarify doc string.
292ddc31 15298
048addec
JD
15299 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
15300 (Fprevious_char_property_change)
15301 (Fnext_single_char_property_change)
15302 (Fprevious_single_char_property_change, Fnext_property_change)
15303 (Fnext_single_property_change, Fprevious_property_change)
15304 (Fprevious_single_property_change, Fadd_text_properties)
15305 (Fput_text_property, Fset_text_properties)
15306 (Fremove_text_properties, Fremove_list_of_text_properties)
15307 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
63e4e4c6 15308
048addec 153092003-01-14 Kim F. Storm <storm@cua.dk>
63e4e4c6 15310
048addec
JD
15311 * process.h (struct Lisp_Process): New member plist replaces old
15312 member private_vars. All uses changed.
63e4e4c6 15313
048addec 15314 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
6bdb309a 15315 (QCplist): Rename from QCvars. Change all uses.
048addec 15316 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
6bdb309a 15317 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
048addec 15318 (syms_of_process): Intern, staticpro, defsubr these.
6bdb309a 15319 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
7ed16567 15320
048addec 153212003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
7ed16567 15322
6bdb309a 15323 * m/delta.h: Remove (obsolete).
e833850f 15324
048addec 153252003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
e833850f 15326
048addec
JD
15327 * fileio.c (Fdelete_directory, Fdelete_file): Document the
15328 behaviour in front of symlinks.
15329 (Fdelete_file): Raise an error on directories.
817cb127 15330
048addec 153312003-01-13 Dave Love <fx@gnu.org>
817cb127 15332
048addec 15333 * fns.c (Freverse): Use QUIT.
3e8cf2ea 15334
048addec 153352003-01-13 Richard M. Stallman <rms@gnu.org>
3e8cf2ea 15336
048addec
JD
15337 * minibuf.c (minibuffer_completion_contents):
15338 Error if point is inside prompt.
3e8cf2ea 15339
048addec
JD
15340 * keyboard.c (command_loop_1): Don't redisplay directly
15341 if there's a post-command-hook.
3e8cf2ea 15342
048addec
JD
15343 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
15344 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
2c10f029 15345
048addec 153462003-01-12 Kim F. Storm <storm@cua.dk>
94e8ffca 15347
048addec 15348 * process.h (struct Lisp_Process): New member private_vars.
94e8ffca 15349
048addec
JD
15350 * process.c (QCvars): New variable.
15351 (syms_of_process): Intern and staticpro it.
15352 (Fset_process_contact): Removed function.
15353 (Fprocess_variable, Fset_process_variable): New functions.
15354 (syms_of_process): Defsubr them.
15355 (Fstart_process): Initialize private_vars plist to nil.
15356 (Fmake_network_process): New arg :vars to setup the private
15357 variables for new network process.
15358 (server_accept_connection): Copy server's private variables to
15359 client process.
2c10f029 15360
048addec
JD
15361 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
15362 crashes). Code rewritten and simplified. Now directly aligns the
15363 pointer and recalculates pure_bytes_used, rather than aligning the
15364 size and adjusting the pointer.
b8a76c6c 15365
048addec 153662003-01-11 Kim F. Storm <storm@cua.dk>
b8a76c6c 15367
048addec
JD
15368 * process.c (Fset_process_contact): New function.
15369 (syms_of_process): defsubr it.
15370 (make-network-process): Update doc.
3a8d0899 15371
048addec 153722003-01-10 Andreas Schwab <schwab@suse.de>
3a8d0899 15373
048addec
JD
15374 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
15375 Reported by Berthold Gunreben <b.gunreben@web.de>.
4abc7470 15376
048addec 153772003-01-10 Dave Love <fx@gnu.org>
4abc7470 15378
048addec 15379 * composite.c (syms_of_composite): Make composition_hash_table weak.
b809d662 15380
048addec 153812003-01-09 Kim F. Storm <storm@cua.dk>
b809d662 15382
048addec
JD
15383 * process.c (Fmake_network_process): Convert new port number
15384 to host byte order for `:service t' case. From Mario Lang.
bf338245 15385
048addec 153862003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
bf338245 15387
048addec
JD
15388 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
15389 instead of XtAppProcessEvent.
bf338245 15390
048addec
JD
15391 * xterm.c (handle_one_xevent): New function.
15392 (x_dispatch_event): New function.
15393 (XTread_socket): Call handle_one_xevent.
bf338245 15394
048addec 15395 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
e833850f 15396
048addec
JD
15397 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
15398 call XQueryPointer to get coordinates.
15399 (popup_get_selection): Do not set popup_activated_flag to zero,
15400 let popup_deactivate_callback do that. Needed for Motif.
15401 Call x_dispatch_event instead of XtDispatchEvent.
15402 (xmenu_show): Calculate root coordinate from frame top/left position.
c4af2bce 15403
048addec 154042003-01-08 Kim F. Storm <storm@cua.dk>
c4af2bce 15405
6bdb309a 15406 * process.c (server_accept_connection): Fix recording of new
048addec
JD
15407 connection's local address in :local property of contact info.
15408 (Fmake_network_process): Record local network address for new
15409 client processes in :local property of contact info.
6bdb309a 15410 (format-network-address): Add arg OMIT-PORT. Change callers.
00e3ab56 15411
048addec 154122003-01-07 Dave Love <fx@gnu.org>
00e3ab56 15413
048addec 15414 * Makefile.in (fns.o): Depend on coding.h.
f387e1fd 15415
048addec 154162003-01-07 Markus Rost <rost@math.ohio-state.edu>
f387e1fd 15417
048addec 15418 * minibuf.c (Fread_variable): Doc fix.
f387e1fd 15419
048addec
JD
15420 * eval.c (Fuser_variable_p): Doc change. For custom variables,
15421 use the same test as for custom-variable-p.
8c6d74c6 15422
048addec 154232003-01-05 Richard M. Stallman <rms@gnu.org>
e833850f 15424
048addec
JD
15425 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
15426 Count LAST_LINE_MISFIT in scroll margin for end of window.
15427 Move label too_near_end before setting SCROLL_MARGIN_POS.
15428 Set LAST_LINE_MISFIT before jumping there.
8c6d74c6 15429
048addec
JD
15430 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
15431 scroll_conservatively case. If scrolling that much doesn't change
15432 STARTP, move it down one line.
e833850f 15433
048addec
JD
15434 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
15435 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
8c6d74c6 15436
048addec
JD
15437 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
15438 selected frame.
8c6d74c6 15439
048addec 15440 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
3419757d 15441 (syms_of_keymap): Staticpro them.
048addec
JD
15442 (Fapropos_internal): Initialize them and clear them out.
15443 Don't GCPRO them.
8c6d74c6 15444
048addec
JD
15445 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
15446 Doc fixes.
8c6d74c6 15447
048addec
JD
15448 * lisp.h: New misc type Lisp_Save_Value.
15449 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
15450 (XSAVE_VALUE): New macro.
15451 (struct Lisp_Save_Value): New data type.
15452 (union Lisp_Misc): Add u_save_value alternative.
78819ebb 15453 (make_save_value): Declare.
8c6d74c6 15454
048addec 15455 * alloc.c (make_save_value): New function.
8c6d74c6 15456
048addec
JD
15457 * xterm.c (x_catch_errors): Save dpy using make_save_value.
15458 (x_catch_errors_unwind): Call XSync.
8c6d74c6 15459
048addec 154602003-01-01 Richard M. Stallman <rms@gnu.org>
8c6d74c6 15461
048addec 15462 * window.c (window_scroll_pixel_based): Partially undo last change.
8c6d74c6 15463
048addec
JD
15464 * keyboard.c (command_loop_1): Call adjust_point_for_property
15465 in direct action cases for Qforward_char and Qbackward_char.
15466 Set already_adjusted so it won't be done twice.
8c6d74c6 15467
b6189c3b 154682002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
8c6d74c6 15469
048addec
JD
15470 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
15471 type definition of size_t.
8c609cff 15472
048addec 154732003-01-02 Steven Tamm <steventamm@mac.com>
8c609cff 15474
048addec
JD
15475 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
15476 distinguish Carbon GUI builds from X11 builds on darwin.
b37113a1 15477
048addec 154782002-12-30 Steven Tamm <steventamm@mac.com>
b37113a1 15479
048addec
JD
15480 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
15481 to default to t.
fa634a5e 15482
048addec 154832002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
fa634a5e 15484
048addec 15485 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
ce0669d4 15486
048addec 154872002-12-28 Steven Tamm <steventamm@mac.com>
ce0669d4 15488
7e26f91b 15489 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
048addec
JD
15490 allow building in a different directory than source. Uses some
15491 GNU Make extensions, but there is no other make on Mac OS X.
2308af15 15492
048addec 154932002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
2308af15 15494
048addec
JD
15495 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
15496 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
15497 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
15498 (Fstring_to_number): Mention the returned value in the doc strings.
2155ecf3 15499
048addec 155002002-12-23 Richard M. Stallman <rms@gnu.org>
2155ecf3 15501
048addec
JD
15502 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
15503 <scroll-down-aggressively>: Doc fix.
2155ecf3 15504
048addec
JD
15505 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
15506 string as pane name, if there is one.
15507 (set_frame_menubar): Save menu_items_n_panes from each call to
15508 parse_single_submenu and use it when calling digest_single_submenu.
2155ecf3 15509
048addec
JD
15510 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
15511 Don't try to make last line fully visible if it is past end of window.
61f1d295 15512
048addec 155132002-12-22 Steven Tamm <steventamm@mac.com>
61f1d295 15514
048addec
JD
15515 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
15516 (mac_menu_show): Add support for hierarchical popup menus.
15517 (add_menu_item): Remove indentation support.
15518 (fill_submenu, fill_menu): Create hierarchical menus
15519 instead of using indentation.
0b17a217 15520
048addec 155212002-12-22 Richard M. Stallman <rms@gnu.org>
0b17a217 15522
048addec
JD
15523 * xdisp.c (try_cursor_movement): Don't call try_window here.
15524 (redisplay_window): Never redisplay minibuffer when inactive.
0b17a217 15525
048addec 15526 * window.c (select_window_1): Undo 9/21 change.
402e4f8b 15527
048addec 155282002-12-22 Steven Tamm <steventamm@mac.com>
402e4f8b 15529
048addec
JD
15530 * macterm.c (XTread_socket): Call KeyTranslate for control and
15531 meta to deal correctly shifted non-alpha characters, like C-S-5
7e26f91b 15532 being treated like C-%. Do not look for shift key to deal
048addec 15533 with masking off control-key with mac-reverse-ctrl-meta.
f02cac82 15534
048addec 155352002-12-21 Richard M. Stallman <rms@gnu.org>
f02cac82 15536
048addec
JD
15537 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
15538 If it is non-nil, run timers. Use an unwind-protect to requeue
15539 the events that were read ahead.
15540 (popup_get_selection_unwind): New subroutine.
15541 (popup_get_selection_queue): File-scope variable now holds that queue.
15542 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
15543 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
15544 Use an unwind-protect to pop down the dialog box.
15545 (xdialog_show_unwind): New subroutine implements that.
f02cac82 15546
048addec
JD
15547 * xdisp.c (row_containing_pos): Change exit test using last_y.
15548 (try_window_id): Abort if row_containing_pos returns null.
f02cac82 15549
048addec
JD
15550 * lread.c (load_error_handler): New function.
15551 (Fload): Handle errors in Fsubstitute_in_file_name.
15552 Don't expect Fsignal to return.
f02cac82 15553
048addec
JD
15554 * eval.c: Errors and throws work right with interrupt blocking.
15555 (struct catchtag): New elt interrupt_input_blocked.
15556 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
15557 (internal_catch, Fcondition_case, internal_condition_case)
15558 (internal_condition_case_1, internal_condition_case_2): Save it.
15559 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
f02cac82 15560
048addec 15561 * editfns.c (Fformat): Add parens.
f02cac82 15562
048addec
JD
15563 * dired.c (file_name_completion): Fix that change.
15564 Delete special quit-handling code; just use QUIT.
f02cac82 15565
b6189c3b 155662002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
f02cac82 15567
048addec
JD
15568 * dired.c (file_name_completion): Close directory on error
15569 just as in directory_files_internal.
1a590729 15570
048addec 155712002-12-19 David Kastrup <David.Kastrup@t-online.de>
1a590729 15572
048addec
JD
15573 * window.c (Fset_window_configuration): Set old_point to correct
15574 value when new_current_buffer == current_buffer.
f02cac82 15575
048addec 155762002-12-17 Ben Key <bkey1@tampabay.rr.com>
2308af15 15577
048addec
JD
15578 Revisited my earlier fix for the following entry in etc/PROBLEMS:
15579 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
15580 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
9785d95b 15581
048addec
JD
15582 These changes were in part based upon suggestions made by Peter
15583 'Luna' Runestig [peter@runestig.com].
9785d95b 15584
f4a5a485
SM
15585 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
15586 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
15587 (g_b_init_get_sid_identifier_authority ): Add several static
048addec 15588 global variables.
9785d95b 15589
048addec
JD
15590 * w32.c (globals_of_w32): New function. Used to initialize those
15591 global variables that must always be initialized on startup even
15592 when the global variable initialized is non zero. Its primary
15593 purpose at this time is to set the global variables
15594 g_b_init_is_windows_9x, g_b_init_open_process_token,
15595 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
15596 g_b_init_get_sid_identifier_authority to 0 on startup.
15597 Called from main.
9785d95b 15598
048addec
JD
15599 * w32.c (is_windows_9x): Perform initialization only if
15600 g_b_init_is_windows_9x is equal to 0. On initialization set
15601 g_b_init_is_windows_9x equal to 1.
2308af15 15602
048addec
JD
15603 * w32.c (open_process_token): Perform initialization only if
15604 g_b_init_open_process_token is equal to 0. On initialization set
15605 g_b_init_open_process_token equal to 1.
2308af15 15606
048addec
JD
15607 * w32.c (get_token_information): Perform initialization only if
15608 g_b_init_get_token_information is equal to 0. On initialization
15609 set g_b_init_get_token_information equal to 1.
9785d95b 15610
048addec
JD
15611 * w32.c (lookup_account_sid): Perform initialization only if
15612 g_b_init_lookup_account_sid is equal to 0. On initialization
15613 set g_b_init_lookup_account_sid equal to 1.
9785d95b 15614
048addec
JD
15615 * w32.c (get_sid_identifier_authority): Perform initialization
15616 only if g_b_init_get_sid_identifier_authority is equal to 0.
15617 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
9785d95b 15618
f63fd14e 15619 * w32fns.c (globals_of_w32fns): New function. Used to initialize
048addec
JD
15620 those global variables that must always be initialized on startup
15621 even when the global variable initialized is non zero.
15622 Its primary purpose at this time is to initialize the global variable
15623 track_mouse_event_fn.
9785d95b 15624
a64387ee 15625 * w32fns.c (w32_wnd_proc): Remove initialization of
048addec 15626 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
9785d95b 15627
048addec 15628 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
9785d95b 15629
f63fd14e 15630 * w32menu.c (globals_of_w32menu): New function. Used to
048addec
JD
15631 initialize those global variables that must always be initialized
15632 on startup even when the global variable initialized is non zero.
15633 Its primary purpose at this time is to initialize the global
15634 variables get_menu_item_info and set_menu_item_info.
9785d95b 15635
048addec
JD
15636 * w32menu.c (initialize_frame_menubar): Remove initialization of
15637 get_menu_item_info and set_menu_item_info.
9785d95b 15638
048addec 15639 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
9785d95b 15640
048addec
JD
15641 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
15642 Declare them.
9785d95b 15643
048addec
JD
15644 * emacs.c (main): Call globals_of_w32 prior to calling
15645 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
15646 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
15647 is defined.
9785d95b 15648
048addec
JD
15649 * w32term.c (x_update_window_begin): Fix Windows API error
15650 detected by BoundsChecker. Test to determine if
15651 w32_system_caret_hwnd is NULL prior to attempting to use
15652 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
2308af15 15653
048addec
JD
15654 * w32term.c (x_update_window_end): Fix Windows API error
15655 detected by BoundsChecker. Test to determine if
15656 w32_system_caret_hwnd is NULL prior to attempting to use
15657 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
b6da19ef 15658
048addec 156592002-12-17 Kenichi Handa <handa@m17n.org>
b6da19ef 15660
048addec
JD
15661 * coding.c (coding_system_require_warning): New variable.
15662 (syms_of_coding): DEFVAR it.
b6da19ef 15663
048addec 15664 * coding.h (coding_system_require_warning): Extern it.
b6da19ef 15665
048addec
JD
15666 * fileio.c (choose_write_coding_system): Even if
15667 Vcoding_system_for_write is non-nil, if
15668 coding_system_require_warning is nonzero, call
15669 Vselect_safe_coding_system_function.
bfcf6dbe 15670
048addec 156712002-12-17 Markus Rost <rost@math.ohio-state.edu>
bfcf6dbe 15672
048addec
JD
15673 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
15674 (lisp): Add font-core.
2c568af5 15675
048addec 156762002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2c568af5 15677
048addec
JD
15678 * textprop.c (text_read_only): New arg `propval'.
15679 (get_char_property_and_overlay): Remove unused var `next_overlay'.
15680 (verify_interval_modification): Use text_read_only's new arg.
b8c6225c 15681
048addec 156822002-12-13 Kenichi Handa <handa@m17n.org>
b8c6225c 15683
048addec 15684 * coding.c (Funencodable_char_position): Set pend correctly.
706ddb8f 15685
048addec 156862002-12-12 Jason Rumney <jasonr@gnu.org>
706ddb8f 15687
048addec
JD
15688 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
15689 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
15690 Be more careful about when help_events are generated.
96720f09 15691
048addec 156922002-12-12 Steven Tamm <steventamm@mac.com>
96720f09 15693
048addec
JD
15694 * macterm.c (mac_check_for_quit_char): Correctly set the
15695 modifiers of the event to 0.
15696 * mac.c (sys_select): Duplicate rfds before calling select to
15697 ensure that rfds survive the while loop.
e5ae1c49 15698
048addec 156992002-12-11 Kim F. Storm <storm@cua.dk>
e5ae1c49 15700
048addec
JD
15701 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
15702 row_containing_pos returned NULL.
2eb46b2d 15703
048addec 157042002-12-10 Steven Tamm <steventamm@mac.com>
2eb46b2d 15705
6bdb309a 15706 * mac.c (sys_read): Fix sys_read to not call select if IO is
048addec 15707 non-blocking.
6bdb309a 15708 (sys_select): Fix sys_select to not use a timeout larger than
048addec 15709 the one given.
b11f1d8a 15710
048addec 157112002-12-10 Juanma Barranquero <lektu@terra.es>
b11f1d8a 15712
048addec 15713 * editfns.c (Fformat): Use alloca, not _alloca.
d8528226 15714
048addec 157152002-12-09 Richard M. Stallman <rms@gnu.org>
d8528226 15716
048addec
JD
15717 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
15718 as the last thing.
a4ac5b17 15719
048addec 157202002-12-09 Dave Love <fx@gnu.org>
a4ac5b17 15721
048addec 15722 * s/sol2-8.h: Removed. (Not necessary.)
ac42d7b9 15723
048addec 157242002-12-09 Matthew Swift <swift@alum.mit.edu>
ac42d7b9 15725
048addec
JD
15726 * editfns.c (Fformat): Handle precision in string conversion
15727 specifiers like libc functions do (ie, print at most that many
15728 characters).
85cce843 15729
048addec 157302002-12-08 Richard M. Stallman <rms@gnu.org>
85cce843 15731
048addec
JD
15732 * xdisp.c (row_containing_pos): Check more carefully
15733 whether charpos is really in the row before returning it.
0d4d26a7 15734
048addec 157352002-12-07 Steven Tamm <steventamm@mac.com>
0d4d26a7 15736
048addec 15737 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
b11f1d8a 15738
048addec
JD
15739 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
15740 each stack frame. This may change as it could be time consuming.
0d4d26a7 15741
048addec
JD
15742 * macterm.c (mac_check_for_quit_char, quit_char_comp)
15743 (init_quit_char_handler, mac_determine_quit_char_modifiers)
6bdb309a 15744 (mac_initialize): Add code to check for pressing of quit_char
048addec 15745 in the OS event queue.
b11f1d8a 15746
048addec
JD
15747 * mac.c (sys_select): Call mac_check_for_quit_char every second
15748 while blocking on select.
0d4d26a7 15749
048addec
JD
15750 * mac.c (sys_read): Use sys_select to test for input first
15751 before calling read, to allow C-g to break.
9252f7bc 15752
048addec 157532002-12-07 Richard M. Stallman <rms@gnu.org>
9252f7bc 15754
048addec 15755 * minibuf.c (Fcompleting_read): Doc fix.
9252f7bc 15756
048addec 15757 * lread.c (syms_of_lread) <load-history>: Doc fix.
9252f7bc 15758
048addec 15759 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
9252f7bc 15760
048addec
JD
15761 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
15762 autoload.
9252f7bc 15763
048addec 15764 * data.c (Fdefalias): Record in load-history redefining an autoload.
9252f7bc 15765
048addec 15766 * alloca.c: Undo ifdef change accidentally made on 12-04.
bfa261c0 15767
048addec 157682002-12-06 Francesco Potorti` <pot@gnu.org>
bfa261c0 15769
048addec 15770 * xfns.c (png_load): Avoid double gamma correction for PNG images.
c5992177 15771
048addec 157722002-12-04 Richard M. Stallman <rms@gnu.org>
c5992177 15773
048addec 15774 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 15775
048addec 15776 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 15777
048addec 15778 * alloca.c: Don't use #error.
02d588e2 15779
048addec 157802002-12-03 Dave Love <fx@gnu.org>
02d588e2 15781
048addec
JD
15782 * buffer.c (Qucs_set_table_for_input): New.
15783 (Fget_buffer_create): Use it.
15784 (Qset_buffer_major_mode_hook): Deleted.
15785 (Fset_buffer_major_mode): Revert previous change.
15786 (init_buffer_once): Intern ucs-set-table-for-input.
15787 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
15788 Add &Qucs_set_table_for_input.
451e2697 15789
048addec 157902002-12-03 Andreas Schwab <schwab@suse.de>
451e2697 15791
048addec
JD
15792 * callint.c (Fcall_interactively): Use next_event only if less
15793 than key_count.
72742a99 15794
048addec 157952002-12-02 Andrew Choi <akochoi@shaw.ca>
72742a99 15796
048addec
JD
15797 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
15798 names to 255 characters.
72742a99 15799
048addec
JD
15800 * macterm.c (XTread_socket): If all frames have been collapsed,
15801 expand the first one before handling drag-and-drop events.
72742a99 15802
048addec
JD
15803 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
15804 which is detected by autoconf.
40e6ff95 15805
048addec 158062002-12-01 Steven Tamm <steventamm@mac.com>
40e6ff95 15807
048addec
JD
15808 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
15809 offset in two hints table to allow prebinding to be redone and
15810 allow the executable to be stripped.
c02138c6 15811
048addec 158122002-11-29 Dave Love <fx@gnu.org>
c02138c6 15813
048addec
JD
15814 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
15815 already provided.
0e47bbf7 15816
048addec 158172002-11-29 Richard M. Stallman <rms@gnu.org>
0e47bbf7 15818
048addec
JD
15819 * xdisp.c (start_display): Check more intelligently for
15820 whether the line is continued.
15821 (move_it_vertically_backward): Clear it->continuation_lines_width.
44129dcb 15822
048addec 158232002-11-28 Dave Love <fx@gnu.org>
44129dcb 15824
048addec
JD
15825 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
15826 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
f707342d 15827
048addec 158282002-11-27 Steven Tamm <steventamm@mac.com>
f707342d 15829
048addec
JD
15830 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
15831 more descriptive error output from lread.c:Fload upon most require
15832 cycles during boostrapping.
1637fd2c 15833
048addec 158342002-11-27 Jason Rumney <jasonr@gnu.org>
1637fd2c 15835
048addec
JD
15836 * fileio.c (Finsert_file_contents): Give a more appropriate error
15837 for files bigger than 2Gb when off_t is 32 bit.
1637fd2c 15838
048addec
JD
15839 * dired.c (Ffile_attributes): Don't return negative file sizes for
15840 files bigger than 2Gb when off_t is 32 bit.
540c2788 15841
048addec 158422002-11-27 Dave Love <fx@gnu.org>
6b2fd6ea 15843
048addec 15844 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6b2fd6ea 15845
048addec
JD
15846 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
15847 Test GETPGRP_VOID instead.
15848 [BSD_TERMIOS]: Remove definitions (never used).
6b2fd6ea 15849
048addec
JD
15850 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
15851 Don't define.
15852 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
540c2788 15853
048addec 15854 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
8cc03716 15855
048addec 158562002-11-25 Jason Rumney <jasonr@gnu.org>
8cc03716 15857
048addec
JD
15858 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
15859 supported.
4042a81a 15860
048addec 158612002-11-25 Dave Love <fx@gnu.org>
4042a81a 15862
048addec 15863 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
4042a81a 15864
048addec 15865 * Makefile.in (TEMACS_LDFLAGS): Update last change.
be4ee72f 15866
048addec 158672002-11-25 Andreas Schwab <schwab@suse.de>
be4ee72f 15868
048addec 15869 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
82122254 15870
048addec 158712002-11-24 Steven Tamm <steventamm@mac.com>
82122254 15872
048addec
JD
15873 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
15874 determine the size of pointers alloced in unexed space instead
15875 of using possibly invalid emacs_zone pointers. This fixes the
15876 binary incompatibility problems caused by updates to libSystem.B.
c1ee53bc 15877
048addec 158782002-11-24 Richard M. Stallman <rms@gnu.org>
c1ee53bc 15879
048addec 15880 * search.c (Fstring_match): Doc fix.
c1ee53bc 15881
048addec
JD
15882 * callint.c (Fcall_interactively): If a command fails because
15883 `*' detects a read-only buffer, but RECORD_FLAG is set,
15884 record it anyway if the args don't actually do tty input.
5598c32e 15885
048addec 158862002-11-22 Dave Love <fx@gnu.org>
5598c32e 15887
048addec 15888 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
5598c32e 15889
048addec
JD
15890 * keyboard.c (interrupt_signal): Provide forward declaration.
15891 (kbd_buffer_store_event): Don't declare interrupt_signal.
5598c32e 15892
048addec 15893 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
97b14e22 15894
048addec 158952002-11-21 Richard M. Stallman <rms@gnu.org>
97b14e22 15896
048addec
JD
15897 * eval.c (interactive_p): Skip any number of bytecode
15898 and special form frames, in any order.
516eea8e 15899
048addec 159002002-11-20 Jason Rumney <jasonr@gnu.org>
516eea8e 15901
048addec
JD
15902 * w32fns.c (convert_mono_to_color_image): New function.
15903 (xbm_load, xbm_load_image): Use it when foreground or background
15904 is explicitly set.
04dbfa08 15905
048addec 159062002-11-19 Dave Love <fx@gnu.org>
04dbfa08 15907
048addec 15908 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
b4aebae3 15909
048addec 159102002-11-18 Jason Rumney <jasonr@gnu.org>
b4aebae3 15911
048addec
JD
15912 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
15913 (XPutPixel): Swap blue and red.
15914 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
15915 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
15916 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
15917 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
1998560a 15918
048addec 159192002-11-18 Dave Love <fx@gnu.org>
d824beee 15920
048addec 15921 * m/orion105.h (HAVE_ALLOCA): Don't define.
d824beee 15922
048addec 15923 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
d824beee 15924
048addec 15925 * m/intel386.h: Don't include alloca.h or define alloca.
d824beee 15926
048addec
JD
15927 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
15928 malloc, realloc, calloc.
d824beee 15929
048addec
JD
15930 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
15931 (bcmp): Don't define.
d824beee 15932
048addec 15933 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
d824beee 15934
048addec 15935 * m/amdahl.h: Don't define LIB_STANDARD.
d824beee 15936
048addec 15937 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
d824beee 15938
048addec 15939 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
d824beee 15940
048addec
JD
15941 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
15942 Don't include alloca.h.
d824beee 15943
048addec 15944 * s/aix3-2.h (HAVE_FSYNC): Don't define.
1998560a 15945
048addec 15946 * regex.c (_GNU_SOURCE): Don't define.
1998560a 15947
048addec 15948 * process.c (_GNU_SOURCE): Don't define.
1998560a 15949
048addec 15950 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
8704a6ab 15951
048addec 159522002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 15953
048addec 15954 * s/sol2-8.h: Include sol2-6.h.
6ae2cd57 15955
048addec 159562002-11-18 Miles Bader <miles@gnu.org>
6ae2cd57 15957
048addec
JD
15958 * dispextern.h (struct face): Add `overstrike' field.
15959 * xterm.c (x_draw_glyph_string_foreground)
15960 (x_draw_composite_glyph_string_foreground): Implement overstriking.
15961 * xfaces.c (load_face_font): Set `face->overstrike' based on
15962 result from choose_face_font.
15963 (best_matching_font, choose_face_font): Add `needs_overstrike'
15964 argument, and use it to return whether overstriking is desirable
15965 for this face/font combo.
15966 (set_font_frame_param: Pass new argument to choose_face_font.
6ae2cd57 15967
048addec 159682002-11-17 Ben Key <BKey1@tampabay.rr.com>
3582b6a3 15969
048addec
JD
15970 This change is my fix for the following entry in etc/PROBLEMS:
15971 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
15972 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
f60ae425 15973
048addec
JD
15974 * w32.c: Added wrapper functions around the win32 API functions
15975 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
15976 GetSidIdentifierAuthority. These wrapper functions serve two
15977 purposes:
15978 1. They ensure that the wrapped function can never be called
15979 when Emacs is running on an operating system on which they are
15980 not supported (Microsoft Windows 95 / 98 / ME).
15981 2. They call the wrapped functions via function pointers rather
15982 than calling them directly. This avoids taking advantage of the
15983 undocumented fact that although these functions are not supported
15984 in the 9x branch of Microsoft Windows, the functions do exist in
15985 the version of advapi32.dll that is found in the 9x branch of
15986 Microsoft Windows.
f60ae425 15987
6bdb309a 15988 * w32.c (init_user_info): Replace the calls to the win32 API
048addec
JD
15989 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
15990 and GetSidIdentifierAuthority with calls to the newly added
15991 wrapper functions.
f60ae425 15992
048addec
JD
15993 * w32.h: Added extern declarations for the following functions:
15994 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
15995 syms_of_w32menu, and void syms_of_fontset.
f60ae425 15996
6bdb309a 15997 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
048addec
JD
15998 function pointer track_mouse_event_fn in the handler for the
15999 WM_SETFOCUS message.
3582b6a3 16000
6bdb309a 16001 * w32menu.c (initialize_frame_menubar): Add code to
048addec
JD
16002 reinitialize the function pointers set_menu_item_info and
16003 get_menu_item_info.
f60ae425 16004
048addec 160052002-11-17 Ben Key <BKey1@tampabay.rr.com>
f60ae425 16006
048addec
JD
16007 * sound.c: Added a partial implementation of play-sound-internal
16008 for Microsoft Windows. Added various #ifdef / #else / #endif
16009 code blocks to separate the code that will compile under
9fed2905 16010 Microsoft Windows from the code that is specific to GNU/Linux.
048addec 16011 Moved several blocks of code around to make this separation of code
9fed2905 16012 into Windows compatible and GNU/Linux compatible code blocks easier.
f60ae425 16013
048addec 16014 * makefile.w32-in: Include sound.c and link with WinMM.lib.
a0f0878d 16015
048addec
JD
16016 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
16017 added support for play-sound-internal under Windows would be
16018 included in the build of Emacs.
517f42a0 16019
048addec 160202002-11-16 Jason Rumney <jasonr@gnu.org>
517f42a0 16021
048addec 16022 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
517f42a0 16023
048addec 16024 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
a0f0878d 16025
048addec 160262002-11-15 Stefan Monnier <monnier@cs.yale.edu>
a0f0878d 16027
048addec
JD
16028 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
16029 (adjust_point_for_property): Move out of display and invisible even if
16030 we were already inside before (in case a property was added while
16031 we weren't looking). Be more careful when handling invisible props.
16032 Skip invisible text as if it really wasn't there at all.
aab83f91 16033
048addec 160342002-11-15 Jason Rumney <jasonr@gnu.org>
aab83f91 16035
048addec
JD
16036 * w32term.c (x_draw_image_foreground)
16037 (w32_draw_image_foreground_1): Use standard copy and invert
16038 operations to draw images.
aab83f91 16039
048addec
JD
16040 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
16041 depth of 1.
16042 (xbm_read_bitmap_data): Invert bits as xbm is read in.
16043 (XPutPixel): Don't invert bits here.
a4478a76 16044
048addec 160452002-11-15 Jason Rumney <jasonr@gnu.org>
a4478a76 16046
048addec
JD
16047 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
16048 (w32_draw_image_foreground_1): Handle image masks.
16049 (x_draw_image_glyph_string): Don't BitBlt transparently.
a4478a76 16050
048addec
JD
16051 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
16052 (x_from_xcolors): Adjust RGB values for W32.
16053 (image_background, image_background_transparent)
16054 (postprocess_image, x_to_xcolors, x_disable_image)
16055 (x_build_heuristic_mask): Adapt for W32 and enable.
16056 (x_create_x_image_and_pixmap): Mark images with palettes as such.
16057 (xbm_load): Remove unused variable.
03670a65 16058
048addec 160592002-11-14 Richard M. Stallman <rms@gnu.org>
03670a65 16060
048addec 16061 * buffer.c (syms_of_buffer): Doc fix.
59daa29a 16062
048addec 160632002-11-14 Dave Love <fx@gnu.org>
59daa29a 16064
048addec 16065 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
59daa29a 16066
048addec
JD
16067 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
16068 * xmenu.c (unuse_menu_items, digest_single_submenu):
16069 * xfns.c (x_put_x_image):
16070 * xdisp.c (message2_nolog, set_message):
16071 * undo.c (record_point):
16072 * terminfo.c (tparam):
16073 * syntax.c (scan_sexps_forward):
16074 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16075 * composite.c (update_compositions):
16076 * cm.c (calccost, cmgoto):
16077 * charset.c (c_string_width): Declare all args (per C99).
59daa29a 16078
048addec 16079 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
59daa29a 16080
048addec
JD
16081 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
16082 Don't declare.
59daa29a 16083
048addec 16084 * emacs.c (main) [!VMS]: Avoid third arg.
59daa29a 16085
048addec
JD
16086 * fns.c (Fcopy_sequence): Doc fix.
16087 (Fmap_char_table): Cast `call2'.
3947677c 16088
048addec
JD
160892002-11-14 Francesco Potorti` <pot@gnu.org>
16090
16091 * s/sol2-8.h: New file.
16092
160932002-11-14 Kim F. Storm <storm@cua.dk>
16094
16095 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
16096 dependency on `risky-local-variable' and the :propertize form.
16097
160982002-11-12 Stefan Monnier <monnier@cs.yale.edu>
16099
16100 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
16101
16102 * syntax.c (scan_sexps_forward): Undo last patch.
16103 Use a more obvious fix: check eob before updating the syntax table.
16104
161052002-11-09 Stefan Monnier <monnier@cs.yale.edu>
16106
16107 * syntax.c (scan_sexps_forward): Update syntax table before reading
16108 a char rather than after so we don't update the table past eob.
16109
161102002-11-09 Dave Love <fx@gnu.org>
16111
16112 * buffer.c (Fset_buffer_major_mode): Fix last change.
16113
16114 * regex.c (regexec): Fix pmatch declaration.
16115
16116 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
16117
16118 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
16119 to self-inserting characters.
16120 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
16121
16122 * coding.c (Vtranslation_table_for_input): New.
16123 (syms_of_coding): DEFVAR it.
16124
161252002-11-08 Juanma Barranquero <lektu@terra.es>
16126
16127 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
16128 window.
16129
161302002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16131
6bdb309a 16132 * process.c (Fformat_network_address): Remove unused locals p,
048addec
JD
16133 cp, and i.
16134
161352002-11-06 Dave Love <fx@gnu.org>
16136
16137 * buffer.c (Qset_buffer_major_mode_hook): New.
16138 (Fset_buffer_major_mode): Use it.
16139
161402002-11-06 Richard M. Stallman <rms@gnu.org>
16141
16142 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
16143 and stop_polling.
16144
16145 * process.c (wait_reading_process_input):
16146 Test POLLING_PROBLEM_IN_SELECT, not hpux.
16147 Avoid initialization for auto Lisp_Object var.
16148
16149 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
16150
16151 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
16152
161532002-11-05 Richard M. Stallman <rms@gnu.org>
16154
16155 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
16156
16157 * callint.c (Fcall_interactively): New local filter_specs.
16158 (Fcall_interactively): Check for progn as well as let.
16159 Add a gcpro.
16160 (Qprogn): New variable.
16161 (syms_of_callint): Staticpro and init Qprogn.
16162
161632002-11-04 John Paul Wallington <jpw@shootybangbang.com>
16164
16165 * lread.c (Feval_buffer): Doc fix.
16166
161672002-11-04 Dave Love <fx@gnu.org>
16168
16169 * keyboard.c (read_char): Always translate iff
16170 Vkeyboard_translate_table is a char table and c is valid.
16171
16172 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16173 and fix C types.
16174
161752002-11-03 Stefan Monnier <monnier@cs.yale.edu>
16176
16177 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
16178
16179 * editfns.c (get_pos_property): Don't hardcode Qfield.
16180
16181 * keyboard.c (adjust_point_for_property): Handle `display' prop on
16182 overlays. Also handle `invisible' prop.
16183
161842002-11-02 Stefan Monnier <monnier@cs.yale.edu>
16185
16186 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
16187 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
16188
161892002-11-01 Andreas Schwab <schwab@suse.de>
16190
16191 * editfns.c (Fmessage): Revert last change to properly handle %%.
16192
161932002-11-01 Stefan Monnier <monnier@cs.yale.edu>
16194
16195 * xmenu.c (unuse_menu_items): New fun.
16196 (menu_items_inuse): New var.
16197 (syms_of_xmenu): Initialize it.
16198 (init_menu_items): Use it to detect re-entrance.
16199 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
16200 (Fx_popup_menu): Remove spurious XSETFRAME.
16201
16202 * editfns.c (find_field): Make an exception for nil fields.
16203
162042002-11-01 Dave Love <fx@gnu.org>
16205
16206 * m/gec63.h: Deleted.
16207
162082002-10-31 Dave Love <fx@gnu.org>
16209
16210 * xterm.c (XTread_socket): Fix last change.
16211 (xaw_scroll_callback): Cast call_data to long to avoid warning.
16212
162132002-10-31 Stefan Monnier <monnier@cs.yale.edu>
16214
16215 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
16216
162172002-10-30 Stefan Monnier <monnier@cs.yale.edu>
16218
16219 * editfns.c (overlays_around, get_pos_property): New funs.
16220 (find_field): Use them.
16221 Also be careful not to modify POS before its last use.
16222 (Fmessage): Don't Fformat if there's nothing to format.
16223
162242002-10-30 Dave Love <fx@gnu.org>
16225
16226 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
16227 [HAVE_PTY_H]; Include pty.h.
16228
16229 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
16230
16231 * xterm.c (Qeql): Declare.
16232 (Vx_keysym_table): New.
16233 (syms_of_xterm): Initialize it.
16234 (XTread_socket): Use it. Deal with ASCII keysyms.
16235 (XSetIMValues) [HAVE_X11R6]: Prototype.
16236
16237 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
16238 (lispy_kana_keys): Comment out.
16239 (make_lispy_event) [XK_kana_A]: Comment out.
16240 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
16241 Fix sprintf call.
16242
16243 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
16244 regexp.h change).
16245 (TERMINFO, LIBS_TERMCAP): Define.
16246
16247 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
16248 (bcmp): Define conditional on HAVE_BCMP.
16249 (NO_SIOCTL_H): Don't define.
16250 (TIOCSIGSEND): Don't make conditional on IRIX6.
16251
16252 * s/sol2-5.h: Don't include strings.h.
16253 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
16254
16255 * s/irix6-0.h (IRIX6): Don't define.
16256 (bcopy, bcmp, bzero): Don't undef.
16257
16258 * s/irix6-5.h: Don't include strings.h.
16259 (IRIX6): Don't define.
16260 (bcopy, bcmp, bzero): Don't undef.
16261
16262 * syntax.c (Fforward_comment): Doc fix.
16263
162642002-10-29 Kim F. Storm <storm@cua.dk>
16265
16266 * process.c (Fsignal_process): Allow PROCESS to be specified by
16267 name in addition to pid (as integer or string).
16268
162692002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
16270
16271 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
16272 environments.
16273
162742002-10-27 Kim F. Storm <storm@cua.dk>
16275
16276 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16277
16278 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
16279
16280 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
16281
16282 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16283
162842002-10-26 Richard M. Stallman <rms@gnu.org>
16285
16286 * editfns.c (Fformat): Detect invalid format letters for floats.
16287
162882002-10-25 Kenichi Handa <handa@m17n.org>
16289
16290 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
16291 (x_set_title): Likewise.
16292
162932002-10-25 Juanma Barranquero <lektu@terra.es>
16294
16295 * macgui.h:
16296 * w32gui.h: Remove definition of XColor.
16297
16298 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
16299
163002002-10-24 Kim F. Storm <storm@cua.dk>
16301
16302 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
16303 Callers changed (supply dummy arg).
16304
16305 * lisp.h (get_window_cursor_type): Update prototype.
16306
16307 * w32term.c (x_display_and_set_cursor): Get active_cursor from
16308 get_window_cursor_type to track system caret.
16309
163102002-10-24 Kim F. Storm <storm@cua.dk>
16311
16312 * process.c (Fformat_network_address): New function.
16313 (syms_of_process): Defsubr it.
16314 (list_processes_1): Use it to format :local/:remote address if
f9711de4 16315 service/host is not set; before Emacs would crash in that case.
048addec
JD
16316 (Fmake_network_process): Don't use Ffind_operation_coding_system
16317 to setup coding system if host or service is not set.
16318
163192002-10-23 Juanma Barranquero <lektu@terra.es>
16320
16321 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
16322
16323 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
16324 COLORREF.
16325
16326 * macgui.h:
16327 * w32gui.h: Add definition of XColor.
16328
16329 * macfns.c:
16330 * w32fns.c:
16331 * xfaces.c: Remove definition of XColor.
16332
163332002-10-22 Stefan Monnier <monnier@cs.yale.edu>
16334
16335 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
16336
16337 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
16338 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
16339 window if it is dedicated.
16340 (Fshrink_window): Add preserve_before as was done for enlarge_window.
16341 (Vspecial_display_function): Update docstring.
16342
16343 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
16344 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
16345 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
16346
163472002-10-21 Stefan Monnier <monnier@cs.yale.edu>
16348
16349 * casefiddle.c (casify_region): Don't treat a prefix char as part
16350 of a word when at the beginning.
16351
163522002-10-17 Juanma Barranquero <lektu@terra.es>
16353
16354 * lread.c (syms_of_lread): Fix typos.
16355
163562002-10-17 Dave Love <fx@gnu.org>
16357
16358 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
16359
163602002-10-16 Richard M. Stallman <rms@gnu.org>
16361
16362 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
16363
163642002-10-14 Juanma Barranquero <lektu@terra.es>
16365
16366 * w16select.c (syms_of_win16select): Fix docstring for
16367 `selection-coding-system'.
16368
16369 * w32select.c (syms_of_w32select): Likewise.
16370
163712002-10-14 Stefan Monnier <monnier@cs.yale.edu>
16372
16373 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
16374 a backslash-quoted char.
16375 (scan_lists, scan_sexps_forward): Pacify the compiler.
16376
163772002-10-13 Richard M. Stallman <rms@gnu.org>
16378
16379 * window.c (window_scroll): Set immediate_quit.
16380
16381 * print.c (print): When backquote form is the car of a list,
16382 output in old style. Use old_backquote_output to output all
16383 comma forms inside it in old style too.
16384
16385 * buffer.h (struct buffer): Move `undo_list' down below `name'.
16386
163872002-10-11 Markus Rost <rost@math.ohio-state.edu>
16388
16389 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
16390 batch mode).
16391
16392 * lread.c (Fload): Doc fix (load-suffixes).
16393
163942002-10-10 Steven Tamm <steventamm@mac.com>
16395
16396 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
16397 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
16398 Also switch the default to Qnil from Qt.
16399
164002002-10-08 Kenichi Handa <handa@m17n.org>
16401
16402 * coding.c (code_convert_region): When we need more GAP for
16403 conversion, pay attention to the case that coding->produced is not
16404 greater than coding->consumed.
16405
164062002-10-07 Richard M. Stallman <rms@gnu.org>
16407
16408 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
16409
164102002-10-06 Andrew Choi <akochoi@shaw.ca>
16411
16412 * macmenu.c (mac_menu_show): Add j to count menu items; match
16413 menu_item_selection to it to find selected item.
16414
164152002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16416
16417 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
16418 cases. The correct fix is to pass ReparentNotify to Xt.
16419 The shell widget interprets ConfigureNotify differently depending
16420 on if it has been reparented or not.
16421
164222002-10-05 Markus Rost <rost@math.ohio-state.edu>
16423
16424 * editfns.c (Fformat_time_string): Doc fix.
16425
164262002-10-05 John Paul Wallington <jpw@shootybangbang.com>
16427
16428 * fns.c (Flength): Doc fix.
16429
164302002-10-04 Stefan Monnier <monnier@cs.yale.edu>
16431
16432 * keyboard.c (keyremap): New struct.
16433 (read_key_sequence): Use it: globally replace keytran_foo with
16434 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
16435 keytran_next and fkey_next to just `next'.
16436
164372002-10-04 Steven Tamm <steventamm@mac.com>
16438
16439 * macterm.c (keycode_to_xkeysym_table): Change return to be
16440 treated like an X keysym.
16441
164422002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16443
16444 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
16445 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
16446 This is to also handle x/y changes that occur because of a resize.
16447
164482002-10-02 John Paul Wallington <jpw@shootybangbang.com>
16449
16450 * frame.c (Vdelete_frame_functions): New variable.
16451 (syms_of_frame): Initialize and defvar it.
16452 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
16453 it when frame's `tooltip' parameter is non-nil.
16454
16455 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
16456
16457 * w32fns.c (x_create_tip_frame): Likewise.
16458
16459 * macfns.c (x_create_tip_frame): Likewise.
16460
164612002-09-30 Kenichi Handa <handa@m17n.org>
16462
16463 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
16464 -1 before calling ccl_driver.
16465
16466 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
16467 Only when it is non-nil, handle composition sequence.
16468 (setup_coding_system) <0>: Don't force composition handling.
16469
16470 * Makefile.in (lisp, shortlisp): Add utf-16.elc
16471
164722002-09-29 Richard M. Stallman <rms@gnu.org>
16473
16474 * search.c (Freplace_match): Adjust match data for the substitution
16475 just made in the buffer.
16476
16477 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
16478 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
16479
164802002-09-27 Richard M. Stallman <rms@gnu.org>
16481
16482 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
16483 (read_char): Use them. Do all exits thru the end of the function.
16484
164852002-09-27 Kenichi Handa <handa@etl.go.jp>
16486
16487 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
16488 is nil.
16489
164902002-09-26 Richard M. Stallman <rms@gnu.org>
16491
16492 * regex.h (__restrict_arr): Don't define if already defined.
16493
16494 * coding.c (run_pre_post_conversion_on_str):
16495 Save and restore Vdeactivate_mark.
16496
164972002-09-26 John Paul Wallington <jpw@shootybangbang.com>
16498
16499 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
16500
165012002-09-26 Kenichi Handa <handa@etl.go.jp>
16502
16503 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
16504 nonzero, try face's family at first. Otherwise try FAMILY at first.
16505 (choose_face_font): If C is a single byte char or latin-1, call
16506 try_font_list with PREFER_FACE_FAMILY 1.
16507
165082002-09-21 Richard M. Stallman <rms@gnu.org>
16509
16510 * window.c (select_window_1): Don't select frame.
16511 Set frame's selected window only when frame itself is selected.
16512 (Fselect_window): Doc fix.
16513
165142002-09-18 Kim F. Storm <storm@cua.dk>
16515
16516 * process.c (make-network-process): Doc fix (there is no
16517 network-server-log-function hook).
16518
165192002-09-18 Richard M. Stallman <rms@gnu.org>
16520
16521 * print.c (print): Clear out the unused parts of Vprint_number_table.
16522 (syms_of_print): Doc fix for `print-number-table'.
16523
16524 * unexelf.c (unexec): Undo previous change.
16525
165262002-09-17 Andreas Schwab <schwab@suse.de>
16527
16528 * m/alpha.h [LINUX]: Don't define DATA_START.
16529
165302002-09-16 Dave Love <fx@gnu.org>
16531
16532 * unexelf.c (unexec): Deal with .got, reinstating change from
16533 25-08-1999.
16534
165352002-09-13 Richard M. Stallman <rms@gnu.org>
16536
16537 * s/sol2-6.h (UNEXEC): Comment out definition.
16538
16539 * unexsol.c (unexec): Don't downcase first letter of error msg.
16540
16541 * xfaces.c (Fcolor_supported_p): Just one arg is required.
16542
165432002-09-12 Markus Rost <rost@math.ohio-state.edu>
16544
16545 * unexsol.c: Include buffer.h, charset.h, coding.h.
16546
165472002-09-11 Richard M. Stallman <rms@gnu.org>
16548
16549 * unexsol.c: Don't use report_file_error; do it by hand
16550 using dlerror.
16551
16552 * process.c (wait_reading_process_input, both versions):
16553 Before calling turn_on_atimers, call stop_polling.
16554
16555 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
16556
16557 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
16558 we go to too_near_end, call clear_glyph_matrix.
16559 (redisplay_window): After make_cursor_line_fully_visible,
16560 call clear_glyph_matrix and bypass `goto done'.
16561
16562 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
16563 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
16564
165652002-09-10 Richard M. Stallman <rms@gnu.org>
16566
16567 * fileio.c (Fdo_auto_save): Catch error making directory.
16568 Only call push_message if we need to.
16569 At the same time, make an unwind-protect to pop it.
16570 Rename local message_p to old_message_p.
16571 (do_auto_save_make_dir, do_auto_save_eh): New functions.
16572 (do_auto_save_unwind): Don't call pop_message.
16573
16574 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
16575
16576 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
16577
16578 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
16579
16580 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
16581
165822002-09-10 Stefan Monnier <monnier@cs.yale.edu>
16583
16584 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
16585 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
16586 (re_match_2_internal): Be more careful with infinite loops.
16587
165882002-09-10 Kim F. Storm <storm@cua.dk>
16589
16590 * macros.c (end_kbd_macro): New function.
16591 (Fend_kbd_macro): Use it.
16592
16593 * macros.h (end_kbd_macro): Declare extern.
16594
16595 * keyboard.c (Fdiscard_input): If defining keyboard macro,
16596 end and save it instead of discarding it.
16597
165982002-09-09 Markus Rost <rost@math.ohio-state.edu>
16599
16600 * s/sol2-6.h: Fix typo. Add comment.
16601
166022002-09-09 Richard M. Stallman <rms@gnu.org>
16603
16604 * regex.c (regnum_t): Use signed int, not unsigned int.
16605
16606 * s/sol2-6.h: New file.
16607
16608 * s/sol2-5.h (UNEXEC): Definition deleted.
16609
166102002-09-08 Kim F. Storm <storm@cua.dk>
16611
16612 * macros.c (executing_macro_index): Change type to EMACS_INT.
9dd28cae 16613 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
048addec
JD
16614
16615 * macros.h (executing_macro_index): Change type to EMACS_INT.
16616
166172002-09-06 Richard M. Stallman <rms@gnu.org>
16618
16619 * casetab.c (set_case_table): Make canon table point to eqv table.
16620
166212002-09-06 Juanma Barranquero <lektu@terra.es>
16622
16623 * coding.c (syms_of_coding): Fix spacing.
16624
16625 * composite.c (Fcompose_region_internal)
16626 (Fcompose_string_internal): Likewise.
16627
16628 * data.c (Flsh): Likewise.
16629
16630 * fontset.c (Fset_fontset_font): Likewise.
16631
16632 * macfns.c (Fx_server_max_request_size): Likewise.
16633
16634 * w16select.c (syms_of_win16select): Likewise.
16635
16636 * w32select.c (syms_of_w32select): Likewise.
16637
16638 * xselect.c (syms_of_xselect): Likewise.
16639
166402002-09-05 Richard M. Stallman <rms@gnu.org>
16641
16642 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
16643 call EXTEND_RANGE_TABLE and return a proper value.
16644 (set_image_of_range): Don't call set_image_of_range_1
16645 if no TRANSLATE or if range includes all of Latin-1.
16646 Only call it for the Latin-1 part of the range.
16647 For other cases, make two separate ranges,
16648 one for the original specified characters and one for
16649 their case-conversions.
16650
166512002-09-04 Richard M. Stallman <rms@gnu.org>
16652
16653 * s/sol2-5.h (UNEXEC): Use unexsol.o.
16654
16655 * window.c (displayed_window_lines): Correct for one-off bug
16656 in HEIGHT on non-window displays.
16657
16658 * regex.c (set_image_of_range_1): New function.
16659 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
16660 Return a value to indicate running out of memory.
16661 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
16662 (extend_range_table_work_area): New subroutine.
16663 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
16664 Different calling conventions, and used from set_image_of_range{,_1}.
16665 (IMMEDIATE_QUIT_CHECK): Definitions moved.
16666
166672002-09-04 Juanma Barranquero <lektu@terra.es>
16668
16669 * makefile.w32-in: All dependencies updated.
16670
166712002-09-01 Richard M. Stallman <rms@gnu.org>
16672
16673 * unexsol.c: New file.
16674
16675 * xfns.c (Qbox): Declare external, don't define.
16676
16677 * xdisp.c (redisplay_window) <force-start case>:
16678 If point is on semi-visible last line, reposition
16679 it at previous line.
16680
16681 * alloc.c (display_malloc_warning): Use display-warning.
16682 (malloc_warning_1): Function deleted.
16683
16684 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
16685
16686 * lread.c (read1): Handle #! by skipping the line.
16687
166882002-08-31 Richard M. Stallman <rms@gnu.org>
16689
16690 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
16691 Don't include LDFLAGS.
16692 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
16693
166942002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
16695
16696 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
16697 member of x_display_info unless we compile for some window system.
16698
166992002-08-31 Kim F. Storm <storm@cua.dk>
16700
16701 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
16702 (get_window_cursor_type): Don't use them.
16703 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
16704
167052002-08-30 Kenichi Handa <handa@etl.go.jp>
16706
16707 * xdisp.c (get_next_display_element): Fix previous change.
16708
167092002-08-30 Andrew Choi <akochoi@shaw.ca>
16710
16711 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
16712 (expose_window): Use it to fix the display of overlapping
16713 rows (merge code from xterm.c).
16714
16715 * macfns.c (Qbox): Add extern declaration.
16716
167172002-08-30 Juanma Barranquero <lektu@terra.es>
16718
16719 * w32fns.c (Qbox): Make extern.
16720 (syms_of_w32fns): Remove initialization of Qbox.
16721
167222002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
16723
16724 * xfns.c (Fx_open_connection): Fix error message.
16725
167262002-08-30 Kim F. Storm <storm@cua.dk>
16727
16728 The following changes consolidates the handling of the cursor
16729 type in xdisp.c, moving duplicate code and functionality from
16730 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
16731
16732 * frame.h (enum text_cursor_kinds): Consolidated here.
16733 Added DEFAULT_CURSOR value.
16734 (struct frame) <desired_cursor, cursor_width>
16735 <blink_off_cursor, blink_off_cursor_width>: New fields.
16736 Consolidated from output_x, output_w32 and output_mac structs.
16737 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16738 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
16739
16740 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
16741 Variables consolidated here.
16742 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
16743 (Vcursor_in_non_selected_windows): Renamed from
16744 cursor_in_non_selected_windows and changed to Lisp_Object.
16745 (syms_of_xdisp): Define and staticpro new and moved variables.
16746 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
16747 consolidated here. Recognize Qhollow setting.
16748 (set_frame_cursor_types): New function to set frame cursor types
16749 based on the frame parameters.
16750 (get_window_cursor_type): New function to calculate new cursor
16751 type and width for the specified window. Based on duplicated
16752 code consolidated here.
16753 Enhancements: cursor-in-non-selected-windows may be a cursor type,
16754 check buffer-local alternate-cursor-type and blink-cursor-alist
16755 before using built-in blink off methods.
16756
16757 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
16758
16759 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
16760 (get_specified_cursor_type, get_window_cursor_type)
16761 (set_frame_cursor_types): Added prototypes.
16762
16763 * macfns.c (x_specified_cursor_type): Removed.
16764 (x_set_cursor_type): Use set_frame_cursor_types.
16765 (Qbar, Qbox): Removed.
16766 (syms_of_macfns): Don't intern or staticpro them.
16767
16768 * macterm.c (x_specified_cursor_type): Remove prototype.
16769 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16770 (x_display_and_set_cursor): Use get_window_cursor_type.
16771 Remove unused local variables cursor_non_selected, active_cursor.
16772 Redraw cursor if hbar cursor width changes.
16773 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
16774
16775 * macterm.h (enum text_cursor_kinds): Removed.
16776 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
16777 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16778 (FRAME_DESIRED_CURSOR): Macro removed.
16779
16780 * w32fns.c (Vblink_cursor_alist): Removed.
16781 (Qbar, Qhbar, Qbox, Qhollow): Removed.
16782 (syms_of_w32fns): Don't intern, staticpro, or define them.
16783 (x_specified_cursor_type): Removed.
16784 (x_set_cursor_type): Use set_frame_cursor_types.
16785
16786 * w32term.c (x_specified_cursor_type): Remove prototype.
16787 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16788 (x_display_and_set_cursor): Use get_window_cursor_type.
16789 Remove unused local variables cursor_off_state.
16790 Redraw cursor if hbar cursor width changes.
16791 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
16792
16793 * w32term.h (enum text_cursor_kinds): Removed.
16794 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
16795 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16796 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16797 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
16798 (struct w32_display_info) <x_highlight_frame>: Renamed member from
16799 w32_highlight_frame.
16800
16801 * xfns.c (Vblink_cursor_alist): Removed.
16802 (Qbar, Qhbar, Qbox, Qhollow): Removed.
16803 (syms_of_xfns): Don't intern, staticpro, or define them.
16804 (x_specified_cursor_type): Removed.
16805 (x_set_cursor_type): Use set_frame_cursor_types.
16806
16807 * xterm.c (x_specified_cursor_type): Remove prototype.
16808 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16809 (x_display_and_set_cursor): Use get_window_cursor_type.
16810 Remove unused local variables cursor_off_state.
16811 Redraw cursor if hbar cursor width changes.
16812
16813 * xterm.h (enum text_cursor_kinds): Removed.
16814 (struct output_x) <current_cursor, desired_cursor, cursor_width>
16815 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16816 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16817 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
16818 (x_specified_cursor_type): Remove prototype.
16819
168202002-08-28 Richard M. Stallman <rms@gnu.org>
16821
16822 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
16823 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
16824 (Vblink_cursor_alist): New variable.
16825 (syms_of_w32fns): Initialize and defvar it.
16826 (x_specified_cursor_type): Recognize Qbox for filled box.
16827 Exceptions are hollow boxes.
16828 (Qbox, Qhollow): New variables.
16829 (syms_of_w32fns): Initialize and staticpro them.
16830
16831 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
16832 New macros.
16833 (struct w32_output): New fields blink_off_cursor,
16834 blink_off_cursor_width.
16835 (FRAME_CURSOR_WIDTH): New macro.
16836
16837 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
16838 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
16839
16840 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
16841 for bar cursor.
16842
16843 * w32term.c (expose_overlaps): New function.
16844 (expose_window): Use it to fix the display of overlapping rows.
16845
168462002-08-28 Simon Josefsson <jas@extundo.com>
16847
16848 * xfns.c (Fx_open_connection): Improve help when X connection
16849 fails, xhost is insecure and xauth is better.
16850
168512002-08-28 Juanma Barranquero <lektu@terra.es>
16852
16853 * makefile.w32-in: Add missing dependencies on w32term.h and
16854 composite.h.
16855
16856 * emacs.c (USAGE1): Add missing newline.
16857
168582002-08-27 Andrew Choi <akochoi@shaw.ca>
16859
16860 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
16861
168622002-08-27 Richard M. Stallman <rms@gnu.org>
16863
16864 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
16865 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
16866 (Vblink_cursor_alist): New variable.
16867 (syms_of_xfns): Initialize and defvar it.
16868 (x_specified_cursor_type): Recognize Qbox for filled box.
16869 Exceptions are hollow boxes.
16870 (Qbox, Qhollow): New variables.
16871 (syms_of_xfns): Initialize and staticpro them.
16872
16873 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
16874 New macros.
16875 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
16876
16877 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
16878 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
16879
16880 * emacs.c (main): Handle --script.
16881 (USAGE1): Mention --script.
16882 (standard_args): Define sort order for --script.
16883
168842002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
16885
16886 * xdisp.c (redisplay_updating_p): Variable removed.
16887 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
16888 New variables.
16889 (init_iterator): Don't free realized faces if
16890 inhibit_free_realized_faces is set.
16891 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
16892 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
16893 initialize Qinhibit_free_realized_faces.
16894
16895 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
16896 when iterator is adding glyphs to a glyph matrix.
16897
168982002-08-27 Kenichi Handa <handa@etl.go.jp>
16899
16900 * xdisp.c (get_next_display_element): In unibyte case, don't use
16901 octal form for such eight-bit characters that can be converted to
16902 multibyte char.
16903
169042002-08-26 Kim F. Storm <storm@cua.dk>
16905
b6189c3b
KS
16906 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
16907 foreground and background colors. From Joe Buehler.
048addec
JD
16908
169092002-08-26 Miles Bader <miles@gnu.org>
16910
16911 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
16912
169132002-08-25 Andrew Choi <akochoi@shaw.ca>
16914
16915 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
16916 defined instead of MAC_OSX.
16917
16918 * s/darwin.h (select): Define select to sys_select only if
16919 HAVE_CARBON is defined.
16920 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
16921 (DONT_REOPEN_PTY): #def it.
16922
16923 * macterm.c (XTread_socket): Remove code to call
16924 SendEventToEventTarget for keys with command modifiers when
16925 mac_command_key_is_meta is nil.
16926
169272002-08-24 Andreas Schwab <schwab@suse.de>
16928
16929 * eval.c (Fdefvar): Fix last change.
16930
169312002-08-23 Richard M. Stallman <rms@gnu.org>
16932
16933 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
16934 Record variables in load history as (defvar . VAR).
16935 (Fdefvar): Don't record in load history if no initial value.
16936 (Qdefvar): New variable.
16937 (syms_of_eval): Init and staticpro it.
16938
16939 * lread.c (syms_of_lread): Doc fix.
16940 (build_load_history): Use Fmember to see if a definition
16941 is already in the Vload_history element.
16942
16943 * process.c (Fstart_process): Remove /: from program name.
16944
16945 * emacs.c (decode_env_path): Don't add /: if file name handler
16946 has a `safe-magic' property.
16947
16948 * callproc.c (Fcall_process): Remove /: from program name.
16949
169502002-08-23 Stefan Monnier <monnier@cs.yale.edu>
16951
16952 * regex.c (PATFETCH): Remove the translating fetch.
16953 (PATFETCH_RAW): Rename to PATFETCH.
16954 (set_image_of_range): New fun.
16955 (SET_RANGE_TABLE_WORK_AREA): Use it.
16956 (regex_compile): Don't translate the pattern chars so eagerly.
16957 Only do it when inserting an `exactn' bytecode or when handling
16958 a char-range.
16959 (mutually_exclusive_p): Avoid empty statement.
16960
169612002-08-22 Kim F. Storm <storm@cua.dk>
16962
16963 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
16964 end up on a partially visible line; this reverts a specific part
16965 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
16966 display error which has been reported several times now.
16967 However it introduces the problem that changes was supposed to fix.
16968 See my comments in the source if you want to debug this further.
16969
169702002-08-20 Kenichi Handa <handa@etl.go.jp>
16971
16972 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16973
169742002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
16975
16976 * msdos.c (croak): Add `void' to definition.
16977
c1380aa6 16978 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
048addec
JD
16979 Don't define them, they are defined in msdos.c.
16980
16981 * mem-limits.h [MSDOS]: Declare etext.
16982
16983 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
16984 `const' since CORRECT_DIR_SEPS modifies its target.
16985
169862002-08-19 Kim F. Storm <storm@cua.dk>
16987
2fb0ce67 16988 * keyboard.c (Fclear_this_command_keys): Add optional arg
048addec
JD
16989 KEEP-RECORD to avoid clearing lossage when we just want to clear
16990 the current key sequence (kmacro needs this).
16991
169922002-08-19 Kenichi Handa <handa@localhost>
16993
16994 * composite.c (run_composition_function): Call FUNC if it is fboundp.
16995
16996 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
16997 cons, return Qnil.
16998
169992002-08-17 Richard M. Stallman <rms@gnu.org>
17000
17001 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
17002
17003 * sysdep.c [!VMS]: Include sys/files.h.
17004
17005 * editfns.c (save_restriction_restore): Defend from unchained marker.
17006
17007 * buffer.c (overlays_at): Handle extending vec uniformly.
17008 (overlays_in): Handle extending vec from length 0 as in overlays_at.
17009
170102002-08-15 Andrew Choi <akochoi@shaw.ca>
17011
17012 * mac.c (init_mac_osx_environment): New function.
17013
17014 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
17015
170162002-08-14 Kim F. Storm <storm@cua.dk>
17017
17018 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
17019 executing macro before appending to it (when used from Lisp).
17020 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
17021 which is called prior to each iteration of macro (for kmacro.el).
17022 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
17023
17024 * lisp.h (Fexecute_kbd_macro): Update prototype.
17025
17026 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
17027
170282002-08-14 Kenichi Handa <handa@etl.go.jp>
17029
17030 * xselect.c (QUTF8_STRING): New variable.
17031 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
17032 (x_atom_to_symbol): Likewise.
17033 (x_get_local_selection): New argument local_request. If it is
17034 nonzero, call handler_fn with the second arg nil.
17035 (x_handle_selection_request): Call x_get_local_selection with
17036 local_request 0.
17037 (lisp_data_to_selection_data): Don't encode the string here.
17038 (Fx_get_selection_internal): Call x_get_local_selection with
17039 local_request 1.
17040 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
17041
17042 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
17043
17044 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
17045
170462002-08-13 Richard M. Stallman <rms@gnu.org>
17047
17048 * minibuf.c (Fminibufferp): New function.
17049 (syms_of_minibuf): Defsubr it.
17050 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
17051
170522002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
17053
17054 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
17055
170562002-08-12 Richard M. Stallman <rms@gnu.org>
17057
17058 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
17059 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
17060 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
17061 already.
17062
17063 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
17064
170652002-08-11 Andrew Choi <akochoi@shaw.ca>
17066
17067 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
17068 (Vmac_pass_command_to_system): New variable.
17069 (Vmac_pass_control_to_system): New variable.
17070 (do_mouse_moved): Check wp with is_emacs_window.
17071 (XTread_socket): Check window_ptr with is_emacs_window.
17072 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
17073 events back to Mac Toolbox for processing, depending on values of
17074 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
17075 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
17076 Vmac_pass_control_to_system.
17077
170782002-08-10 Kenichi Handa <handa@etl.go.jp>
17079
17080 * coding.c (unencodable_char_position): New function.
17081 (Funencodable_char_position): New function.
17082 (syms_of_coding): Defsubr Funencodable_char_position.
17083
170842002-08-10 Andrew Choi <akochoi@shaw.ca>
17085
17086 * mac.c (sys_select) [MAC_OSX]: New function.
17087
17088 * macterm.c (MakeMeTheFrontProcess): New function.
17089 (mac_initialize): Call MakeMeTheFrontProcess.
17090
17091 * s/darwin.h: Define select to sys_select.
17092
170932002-08-09 Richard M. Stallman <rms@gnu.org>
17094
17095 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
17096
170972002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
17098
17099 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
17100 end of the buffer.
17101
88fde92a 171022002-08-08 Ken Raeburn <raeburn@gnu.org>
048addec
JD
17103
17104 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
17105
17106 * puresize.h (BASE_PURESIZE): Increase to 910000.
17107
171082002-08-08 Kenichi Handa <handa@etl.go.jp>
17109
17110 * coding.c (Ffind_operation_coding_system): For write-region, if
17111 VISIT is a filename, make it the target.
17112
171132002-08-07 Richard M. Stallman <rms@gnu.org>
17114
17115 * alloc.c (mark_object): Detect long lists for debugging.
17116 (mark_object_loop_halt): New variable.
17117
17118 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
17119
17120 * data.c (Fmake_variable_frame_local): Doc fix.
17121
171222002-08-01 David Ponce <david@dponce.com>
17123
17124 * w32menu.c (local_heap, local_alloc, local_free): New macros.
17125 (malloc_widget_value, free_widget_value)
17126 (w32_free_submenu_strings): Use them.
17127
17128 (push_submenu_start, push_submenu_end, push_left_right_boundary)
17129 (push_menu_pane, push_menu_item, single_keymap_panes)
17130 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
17131 (single_submenu, set_frame_menubar)
17132 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
17133
17134 (Fx_popup_menu): Don't show pop up menu until preceding one is
17135 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
17136
17137 * w32menu.c: Changes adapted from xmenu.c
17138 (set_frame_menubar): First parse all submenus,
17139 then make widget_value trees from them.
17140 Don't allocate any widget_value objects
17141 until we are done with the parsing.
17142 (parse_single_submenu): New function.
17143 (digest_single_submenu): New function.
17144 (single_submenu): Function deleted, replaced by those two.
17145
171462002-08-04 Andrew Choi <akochoi@shaw.ca>
17147
17148 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
17149 returns a valid window pointer before proceeding for keyDown and
17150 autoKey events.
17151
171522002-08-03 Andrew Choi <akochoi@shaw.ca>
17153
17154 * macterm.c (USE_CARBON_EVENTS): New macro.
17155 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
17156 (x_iconify_frame): Call CollapseWindow.
17157 (Vmac_reverse_ctrl_meta): New variable.
17158 (Vmac_wheel_button_is_mouse_2): New variable.
17159 (init_mac_drag_n_drop): New function.
17160 (mac_do_receive_drag): New function.
17161 (mac_handle_service_event): New function.
17162 (init_service_handler): New function.
17163 (mac_to_emacs_modifiers): New function.
17164 (mac_event_to_emacs_modifiers): New function.
17165 (mac_get_mouse_btn): New function.
17166 (mac_convert_event_ref): New function.
17167 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
17168 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
17169 mac_get_mouse_btn.
17170 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
17171
17172 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
17173 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
17174 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
17175 TOOL_BAR_EVENT for MAC_OS as well.
17176 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
17177 as for WINDOWS_NT.
17178 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
17179
17180 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
17181
171822002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
17183
17184 * xdisp.c (forward_to_next_line_start): Fix a condition that
17185 lead to a newline being skipped.
17186
171872002-08-02 Andrew Choi <akochoi@shaw.ca>
17188
17189 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
17190
171912002-08-01 Richard M. Stallman <rms@gnu.org>
17192
17193 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
17194
171952002-07-31 Andrew Choi <akochoi@shaw.ca>
17196
17197 * macfns.c: #undef init_process before #define-ing it.
17198
17199 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
17200 HAVE_CARBON is defined.
17201
172022002-07-31 Richard M. Stallman <rms@gnu.org>
17203
17204 * xmenu.c (set_frame_menubar): First parse all submenus,
17205 then make widget_value trees from them.
17206 Don't allocate any widget_value objects
17207 until we are done with the parsing.
17208 (parse_single_submenu): New function.
17209 (digest_single_submenu): New function.
17210 (single_submenu): Function deleted, replaced by those two.
17211
172122002-07-30 Juanma Barranquero <lektu@terra.es>
17213
17214 * w32proc.c (syms_of_ntproc): Fix docstring of
17215 `w32-get-true-file-attributes'.
17216
172172002-07-28 Richard M. Stallman <rms@gnu.org>
17218
17219 * s/hpux8.h (HPUX8): Define this before including hpux.h.
17220 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
17221
17222 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
17223
17224 * keyboard.c (make_lispy_event):
17225 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
17226 Explicitly clear up_modifier in event->modifiers.
17227
172282002-07-27 Richard M. Stallman <rms@gnu.org>
17229
17230 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
17231
17232 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17233 for bar cursor.
17234
172352002-07-26 Kenichi Handa <handa@etl.go.jp>
17236
17237 * coding.c (detect_coding_iso2022): While checking a byte sequence
17238 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
17239 it in the normal loop.
17240
172412002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
17242
17243 * xterm.c (expose_overlaps): New function.
17244 (expose_window): Use it to fix the display of overlapping rows.
17245
17246 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
17247
172482002-07-23 Ken Raeburn <raeburn@gnu.org>
17249
17250 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
17251 since it only depends on XUINT.
17252
17253 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
17254 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
17255 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
17256 Macros deleted.
3947677c 17257
77d1daf2
AS
17258 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
17259 its value over other approaches.
17260 * sysdep.c (start_of_data): Don't define the function if a macro
17261 form has been defined.
8a8e19a3 17262
048addec
JD
172632002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
17264
17265 * xdisp.c (redisplay_updating_p): New variable.
17266 (init_iterator): Don't free realized faces when
17267 redisplay_updating_p is set.
17268 (redisplay_internal): Set redisplay_updating_p while updating
17269 the display.
17270
172712002-07-23 Richard M. Stallman <rms@gnu.org>
17272
17273 * editfns.c (Fmessage): Treat "" like nil.
17274
172752002-07-23 Kenichi Handa <handa@etl.go.jp>
17276
17277 * xdisp.c (face_before_or_after_it_pos):
17278 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17279
172802002-07-22 Juanma Barranquero <lektu@terra.es>
17281
17282 * callproc.c (init_callproc) [DOS_NT]:
17283 Initialize Vshared_game_score_directory to nil.
17284 (syms_of_callproc) [DOS_NT]: Likewise.
17285
172862002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
17287
17288 * xdisp.c (display_line): Replace an abort with xassert.
17289
172902002-07-21 Richard M. Stallman <rms@gnu.org>
17291
17292 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
17293 and END_UNCHANGED when setting buffer_unchanged_p.
17294 Use current_matrix_up_to_date_p to decide whether to use
17295 try_cursor_movement.
17296
17297 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
17298
17299 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
17300
17301 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
17302 Set to nil if dir does not exist.
17303 (syms_of_callproc): Init unconditionally and simply.
17304
17305 * buffer.c (Fbuffer_list): Doc fix.
17306
173072002-07-21 Ken Raeburn <raeburn@gnu.org>
17308
17309 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
17310
17311 * buffer.c (mmap_realloc): When shrinking, make sure number of
17312 pages to unmap is rounded towards zero.
17313
17314 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
17315 (XSETINT): Deleted.
17316
17317 * m/att3b.h (XINT): Don't define.
17318 (VALBITS, VALMASK, XTYPE): Deleted.
17319 (DATA_SEG_BITS): Define.
17320 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
17321 ARRAY_MARK_FLAG): Deleted.
17322 (DATA_SEG_BITS): Define.
17323 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
17324 (DATA_SEG_BITS): Define.
17325
173262002-07-20 Richard M. Stallman <rms@gnu.org>
17327
17328 * print.c (print_error_message): New args CONTEXT and CALLER.
17329 Calls changed.
17330
17331 * lisp.h (print_error_message): Declare new args.
17332
17333 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
17334 and CONTEXT to print_error_message, don't print them here.
17335 For a Quit, don't use Vsignaling_function.
17336 Call message_log_maybe_newline.
17337
17338 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
17339
173402002-07-20 Kim F. Storm <storm@cua.dk>
17341
17342 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
17343
173442002-07-19 Ken Raeburn <raeburn@gnu.org>
17345
17346 * bytecode.c (struct byte_stack): Pointers into byte string now
17347 point to const.
17348 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
17349 const.
17350 * charset.h (BCOPY_SHORT): Source pointer now points to const.
17351 * coding.c (encode_eol, detect_coding, detect_eol):
17352 (decode_coding, encode_coding, detect_coding_system):
17353 Source strings now treated as const.
17354 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
17355 modify Lisp string contents.
17356 * coding.h (decode_coding, encode_coding, detect_coding,
17357 detect_eol): Declarations updated.
17358 * composite.c (compose_chars_in_text): Treat Lisp string contents
17359 as const.
17360 * dispnew.c (safe_bcopy): Source pointer now points to const.
17361 * lisp.h (STRING_COPYIN): New macro.
17362 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
17363 (internal_with_output_to_temp_buffer): Declarations updated.
17364 * print.c (temp_output_buffer_setup):
17365 (internal_with_output_to_temp_buffer): Buffer name argument is now
17366 pointer to const.
17367 * sound.c (struct sound_device): Function pointer field "write"
17368 buffer argument now points to const.
17369 (vox_write): Buffer argument points to const.
17370 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
17371 contents as const.
17372 * sysdep.c (emacs_write): Buffer pointer now const.
17373 * term.c (encode_terminal_code): Buffer pointer now const.
17374 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
17375 (x_face_list_fonts, x_update_menu_appearance):
17376 (hash_string_case_insensitive): Treat Lisp string contents as const.
17377
173782002-07-19 Juanma Barranquero <lektu@terra.es>
17379
048addec
JD
17380 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
17381
17382 * fileio.c (syms_of_fileio): Likewise.
c62aec78
JB
17383 (Ffile_name_as_directory): Fix argument name in docstring.
17384 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
048addec
JD
17385
173862002-07-18 Richard M. Stallman <rms@gnu.org>
17387
17388 * data.c (Fdefalias): Doc fix.
17389
173902002-07-17 Dave Love <fx@gnu.org>
17391
17392 * intervals.h (text_property_stickiness): Use P_.
17393
17394 * ccl.c: Remove `emacs' conditionals.
17395 (ccl_backtrace_table): Fix size spec.
17396 (ccl_driver): Fix type errors.
17397
173982002-07-16 Ken Raeburn <raeburn@gnu.org>
17399
17400 * alloc.c (xstrdup, make_string, make_unibyte_string)
17401 (make_multibyte_string, build_string): String pointer args now
17402 point to const.
17403 * charset.c (find_charset_in_text, c_string_width):
17404 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
17405 * fileio.c (report_file_error):
17406 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
17407 (count_combining_before, count_combining_after, insert_1_both):
17408 (insert, insert_and_inherit, insert_string):
17409 (insert_before_markers, insert_before_markers_and_inherit):
17410 * lread.c (intern, oblookup, hash_string):
17411 * minibuf.c (temp_echo_area_glyphs):
17412 * search.c (fast_c_string_match_ignore_case):
17413 * sysdep.c (emacs_open, set_file_times):
17414 * xfaces.c (xstricmp):
17415 * xdisp.c (store_frame_title, string_char_and_length):
17416 (message_dolog, message2, message2_nolog, set_message): Likewise.
17417 (set_message_1): Cast message string argument to const pointer.
17418 * editfns.c (general_insert_function): Insertion function now
17419 takes pointer to const for input data.
17420 * charset.h (find_charset_in_text, c_string_width):
17421 (parse_str_as_multibyte): Declarations updated.
17422 * dispextern.h (xstricmp): Declaration updated.
17423 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
17424 (count_size_as_multibyte, count_combining_before):
17425 (count_combining_after, insert_1, insert_1_both, message_dolog):
17426 (insert, insert_and_inherit, insert_before_markers)
17427 (insert_before_markers_and_inherit, set_message, message2):
17428 (message2_dolog, build_string, make_string, make_unibyte_string):
17429 (make_multibyte_string, intern, oblookup, report_file_error):
17430 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
17431 (emacs_open, xstrdup): Declarations updated.
17432 * systime.h (set_file_times): Declaration updated.
17433
17434 * charset.c (find_charset_in_text, lisp_string_width): Use const
17435 for pointer to lisp string data.
17436 * charset.h (FETCH_STRING_CHAR_ADVANCE):
17437 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
17438 * coding.c (Ffind_coding_systems_region_interval):
17439 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
17440 (Fmake_directory_internal, Fdelete_directory):
17441 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
17442 * fontset.c (font_family_registry, fs_query_fontset):
17443 (list_fontsets):
17444 * frame.c (Fframe_parameter):
17445 * keyboard.c (cmd_error_internal):
17446 * keymap.c (Fdescribe_buffer_bindings):
17447 * lread.c (complete_filename_p, openp):
17448 * minibuf.c (Fminibuffer_complete_word):
17449 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
17450 (face_before_or_after_it_pos, next_element_from_string):
17451 (get_overlay_arrow_glyph_row, display_mode_element):
17452 (decode_mode_spec_coding):
17453 * xterm.c (same_x_server): Likewise.
17454
17455 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
17456 settings of non-existent fields.
17457
17458 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
17459 copy a lisp value.
17460
17461 * lread.c (Fintern_soft): Use string macros instead of
17462 Lisp_String fields.
17463 * keyboard.c (echo_char, parse_modifiers_uncached):
17464 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
17465 * textprop.c (validate_interval_range, interval_of): Likewise.
17466
17467 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
17468
17469 * charset.h (FETCH_STRING_CHAR_ADVANCE)
17470 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
17471 XSTRING()->size_byte.
17472
17473 * lisp.h (SDATA, SREF): Produce rvalue.
17474 (SSET): New macro.
17475 * alloc.c (make_event_array): Use SSET for storing into a string.
17476 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
17477 a string.
17478 * casefiddle.c (casify_object): Use SSET.
17479 * charset.h (FETCH_STRING_CHAR_ADVANCE)
17480 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
17481 address of string contents.
17482 * data.c (Faref): Use SDATA.
17483 (Faset): Use SDATA, SSET.
17484 * dired.c (directory_files_internal): Use SSET.
17485 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
17486 (Fread_file_name): Use SREF, SSET.
17487 * fns.c (concat): Use SSET.
17488 (concat, Fdelete): Use SDATA.
17489 * insdel.c (insert_from_string_1): Use SDATA.
17490 * keyboard.c (Fevent_convert_list): Use SREF.
17491 * lread.c (Fload): Use SDATA, SSET.
17492 * macfns.c (validate_x_resource_name): Use SSET.
17493 * process.c (status_message): Use SSET.
17494 * search.c (wordify): Use SDATA.
17495 (Freplace_match): Use SREF.
17496 * w32fns.c (validate_x_resource_name): Use SSET.
17497 * xfns.c (validate_x_resource_name): Use SSET.
17498 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
17499
175002002-07-16 Richard M. Stallman <rms@gnu.org>
17501
17502 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
17503
17504 * xdisp.c (reconsider_clip_changes):
17505 Don't test prevent_redisplay_optimizations_p.
17506 (redisplay_internal): Test prevent_redisplay_optimizations_p
17507 along with clip_changed in some cases.
17508 (try_window_id): Likewise.
17509 (redisplay_window): New local var buffer_unchanged_p.
17510
17511 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
17512
17513 * process.c (create_process): Test USG_SUBTTY_WORKS.
17514 (process_send_signal): Clean up handling of GID.
17515 Detect errors in ioctls meant to set GID.
17516
17517 * window.c (temp_output_buffer_show):
17518 Don't set prevent_redisplay_optimizations_p.
17519
175202002-07-15 Juanma Barranquero <lektu@terra.es>
17521
17522 * eval.c (Fdefvaralias): Add docstring argument.
17523
175242002-07-15 Ken Raeburn <raeburn@gnu.org>
17525
17526 * lisp.h (STRING_INTERVALS): Produce rvalue.
17527 (STRING_SET_INTERVALS): New macro.
17528 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
17529 * fns.c (Fstring_as_multibyte): Likewise.
17530 * intervals.c (balance_possible_root_interval, delete_interval)
17531 (create_root_interval, copy_intervals_to_string): Likewise.
17532 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
17533 instead of 0.
17534
175352002-07-14 Ken Raeburn <raeburn@gnu.org>
17536
17537 * lisp.h (STRING_SET_CHARS): New macro.
17538 (SCHARS, SBYTES): Produce rvalues.
17539 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
17540 * fns.c (concat): Likewise.
17541 * lread.c (read_vector): Likewise.
17542
3419757d 17543 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
048addec 17544 (STRING_SET_UNIBYTE): New macro.
3419757d 17545 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
048addec
JD
17546 length of -1) changed to use STRING_SET_UNIBYTE.
17547 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
17548 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
17549 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
17550 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
17551 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
17552 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
17553 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
17554 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
17555 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
17556 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
17557 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
17558 STRING_BYTES or indirection changed to SCHARS, SBYTES,
17559 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
17560 unchanged for now.
17561
175622002-07-13 Kim F. Storm <storm@cua.dk>
17563
17564 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
17565
175662002-07-12 Richard M. Stallman <rms@gnu.org>
17567
17568 * fileio.c (Fwrite_region): Doc fix.
17569
17570 * print.c (print_error_message): Don't handle Vsignaling_function here.
17571
17572 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
17573 (command_loop_1): Avoid certain actions after memory-full error.
17574
17575 * eval.c (Fsignal): Don't call cancel_hourglass.
17576 For a memory-full error, don't call Vsignal_hook_function
17577 and don't set Vsignaling_function.
17578
17579 * process.c (process_send_signal): Add abort call.
17580
175812002-07-11 Markus Rost <rost@math.ohio-state.edu>
17582
17583 * keymap.c (Fkey_binding): Fix typo.
17584
175852002-07-11 Richard M. Stallman <rms@gnu.org>
17586
17587 * alloc.c (Vmemory_full): New variable.
3419757d 17588 (Vmemory_signal_data): Rename from memory_signal_data.
048addec
JD
17589 Uses changed.
17590 (syms_of_alloc): Defvar them.
17591 (memory_full, buffer_memory_full): Set Vmemory_full.
17592
17593 * lisp.h (Vmemory_full): Add declaration.
17594 (current_column, indented_beyond_p): Change declaration.
17595
17596 * indent.c (last_known_column): Declare as double, not float.
17597 (current_column, current_column_1, string_display_width)
17598 (position_indentation): Return `double'.
17599 (indented_beyond_p): Arg `column' is `double'. Callers changed.
17600
17601 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
17602 (back_to_previous_visible_line_start)
17603 (reseat_at_next_visible_line_start, next_element_from_buffer):
17604 Use `double', not `float', when calling indented_beyond_p.
17605
3419757d 17606 * s/hpux11.h (BROKEN_SA_RESTART): Define.
048addec
JD
17607
17608 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
17609
176102002-07-11 Juanma Barranquero <lektu@terra.es>
17611
17612 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
f9711de4
JB
17613 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
17614 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
17615 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
17616 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
17617 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
048addec
JD
17618
176192002-07-10 Juanma Barranquero <lektu@terra.es>
17620
d814862a
JB
17621 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
17622 All callers changed.
048addec
JD
17623
176242002-07-09 Stefan Monnier <monnier@cs.yale.edu>
17625
17626 * data.c (Fdefalias): Add an optional `docstring' argument.
17627 (set_internal, Fsetq_default): Use XCAR/XCDR.
17628
17629 * composite.c (HASH_VALUE, HASH_KEY):
17630 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
17631
176322002-07-09 Kenichi Handa <handa@etl.go.jp>
17633
17634 * callproc.c (Fcall_process): Fix previous change.
17635
176362002-07-07 Stefan Monnier <monnier@cs.yale.edu>
17637
17638 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
17639 Add support for hash-tables.
17640 (Ftry_completion): Return t even if the string appears multiple times.
17641
17642 * fns.c (Fnconc): Use XCDR.
17643 (Fprovide): Use CONSP and XCDR.
17644 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
17645 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
17646 (Fmake_hash_table): Accept `:size nil'.
17647 (Fmakehash): Delete: moved to subr.el.
17648 (syms_of_fns): Don't defsubr makehash.
17649
17650 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
17651 (HASH_TABLE_SIZE): Move from fns.c.
17652
176532002-07-07 Richard M. Stallman <rms@gnu.org>
17654
17655 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
17656 Instead just return 0 when there is something to be done.
17657 (try_scrolling): If make_cursor_line_fully_visible returns 0,
17658 retry scrolling as if cursor were off the bottom.
17659 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
17660 return CURSOR_MOVEMENT_MUST_SCROLL.
17661 (redisplay_window): If make_cursor_line_fully_visible returns 0,
17662 go to try_to_scroll.
17663
17664 * buffer.c (Fbuffer_local_value): Store current value into its binding
17665 so we get the up-to-date value for the binding that is loaded.
17666
17667 * eval.c (Fdefmacro): Doc fix.
17668
176692002-07-05 Dave Love <fx@gnu.org>
17670
17671 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
17672 correctly.
17673
17674 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
17675 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
17676 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
17677 CCL_LookupCharConstTbl.
17678 (syms_of_ccl): Defvar translation-hash-table-vector.
17679
176802002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17681
17682 * xdisp.c: Remove unused variable `face'.
17683
176842002-07-04 Juanma Barranquero <lektu@terra.es>
17685
17686 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
17687 obsolescence information.
17688
176892002-07-03 Andrew Choi <akochoi@shaw.ca>
17690
17691 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
17692 pattern. Search cache first.
17693 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
17694 for Japanese font.
17695 (XLoadQueryFont): Use it.
17696
176972002-07-02 Richard M. Stallman <rms@gnu.org>
17698
17699 * keymap.c (Fdefine_key): Doc fix.
17700
17701 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
17702
177032002-07-02 Juanma Barranquero <lektu@terra.es>
17704
17705 * keymap.c (syms_of_keymap): Fix typo.
17706
177072002-07-01 Andrew Choi <akochoi@shaw.ca>
17708
17709 * s/darwin.h: Define POSIX_SIGNALS.
17710
17711 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
17712 and FSRefMakePath to convert FSSpec returned with Apple Event to
17713 Posix pathname.
17714 (mac_initialize) [TARGET_API_MAC_CARBON]:
17715 Call init_required_apple_events and disable the `Quit' menu item
17716 provided automatically by the Carbon Toolbox.
17717
177182002-07-01 Dave Love <fx@gnu.org>
17719
17720 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17721 for K&R.
17722
17723 * xterm.c: Fix prototype for K&R.
17724
17725 * term.c (costs_set): Declare static, non-initialized for pcc.
17726
177272002-07-01 Richard M. Stallman <rms@gnu.org>
17728
17729 * keyboard.c (timer_last_idleness_start_time): New variable.
17730 (timer_start_idle): Set that.
17731 (read_key_sequence): Use that to reset timer_idleness_start_time
17732 to previous value.
17733
17734 * window.c (Frecenter): With arg, set optional_new_start.
17735
17736 * xdisp.c (redisplay_internal): Make optional_new_start really work.
17737
17738 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
17739 buffer for completion.
17740
177412002-06-29 Ken Raeburn <raeburn@gnu.org>
17742
17743 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
17744
177452002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17746
17747 * keyboard.c (readable_filtered_events): New function that filters
17748 FOCUS_IN_EVENT depending on parameter.
17749 (readable_events): Calls readable_filtered_events, not filtering
17750 FOCUS_IN_EVENT.
17751 (get_filtered_input_pending): New function, filtering parameter passed
17752 to readable_filtered_events.
17753 (get_input_pending): Calls get_filtered_input_pending, not filtering
17754 FOCUS_IN_EVENT.
17755 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
17756 FOCUS_IN_EVENT.
17757
17758 * xterm.h (struct x_output): Add focus_state.
17759
17760 * xterm.c (x_focus_changed): New function.
17761 (x_detect_focus_change): New function.
17762 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
17763 EnterNotify and LeaveNotify to track X focus changes.
17764
177652002-06-28 Andreas Schwab <schwab@suse.de>
17766
17767 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
17768
177692002-06-27 Kim F. Storm <storm@cua.dk>
17770
52eb0373 17771 * xdisp.c (mode_line_string_list, mode_line_string_face)
048addec
JD
17772 (mode_line_string_face_prop): New variables.
17773 (store_mode_line_string): New function.
17774 (display_mode_element): Use store_mode_line_string to
17775 add mode-line string elements to mode_line_string_list
17776 when mode_line_string_list is non-nil.
17777 (Fformat_mode_line): Now returns propertized string by
17778 default. New arg NO-PROPS to ignore properties.
17779 (decode_mode_spec): Only add two dashes for %- in propertized
17780 mode-line string.
17781 (syms_of_xdisp): Init and staticpro mode_line_string_list.
17782
177832002-06-27 Stefan Monnier <monnier@cs.yale.edu>
17784
17785 * minibuf.c (minibuffer_completion_contents): Add return type.
17786
177872002-06-27 Juanma Barranquero <lektu@terra.es>
17788
17789 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
17790
177912002-06-26 Juanma Barranquero <lektu@terra.es>
17792
17793 * fileio.c (read_file_name_cleanup): Add missing return.
17794
177952002-06-26 Richard M. Stallman <rms@gnu.org>
17796
17797 * window.c (Frecenter): Don't set force_start flag.
17798
17799 * minibuf.c (do_completion, Fminibuffer_complete_word)
17800 (Fminibuffer_completion_help): Complete just the text before point.
17801 (minibuffer_completion_contents): New function.
17802
17803 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
17804
17805 * frame.c (frames_bury_buffer): Function deleted.
17806
178072002-06-25 Miles Bader <miles@gnu.org>
17808
17809 * callint.c (Fcall_interactively): When checking to see if doprnt hit
17810 the end of callint_message, allow for a terminating '\0'.
17811
178122002-06-24 Juanma Barranquero <lektu@terra.es>
17813
52eb0373 17814 * w32select.c: Include composite.h.
048addec
JD
17815
17816 * w16select.c: Likewise.
17817
178182002-06-24 Kenichi Handa <handa@etl.go.jp>
17819
17820 * callproc.c (Fcall_process): If code detection is necessary,
17821 call detect_coding directly here.
17822
17823 * coding.c (detect_eol): Preserve coding->cmp_data.
17824
17825 * w16select.c (Fw16_get_clipboard_data):
17826 * w32fns.c (w32_to_x_font):
17827 * w32select.c (Fw32_get_clipboard_data):
17828 * xselect.c (selection_data_to_lisp_data):
17829 * xterm.c (XTread_socket): Disable composition handling.
17830
178312002-06-24 Stefan Monnier <monnier@cs.yale.edu>
17832
17833 * print.c (temp_output_buffer_setup): Kill all local variables.
17834
178352002-06-22 Stefan Monnier <monnier@cs.yale.edu>
17836
17837 * lread.c (Fread): Remove redundant and imprecise declaration.
17838
17839 * xfns.c (check_x_display_info): Use check_x_frame.
17840
17841 * .gdbinit (xprintsym): Use the new `xname' field.
17842 (xsymbol): Use it.
17843
178442002-06-22 Jason Rumney <jasonr@gnu.org>
17845
17846 * w32fns.c (file_dialog_callback): New function.
17847 (Fx_file_dialog): Allow selecting directories as well as files.
17848
178492002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17850
17851 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
f63fd14e 17852 OpenBSD. Add support for mipseb-*-netbsd* machines.
048addec
JD
17853
178542002-06-17 Andrew Choi <akochoi@shaw.ca>
17855
17856 * macterm.c (mac_scroll_area): Set foreground and backcolor to
17857 black and white before scrolling. Restore frame background and
17858 foreground color after scrolling.
17859 (do_window_update): Call XClearWindow before calling expose_frame.
17860 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
17861 FRAME_FOREGROUND_PIXEL of frame.
17862
17863 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
17864 test Mac command key as <ALT> key.
17865
178662002-06-17 Stefan Monnier <monnier@cs.yale.edu>
17867
17868 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
17869
17870 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
17871 Lookup keys in function-key-map immediately so that key-translation-map
17872 can be applied earlier.
17873 Remove function_key_possible and key_translation_possible, replaced
17874 by checking `keytran_start < t'.
17875
17876 * .gdbinit (xsymbol): Use the new `xname' field.
17877
178782002-06-17 Andrew Choi <akochoi@shaw.ca>
17879
17880 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
17881 test Mac command key as <ALT> key.
17882
17883 * mac.c (do_applescript): Call initialize_applescript if necessary
17884 when first called. Dispose of result_desc only when there is no error.
17885 (Fdo_applescript): Use %d format specifier instead of %ld.
17886
178872002-06-16 Andrew Choi <akochoi@shaw.ca>
17888
17889 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
17890 of FrontWindow for cases keyDown and autoKey.
17891
17892 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
17893 Vdefault_fontset to Monaco with mac-roman coding.
17894
17895 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
17896 init_process before and after inclusion of Carbon/Carbon.h, resp.
17897
17898 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
17899 cursor_gc.
17900 (add_font_name_table_entry): New function.
17901 (init_font_name_table): Use add_font_name_table_entry; add italic,
17902 bold, and bold-italic entries for truetype fonts.
17903
17904 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
17905 for Mac too.
17906 (try_font_list) [MAC_OS]: If no font matches given registry, try
17907 fonts with any registry matching face_family.
17908 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
17909
17910 * s/darwin.h: If autoconf detects the Ncurses library, define
17911 LIBS_TERMCAP to -lncurses to use it.
17912
179132002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
17914
17915 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
17916
179172002-06-15 Richard M. Stallman <rms@gnu.org>
17918
17919 * window.c (Fset_window_configuration): Explicitly preserve
17920 the point value that new_current_buffer had at the start.
17921
179222002-06-14 Juanma Barranquero <lektu@terra.es>
17923
17924 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
17925 Fix typos.
17926
179272002-06-14 Kim F. Storm <storm@cua.dk>
17928
17929 * insdel.c (insert_1_both, insert_from_string_1)
17930 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
17931 insert happened in the end_unchanged region. Otherwise, the
17932 redisplay may be confused and duplicate the last line in the
17933 buffer [seen after save-buffer when require-final-newline==t].
17934
179352002-06-13 Jason Rumney <jasonr@gnu.org>
17936
17937 * w32.c (init_environment): Remove EMACSLOCKDIR.
17938 (stat): Swap _S_IFDIR and _S_IFREG.
17939
179402002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17941
17942 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
17943 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
17944 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
17945 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
17946 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
17947 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
17948 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
17949 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
17950 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
17951 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
17952 SELECTION_REQUEST_EVENT, selection_clear_event to
17953 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
17954 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
17955 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
17956 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
17957 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
17958 no_event to NO_EVENT.
17959
179602002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17961
17962 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
17963
179642002-06-12 Stefan Monnier <monnier@cs.yale.edu>
17965
17966 * intervals.c (textget): Don't forget to `return'.
17967 (lookup_char_property): Use XCAR/XCDR.
17968
179692002-06-12 Juanma Barranquero <lektu@terra.es>
17970
17971 * xdisp.c (Fformat_mode_line): Fix typo.
17972
179732002-06-12 Kim F. Storm <storm@cua.dk>
17974
17975 * xdisp.c (Fformat_mode_line): New function.
17976 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
17977 (store_frame_title_char, store_frame_title): Use unconditionally.
17978 (init_xdisp): Defsubr Fformat_mode_line.
17979 Initialize frame_title_buf etc. unconditionally.
17980
179812002-06-11 Stefan Monnier <monnier@cs.yale.edu>
17982
17983 * keyboard.c (read_key_sequence):
17984 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
17985 things through those maps after downcasing events.
17986 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
17987 applies after function-key-map.
17988 Make sure that keytran can be done in the middle in the sequence.
17989 Be careful not to throw away events past the one we downcase.
17990
17991 * lread.c (read_integer): Remove unused var `tem'.
17992 (read1): Fix int/Lisp_Object mixup.
17993
17994 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
17995
179962002-06-11 Richard M. Stallman <rms@gnu.org>
17997
17998 * keyboard.c (readable_events): Ignore any number of
17999 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
18000
180012002-06-09 Miles Bader <miles@gnu.org>
18002
18003 * xfaces.c (Ftty_supports_face_attributes_p): New function.
18004 (parse_rgb_list, tty_lookup_color): New functions.
18005 (tty_defined_color): Use `tty_lookup_color' to do all the work.
18006 (color_distance, Fcolor_distance): New functions.
18007 (TTY_SAME_COLOR_THRESHOLD): New macro.
18008 (Qtty_color_standard_values): New variable.
18009 (syms_of_xfaces): Initialize new vars & functions.
18010
180112002-06-08 Colin Walters <walters@verbum.org>
18012
18013 * textprop.c (Vchar_property_alias_alist): New variable.
18014 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
18015
18016 * intervals.c (lookup_char_property): New function for looking up
18017 overlay and text properties, created from textget.
18018 (textget): Use it.
18019
18020 * intervals.h (lookup_char_property): Declare.
18021 (Vchar_property_alias_alist): Declare.
18022
18023 * buffer.c (Foverlay_get): Use lookup_char_property.
18024
180252002-06-07 Sam Steingold <sds@gnu.org>
18026
18027 * xselect.c (lisp_data_to_selection_data): Fix last change:
18028 *data_ret is not a Lisp string, while unibyte_string is.
18029
180302002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
18031
18032 * xselect.c (lisp_data_to_selection_data): Fix last change:
18033 set size_ret.
18034
180352002-06-07 Andreas Schwab <schwab@suse.de>
18036
18037 * m/amdx86-64.h: New file.
18038
180392002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
18040
18041 * fns.c (Fstring_make_unibyte): Doc fix.
18042
18043 * xselect.c (lisp_data_to_selection_data): If the requested type
18044 is STRING, call string_make_unibyte to encode the selected text
18045 as a string.
18046
18047 * window.c (Fset_window_hscroll): Doc fix.
18048
180492002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18050
18051 * fileio.c (choose_write_coding_system):
18052 Call select-safe-coding-system properly.
18053
180542002-06-03 Richard M. Stallman <rms@gnu.org>
18055
18056 * xdisp.c (message_with_string): Error if STRING is not a string.
18057
18058 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
18059
18060 * fileio.c (choose_write_coding_system): Pass FILE arg to
18061 Vselect_safe_coding_system_function.
18062
180632002-06-03 Ken Raeburn <raeburn@gnu.org>
18064
18065 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
18066
180672002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
18068
18069 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
18070 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
18071 * keymap.c (describe_command): Likewise.
18072 * minibuf.c (read_minibuf): Likewise.
18073
18074 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
18075 Cast `current_column' return value to int.
18076 (back_to_previous_visible_line_start)
18077 (reseat_at_next_visible_line_start, next_element_from_buffer):
18078 Cast `indented_beyond_p' 3rd arg to float.
18079
18080 * indent.c (last_known_column): Now a float.
18081 (current_column_1, position_indentation, current_column)
18082 (string_display_width): Return float.
18083 (Fcurrent_column): Cast `current_column' return value to int.
18084 (Fcurrent_indentation): Cast `position_indentation' retval to int.
18085 (indented_beyond_p): Third arg now a float.
18086 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
18087
18088 * lisp.h (current_column): Now returns float.
18089 (indented_beyond_p): 3rd arg now a float.
18090
180912002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
18092
18093 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
18094 is Qcompound_text_with_extensions.
18095
18096 * xselect.c (lisp_data_to_selection_data): Always set selection
18097 type as string if x_encode_text returns streingp non-NULL.
18098
18099 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
18100
181012002-05-30 Richard M. Stallman <rms@gnu.org>
18102
18103 * window.c (Fset_window_configuration): Correct the handling
18104 of point in current buffer, to work with multiple windows.
18105
181062002-05-29 Colin Walters <walters@verbum.org>
18107
18108 * lread.c (Fread_from_string): Don't depend on order of evaluation
18109 for C function parameters.
18110
181112002-05-28 Richard M. Stallman <rms@gnu.org>
18112
18113 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
18114 way for blinked-off state and for a nonselected window.
18115
18116 * window.c (window_scroll_pixel_based): Don't call Fbolp;
18117 instead, see if the new start pos is at beginning of line.
18118
18119 * fileio.c (Fwrite_region): If START is a string, don't
18120 make any annotations.
18121
18122 * eval.c (syms_of_eval): Doc fix.
18123
181242002-05-28 Colin Walters <walters@debian.org>
18125
18126 * emacs.c (USAGE1): Add --no-splash.
18127 (standard_args): Ditto.
18128
181292002-05-28 Colin Walters <walters@gnu.org>
18130
18131 * lread.c (readchar_count): New variable.
18132 (readchar): Increment it.
18133 (unreadchar): Decrement it.
18134 (read_multibyte): Decrement it.
18135 (Vread_with_symbol_positions): New variable.
18136 (Vread_symbol_positions_list): New variable.
18137 (read_internal_start): New function, created from Fread and
18138 Fread_from_string. Handle Vread_symbol_positions_list and
18139 Vread_with_symbol_positions.
18140 (readevalloop, Fread, Fread_from_string): Use it.
18141 (read1): Use readchar_count to add symbol positions to
18142 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
18143 (syms_of_lread): DEFVAR_LISP and initialize them.
18144
18145 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
18146 (substitute_object_recurse, substitute_object_in_subtree)
18147 (substitute_in_interval): Prototype.
18148 (read_multibyte): Return c if it's less than zero.
18149
181502002-05-28 Kim F. Storm <storm@cua.dk>
18151
18152 * fileio.c (Fread_file_name_internal): Added brute-force
18153 speed up for using predicate file-directory-p.
18154
181552002-05-28 Kim F. Storm <storm@cua.dk>
18156
18157 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
18158 New variables.
18159 (syms_of_fileio): DEFVAR_LISP them.
18160 (read_file_name_cleanup): New unwind function.
18161 (Fread_file_name_internal): Only return completions satifying
18162 Vread_file_name_predicate. Temporarily unwind protect and rebind
18163 default-directory while checking completions against the predicate.
18164 (Fread_file_name): Added PREDICATE argument. Specbind it to
18165 Vread_file_name_predicate during completion.
18166 Call Vread_file_name_function to read the file name if non-nil.
18167
18168 * lisp.h (Fread_file_name): Now has 6 args.
18169
18170 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
18171 predicate for Fread_file_name when reading directory name.
18172 Supply Qnil for predicate in other calls to Fread_file_name.
18173
181742002-05-26 Miles Bader <miles@gnu.org>
18175
18176 * term.c (tty_capable_p): New function.
18177 * dispextern.h (tty_capable_p): New function declaration.
18178 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
18179 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
18180
181812002-05-23 Stefan Monnier <monnier@cs.yale.edu>
18182
18183 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
18184 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
18185 (Vwrite_region_annotate_functions): Docstring fix.
18186
181872002-05-23 Kim F. Storm <storm@cua.dk>
18188
18189 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
18190 phys_cursor's hpos is overwritten. This is still not completely
18191 correct, as it doesn't really make sense to use hpos at all to
18192 get the cursor glyph (as that is relative to the width of the
18193 characters on the line, which may have changed during the update).
18194
181952002-05-22 Jason Rumney <jasonr@gnu.org>
18196
18197 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
18198 Lisp_Object.
18199 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
18200 Use modified enumfont_t struct.
18201
18202 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
18203
18204 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
18205 Handle the `hbar' cursor type.
18206 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
18207
18208 * w32fns.c (Qhbar): New variable.
18209 (x_specified_cursor_type): Use it.
18210
182112002-05-21 Ken Raeburn <raeburn@gnu.org>
18212
18213 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
18214 now, when the address is needed.
18215
182162002-05-21 Colin Walters <walters@gnu.org>
18217
18218 * Makefile.in (shortlisp): Add font-core.el.
18219
182202002-05-20 Richard M. Stallman <rms@gnu.org>
18221
18222 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
18223
18224 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
18225 equivalent key bindings here.
18226
182272002-05-20 Ken Raeburn <raeburn@gnu.org>
18228
18229 Change symbol structure to contain a lisp object for the symbol
18230 name:
18231 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
18232 object field named "xname".
18233 (SYMBOL_NAME): New macro.
18234 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
18235 name field.
18236 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
18237 (mark_object, gc_sweep): Use symbol xname field and XSTRING
18238 instead of name field.
18239 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
18240 SYMBOL_NAME instead of XSYMBOL and name field.
18241 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
18242 instead of XSYMBOL and name field.
18243 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
18244 and SYMBOL_NAME instead of XSYMBOL and name field.
18245 * coding.c (Fread_coding_system, code_convert_region1)
18246 (code_convert_string1, code_convert_string_norecord)
18247 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
18248 XSYMBOL and name field.
18249 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
18250 (Fmake_variable_buffer_local, Fmake_local_variable)
18251 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
18252 of XSYMBOL and name field.
18253 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
18254 XSYMBOL and name field.
18255 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
18256 instead of XSYMBOL and name field.
18257 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
18258 XSYMBOL and name field.
18259 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
18260 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18261 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
18262 instead of XSYMBOL and name field.
18263 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
18264 (parse_modifiers, apply_modifiers, Fevent_convert_list)
18265 (parse_solitary_modifier, Fexecute_extended_command):
18266 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18267 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
18268 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
18269 of XSYMBOL and name field.
18270 (describe_command, describe_translation): Use SYMBOL_NAME and
18271 assignment instead of XSYMBOL and name field and XSETSTRING.
18272 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
18273 instead of XSYMBOL and name field.
18274 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
18275 name field and XSETSTRING.
18276 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18277 of XSYMBOL and name field.
18278 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
18279 assignment instead of XSYMBOL and name field and XSETSTRING.
18280 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
18281 XSTRING instead of XSYMBOL and name field.
18282 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
18283 and XSTRING instead of XSYMBOL and name field.
18284 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
18285 and XSTRING instead of XSYMBOL and name field.
18286 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
18287 XSTRING instead of XSYMBOL and name field.
18288 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18289 of XSYMBOL and name field.
18290 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
18291 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18292
182932002-05-19 Ken Raeburn <raeburn@gnu.org>
18294
18295 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
18296 and XCDR real rvalues in most configurations.
18297
18298 * buffer.c (fix_overlays_in_range, fix_overlays_before):
18299 Don't take the address of the cdr part of a cons cell; instead, track
18300 the parent cell and call XSETCDR, or set the variable for the head
18301 of the list if we haven't started down the list yet.
18302
183032002-05-19 Richard M. Stallman <rms@gnu.org>
18304
18305 * doc.c (reread_doc_file): Don't ask for confirmation.
18306
183072002-05-18 Jason Rumney <jasonr@gnu.org>
18308
18309 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
18310 (xbm_load_image): Use it.
18311 (xbm_load): Ditto.
18312 (xbm_read_bitmap_data): Reverted to xfns.c version.
18313 From David Ponce <david@dponce.com>.
18314
183152002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18316
18317 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
18318 2.02 and later.
18319
183202002-05-16 Juanma Barranquero <lektu@terra.es>
18321
18322 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
18323
183242002-05-15 Stefan Monnier <monnier@cs.yale.edu>
18325
18326 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
18327 meaningful test.
18328 (read_char_minibuf_menu_prompt): Fix typo.
18329
183302002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18331
18332 * eval.c (Fcommandp): Doc fix.
18333
183342002-05-13 Stefan Monnier <monnier@cs.yale.edu>
18335
18336 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
18337 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
18338 (Fset_keymap_parent): Gcpro a bit more.
18339 (access_keymap): Gcpro around meta_map call and around the main loop.
18340 (get_keyelt): Gcpro when following indirect references.
18341 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
18342 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
18343 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
18344 Remove useless ad-hoc remap code.
18345
183462002-05-13 Richard M. Stallman <rms@gnu.org>
18347
18348 * search.c (search_buffer): Give up boyer moore search if inverse
18349 translation change charset_base.
18350
183512002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
18352
18353 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
18354 characters is carried over from the previous block of text, adjust
18355 coding->produced to account for the extra character.
18356
183572002-05-11 Andreas Schwab <schwab@suse.de>
18358
18359 * coding.c (intersection): Keep the elements of the returned list
18360 in the same order as in the first list.
18361
183622002-05-11 Kim F. Storm <storm@cua.dk>
18363
3419757d 18364 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
048addec
JD
18365 only update cmm_size if realloc actually succeeds.
18366 Testing with initial size of 2 elements revealed that using
18367 realloc on GNU/Linux would cause a random trap in xmalloc
18368 later on, so I rewrote the code to use malloc/bcopy/free instead
18369 of realloc.
18370
183712002-05-10 Jason Rumney <jasonr@gnu.org>
18372
18373 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
18374
183752002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
18376
18377 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
18378 parens, to ensure correct evaluation order.
18379
183802002-05-10 Kim F. Storm <storm@cua.dk>
18381
18382 * keymap.c (Vemulation_mode_map_alists): New variable.
18383 (syms_of_keymap): DEFVAR_LISP it.
18384 (current_minor_maps): Process keymap alists in that list before
18385 minor-mode-overriding-map-alist and minor-mode-map-alist.
18386
183872002-05-09 Richard M. Stallman <rms@gnu.org>
18388
18389 * search.c (Freplace_match): Doc fix.
18390
183912002-05-09 Kim F. Storm <storm@cua.dk>
18392
18393 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18394 Enlarge cursor rectangle drawn around image with non-zero relief.
18395
18396 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
18397 Enlarge cursor rectangle drawn around image with non-zero relief.
18398
18399 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18400 Enlarge cursor rectangle drawn around image with non-zero relief.
18401
184022002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
18403
18404 * xselect.c (lisp_data_to_selection_data): Don't set selection
18405 type if comes from the Lisp object's car. If the selection
18406 contains a pure ASCII text, always return QSTRING as its type.
18407
184082002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18409
18410 * mac.c (mac-cut-function): Doc fix.
18411
184122002-05-05 Richard M. Stallman <rms@gnu.org>
18413
18414 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
18415
184162002-05-04 Jason Rumney <jasonr@gnu.org>
18417
18418 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
18419 for event-click-count.
18420
18421 * process.c (init_process): Only add server subfeature if we can
18422 use non-blocking I/O.
18423
184242002-05-04 Andrew Choi <akochoi@shaw.ca>
18425
18426 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
18427 repeatedly.
18428
184292002-05-03 Jason Rumney <jasonr@gnu.org>
18430
18431 * process.c (Fmake_network_process): Only support server sockets
18432 when we can make them non-blocking.
18433
18434 * s/ms-w32.h (HAVE_SELECT): Define.
18435
18436 * w32.h (FILE_NDELAY): New flag.
18437
18438 * w32.c (sys_getpeername, fcntl): New functions.
18439 (_sys_read_ahead): Temporarily block on non-blocking sockets.
18440
2d4713aa 18441 * w32proc.c: Include sys/file.h.
048addec
JD
18442
184432002-05-03 Colin Walters <walters@verbum.org>
18444
18445 * callproc.c (Vgame_score_directory): Renamed to
18446 Vshared_game_score_directory.
18447
184482002-04-30 Richard M. Stallman <rms@gnu.org>
18449
18450 * s/gnu.h [emacs]: Include stdio.h.
18451 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
18452
18453 * eval.c (do_autoload): Error if called while preparing to dump.
18454
18455 * fns.c (Frequire): Error if need to load while preparing to dump.
18456
184572002-04-28 Colin Walters <walters@verbum.org>
18458
18459 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
18460 Default to "~/.emacs.d/games".
18461
184622002-04-29 Stefan Monnier <monnier@cs.yale.edu>
18463
18464 * lread.c (openp): Change arg exec_only to predicate.
18465 (build_load_history): Use XCAR/XCDR.
18466 (Flocate_file_internal): New fun.
18467 (syms_of_lread): Defsubr it.
18468 (Fload): Update call to openp.
18469
18470 * lisp.h (openp): Update prototype.
18471
18472 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
18473 * w32proc.c (sys_spawnve):
18474 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
18475 * w32.c (check_windows_init_file):
18476 * sound.c (Fplay_sound_internal):
18477 * process.c (Fstart_process):
18478 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
18479 * mac.c (run_mac_command):
18480 * emacs.c (init_cmdargs):
18481 * callproc.c (Fcall_process): Update call to openp.
18482
18483 * textprop.c (remove_properties): Don't use XCAR without CONSP.
18484
18485 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
18486
184872002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18488
18489 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
18490 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
18491
184922002-04-28 Richard M. Stallman <rms@gnu.org>
18493
18494 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
18495
18496 * eval.c (Fcommandp): New arg for_call_interactively.
18497 * lisp.h (Fcommandp): Declare new arg.
18498
184992002-04-28 Jason Rumney <jasonr@gnu.org>
18500
18501 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
18502
18503 * w32.c (stat, fstat): Use file index information to generate
18504 inodes for directories where available.
18505
185062002-04-26 Andrew Choi <akochoi@shaw.ca>
18507
18508 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
18509 [HAVE_CARBON]: Include Mac object files.
18510
18511 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
18512 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
18513 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
18514 MAC_OSX, and MAC_OS instead of macintosh.
18515
18516 * editfns.c [MAC_OS8]: Include stdio.h.
18517
18518 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
18519
18520 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
18521 Apple Monaco.
18522
78819ebb 18523 * process.c (QCfamily, QCfilte): Declare extern.
048addec
JD
18524 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
18525 calling select.
18526
18527 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
18528
18529 * tparam.c [MAC_OSX]: Don't define BC and UP.
18530
18531 * config.in [HAVE_CARBON]: Add.
18532
18533 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
18534 Move here from mac/src and mac/inc.
18535
18536 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
18537
185382002-04-26 Gerd Moellmann <gerd@gnu.org>
18539
18540 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
18541 Compute phys_cursor_width from the x position returned
18542 by x_draw_glyhs, which is cheaper.
18543 (x_display_and_set_cursor): Compute the buffer-local value
18544 of `cursor-in-non-selected-windows' only when needed.
18545
185462002-04-25 Gerd Moellmann <gerd@gnu.org>
18547
18548 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
18549 cursor on a stretch glyph has a width that depends on
18550 x_stretch_cursor_p.
18551
185522002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18553
18554 * abbrev.c (abbrev-start-location): Doc fix.
18555
18556 * indent.c (Fvertical_motion): Fix last change.
18557
185582002-04-25 Gerd Moellmann <gerd@gnu.org>
18559
18560 * indent.c (Fvertical_motion): Move to the start of the line
18561 containing PT before moving up or down.
18562
185632002-04-24 Gerd Moellmann <gerd@gnu.org>
18564
18565 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
18566 case of writing a whole row, more or less analogous to the case of
18567 writing only parts of a row.
18568
18569 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
18570 0 for NO_CURSOR.
18571
18572 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
18573
185742002-04-23 Colin Walters <walters@verbum.org>
18575
18576 * buffer.c (syms_of_buffer): Doc fix.
18577
185782002-04-23 Gerd Moellmann <gerd@gnu.org>
18579
18580 * xterm.c (notice_overwritten_cursor): Handle the special case
18581 of the cursor being in the first blank non-text line at the
18582 end of a window.
18583
18584 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18585 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18586 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
18587 bar cursors only, to make phys_cursor_width contain what its name
18588 suggests.
18589 (notice_overwritten_cursor): Consider the cursor image erased if
18590 the output area intersects the cursor image in y-direction.
18591
185922002-04-23 Simon Marshall <simon@gnu.org>
18593
18594 * xfns.c (x_set_mouse_color): Change default for cross_cursor
18595 to XC_hand2.
18596
185972002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18598
18599 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
18600
186012002-04-22 Kim F. Storm <storm@cua.dk>
18602
18603 * textprop.c (remove_properties): Fixed trap for malformed plist.
18604
186052002-04-22 Richard M. Stallman <rms@gnu.org>
18606
18607 * cmds.c (Fend_of_line): Handle intangible text in mid line.
18608
18609 * window.c (make_window): Initialize height_fixed_p,
18610 last_cursor_off_p, and p->cursor_off_p slots.
18611
186122002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18613
18614 * fns.c (use-dialog-box): Doc fix.
18615
186162002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18617
18618 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
18619 variables `row', `i' and `area'.
18620 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
18621 toolkit library.
18622
186232002-04-19 Stefan Monnier <monnier@cs.yale.edu>
18624
18625 * xfaces.c (clear_font_table): Don't free the default font of
18626 a frame even if it's on another display.
18627 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
18628 that could be Qt.
18629
186302002-04-19 Juanma Barranquero <lektu@terra.es>
18631
18632 * indent.c (Fmove_to_column): Remove unused local variable
18633 `next_boundary_byte'.
18634 (current_column_1): Likewise.
18635
186362002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
18637
18638 * msdos.c (Qhbar): New variable.
18639 (syms_of_msdos): Intern and staticpro it.
18640 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
18641 cursor type.
18642
186432002-04-19 Dave Lambert <dlambert@acm.org>
18644
18645 Theses change implement an underscore-like (`hbar') cursor.
18646
18647 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
18648
18649 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
18650 Handle the `hbar' cursor type.
18651 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
18652
18653 * xfns.c (Qhbar): New variable.
18654 (syms_of_xfns): Intern and staticpro it.
18655 (x_specified_cursor_type): Handle `hbar' cursor.
18656
18657 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
18658 not defined.
18659
186602002-04-18 Richard M. Stallman <rms@gnu.org>
18661
18662 * textprop.c (remove_properties): New arg LIST allows scanning
18663 either a list or a plist.
18664 (interval_has_some_properties_list): New function, like
18665 interval_has_some_properties using list instead of plist.
18666 All callers changed.
18667 (Fremove_list_of_text_properties): New function.
18668 (syms_of_textprop): Defsubr it.
18669
186702002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
18671
18672 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
18673
186742002-04-17 Juanma Barranquero <lektu@terra.es>
18675
18676 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
18677
186782002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
18679
18680 * window.c (coordinates_in_window): Don't report on margin area
18681 if its width is zero.
18682
186832002-04-16 Jason Rumney <jasonr@gnu.org>
18684
18685 * w32fns.c (Fx_file_dialog): Decode file name before using.
18686
18687 * w32term.c (construct_drag_n_drop): Likewise.
18688
186892002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
18690
18691 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
18692 store load-history in pure space.
18693
18694 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
18695
186962002-04-16 Stefan Monnier <monnier@cs.yale.edu>
18697
18698 * xterm.c (Qlatin_1, Qutf_8): New vars.
18699 (syms_of_xterm): Initialize them.
18700 (XTread_socket): Eliminate incorrect optimization that tried to avoid
18701 decoding the output of X*LookupString.
18702 Always use latin-1 to decode the output of XLookupString.
18703 Try Xutf8LookupString if XmbLookupString failed.
18704
18705 * region-cache.c (new_region_cache): Use BEG.
18706
187072002-04-16 Gerd Moellmann <gerd@gnu.org>
18708
18709 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
18710 configuration files.
18711 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
18712 returns 0.
18713
187142002-04-15 Andreas Schwab <schwab@suse.de>
18715
18716 * config.in: Regenerated using autoheader.
18717
18718 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
18719 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
18720 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
18721 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
18722 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
18723 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
18724 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
18725 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
18726 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
18727 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
18728 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
18729 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
18730 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
18731 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
18732 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
18733 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
18734 STACK_DIRECTION, now set by autoconf.
18735
187362002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18737
18738 * dispnew.c (marginal_area_string): Sort arguments.
18739
18740 * dispextern.h (marginal_area_string): Add prototype.
18741
187422002-04-13 Richard M. Stallman <rms@gnu.org>
18743
18744 * fileio.c (Finsert_file_contents):
18745 Don't call temp_output_buffer_setup--do just part, by hand.
18746
18747 * coding.c (run_pre_post_conversion_on_str):
18748 Don't call temp_output_buffer_setup--do just part, by hand.
18749
18750 * keyboard.c (command_loop_1): Don't call start_hourglass
18751 or cancel_hourglass when executing a macro.
18752
18753 * marker.c (count_markers): New function.
18754
18755 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
18756 grow without limit. Move recently used elements to the front.
18757
187582002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18759
18760 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
18761
187622002-04-12 Gerd Moellmann <gerd@gnu.org>
18763
18764 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
18765 rows marginal areas.
18766 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
18767 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
18768
18769 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
18770
187712002-04-12 Dave Love <fx@gnu.org>
18772
18773 * dispnew.c (marginal_area_string): New.
18774
18775 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
18776 (Qleft_margin, Qright_margin): Declare.
18777 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
18778
18779 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
18780 note_mode_line_highlight and extended.
18781
18782 * keyboard.c (Qleft_margin, Qright_margin): Declare.
18783 (make_lispy_event): Deal with mouse events in margins.
18784
187852002-04-12 Stefan Monnier <monnier@cs.yale.edu>
18786
18787 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
18788
18789 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
18790 than deactivating the mark if tmm is set to `lambda'.
18791 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
18792 Use a single event for HELP_EVENT.
18793 (Fexecute_extended_command): Save last_point_position.
18794
187952002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18796
18797 * lisp.h (Fpropertize): Add prototype.
18798
18799 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
18800
188012002-04-10 Colin Walters <walters@verbum.org>
18802
18803 * config.in: Add HAVE_SHARED_GAME_DIR.
18804
52eb0373 18805 * callproc.c (Vgame_score_directory): New variable.
048addec
JD
18806 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
18807
188082002-04-10 Richard M. Stallman <rms@gnu.org>
18809
18810 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
18811
188122002-04-09 Stefan Monnier <monnier@cs.yale.edu>
18813
18814 * minibuf.c (read_minibuf): Use empty_string.
18815 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
18816 Short-circuit the search as soon as it "failed".
18817 (Fall_completions): Allow lambda forms and lists of strings for alist.
18818 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
18819 when require_match is nil.
18820 (Ftest_completion): Rename from `test_completion' and export to elisp.
18821 Call the predicate also when alist is a list.
18822 Obey Vcompletion_regexp_list.
18823 (do_completion, Fminibuffer_complete_and_exit): Use it.
18824 (Fassoc_string): Rename from `assoc_for_completion'.
18825 Allow list of strings as well and export to elisp.
18826
188272002-04-08 Stefan Monnier <monnier@cs.yale.edu>
18828
18829 * puresize.h (BASE_PURESIZE): Increase to 900KB.
18830
188312002-04-08 Juanma Barranquero <lektu@terra.es>
18832
18833 * w32.c (sys_accept): Don't hide variable `s'.
18834
188352002-04-05 Gerd Moellmann <gerd@gnu.org>
18836
18837 * callint.c (Fcall_interactively): Use INTEGERP instead of
18838 NUMBERP for checking Vhistory_length.
18839
188402002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18841
18842 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
18843 Doc fix to reflect it.
18844
188452002-04-04 Richard M. Stallman <rms@gnu.org>
18846
18847 * xdisp.c (display_mode_element): New arg RISKY.
18848 Disregard text props found or specified within a variable
18849 that isn't marked risky-local-variable.
18850 (Qrisky_local_variable): New variable.
18851 (syms_of_xdisp): Init and staticpro it.
18852
188532002-04-04 Stefan Monnier <monnier@cs.yale.edu>
18854
18855 * undo.c (record_point): New fun.
18856 (record_delete, record_insert): Use it.
18857
188582002-04-03 Juanma Barranquero <lektu@terra.es>
18859
18860 * doc.c (Fdocumentation): Add missing parentheses.
18861 (Fdocumentation_property): Likewise.
18862
188632002-04-03 Stefan Monnier <monnier@cs.yale.edu>
18864
18865 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
18866 data is 0, just return nil.
18867
188682002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
18869
18870 * msdos.c (syms_of_msdos): Fix last change with
18871 mouse_autoselect_window.
18872
188732002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18874
18875 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
18876 mouse_autoselect_window.
18877
188782002-04-02 Stefan Monnier <monnier@cs.yale.edu>
18879
18880 * keyboard.c (make_lispy_event): Handle unknown keysyms together
18881 with system-specific keysyms. Use it also for unknown function keys.
18882
18883 * doc.c (reread_doc_file): Return whether reload was attempted.
18884 (Fdocumentation, Fdocumentation_property): Don't try to reload
18885 if the doc is 0 and only ask once.
18886
18887 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
18888
188892002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
18890
18891 * keyboard.c (read_char): If the event was Qselect_window,
18892 restore timer_idleness_start_time to its previous value.
18893
18894 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
18895
188962002-04-01 Stefan Monnier <monnier@cs.yale.edu>
18897
18898 * region-cache.c (new_region_cache): Use BEG.
18899
18900 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
18901 Use BEG and BEG_BYTE.
18902
18903 * doc.c (get_doc_string): Return nil if the location is wrong.
18904 (reread_doc_file): New fun.
18905 (Fdocumentation, Fdocumentation_property):
18906 Call it if get_doc_string fails.
18907 (Fsnarf_documentation): Make it work for a dumped Emacs.
18908
18909 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
18910 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
18911
18912 * charset.c (Fstring): Allow 0 arguments.
18913
18914 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
18915
18916 * process.c (DATAGRAM_CONN_P, list_processes_1)
18917 (Fprocess_datagram_address, Fset_process_datagram_address)
18918 (Fset_network_process_options, server_accept_connection):
18919 Fix some int/Lisp_Object confusions (thank you union types).
18920
189212002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18922
18923 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
18924
18925 * w32term.c: Likewise.
18926 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
18927
18928 * keyboard.c (Qselect_window): New symbol.
18929 (head_table): Use it.
18930 (keys_of_keyboard): Bound select-window event to handle-select-window.
18931 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
18932
18933 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
18934 (last_window): New variable.
18935 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
18936 (note_mouse_movement): Remove reimplemented code in #if 0.
18937 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
18938 Emacs windows.
18939
18940 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
18941
189422002-03-31 Gerd Moellmann <gerd@gnu.org>
18943
18944 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
18945 Callers changed.
18946
189472002-03-30 Richard M. Stallman <rms@gnu.org>
18948
18949 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
18950 loop whenever it stops making progress.
18951
18952 * widget.c (set_frame_size): Don't call change_frame_size.
18953
189542002-03-30 Gerd Moellmann <gerd@gnu.org>
18955
18956 * dispnew.c (direct_output_for_insert):
18957 Call mark_window_display_accurate.
18958
189592002-03-29 Jason Rumney <jasonr@gnu.org>
18960
18961 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
18962
189632002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
18964
18965 * Makefile.in (lread.o): Depend on coding.h.
18966
18967 * lread.c (openp, Fload): Encode the file name before passing it
18968 to `stat', `access', and `emacs_open'.
18969 (openp): GCPRO the encoded file name. Don't recompute Lisp
18970 strings unnecessarily.
18971
189722002-03-29 Kim F. Storm <storm@cua.dk>
18973
18974 * fns.c (Flax_plist_put): Doc fix.
18975
189762002-03-28 Miles Bader <miles@gnu.org>
18977
18978 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
18979
189802002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18981
18982 * process.c (set-network-process-options): Add usage.
18983 (make-network-process): Doc fix.
18984
189852002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
18986
18987 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
18988
189892002-03-26 Richard M. Stallman <rms@gnu.org>
18990
18991 * fns.c (Fsubstring_no_properties): New function.
18992 (Flax_plist_get, Flax_plist_put): New functions.
18993 (syms_of_fns): defsubr them.
18994
18995 * xdisp.c (update_menu_bar): Test only update_mode_lines;
18996 don't test or alter w->update_mode_line.
18997
18998 * window.c (Fdisplay_buffer): Doc fix.
18999
190002002-03-24 Richard M. Stallman <rms@gnu.org>
19001
19002 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
19003
190042002-03-24 Gerd Moellmann <gerd@gnu.org>
19005
19006 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
19007 (Fdefmacro): Handle `(declare ...)'.
19008 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
19009 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
19010
190112002-03-24 Jason Rumney <jasonr@gnu.org>
19012
19013 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
19014 (xbm_file_p): Add prototypes.
19015 (xbm_format, xbm_image_p): Sync with xfns.c.
19016 (reflect_byte): New function.
19017 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
19018 (xbm_load_image): Create bitmaps with a depth of 1.
19019 (init_xfns): Enable XBM images.
19020
190212002-03-23 Jason Rumney <jasonr@gnu.org>
19022
19023 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
19024 correctly. Do not pass up_modifier to keyboard buffer.
19025
19026 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
19027
190282002-03-22 Stefan Monnier <monnier@cs.yale.edu>
19029
19030 * Makefile.in (bootstrapclean): New target.
19031 (bootstrap-temacs, bootstrap-doc): Remove.
19032 (bootstrap-emacs): Use a bog-standard `temacs'.
19033 Don't bother to build a DOC file.
19034
19035 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
19036
19037 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
19038 in temacs even if !CANNOT_DUMP.
19039 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
19040
19041 * alloc.c (check_pure_size): Only output a warning.
19042
190432002-03-22 Jason Rumney <jasonr@gnu.org>
19044
19045 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
19046 supported.
19047
19048 * w32term.c (zv_bits): Declare as short, for word alignment.
19049 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
19050 (syms_of_w32term): Define x-use-underline-position-properties.
19051
19052 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
19053 (clear_image_cache): Block input, fix logic, clear matrices in
19054 all frames that share this cache.
19055
190562002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
19057
19058 * emacs.c (main): Update the Copyright year in the blurb printed
19059 by "emacs --version".
19060
19061 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
19062
19063 * xterm.c (XTread_socket): If XK_ISO_Lock and
19064 XK_ISO_Last_Group_Lock are defined, handle keysyms between
19065 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
19066
190672002-03-21 Kim F. Storm <storm@cua.dk>
19068
19069 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
19070 menu-bar bindings in keymap and local-map properties _are_ used.
19071 But try keymap property first in accordance with 2002-01-03 patch.
19072 Added comment describing why this is not always reliable.
19073 (tool_bar_items): Ditto for tool-bar.
19074
190752002-03-21 Jason Rumney <jasonr@gnu.org>
19076
19077 * w32fns.c (x_clear_image_1): Disable color table code.
19078
190792002-03-21 Kim F. Storm <storm@cua.dk>
19080
19081 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
19082 removed the wrong version of the DEFUN macro; fixed it.
19083
19084 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
19085 Fmember rather than Fmemq).
19086 (Fprovide): Check that subfeatures is a list.
19087
19088 * process.c (QCfeature, QCdatagram): Removed variables.
19089 (QCtype, Qdatagram): New variables.
19090 (network_process_featurep): Removed function.
19091 (Fmake_network_process): Removed :feature check.
19092 Use :type 'datagram instead of :datagram t to create a datagram
19093 socket. This allows us to add other connection types (e.g. raw
19094 sockets) later in a consistent manner.
19095 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
19096 supported subfeatures for feature make-network-process.
19097 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
19098 Intern and staticpro QCtype and Qdatagram.
19099 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
19100
9dd28cae 19101 * xfns.c (QCtype): Remove duplicate declaration and
048addec
JD
19102 initialization (is now declared in process.c).
19103
9dd28cae 19104 * w32fns.c (QCtype): Remove duplicate declaration and
048addec
JD
19105 initialization (is now declared in process.c).
19106
191072002-03-21 Richard M. Stallman <rms@gnu.org>
19108
19109 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
19110 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
19111 when jumping to `fail' to avoid undoing reg changes in the
19112 last iteration of the loop.
19113 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
19114
19115 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
19116 Depend on process.h.
19117
191182002-03-20 Jason Rumney <jasonr@gnu.org>
19119
19120 Most of the following changes are still conditional on HAVE_IMAGES
19121 which is not set by default on Windows.
19122
19123 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
19124
19125 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
19126 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
19127 (four_corners_best, x_clear_image_1, x_clear_image)
19128 (x_alloc_image_color, postprocess_image)
19129 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
19130 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
19131 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
19132
19133 * w32gui.h (struct XImage): Define.
19134
19135 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
19136 extract mouse co-ordinates.
19137
191382002-03-20 Jason Rumney <jasonr@gnu.org>
19139
19140 * w32.c (init_winsock): Dynamically load new server and UDP
19141 socket functions.
19142 (socket_to_fd): New function.
19143 (sys_socket): Use it.
19144 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
19145 (sys_recvfrom, sys_sendto): New wrapper functions.
19146
19147 * process.c (QCfamily, QCfilter): Remove duplicate declaration
19148 and initialization.
19149
19150 * makefile.w32-in (LIBS): Remove $(WSOCK32).
19151
191522002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
19153
19154 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
19155 Don't use "sun" as a variable, it's a predefined constant on Sun
19156 machines.
19157
191582002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19159
19160 * bytecode.c (Fbyte_code): Revert last change.
19161
191622002-03-19 Kim F. Storm <storm@cua.dk>
19163
19164 * makefile.w32-in (LIBS): Add $(WSOCK32).
19165 From David Ponce <dponce@voila.fr>.
19166
191672002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19168
19169 * process.c (wait_reading_process_input): Move variables `pname'
19170 and `pnamelen' down where they are used.
19171
19172 * bytecode.c (Fbyte_code): Discard unused computed value to
19173 prevent gcc warning.
19174
19175 * lisp.h (Fplist_member): Add prototype.
19176
191772002-03-18 Kim F. Storm <storm@cua.dk>
19178
19179 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
19180 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
19181
19182 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
19183 Remove explicit GNU_LINUX settings for datagram support.
19184
191852002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19186
19187 * process.c (Fmake_network_process): Remove unused variable `sa'.
19188 Doc fix. Add usage:.
19189 (set_socket_options): Remove unused variables `optnum' and `opttype'.
19190
191912002-03-17 Richard M. Stallman <rms@gnu.org>
19192
19193 * xdisp.c (cursor_type_changed): New variable.
19194 (redisplay_internal): Redisplay all windows if cursor_type_changed.
19195 Clear it when clearing windows_or_buffers_changed.
19196 (try_cursor_movement, redisplay_window, try_window_id)
19197 (try_window_reusing_current_matrix): Test cursor_type_changed
19198 along with windows_or_buffers_changed.
19199
19200 * window.h (cursor_type_changed): New variable.
19201
19202 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
19203 not update_mode_lines, and always set it to 1.
19204
19205 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
19206 if no frames needed redrawing.
19207
192082002-03-17 Kim F. Storm <storm@cua.dk>
19209
19210 The following changes add support for network server processes,
19211 datagram connections, and local (unix) sockets.
19212
19213 * process.h (struct Lisp_Process): New member log.
19214 Doc fix: Member command used to indicate stopped network process.
19215 Doc fix: Member childp contains plist for network process.
19216 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
19217
19218 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
9dd28cae 19219 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
048addec
JD
19220 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
19221 New variables.
19222 (NETCONN1_P): New macro.
19223 (DATAGRAM_SOCKETS): New conditional symbol.
19224 (datagram_address): New array.
19225 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
19226 (status_message): Use concat3.
19227 (Fprocess_status): Add `listen' status to doc string. Return `stop'
19228 for a stopped network process.
19229 (Fset_process_buffer): Update contact plist for network process.
19230 (Fset_process_filter): Ditto. Don't enable input for stopped
19231 network processes. Server must listen, even if filter is t.
19232 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
19233 New functions.
19234 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
19235 (Fprocess_contact): Added KEY argument. Handle datagrams.
19236 (list_processes_1): Optionally show only processes with the query
19237 on exit flag set. Dynamically adjust column widths. Omit tty
19238 column if not needed. Report stopped network processes.
19239 Identify server and datagram network processes.
19240 (Flist_processes): New optional arg `query-only'.
19241 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
19242 (conv_lisp_to_sockaddr, set_socket_options)
19243 (network_process_featurep, unwind_request_sigio): New helper functions.
19244 (Fprocess_datagram_address, Fset_process_datagram_address):
19245 (Fset_network_process_options): New lisp functions.
19246 (Fopen_network_stream): Removed. Now defined in simple.el.
19247 (Fmake_network_process): New lisp function. Code is based on previous
19248 Fopen_network_stream, but heavily reworked with new property list based
19249 argument list, support for datagrams, server processes, and local
19250 sockets in addition to old client-only functionality.
19251 (server_accept_connection): New function.
19252 (wait_reading_process_input): Use it to handle incoming connects.
19253 Do not enable input on a new connection if process is stopped.
f63fd14e 19254 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
048addec
JD
19255 (send_process): Handle datagram sockets.
19256 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
19257 network process is indicated by setting command field to t .
19258 (Fprocess_send_eof): No-op if datagram connection.
19259 (Fstatus_notify): Don't read input for a stream server socket or a
19260 stopped network process.
19261 (init_process): Initialize datagram_address array.
19262 (syms_of_process): Intern and staticpro new variables, defsubr new
19263 functions.
19264
192652002-03-16 Jason Rumney <jasonr@gnu.org>
19266
19267 * w32fns.c (w32_to_all_x_charsets): Return correct type in
19268 startup case.
19269
192702002-03-16 Richard M. Stallman <rms@gnu.org>
19271
19272 * xdisp.c (redisplay_internal, redisplay_windows):
19273 Use list_of_error to call internal_condition_case_1.
19274 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
19275 so as to catch all errors with no possibility of debugger redisplay.
19276 (list_of_error): New variable.
19277 (syms_of_xdisp): Init and staticpro it.
19278
19279 * print.c (print_object): Delete `\ ' from printed rep of frame.
19280
192812002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
19282
19283 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
19284 until its implementation is fixed.
19285
192862002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19287
19288 * xfns.c (png_load): Remove unused variable `gamma_str'.
19289
192902002-03-14 Richard M. Stallman <rms@gnu.org>
19291
19292 * xfns.c (x_real_positions): Handle failure in XQueryTree.
19293
192942002-03-14 Miles Bader <miles@gnu.org>
19295
19296 * intervals.c (adjust_for_invis_intang): New function.
19297 (set_point_both): Use `adjust_for_invis_intang' to do most of the
19298 work for dealing with invisible+intangible regions. Do so before
19299 and after both forward and backward movements, to handle both
19300 front-sticky and rear-sticky cases.
19301 * textprop.c (text_property_stickiness): Function moved here from
19302 `editfns.c'.
19303 * intervals.h (text_property_stickiness): New declaration.
19304 * editfns.c (char_property_eq): Function removed.
19305 (text_property_stickiness): Function moved to `textprop.c'.
19306
193072002-03-13 Jason Rumney <jasonr@gnu.org>
19308
19309 * config.in: Add STRFTIME_NO_POSIX2.
19310
19311 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
19312 and %OX when underlying strftime does not.
19313
193142002-03-13 Stefan Monnier <monnier@cs.yale.edu>
19315
19316 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
19317 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
19318 line) to avoid annoying flicker.
19319 (xm_scroll_callback): Get rid of the now unnecessary kludge.
19320 (XTread_socket): Mark it static.
19321
19322 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
19323
193242002-03-13 Kim F. Storm <storm@cua.dk>
19325
19326 * puresize.h (BASE_PURESIZE): Increase to 775000.
19327
193282002-03-12 Juanma Barranquero <lektu@terra.es>
19329
19330 * editfns.c (syms_of_editfns): Fix typo.
19331
193322002-03-12 Gerd Moellmann <gerd@gnu.org>
19333
19334 * xsmfns.c: Include stdio.h because termhooks.h needs it.
19335 Include termopt.h for interrupt_input.
19336
193372002-03-11 Andreas Schwab <schwab@suse.de>
19338
19339 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
19340
193412002-03-11 Gerd Moellmann <gerd@gnu.org>
19342
19343 * xterm.c (note_mouse_movement): Put code for
19344 x_autoselect_window_p in #if 0.
19345
19346 * lread.c (Fload): Don't assume that message_with_string uses the
19347 string it is given like a C string.
19348
193492002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19350
78819ebb 19351 * xterm.h (x_session_check_input, x_session_initialize): Declare.
048addec 19352
52eb0373 19353 * xterm.c (XTread_socket): Add call to x_session_check_input and
048addec
JD
19354 x_session_have_connection.
19355 (x_initialize): Add call to x_session_initialize.
19356
19357 * termhooks.h (enum event_kind): Add save_session_event.
19358
19359 * keyboard.c: Add Emacs event save_session_event.
19360
19361 * emacs.c (main): Add call to syms_of_xsmfns.
19362
78819ebb 19363 * lisp.h (syms_of_xsmfns): Declare extern.
048addec
JD
19364
19365 * config.in: Add HAVE_X_SM.
19366
19367 * Makefile.in (LIBXT): Add -lSM -lICE
19368 if HAVE_X_SM and not USE_X_TOOLKIT.
19369 (XOBJ): New file xsmfns.c added.
19370
19371 * xsmfns.c: New file for X session management.
19372
193732002-03-09 Jason Rumney <jasonr@gnu.org>
19374
19375 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
19376 read-only when setting modified time.
19377
193782002-03-08 Gerd Moellmann <gerd@gnu.org>
19379
19380 * xdisp.c (move_it_vertically_backward): At the end of the function,
19381 when moving forward by lines, treat terminal frames specially.
19382
19383 * keyboard.c (echo_char): Make sure to add a separator between
19384 keys even if echo_dash hasn't been called.
19385
19386 * xdisp.c: Use new string macros.
19387 (update_echo_area): Pass number of bytes to message3 instead of
19388 number of chars.
19389 (set_message_1): Don't access a string's size_byte directly.
19390 (decode_mode_spec_coding): Use number of bytes of eoltype string
19391 instead number of chars.
19392
19393 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
19394
193952002-03-08 Juanma Barranquero <lektu@terra.es>
19396
19397 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
19398 24-bit.
19399
194002002-03-06 Jason Rumney <jasonr@gnu.org>
19401
19402 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
19403
194042002-03-06 Gerd Moellmann <gerd@gnu.org>
19405
19406 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
19407 (cancel_echoing, echo_length, echo_truncate): Changed to
19408 work with new kboard definition.
19409 (echo_now): Use message3_nolog instead of message2_nolog.
19410
19411 * alloc.c (mark_kboards): Mark echo_string.
19412
19413 * keyboard.h (ECHOBUFSIZE): Removed.
19414 (struct kboard): Member echoptr removed, member echobuf renamed
19415 to echo_string.
19416
19417 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
19418 message3 instead of message2 to display the message using STRING's
19419 text properties.
19420
194212002-03-05 Andreas Schwab <schwab@suse.de>
19422
19423 * xdisp.c (hscroll_margin): Change to EMACS_INT.
19424
194252002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19426
19427 * frame.c (default-frame-alist): Explain that setting it doesn't
19428 affect existing frames.
19429
194302002-03-05 Stefan Monnier <monnier@cs.yale.edu>
19431
19432 * indent.c (skip_invisible): Fix my brain fart.
19433
19434 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
19435
194362002-03-04 Stefan Monnier <monnier@cs.yale.edu>
19437
19438 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
19439 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
19440 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
19441 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
19442 and variables to use EMACS_INT instead of just int.
19443
19444 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
19445
194462002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
19447
19448 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
19449 environment, pass it down with corrected value.
19450
194512002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19452
19453 * lread.c (read_filtered_event): Do not call start_hourglass
19454 before returning.
19455
194562002-03-04 Juanma Barranquero <lektu@terra.es>
19457
19458 * w32term.c (x_display_and_set_cursor): Fix typo.
19459
194602002-03-03 Richard M. Stallman <rms@gnu.org>
19461
19462 * fileio.c (Fmake_temp_name): Doc fix.
19463
194642002-03-03 Gary Wong <gtw@gnu.org>
19465
19466 * termcap.c [!emacs]: Replace ospeed for building standalone
19467 libtermcap, for binary compatibility.
19468
19469 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
19470
194712002-03-03 Richard M. Stallman <rms@gnu.org>
19472
19473 * xrdb.c (file_p): Rename arg `path' to `filename'.
19474
19475 * abbrev.c (Fexpand_abbrev): Increment plist as use count
19476 only if it is an integer.
19477
19478 * xfns.c (png_load): Set screen_gamma based on f->gamma.
19479 If png_get_sRGB gives an answer, call png_set_gamma
19480 using the default image gamma value.
19481
19482 * lread.c (read1): When reading from a file, default string to
19483 multibyte only if it has some multibyte characters.
19484
19485 * print.c (print_object): Output multibyte chars 128...255
19486 using \x even if ! print_escape_multibyte.
19487
19488 * xdisp.c (display_mode_element): Move the places where
19489 bytepos, charpos, this, and lisp_string are set.
19490 Use lisp_string to set bytepos.
19491
19492 * xdisp.c (redisplay_internal):
19493 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
19494
19495 * xdisp.c (display_mode_element): Merge properties specified with
19496 :propertize onto those that come with the string.
19497
194982002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
19499
19500 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
19501 automatic-hscrolling. Users changed.
19502 <hscroll-margin>: Renamed from automatic-hscroll-margin.
19503 Users changed.
19504 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
19505
195062002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
19507
19508 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
19509
195102002-03-02 Kim F. Storm <storm@cua.dk>
19511
19512 * window.c (Fminibuffer_selected_window): New function.
19513 (syms_of_window): Defsubr it.
19514
195152002-03-01 Kim F. Storm <storm@cua.dk>
19516
19517 * window.h (struct window): New member phys_cursor_width.
19518
19519 * window.c (make_window, replace_window): Init phys_cursor_width.
19520
19521 * xterm.c (x_display_and_set_cursor): Blink box cursor using
19522 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
19523
19524 * w32term.c (x_display_and_set_cursor): Blink box cursor using
19525 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
19526
19527 * lisp.h (GCPRO6): New macro.
19528
19529 * process.c (Fopen_network_stream): Use GCPRO6.
19530
195312002-03-01 Kim F. Storm <storm@cua.dk>
19532
19533 * process.c (Qconnect, Qfailed): New variables.
19534 (syms_of_process): Intern and staticpro them.
19535 (Fprocess_status): Document connect and failed return values.
19536 [NON_BLOCKING_CONNECT]: New conditional.
19537 (connect_wait_mask, num_pending_connects): New variables.
19538 (status_message): Convert Qfailed status.
19539 (Fopen_network_stream): Added support for non-blocking connect.
19540 New optional args: filter, sentinel, non_blocking. Doc updated.
19541 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
19542 (deactivate_process): Handle pending non-blocking connect.
19543 (wait_reading_process_input): Poll for status of non-blocking
19544 connects. Exec sentinel directly when connect succeeds.
19545 (status_notify): Don't read process output if not yet connected.
19546
195472002-02-28 Kim F. Storm <storm@cua.dk>
19548
9dd28cae 19549 * window.c (minibuf_selected_window): Renamed from
048addec
JD
19550 Vminibuf_selected_window. Users changed.
19551 (syms_of_window): Staticpro it.
19552
195532002-02-26 Kim F. Storm <storm@cua.dk>
19554
19555 The following changes add a new Vminibuf_selected_window variable
19556 which is similar to Vminibuf_scroll_window, but which is only set
19557 on entry to the minibuffer (from a non-minibuffer window):
19558
9dd28cae 19559 * window.c (Vminibuf_selected_window): New variable.
048addec
JD
19560 (struct save_window_data): New member minibuf_selected_window.
19561 (Fset_window_configuration): Restore Vminibuf_selected_window.
19562 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
19563 Set minibuf_scroll_window member to nil if minibuf_level is 0.
19564 (compare_window_configurations): Compare minibuf_selected_window.
19565
9dd28cae 19566 * window.h (Vminibuf_selected_window): Declare extern.
048addec
JD
19567
19568 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
19569 entry to minibuffer or on entry from a non-minibuffer window.
19570
19571 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
19572 Vminibuf_selected_window instead of Vminibuf_scroll_window.
19573
19574 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
19575 instead of Vminibuf_scroll_window when deciding in which window
19576 the region should be highlighted. Consequently, the region remains
19577 highlighteded even when a completion buffer is also displayed.
19578
195792002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
19580
19581 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
19582
19583 * xselect.c (Qcompound_text_with_extensions): Renamed from
19584 Qcompound_text_no_extensions.
19585 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
19586
195872002-02-26 Juanma Barranquero <lektu@terra.es>
19588
19589 * w32proc.c (syms_of_ntproc): Doc fix.
19590
195912002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19592
19593 * intervals.h: Include "dispextern.h" unconditionally.
19594
195952002-02-24 Jason Rumney <jasonr@gnu.org>
19596
19597 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
19598 and disp-table.elc.
19599 (lisp): Add emacs-lisp/backquote.elc.
19600
196012002-02-24 Kim F. Storm <storm@cua.dk>
19602
3419757d 19603 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
048addec
JD
19604 The validation of the event type was too strict as it didn't
19605 allow string events; buffer names are used in bindings for
19606 menu-bar-select-buffer (see `menu-bar-update-buffers').
19607
196082002-02-23 Kim F. Storm <storm@cua.dk>
19609
19610 The following changes rework my patch of 2002-02-06 which
19611 added command remapping by entering the commands directly into
19612 the keymaps. Now, command remapping uses an explicit `remap'
19613 prefix in the keymaps, i.e. [remap COMMAND].
19614
19615 * keymap.c (Qremap, remap_command_vector): New variables.
3419757d 19616 (is_command_symbol): Remove function.
048addec
JD
19617 (Fdefine_key): No longer accept a symbol for KEY.
19618 Added validation of [remap COMMAND] argument for KEY.
19619 The DEF is no longer required to be a symbol when remapping a command.
19620 (Fremap_command): New function to remap command through keymaps.
19621 (Flookup_key): Perform command remapping initiated by
19622 Fremap_command directly for speed.
19623 (Fkey_binding): Use Fremap_command for command remapping.
19624 (where_is_internal): Handle new command remapping representation.
19625 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
19626 staticpro them. Defsubr Fremap_command.
19627
19628 * keymap.h (Fremap_command): Declare extern.
19629 (is_command_symbol): Remove extern.
19630
19631 * keyboard.c (command_loop_1): Use Fremap_command for command
19632 remapping; now try command remapping for all symbols.
19633
196342002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
19635
19636 * coding.h (run_pre_post_conversion_on_str): Add prototype.
19637
196382002-02-23 Jason Rumney <jasonr@gnu.org>
19639
19640 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
19641 on the string before encoding it.
19642 (Fw32_get_clipboard_data): Run post-read-conversion on the string
19643 after decoding it.
19644
19645 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
19646
196472002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19648
19649 * w32term.c (enter_timestamp): Remove unused static variable to
19650 prevent warning.
19651
19652 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
19653
196542002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
19655
19656 * w16select.c (Fw16_get_clipboard_data): Fix last change.
19657
19658 * xselect.c (selection_data_to_lisp_data): Fix last change.
19659
196602002-02-22 Jason Rumney <jasonr@gnu.org>
19661
19662 * w32term.h (struct w32_output): New member menu_command_in_progress.
19663
19664 * w32menu.c (menubar_selection_callback): Free the menu and
19665 clear the menu_command_in_progress flag.
19666
19667 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
19668 (menu_free_timer): New variable.
19669 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
19670 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
19671 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
19672 menu command is in progress.
19673 <WM_COMMAND>: Set the menu_command_in_progress flag.
19674 Kill any menu_free_timer that is running.
19675
19676 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
19677 Call ExtTextOutA rather than ExtTextOut.
19678
196792002-02-22 Eli Zaretskii <eliz@gnu.org>
19680
19681 * puresize.h (BASE_PURESIZE): Increase to 755000.
19682
196832002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19684
19685 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
19686 on the string before encoding it.
19687 (Fw16_get_clipboard_data): Run post-read-conversion on the string
19688 after decoding it.
19689
196902002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19691
9dd28cae 19692 Support for ICCCM Extended Segments in X selections:
048addec
JD
19693
19694 * xselect.c <Qcompound_text_no_extensions>: New variable.
19695 (syms_of_xselect): Intern and staticpro it.
19696 (selection_data_to_lisp_data): Run post-read-conversion on decoded
19697 selection text.
19698 (lisp_data_to_selection_data): If next-selection-coding-system is
19699 compound-text-no-extensions, set the type of selection to be
19700 compound-text.
19701
19702 * xterm.h (x_encode_text): Update prototype.
19703
19704 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
19705 callers changed. If SELECTIONP is non-zero, run the
19706 pre-write-conversion function before encoding the selection text.
19707
197082002-02-21 Kim F. Storm <storm@cua.dk>
19709
19710 * frame.c (syms_of_frame): Change mouse-highlight default to t.
19711
19712 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
19713 Correct composing of language-change event.
19714
197152002-02-20 Kim F. Storm <storm@cua.dk>
19716
19717 * keyboard.c (menu_bar_items): Don't include keymap or local-map
19718 bindings at PT when building menu (the menu is not updated often
19719 enough for this to work reliable).
19720 (tool_bar_items): Likewise.
19721 (current_active_maps): Removed unused (and buggy) function.
19722
197232002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19724
19725 * xfns.c (gif_load): Use correct width and height for GIF images.
19726
197272002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
19728
19729 * floatfns.c (Fatan): Accept an optional second arg and call
19730 atan2 if passed 2 args.
19731
197322002-02-18 Jason Rumney <jasonr@gnu.org>
19733
19734 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
19735
197362002-02-17 Jason Rumney <jasonr@gnu.org>
19737
19738 * w32term.c (x_autoselect_window_p): New variable.
19739 (syms_of_w32term): DEFVAR_BOOL and initialize it.
19740 (note_mouse_movement): Use it.
19741
19742 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
19743
19744 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
19745
19746 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
19747 New variables.
19748 (syms_of_w32fns): Intern and staticpro them.
19749 (x_frame_parms) <"fullscreen">: New parameter.
19750 (x_fullscreen_move, x_set_fullscreen): New functions.
19751 (x_set_frame_parameters): Support Qfullscreen.
19752 (x_real_positions): Save x/y_pixels_diff frame params.
19753 (x_figure_window_size): Support full-screen frames.
19754 (Fx_create_frame): Default the fullscreen parameter.
19755
19756 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
19757 (x_fullscreen_adjust): New functions.
19758 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
19759 fullscreen. Call x_check_fullscreen_move, and set the
19760 want_fullscreen member of output_data.w32
19761 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
19762
19763 * w32term.h: New enum for FULLSCREEN_* constants.
19764 (struct w32_output): New members want_fullscreen, x_pixels_diff,
19765 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
19766 (x-fullscreen-adjust): New prototype.
19767
197682002-02-17 Kim F. Storm <storm@cua.dk>
19769
52eb0373 19770 * frame.c (Vmouse_highlight): New variable.
048addec
JD
19771 (syms_of_frame): DEFVAR_LISP it.
19772
52eb0373 19773 * frame.h (Vmouse_highlight): Declare extern.
8a8e19a3 19774
048addec 19775 * xterm.h (struct x_display_info): Add mouse_face_hidden.
8a8e19a3 19776
048addec
JD
19777 * xterm.c (disable_mouse_highlight): Removed variable.
19778 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
19779 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19780 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
19781 and on after keyboard input.
19782 (x_term_init): Initialize mouse_face_hidden.
8a8e19a3 19783
048addec 19784 * msdos.h (struct display_info): Add mouse_face_hidden.
8a8e19a3 19785
048addec
JD
19786 * msdos.c (disable_mouse_highlight): Removed variable.
19787 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19788 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
19789 (internal_terminal_init): Initialize mouse_face_hidden.
19790 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
19791 and on after keyboard input.
4f1b1854 19792
048addec 19793 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
4f1b1854 19794
048addec
JD
19795 * w32term.c (disable_mouse_highlight): Removed variable.
19796 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
19797 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19798 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
19799 and on after keyboard input.
19800 (w32_initialize_display_info): Initialize mouse_face_hidden.
4f1b1854 19801
048addec 198022002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4f1b1854 19803
048addec
JD
19804 * msdos.c (last_mouse_window): New variable.
19805 (dos_rawgetc): Fix last change--if the mouse is in the same window
19806 as recorded in last_mouse_window, don't select this window.
5cb6905d 19807
048addec 19808 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
5cb6905d 19809
048addec
JD
19810 * msdos.c (x_autoselect_window_p): New variable.
19811 (syms_of_msdos): Defvar it.
19812 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
19813 which the last mouse movement occured, unless it is already selected.
437dfb9f 19814
048addec
JD
19815 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
19816 New variables.
19817 (syms_of_xdisp): DEVFAR them.
19818 (hscroll_window_tree): Use automatic_hscroll_margin and
19819 Vautomatic_hscroll_step to compute the amount of window scrolling.
437dfb9f 19820
048addec 198212002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9f696a00 19822
048addec
JD
19823 * xterm.c (x-autoselect-window): New variable.
19824 (note_mouse_movement): Use it.
9f696a00 19825
048addec 19826 * keyboard.c: Do not include "systime.h" twice.
d57966d7 19827
048addec 198282002-02-15 Andreas Schwab <schwab@suse.de>
d57966d7 19829
bfa02563 19830 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
d57966d7 19831
048addec 19832 * alloc.c (NSTATICS): Increase to 1280.
74779f52 19833
048addec 198342002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
74779f52 19835
048addec 19836 * alloc.c (NSTATICS): Bump to 1026.
a474d59c 19837
048addec
JD
19838 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
19839 (Vx_super_keysym): New variables.
19840 (syms_of_xterm): DEFVAR_LISP them.
19841 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
19842 variables to determine which keys to use for the various modifiers.
a474d59c 19843
048addec 198442002-02-13 Kim F. Storm <storm@cua.dk>
fbb70ad9 19845
9dd28cae 19846 * window.c (Vmode_line_in_non_selected_windows): Removed.
048addec
JD
19847 (mode_line_in_non_selected_windows): New variable.
19848 (syms_of_window): DEFVAR_BOOL it.
fbb70ad9 19849
048addec
JD
19850 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
19851 Use mode_line_in_non_selected_windows.
19852 (mode_line_in_non_selected_windows): Declare extern.
19853 (Vmode_line_in_non_selected_windows): Removed extern.
2d10309f 19854
048addec 198552002-02-13 Richard M. Stallman <rms@gnu.org>
2d10309f 19856
048addec
JD
19857 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
19858 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
19859 (Fclear_this_command_keys): Doc fixes.
2d10309f 19860
048addec
JD
19861 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
19862 (update_face_from_frame_parameter): Increment face_change_count
19863 and windows_or_buffers_changed to force redisplay using changed faces.
7f2cddf3 19864
048addec
JD
19865 * xdisp.c (QCpropertize): New variable.
19866 (mode_line_proptrans_alist): New variable.
19867 (display_mode_element): New arg PROPS; all calls changed.
19868 Implement this, for strings.
19869 Handle literal output of strings by sharing the
19870 main-line code for strings, using local var `literal'.
19871 Handle :propertize feature.
19872 (syms_of_xdisp): Initialze and staticpro QCpropertize and
19873 mode_line_proptrans_alist.
0b1e6b54 19874
048addec 198752002-02-11 Kim F. Storm <storm@cua.dk>
7f2cddf3 19876
9dd28cae 19877 * window.c (Vmode_line_in_non_selected_windows): New variable.
048addec 19878 (syms_of_window): DEFVAR_LISP it.
7f2cddf3 19879
048addec
JD
19880 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
19881 (CURRENT_MODE_LINE_FACE_ID): Use it.
19882 (Vmode_line_in_non_selected_windows): Declare extern.
e17144de 19883
048addec
JD
19884 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
19885 to get mode line face.
e17144de 19886
048addec 198872002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 19888
048addec
JD
19889 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
19890 variables; cus-start.el doesn't need them anymore.
44368f8f 19891
048addec 198922002-02-09 Kim F. Storm <storm@cua.dk>
f884b6f4 19893
048addec
JD
19894 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
19895 reduction. This fixes a display problem where stray newlines were
19896 inserted in the window (corrected by C-l). Clarified code (IMHO).
6637c996 19897
048addec 198982002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 19899
048addec 19900 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
6637c996 19901
048addec 19902 * xdisp.c (display_mode_lines): Fix last change.
453c5510 19903
048addec 199042002-02-09 Jason Rumney <jasonr@gnu.org>
453c5510 19905
048addec
JD
19906 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
19907 match each other.
19908 (w32_load_system_font): Prevent Cleartype fonts from loading.
19909 (Fx_show_tip): Ensure tip frames are above other topmost windows.
d1d070e3 19910
048addec 199112002-02-09 Kim F. Storm <storm@cua.dk>
d1d070e3 19912
048addec
JD
19913 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
19914 (CURRENT_MODE_LINE_HEIGHT): Use it.
19915 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 19916
048addec
JD
19917 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
19918 (pos_visible_p, handle_face_prop): Likewise.
19919 (display_mode_lines): Likewise, but for the real selected window.
19920 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 19921
048addec
JD
19922 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
19923 in non-selected windows.
19924 (realize_basic_faces): Realize it.
19925 (syms_of_term): Intern and staticpro it.
308dd672 19926
048addec 199272002-02-08 Kim F. Storm <storm@cua.dk>
edde72f6 19928
048addec
JD
19929 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
19930 Changed mail addresses to emacs-devel@gnu.org.
308dd672 19931
048addec 199322002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
3c1e6b46 19933
048addec
JD
19934 * fileio.c (Fsubstitute_in_file_name): If the file name includes
19935 ~user, and there's no such user, don't discard everything before ~user.
03950b5b 19936
048addec 19937 * floatfns.c (Fround): Doc fix.
3c1e6b46 19938
048addec 199392002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c1e11810 19940
048addec 19941 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
c1e11810 19942
048addec 199432002-02-07 Stefan Monnier <monnier@cs.yale.edu>
1996baee 19944
048addec 19945 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1996baee 19946
048addec 199472002-02-07 Kim F. Storm <storm@cua.dk>
0065bb74 19948
048addec
JD
19949 * keymap.c (where_is_internal): Only check whether definition is
19950 remapped if it fulfills is_command_symbol.
0065bb74 19951
048addec 199522002-02-07 Andreas Schwab <schwab@suse.de>
0065bb74 19953
048addec 19954 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
b5cb6072 19955
048addec 19956 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
b5cb6072 19957
048addec 199582002-02-06 Kim F. Storm <storm@cua.dk>
15fff01d 19959
048addec
JD
19960 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
19961 defining command remapping. Doc updated.
19962 (Flookup_key): Remap command through keymap if KEY is a symbol.
19963 (is_command_symbol): New function.
19964 (Fkey_binding): Use it. New optional argument NO-REMAP.
19965 Doc updated. Callers changed. Perform command remapping via
19966 recursive call unless that arg is non-nil.
19967 (where_is_internal): New argument no_remap. Callers changed.
19968 Call recursively to find original key bindings for a remapped
19969 comand unless that arg is non-nil.
19970 (Fwhere_is_internal): New optional argument NO-REMAP.
19971 Doc updated. Callers changed. Pass arg to where_is_internal.
0065bb74 19972
048addec 19973 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
3419757d 19974 (is_command_symbol): Add prototype.
0d8466cc 19975
048addec
JD
19976 * keyboard.c (Vthis_original_command): New variable.
19977 (syms_of_keyboard): DEFVAR_LISP it.
19978 (command_loop_1): Set it, and perform command remapping.
15fff01d 19979
048addec 199802002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2fae9111 19981
048addec 19982 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2d6c1fc0 19983
048addec 199842002-02-06 Jason Rumney <jasonr@gnu.org>
07025a55 19985
048addec 19986 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
07025a55 19987
048addec 199882002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
07025a55 19989
048addec 19990 * charset.c (get_charset_id): Use if-else instead of ?:.
3a232704 19991
048addec 199922002-02-06 Richard M. Stallman <rms@gnu.org>
539e92ad 19993
048addec 19994 * filelock.c (S_ISLNK): Define if not defined.
3a232704 19995
048addec 199962002-02-03 Richard M. Stallman <rms@gnu.org>
0cb8bb48 19997
048addec 19998 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
539e92ad 19999
048addec
JD
20000 * lread.c (read1): Redesign strategy for force_multibyte and
20001 force_singlebyte. Now is_multibyte records whether read_buffer
20002 is multibyte. Encountering any multibyte character makes it so.
4e02881b 20003
048addec 200042002-02-02 Stefan Monnier <monnier@cs.yale.edu>
4e02881b 20005
048addec
JD
20006 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
20007 with the same sequence, map that sequence to f10 rather than f0.
1ab964d7 20008
048addec 200092002-02-03 Andreas Schwab <schwab@suse.de>
1ab964d7 20010
048addec
JD
20011 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
20012 latter never being defined on GNU/Linux.
749f499f 20013
048addec 200142002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
749f499f 20015
048addec
JD
20016 * xfaces.c (realize_default_face): Don't set the weight and slant of
20017 the default face to Qnormal, unless these attributes are unspecified.
b5d9aaba 20018
048addec 200192002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3a232704 20020
048addec
JD
20021 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
20022 Call cancel_hourglass unconditionally.
d0fd26dd 20023
048addec
JD
20024 * eval.c (Fsignal): Remove duplicated declaration of
20025 the variable `display_hourglass_p'.
b4c45162 20026
048addec 200272002-01-31 Richard M. Stallman <rms@gnu.org>
d0fd26dd 20028
048addec 20029 * editfns.c (region_limit): Nicer error message.
c95eaa61 20030
048addec
JD
20031 * coding.c (decode_composition_emacs_mule):
20032 Give up if NCOMPONENT gets too large to index `component'.
c95eaa61 20033
048addec
JD
20034 * callint.c (check_mark): New arg to specify clearer error message.
20035 Callers changed.
c95eaa61 20036
048addec 200372002-01-27 Richard M. Stallman <rms@gnu.org>
c95eaa61 20038
048addec 20039 * minibuf.c (Fcompleting_read): Doc fix.
c95eaa61 20040
048addec 200412002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c95eaa61 20042
048addec
JD
20043 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
20044 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
20045 Fix doc-strings.
c95eaa61 20046
048addec 200472002-01-26 Richard M. Stallman <rms@gnu.org>
c95eaa61 20048
048addec 20049 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
c95eaa61 20050
048addec
JD
20051 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
20052 and scroll_up_aggressively.
c95eaa61 20053
048addec 200542002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
31877e0a 20055
048addec 20056 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
31877e0a 20057
048addec 200582002-01-25 Stefan Monnier <monnier@cs.yale.edu>
e2c3786a 20059
048addec
JD
20060 * textprop.c (Fnext_property_change, Fnext_single_property_change)
20061 (Fprevious_property_change, Fprevious_single_property_change):
20062 Stay within the narrowed-buffer boundaries.
e2c3786a 20063
048addec 200642002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
c513fc03 20065
048addec
JD
20066 * term.c (Ftty_display_color_cells): New function.
20067 (syms_of_term): Defsubr it.
20068 (Ftty_display_color_cells, Ftty_display_color_p): Change the
20069 argument name to DISPLAY. Doc fix.
bf794306 20070
048addec
JD
20071 * dispextern.h: Add prototype for set_tty_color_mode and
20072 tty_setup_colors.
bf794306 20073
048addec 200742002-01-24 Jason Rumney <jasonr@gnu.org>
bf794306 20075
048addec
JD
20076 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
20077 If region left to draw is not what was expected, mark the frame as
20078 garbaged.
62582985 20079
048addec
JD
20080 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
20081 Combine the regions returned by BeginPaint and GetUpdateRect.
c513fc03 20082
048addec 200832002-01-23 Jason Rumney <jasonr@gnu.org>
3509a04c 20084
048addec
JD
20085 * w32term.c (x_update_window_begin): Only hide caret if
20086 w32_use_visible_system_caret is set.
20087 (x_update_window_end): Only show caret if
20088 w32_use_visible_system_caret is set.
20089 (syms_of_w32term): Handle SystemParametersInfo call failing.
3509a04c 20090
048addec 20091 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
3509a04c 20092
048addec 200932002-01-22 Richard M. Stallman <rms@gnu.org>
3509a04c 20094
048addec
JD
20095 * unexelf.c (unexec): Define n so as to cause compilation error
20096 for the code where people have often written n instead of nn.
1e9a6186 20097
048addec 20098 * .gdbinit (hookpost-run): Defined.
1e9a6186 20099
048addec 201002002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e4e34e31 20101
048addec 20102 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
e4e34e31 20103
048addec 201042002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4521d1fc 20105
048addec
JD
20106 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
20107 if fullscreen is being set.
7c75be36 20108
048addec 201092002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4521d1fc 20110
048addec
JD
20111 * minibuf.c (Fminibuffer_contents)
20112 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
20113 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
4521d1fc 20114
048addec 201152002-01-21 Richard M. Stallman <rms@gnu.org>
4521d1fc 20116
048addec 20117 * window.c (check_frame_size): Fix minimum height calculation.
93dec019 20118
048addec 201192002-01-20 Ken Raeburn <raeburn@gnu.org>
93dec019 20120
048addec
JD
20121 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
20122 height before comparison.
20123 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
905cc05a 20124
048addec 201252002-01-20 Jason Rumney <jasonr@gnu.org>
2ed06289 20126
048addec
JD
20127 * w32term.c (w32_system_caret_width): Remove.
20128 (w32_use_visible_system_caret): New user flag.
20129 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
20130 Windows reports a screen reader running.
20131 (x_update_window_begin): Hide the system caret.
20132 (x_update_window_end): Show the system caret.
20133 (x_display_and_set_cursor): Don't draw a cursor when
20134 w32_use_visible_system_caret is set. Do not adjust width.
0e79d667 20135
048addec
JD
20136 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
20137 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
20138 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
20139 the user requests it. Use system default width when creating.
20140 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
0e79d667 20141
048addec
JD
20142 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
20143 New window messages.
905cc05a 20144
048addec 201452002-01-20 Richard M. Stallman <rms@gnu.org>
82a7ab23 20146
048addec 20147 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
d75bec6a 20148
048addec 201492002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
52dcb476 20150
048addec 20151 * doprnt.c (doprnt1): Fix typos in error call.
82a7ab23 20152
048addec 201532002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
82a7ab23 20154
048addec 20155 * unexelf.c (unexec) [__sgi]: Support the .got sections.
82a7ab23 20156
048addec 201572002-01-20 Jason Rumney <jasonr@gnu.org>
4d0fa4f3 20158
048addec
JD
20159 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
20160 that Windows returns. If a double check fails, try to guess how
20161 ExtTextOut is going to act.
4d0fa4f3 20162
048addec
JD
20163 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
20164 in place of stricmp.
20165 (w32_list_synthesized_fonts): Removed.
20166 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
20167 (struct enumfont_t): New element; list.
20168 (enum_font_cb2): List all style and charset variations of a font.
20169 (Fw32_select_font): New optional argument; include_proportional.
20170 Exclude vertical fonts. Exclude proportional fonts unless
20171 include_proportional is non-nil.
20172 (w32_enable_synthesized_fonts): Change to a boolean.
20173 (Fw32_send_sys_command): Doc fix.
493faf20 20174
048addec 201752002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
493faf20 20176
048addec
JD
20177 * dispnew.c (update_frame): Move the variable `tem' to the block
20178 where it is used.
4971e491 20179
048addec 201802002-01-19 Jason Rumney <jasonr@gnu.org>
4971e491 20181
048addec
JD
20182 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
20183 call to face-set-after-frame-default.
4971e491 20184
048addec 201852002-01-18 Richard M. Stallman <rms@gnu.org>
d911a0fa 20186
048addec
JD
20187 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
20188 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
d911a0fa 20189
048addec 201902002-01-17 Richard M. Stallman <rms@gnu.org>
d911a0fa 20191
048addec
JD
20192 * window.c (enlarge_window): When exceeding size of parent,
20193 directly delete all the siblings instead of trying to resize it.
201c831a 20194
048addec 201952002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
201c831a 20196
048addec 20197 * term.c (set_tty_color_mode): Remove unused variable `tem'.
201c831a 20198
048addec 201992002-01-16 Henrik Enberg <henrik@enberg.org>
34e39c95 20200
048addec 20201 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
34e39c95 20202
048addec 202032002-01-16 Kim F. Storm <storm@cua.dk>
d77fbc16 20204
048addec
JD
20205 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
20206 is invisible. This can happen if cursor is on top line of a
20207 window, and we switch to a buffer with a header line.
d77fbc16 20208
048addec 20209 * w32term.c (x_erase_phys_cursor): Ditto.
61e3b944 20210
048addec 202112002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
61e3b944 20212
048addec
JD
20213 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
20214 `dont_resize' only when used.
61e3b944 20215
048addec 20216 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
70da46c3 20217
048addec 202182002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
70da46c3 20219
048addec
JD
20220 * xdisp.c (display_mode_element): When computing charpos, depend
20221 on multibyteness of elt, not the text in field.
8af01033 20222
048addec 202232002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8af01033 20224
048addec
JD
20225 * buffer.c (Fkill_all_local_variables):
20226 Increment `update_mode_lines' only once.
7363986a 20227
048addec 202282002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7363986a 20229
048addec
JD
20230 * lisp.h (adjust_after_replace_noundo)
20231 (Fupdate_coding_systems_internal): Add prototypes.
d9e6c4b1 20232
048addec 20233 * sound.c (Fplay_sound): Initialize header_size also for :data case.
d20fc48a 20234
048addec 202352002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
d9e6c4b1 20236
048addec
JD
20237 Support for the --color command-line argument and tty-color-mode
20238 frame parameter:
f1a85b89 20239
048addec
JD
20240 * term.c (tty_default_color_capabilities, tty_setup_colors)
20241 (set_tty_color_mode): New functions.
20242 (term_init): Call tty_default_color_capabilities.
20243 (Qtty_color_mode_alist): New variable.
20244 (syms_of_term): Intern and staticpro it.
f1a85b89 20245
048addec
JD
20246 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
20247 frames.
20248 (do_switch_frame): For termcap frames, switch the tty
20249 color mode as specified by the frame's parameters.
20250 (Qtty_color_mode): New variable.
20251 (syms_of_frame): Intern and staticpro it.
3a62677f 20252
048addec
JD
20253 * emacs.c (USAGE2): Add the --color option.
20254 (standard_args): Ditto.
72244db2 20255
048addec
JD
202562002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20257
20258 * xterm.h (struct x_output): New members want_fullscreen,
20259 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
20260 y_pixels_outer_diff.
20261 New enum for FULLSCREEN_* constants.
20262 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
20263 is NULL.
20264 (x_fullscreen_adjust): Add prototype.
3a62677f 20265
048addec
JD
20266 * emacs.c (USAGE2): Add the new full-screen arguments.
20267 (standard_args): Ditto.
3a62677f 20268
048addec
JD
20269 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20270 New variables.
20271 (syms_of_xfns): Intern and staticpro them.
20272 (x_frame_parms) <"fullscreen">: New parameter.
20273 (x_fullscreen_move, x_set_fullscreen): New functions.
20274 (x_set_frame_parameters): Support for Qfullscreen.
20275 (x_real_positions): More accurate computation of the frame position.
20276 (x_figure_window_size): Support full-screen frames.
20277 (Fx_create_frame): Default the fullscreen parameter.
3a62677f 20278
048addec
JD
20279 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
20280 (XTread_socket) <Expose>: Call x_check_fullscreen.
20281 <ConfigureNotify>: Don't resize to fullscreen.
20282 Call x_check_fullscreen_move, and set the want_fullscreen member of
20283 output_data.x.
3a62677f 20284
048addec 202852002-01-13 Jason Rumney <jasonr@gnu.org>
9d113d9d 20286
048addec
JD
20287 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
20288 for mice with more than 3 buttons.
b8523839 20289
048addec
JD
20290 * w32term.c (parse_button): New parameter xbutton. Callers changed.
20291 (w32_read_socket): Handle new "XBUTTON" messages.
9464dea4 20292
048addec
JD
20293 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
20294 (syms_of_w32fns): DEFVAR_BOOL it.
20295 (w32_wnd_proc): Handle new "XBUTTON" messages.
9d113d9d 20296
048addec 202972002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
70ec1377 20298
048addec 20299 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
70ec1377 20300
048addec 203012002-01-13 Andreas Schwab <schwab@suse.de>
92f7dd37 20302
048addec 20303 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
92f7dd37 20304
048addec 203052002-01-12 Andreas Schwab <schwab@suse.de>
c93674bb 20306
048addec
JD
20307 * .gdbinit (xbuffer): Remove address operator since data is now a
20308 pointer.
c93674bb 20309
048addec 203102002-01-11 Richard M. Stallman <rms@gnu.org>
59b59892 20311
048addec 20312 * insdel.c (adjust_after_replace_noundo): New function.
59b59892 20313
048addec 20314 * coding.c (code_convert_region): Don't copy old text if undo disabled.
c6ea2775 20315
048addec 203162002-01-09 Jason Rumney <jasonr@gnu.org>
c6ea2775 20317
048addec
JD
20318 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
20319 when checking for multiple frames.
91175673 20320
048addec 203212002-01-08 Richard M. Stallman <rms@gnu.org>
91175673 20322
048addec
JD
20323 * window.c (delete_window): Rewrite the code for changing the
20324 selected window to handle the case where WINDOW is not a leaf.
91175673 20325
048addec 203262002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
e0fead5d 20327
048addec
JD
20328 * process.c (send_process): Set src_multibyte to 1 after the call
20329 top setup_coding_system, not before the call.
e0fead5d 20330
048addec 203312002-01-07 Jason Rumney <jasonr@gnu.org>
e0fead5d 20332
048addec
JD
20333 * xmenu.c (set_frame_menubar, xmenu_show):
20334 (xdialog_show): Initialize wv->help to Qnil.
c186cdb3 20335
048addec
JD
20336 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
20337 (w32_dialog_show): Initialize wv->help to Qnil.
c186cdb3 20338
048addec 203392002-01-06 Jason Rumney <jasonr@gnu.org>
c186cdb3 20340
048addec 20341 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
c186cdb3 20342
048addec 20343 * w32menu.c (w32_menu_display_help): Revert last change.
58cfce98 20344
048addec 20345 * xmenu.c (menu_highlight_callback): Revert last change.
58cfce98 20346
048addec 203472002-01-06 Andreas Schwab <schwab@suse.de>
62854fe2 20348
048addec
JD
20349 * insdel.c (make_gap_larger): Make sure buffer size does not
20350 overflow range of int.
62854fe2 20351
048addec 203522002-01-05 Jason Rumney <jasonr@gnu.org>
656f46bb 20353
048addec
JD
20354 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
20355 OVERLAPS_P.
656f46bb 20356
048addec 20357 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
656f46bb 20358
048addec
JD
20359 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
20360 to the left or to the right of the pointer, put it against
20361 the left screen edge.
20362 (x_frame_parms): Add missing braces around initializer.
036e218d 20363
048addec
JD
20364 * w32term.c (x_setup_relief_colors): Don't compute an image's
20365 background color if it doesn't have a Pixmap.
20366 (notice_overwritten_cursor): Don't depend on
20367 output_cursor and updated_area. Compare pixel coordinates with
20368 window's cursor pixel coordinates.
20369 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20370 Call notice_overwritten_cursor with new arg list.
20371 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20372 unconditionally.
20373 (x_draw_image_relief): Use predefined macro instead of
20374 constant when the value of `tool_bar_button_relief' is negative.
036e218d 20375
048addec 20376 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
7ddb2c16 20377
048addec 203782002-01-04 Richard M. Stallman <rms@gnu.org>
7ddb2c16 20379
048addec 20380 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
ace9b298 20381
048addec 203822002-01-03 Richard M. Stallman <rms@gnu.org>
90647b07 20383
048addec
JD
20384 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
20385 (Fkey_binding): Try the `keymap' property map first.
20386 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
20387 minor mode bindings.
90647b07 20388
048addec 203892002-01-03 Kim F. Storm <storm@cua.dk>
ace9b298 20390
3419757d 20391 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
ace9b298 20392
048addec 203932002-01-02 Richard M. Stallman <rms@gnu.org>
ace9b298 20394
048addec
JD
20395 * keyboard.c (read_key_sequence): Handle the keymap property
20396 before minor mode maps.
9fbc32aa 20397
048addec
JD
20398 * editfns.c (Fformat): Update thissize from field_width
20399 based on the actual width, in the string case.
036e218d 20400
048addec 204012002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fbc32aa 20402
048addec
JD
20403 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
20404 when used as truth value to prevent gcc warnings.
9fbc32aa 20405
048addec
JD
20406 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
20407 * w32proc.c: Include <config.h>.
9fbc32aa 20408
048addec 204092002-01-01 Andreas Schwab <schwab@suse.de>
9fbc32aa 20410
048addec
JD
20411 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
20412 not EMACS_INT, to make them compatible with DEFVAR_INT.
20413 * lisp.h (max_specpdl_size): Adjust declaration.
9fbc32aa 20414
048addec 204152002-01-01 Richard M. Stallman <rms@gnu.org>
9fbc32aa 20416
048addec
JD
20417 * print.c (print_object): Test print_escape_nonascii only for
20418 unibyte strings.
20419 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
20420 when outputting to a multibyte buffer.
9fbc32aa 20421
048addec 204222001-12-29 Richard M. Stallman <rms@gnu.org>
9fbc32aa 20423
048addec
JD
20424 * print.c (print_object): In multibyte string, use hex escapes.
20425 Use octal only for unibyte strings.
20426 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
0142178a 20427
048addec
JD
20428 * lread.c (read_escape): New arg BYTEREP for reporting whether
20429 escape forces unibyte or multibyte.
20430 (read1): When reading a string, take note of that info.
0142178a 20431
048addec 204322001-12-29 Ken Raeburn <raeburn@gnu.org>
d4824a5d 20433
048addec
JD
20434 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
20435 comparison to test lisp value returned by Fget.
d4824a5d 20436
048addec 204372001-12-29 Richard M. Stallman <rms@gnu.org>
b1356234 20438
048addec 20439 * lisp.h (max_specpdl_size): Add declaration.
b1356234 20440
048addec 20441 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
3ce081f5 20442
048addec
JD
20443 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
20444 Handle modifier bits. Correct typo in error message.
99e380ee 20445
048addec 204462001-12-28 Richard M. Stallman <rms@gnu.org>
3ce081f5 20447
048addec
JD
20448 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
20449 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
20450 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20451 Update calls to Fdefine_abbrev.
20452 (write_abbrev): Update for changed data format.
20453 Don't list "system" abbrevs.
20454 (Fexpand_abbrev): Update use count with new data format.
20455 (describe_abbrev): Update for changed data format.
20456 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
66458f32 20457
048addec 20458 * config.in (HAVE_MBSINIT): Add #undef.
66458f32 20459
048addec 20460 * strftime.c (mbsinit): Define as no-op if not available.
66458f32 20461
048addec
JD
20462 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
20463 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
59a86c99 20464
048addec
JD
20465 * keymap.c (Flookup_key): Error message if key has wrong data type.
20466 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
20467 (exclude_key): New variable.
59a86c99 20468
048addec 204692001-12-28 Gerd Moellmann <gerd@gnu.org>
eb77a5f4 20470
048addec
JD
20471 * xterm.c (x_setup_relief_colors): Don't compute an image's
20472 background color if it doesn't have a Pixmap.
eb77a5f4 20473
048addec
JD
20474 * xterm.c (notice_overwritten_cursor): Don't depend on
20475 output_cursor and updated_area. Compare pixel coordinates with
20476 window's cursor pixel coordinates.
20477 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20478 Call notice_overwritten_cursor with new arg list.
20479 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20480 unconditionally.
eb77a5f4 20481
048addec
JD
20482 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
20483 height of the cursor line to the amount to scroll.
eb77a5f4 20484
048addec 204852001-12-27 Richard M. Stallman <rms@gnu.org>
bb313871 20486
048addec
JD
20487 * intervals.c (set_point_both): The position after an invisible,
20488 intangible character is not an acceptable stopping point.
bb313871 20489
048addec 204902001-12-27 Ken Raeburn <raeburn@gnu.org>
55b43a63 20491
048addec
JD
20492 * window.c (enlarge_window): In new preserve_before code, convert
20493 CURBEG from lisp object to integer before doing arithmetic.
6052529b 20494
048addec 204952001-12-27 Richard M. Stallman <rms@gnu.org>
3ce081f5 20496
048addec 20497 * bytecode.c (Fbyte_code): Undo previous change.
3ce081f5 20498
048addec 204992001-12-26 Kim F. Storm <storm@cua.dk>
3ce081f5 20500
048addec
JD
20501 * keyboard.c (record_char): Ignore duplicate help-echo events only
20502 separated by mouse-movement. When tracking mouse, only record
20503 first and last mouse-movement event in same window.
20504 Don't record mouse-movement events in keyboard macros.
3ce081f5 20505
048addec 205062001-12-25 Richard M. Stallman <rms@gnu.org>
55b43a63 20507
048addec
JD
20508 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
20509 (Fenlarge_window): New arg PRESERVE_BEFORE.
111ed14e 20510
048addec
JD
20511 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
20512 instead of Fstring_as_unibyte.
9fabb2f5 20513
048addec 205142001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fabb2f5 20515
048addec 20516 The following changes remove mocklisp support:
9fabb2f5 20517
048addec 20518 * mocklisp.h, mocklisp.c: Files removed.
111ed14e 20519
048addec
JD
20520 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
20521 `Qmocklisp' and `Qmocklisp_arguments'.
20522 Remove prototype of syms_of_mocklisp.
2fa0eedf 20523
048addec 20524 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
d1420435 20525
048addec
JD
20526 * callint.c: Do not include mocklisp.h.
20527 (Fcall_interactively): Do not test for mocklisp case.
2fa0eedf 20528
048addec
JD
20529 * eval.c: Remove variables `Qmocklisp_arguments',
20530 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
20531 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
20532 Do not test for mocklisp case.
20533 (Fwhile): Remove unused variable `tem'.
20534 (syms_of_eval): Remove variable `moclisp-arguments'.
ebcbef4e 20535
048addec 20536 * data.c (wrong_type_argument): Remove mocklisp case.
5c131048 20537
048addec 20538 * doc.c (Fdocumentation): Remove mocklisp case.
5c131048 20539
048addec 20540 * emacs.c (main): Do not call syms_of_mocklisp.
5c131048 20541
048addec 205422001-12-21 Richard M. Stallman <rms@gnu.org>
96d276c3 20543
048addec
JD
20544 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
20545 to the left or to the right of the pointer, put it against
20546 the left screen edge.
6108b49c 20547
048addec 205482001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
96d276c3 20549
048addec
JD
20550 * Makefile.in (distclean): Remove .gdbinit if we are building
20551 outside the source tree.
5eea19a4 20552
048addec 205532001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5eea19a4 20554
048addec 20555 * w32.c (emacs_root_dir): New function.
5eea19a4 20556
048addec 20557 * msdos.c (emacs_root_dir): New function.
5eea19a4 20558
048addec
JD
20559 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
20560 of the current drive as the fallback for default_directory.
438e57dd 20561
048addec
JD
20562 * dired.c (file_name_completion): Run the elements of
20563 completion-ignored-extensions through ENCODE_FILE.
438e57dd 20564
048addec
JD
20565 * lisp.h (scmp): Remove prototype, since it's now a static
20566 function private to dired.c.
c88e5347 20567
048addec 205682001-12-18 Richard M. Stallman <rms@gnu.org>
c88e5347 20569
048addec
JD
20570 * dired.c (scmp): Function moved from minibuf.c.
20571 Delete multibyte handling--used only on encoded strings.
59ce1461 20572
048addec 20573 * minibuf.c (scmp): Function moved to dired.c.
59ce1461 20574
048addec 20575 * fns.c (merge): Add QUIT call.
59ce1461 20576
048addec 205772001-12-18 Dave Love <fx@gnu.org>
8727d588 20578
048addec
JD
20579 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
20580 language/georgian.el.
8727d588 20581
048addec 205822001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
cc63037e 20583
048addec
JD
20584 * Makefile.in (lisp, shortlisp): Synchronize with changes to
20585 lisp/Makefile.in:DONTCOMPILE.
cc63037e 20586
048addec 205872001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cc63037e 20588
048addec
JD
20589 * xdisp.c (window_box_height): Do not return negative values.
20590 From Gerd Moellmann <gerd@gnu.org>.
cc63037e 20591
048addec 20592 * keyboard.c (head_table): Add missing braces around initializer.
cc63037e 20593
048addec 20594 * term.c (keys): Likewise.
deece6f5 20595
048addec 20596 * xfns.c (x_frame_parms, visual_classes): Likewise.
deece6f5 20597
048addec 205982001-12-17 Sam Steingold <sds@gnu.org>
1b944d9c 20599
048addec
JD
20600 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
20601 patch (COMPOSING_P, not COMPOSING).
28ff4293 20602
048addec 206032001-12-17 Richard M. Stallman <rms@gnu.org>
a395ef6a 20604
048addec 20605 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
a395ef6a 20606
048addec
JD
20607 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
20608 before calling decode_coding.
9b46de40 20609
048addec 20610 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
9b46de40 20611
048addec
JD
20612 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
20613 instead of only for COMPOSITION_DISABLED.
9b46de40 20614
048addec 206152001-12-16 Richard M. Stallman <rms@gnu.org>
aff37336 20616
048addec 20617 * alloc.c (pure_alloc): After overflow, allocate just a small block.
aff37336 20618
048addec 20619 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
b9937f07 20620
048addec
JD
20621 * buffer.h (struct buffer): New field `display_error_modiff'.
20622 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
b9937f07 20623
048addec 20624 * window.c (Frecenter): Clear display_error_modiff field.
2cd23960 20625
048addec
JD
20626 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
20627 Call redisplay_window, but not if display_error_modiff field says no.
20628 (redisplay_window_error): New function.
20629 (displayed_buffer): New variable.
20630 (redisplay_internal, redisplay_windows): Call the new functions
20631 instead of redisplay_window directly.
2cd23960 20632
048addec 206332001-12-15 Richard M. Stallman <rms@gnu.org>
2cd23960 20634
048addec 20635 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2cd23960 20636
048addec 206372001-12-14 Andrew Innes <andrewi@gnu.org>
a4184c1c 20638
048addec 20639 * makefile.w32-in (EMACSLOADPATH): Define.
f9711de4 20640 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
048addec 20641 (bootstrap-temacs): Remove dependency on bootstrap-clean.
a4184c1c 20642
048addec 206432001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
f6fa0866 20644
048addec
JD
20645 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
20646 parameter have a numeric value all the time.
f6fa0866 20647
048addec 20648 * w32fns.c (x_report_frame_params): Likewise.
f4ca4b00 20649
048addec 206502001-12-12 Richard M. Stallman <rms@gnu.org>
f4ca4b00 20651
048addec 20652 * fileio.c (Fwrite_region): Doc fix.
f4e25f94 20653
048addec
JD
20654 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
20655 (redisplay_internal): Call clear_image_cache only for window terminals.
f4e25f94 20656
048addec 206572001-12-12 Gerd Moellmann <gerd@gnu.org>
91c153e2 20658
048addec
JD
20659 * xdisp.c (move_it_vertically_backward): Change heuristic
20660 for the case that we didn't move far enough initially.
91c153e2 20661
048addec
JD
20662 * window.c (Frecenter): Simplify computation in the case of window
20663 system frames and ARG < 0; use window_box_height.
65b7d3e7 20664
048addec 206652001-12-11 Richard M. Stallman <rms@gnu.org>
65b7d3e7 20666
048addec
JD
20667 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
20668 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
6b5f6311 20669
048addec 206702001-12-11 Andrew Innes <andrewi@gnu.org>
6b5f6311 20671
048addec
JD
20672 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
20673 arg is negative.
be676094 20674
048addec 206752001-12-11 Richard M. Stallman <rms@gnu.org>
be676094 20676
048addec
JD
20677 * m/hp800.h: Split the __hpux conditional into the parts
20678 that are right for GNU/Linux too and the parts that are not.
20679 Use the former if GNU_LINUX.
20680 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
032a857d 20681
048addec 20682 * s/gnu-linux.h (GNU_LINUX): Defined.
032a857d 20683
048addec 206842001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
032a857d 20685
048addec
JD
20686 * macros.c, msdos.c, w16select.c: Change doc-string comments to
20687 `new style' [w/`doc:' keyword].
032a857d 20688
048addec 206892001-12-10 Jason Rumney <jasonr@gnu.org>
b6270150 20690
048addec
JD
20691 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
20692 before using.
b6270150 20693
048addec 206942001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
792e5cbd 20695
048addec
JD
20696 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
20697 keyword].
98cbb9fa 20698
048addec 206992001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
98cbb9fa 20700
048addec 20701 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
98cbb9fa 20702
048addec 20703 * s/hpux10.h (srand48): Don't undefine.
98cbb9fa 20704
048addec 207052001-12-09 Jason Rumney <jasonr@gnu.org>
792e5cbd 20706
048addec 20707 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
78819ebb 20708 Add comment to explain where the struct came from.
048addec
JD
20709 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
20710 (add_menu_item): Process pop-up menus first to avoid memory leak.
20711 (add_menu_item, w32_menu_display_help): Use `help' field as
20712 Lisp_Object.
20713 (w32_free_submenu_strings): Only free owner-drawn strings.
fa336b91 20714
048addec 207152001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fa336b91 20716
048addec 20717 * COPYING: Moved back.
fa336b91 20718
048addec
JD
20719 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
20720 Add parentheses around && within ||.
077907d4 20721
048addec 20722 * indent.c (compute_motion): Likewise.
aa2af83a 20723
048addec 20724 * intervals.c (merge_properties_sticky): Likewise.
60a653f1 20725
048addec
JD
20726 * coding.c (setup_coding_system, shrink_encoding_region)
20727 (Fdecode_sjis_char): Likewise.
60a653f1 20728
048addec 207292001-12-07 Andreas Schwab <schwab@suse.de>
60a653f1 20730
048addec
JD
20731 * xdisp.c (display_mode_element): Don't read past end of string if
20732 it ends with '%'.
60a653f1 20733
048addec
JD
20734 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
20735 can hold.
60a653f1 20736
048addec
JD
20737 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
20738 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
20739 type changed to Lisp_Object.
20740 (syms_of_data): DEFVAR_LISP them.
60a653f1 20741
048addec 207422001-12-07 Richard M. Stallman <rms@gnu.org>
60a653f1 20743
048addec
JD
20744 * callproc.c (init_callproc): Set Vdata_directory based on the source
20745 location whenever Emacs was run uninstalled.
60a653f1 20746
048addec 207472001-12-06 Paul Eggert <eggert@twinsun.com>
60a653f1 20748
048addec
JD
20749 * config.in (HAVE_WORKING_VFORK): New #undefs.
20750 * process.c (create_process):
20751 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
20752 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
20753 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
20754 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
20755 * m/intel386.h (HAVE_VFORK): Likewise.
20756 * m/mips-siemens.h (HAVE_VFORK): Likewise.
20757 * m/mips.h (HAVE_VFORK): Likewise.
20758 * s/freebsd.h (vfork): Remove #define.
20759 * s/lynxos.h (HAVE_VFORK): Remove #undef.
20760 * s/usg5-4-2.h: Fix comment about vfork.
60a653f1 20761
048addec 207622001-12-06 Richard M. Stallman <rms@gnu.org>
60a653f1 20763
048addec
JD
20764 * s/hpux10.h (random): Add undef.
20765 (HAVE_RANDOM): Define it just once.
60a653f1 20766
048addec 207672001-12-06 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20768
048addec 20769 * eval.c: Undo last change: the standard syntax is not wanted.
60a653f1 20770
048addec 207712001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 20772
048addec
JD
20773 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
20774 scroll bars of the frame before deleting the frame itself. If the
20775 frame has a widget, delete the frame with XtDestroyWidget, and do
20776 not call XDestroyWindow before that.
60a653f1 20777
048addec 207782001-12-06 Kim F. Storm <storm@cua.dk>
60a653f1 20779
048addec 20780 * xfns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 20781
048addec 20782 * w32fns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 20783
048addec 207842001-12-05 Andrew Innes <andrewi@gnu.org>
60a653f1 20785
048addec
JD
20786 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
20787 excessively large.
60a653f1 20788
048addec
JD
20789 * insdel.c (make_gap_larger): New function.
20790 (make_gap_smaller): New function.
20791 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
20792 Call make_gap_smaller if arg is negative.
60a653f1 20793
048addec 207942001-12-04 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20795
048addec
JD
20796 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
20797 Pass a dummy argument when calling interrupt_signal.
20798 (parse_menu_item): Mark disabled items before checking for empty def.
20799 (read_char_minibuf_menu_prompt): Make safety more visible.
20800 (read_key_sequence): Add a `first_unbound' variable.
20801 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
20802 unbound prefix as soon as we can detect it.
60a653f1 20803
048addec
JD
20804 * doc.c (Fsnarf_documentation): Add prototype.
20805 (get_doc_string): Handle negative arguments.
20806 (Fdocumentation): Use AREF and ASIZE.
20807 Move the calls to get_doc_string to a single place.
20808 Don't confuse an interactive-spec for a docstring reference.
20809 (Fdocumentation_property): Take advantage of the fact that
20810 get_doc_string now ignores the sign of the docstring position.
60a653f1 20811
048addec 20812 * eval.c: Use standard syntax for usage in docstrings.
60a653f1 20813
048addec 208142001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 20815
a64387ee 20816 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
60a653f1 20817
048addec 208182001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 20819
048addec
JD
20820 * xterm.c (x_draw_image_relief): Use predefined macro instead of
20821 constant when the value of `tool_bar_button_relief' is negative.
60a653f1 20822
048addec 208232001-12-02 Richard M. Stallman <rms@gnu.org>
60a653f1 20824
048addec
JD
20825 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
20826 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
60a653f1 20827
048addec 20828 * fileio.c (read_non_regular): Delete Fsignal call.
60a653f1 20829
048addec 208302001-12-01 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20831
048addec 20832 * lisp.h (run_hook_list_with_args): Undo last change.
60a653f1 20833
048addec 208342001-12-01 Gerd Moellmann <gerd@gnu.org>
60a653f1 20835
048addec 20836 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
60a653f1 20837
048addec 208382001-12-01 Jason Rumney <jasonr@gnu.org>
60a653f1 20839
f63fd14e 20840 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
60a653f1 20841
048addec
JD
20842 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
20843 [!WM_MOUSELEAVE]: Define.
60a653f1 20844
048addec
JD
20845 * w32menu.c (current_popup_menu, get_menu_item_info):
20846 (set_menu_item_info): New vars.
20847 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
20848 (w32_menu_show): Set current_popup_menu.
20849 (add_menu_item): Allocate new strings for owner-drawn menu items
20850 and help strings.
20851 Use owner-draw for disabled menu items again.
20852 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
20853 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
60a653f1 20854
048addec
JD
20855 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
20856 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
20857 <WM_EXITMENULOOP>: Free menu strings.
20858 <WM_MOUSELEAVE>: Stop tracking mouse.
20859 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
60a653f1 20860
048addec
JD
20861 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
20862 and mouse face.
60a653f1 20863
048addec 208642001-12-01 Kim F. Storm <storm@cua.dk>
60a653f1 20865
048addec
JD
20866 The following changes add left-fringe and right-fringe
20867 frame parameters to adjust fringe widths, or remove one or
20868 both fringes.
60a653f1 20869
048addec
JD
20870 * frame.h (struct frame): Remove trunc_area_pixel_width and
20871 trunc_area_cols fields.
20872 (Qleft_fringe, Qright_fringe): Declare.
20873 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
60a653f1 20874
048addec
JD
20875 * frame.c (Qleft_fringe, Qright_fringe): New vars.
20876 (syms_of_frame): Initialize them.
60a653f1 20877
048addec
JD
20878 * window.c (coordinates_in_window): Handle separate left and right
20879 fringe widths.
60a653f1 20880
048addec
JD
20881 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
20882 and fringe_cols fields.
20883 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
20884 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
20885 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
20886 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
20887 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
20888 (x_compute_fringe_widths): Add prototype.
60a653f1 20889
048addec
JD
20890 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
20891 fill fringe evenly with small dashes.
f63fd14e 20892 (x_draw_fringe_bitmap): Clear background if necessary. Align and
048addec
JD
20893 clip the new ZV bitmap to avoid jitter between rows.
20894 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
20895 background. Don't draw fringe bitmaps if fringe width is zero.
20896 (x_compute_fringe_widths): New function.
20897 (x_new_font, x_set_window_size_1): Use it.
60a653f1 20898
048addec
JD
20899 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
20900 (x_set_frame_parameters): Process `font' parameter before other
20901 parameters as fringe widths depend on it.
20902 (x_set_fringe_width): New function.
20903 (x_figure_window_size): Use x_compute_fringe_widths.
20904 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
20905 parameters.
60a653f1 20906
048addec
JD
20907 * widget.c (set_frame_size): Use x_compute_fringe_widths.
20908 (EmacsFrameSetCharSize): Ditto.
60a653f1 20909
048addec
JD
20910 * w32term.h: Merged changes from xterm.h.
20911 * w32term.c: Merged changes from xterm.c.
20912 * w32fns.c: Merged changes from xfns.c.
60a653f1 20913
048addec 209142001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 20915
048addec 20916 * COPYING: Removed.
60a653f1 20917
048addec 209182001-11-29 Dave Love <fx@gnu.org>
60a653f1 20919
048addec
JD
20920 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
20921 extra extra slot.
20922 (detect_coding_mask): Fix call of detect_coding_iso2022.
60a653f1 20923
048addec 209242001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 20925
048addec
JD
20926 * fileio.c (file-name-coding-system)
20927 (default-file-name-coding-system): Doc fix (links to referenced
20928 variables added).
60a653f1 20929
048addec 209302001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20931
048addec
JD
20932 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
20933 Add dummy uses of gcproN variables.
60a653f1 20934
048addec
JD
20935 * category.c (describe_category, describe_category_1)
20936 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
20937 (syms_of_category): Don't defsubr Sdescribe_categories.
60a653f1 20938
048addec 209392001-11-28 Richard M. Stallman <rms@gnu.org>
60a653f1 20940
048addec 20941 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
60a653f1 20942
048addec
JD
20943 * Makefile.in (lispdir): New variable, referring to build dir.
20944 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
60a653f1 20945
048addec 209462001-11-28 Andrew Innes <andrewi@gnu.org>
60a653f1 20947
048addec
JD
20948 * w32menu.c (w32_menu_display_help): Actually add the new argument
20949 OWNER.
60a653f1 20950
048addec 209512001-11-28 Jason Rumney <jasonr@gnu.org>
60a653f1 20952
048addec
JD
20953 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
20954 menu items. From David Ponce <dponce@wanadoo.fr>.
20955 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
20956 conditionally.
f63fd14e 20957 (w32_menu_display_help): New argument OWNER. Rewritten to store a
048addec 20958 help event in the owner frame's keyboard buffer.
60a653f1 20959
048addec
JD
20960 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
20961 (Fx_show_tip): Don't subtract last width from row width.
20962
20963 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
20964 (w32_read_socket): Use EQ to compare frames.
60a653f1 20965
048addec 209662001-11-28 Gerd Moellmann <gerd@gnu.org>
60a653f1 20967
048addec
JD
20968 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
20969 OVERLAPS_P.
60a653f1 20970
048addec 209712001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 20972
048addec
JD
20973 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
20974 `gcpro3' and `gcpro4'.
60a653f1 20975
048addec 20976 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
60a653f1 20977
048addec 209782001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20979
048addec 20980 * ccl.c: Use AREF and ASIZE.
60a653f1 20981
048addec 209822001-11-27 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20983
048addec
JD
20984 * lisp.h (run_hook_list_with_args): Remove.
20985 (LIST_END_P): Fix call to wrong_type_argument.
20986 (make_fixnum_or_float): Use EMACS_INT rather than int.
60a653f1 20987
048addec 209882001-11-26 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 20989
048addec
JD
20990 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
20991 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
60a653f1 20992
048addec
JD
20993 * eval.c: Use AREF and ASIZE.
20994 (Ffetch_bytecode): Add the file name to the error message.
60a653f1 20995
048addec
JD
20996 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
20997 which match the end of the file-name.
20998 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
20999 is not a valid env var, but leave it as is instead.
60a653f1 21000
048addec
JD
21001 * keymap.c (access_keymap): Handle t bindings like nil bindings.
21002 Make nil bindings in char-tables transparent.
21003 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
60a653f1 21004
048addec 210052001-11-26 Richard M. Stallman <rms@gnu.org>
60a653f1 21006
048addec
JD
21007 * textprop.c (set_text_properties_1): Allow START, END in either order.
21008 Do nothing if range is empty.
60a653f1 21009
048addec 21010 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
60a653f1 21011
048addec
JD
21012 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
21013 (clean): Not here.
60a653f1 21014
048addec 210152001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 21016
048addec
JD
21017 * textprop.c (set_text_properties_1): Clearly mark that the
21018 interval should not be empty.
60a653f1 21019
048addec
JD
21020 * intervals.c (graft_intervals_into_buffer):
21021 Don't call set_text_properties_1 on an empty interval.
60a653f1 21022
048addec 210232001-11-25 Richard M. Stallman <rms@gnu.org>
60a653f1 21024
048addec 21025 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
60a653f1 21026
048addec
JD
21027 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
21028 don't lose the data in it.
60a653f1 21029
048addec 210302001-11-25 Juanma Barranquero <lektu@terra.es>
60a653f1 21031
048addec 21032 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
60a653f1 21033
c62aec78 21034 * buffer.c (Fkill_buffer): Likewise.
60a653f1 21035
c62aec78 21036 * print.c (temp_output_buffer_setup): Likewise.
60a653f1 21037
048addec 210382001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 21039
048addec 21040 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
60a653f1 21041
048addec 210422001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 21043
048addec
JD
21044 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
21045 Niemitalo <kon@iki.fi>.
60a653f1 21046
048addec 210472001-11-25 Jason Rumney <jasonr@gnu.org>
60a653f1 21048
048addec 21049 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
60a653f1 21050
048addec
JD
21051 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
21052 (Fx_show_tip): Block input during frame creation.
21053 (Fx_show_tip, Fx_hide_tip): Enable.
60a653f1 21054
048addec 210552001-11-24 Richard M. Stallman <rms@gnu.org>
60a653f1 21056
048addec
JD
21057 * lread.c (Fload): Detect recursive load error for more than 3
21058 nestings of the same file.
21059 (Vrecursive_load_depth_limit): Variable deleted.
21060 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
60a653f1 21061
048addec 210622001-11-24 Jason Rumney <jasonr@gnu.org>
60a653f1 21063
048addec
JD
21064 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
21065 mouse position if either left or top is not specified.
60a653f1 21066
048addec
JD
21067 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
21068 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
21069 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
21070 (my_create_tip_window): Assign tip_window.
21071 (x_create_tip_frame): Use same defaults as X.
21072 (compute_tip_xy): Remove unused variable. Use full screen width.
f63fd14e 21073 (Fx_show_tip): Do not double height. Call ShowWindow directly.
60a653f1 21074
048addec
JD
21075 * w32term.c (x_after_update_window_line): Doc fix.
21076 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
21077 frames.
21078 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
60a653f1 21079
048addec
JD
21080 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
21081 for all Windowed systems.
60a653f1 21082
048addec 210832001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 21084
048addec
JD
21085 * msdos.c (IT_clear_screen): If the frame's faces are not yet
21086 realized, use the initial screen colors to clear the screen.
60a653f1 21087
048addec 210882001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 21089
048addec
JD
21090 * textprop.c (Fset_text_properties): Remove unused variables
21091 `unchanged', `prev_changed', `s' and `len'.
60a653f1 21092
048addec
JD
21093 * search.c (Freplace_match): Remove unused variable `inslen'.
21094
21095 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
21096
210972001-11-22 Jason Rumney <jasonr@gnu.org>
21098
21099 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
21100 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
21101 (my_create_tip_window): New function.
21102 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
21103 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
21104
211052001-11-20 Jason Rumney <jasonr@gnu.org>
21106
21107 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
21108 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
21109
21110 * w32fns.c (Vw32_system_coding_system): Remove.
21111 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
21112
211132001-11-19 Stefan Monnier <monnier@cs.yale.edu>
21114
21115 * fileio.c (Fwrite_region): Move choose_write_coding_system to
21116 after build_annotations.
21117
21118 * syntax.c (describe_syntax): Add dummy arg.
21119 (describe_syntax_1): Update call to describe_vector.
21120
21121 * category.c (describe_category): Add dummy arg.
21122 (describe_category_1): Update call to describe_vector.
21123
21124 * keymap.c (Fdescribe_vector): Add `describer' parameter.
21125 (describe_command, describe_translation): Add dummy second param.
21126 (describe_map): Call elt_describer with two arguments.
21127 (describe_vector_princ): Add `fun' parameter.
21128 Call it instead of the hardcoded `princ'.
21129 (describe_vector): Add arg `args'.
21130 Pass it as a new second argument to elt_describer.
60a653f1 21131
048addec 21132 * keymap.h (describe_vector): Update prototype.
60a653f1 21133
048addec
JD
21134 * frame.c: Don't include keymap.h any more.
21135 (keys_of_frame): Remove.
60a653f1 21136
048addec 21137 * lisp.h (keys_of_frame): Remove declaration.
60a653f1 21138
048addec 21139 * emacs.c (main): Don't call `keys_of_frame' any more.
60a653f1 21140
048addec 211412001-11-14 Andreas Schwab <schwab@suse.de>
60a653f1 21142
048addec
JD
21143 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
21144 if defined, 0 otherwise.
21145 (MAP_FAILED): Define if not defined and use it to test mmap failure.
21146 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
60a653f1 21147
048addec 211482001-11-19 Richard M. Stallman <rms@gnu.org>
60a653f1 21149
048addec 21150 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
60a653f1 21151
048addec 211522001-11-18 Jason Rumney <jasonr@gnu.org>
60a653f1 21153
048addec
JD
21154 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
21155 (x_draw_bar_cursor): If the background color of the glyph under
21156 the cursor equals the frame's cursor color, use the glyph's
21157 foreground color for drawing the bar cursor.
21158 (x_after_update_window_line): Clear internal border in different
21159 circumstances.
21160 (w32_set_vertical_scroll_bar): Check for width and height > 0.
21161 (w32_draw_relief_rect): Correct relief by 1 pixel.
21162 (x_set_glyph_string_background_width):
21163 Set extends_to_end_of_line_p if the row's fill_line_p is set and
21164 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
21165 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
21166 if cursor_in_non_selected_windows is false.
21167 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
21168 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
21169 Notice if cursor gets overwritten.
21170 (notice_overwritten_cursor): Renamed from
21171 note_overwritten_text_cursor. Rewritten to take glyph widths
21172 into account, and to take X positions as parameters.
21173 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
21174 around call to x_draw_glyphs.
21175 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
21176 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
21177 color to use for image glyph reliefs.
21178 (x_draw_image_relief): Accept zero tool_bar_button_relief.
21179 (glyph_rect): Remove unused variable `area'.
60a653f1 21180
048addec
JD
21181 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
21182 some items.
21183 (x_set_internal_border_width): Set frame garbaged when window
21184 doesn't exist yet.
21185 (Fx_create_frame): Accept zero tool_bar_button_relief.
21186 (x_clear_image_1, four_corners_best, image_background)
21187 (image_background_transparent): New functions.
21188 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
21189 (gs_format): Add `:background' entry.
21190 (lookup_image): Set IMG's background color if specified.
21191 (pbm_load, xbm_load_image, png_load): Set IMG's background field
21192 when appropriate.
21193 (x_clear_image_1): Reset `background_valid' and
21194 `background_transparent_valid' fields.
21195 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
21196 calculating it here. Set IMG's background_transparent field.
21197 (enum xpm_keyword_index): Add XPM_BACKGROUND.
21198 (enum png_keyword_index): Add PNG_BACKGROUND.
21199 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
21200 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
21201 (enum gif_keyword_index): Add GIF_BACKGROUND.
21202 (enum gs_keyword_index): Add GS_BACKGROUND.
21203 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
21204 Pre-calculate image background color where necessary.
21205 (x_create_x_image_and_pixmap, xbm_load, gs_load):
21206 Use display info's n_cbits entry for screen depth.
21207 (Fx_show_tip): Remove unused variables `buffer', `top',
21208 `left', `max_width' and `max_height'.
60a653f1 21209
048addec 21210 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
60a653f1 21211
048addec 212122001-11-18 Gerd Moellmann <gerd@gnu.org>
60a653f1 21213
048addec 21214 * puresize.h (BASE_PURESIZE): Increase to 750000.
60a653f1 21215
048addec 212162001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 21217
048addec 21218 * frame.c (Fframe_live_p): Doc fix.
60a653f1 21219
048addec 212202001-11-18 Richard M. Stallman <rms@gnu.org>
60a653f1 21221
048addec
JD
21222 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
21223 (message_dolog_marker3): New static variables hold three markers.
21224 (syms_of_xdisp): Initialize and staticpro them.
21225 (message_dolog): Use message_dolog_marker1..3 instead of
21226 allocating markers each time. Unchain them when done.
60a653f1 21227
048addec 212282001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 21229
048addec 21230 * doc.c (Fsnarf_documentation): Doc fix.
60a653f1 21231
048addec 212322001-11-17 Andreas Schwab <schwab@suse.de>
60a653f1 21233
048addec 21234 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
60a653f1 21235
048addec 212362001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 21237
048addec 21238 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
60a653f1 21239
048addec 212402001-11-17 Jason Rumney <jasonr@gnu.org>
60a653f1 21241
048addec 21242 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
60a653f1 21243
048addec 212442001-11-17 Gerd Moellmann <gerd@gnu.org>
60a653f1 21245
048addec
JD
21246 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
21247 with invalid position.
60a653f1 21248
048addec 212492001-11-16 Richard M. Stallman <rms@gnu.org>
60a653f1 21250
048addec 21251 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
60a653f1 21252
048addec
JD
21253 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
21254 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
21255 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
60a653f1 21256
048addec 21257 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
60a653f1 21258
048addec 212592001-11-16 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 21260
048addec
JD
21261 * fileio.c (build_annotations): Split off the tail.
21262 (build_annotations_2): New fun. Extracted from build_annotations.
21263 (Fwrite_region): Split the call to build_annotations into two
21264 calls to build_annotations and build_annotations_2.
077907d4 21265
048addec 212662001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1756e2fb 21267
048addec
JD
21268 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
21269 clear_waiting_for_input with argument.
1756e2fb 21270
048addec 21271 * xterm.h (x_update_cursor): Remove duplicated prototype.
06e8f738 21272
048addec 21273 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
06e8f738 21274
048addec 21275 * xterm.c (waiting_for_input): Remove unnecessary declaration.
fa336b91 21276
048addec 21277 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
fa336b91 21278
048addec 212792001-11-16 Stefan Monnier <monnier@cs.yale.edu>
fa336b91 21280
048addec
JD
21281 * fileio.c (choose_write_coding_system): New fun, extracted
21282 from Fwrite_region.
21283 (Fwrite_region): Use it.
fa336b91 21284
048addec
JD
21285 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
21286 (funcall_lambda, run_hook_with_args): Make static and add prototype.
21287 (ml_apply, find_handler_clause): Add prototype.
fa336b91 21288
048addec 212892001-11-16 Eli Zaretskii <eliz@gnu.org>
fa336b91 21290
048addec 21291 * config.in: Add #undef HAVE_COFF_H.
fa336b91 21292
048addec
JD
21293 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
21294 Required for ISC 4.1.
fa336b91 21295
048addec 212962001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
fa336b91 21297
52eb0373 21298 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
048addec 21299 Andrew Wiseman <a.wiseman@btclick.com>.
fa336b91 21300
048addec 213012001-11-16 Kim F. Storm <storm@cua.dk>
fa336b91 21302
048addec
JD
21303 The following changes are made to clean up the various internal
21304 references to the fringes to actually use the term `fringe' for
21305 them. Previously, they were called `flags areas', `bitmap areas',
21306 `left/right side of windows', or implicitly as `flags' or
21307 `bitmaps':
fa336b91 21308
048addec 21309 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
f63fd14e 21310 Comments fixed. Use renamed symbols.
06e8f738 21311
f63fd14e 21312 * dispnew.c: Comment fix. Use renamed symbols.
06e8f738 21313
048addec
JD
21314 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
21315 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
21316 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
9ce647f4 21317
048addec 21318 * msdos.c: Comment fix.
9ce647f4 21319
048addec 21320 * w32fns.c: Use renamed symbols.
9b784ab8 21321
f63fd14e 21322 * w32term.c: Comment fixes. Use renamed symbols.
048addec
JD
21323 (fringe_bitmap_type): Renamed from bitmap_type.
21324 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21325 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
21326 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
9f7e52b4 21327
f63fd14e 21328 * w32term.h: Comment fixes. Use renamed symbols.
048addec
JD
21329 (fringes_extra): Renamed from flags_areas_extra.
21330 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21331 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21332 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21333 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21334 (FRAME_X_LEFT_FRINGE_WIDTH):
21335 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21336 (FRAME_X_RIGHT_FRINGE_WIDTH):
21337 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
9f7e52b4 21338
048addec 21339 * widget.c: Use renamed symbols.
9f7e52b4 21340
f63fd14e 21341 * window.c: Comment fixes. Use renamed symbols.
048addec 21342 (coordinates-in-window-p): Doc fix.
fa336b91 21343
f63fd14e 21344 * xdisp.c: Comment fixes. Use renamed symbols.
34e5d0af 21345
048addec 21346 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
9b784ab8 21347
048addec 21348 * xfns.c: Use renamed symbols.
89512fcd 21349
f63fd14e 21350 * xterm.c: Comment fixes. Use renamed symbols.
048addec
JD
21351 (fringe_bitmap_type): Renamed from bitmap_type.
21352 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21353 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
21354 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
89512fcd 21355
f63fd14e 21356 * xterm.h: Comment fixes. Use renamed symbols.
048addec
JD
21357 (fringes_extra): Renamed from flags_areas_extra.
21358 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21359 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21360 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21361 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21362 (FRAME_X_LEFT_FRINGE_WIDTH):
21363 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21364 (FRAME_X_RIGHT_FRINGE_WIDTH):
21365 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
21366
213672001-11-15 Jason Rumney <jasonr@gnu.org>
21368
21369 * w32menu.c (add-menu-item): Make help_echo and radio buttons
21370 work for most menu items. From David Ponce
21371 <david.ponce@wanadoo.fr>.
21372
213732001-11-15 Gerd Moellmann <gerd@gnu.org>
21374
21375 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
21376 Some x_set_* function expect to be called even if old and new
21377 value are equal.
21378
21379 * xdisp.c (build_desired_tool_bar_string): Accept zero
21380 tool_bar_button_relief.
21381
21382 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
21383
21384 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
21385
21386 * xterm.c (x_draw_bar_cursor): If the background color of the
21387 glyph under the cursor equals the frame's cursor color, use
21388 the glyph's foreground color for drawing the bar cursor.
21389
21390 * dispnew.c (direct_output_forward_char): Fix character/byte
21391 position comparison.
7d18891d 21392
048addec 213932001-11-15 Miles Bader <miles@gnu.org>
d2936d21 21394
048addec
JD
21395 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
21396 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
21397 Update arguments to find_field.
21398 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
21399 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
21400 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
21401 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
7d18891d 21402
048addec 214032001-11-14 Richard M. Stallman <rms@gnu.org>
7d18891d 21404
048addec 21405 * editfns.c (Fpropertize): Allow call with 1 arg.
7d18891d 21406
048addec
JD
21407 * dispextern.h (image_background, image_background_transparent):
21408 Conditionalize on HAVE_X_WINDOWS.
7d18891d 21409
048addec 214102001-11-13 Richard M. Stallman <rms@gnu.org>
7d18891d 21411
048addec 21412 * print.c (Fprin1_to_string): Doc fix.
7d18891d 21413
048addec 21414 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
7d18891d 21415
048addec 21416 * floatfns.c (Fceiling, Ffloor): Doc fixes.
7d18891d 21417
048addec 21418 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
7d18891d 21419
048addec 21420 * fileio.c (Ffile_accessible_directory_p): Doc fix.
7d18891d 21421
048addec 21422 * eval.c (syms_of_eval): Doc fix.
7d18891d 21423
048addec 21424 * coding.c (syms_of_coding): Doc fix.
7d18891d 21425
048addec 21426 * doc.c (Fsnarf_documentation): Doc fix.
7d18891d 21427
048addec 21428 * dispnew.c (syms_of_display): Doc fix.
9474c847 21429
048addec 21430 * category.c (Fget_unused_category): Doc fix.
9474c847 21431
048addec 21432 * buffer.c (syms_of_buffer): Doc fixes.
e3059a5d 21433
048addec 214342001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
e3059a5d 21435
048addec 21436 * print.c (prin1, print): Doc fix.
e3059a5d 21437
048addec 214382001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b3700ae7 21439
048addec
JD
21440 * fontset.h: Remove declarations of variables
21441 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
b3700ae7 21442
048addec
JD
21443 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
21444 `Vclip_large_size_font'.
eae936e2 21445
048addec 214462001-11-13 Jason Rumney <jasonr@gnu.org>
4bb962be 21447
048addec 21448 * w32fns.c: Doc fix.
ddb67bdc 21449
048addec 214502001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3467c402 21451
048addec 21452 * xfaces.c (Fface_attributes_as_vector): Doc fix.
3467c402 21453
048addec 21454 * fns.c: Doc fix.
6e1b91d7 21455
048addec 21456 * emacs.c: Doc fix.
1c1d3d69 21457
048addec 21458 * coding.c: Doc fix.
1c1d3d69 21459
048addec
JD
21460 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
21461 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
21462 `new style' [w/`doc:' keyword].
b6f4c7ba 21463
048addec 214642001-11-12 Richard M. Stallman <rms@gnu.org>
b6f4c7ba 21465
048addec
JD
21466 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
21467 LeaveNotify events. Only FocusIn and FocusOut do that now.
21468 (x_display_and_set_cursor): Do display hollow cursors in active
21469 minibuffer windows when they are not selected.
b6f4c7ba 21470
048addec 214712001-11-12 Jason Rumney <jasonr@gnu.org>
a89f435d 21472
048addec 21473 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
f63fd14e
JB
21474 * w32term.c: Change doc-string comments to `new style'
21475 [w/`doc:' keyword]. Doc fixes.
a89f435d 21476
048addec
JD
21477 * w32fns.c: Don't define max.
21478 (Fx_open_connection): Only execute once.
a4cd0cd7 21479
048addec 214802001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
eafb659a 21481
048addec
JD
21482 * ccl.c: Change macros to use do-while block instead of if-else.
21483 Use braces to follow GNU Coding Standards.
eafb659a 21484
048addec 214852001-11-11 Richard M. Stallman <rms@gnu.org>
a4cd0cd7 21486
048addec 21487 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
a4cd0cd7 21488
048addec 21489 * lread.c (read_escape): Use end_of_file_error for reporting eof.
a4cd0cd7 21490
048addec
JD
21491 * insdel.c (replace_range): Use adjust_markers_for_replace
21492 instead of adjust_markers_for_delete and adjust_markers_for_insert.
a4cd0cd7 21493
78819ebb 21494 * intervals.h (set_text_properties, set_text_properties_1): Declare.
a4cd0cd7 21495
048addec
JD
21496 * textprop.c (set_text_properties_1): New subroutine
21497 broken out of set_text_properties.
21498 (set_text_properties): Use set_text_properties_1.
91823618 21499
048addec
JD
21500 * intervals.c (graft_intervals_into_buffer):
21501 Use set_text_properties_1 to clear out properties.
91823618 21502
048addec
JD
21503 * search.c (Freplace_match): Use replace_range to insert
21504 and delete. Don't request property inheritance from
21505 surrounding text.
86928dfb 21506
048addec 215072001-11-10 Jason Rumney <jasonr@gnu.org>
86928dfb 21508
048addec 21509 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
f63fd14e 21510 vertical fonts. Allow them if face name is explicitly specified.
048addec 21511 Do not give up if we find a font that cannot be converted to an xlfd.
40ef1eda 21512
048addec 215132001-11-10 Gerd Moellmann <gerd@gnu.org>
ab8469eb 21514
048addec
JD
21515 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
21516 instead of malloc/free.
a78e0303 21517
048addec 215182001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
40ef1eda 21519
048addec
JD
21520 * xfaces.c (merge_face_vectors): Use braces to follow GNU
21521 Coding Standards.
21522 (Finternal_set_lisp_face_attribute): Likewise.
fabf4a91 21523
048addec 21524 * buffer.c (Fbury_buffer): Likewise.
0c99b139 21525
048addec 21526 * indent.c (current_column_1): Remove unused variable `prev_col'.
0c99b139 21527
048addec
JD
21528 * coding.c (encode_coding): Use precomputed value of `src'.
21529 (encode_coding): Remove unused variable `src_end'.
21530 (code_convert_region): Remove unused variables `count'.
830ddd77 21531
048addec 215322001-11-07 Jason Rumney <jasonr@gnu.org>
830ddd77 21533
048addec
JD
21534 * w32term.c (x_display_and_set_cursor): Do not move system caret
21535 if cursor_glyph is NULL.
55c6d645 21536
048addec 215372001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
55c6d645 21538
048addec 21539 * keymap.c (access_keymap): Fix compilation error.
5de38842 21540
048addec 215412001-11-07 Miles Bader <miles@gnu.org>
7a4564a4 21542
048addec 21543 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
5de38842 21544
048addec 215452001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4fa23df5 21546
048addec
JD
21547 * intervals.c (graft_intervals_into_buffer):
21548 Remove #ifdef'd-out code.
21549 (graft_intervals_into_buffer): Remove unused variable `middle'.
4fa23df5 21550
048addec
JD
21551 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
21552 code (eval-current-buffer).
21553 Change doc-string comments to `new style' [w/`doc:' keyword].
7a6a97d7 21554
048addec 215552001-11-06 Richard M. Stallman <rms@gnu.org>
c191d13c 21556
048addec 21557 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
7a6a97d7 21558
048addec 215592001-11-06 Stefan Monnier <monnier@cs.yale.edu>
44dc78e0 21560
048addec 21561 * lread.c (read1): Fix behavior with nested backquoting.
44dc78e0 21562
048addec
JD
21563 * keyboard.c (make_lispy_event): Check integerness and fix
21564 Lisp_Object/int mixup.
17893c65 21565
048addec 215662001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4d994a79 21567
048addec 21568 * fns.c (copy_hash_table): Remove unused variable `v'.
d5360cc7 21569
048addec
JD
21570 * fontset.c (fontset_font_pattern): Remove unused variable
21571 `family_registry'.
d5360cc7 21572
048addec 21573 * indent.c (current_column_1): Remove unused variable `prev_col'.
d5360cc7 21574
048addec 215752001-11-05 Richard M. Stallman <rms@gnu.org>
96238a5a 21576
048addec 21577 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
96238a5a 21578
048addec
JD
21579 * buffer.c (Fkill_buffer): Don't delete auto save file
21580 if buffer is modified.
d9d54213 21581
048addec 215822001-11-05 Andrew Innes <andrewi@gnu.org>
d9d54213 21583
048addec
JD
21584 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
21585 CHECK_NUMBER_CDR.
b116830b 21586
048addec 215872001-11-05 Richard M. Stallman <rms@gnu.org>
b116830b 21588
048addec 21589 * unexelf.c (unexec): Minor changes; clean up comments.
3297e2a1 21590
048addec 215912001-11-05 Sam Steingold <sds@gnu.org>
3297e2a1 21592
048addec 21593 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
6fb8339c 21594
048addec 215952001-11-05 Andreas Schwab <schwab@suse.de>
6fb8339c 21596
048addec 21597 * sound.c (sound_perror): Save errno from being clobbered.
7dd73b78 21598
048addec 215992001-11-05 Dale Hagglund <rdh@yottayotta.com>
7dd73b78 21600
048addec
JD
21601 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
21602 the program image directly.
982f6c7e 21603
048addec 216042001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d31053f9 21605
048addec 21606 * buffer.h (Fbuffer_local_value): Add prototype.
d31053f9 21607
048addec 216082001-11-04 Richard M. Stallman <rms@gnu.org>
d31053f9 21609
048addec
JD
21610 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
21611 and CHECK_BUFFER.
d31053f9 21612
048addec
JD
21613 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
21614 (record_char): Likewise.
d31053f9 21615
048addec
JD
21616 * keyboard.c (make_lispy_event): Don't insist a drag event must
21617 move to a different buffer position. Instead, check for moving at
21618 least double_click_fuzz.
982f6c7e 21619
048addec 21620 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
830047fd 21621
048addec 21622 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
b116830b 21623
048addec
JD
21624 * indent.c (current_column_1, Fmove_to_column): Separate the code
21625 for display-table glyphs from the code for buffer text, to fix
21626 bugs in the former.
830047fd 21627
048addec 216282001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
b116830b 21629
048addec
JD
21630 * buffer.c (Fbuffer_local_value): New function.
21631 (syms_of_buffer): Defsubr it.
2df5238c 21632
048addec
JD
21633 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
21634 value of `cursor-in-non-selected-windows'.
4e397688 21635
048addec
JD
21636 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
21637 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
21638 (syms_of_xdisp): Initialize it.
48b0f3ae 21639
048addec 216402001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2df5238c 21641
048addec 21642 * xfns.c (Fx_create_frame): Doc fix.
3ecaf7e5 21643
048addec
JD
21644 * coding.c: Change doc-string comments to `new style' [w/`doc:'
21645 keyword].
3ecaf7e5 21646
048addec
JD
21647 * eval.c (top_level_value, top_level_set): Remove commented and
21648 #ifdef'd-out code.
21649 (Fdefvar): Fix usage in doc-string.
3ecaf7e5 21650
048addec 216512001-11-03 Richard M. Stallman <rms@gnu.org>
3ecaf7e5 21652
048addec 21653 * xfns.c: Include unistd.h, if it exists.
8db2e33b 21654
048addec 21655 * editfns.c: Move the include of ctype.h after unistd.h.
8db2e33b 21656
048addec 21657 * gmalloc.c: Test BROKEN_PROTOTYPES.
aed29b97 21658
048addec 216592001-11-03 Ken Raeburn <raeburn@gnu.org>
aed29b97 21660
048addec
JD
21661 * lisp.h (CHECK_STRING_CAR): New macro.
21662 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
21663 treating XCAR and XCDR as lvalues.
21664 (openp): Use CHECK_STRING_CAR.
21665 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
aed29b97 21666
048addec 216672001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
6cb16f95 21668
048addec
JD
21669 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
21670 (SIGMASKTYPE): Define.
1b1acc13 21671
048addec 21672 * syssignal.h (sigunblock): Don't define if already defined.
020f9b38 21673
048addec 216742001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
020f9b38 21675
048addec
JD
21676 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
21677 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
21678 Fix typos in comments.
6cb16f95 21679
048addec
JD
21680 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
21681 and #ifdef'd-out code.
21682 Fix and reindent comments.
6cb16f95 21683
048addec 21684 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
6cb16f95 21685
048addec
JD
21686 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
21687 argument `i' in macros.
6cb16f95 21688
048addec
JD
21689 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
21690 `i' in macros.
7e9d3c2f 21691
048addec
JD
21692 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
21693 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
21694 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
21695 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
21696 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
21697 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
21698 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
21699 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
21700 in macros.
7e9d3c2f 21701
048addec
JD
21702 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21703 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
21704 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
21705 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
21706 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
21707 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
21708 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
21709 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
21710 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
21711 (remove unused second argument).
7e9d3c2f 21712
048addec 217132001-11-02 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 21714
048addec
JD
21715 * syntax.c (describe_syntax): New wrapper.
21716 (Finternal_describe_syntax_value): Rename from describe_syntax.
21717 Don't insert space at front and \n at the end.
21718 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
e6bff182 21719
048addec
JD
21720 * regex.c (re_wctype): Try to fix some warnings.
21721 (regcomp, regexec): Don't forget the __restrict.
9ba48103 21722
048addec 217232001-11-02 Richard M. Stallman <rms@gnu.org>
9ba48103 21724
048addec 21725 * textprop.c (Fget_char_property): Doc fix.
9ba48103 21726
048addec 217272001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9ba48103 21728
048addec 21729 * process.c (Fstart_process): Add usage to doc-string.
c22e59e1 21730
048addec 21731 * data.c (Fsetq_default): Ditto.
c22e59e1 21732
048addec 21733 * callint.c (Finteractive): Ditto.
9271ed2c 21734
048addec 217352001-11-01 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 21736
048addec
JD
21737 * macros.c: Don't include keymap.h any more.
21738
217392001-11-01 Richard M. Stallman <rms@gnu.org>
21740
21741 * data.c (Fmake_local_variable): Doc fix.
21742
21743 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
21744 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
e6bff182 21745
048addec 21746 * keymap.c (Fdescribe_buffer_bindings): Print character property
9271ed2c
RS
21747 bindings along with or instead of the buffer local map.
21748 Make the overriding maps override what they should.
21749
f00691a3 217502001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8b8bd9c6
PJ
21751
21752 * window.c (grow_mini_window): Fix typo in comment.
21753
27188d11
GM
217542001-11-01 Gerd Moellmann <gerd@gnu.org>
21755
7b49b9d2
GM
21756 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
21757 (XTset_vertical_scroll_bar): Likewise.
21758
43f7c3ea
GM
21759 * xfns.c (x_build_heuristic_mask): Use four_corners_best
21760 instead of IMAGE_BACKGROUND.
c22e59e1 21761
b350c2e5
GM
21762 * xfns.c (four_corners_best): Reindent.
21763
c22e59e1 21764 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
27188d11
GM
21765 Handle :box so that it is possible to specify sexprs.
21766
bf00d461
EZ
217672001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
21768
21769 * s/hpux11.h: New file.
21770
f00691a3 217712001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e10df59 21772
2b209b97
PJ
21773 * emacs.c (USAGE1): Show command line option --no-window-system
21774 instead of --no-windows in usage.
21775 (standard_args): Rename --no-windows to --no-window-system.
21776 (bug_reporting_address): Follow Emacs coding conventions.
21777
9dbc9081
PJ
21778 * eval.c (Fcommandp): Doc fix.
21779 Change doc-string comments to `new style' [w/`doc:' keyword].
21780
4e10df59
PJ
21781 * frame.c (Fframe_live_p): Doc fix.
21782
21783 * buffer.c (selective-display-ellipses): Doc fix.
21784
dd387b25
GM
217852001-10-31 Gerd Moellmann <gerd@gnu.org>
21786
fe957e65
GM
21787 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
21788
dd387b25
GM
21789 * xfaces.c (realize_x_face): If C is not a single-byte character,
21790 set the face's colors_copied_bitwise_p instead of the defaulted_p
21791 members which have a different meaning.
21792 (free_face_colors): Do nothing for a face whose colors have been
21793 copied bitwise.
21794
c22e59e1 21795 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
dd387b25 21796
f00691a3 217972001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2e1280f8 21798
687784e8
PJ
21799 * marker.c, mocklisp.c: Change doc-string comments to `new style'
21800 [w/`doc:' keyword].
2e1280f8 21801
b9d9a9b9
GM
218022001-10-31 Gerd Moellmann <gerd@gnu.org>
21803
21804 * fns.c (require_unwind): Return Lisp_Object.
21805
f00691a3 218062001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
48400103 21807
fa1361cb
PJ
21808 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
21809 (last-input-char): Revert doc-string to be the same as the
21810 doc-string of `last-input-event'.
21811
6c465a15 21812 * xdisp.c: Fix typos in comments.
48400103 21813
eafa3196
GM
218142001-10-31 Gerd Moellmann <gerd@gnu.org>
21815
21816 * window.c (grow_mini_window): Handle case that the root
21817 window is already smaller than the nominal mininum height.
21818
747d3f2a
SM
218192001-10-30 Stefan Monnier <monnier@cs.yale.edu>
21820
bf9bb76f
SM
21821 * emacs.c (main): Don't call keys_of_macros any more.
21822
21823 * lisp.h (keys_of_macros): Remove.
21824
21825 * macros.c (keys_of_macros): Remove.
21826
747d3f2a
SM
21827 * xfaces.c (Fface_attribute_relative_p): Declare args.
21828
5e905a57
JR
218292001-10-30 Jason Rumney <jasonr@gnu.org>
21830
21831 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
21832 (enum_font_cb2): Ignore fonts with vertical orientation.
21833
3a426197
RS
218342001-10-30 Richard M. Stallman <rms@gnu.org>
21835
21836 * keyboard.c (Finput_pending_p): Doc fix.
21837
a742d646
GM
218382001-10-30 Gerd Moellmann <gerd@gnu.org>
21839
259cf6bc
GM
21840 * xterm.c (x_after_update_window_line): Don't run the code
21841 clearing in borders for rows whose visible height is 0.
21842
3f99f948
GM
21843 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
21844 resized_p flag is set. If not set, use the much less flickering
21845 method previously used.
21846
21847 * dispnew.c (change_frame_size_1): Set frame's resized_p.
21848
21849 * frame.h (struct frame) <resized_p>: New member.
21850
b4a3be43
GM
21851 * lread.c (to_multibyte): Ensure read_buffer is at least twice
21852 as large as the number of bytes to convert.
747d3f2a 21853
a742d646
GM
21854 * lread.c (to_multibyte): New function.
21855 (read1): Use it.
21856
cacbb9e9
EZ
218572001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
21858
21859 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
21860
99cb6b2f
GM
218612001-10-30 Gerd Moellmann <gerd@gnu.org>
21862
327f42ee 21863 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
747d3f2a
SM
21864 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
21865 if the row's fill_line_p is set and drawing the last glyph with
21866 DRAW_IMAGE_{RAISED,SUNKEN}.
327f42ee 21867
99cb6b2f
GM
21868 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
21869
8e8223e2
SM
218702001-10-29 Stefan Monnier <monnier@cs.yale.edu>
21871
21872 * xmenu.c: Include coding.h and charset.h.
21873 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
21874 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
21875 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
21876 Explicitly set wv->help. Use `TRUE' rather than `True'.
21877 (menu_help_callback): Use empty_string.
21878
21879 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
21880 (Fx_popup_dialog): Explicitly init f.
21881 (w32_menu_display_help): Use empty_string.
21882
4d083a8f
RS
218832001-10-29 Richard M. Stallman <rms@gnu.org>
21884
b2304472
RS
21885 * fns.c (Frequire): Detect recursive try to require the same
21886 feature 3 or more levels deep, and get error.
21887 (require_unwind): New subroutine.
21888 (require_nesting_list): New variable.
21889 (syms_of_fns): Init and staticpro it.
21890
4d083a8f
RS
21891 * print.c (print_object): Clarify indication of insertion type.
21892
2fe41216
EZ
218932001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
21894
90480000
EZ
21895 * coding.c (syms_of_coding): Document that locale-coding-system is
21896 used for decoding input on X.
21897
2fe41216
EZ
21898 * window.c (Fscroll_left, Fscroll_right): Doc fix.
21899
f00691a3 219002001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
74e79967
PJ
21901
21902 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
21903 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
21904
60ebcfe8
GM
219052001-10-29 Gerd Moellmann <gerd@gnu.org>
21906
9a7bdceb
GM
21907 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
21908 use NO_CURSOR if cursor_in_non_selected_windows is false.
21909
3f08fcd2
GM
21910 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
21911 the slant attribute if FRAME is t.
21912
0ccfdad2
GM
21913 * xfns.c (x_set_internal_border_width): Set frame garbaged
21914 when X window doesn't exist yet.
21915
ef253080
GM
21916 * xterm.c (x_after_update_window_line): Clear internal border
21917 in different circumstances.
b116830b 21918
60ebcfe8
GM
21919 * xterm.c (XTread_socket) <KeyPress>: Don't use
21920 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
21921 <handa@etl.go.jp>.
21922
73d25f9c
EZ
219232001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
21924
21925 * m/ibms390.h: New file. From Adam Thornton
21926 <athornton@sinenomine.net>.
21927
cac1daf0
GM
219282001-10-28 Gerd Moellmann <gerd@gnu.org>
21929
053b3256 21930 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
b116830b 21931
cac1daf0
GM
21932 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
21933 a loop counter.
21934
f00691a3 219352001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13b1a09c 21936
f9711de4 21937 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
186486eb 21938
4707d2d0
PJ
21939 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
21940 keyword].
21941 Fix typos in comments.
b116830b 21942
d883731c
PJ
21943 * emacs.c (bug_reporting_address): New function.
21944 Use it when displaying usage message.
21945
04012254
PJ
21946 * minibuf.c (read_minibuf): Remove unused external declaration of
21947 variable `Qread_only'.
21948
13b1a09c
PJ
21949 * keymap.c (access_keymap): Remove unused variable `charset'.
21950
5bbf4378
MB
219512001-10-28 Miles Bader <miles@gnu.org>
21952
21953 * xfaces.c (merge_face_heights): Handle TO being relative as well.
21954 Remove #ifdef'd-out code.
21955 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
21956 (syms_of_xfaces): Initialize them.
21957
1ce1e4ee
JR
219582001-10-27 Jason Rumney <jasonr@gnu.org>
21959
21960 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
21961 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
21962 position using the system caret.
21963
21964 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
21965 (w32_system_caret_height, w32_system_caret_x)
21966 (w32_system_caret_y): New variables for tracking system caret.
21967 (w32_initialize): Initialize them.
c2d53558 21968 (x_display_and_set_cursor): Make system caret follow the active cursor.
1ce1e4ee 21969
c2d53558
SM
21970 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
21971 New messages types.
1ce1e4ee
JR
21972
21973 * w32term.c (note_mouse_highlight): Clear old help_echo.
21974
f00691a3 219752001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e30ce42 21976
bb4600a4
PJ
21977 * xterm.c: Fix typo in a comment.
21978
7db35a48
PJ
21979 * emacs.c: Fix typos in comments.
21980 Remove unnecessary spaces.
21981 Change doc-string comments to `new style' [w/`doc:' keyword].
21982 (USAGE2): Fix typos in usage string.
21983
a7248e4f
PJ
21984 * xterm.c: Fix typo in a comment.
21985
52eb0373 21986 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
4e30ce42
PJ
21987 emacs.c.
21988
62725a92
GM
219892001-10-27 Gerd Moellmann <gerd@gnu.org>
21990
798dbe1f 21991 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
c2d53558 21992 instead of 1/2 line_height in the heuristic for skipping
798dbe1f
GM
21993 farther backward when target_y was not reached.
21994
62725a92
GM
21995 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
21996 Display errno only if non-zero.
21997 (sound_warning): New function.
21998 (vox_configure): Don't treat failing to set sample rate as error.
21999 (various places): Improve error messages.
22000
d4e34d24
EZ
220012001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
22002
944e6f60
EZ
22003 * fileio.c (Faccess_file): Run the argument filename through
22004 Fexpand_file_name, before using it.
22005
d4e34d24
EZ
22006 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
22007 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
22008
38d2af0c
GM
220092001-10-26 Gerd Moellmann <gerd@gnu.org>
22010
da80a8d5
GM
22011 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
22012
38d2af0c
GM
22013 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22014 Fix clearing in the case of scroll bars on the right.
c2d53558 22015
45de4a6f 220162001-10-26 Juanma Barranquero <lektu@terra.es>
56f508dd
EZ
22017
22018 * w32gui.h (XImage): Add a dummy typedef.
22019
fbd5ceb2
GM
220202001-10-26 Gerd Moellmann <gerd@gnu.org>
22021
c2d53558 22022 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
fbd5ceb2 22023
b23236fb
EZ
220242001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
22025
22026 * frame.c (Fframe_parameter): Fix last change.
22027
5d991fc4
EZ
22028 * fileio.c: Revert last change (which removed old commented-out
22029 version of expand-file-name). Add a comment that explains why
22030 this old version should not be removed.
22031
879eadc3
GM
220322001-10-25 Gerd Moellmann <gerd@gnu.org>
22033
75700ff2
GM
22034 * frame.c (Fframe_parameter): Fix a bug whereby some
22035 ``artificial'' frame parameters, like `minibuffer' were not
22036 obtained by calling Fframe_parameters.
22037
dfe92a6a
GM
22038 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
22039 cursor differently.
22040
879eadc3
GM
22041 * xdisp.c (move_it_vertically_backward): Compute line height
22042 differently. Add heuristic to try to be more compatible to 20.x.
22043
e1010ebe
SM
220442001-10-25 Stefan Monnier <monnier@cs.yale.edu>
22045
d73a471b
SM
22046 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
22047
d6da5a06
GM
22048 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
22049 boolean.
e1010ebe 22050
f66bd220
MB
220512001-10-25 Miles Bader <miles@gnu.org>
22052
22053 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
22054 BG is a pointer to a structure, not a structure.
22055 (gif_format, png_format): Add missing commas.
22056
d436d538
RS
220572001-10-24 Richard M. Stallman <rms@gnu.org>
22058
22059 * xfaces.c (Fface_attributes_as_vector): New function.
c2d53558 22060 (syms_of_xfaces): Defsubr it.
d436d538 22061
f00691a3 220622001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
075c507b
PJ
22063
22064 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
22065 variable `area'.
22066
f00691a3 220672001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d492b584 22068
c2d53558 22069 * search.c (scan_newline): Remove unused variable `selective_display'.
d492b584 22070
e2a57b34
MB
220712001-10-25 Miles Bader <miles@gnu.org>
22072
22073 * dispextern.h (struct image): Add `background',
22074 `background_valid', and `background_transparent' fields.
22075 (image_background, image_background_transparent): New declarations.
22076 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
22077 * xfns.c (image_background, image_background_transparent)
22078 (four_corners_best): New functions.
c2d53558 22079 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
e2a57b34
MB
22080 (gs_format): Add `:background' entry.
22081 (lookup_image): Set IMG's background color if specified.
22082 (pbm_load, xbm_load_image, png_load): Set IMG's background field
22083 when appropriate.
22084 (x_clear_image_1): Reset `background_valid' and
22085 `background_transparent_valid' fields.
22086 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22087 calculating it here. Set IMG's background_transparent field.
22088 (enum xpm_keyword_index): Add XPM_BACKGROUND.
22089 (enum png_keyword_index): Add PNG_BACKGROUND.
22090 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
22091 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
22092 (enum gif_keyword_index): Add GIF_BACKGROUND.
22093 (enum gs_keyword_index): Add GS_BACKGROUND.
c2d53558 22094 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
e2a57b34
MB
22095 Pre-calculate image background color where necessary.
22096 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
22097 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
22098 color to use for image glyph reliefs.
22099
b547b6e8
GM
221002001-10-24 Gerd Moellmann <gerd@gnu.org>
22101
d9e3b8c6
GM
22102 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
22103 in full-width rows.
c2d53558 22104
b547b6e8
GM
22105 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22106 Fix clearing of area not covered by scroll bar.
22107
f00691a3 221082001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2beb36f9 22109
52eb0373 22110 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
2beb36f9 22111 and `real_start'.
c2d53558 22112 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2beb36f9
PJ
22113 (glyph_rect): Remove unused variable `area'.
22114
76cb5e06
GM
221152001-10-24 Gerd Moellmann <gerd@gnu.org>
22116
bdbdebff 22117 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
c2d53558
SM
22118
22119 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
22120 (row_containing_pos): Take additional argument DY.
22121 Treat rows ending in middle of char differently.
62e33982
GM
22122 (display_line): Handle tabs on window systems differently.
22123
22124 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
22125 with additional argument.
22126
22127 * dispextern.h (row_containing_pos): Adjust prototype.
22128
76cb5e06
GM
22129 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
22130 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
22131 (try_window_id, try_window_reusing_current_matrix)
22132 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
6c465a15 22133 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
76cb5e06 22134
f00691a3 221352001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
996fee11 22136
c9e60620
PJ
22137 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
22138 gnuemacs).
22139 (HAVE_BOXES): Fix typo in comment.
22140 (push_menu_pane): Fix typo in comment.
22141
52eb0373 22142 * xdisp.c (display_prop_string_p): Remove unused local declaration
3b552d56
PJ
22143 of `Qwhen'.
22144 (single_display_prop_string_p): Remove unused local declarations
22145 of `Qwhen' and `Qmargin'.
22146 (string_buffer_position): Remove unused variable `around'.
22147 (store_frame_title): Remove unused variable `width'.
22148
15c565ac
PJ
22149 * window.c: Don't define max.
22150 (coordinates_in_window): Remove unused variable `uy'.
22151
a8818eb9
PJ
22152 * widget.c: Don't define max.
22153
996fee11
PJ
22154 * process.c: Don't define max.
22155 (create_process): Remove unused variable `buffer'.
22156
496e1a5b
GM
221572001-10-23 Gerd Moellmann <gerd@gnu.org>
22158
c2d53558 22159 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
496e1a5b 22160
5905ae8b
EZ
221612001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
22162
22163 * xfaces.c (Finternal_set_lisp_face_attribute)
22164 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
22165 frame is on a windowed display.
22166
24db49fb
GM
221672001-10-23 Gerd Moellmann <gerd@gnu.org>
22168
c2d53558
SM
22169 * dispnew.c (sync_window_with_frame_matrix_rows):
22170 Fix handling of windows which aren't full-width, fix handling
c51488cd
GM
22171 of marginal areas.
22172
c2d53558 22173 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24db49fb 22174
f0487f05
EZ
221752001-10-23 Andreas Schwab <schwab@suse.de>
22176
22177 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
22178 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
22179
f0a48a01
GM
221802001-10-23 Gerd Moellmann <gerd@gnu.org>
22181
c2d53558 22182 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
f0a48a01
GM
22183 REAL_END. Notice if cursor gets overwritten.
22184 (notice_overwritten_cursor): Take X positions as parameters.
22185 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
22186 around call to x_draw_glyphs.
22187
f00691a3 221882001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a50a10a0 22189
fc11dff0
PJ
22190 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
22191 instead of C) and usage.
a50a10a0 22192
fc11dff0
PJ
22193 * editfns.c (char-to-string): Fix argument names (use CHAR instead
22194 of C) and usage.
a50a10a0
PJ
22195
22196 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
22197 `left', `max_width' and `max_height'.
22198
8738febd
GM
221992001-10-23 Gerd Moellmann <gerd@gnu.org>
22200
22201 * xdisp.c (display_line): For a tab continued to the next line,
22202 set row's ends_in_middle_of_char_p.
22203
653c329b
GM
222042001-10-22 Gerd Moellmann <gerd@gnu.org>
22205
22206 * xdisp.c (display_line): Fix computation of continuation lines
22207 width for TABs.
22208
f00691a3 222092001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f958c5ac 22210
7ba51063
PJ
22211 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
22212 `Qlaplace'.
22213
f958c5ac
PJ
22214 * fileio.c: Remove unused code.
22215
eb360291
MB
222162001-10-22 Miles Bader <miles@gnu.org>
22217
22218 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
22219 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
22220 Remove `DOC_STRINGS_IN_COMMENTS' cases.
22221
98515cf0
JR
222222001-10-21 Jason Rumney <jasonr@gnu.org>
22223
22224 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
22225
93026d88
EZ
222262001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
22227
22228 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
22229 (Finsert_string): Avoid the multi-line string literals warning.
22230
c9a95b79
MB
222312001-10-22 Miles Bader <miles@gnu.org>
22232
22233 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
22234 (Fdocumentation): Don't use it.
22235 (syms_of_doc): Don't initialize it.
22236
22237 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
22238 * print.c (Fwith_output_to_temp_buffer): Likewise.
22239 * window.c (Fsave_window_excursion): Likewise.
c2d53558 22240 * editfns.c (Fsave_excursion, Fsave_current_buffer)
c9a95b79 22241 (Fsave_restriction): Likewise.
c2d53558
SM
22242 * eval.c (Frun_hooks, Frun_hook_with_args)
22243 (Frun_hook_with_args_until_failure)
22244 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
22245 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
22246 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
c9a95b79
MB
22247 (Funwind_protect, Fcondition_case): Likewise.
22248 * coding.c (Ffind_operation_coding_system): Likewise.
22249 * keyboard.c (Ftrack_mouse): Likewise.
22250
a3b10252
MB
222512001-10-21 Miles Bader <miles@gnu.org>
22252
c2d53558 22253 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
a3b10252
MB
22254 (Fmake_hash_table): Add usage: string to doc string.
22255 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
c2d53558 22256 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
a3b10252
MB
22257 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
22258 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
22259 (Fml_prefix_argument_loop): Likewise.
22260
f00691a3 222612001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c6f73eec 22262
c2d53558 22263 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
888ebd13 22264
c6f73eec
PJ
22265 * sysdep.c (init_sys_modes): Change doc-string comments to `new
22266 style' [w/`doc:' keyword].
22267
22268 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
22269 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
22270 comments to `new style' [w/`doc:' keyword].
22271
3cf3436e
JR
222722001-10-21 Jason Rumney <jasonr@gnu.org>
22273
22274 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
22275
c169b8f1
JR
22276 * w32term.c (remember_mouse_glyph): New function.
22277 (w32_mouse_position): Use it.
22278 (note_mouse_movement): If the mouse moved off the glyph, remember
22279 its new position.
c2d53558 22280
4fdd691b
JR
22281 * w32term.h (struct w32_output): Correct spelling of x_compatible.
22282 (w32_display_info): Add mouse_face_overlay.
22283
c169b8f1
JR
22284 * w32term.c (notice_overwritten_cursor): Renamed from
22285 note_overwritten_text_cursor. Rewritten to take glyph widths into
22286 account.
22287 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
22288 (fast_find_string_pos): New function.
22289 (fast_find_position): Return the correct vpos. Add parameter
22290 STOP. In the final row, stop before glyphs having STOP as object.
22291 Don't consider glyphs that are not from a buffer.
22292 (fast_find_position) [0]: Add a presumably more correct version
22293 for after 21.1.
22294 (expose_window_tree, expose_frame): Don't compute intersections here.
22295 (expose_window): Do it here instead.
22296 (expose_window_tree, expose_window, expose_line): Return 1 when
22297 overwriting mouse-face.
22298 (expose_window): If W is the window currently being updated, mark
22299 the frame garbaged.
22300 (expose_frame): If mouse-face was overwritten, redo it.
22301 (x_use_underline_position_properties): New variable.
22302 (syms_of_xterm): DEFVAR_BOOL it.
22303 (x_draw_glyph_string): Add comment to use it in future.
22304 (x_draw_glyph_string): Restore clipping after drawing box.
22305 Fix a computation of the underline position.
22306 (w32_get_glyph_string_clip_rect): Minor cleanup.
22307 (x_fill_stretch_glyph_string): Remove an assertion.
22308 (x_produce_glyphs): Don't convert multibyte characters
22309 to unibyte characters in unibyte buffers.
22310 (cursor_in_mouse_face_p): New function.
22311 (x_draw_stretch_glyph_string): Use it to choose a different GC
22312 when drawing a cursor within highlighted text. Don't draw
22313 background again if it has already been drawn.
22314 (x_draw_glyph_string_box): Don't draw a full-width
22315 box just because the glyph row's full_width_p flag is set.
22316 (x_draw_glyphs): Fix computation of rightmost x for
22317 full-width rows.
22318 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
22319 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
f63fd14e 22320 change bottom shadow accordingly. Some cleanup.
c169b8f1
JR
22321 (x_update_window_end): Handle overwritten mouse face
22322 also for tool bar windows.
22323 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
22324 DRAW is DRAW_IMAGE_RAISED.
22325 (clear_mouse_face): Return 1 if text with mouse face was
2c568af5
SM
22326 actually redrawn. Make the function static.
22327 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
c169b8f1
JR
22328 optimize away highlighting if we pass over that same overlay again.
22329 (note_mouse_highlight): Call mouse_face_overlay_overlaps
22330 to detect a case where we have to highlight a different region
22331 despite not having left the currently highlighted region.
22332 Set mouse_face_overlay in the x_display_info. Avoid changing the
22333 mouse pointer shape when show_mouse_face has already done it, or
22334 there is no need. Handle mouse-face and help-echo in strings.
22335 (glyph_rect): New function.
22336 (w32_mouse_position): Use it to raise the threshold for mouse
22337 movement event generation.
22338 (w32_initialize_display_info): Initialize the x_display_info's
22339 mouse_face_overlay.
22340 (w32_set_vertical_scroll_bar): Don't clear a zero height
22341 or width area.
22342 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
22343 a widget to zero height.
22344
3cf3436e 22345 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4fdd691b 22346 Protect unibyte strings created by replacing their multibyte
3cf3436e
JR
22347 equivalents in menu_items.
22348 (w32_menu_show): Don't overwrite an item's name with its key
22349 description in case the description is a multibyte string.
22350 (single_submenu): Some cleanup.
22351
22352 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
22353 (postprocess_image): New function.
22354 (lookup_image): Call it for all image types except PostScript.
22355 (x_kill_gs_process): Call postprocess_image.
22356 (tiff_error_handler, tiff_warning_handler): New functions.
22357 (tiff_load): Install them as handlers.
22358 (x_kill_gs_process): Recognize if someone has cleared the image
22359 cache under us.
22360 (valid_image_p): Protect better against invalid image
22361 specifications. Previous code could signal an error.
22362 (Fx_hide_tip, Fshow_tip): Doc fix.
22363 (Fv_max_tooltip_size): New variable.
22364 (syns_of_xfns): DEFVAR_LISP it.
22365 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
f63fd14e 22366 window buffer to *tip* right after creating the frame. Set frame's
3cf3436e
JR
22367 window_width. Use a maximum tooltip size specified by
22368 Vx_max_tooltip_size, if that has valid contents.
22369 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
22370 Make sure the tooltip is completely visible.
22371 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
22372 (Fx_create_frame): Adjust the frame's height for presence
22373 of the tool bar before calling x_figure_window_size.
22374 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
22375 when the window gets smaller.
22376 (x_set_foreground_color): Set frame's cursor_pixel.
22377 (x_set_foreground_color, x_set_background_color): Cleaned up.
22378 (x_set_font): Handle case of x_new_fontset returning the same name
22379 as before, although there was a change in fontsets.
22380
386ca361
MB
223812001-10-21 Miles Bader <miles@gnu.org>
22382
c2d53558 22383 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
386ca361
MB
22384 (Flogxor): Add usage: string to doc string.
22385 * charset.c (Fstring): Likewise.
22386 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
22387 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
22388
f00691a3 223892001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14ff1ee0 22390
03be2694
PJ
22391 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
22392
22393 * alloc.c: Reindent DEFUNs with doc: keywords.
22394
22395 * abbrev.c (Finsert_abbrev_table_description): Reindent.
22396
14ff1ee0
PJ
22397 * frame.c: Change doc-string comments to `new style' [w/`doc:'
22398 keyword].
22399
2f147815 22400See ChangeLog.9 for earlier changes.
6922b018
KH
22401
22402;; Local Variables:
49b3bd82 22403;; coding: iso-2022-7bit
6922b018 22404;; End:
2a34a036 22405
2f147815 22406 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
22407 Copying and distribution of this file, with or without modification,
22408 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
22409
22410;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4