* doc/misc/sc.texi (Getting Connected): Remove old index entries.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
cb191a14
EZ
12011-02-12 Eli Zaretskii <eliz@gnu.org>
2
3 * terminal.c (create_terminal): Use default-keyboard-coding-system
4 and default-terminal-coding-system to initialize coding systems of
5 the new terminal. (Bug#7840)
6
bae1fa42
MR
72011-02-09 Martin Rudalics <rudalics@gmx.at>
8
9 * window.c (select_window): Check inhibit_point_swap argument when
10 deciding whether to return immediately.
11
9aabf64c
JD
122011-02-08 Jan Djärv <jan.h.d@swipnet.se>
13
14 * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
15 zero (Bug#7348).
16
95838641
GM
172011-02-03 Glenn Morris <rgm@gnu.org>
18
19 * xfaces.c (Finternal_set_lisp_face_attribute):
20 Try to clarify some error messages. (Bug#2659)
21
aca092ac
SM
222011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * editfns.c (save_restriction_restore): Don't forget to invalidate the
25 current_column cache (bug#7946).
26
ea2460a0
KH
272011-02-02 Kenichi Handa <handa@m17n.org>
28
29 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
30
31 * xftfont.c (xftfont_open): Likewise.
32
29feb0e9
AS
332011-02-01 Andreas Schwab <schwab@linux-m68k.org>
34
35 * window.c (Fselect_window): Add missing return value.
36
df61c790
AS
372011-01-29 Andreas Schwab <schwab@linux-m68k.org>
38
39 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
40 of int. All uses adjusted.
41 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
42 (svg_load_image): Remove casts.
43
7f9c5df9
CY
442011-01-29 Chong Yidong <cyd@stupidchicken.com>
45
46 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
47 function definitions for compiling with libpng-1.5.
48 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
49 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
50 (Bug#7908).
51
46b3f2be
CY
522011-01-28 Chong Yidong <cyd@stupidchicken.com>
53
54 * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
55
37d1c45d
CY
562011-01-27 Chong Yidong <cyd@stupidchicken.com>
57
58 * font.c (font_parse_fcname): Require GTK-style font sizes to
59 occur at the end of the font string (Bug#7853).
60
ea08011c
CY
612011-01-26 Chong Yidong <cyd@stupidchicken.com>
62
63 * font.c (font_parse_fcname): Fix typo in string length.
64
f996bbcb
SM
652011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
68 the buffer's point-max (bug#7876).
69
19634648
CY
702011-01-23 Chong Yidong <cyd@stupidchicken.com>
71
72 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
73 Remove unused HAVE_SHM branch (Bug#6811).
74
6de1218f 752011-01-23 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19634648 76
6de1218f
PG
77 * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
78
e6b84b30
MR
792011-01-22 Martin Rudalics <rudalics@gmx.at>
80
81 * window.c (select_window): New function.
82 (Fselect_window): Call it.
83 (inhibit_point_swap): Variable deleted.
84 (Fset_window_configuration): Call select_window directly.
85
0514b4be
SM
862011-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
89
e7f50e8f
EZ
902011-01-16 Eli Zaretskii <eliz@gnu.org>
91
92 * image.c (syms_of_image): Don't use SET_SYMBOL_VALUE. (Bug#7848)
93
6dc1d2d3
MR
942011-01-15 Martin Rudalics <rudalics@gmx.at>
95
96 * window.c (inhibit_point_swap): New variable.
97 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
98 point this time.
99 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
100 of setting selected_window to nil (Bug#7728).
101
70ba1ec8
CY
1022011-01-12 Chong Yidong <cyd@stupidchicken.com>
103
104 * config.in (TERMINFO): New definition.
105
106 * s/netbsd.h: Use it to choose between terminfo and termcap
107 (Bug#7642).
108
0ad25444
JD
1092011-01-03 Jan Djärv <jan.h.d@swipnet.se>
110
111 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
112
113 * nsfns.m (ns_set_name_iconic): Remove.
114 (ns_get_screen): Don't assign integer to f.
115 (ns_set_name_internal): New function (Bug#7517).
116 (Vicon_title_format): Extern declare.
117 (ns_set_name): Call ns_set_name_internal.
118 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
119 (x_implicitly_set_name): Ditto.
120 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
121 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8.
122 Always use buffer name for title and buffer filename only for
b762841f 123 RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517).
0ad25444 124
fb724e55
EZ
1252011-01-03 Eli Zaretskii <eliz@gnu.org>
126
127 * image.c (png_jmpbuf): Remove definition.
128 (my_png_error, png_load): Don't use png_jmpbuf.
129
5be1c984
EZ
1302010-12-31 Eli Zaretskii <eliz@gnu.org>
131
132 * image.c <Qlibpng_version>: New variable.
133 (syms_of_image): Intern and staticpro it. Set its value to the
134 version of PNG library we were compiled with.
135 (my_png_error, png_load): Avoid GCC warnings about direct access
136 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
137 (png_jmpbuf): New macro.
138 (my_png_error, png_load): Use it instead of #ifdef'ing according
139 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 140
cf07311b
SM
1412010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * .gdbinit (xgetptr): Fix the union+lsb case.
144 (xbacktrace): Fix the union case.
145
794b75c7
SM
1462010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
149 different from selected-window's.
150
2e4ab211
EZ
1512010-12-25 Eli Zaretskii <eliz@gnu.org>
152
71fe378d
EZ
153 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
154 equivalent of a menu item when the key sequence is given by the
155 `:keys' attribute. (Bug#7662)
156
2e4ab211
EZ
157 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
158 the basic faces are supported.
159
84595ff0
JD
1602010-12-24 Jan Djärv <jan.h.d@swipnet.se>
161
162 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
163
30d621a2
EZ
1642010-12-17 Eli Zaretskii <eliz@gnu.org>
165
166 * xdisp.c (Fformat_mode_line): Fix last change.
167
4bf3e46e
CY
1682010-12-16 Chong Yidong <cyd@stupidchicken.com>
169
170 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
171 faces (Bug#7587).
172
1b2a627f
EZ
1732010-12-13 Eli Zaretskii <eliz@gnu.org>
174
175 * fileio.c (Fexpand_file_name): One more doc fix.
176
15579471
EZ
1772010-12-12 Eli Zaretskii <eliz@gnu.org>
178
179 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
180
f0559026
EZ
1812010-12-11 Eli Zaretskii <eliz@gnu.org>
182
76feb864
EZ
183 * w32fns.c (Fx_show_tip): Call try_window with last argument
184 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
185 solved. Round up the tip height to an integral multiple of the
186 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
187 (Bug#7398)
188
f0559026
EZ
189 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
190 (face_before_or_after_it_pos, next_element_from_string)
191 (next_element_from_c_string, produce_stretch_glyph): Remove unused
192 calculations of maximum string length before calling
193 string_char_and_length and STRING_CHAR_AND_LENGTH.
194 (string_char_and_length): Update commentary: MAXLEN is no longer
195 needed.
196
0b9fc69a
JD
1972010-12-10 Jan Djärv <jan.h.d@swipnet.se>
198
199 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
200 as (Qsave_session arg).
201
202 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
203 (smc_die_CB): Make an event with arg Qt.
204 (Fhandle_save_session): If event has Qt as argument,
205 call Fkill_emacs (Bug#7552).
206
2b815743
JD
2072010-12-07 Jan Djärv <jan.h.d@swipnet.se>
208
209 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
210
d8b2a962
CY
2112010-12-06 Chong Yidong <cyd@stupidchicken.com>
212
213 * dispextern.h (struct it): New member overlay_strings_charpos.
214
215 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
216 charpos where we computed n_overlay_strings.
217 (next_overlay_string): Load overlay strings at recorded position,
218 which may not be the same as the iterator's charpos (Bug#7016).
219
a56d164e
JD
2202010-12-05 Jan Djärv <jan.h.d@swipnet.se>
221
222 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
223 with cursor color and draw a rectangle around the image (Bug#7412).
224
77f1ed6c
CY
2252010-12-05 Chong Yidong <cyd@stupidchicken.com>
226
227 * xdisp.c (try_scrolling): Avoid infloop if the first line is
228 obscured due to a vscroll (Bug#7537).
229
2a91a0b5
JD
2302010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
231
232 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
233
234 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
235 Use FRAME_TOOLBAR_HEIGHT.
236 (x_set_offset): Handle XNegative and YNegative in
237 f->size_hint_flags (Bug#7510).
238
b84ae584
KH
2392010-11-25 Kenichi Handa <handa@m17n.org>
240
241 * charset.c (emacs_mule_charset): Make it an array of charset ID;
242 i.e. integer.
243 (Fdefine_charset_internal): Adjusted for the above change.
244 (init_charset_once): Likewise.
245
246 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
247 duplicated extern.
248
249 * coding.c (emacs_mule_char): Adjust for the change of
250 emacs_mule_charset.
251
252 * lread.c (read_emacs_mule_char): Adjust for the change of
253 emacs_mule_charset.
254
b8e5cf1d
EZ
2552010-11-22 Eli Zaretskii <eliz@gnu.org>
256
257 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
258 of w32api >= 3.15. (Bug#6989) (Bug#7452)
259
96ad0af7
YM
2602010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
261
262 * alloc.c (mark_terminals): Ensure that the image cache is marked
263 even if the terminal object was marked earlier (Bug#6301).
264
35f1de62
CY
2652010-11-21 Chong Yidong <cyd@stupidchicken.com>
266
267 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
268
8d7f026f
JD
2692010-11-20 Jan Djärv <jan.h.d@swipnet.se>
270
271 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
272 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
b762841f 273 Use 23 as menubar height if 0. (Bug#7425).
8d7f026f 274
37de8fd0
J
2752010-11-14 Jan Djärv <jan.h.d@swipnet.se>
276
277 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
278
279 * config.in (HAVE_G_TYPE_INIT): New symbol.
280
c7926fe2
EZ
2812010-11-12 Eli Zaretskii <eliz@gnu.org>
282
283 * lread.c (Fload): Mention `load-in-progress' and
284 `load-file-name'. (Bug#7346)
285
c0098065
EZ
2862010-11-09 Eli Zaretskii <eliz@gnu.org>
287
86520d8c
EZ
288 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
289 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
290 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
291 subprocesses. Use buffer_free only ifdef subprocesses.
292
293 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
294 the subprocesses version, not in the non-subprocesses one.
295
794a4b6d
EZ
296 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
297
c0098065
EZ
298 * xfns.c (x_real_positions): Fix declaration-after-statement
299 problem.
300
be3faa80
CY
3012010-11-05 Chong Yidong <cyd@stupidchicken.com>
302
303 * image.c (free_image): Don't garbage the frame here, since this
304 function can be called while redisplaying (Bug#7210).
305 (uncache_image): Garbage the frame here (Bug#6426).
306
055c91d4 3072010-11-04 Chong Yidong <cyd@stupidchicken.com>
184765cc
CY
308
309 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
310 Windows.
311
055c91d4 3122010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
bd80a886
YM
313
314 * process.c (Fmake_network_process): Don't call turn_on_atimers around
315 `connect' (Bug#5723).
316
055c91d4 3172010-11-04 Helmut Eller <eller.helmut@gmail.com>
c2e124a9
HE
318
319 * process.c (Fmake_network_process): Call `select' for interrupted
320 `connect' rather than creating new socket (Bug#5173).
321
68ae6cda
KH
3222010-11-04 Kenichi Handa <handa@m17n.org>
323
324 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
325 Don't sheck SPEC if it is nil.
326 (font_list_entities): Call font_delete_unmatched if
327 Vface_ignored_fonts is non-nil.
328
db5cada2 3292010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
fa884f18 330
2511e8e0
CY
331 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
332 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
333
334 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
335 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
336 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
337 TRY_WINDOW_CHECK_MARGINS.
338
339 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
340 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
fa884f18 341
d75c9992
JD
3422010-11-04 Jan Djärv <jan.h.d@swipnet.se>
343
31887d45
JD
344 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
345 parent is the root window. Check this after traversing window tree.
346
d75c9992
JD
347 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
348
349 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
350
351 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
352 before traversing window tree (Bug#5721).
353
754996bc
GM
3542010-11-03 Glenn Morris <rgm@gnu.org>
355
356 * Makefile.in (CRT_DIR): New variable, set by configure.
357 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
358 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
359
3649d303
JD
3602010-11-01 Jan Djärv <jan.h.d@swipnet.se>
361
362 * process.c (kbd_is_on_hold): New variable.
363 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
364 New functions.
365 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
366 select on empty input mask.
367 (init_process): Initialize kbd_is_on_hold to 0.
368
369 * process.h (hold_keyboard_input, unhold_keyboard_input)
370 (kbd_on_hold_p): Declare.
371
372 * keyboard.c (input_available_signal): Declare.
373 (kbd_buffer_nr_stored): New function.
374 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
375 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
376 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
377 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
378 (tty_read_avail_input): If input is on hold, return.
379 Don't read more that free slots in kbd_buffer (Bug#6571).
380
46eadc7a
CY
3812010-10-31 Chong Yidong <cyd@stupidchicken.com>
382
383 * xterm.c (x_connection_closed): Print informative error message
384 when aborting on GTK. This requires using shut_down_emacs
385 directly instead of Fkill_emacs.
386
655441b2
MA
3872010-10-25 Michael Albinus <michael.albinus@gmx.de>
388
389 * dbusbind.c (Fdbus_call_method_asynchronously)
390 (Fdbus_register_signal, Fdbus_register_method): Check, whether
391 `dbus-registered-objects-table' is initialized.
392
23c261f5
CY
3932010-10-24 Chong Yidong <cyd@stupidchicken.com>
394
395 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
396
89baa1df
EZ
3972010-10-22 Eli Zaretskii <eliz@gnu.org>
398
399 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
400
401 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
402 Deprecate use as a boolean flag.
403
5419963b
KB
4042010-10-18 Ken Brown <kbrown@cornell.edu>
405
406 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
407
31daa5e1
KH
4082010-10-15 Kenichi Handa <handa@m17n.org>
409
410 Fix incorrect font metrics when the same font is opened with
411 different pixelsizes.
412
413 * xftfont.c: Include composite.h.
414 (xftfont_shape): New function.
415 (syms_of_xftfont): Set xftfont_driver.shape.
416
9fa82824
DP
4172010-10-13 Damyan Pepper <damyanp@gmail.com>
418
419 Fix handling of font properties on Windows (bug#6303).
420 * font.c (font_filter_properties): New function, refactored from
421 ftfont_filter_properties.
422 * font.h (font_filter_properties): Declare.
423 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
424 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
425 (w32font_filter_properties): New function.
426 (w32font_driver): Add w32font_filter_properties.
427
51e4f4a8
JB
4282010-10-12 Juanma Barranquero <lekktu@gmail.com>
429
c0943d3d 430 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
431 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
432
a2e35ef5
JD
4332010-10-10 Jan Djärv <jan.h.d@swipnet.se>
434
435 * nsterm.m (Qleft): Declare.
436 (ns_right_alternate_modifier): New variable
437 (NSRightAlternateKeyMask): New define.
438 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
439 ns_right_alternate_modifier isn't Qleft.
440 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
441 as emacs modifier for NSRightAlternateKeyMask.
442 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
443
2e828c79
MA
4442010-10-08 Michael Albinus <michael.albinus@gmx.de>
445
446 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
447 (xd_pending_messages): Catch xd_get_dispatch_status calls.
448
93d50df8
KH
4492010-10-08 Kenichi Handa <handa@m17n.org>
450
2b7c9342 451 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 452
a79b0f28
MA
4532010-10-03 Michael Albinus <michael.albinus@gmx.de>
454
455 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
456 (Fdbus_init_bus): ... here. (Bug#7113)
457
7b2bf907
GM
4582010-10-03 Glenn Morris <rgm@gnu.org>
459
460 * buffer.c (before-change-functions, after-change-functions):
461 Three-year overdue doc fix following 2007-08-13 change.
462
1911a33b
KH
4632010-10-02 Kenichi Handa <handa@m17n.org>
464
465 * coding.c (coding_inherit_eol_type): If parent doesn't specify
466 eol-format, inherit from the system's default.
467 (complement_process_encoding_system): Make a new coding system
468 inherit the original eol-format.
469
fcaf8878
KH
4702010-09-30 Kenichi Handa <handa@m17n.org>
471
472 * coding.c (complement_process_encoding_system): New function.
473
474 * coding.h (complement_process_encoding_system): Extern it.
475
476 * callproc.c (Fcall_process): Complement the coding system for
477 encoding arguments.
478 (Fcall_process_region): Complement the coding system for encoding
479 the input to the process.
480
481 * process.c (Fstart_process): Complement the coding system for
482 encoding arguments.
483 (send_process): Complement the coding system for encoding what
484 sent to the process.
485
18acb5ad
KH
4862010-09-29 Kenichi Handa <handa@m17n.org>
487
488 * xfont.c (xfont_open): Fix setting of font->average_width from
489 :avgwidth property (Bug#7123).
490
dec83468
MA
4912010-09-28 Michael Albinus <michael.albinus@gmx.de>
492
493 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
494 is more portable.
495
496 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
b762841f 497 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
dec83468
MA
498 has not defined SIGIO.
499
e0720500
MA
5002010-09-27 Michael Albinus <michael.albinus@gmx.de>
501
11a5af7c 502 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
503 (Bug#7113)
504
42d3022b
J
5052010-09-26 Jan Djärv <jan.h.d@swipnet.se>
506
507 * xgselect.c (xg_select): Clear file descriptors not set from
508 rfds and wfds.
509
fbb3da77
SM
5102010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * syntax.c (back_comment): Detect the case where a 1-char comment
513 starter is also the 2nd char of a 2-char comment ender.
514
2b5b82db
J
5152010-09-17 Jan Djärv <jan.h.d@swipnet.se>
516
517 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
518
5f61a25c
J
5192010-09-12 Jan Djärv <jan.h.d@swipnet.se>
520
521 * xterm.c (get_current_vm_state): New function.
522 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
523 want_fullscreen so set_wm_state calls are few (Bug#7013).
524 (x_handle_net_wm_state): Move code to get_current_vm_state and
525 call that function.
526
65c92e31 5272010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
528
529 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
530
a552b35a
KH
5312010-09-08 Kenichi Handa <handa@m17n.org>
532
533 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
534 we may use designation or locking-shift.
535
396475b7
KH
5362010-09-07 Kenichi Handa <handa@m17n.org>
537
538 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
539 sequence when the source is multibyte.
540
d419e1d9
KH
5412010-08-31 Kenichi Handa <handa@m17n.org>
542
543 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
544 characters.
545
546 * term.c (encode_terminal_code): Fix the previous change.
65b3d997
A
547 (produce_glyphs): Don't set it->char_to_display here.
548 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
549 (produce_special_glyphs): Set temp_it.char_to_display before
550 calling produce_glyphs.
551
552 * xdisp.c (get_next_display_element): Set it->char_to_display
553 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
554 characters.
555 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
556 calling PRODUCE_GLYPHS.
557 (append_space_for_newline): Save and store it->char_to_display.
558 Set it->char_to_display before calling PRODUCE_GLYPHS.
559 (extend_face_to_end_of_line): Set it->char_to_display before
560 calling PRODUCE_GLYPHS.
561 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
562 character to its byte value.
563 (get_char_glyph_code): New function.
564 (produce_stretch_glyph): Set it2.char_to_display too before
565 calling x_produce_glyphs.
566 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
567 non-ASCII characters. Don't set it->char_to_display here.
568 Don't handle unibyte-display-via-language-environment here. For a
c0943d3d 569 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 570
769ae9e1
KH
5712010-08-29 Kenichi Handa <handa@m17n.org>
572
573 * term.c (encode_terminal_code): Encode byte chars to the
574 correspnding bytes.
575
b72e0717
AS
5762010-08-17 Andreas Schwab <schwab@linux-m68k.org>
577
578 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
579 instead of SAFE_ALLOCA.
580
3a7a9129
CY
5812010-08-17 Chong Yidong <cyd@stupidchicken.com>
582
583 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
584 (Bug#6214).
585
983b8302
J
5862010-08-14 Jan Djärv <jan.h.d@swipnet.se>
587
588 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
589
7d1b9df3
J
5902010-08-13 Jan Djärv <jan.h.d@swipnet.se>
591
592 * doc.c (Fsnarf_documentation): Initialize skip_file before
593 build-files test.
594
2294b255
PG
5952010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
596
65b3d997
A
597 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
598 New definitions.
2294b255
PG
599 (HAVE_TERMIO): Remove.
600
7a84eee5
KH
6012010-08-06 Kenichi Handa <handa@m17n.org>
602
603 * charset.c: Include <stdlib.h>
604 (struct charset_sort_data): New struct.
605 (charset_compare): New function.
c0943d3d 606 (Fsort_charsets): New function.
7a84eee5
KH
607 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
608
609 * coding.c (decode_coding_iso_2022): Fix checking of dimension
610 number in CTEXT extended segment.
611
f5f6c0e0
JB
6122010-08-01 Juanma Barranquero <lekktu@gmail.com>
613
614 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
615 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
616
b756c005
JB
6172010-07-30 Juanma Barranquero <lekktu@gmail.com>
618
619 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
620 (Fhash_table_size): Fix typos in docstrings.
621 (Fmake_hash_table): Doc fix.
622
b4f588fa
JB
6232010-07-28 Juanma Barranquero <lekktu@gmail.com>
624
625 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
626 Doc fix (bug#5625).
627
9f8c08a7
KB
6282010-07-27 Ken Brown <kbrown@cornell.edu>
629
630 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
631 the MSDOS definition.
632
a2a0d36b
CS
6332010-07-25 Christoph Scholtes <cschol2112@gmail.com>
634
635 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
636
a77cfeaf
CS
6372010-07-22 Christoph Scholtes <cschol2112@gmail.com>
638
639 * window.c (Fwindow_height): Doc fix (bug#6518).
640
14fb5704
JB
6412010-07-21 Juanma Barranquero <lekktu@gmail.com>
642
643 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
644
499322ce
J
6452010-07-17 Jan Djärv <jan.h.d@swipnet.se>
646
647 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
648 is related to the menu bar (Bug#6499).
649
b78f9767
J
6502010-07-14 Jan Djärv <jan.h.d@swipnet.se>
651
652 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
653
654 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
655
656 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
657 i.e. don't put back ButtonRelease (Bug#6608).
658
659 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
660 instead of Window. Call xg_event_is_for_menubar when
661 USE_GTK (Bug#6499).
662
663 * gtkutil.h (xg_event_is_for_menubar): Declare.
664
665 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
666
1f60c16a
EZ
6672010-07-14 Eli Zaretskii <eliz@gnu.org>
668
669 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
670 when it's the same as the old foreground. (Bug#6609)
671
7c33a057
CY
6722010-07-10 Chong Yidong <cyd@stupidchicken.com>
673
674 * xfaces.c (realize_face): Garbage the frame if a face is removed
675 (Bug#6593).
676
9d70a3fc
AS
6772010-07-05 Andreas Schwab <schwab@linux-m68k.org>
678
679 * keyboard.c: Remove duplicate <setjmp.h>.
680 (read_key_sequence): Remove volatile qualifiers.
681
5a874e95
YM
6822010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
683
684 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
685 (struct glyph_row): New members left_fringe_offset and
686 right_fringe_offset.
687
688 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
689 specially.
690 * w32term.c (w32_draw_fringe_bitmap): Likewise.
691 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
692
693 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
b762841f 694 Take account of bitmap offset.
5a874e95
YM
695 (draw_window_fringes): Take account of window vscroll.
696 (update_window_fringes): Likewise. Extend top-aligned top indicator
697 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
698 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
699 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
700
0682186e
JB
7012010-07-04 Juanma Barranquero <lekktu@gmail.com>
702
703 * w32fns.c (Qtooltip): Declare.
704 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
705
ad3e6f44
J
7062010-07-03 Jan Djärv <jan.h.d@swipnet.se>
707
708 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
709 grab on just Press (Bug#6499).
710
54ee7410
CY
7112010-07-02 Chong Yidong <cyd@stupidchicken.com>
712
713 * frame.c (Qtooltip): New var.
714 (delete_frame): Use it. Fix faulty if statement. Don't update
715 mode line for tooltip frames. Suggested by Martin Rudalics.
716
717 * xfns.c (x_create_tip_frame):
718 * w32fns.c (x_create_tip_frame): Use it.
719
3d8416fc
NA
7202010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
721
722 * xftfont.c (xftfont_open): Check font width one by one also when
723 spacing is dual.
724
725 * ftfont.c (ftfont_open): Ditto.
726
b1feb9b4
AS
7272010-06-26 Andreas Schwab <schwab@linux-m68k.org>
728
729 * alloc.c (Fmake_byte_code): Don't access undefined argument
730 (Bug#6517).
731
c7dd9743
CY
7322010-06-25 Chong Yidong <cyd@stupidchicken.com>
733
734 * xdisp.c (next_element_from_image): Ensure that after-strings are
735 read the next time we hit handle_stop (Bug#1336).
736
5721b4ed
AS
7372010-06-23 Andreas Schwab <schwab@linux-m68k.org>
738
739 * lread.c (read1): Signal error if #s is not followed by paren.
740
277c5f18
CY
7412010-06-19 Chong Yidong <cyd@stupidchicken.com>
742
52ab9bb2
CY
743 * image.c (free_image): Mark frame as garbaged (Bug#6426).
744
277c5f18
CY
745 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
746
6fda6a0c
GM
7472010-06-15 Glenn Morris <rgm@gnu.org>
748
749 * editfns.c (Fbyte_to_string): Pacify compiler.
750
e454a4a3
SM
7512010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
754 Check `object's type before accessing its guts.
755
657d4c0b
AS
7562010-06-08 Andreas Schwab <schwab@linux-m68k.org>
757
758 * minibuf.c (Fall_completions): Add more checks.
759
9b27fd9f
JB
7602010-06-08 Juanma Barranquero <lekktu@gmail.com>
761
762 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
763
0eb7675e
AS
7642010-06-03 Andreas Schwab <schwab@linux-m68k.org>
765
766 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 767 address. (Bug#6346)
0eb7675e 768
78edd3b7
JB
7692010-06-03 Juanma Barranquero <lekktu@gmail.com>
770
771 * ccl.c (Fccl_program_p): Fix typo in docstring.
772
1ab8293c
SM
7732010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
776 of bug#6305).
777
5ca3929b
CY
7782010-05-27 Chong Yidong <cyd@stupidchicken.com>
779
780 * xdisp.c (redisplay_window): After redisplay, check if point is
781 still valid before setting it (Bug#6177).
782
f5b416d2 7832010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
784
785 * s/netbsd.h: If terminfo is found, use it in preference to
786 termcap. (Bug#6190) [Backport from trunk]
787
aeb77d46
CY
7882010-05-20 Kevin Ryde <user42@zip.com.au>
789
790 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
791 (Voverriding_terminal_local_map, Vsystem_key_alist)
792 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
793
c3bb441d
SM
7942010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * editfns.c (Fbyte_to_string): New function.
797
754790b6
CY
7982010-05-18 Chong Yidong <cyd@stupidchicken.com>
799
800 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
801 prevent stack overflow if number of arguments is too large
802 (Bug#6214).
803
c8670ded
EZ
8042010-05-11 Eli Zaretskii <eliz@gnu.org>
805
806 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
807
808 * w32fns.c: Include w32.h.
809 (Fw32_shell_execute): Decode the error message before passing it
810 to `error'. (Bug#6126)
811
3ffd4615 8122010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
813
814 * ftfont.c: Fix incorrect parentheses of #if condition for
815 definining M17N_FLT_USE_NEW_FEATURE.
816
61a808e8
CY
8172010-05-07 Chong Yidong <cyd@stupidchicken.com>
818
819 * Version 23.2 released.
820
5dcde606
AS
8212010-04-30 Andreas Schwab <schwab@linux-m68k.org>
822
823 * composite.c (autocmp_chars): Save point as marker before calling
824 auto-composition-function (Bug#5984).
825
826 * lisp.h (restore_point_unwind): Add prototype.
827
828 * fileio.c (restore_point_unwind): Remove static attribute.
829
c4170e32
KH
8302010-04-23 Kenichi Handa <handa@m17n.org>
831
832 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
833 new feature of libotf and m17n-flt.
65b3d997
A
834 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
835 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
836 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
837 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
838 that OUT is NULL. Use OTF_drive_gsub_with_log and
839 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
840 OTF_drive_gpos.
841 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
65b3d997
A
842 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
843 Setup mflt_enable_new_feature and mflt_try_otf.
c4170e32 844
e42cd1a7
JB
8452010-04-19 Juanma Barranquero <lekktu@gmail.com>
846
847 * dired.c (Ffile_attributes): Fix typo in docstring.
848
79353a53
AR
8492010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
850
851 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
852 NSInteger (Bug#5811).
853
658b9b93
YM
8542010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
855
856 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
857 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
858
16009a0e
YM
8592010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
860
861 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
862
f016f225
JD
8632010-04-07 Jan Djärv <jan.h.d@swipnet.se>
864
865 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
866 FRAME_LINE_TO_PIXEL_Y.
867
868 * xterm.c (x_set_window_size_1): Don't add border_width/height to
869 pixelwidth/height.
870
84257d93
CY
8712010-04-05 Chong Yidong <cyd@stupidchicken.com>
872
873 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
874 terminal frames (Bug#5837).
875
95b1abcf
CY
8762010-03-31 Chong Yidong <cyd@stupidchicken.com>
877
878 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
879 * nsterm.h: Fix prototype.
880
4a217bed
EZ
8812010-03-31 Eli Zaretskii <eliz@gnu.org>
882
883 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
884 in this function. (Bug#5703)
885
4f103e04
CY
8862010-03-31 Chong Yidong <cyd@stupidchicken.com>
887
888 * nsterm.h: Fix last change.
889
a6d676d9
CY
8902010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
891
892 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
893
67fee863
JD
8942010-03-30 Jan Djärv <jan.h.d@swipnet.se>
895
896 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
897 invisible (Bug#5766).
898
9ae6e189
CY
8992010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
900
901 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
902 HAVE_NS conditionals.
194d44e7 903 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
904
905 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
906 filename for the title.
907 (ns_set_doc_edited): Do nothing if the selected window is a
908 minibuffer window.
909
910 * nsterm.h: Add prototypes for ns_set_name_as_filename and
911 ns_set_doc_edited.
912
913 * nsterm.m: Remove unneeded prototype.
914
25c72475
GM
9152010-03-28 Glenn Morris <rgm@gnu.org>
916
917 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
918 in the DOC file. (Bug#5336)
919
f79a01db
CY
9202010-03-24 Chong Yidong <cyd@stupidchicken.com>
921
922 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
923
93318cbd
JD
9242010-03-20 Jan Djärv <jan.h.d@swipnet.se>
925
926 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
927
928 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
929
930 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
931
ad13a3ee
YM
9322010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
933
934 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
935 XLoadQueryFont.
936
fbdc1721
KH
9372010-03-16 Kenichi Handa <handa@m17n.org>
938
939 * coding.c (decode_coding_ccl): Fix previous change for the
940 multibyte case.
fb608df3
KH
941 (encode_coding_ccl): Don't setup ccl program here. Fix for the
942 case that the output buffer is fullfilled.
943 (encode_coding): Setup ccl program here.
fbdc1721 944
35cd7cd6
CY
9452010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
946
947 * editfns.c (Fformat): Account for string precision when computing
948 field width (Bug#5710).
949
618db430
SM
9502010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
951
c0335e02
SM
952 Make it possible to C-g in a tight bytecode loop again (bug#5680).
953 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
954 (QUIT): Use it to consolidate code and remove redundancy.
955 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
956
254c06a8
SM
957 * regex.c (regex_compile): Setup gl_state as well.
958
618db430
SM
959 * syntax.c (skip_chars): Setup gl_state (bug#3823).
960 (in_classes): Use CONSP before XCAR/XCDR.
961
233f0c9f
CY
9622010-03-03 Chong Yidong <cyd@stupidchicken.com>
963
964 * keymap.c (Fwhere_is_internal): Use Fequal to compare
965 definitions, so that keyboard macros are correctly handled
966 (Bug#5481).
967
75f80e63
EZ
9682010-03-02 Eli Zaretskii <eliz@gnu.org>
969
970 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
971 text that could be relocated inside the call to emacs_mule_char.
972 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
973 (CODING_DECODE_CHAR): Add a comment describing its purpose.
974
dcfb9bc4
KH
9752010-03-02 Kenichi Handa <handa@m17n.org>
976
fc9a17bc
KH
977 * character.c (parse_str_as_multibyte): Fix handling of the
978 multibyte form of raw-bytes.
979 (str_as_multibyte): Likewise.
980
dcfb9bc4
KH
981 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
982 form of raw-bytes.
983
412c01b6
CY
9842010-02-28 Chong Yidong <cyd@stupidchicken.com>
985
986 * charset.c (load_charset_map_from_file)
987 (load_charset_map_from_vector): Zero out allocated
988 charset_map_entries before using them.
989
df7e1ea0
AS
9902010-02-27 Andreas Schwab <schwab@linux-m68k.org>
991
992 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
993
fe69a722
CY
9942010-02-27 Chong Yidong <cyd@stupidchicken.com>
995
4ed28cf4
CY
996 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
997 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 998
7379cfce
KH
9992010-02-26 Kenichi Handa <handa@m17n.org>
1000
f88cc4d6
KH
1001 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
1002
7379cfce
KH
1003 * xdisp.c (reseat_to_string): Fix previous change.
1004
cf2fdcfb
CY
10052010-02-26 David Reitter <david.reitter@gmail.com>
1006
1007 * nsfont.m (nsfont_draw): ns_antialias_text should be a
1008 Lisp_Object (Bug#4736).
1009
cc6c7c75
KH
10102010-02-25 Kenichi Handa <handa@m17n.org>
1011
1012 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
1013
32e737d7
JD
10142010-02-24 Jan Djärv <jan.h.d@swipnet.se>
1015
1016 * xterm.c (XTflash): Move declarations before statements.
1017
1018 * gtkutil.c (xg_get_gdk_display): Remove (unused).
1019 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
1020 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
1021 (xg_create_tool_bar): Remove unused variables.
1022 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 1023 (xg_create_frame_widgets): Remove variable grav.
32e737d7 1024
676cae9f
CY
10252010-02-21 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
1028
886cc2b8
SM
10292010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * term.c (fatal): Add a final \n if needed (bug#5596).
1032
ddb2d8e2
CY
10332010-02-18 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
1036
2a4f8d3d
GM
10372010-02-18 Glenn Morris <rgm@gnu.org>
1038
1039 * callint.c (Finteractive): Doc fix.
1040
ebaf11b6
KH
10412010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1042
886cc2b8
SM
1043 * coding.c (record_conversion_result):
1044 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
1045 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
1046 memory allocation error.
1047
d0396581
KH
10482010-02-17 Kenichi Handa <handa@m17n.org>
1049
886cc2b8
SM
1050 * coding.c (decode_coding_ccl): Don't setup ccl program here.
1051 Fix for the case that the output buffer is fullfilled.
d0396581
KH
1052 (decode_coding): Setup ccl program here. Keep looping when the
1053 decoder stopped because the output buffer is
1054 fullfilled (bug#5534).
1055
1056 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
1057
98599f74
JD
10582010-02-13 Jan Djärv <jan.h.d@swipnet.se>
1059
471e4f04 1060 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 1061 bug #5571.
886cc2b8 1062 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 1063 overdrawn.
98599f74 1064
182659ae
JD
10652010-02-10 Jan Djärv <jan.h.d@swipnet.se>
1066
1067 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
1068 doing_interact here.
1069 (ice_connection_closed): New function.
1070 (x_session_check_input, smc_die_CB, ice_io_error_handler)
1071 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
1072 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
1073 returns I/O error.
1074 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
1075 bug #5512.
1076
9be32c4e 10772010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
1078
1079 * nsfont.m (nsfont_open): The system's value for the font descent
1080 is negative, so round it down to avoid clipping.
1081
a2f3eb19
CY
10822010-02-06 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * charset.c (load_charset_map_from_file)
1085 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 1086 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 1087
3088147c
CY
10882010-02-05 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * charset.c (load_charset_map_from_file): Allocate large
1091 charset_map_entries structure on the heap rather than the stack.
1092 (Bug#5526).
1093
b57d9029
KH
10942010-01-31 Kenichi Handa <handa@m17n.org>
1095
1096 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 1097 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 1098
c67d885b
CY
10992010-01-31 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
1102 <deactivated@gmail.com> (Bug#3605).
1103
8fab2362
CY
11042010-01-31 David De La Harpe Golden <david@harpegolden.net>
1105
1106 * fileio.c (Frename_file): Correctly rename symlinks to
1107 directories (Bug#5496).
1108
cb2a62f2
CY
11092010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
1110
1111 * nsterm.m (ns_ring_bell): Handle visible bell like X.
1112
944c7a26
AS
11132010-01-30 Andreas Schwab <schwab@linux-m68k.org>
1114
1115 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
1116
c024ac08
CY
11172010-01-29 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * frame.c (DEFAULT_ROWS): Change default to 35.
1120
1121 * xfns.c (x_default_font_parameter): Change default XFT font to
1122 monospace-10 (Bug#3643).
1123
af93af83
EZ
11242010-01-29 Eli Zaretskii <eliz@gnu.org>
1125
1126 * w32inevt.c (key_event): Remove unnecessary comparison of
1127 event->uChar.AsciiChar with 128.
1128
ca0eb708
CY
11292010-01-28 Chong Yidong <cyd@stupidchicken.com>
1130
b242dbfc
CY
1131 * fileio.c (Frename_file): Fix last change (Bug#5487).
1132
ca0eb708
CY
1133 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
1134
1135 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
1136
45d45af5
JD
11372010-01-28 Jan Djärv <jan.h.d@swipnet.se>
1138
1139 * xfns.c (Fx_create_frame): Remove window size matching code from
1140 2010-01-15.
a73f9c9d 1141 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 1142
7e233730
JR
11432010-01-27 Jason Rumney <jasonr@gnu.org>
1144
1145 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 1146 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 1147
86e893e3
KH
11482010-01-27 Kenichi Handa <handa@m17n.org>
1149
1150 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 1151 pattern string (Bug#4209).
86e893e3 1152
8719abec
CY
11532010-01-27 David De La Harpe Golden <david@harpegolden.net>
1154
1155 * fileio.c (Frename_file): Call copy-directory and
1156 delete-directory for directories, in order to handle cross-device
1157 renaming (Bug#3353).
1158
844794c8
JD
11592010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1160
aa3e13b5 1161 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 1162 sizes 24 and 10. Bug #3643.
844794c8 1163
bd4b5750
SM
11642010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1165
8dc1adf6 1166 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
1167 * keymap.c (shadow_lookup): Add `remap' arg.
1168 (describe_map, describe_vector): Update calls to shadow_lookup.
1169 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1170 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
1171 perform remapping during shadow_lookup check of remapped_sequences.
1172
285d07e2
CY
11732010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1174
1175 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1176 png_check_sig, which has been removed in libpng 1.4.
1177
c6d09b8d
CY
11782010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1179
1180 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1181 lacks this header file).
1182
3d782998
YM
11832010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1184
1185 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1186 as in Emacs 22.
1187
2aff7c53
YM
11882010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1189
1190 * lisp.h (make_pure_string): String pointer arg now points to const.
1191
1192 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1193 args now point to const.
1194
74327f7a
EZ
11952010-01-22 Eli Zaretskii <eliz@gnu.org>
1196
1197 * lread.c (Fload): Don't treat files without .elc extension as
1198 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1199 them. (bug#5303)
1200
4d1e6632
KH
12012010-01-20 Kenichi Handa <handa@m17n.org>
1202
1203 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1204 treat the source as actual byte sequence.
1205
1fdede8f
AM
12062010-01-19 Alan Mackenzie <acm@muc.de>
1207
1208 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 1209 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
1210 `signal_after_change_p' to `coherent_change_p', and make the
1211 invocation of `modify_region' conditional on it.
1212
67477f30
JD
12132010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1214
1215 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1216 for debug purpose.
1217 (syms_of_xsettings): Declare xft-settings.
1218
244b023e
CY
12192010-01-18 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1222
617364fe
CY
12232010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1226
4fe22cdf
CY
12272010-01-16 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * emacs.c (standard_args): Adjust arg priorities to reflect how
1230 they are processed in startup.el.
1231
e118d2be
AS
12322010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1233
1234 * Makefile.in (lisp, shortlisp): Update.
1235
523ae620
SM
12362010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1239 code, link the new kboard into all_kboard before running Lisp code,
1240 and protect the new terminal with GCPRO (Bug#5365).
1241 (x_term_init): Remove unused var `atom'.
1242 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1243
f0d13888
JD
12442010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1245
1246 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1247 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1248 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1249 this. Bug #3643.
f0d13888 1250
cc320f07
KH
12512010-01-15 Kenichi Handa <handa@m17n.org>
1252
1253 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1254
7ffdf101
CY
12552010-01-15 Chong Yidong <cyd@stupidchicken.com>
1256
1257 * nsterm.m (Qnone): Define.
1258
1259 * nsfns.m (Qnone): Move definition to nsterm.m.
1260
d12bd917
KH
12612010-01-14 Kenichi Handa <handa@m17n.org>
1262
1263 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1264 systems.
1265
d9a7c140
KH
12662010-01-14 Kenichi Handa <handa@m17n.org>
1267
1268 Make auto-composition work on all buffers even if they are
1269 fundamental mode.
1270
1271 * composite.c (Vauto_composition_mode): New variable.
1272 (composition_compute_stop_pos): Check Vauto_composition_mode
1273 instead of Vauto_composition_function.
1274 (composition_adjust_point, Ffind_composition_internal): Likewise.
1275 (syms_of_composite): Declare Lisp variable
1276 "auto-composition-mode" here.
1277
63286bb2
CY
12782010-01-13 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1281 during call to vendor-specific-keysyms (Bug#5365).
1282
c2623ee7
YM
12832010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1284
1285 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1286 Call SIGNAL_THREAD_CHECK (Bug#5333).
1287
1288 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1289 Call SIGNAL_THREAD_CHECK.
1290
0b5397c2
SM
12912010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 Try to fix bug#5314. This is probably not the final word, tho.
1294 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1295 recent-auto-save-p as a side-effect.
1296 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1297 * buffer.c (Fkill_buffer, reset_buffer):
1298 * editfns.c (Fsubst_char_in_region):
1299 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1300 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1301
dc954cb2
KH
13022010-01-13 Kenichi Handa <handa@m17n.org>
1303
1304 Display buffer name, etc. in mode line by composing correctly.
1305
1306 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1307 STRING is not nil.
0b5397c2 1308 (display_mode_element): Adjust for the change of
dc954cb2
KH
1309 decode_mode_spec and display_line.
1310 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1311 (display_string): Handle the case that STRING is non-null and
1312 LISP_STRING is not nil.
1313
0b5397c2
SM
1314 * xterm.c (x_draw_composite_glyph_string_foreground):
1315 Pay attention to s->face->overstrike.
dc954cb2
KH
1316
1317 * composite.c (composition_reseat_it): Don't check PT if STRING is
1318 non nil.
1319
4a00eaca
YM
13202010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1321
1322 * keyboard.c (read_char): Don't apply previous change when current
1323 buffer is unchanged by command execution.
1324
60abb287
JD
13252010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1326
1327 * keyboard.c (read_char): Return after executing from special map.
1328
893db5bc
GM
13292010-01-12 Glenn Morris <rgm@gnu.org>
1330
1331 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1332 bug-gnu-emacs rather than emacs-pretest-bug.
1333
4d03ece0
CY
13342010-01-11 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1337 initializing the Lisp variables that depend on them.
1338
1df47e38
YM
13392010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1340
1341 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1342 Clear areas that will not be updated after change of menu bar lines.
1343 Clear the menu bar window's current matrix when the window gets empty.
1344
2f1c6384
CY
13452010-01-09 Chong Yidong <cyd@stupidchicken.com>
1346
e398c61c
CY
1347 * intervals.h, textprop.c (extend_property_ranges): Return value
1348 and args changed. Discard properties that begin at or after the
1349 new end (Bug#5306).
1350
1351 * editfns.c (Fformat): Caller changed.
1352
e5a29a10
CY
1353 * nsterm.m (ns_set_default_prefs): Delete function.
1354 (syms_of_nsterm): Initialize ns_command_modifier,
1355 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1356 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1357
2f1c6384
CY
1358 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1359 position (Bug#4040).
1360
d427a9fa
EZ
13612010-01-09 Eli Zaretskii <eliz@gnu.org>
1362
1363 * editfns.c (Ffloat_time): Doc fix.
1364
21b9df2f
JD
13652010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1366
1367 * xfns.c (Fx_create_frame): Don't create frame larger than display
1368 by default bug#3643.
1369
4b00d3b1
YM
13702010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1371
1372 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1373 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1374 windows above internal border.
1375
1376 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1377 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1378 windows above internal border.
1379
1380 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1381 tool bar windows specially.
1382
1383 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1384
1385 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1386 specially.
1387 (XTflash): Take account of menu bar height.
1388
1389 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1390 specially.
1391
5075d853
JD
13922010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1393
ac146f82 1394 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
1395 also be true before we can return early (bug #5339).
1396
474217c8
CY
13972010-01-06 David Reitter <david.reitter@gmail.com>
1398
1399 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1400 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1401 (Bug#3233).
1402
c0e6d47d
JD
14032010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1404
d0cf45b7
JD
1405 * font.c (font_open_entity): Enable chache and call cached_font_ok
1406 for the driver if defined.
1407 (QCuser_spec): New symbol.
1408 (font_spec_from_name): Save name as user-spec.
1409 (font_load_for_lface): Keep user-spec instead of name.
1410 (font_open_by_name): Save name as user-spec.
1411 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 1412 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
1413
1414 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1415 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1416 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1417
1418 * font.h (struct font_driver): Add cached_font_ok.
1419
c0e6d47d
JD
1420 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1421
7c583cd8
JD
14222010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1423
1424 * xterm.c (x_new_font): Move code for setting rows/cols before
1425 resizing ...
ac146f82 1426 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
1427
1428 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
1429 (xg_frame_resized, xg_frame_set_char_size):
1430 Call xg_clear_under_internal_border.
7c583cd8 1431 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 1432
03f77f0a
CY
14332010-01-05 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * keyboard.c (read_key_sequence): Catch keyboard switch after
1436 making a new tty frame (Bug#5095).
1437
2a1ef5be
KH
14382010-01-05 Kenichi Handa <handa@m17n.org>
1439
1440 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1441
e3eb1dae
SM
14422010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1445 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1446 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1447
777013f2
MA
14482010-01-03 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * dbusbind.c (xd_add_watch): Improve debug message.
1451 (xd_remove_watch): Improve debug message. If DATA is the session
1452 bus, unset D-Bus session environment.
1453 (Fdbus_init_bus): Pass the bus as argument to
1454 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 1455
8932b1c2
CY
14562010-01-01 Chong Yidong <cyd@stupidchicken.com>
1457
87231e2c
CY
1458 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1459
4801c5fa
CY
1460 * lread.c (syms_of_lread): Make it clearer that these are the
1461 names of loaded files (Bug#5068).
1462
8932b1c2
CY
1463 * eval.c (run_hook_with_args): Handle the case where the global
1464 value has the obsolete single-function form (Bug#5026).
1465
11e3c684
CY
14662009-12-27 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * minibuf.c (Fall_completions): Minor optimization.
1469
5b28ce35
EZ
14702009-12-26 Eli Zaretskii <eliz@gnu.org>
1471
5ce6e4f4
JB
1472 * .gdbinit (pgx): Fix display of composite glyphs.
1473 Display cmp.from and cmp.to as well.
1474 (pitx): Fix last change.
5b28ce35 1475
bcffff46
KH
14762009-12-25 Kenichi Handa <handa@m17n.org>
1477
1478 * composite.h (composition_adjust_point): Update prototype.
1479
1480 * composite.c (composition_reseat_it): Don't make a composition
1481 spanning over point.
1482 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1483 composable characters.
1484 (composition_adjust_point): New arg NEW_PT. Callers changed.
1485
1486 * keyboard.c (command_loop_1): Force redisplay if the last point
1487 was within a composition.
1488 (adjust_point_for_property): Don't adjust point for automatic
1489 composition when called after buffer modification.
1490
3f670e9a
EZ
14912009-12-19 Eli Zaretskii <eliz@gnu.org>
1492
5ce6e4f4
JB
1493 * .gdbinit (pitx): Don't use enum names, use their values.
1494 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
1495 (pgx): Don't use enum names, use their values.
1496 (pitmethod): New helper command.
1497 (pitx): Use it to display iteration method.
1498 (pgrowit): New command.
1499
ad903955
EZ
1500 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1501
3f670e9a
EZ
1502 Update dependencies in Makefile.in.
1503
1504 * Makefile.in (alloc.o): Depend on termhooks.h.
1505 (atimer.o): Depend on blockinput.h.
1506 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1507 and frame.h.
1508 (callint.o): Depend on systime.h, coding.h, and composite.h.
1509 (callproc.o): Depend on buffer.h.
1510 (casefiddle.o): Don't depend on charset.h.
1511 (casetab.o): Depend on character.h.
1512 (ccl.o): Depend on composite.h.
1513 (chartab.o): Depend on ccl.h.
1514 (cm.o): Depend on dispextern.h.
1515 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1516 (coding.o): Don't depend on $(INTERVALS_H).
1517 (composite.o): Don't depend on dispextern.h explicitly (it's in
1518 $(INTERVALS_H)). Depend on ccl.h.
1519 (data.o): Depend on systime.h, coding.h, composite.h,
1520 dispextern.h, font.h, and ccl.h.
1521 (dired.o): Depend on composite.h.
1522 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1523 composite.h (it's in $(INTERVALS_H)).
1524 (doc.o): Depend on systime.h, coding.h, and composite.h.
1525 (editfns.o): Don't depend explicitly on dispextern.h.
1526 (emacs.o): Depend on frame.h and coding.h.
1527 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1528 (fileio.o): Depend on frame.h and commands.h. Don't depend
1529 explicitly on dispextern.h.
1530 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1531 composite.h.
1532 (fns.o): Don't depend on termhooks.h.
1533 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1534 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1535 coding.h, $(INTERVALS_H), window.h, xterm.h.
1536 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1537 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1538 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1539 fontset.h, ccl.h, and ftfont.h.
1540 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1541 (gtkutil.o): Depend on dispextern.h and composite.h.
1542 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1543 termhooks.h, and ccl.h.
1544 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1545 (intervals.o): Depend on systime.h and coding.h.
1546 (keyboard.o): Depend on composite.h and coding.h.
1547 (keymap.o): Depend on coding.h and frame.h.
1548 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1549 (macros.o): Depend on systime.h, coding.h, and composite.h.
1550 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1551 and atimer.h.
1552 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1553 dispextern.h explicitly.
0b5397c2
SM
1554 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1555 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
1556 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1557 (regex.o): Don't depend on charset.h.
1558 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1559 (search.o): Don't depend explicitly on composite.h.
1560 (sound.o): Depend on atimer.h and systime.h.
1561 (syntax.o): Don't depend explicitly on composite.h.
1562 (sysdep.o): Depend on coding.h and composite.h.
1563 (term.o): Depend on xterm.h and buffer.h.
1564 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1565 (textprop.o): Don't depend on dispextern.h explicitly.
1566 (undo.o): Depend on dispextern.h.
1567 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1568 dispextern.h and composite.h explicitly.
1569 (xdisp.o): Depend on ccl.h.
1570 (xfaces.o): Depend on coding.h and ccl.h.
1571 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1572 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1573 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1574 ftfont.h.
1575 (xgselect.o): New dependency.
1576 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1577 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1578 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1579 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1580 (xsmfns.o): Depend on frame.h and dispextern.h.
1581 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1582 sysselect.h.
1583
7a6f7fea
AS
15842009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1585
1586 * font.c (Fclear_font_cache): Pass correct cache argument to
1587 font_clear_cache.
1588
f4c21026
AS
15892009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1590
1591 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1592 twice.
1593
f7ab0997
CY
15942009-12-15 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1597 calling file-remote-p. Reported by Jim Meyering.
1598
fa8e045a
MA
15992009-12-15 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 1602 avoid compiler warnings. (Bug #5217)
fa8e045a 1603
a63dba42
KH
16042009-12-14 Kenichi Handa <handa@m17n.org>
1605
1606 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1607 in 8-bit encoding.
1608
5ce6e4f4 16092009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
1610
1611 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1612 tooltip windows.
1613
223e5fc6
JD
16142009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1615
36acb2a7
JD
1616 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1617 Xatom_net_window_type.
1618
1619 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1620 Xatom_net_window_type.
1621
b8f00677
JD
1622 * xterm.c (my_log_handler): New function.
1623 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 1624 so we can filter out buggy messages. (Bug #5120).
b8f00677 1625
e5f0bc9a
JD
1626 * xterm.c (xg_scroll_callback): Parameter list changed,
1627 use parameter GtkScrollType to determine scroll/line/page.
1628 Only allow dragging if a button < 4 is grabbed (bug #5177).
1629 (xg_end_scroll_callback): New function.
1630 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1631 xg_create_scroll_bar.
1632
1633 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1634 (scroll_end_callback): Remove.
1635 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1636 button-release-event. Replace value-changed event with change-value,
1637 bug #5177,
1638 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1639 bug #5177.
1640
1641 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1642 (xg_create_scroll_bar): Add GCallback end_callback.
1643
223e5fc6
JD
1644 * xftfont.c (QClcdfilter): New variable.
1645 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1646 (syms_of_xftfont): Initialize QClcdfilter.
1647
3c055b77
JD
16482009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1649
1650 * xsettings.c (struct xsettings): Add member seen.
1651 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 1652 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
1653 (apply_xft_settings): Only update Xft settings with what member seen
1654 indicates as new.
1655
05fe33ff
EZ
16562009-12-12 Eli Zaretskii <eliz@gnu.org>
1657
1658 * dispextern.h (struct text_pos): Use EMACS_INT;
1659 (struct glyph): Use EMACS_INT for charpos.
1660 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1661 region_beg_charpos, region_end_charpos,
1662 redisplay_end_trigger_charpos, and also for
1663 iterator_stack_entry.end_charpos and
1664 iterator_stack_entry.stop_charpos.
1665
e8d7886a
JD
16662009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1667
5ce6e4f4 1668 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
1669 (xg_create_scroll_bar): Call scroll_end_callback on button release
1670 event (bug #5177).
1671 (xg_event_is_for_scrollbar): != replaced with ==.
1672
d0db2ec8
KH
16732009-12-12 Kenichi Handa <handa@m17n.org>
1674
1675 * ftfont.c (struct ftfont_info): New member matrix.
1676 (ftfont_open): Setup xftfont_info->matrix.
1677 (MFLTFontFT): New member matrix.
1678 (FLOOR, CEIL, ROUND): New macros.
1679 (ftfont_get_metrics): Handle matrix transformation.
1680 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1681
1682 * xftfont.c (struct xftfont_info): New member matrix.
1683 (xftfont_open): Setup xftfont_info->matrix.
1684
16852009-12-10 Kenichi Handa <handa@m17n.org>
1686
1687 * xdisp.c (append_space_for_newline): Consider face-remapping.
1688
2cc7b62f
AS
16892009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1690
b87dd913
AS
1691 * xsettings.c: Include "keyboard.h".
1692
eba5eb94
AS
1693 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1694
2cc7b62f
AS
1695 Fix implicit function declarations.
1696 * cmds.c: Include "frame.h".
1697 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1698 * frame.h: Move declaration of delete_frame outside of
1699 HAVE_WINDOW_SYSTEM.
1700
a4ef73c8
CY
17012009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1702
1703 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1704
1705 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1706 GTK builds.
1707
944a300c
AS
17082009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1709
1710 * unexelf.c (unexec): Don't search for .data twice.
1711
022eef62
CY
17122009-12-05 Chong Yidong <cyd@stupidchicken.com>
1713
426ac949
CY
1714 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1715 if push failed.
1716 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1717 of push_display_prop (Bug#5000).
1718
022eef62
CY
1719 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1720 value of font_list_entities (Bug#5085).
1721
be95bee9
JB
17222009-12-04 Juanma Barranquero <lekktu@gmail.com>
1723
1724 Fix `string-to-number' to deal consistently with integers and floats.
1725 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1726 trailing characters, not just whitespace.
1727 (read1): Pass new arg 0 to keep old behavior.
1728 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1729 trailing chars, as it is already done for integers. Doc fixes.
1730 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1731
24c2d7ce
EZ
17322009-12-04 Eli Zaretskii <eliz@gnu.org>
1733
0b5397c2
SM
1734 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1735 Delete unused enumeration value.
24c2d7ce 1736
7e694795
EZ
17372009-12-03 Eli Zaretskii <eliz@gnu.org>
1738
1739 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1740
84b31826
SM
17412009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1742
1743 * process.c (Fmake_network_process): Fix up the tests for
1744 "connectionless socket", so they DTRT for seqpacket sockets as well.
1745
f00c449b
SM
17462009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * process.c (Qseqpacket): New symbol.
1749 (HAVE_SEQPACKET): New macro.
1750 (Fmake_network_process): Accept new :type `seqpacket'.
1751 (init_process): Add `seqpacket' feature when applicable.
1752 (syms_of_process): Initialize Qseqpacket.
1753
8096a0ff
YM
17542009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1755
1756 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1757 if entity is Qnil.
1758
3e0de07f
SM
17592009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * print.c (print_preprocess): Preprocess the key_and_value table of
1762 hashtables, even tho they're "hidden" (bug#5082).
1763
abeafb2a
JD
17642009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1765
1766 * frame.c (frame_make_pointer_invisible)
1767 (frame_make_pointer_visible): Declare f before statements.
1768
4bf47195
EZ
17692009-11-28 Eli Zaretskii <eliz@gnu.org>
1770
1771 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1772 omitted dependencies on lisp.h.
1773
c525b3f2
JD
17742009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1775
ece2d4ed
JD
1776 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1777 is NULL.
1778
1779 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1780
1781 * frame.c (frame_make_pointer_invisible)
3e0de07f 1782 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
1783 frame.
1784
c525b3f2
JD
1785 * search.c (simple_search): Remove warning by making *p const.
1786
2f00e299
DN
17872009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * xdisp.c (power_letter): Remove duplicate const.
1790
084b049b
JD
17912009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1792
a1fadc6f
JD
1793 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1794
5ce6e4f4 1795 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
1796 defaults (bug #5025).
1797
28259cac
SM
17982009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * insdel.c (adjust_markers_for_delete): Move it in the
1801 right direction! (bug#4803)
1802
e8e14166
YM
18032009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1804
1805 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1806
1807 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1808
86677b58
GM
18092009-11-24 Glenn Morris <rgm@gnu.org>
1810
1811 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1812
581e51e8
JD
18132009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1814
cfc86c7a
JD
1815 * Makefile.in: Must create deps for ecrt0.o in its rule.
1816
581e51e8
JD
1817 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1818 because that is what Gtk+ font dialog understands.
1819
1820 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1821 of Fcopy_sequence.
1822 (font_open_by_name): Put name given into QCname for font-object returned.
1823
1824 * frame.c (x_set_font): Save original font name as frame parameter
1825 font-parameter.
1826
1827 * xsettings.c (set_default_xft_settings): New function.
1828 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1829 is found.
1830
8b264ecb
AS
18312009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1832
1833 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1834 searching backwards through multibyte buffer.
1835
872870b2
JD
18362009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1837
1838 * xterm.c: #include xgselect.h.
1839 (x_initialize): Call xgselect_initialize.
1840
1841 * xsettings.c (something_changedCB): C++ comments => C comments.
1842 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1843 does that now.
1844
1845 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1846 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1847 (scroll_bar_button_cb): Remove.
5ce6e4f4 1848 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
1849 event.
1850 (xg_create_scroll_bar): Don't bind button-press-event and
1851 button-release-event.
1852
1853 * process.c: Include xgselect.h if defined (USE_GTK) ||
1854 defined (HAVE_GCONF).
1855 (wait_reading_process_output): Call xg_select for the same condition.
1856
1857 * xgselect.c (xg_select): New function to better integrate with
1858 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1859
1860 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1861
1862 * Makefile.in (XOBJ): Add xgselect.o.
1863
62a6e103
AS
18642009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1865
0b5397c2
SM
1866 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1867 Remove ignored second argument. All callers changed.
62a6e103
AS
1868 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1869 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1870 * xdisp.c (string_char_and_length): Likewise.
1871
b0ca0f33
DN
18722009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * xterm.c (x_new_font):
1875 * print.c (print_object):
1876 * cmds.c (Fself_insert_command): Move declarations before statements.
1877
dd5a6279
CY
18782009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1879
1880 * s/cygwin.h: Remove unneeded linker flags.
1881
4a8e097d
JD
18822009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1883
0d1d0d26
JD
1884 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1885
1886 * xsettings.h: Declare xsettings_get_system_font.
1887
1888 * xsettings.c (xsettings_get_system_font): New function.
1889 (init_gconf): No use initiating gconf unless we have Xft also.
1890 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1891 HAVE_GCONF.
1892
4a8e097d
JD
1893 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1894 add a blank entry so it doesn't collapse into nothing.
1895
8ab1650e
SM
18962009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * lread.c (Funintern): Comment out last change.
1899
82c602f0
RS
19002009-11-19 Richard Stallman <rms@gnu.org>
1901
1902 * lread.c (Funintern): Error if symbol is t or nil.
1903
87e32266
SM
19042009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1907 representation of Lisp integers.
1908 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1909
1b9ac145
AS
19102009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1911
1912 * lisp.h: Remove declaration of Ffont_get_system_font.
1913 * xfns.c: Move include of "xsettings.h".
1914 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1915
dfb3c4c6
JD
19162009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1917
87e32266
SM
1918 * xsettings.c (something_changedCB, Ffont_get_system_font):
1919 Check use_system_font.
dfb3c4c6
JD
1920 (syms_of_xsettings): DEFVAR font-use-system-font.
1921
9370c1d8
AS
19222009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1923
25fe851a
AS
1924 * xfns.c (x_default_font_parameter): Remove dead assignment.
1925
9370c1d8
AS
1926 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1927
637fa988
JD
19282009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1929
87e32266 1930 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1931 not have FC_LCD_*. #define them if not there.
a6eb20d8 1932
87e32266 1933 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1934
637fa988
JD
1935 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1936
1937 * xterm.c (handle_one_xevent): Call xft_settings_event for
1938 ClientMessage, PropertyNotify and DestroyNotify.
1939 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1940 Call xsettings_initialize.
1941
1942 * xftfont.c (xftfont_fix_match): New function.
1943 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1944 Call xftfont_fix_match after XftFontMatch.
1945
1946 * xfont.c (xfont_driver): Initialize all members.
1947
87e32266
SM
1948 * xfns.c (x_default_font_parameter):
1949 Try font from Ffont_get_system_font.
637fa988
JD
1950 Do not get font from x_default_parameter if we got one from
1951 Ffont_get_system_font.
87e32266 1952 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1953
1954 * w32font.c (w32font_driver): Initialize all members.
1955
1956 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1957
1958 * lisp.h: Declare syms_of_xsettings.
1959
87e32266
SM
1960 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1961 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1962
1963 * ftfont.c (ftfont_filter_properties): New function.
1964
1965 * frame.c (x_set_font): Remove unused variable lval.
1966
87e32266 1967 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1968
1969 * font.c (font_put_extra): Don't return if val is nil, it means
1970 boolean option is off.
1971 (font_parse_fcname): Collect all extra properties in extra_props
1972 and call filter_properties for all drivers with extra_props and
1973 font as parameter.
87e32266
SM
1974 (font_open_entity): Do not use cache, it does not pick up new
1975 fontconfig settings like hinting.
637fa988
JD
1976 (font_load_for_lface): If spec had a name in it, store it in entity.
1977
a73f9c9d 1978 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
1979
1980 * config.in: HAVE_GCONF is new.
1981
1982 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1983 xsettings.o is new.
1984
5a942932
KH
19852009-11-17 Kenichi Handa <handa@m17n.org>
1986
1987 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1988 back to the default font in case that no suitable font is found.
1989
b7c7a4d1
SM
19902009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1993 Suggested by Chad Brown <yandros@mit.edu>.
1994 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1995
072f1e39
JD
19962009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1997
1998 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1999
5d1e70a2
AS
20002009-11-14 Andreas Schwab <schwab@linux-m68k.org>
2001
87e32266 2002 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 2003
a53cfbe5
JD
20042009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2005
473a99b7
JD
2006 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
2007 has a parent.
2008
a53cfbe5 2009 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 2010 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
2011
2012 * config.in: Generated (AUTO_DEPEND).
2013
f04bb9b2
MA
20142009-11-13 Michael Albinus <michael.albinus@gmx.de>
2015
b7c7a4d1 2016 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
2017 Vdbus_registered_functions_table, because it contains also
2018 properties. Fix docstring.
b7c7a4d1 2019 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 2020
8f11f7ec
SM
20212009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * alloc.c (mark_object): Don't reprocess marked strings.
2024 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
2025 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
2026
8a605fe8
KH
20272009-11-13 Kenichi Handa <handa@m17n.org>
2028
8f11f7ec 2029 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
2030 semantics of Vword_combining_categories.
2031 (Vword_combining_categories): Describe the slight change of the
2032 semantics.
2033
241c4680
EZ
20342009-11-13 Eli Zaretskii <eliz@gnu.org>
2035
2036 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2037
2038 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2039
5d58e44c
SM
20402009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * xdisp.c (syms_of_xdisp): Fix typo in last change.
2043
5e13f9d3
JB
20442009-11-12 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2047
cf54c754
DR
20482009-11-11 David Reitter <david.reitter@gmail.com>
2049
2050 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
2051 variables to fix 2009-11-09 change.
2052
a4ada374
DN
20532009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2054
91433552
DN
2055 * process.c (ifflag_def): Make flag_sym constant.
2056 (Fnetwork_interface_info): Use a constant pointer.
2057 (ifflag_table):
2058 * xfns.c (cursor_bits):
2059 * xdisp.c (power_letter):
2060 * termcap.c (speeds, esctab):
2061 * sysdep.c (baud_convert):
2062 * keyboard.c (lispy_accent_codes, modifier_names):
2063 * image.c (xbm_format, xpm_format, pbm_format, png_format)
2064 (jpeg_format, tiff_format, gif_format, svg_format)
2065 (interlace_start, interlace_increment, gs_format):
2066 * gtkutil.c (separator_names):
2067 * fringe.c (swap_nibble):
2068 * fns.c (base64_value_to_char, base64_char_to_value):
2069 * fileio.c (make_temp_name_tbl):
2070 * coding.c (suffixes): Make constant.
2071
f4265f6c
DN
2072 * frame.c (make_initial_frame):
2073 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
2074 build_string.
2075 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
2076
04420943
DN
2077 * s/freebsd.h:
2078 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
2079
0a5d24ae
DN
2080 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
2081 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
2082
a4ada374
DN
2083 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2084 * xterm.c (syms_of_xterm):
2085 * xfaces.c (syms_of_xfaces):
2086 * xdisp.c (syms_of_xdisp):
2087 * lread.c (syms_of_lread):
2088 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
2089 build_string.
91433552 2090
a4ada374
DN
2091 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
2092
af98fc7f
SM
20932009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2094
8ab1650e 2095 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 2096
e90292a9
JD
20972009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2098
2099 * keyboard.h: Declare timer_check.
2100
2101 * keyboard.c (timer_check_2): New function that does what the old
2102 timer_check did.
2103 (timer_check): Call timer_check_2 until -1 or a non-zero time is
2104 returned, i.e. don't return -1 with timers pending.
2105
2106 * process.c: Remove extern declaration of timer_check.
2107
2108 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
2109 even if timer_check returned -1.
2110
af98fc7f
SM
2111 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
2112 xg_dialog_data.
e90292a9
JD
2113 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
2114 the event loop.
2115 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
2116 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
2117 Destroy the dialog after xg_dialog_run.
2118
045b83c0
SM
21192009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2122
1fb99a3a
JD
21232009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2124
2125 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2126
04e452cb
JB
21272009-11-09 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2130
ef7417fd
SM
21312009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2134 w32menu.c, and nsmenu.m.
2135 Simplify the obsolete case where position is nil.
2136 (cleanup_popup_menu): New function, moved from nsmenu.m.
2137 (struct skp): Remove slot `notreal'.
2138 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
2139 adjust callers.
2140 (single_menu_item): Adjust call to parse_menu_item.
2141 (syms_of_menu): Defsubr x-popup-menu.
2142 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
2143 (keymap_panes): Don't export any more.
2144 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
2145 (xmenu_show): Declare.
2146 * keyboard.c (parse_menu_item): Remove arg `notreal'.
2147 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
2148 * keyboard.h (parse_menu_item): Update declaration.
2149 * xmenu.c (Fx_popup_menu): Remove.
2150 (syms_of_xmenu): Don't defsubr x-popup-menu.
2151 * w32menu.c (Fx_popup_menu): Remove.
2152 (syms_of_w32menu): Don't defsubr x-popup-menu.
2153 * nsmenu.m (cleanup_popup_menu): Remove.
2154 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2155 moved to menu.c's Fx_popup_menu.
2156 (Fx_popup_menu): Remove.
2157 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2158 menu_items (it's done in menu.c already).
2159
424d6179
SM
21602009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2163 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2164
c0df13a6 21652009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
2166
2167 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 2168 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
2169 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2170 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2171
2de9f71c
SM
21722009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 Let integers use up 2 tags to give them one extra bit and thus double
2175 their range.
2176 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2177 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2178 New macros.
2179 (enum Lisp_Type): Use them. Give explicit values.
2180 (Lisp_Type_Limit): Remove.
2181 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2182 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2183 Pay attention to USE_2_TAGS_FOR_INTS.
2184 (INTEGERP): Use LISP_INT_TAG_P.
2185 * fns.c (internal_equal): Simplify the default case.
2186 (sxhash): Use case_Lisp_Int.
2187 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2188 any more.
2189 (Ftype_of): Use case_Lisp_Int.
2190 (store_symval_forwarding): Take into account the fact that Ints can
2191 now have more than one tag.
2192 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2193 buffer_slot_type_mismatch):
2194 * xfaces.c (face_attr_equal_p):
2195 * print.c (print_object):
2196 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2197 Use case_Lisp_Int.
2198
323637a2
EZ
21992009-11-06 Eli Zaretskii <eliz@gnu.org>
2200
7ac65b38
EZ
2201 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2202
323637a2
EZ
2203 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2204 warning.
2205
e511451f
JD
22062009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2207
2208 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2209
2210 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2211
2212 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2213 ButtonPressRelease and MotionNotify (bug#4870).
2214
5e2327cf
DN
22152009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2216
5adc433e
DN
2217 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2218
d67b4f80
DN
2219 * xterm.c (syms_of_xterm):
2220 * xselect.c (syms_of_xselect):
2221 * xmenu.c (syms_of_xmenu):
2222 * xfns.c (syms_of_xfns):
2223 * xfaces.c (syms_of_xfaces):
2224 * xdisp.c (syms_of_xdisp):
2225 * window.c (syms_of_window):
2226 * w32fns.c (syms_of_w32fns):
2227 * undo.c (syms_of_undo):
2228 * textprop.c (syms_of_textprop):
2229 * terminal.c (syms_of_terminal):
2230 * syntax.c (syms_of_syntax):
2231 * sound.c (syms_of_sound):
2232 * search.c (syms_of_search):
2233 * print.c (syms_of_print):
2234 * minibuf.c (syms_of_minibuf):
2235 * macros.c (syms_of_macros):
2236 * keymap.c (syms_of_keymap, initial_define_key)
2237 (initial_define_lispy_key):
2238 * keyboard.c (syms_of_keyboard):
2239 * insdel.c (syms_of_insdel):
2240 * image.c (syms_of_image):
2241 * fringe.c (syms_of_fringe):
2242 * frame.c (syms_of_frame):
2243 * fontset.c (syms_of_fontset):
2244 * fns.c (syms_of_fns):
2245 * fns.c (syms_of_fns):
2246 * fileio.c (syms_of_fileio):
2247 * fileio.c (syms_of_fileio):
2248 * eval.c (syms_of_eval):
2249 * doc.c (syms_of_doc):
2250 * dispnew.c (syms_of_display):
2251 * dired.c (syms_of_dired):
2252 * dbusbind.c (syms_of_dbusbind):
2253 * data.c (syms_of_data):
2254 * composite.c (syms_of_composite):
2255 * coding.c (syms_of_coding):
2256 * cmds.c (syms_of_cmds):
2257 * charset.c (define_charset_internal, syms_of_character):
2258 * ccl.c (syms_of_ccl):
2259 * category.c (syms_of_category, init_category_once):
2260 * casetab.c (syms_of_casetab):
2261 * casefiddle.c (syms_of_casefiddle):
2262 * callint.c (syms_of_callint):
2263 * bytecode.c (syms_of_bytecode):
2264 * buffer.c (keys_of_buffer, syms_of_buffer):
2265 * alloc.c (syms_of_alloc):
2266 * process.c (syms_of_process, init_process):
2267 * lread.c (syms_of_lread, init_obarray):
2268 * font.c (build_style_table):
2269 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2270 intern_c_string, calls to make_pure_string with
2271 make_pure_c_string. Use pure_cons instead of Fcons.
2272
5e2327cf
DN
2273 * process.c (socket_options): Make it const.
2274 (set_socket_option, init_process): Use a const pointer.
2275
2276 * lread.c (intern_c_string): New function.
2277 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2278 (defvar_int): Uset it. Make the name const char*.
2279
2280 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2281 (defvar_int): Update prototypes.
2282 (DEFUN, EXFUN): Support for prototypes is now required.
2283 (intern_c_string): New prototype.
2284 (struct Lisp_Subr): Make symbol_name constant.
2285
2286 * font.c (struct table_entry): Remove unused member. Make NAMES
2287 constant.
2288 (weight_table, slant_table, width_table): Make constant.
2289
2290 * emacs.c (struct standard_args): Make name and longname constant.
2291
2292 * character.h (DEFSYM): Use intern_c_string.
2293
a56eaaef
DN
22942009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * alloc.c (make_pure_c_string): New function.
2297
2298 * eval.c (Fautoload): Purecopy all arguments.
2299
f6a07420
KH
23002009-11-05 Kenichi Handa <handa@m17n.org>
2301
2302 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2303 the buffer in case of replace.
2304
5d28d4b1
DN
23052009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2308
b349d111
SM
23092009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2310
d528b1ce
SM
2311 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2312 when applicable (bug#4851).
2313
b349d111
SM
2314 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2315 (P_): Support for prototypes is now required.
2316
c38eb027
CY
23172009-10-31 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2320 (Bug#4827).
2321
0405f8d9
EZ
23222009-10-30 Eli Zaretskii <eliz@gnu.org>
2323
d528b1ce 2324 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2325
ca0a881a
DN
23262009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2327
2328 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2329
d528b1ce
SM
2330 * lread.c (Fload): Purecopy the file name when building
2331 Vpreloaded_file_list.
ca0a881a 2332
47e0e0e4
JR
23332009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2334
2335 * w32fns.c (syms_of_w32fns): Change default value of
2336 w32-scroll-lock-modifier to nil. (Bug#2827)
2337
057bce6f
JB
23382009-10-26 Juanma Barranquero <lekktu@gmail.com>
2339
782a943e 2340 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 2341
242bc74c
AS
23422009-10-26 Andreas Schwab <schwab@redhat.com>
2343
2344 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2345
522d013a
JB
23462009-10-26 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2349 For delta < 0, skip check that only makes sense when the mini-window
2350 is going to be enlarged. (Bug#4534)
2351
18060980
CY
23522009-10-25 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2355 string in menu maps (Bug#4471).
2356
fec8f0fe
CY
23572009-10-24 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2360 FRAME_NS_VIEW on terminal frames (Bug#4765).
2361
10d66ec0
AS
23622009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2363
1cae01f7
AS
2364 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2365 DBUS_TYPE_UINTnn separately to get proper sign extension.
2366
58a12889
AS
2367 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2368 can properly handle unsigned types.
d528b1ce 2369 (make_uid, make_gid): Remove.
58a12889 2370
987c9327
AS
2371 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2372 types again.
2373
522d013a 2374 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
2375 (system_process_attributes): Likewise.
2376
905a9ed3
DN
23772009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2380
2381 * eval.c (Fautoload): Purecopy the filename. Simplify.
2382
2383 * category.c (Fdefine_category): Purecopy docstring.
2384
a599b3e8
AS
23852009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2386
7b792fc9
AS
2387 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2388
a599b3e8
AS
2389 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2390
b35ac83e
CY
23912009-10-23 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2394 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2395 (Bug#4775).
2396
e8903e00
SM
23972009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2400 (init_fileio_once):
2401 * lisp.h (init_fileio_once): Remove.
2402 * emacs.c (main): Don't call init_fileio_once.
2403
8f43cbf3
DN
24042009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2407
26898943
AS
24082009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2409
2410 * doprnt.c (doprnt): Fix overflow check.
2411
5c646d5a
JD
24122009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2413
3132a7ea
JD
2414 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2415
5c646d5a
JD
2416 * xterm.h (x_wait_for_event): Declare it.
2417
2418 * xterm.c (pending_event_wait): New variable.
2419 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2420 see pending_event_wait.eventtype.
2421 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
2422 (x_new_font): Call change_frame_size with new rows/columns before we
2423 try to resize the frame.
5c646d5a 2424 (x_wait_for_event): New function.
d528b1ce
SM
2425 (x_set_window_size_1): Don't change gravity unless change_gravity
2426 is set.
5c646d5a
JD
2427 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2428 don't change frame size, instead wait for the ConfigureNotify.
2429 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2430 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2431 (x_initialize): Initialize pending_event_wait.
2432
2433 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2434 size.
2435
2436 * widget.c (EmacsFrameSetValues): Add comment.
2437 (EmacsFrameSetCharSize): Just call x_set_window_size.
2438
2439 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2440 x_wait_for_event.
d528b1ce 2441 (flush_and_sync): Remove again.
5c646d5a
JD
2442 (xg_get_font_name): Suggest monospace if no previous font is known.
2443
e9c1637d
SM
24442009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 2447 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 2448
5a72cccb
YM
24492009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2450
2451 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2452 processing pending events when event is filtered for input method.
ab04798f 2453 (Bug#3681)
5a72cccb 2454
2629aa37
JB
24552009-10-20 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * fns.c: Add #endif accidentally removed in previous change.
2458
c3417a74
DN
24592009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 * fns.c: Remove code for unsupported system: MAC_OS.
2462 * image.c: Likewise. Include setjmp.h.
2463
9685cef2
JD
24642009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2465
2466 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2467 pixel -1 (bug #4742).
2468
d7306fe6
DN
24692009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2470
019d2c4c
DN
2471 * process.c (create_pty): Remove conditionals for no longer
2472 supported systems: UNIPLUS and RTU.
2473
ee6bacd4
DN
2474 * xterm.c:
2475 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2476
d7306fe6
DN
2477 * alloc.c: Do not define struct catchtag.
2478 * eval.c: Move struct catchtag definition ...
2479 * lisp.h: ... here.
2480
2481 * image.c: Move png.h #include earlier to avoid warnings.
2482
2483 * xterm.c:
2484 * xsmfns.c:
2485 * xselect.c:
2486 * xrdb.c:
2487 * xmenu.c:
2488 * xftfont.c:
2489 * xfont.c:
2490 * xfns.c:
2491 * xfaces.c:
2492 * xdisp.c:
2493 * window.c:
2494 * widget.c:
2495 * w32xfns.c:
2496 * w32uniscribe.c:
2497 * w32term.c:
2498 * w32select.c:
2499 * w32reg.c:
2500 * w32proc.c:
2501 * w32menu.c:
2502 * w32inevt.c:
2503 * w32heap.c:
2504 * w32font.c:
2505 * w32fns.c:
2506 * w32console.c:
2507 * w32.c:
2508 * w16select.c:
2509 * vm-limit.c:
2510 * unexsol.c:
2511 * unexec.c:
2512 * unexcw.c:
2513 * unexaix.c:
2514 * undo.c:
2515 * tparam.c:
2516 * textprop.c:
2517 * terminfo.c:
2518 * terminal.c:
2519 * termcap.c:
2520 * term.c:
2521 * syntax.c:
2522 * sound.c:
2523 * sheap.c:
2524 * search.c:
2525 * scroll.c:
2526 * region-cache.c:
2527 * regex.c:
2528 * ralloc.c:
2529 * process.c:
2530 * print.c:
b024548b
DN
2531 * nsterm.m:
2532 * nsselect.m:
2533 * nsmenu.m:
2534 * nsimage.m:
2535 * nsfont.m:
2536 * nsfns.m:
d7306fe6
DN
2537 * msdos.c:
2538 * minibuf.c:
2539 * menu.c:
2540 * marker.c:
2541 * macros.c:
2542 * keymap.c:
2543 * keyboard.c:
2544 * intervals.c:
2545 * insdel.c:
2546 * indent.c:
2547 * gtkutil.c:
2548 * ftxfont.c:
2549 * ftfont.c:
2550 * fringe.c:
2551 * frame.c:
2552 * fontset.c:
2553 * font.c:
2554 * fns.c:
2555 * floatfns.c:
2556 * filelock.c:
2557 * fileio.c:
2558 * emacs.c:
2559 * editfns.c:
2560 * dosfns.c:
2561 * doprnt.c:
2562 * doc.c:
2563 * dispnew.c:
2564 * dired.c:
2565 * dbusbind.c:
2566 * data.c:
2567 * composite.c:
2568 * coding.c:
2569 * cmds.c:
2570 * cm.c:
2571 * chartab.c:
2572 * charset.c:
2573 * character.c:
2574 * ccl.c:
2575 * category.c:
2576 * casetab.c:
2577 * casefiddle.c:
2578 * callproc.c:
2579 * callint.c:
2580 * bytecode.c:
2581 * buffer.c:
2582 * atimer.c: Include setjmp.h. (Bug#4643)
2583
fd5f21e6
SM
25842009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2585
4c0354d7
SM
2586 Remove leftover table unibyte_to_multibyte_table.
2587 * character.c (unibyte_to_multibyte_table): Remove.
2588 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2589 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2590 * character.h (UNIBYTE_TO_CHAR): New macro.
2591 (MAKE_CHAR_MULTIBYTE): Use it.
2592 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2593 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2594 (message_dolog, set_message_1):
2595 * search.c (Freplace_match):
2596 * editfns.c (Fcompare_buffer_substrings):
2597 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2598 (concat):
2599 * insdel.c (copy_text, count_size_as_multibyte):
2600 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2601 * term.c (produce_glyphs):
2602 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2603 * regex.c (RE_CHAR_TO_MULTIBYTE):
2604 * cmds.c (internal_self_insert):
2605 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2606
fd5f21e6
SM
2607 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2608
4418646e
DN
26092009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2610
2611 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2612
35f5c1d2
JB
26132009-10-16 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2616
a0cd8f6b
AR
26172009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2618
2619 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2620 still needed under Tiger.
2621
2622 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2623
2624 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2625 __Apple__.
2626
2627 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2628
01a8d3fa
KH
26292009-10-15 Kenichi Handa <handa@m17n.org>
2630
2631 * print.c (print_object): Escape a symbol like "2E10" too.
2632
bf6c75c9 26332009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
2634
2635 Cleanups and changes for 64-bit compile under Snow Leopard.
2636 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
2637
2638 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2639
c5959062 2640 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
2641 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2642 cast argument.
2643 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 2644 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
2645
2646 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2647
2648 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2649 where appropriate.
2650
2651 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2652 where appropriate.
6e4780c5
JB
2653 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2654 Use stringWithUTF8String.
bf6c75c9
AR
2655 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2656
6e4780c5
JB
2657 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2658 Add formal protocol mention to inheritance.
bf6c75c9
AR
2659 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2660
6e4780c5
JB
2661 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2662 Fix printf format.
bf6c75c9
AR
2663 (ns_query_color): Use CGFloat where appropriate.
2664 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 2665 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
2666 argument.
2667
3d87f118
AR
2668 * config.in (NS_HAVE_NSINTEGER): Drop.
2669
a95c8102
AR
2670 * dbusbind.c (dbus-method-return-internal)
2671 (dbus-method-error-internal): Use long format in printf, and cast
2672 argument.
2673
2674 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2675 in printf, and cast argument.
2676
6873acca 2677 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
2678 cast argument.
2679
9ec6f100
GM
26802009-10-11 Glenn Morris <rgm@gnu.org>
2681
2682 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2683
5be883cd
JD
26842009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2685
2686 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2687 menu bar with a small width so it doesn't enlarge the frame.
2688
d7a39b51
JB
26892009-10-08 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2692
0c2b6f8e
GM
26932009-10-06 Glenn Morris <rgm@gnu.org>
2694
2695 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2696 SOME_MACHINE_LISP (this enters indirectly via DOC).
2697
e02131a2
EZ
26982009-10-05 Eli Zaretskii <eliz@gnu.org>
2699
2700 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2701
b4744254
EZ
27022009-10-04 Eli Zaretskii <eliz@gnu.org>
2703
2704 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2705 Doc fix.
2706
dbf64827
JB
27072009-10-03 Martin Rudalics <rudalics@gmx.at>
2708
2709 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2710
e9a0aef8
MA
27112009-10-02 Michael Albinus <michael.albinus@gmx.de>
2712
d528b1ce 2713 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
2714 used anymore outside fileio.c.
2715
2716 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2717
64eb2b56
JB
27182009-10-01 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * lisp.h (Qdelete_directory_internal):
2721 Declare, instead of Qdelete_directory.
2722
2723 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2724
9d28c33e
SM
27252009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2728
9d8f3bd9
MA
27292009-10-01 Michael Albinus <michael.albinus@gmx.de>
2730
9d28c33e 2731 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
2732 Fdelete_directory. It is not a command anymore. It has no file
2733 name handler.
2734
9694740b
SM
27352009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * xdisp.c (get_next_display_element): Use an enum in last change.
2738
748e162f
KH
27392009-09-28 Kenichi Handa <handa@m17n.org>
2740
9694740b 2741 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
2742 unibyte_display_via_language_environment in handling
2743 Vnobreak_char_display.
2744
17efd58d
AR
27452009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2746
2747 * nsterm.h (ns_app_name): New extern variable.
2748
2749 * nsterm.m (ns_app_name): New variable.
2750 (ns_term_init): Set and use it.
2751 (ns_term_shutdown): Use it.
2752
2753 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2754 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2755
2756 * nsfns.m (ns_set_name_iconic, ns_set_name)
2757 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2758 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2759
9694740b
SM
2760 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2761 Remove double-casting in client_data comparison.
31c2d412 2762
3208cb35
YM
27632009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2764
2765 * keyboard.c (make_lispy_event): Remember last wheel direction.
2766 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2767
b7d552d6
GM
27682009-09-26 Glenn Morris <rgm@gnu.org>
2769
2770 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2771 internal.elc. Add term/pc-win.elc.
2772 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2773 term/x-win.elc.
2774 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2775 term/w32-win.elc.
2776 (NS_SUPPORT): New.
2777 (lisp): Add NS_SUPPORT.
2778 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2779
4ff670a8
DR
27802009-09-25 David Reitter <david.reitter@gmail.com>
2781
2782 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2783 on Mac OS X 10.6+ (bug#4513).
2784
feabfb6c
JB
27852009-09-24 Juanma Barranquero <lekktu@gmail.com>
2786
2787 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
2788 some parts of Emacs code (like font selection) don't grok them.
2789 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 2790
de59072a
AS
27912009-09-24 Andreas Schwab <schwab@redhat.com>
2792
2793 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2794
a489517b
JB
27952009-09-24 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * dired.c (Fdirectory_files): Fix typo in docstring.
2798
0592970c
AR
27992009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2800
2801 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2802 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2803 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2804 under GNUstep.
2805 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2806
2807 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2808 glyph advancement.
2809
48e8a88b
AR
28102009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2811
2812 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 2813 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
2814
2815 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2816 deleted (bug #4492).
2817
e14f0a78
AR
2818 * nsfont.m (Vns_reg_to_script): New lisp variable.
2819 (syms_of_nsfont): Declare it.
2820 (ns_registry_to_script): New function.
2821 (ns_get_req_script): Call it.
2822 (ns_findfonts): Don't give up on non-unicode registry.
2823
2824 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2825
5b650faa
SM
28262009-09-20 Tom Tromey <tromey@redhat.com>
2827
2828 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2829 batch mode (bug#4228).
2830
a489517b 28312009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
2832
2833 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 2834 carefully. (Bug #4339)
0bae4e09 2835
fcfe06f3
CY
28362009-09-18 Chong Yidong <cyd@stupidchicken.com>
2837
d798ba87 2838 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 2839
31642728
AR
28402009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2841
2842 * emacs.c (inhibit_x_resources): Update doc string for NS.
2843 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 2844 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
2845
2846 * nsterm.h (ns_no_defaults): Remove.
2847
2848 * nsterm.m (ns_no_defaults): Remove.
2849 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2850 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
2851 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2852 don't update the NSWindow itself.
2853 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2854 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2855
2856 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2857 ns_use_qd_smoothing.
2858
2859 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2860 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2861 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2862 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2863
8686ac71
JB
28642009-09-17 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * emacs.c (inhibit_x_resources): New variable.
2867 (main) [HAVE_NS]: Don't process --quick command line option.
2868 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2869
2870 * lisp.h (inhibit_x_resources): Declare it extern.
2871
2872 * w32reg.c (x_get_string_resource):
2873 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2874
e227ba05
EZ
28752009-09-17 Eli Zaretskii <eliz@gnu.org>
2876
362654a6
JB
2877 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2878 Add lisp/term/internal.elc.
e227ba05 2879
742d40e8
SM
28802009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2883 (bug#4461).
2884
005bd5a2
DN
28852009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2886
2887 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2888
2889 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2890 (OBJECTS_MACHINE): Remove, unused.
2891
f9af9719
SM
28922009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * frame.c (x_get_resource_string): Remove unused.
2895
0307c7d2
JD
28962009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2897
2898 * xterm.c (x_new_font): Call change_frame_size before calling
2899 x_set_window_size, in case frame size won't change.
2900
2901 * frame.c (x_set_font): Remove dead code.
2902
428b13d6
SM
29032009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2906
5766c380
SM
29072009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * lread.c (Fload): Don't output a message after loading an obsolete
2910 package any more (done in Lisp now).
2911
2fd0161b
CY
29122009-09-12 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2915
bc5e75b6
SM
29162009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * keymap.c (Fwhere_is_internal): Use nconc2.
2919
c31c985e
AM
29202009-09-11 Alan Mackenzie <acm@muc.de>
2921
2922 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2923 batch mode.
2924
78012bd2
AS
29252009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2926
2927 * xdisp.c (display_mode_element): Detect cycles.
2928
9d889332
SM
29292009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * keymap.c (where_is_internal): Don't erroneously return nil right after
2932 filling the cache.
2933 (where_is_internal_1): Fix up typo.
2934
7ab5d780
GM
29352009-09-11 Glenn Morris <rgm@gnu.org>
2936
2937 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2938 share a common doc-string.
2939
5238a749
SM
29402009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2941
66d77eda
SM
2942 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2943 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2944
5238a749
SM
2945 * keymap.c (QCadvertised_binding): New constant.
2946 (syms_of_keymap): Initialize it.
2947 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2948 if applicable.
2949
19f48442
SM
29502009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2951
50d4ba39
SM
2952 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2953 (parse_menu_item): Streamline since bindings are recomputed all the
2954 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2955 more and don't support lmenu's menu-alias any more either.
2956
a88a5372
SM
2957 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2958 (where_is_internal): Strip it down to only traverse the keymaps.
2959 Move the cache handling from Fwhere_is_internal to here.
2960 (Fwhere_is_internal): Move the handling of remapping and the choice of
2961 the best binding from where_is_internal to here.
2962 Unify the cached/noncached paths, so remapping is also handled
2963 correctly when the cache is used, and so the cache can be used to
2964 speed up remap-handling when applicable.
2965 Give preference to non-remapped bindings.
2966 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2967 non-remapped bindings.
2968 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2969 command remapping.
2970
19f48442
SM
2971 * xdisp.c (display_mode_element): Move list length limit from 50 to
2972 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2973
599498c3 29742009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2975
2976 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2977
f9b7b5ac
SM
29782009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2979
a53af587
JB
2980 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2981 (Bug#4334)
2982
f9b7b5ac
SM
2983 * keymap.c (where_is_internal): Filter out shadowed remappings.
2984 Assume that where_is_internal returns unshadowed bindings to simplify
2985 the code and get rid of the gotos. Use ASIZE.
2986
04f4b72d
JD
29872009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2988
4da146f2
JD
2989 * xterm.c (x_focus_changed): If we get a focusout and pointer
2990 is invisible, make it visible.
2991
04f4b72d
JD
2992 * xterm.h: Remove condition for declaration of
2993 x_*_window_to_frame.
2994
7cef7ce3
SM
29952009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2998 initial terminal as well.
2999
a54fa5b7
JD
30002009-09-02 Jan Djärv <jan.h.d@swipnet.se>
3001
3002 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 3003 x_menubar_window_to_frame.
a54fa5b7
JD
3004
3005 * xterm.c: Remove declarations also in xterm.h
3006 (XTmouse_position): Do not return valid positions
3007 for clicks in the menubar and the toolbar for Gtk+.
3008
3009 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
3010 if the widget for the event has the same top level as a frame,
3011 return the frame.
3012 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
3013 internal windows, bug #4122.
3014 (x_non_menubar_window_to_frame): Remove.
3015
5a021dd0
GM
30162009-09-02 Glenn Morris <rgm@gnu.org>
3017
3018 * buffer.c (default-major-mode): Move most of the doc from here...
3019 (major-mode): ... to here.
3020
548fe2f3
NR
30212009-08-30 Nick Roberts <nickrob@snap.net.nz>
3022
3023 * process.c (wait_reading_process_output): Keep the descriptor
3024 when pty is used by a non-child process, e.g., in I/O buffer of
3025 GDB this allows inferior to be restarted.
3026
e0840eef
EZ
30272009-08-29 Eli Zaretskii <eliz@gnu.org>
3028
3029 * xdisp.c (redisplay_internal): Remove redundant test and collapse
3030 both branches into one.
3031
82e98df4
SM
30322009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
3035 (main): Use enable-multibyte-characters rather than
3036 default-enable-multibyte-characters. Output a warning message when
3037 running a unibyte session.
3038
890617cb
YM
30392009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3040
3041 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
3042 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
3043 (copy_data_segment): Also copy __program_vars section.
3044 (copy_dyld_info) [LC_DYLD_INFO]: New function.
3045 (dump_it) [LC_DYLD_INFO]: Use it.
3046
3047 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
3048
e7adeadc
EZ
30492009-08-28 Eli Zaretskii <eliz@gnu.org>
3050
3051 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
3052 $(SRC)/buildobj.h.
3053 (buildobj.h): Renamed from $(SRC)/buildobj.h.
3054 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
3055 $(SRC)/buildobj.h.
3056 (clean): Add buildobj.h.
3057
3ed8bbdc
TZ
30582009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
3059
3060 * print.c (print_object): Set escapeflag to 1 when printing
3061 hashtable keys and values.
3062
155a6764
SM
30632009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * lread.c (read_integer): Use doubles (and potentially return a float
3066 number) as we do in string-to-number.
3067 (read1): Use strtol to read integers, signal errors on strtol's
3068 overflow and use floats if strtol's output is too large for
3069 Elisp integers.
3070
877610de
EZ
30712009-08-27 Eli Zaretskii <eliz@gnu.org>
3072
3073 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
3074 (make-buildobj-SH): Fix last change.
3075 (SRC): Move to before where it's first used.
3076
ef73e7be
KH
30772009-08-27 Kenichi Handa <handa@m17n.org>
3078
550c8289
KH
3079 * process.c (send_process): Use encode_coding_object instead of
3080 encode_coding_string to perform eol-conversion even if the string
3081 is unibyte.
3082
60afa08d
KH
3083 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
3084 character.
3085
ef73e7be 3086 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 3087 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 3088
7b3a82d7
DN
30892009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3090
5654bf63
DN
3091 * callproc.c (Fcall_process): Remove always true #if.
3092
7b3a82d7
DN
3093 * lisp.h: Replace #if 0 code for checking with text pointing to
3094 the --enable-checking configure flag.
3095
3096 * emacs.c (main): Mention the --enable-profiling configure flag
3097 instead of using CFLAGS.
3098
878bde49
KR
30992009-08-26 Ken Raeburn <raeburn@raeburn.org>
3100
3101 * Makefile.in (buildobj.h): New target.
3102 (doc.o): Depend on it.
3103 (temacs${EXEEXT}): Don't generate buildobj.lst.
3104 (mostlyclean): Delete buildobj.h, not buildobj.lst.
3105 * makefile.w32-in ($(SRC)/buildobj.h): New target.
3106 ($(BLD)/doc.$(O)): Depend on it.
3107 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
3108 provided by Eli Zaretskii.)
3109 ($(TEMACS)): Don't generate buildobj.lst.
3110 * doc.c: Include buildobj.h.
3111 (buildobj): New static variable.
3112 (Fsnarf_documentation): Use it, instead of opening and reading
3113 buildobj.lst.
3114
1574224c
MA
31152009-08-25 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * dbusbind.c (Fdbus_call_method)
3118 (Fdbus_call_method_asynchronously): Use English numeric format for
3119 timeout values in doc string.
3120
d9da2f45
KH
31212009-08-25 Kenichi Handa <handa@m17n.org>
3122
ef73e7be
KH
3123 * alloc.c (mark_char_table): New function.
3124 (mark_object): Use mark_char_table for a char-table.
3125
d9da2f45
KH
3126 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
3127 (CHAR_TABLE_REF): Use it.
3128
c8edcc01
KR
31292009-08-23 Ken Raeburn <raeburn@raeburn.org>
3130
3131 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
3132 before invoking the newly build emacs to check for load-path
3133 shadowing.
3134
7763401b
GM
31352009-08-22 Glenn Morris <rgm@gnu.org>
3136
3137 * Makefile.in (bootstrap_exe): New variable.
3138 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
3139 Use ${bootstrap_exe}.
3140
729eadda
EZ
31412009-08-22 Eli Zaretskii <eliz@gnu.org>
3142
3143 * coding.h (encode_coding_string): Don't encode unibyte strings.
3144 (Bug#4047)
3145
eb4c6ace
MA
31462009-08-22 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
3149
3150 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
3151 intended as hotfix only.
3152 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
3153
36e34d1b
AR
31542009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3155
3156 * nsterm.m (ns_get_color): Update documentation properly for last
3157 change, and clean up loose ends in the code left by it. Fix
3158 longstanding bug with 16-bit hex parsing, and add support for
3159 yet another X11 format (rgb:r/g/b) for compatibility.
3160 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3161 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3162
f983eb8a
SM
31632009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3166
3f56d3c6
MA
31672009-08-20 Michael Albinus <michael.albinus@gmx.de>
3168
3169 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3170 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3171 (xd_initialize, xd_pending_messages): Check, whether
3172 $DBUS_SESSION_BUS_ADDRESS is set.
3173
fb641d68
YM
31742009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3175
3176 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3177
3178 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3179
cf59a374
GM
31802009-08-20 Glenn Morris <rgm@gnu.org>
3181
3182 * emacs.c (system-type): Doc fix.
3183
1373f3be
SM
31842009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3187 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3188
058ed861
MA
31892009-08-18 Michael Albinus <michael.albinus@gmx.de>
3190
1373f3be
SM
3191 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3192 New functions.
058ed861
MA
3193 (xd_initialize): Revert change from 2009-08-16.
3194
563a866e 31952009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
3196
3197 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 3198 font-group vector, return nil.
5fc05db0 3199
e42bdf01
CY
32002009-08-17 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * process.c (status_notify): Don't perform redisplay.
3203 (Fdelete_process, list_processes_1, process_send_signal):
3204 Expliticly perform redisplay.
3205 (wait_reading_process_output): Always check process status, but
3206 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3207
4230ab74
KR
32082009-08-17 Ken Raeburn <raeburn@raeburn.org>
3209
1373f3be 3210 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
3211 (XFLOAT_INIT): New macro for storing a float value.
3212 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3213 * fns.c (sxhash): Copy out the value of a float in order to
3214 examine its bytes.
3215 * dbusbind.c (xd_append_arg): Likewise.
3216
4230ab74
KR
3217 * emacs.c (main): Don't call syms_of_data twice.
3218
a0645cdd
MA
32192009-08-16 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * dbusbind.c (xd_initialize): Add connection file descriptor to
3222 input_wait_mask, in order to let select() detect, whether a new
3223 message has been arrived.
ca4f31ea 3224 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3225
485db0ba
MA
32262009-08-15 Michael Albinus <michael.albinus@gmx.de>
3227
1373f3be
SM
3228 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3229 New functions.
485db0ba
MA
3230
3231 * lisp.h (xd_pending_messages): Declare.
3232
3233 * keyboard.c (readable_events): Call xd_pending_messages.
3234
b5b98ff4
CY
32352009-08-15 Chong Yidong <cyd@stupidchicken.com>
3236
1373f3be 3237 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3238
f8354c6e
CY
3239 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3240
b5b98ff4
CY
3241 * buffer.c (set_buffer_internal_1)
3242 (swap_out_buffer_local_variables): Check for unbound local
3243 variables (Bug#4138).
3244
8b9fc636
EZ
32452009-08-14 Eli Zaretskii <eliz@gnu.org>
3246
3247 * process.c (create_pty): Fix last change.
3248
ce959360
CY
32492009-08-13 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3252 (xbm_load_image): Caller changed.
64b807c9 3253 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3254
c7baf7e9
NR
32552009-08-13 Nick Roberts <nickrob@snap.net.nz>
3256
3257 * process.c (create_pty): New function.
3258 (Fstart_process): Use it to allow Emacs to just associate a pty
3259 with the buffer. See associated change in gdb-mi.el.
3260 (list_processes_1): Deal with no program name.
3261 (start_process_unwind): Use pid == -2 to mean no process.
3262
1ac9108a
SM
32632009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * cmds.c (nonundocount): New global variable.
3266 (keys_of_cmds): Initialize it.
3267 (Fself_insert_command): Use it to combine upto 20 sequential chars
3268 into a single undo entry, just like the Qself_insert_command code in
3269 keyboard.c does.
3270 Call frame_make_pointer_invisible, also like the Qself_insert_command
3271 code in keyboard.c does.
3272 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3273 than its own local replacement for it.
3274
e267324c
KR
32752009-08-10 Ken Raeburn <raeburn@raeburn.org>
3276
1ac9108a 3277 * fns.c (concat): Don't re-set string length to its current value.
77437343 3278
1ac9108a
SM
3279 * coding.h (decode_coding_string, encode_coding_string):
3280 Use SBYTES macro.
f0bed503 3281
1ac9108a 3282 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3283 (doprnt): Merge with doprnt1, discarding lispstrings code.
3284 * lisp.h (doprnt_lisp): Don't declare.
3285
416e006d
JL
32862009-08-07 Juri Linkov <juri@jurta.org>
3287
3288 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3289
6f7d5780
DN
32902009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3291
3292 * print.c (syms_of_print): Undo previous change.
3293
f19a0f5b
TZ
32942009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3295
3296 * lread.c (read1, syms_of_lread): Read hashtables back from the
3297 readable format.
3298
3299 * print.c (print_preprocess, print_object): Print hashtables fully
3300 and readably.
3301 (syms_of_print): Provide 'hashtable-print-readable.
3302
b9173dc2
AR
33032009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3304
3305 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3306 no family set.
3307 (nsfont_open): Handle case when entity has no family.
3308
1586503c
AR
33092009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3310
3311 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3312 element, not a list, for match case.
3313
087048cd
KH
33142009-07-28 Kenichi Handa <handa@m17n.org>
3315
3316 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3317 rigidly.
3318
3319 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3320 font_parse_xlfd. Check font properties more rigidly.
3321
780c2506
DN
33222009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3323
31fd7c5c
JB
3324 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3325 bsd-common.h.
780c2506 3326
a8c0cc18
KH
33272009-07-27 Kenichi Handa <handa@m17n.org>
3328
3329 * xfaces.c (face_with_height): Call font_clear_prop.
3330
4fbe2306
CY
33312009-07-26 Chong Yidong <cyd@stupidchicken.com>
3332
111d9af3
CY
3333 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3334
3335 * xterm.c (x_term_init): Use Qx.
3336
4fbe2306
CY
3337 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3338
1ac9108a 3339 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3340 (ns_get_color): Revert 2009-07-16 change.
3341
beb0b7f9
EZ
33422009-07-25 Eli Zaretskii <eliz@gnu.org>
3343
3344 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 3345 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 3346
2baf5e76
KR
33472009-07-25 Ken Raeburn <raeburn@raeburn.org>
3348
1ac9108a
SM
3349 * coding.h (decode_coding_string, encode_coding_string):
3350 Use SCHARS macro.
8890e5f5 3351
2baf5e76 3352 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 3353 (load_depth): Delete.
2baf5e76
KR
3354 (Qload_in_progress): New variable.
3355 (load_unwind): Don't reference load_depth or load_in_progress.
3356 (Fload): Likewise; specbind Qload_in_progress instead.
3357 (init_lread): Don't initialize load_depth.
3358 (syms_of_lread): Initialize and protect Qload_in_progress.
3359
1395c6f5
AR
33602009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3361
3362 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3363
4e2f36cf
AR
33642009-07-23 Yavor Doganov <yavor@gnu.org>
3365
3366 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3367
5dd9a6f7
AR
33682009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3369
3370 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
3371 Bugs 3792, 3720, 2402.
3372 (ns_lookup_indexed_color): Check for bad index.
3373 (ns_index_color): Init unused slot to 0.
3374 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3375 Bug 3714, possibly 3082.
5dd9a6f7 3376
c902b920
JR
33772009-07-22 Jason Rumney <jasonr@gnu.org>
3378
1ac9108a
SM
3379 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3380 Position IME window at cursor (Bug#2570).
c902b920
JR
3381 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3382 (globals_of_w32fns): Dynamically load functions required above.
3383
3384 * w32term.c (w32_draw_window_cursor): Send message to reposition
3385 any IME window.
3386
090101cf
CY
33872009-07-21 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * fileio.c: Revert 2009-07-16 changes.
3390 (Vauto_save_include_big_deletions): New variable.
3391 (Fdo_auto_save): Disable auto-save only if
3392 auto-save-include-big-deletions is nil.
3393
e6583e3d
CY
33942009-07-21 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3397 the overflowed pixels into account (Bug#3879).
3398
ece435a5
KR
33992009-07-21 Ken Raeburn <raeburn@raeburn.org>
3400
3401 * lread.c (load_depth): New variable.
3402 (Fload, load_unwind, init_lread): Set it to the load recursion
3403 depth; set load_in_progress as a simple boolean based on the
3404 current load_depth. (Bug#3892)
3405
40b2d973
AR
34062009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3407
3408 * nsfont.m (ns_has_attribute): Remove.
3409 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3410
10be7e0d
JL
34112009-07-18 Juri Linkov <juri@jurta.org>
3412
3413 * process.c (Fset_process_query_on_exit_flag): Mention killing
3414 a buffer in docstring.
3415
fa055055
KH
34162009-07-17 Kenichi Handa <handa@m17n.org>
3417
3418 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3419
042f7b69
YM
34202009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3421
3422 * nsfns.m (Fns_set_alpha): Remove function.
3423 (syms_of_nsfns): Don't defsubr it.
3424
3425 * nsterm.m (ns_get_color): Remove incompatible color formats.
3426 (ns_color_to_lisp): Generate #rrggbb color format string.
3427
4be941e3
RS
34282009-07-16 Richard Stallman <rms@gnu.org>
3429
3430 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3431 (Fset_buffer_auto_saved): Handle save_length = -2.
3432
4e6b227d
CY
34332009-07-16 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * xterm.c (Qx_gtk_map_stock): New var.
3436
3437 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3438 of calling intern each time.
3439
a1856973
YM
34402009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3441
3442 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3443 does tiling.
3444
3445 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3446
497e54d8
KH
34472009-07-14 Kenichi Handa <handa@m17n.org>
3448
72d36834
KH
3449 * font.c (font_vconcat_entity_vectors): New function.
3450 (struct font_sort_data): New member font_driver_preference.
3451 (font_compare): Check font_driver_preference.
3452 (font_sort_entities): The format of the first argument changed.
3453 (font_delete_unmatched): Likewise.
3454 (font_list_entities): The return type changed.
3455 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
3456 (font_find_for_lface): Adjuste for the above changes.
3457 Don't suppress the checking of C even if the repertory supports it.
3458 (Flist_fonts): Adjust for the above changes.
72d36834 3459
1ac9108a
SM
3460 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3461 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
3462 Reject a font who has adstyle property that is different from a
3463 langname derived from registry property.
1ac9108a 3464 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 3465
b6046155
EZ
34662009-07-13 Eli Zaretskii <eliz@gnu.org>
3467
3468 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3469 local copy of dirfilename.
3470
fb6b6049
KH
34712009-07-13 Kenichi Handa <handa@m17n.org>
3472
e2402a5e
KH
3473 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3474 against max_char.
3475
fb6b6049
KH
3476 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3477 calling XSYMBOL (sym).
3478
65156807
EZ
34792009-07-11 Eli Zaretskii <eliz@gnu.org>
3480
1ac9108a
SM
3481 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3482 New function.
3483 (directory_files_internal) [WINDOWSNT]:
3484 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
3485 the filesystem of the directory is fast or slow.
3486
3487 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3488 file name.
3489 (is_slow_fs): New function.
3490 (stat): Use it to determine whether to issue more system calls to
3491 get accurate file attributes, when w32-get-true-file-attributes is
3492 `local'.
3493
e0ab5fcf
JD
34942009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3495
3496 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 3497 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
3498 parameter font-parameter as default to the font dialog.
3499
784ceded
KH
35002009-07-10 Kenichi Handa <handa@m17n.org>
3501
3502 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3503
fb8edc0b
EZ
35042009-07-09 Eli Zaretskii <eliz@gnu.org>
3505
1ac9108a 3506 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 3507
fb8edc0b
EZ
3508 * w32.c (stat): Treat UNC file names as residing on remote
3509 drives. (Bug#3542)
3510
635c75b1
KH
35112009-07-09 Kenichi Handa <handa@m17n.org>
3512
3513 * fontset.c (fontset_find_font): Fix previous change.
3514
c1d5ce94
MA
35152009-07-08 Michael Albinus <michael.albinus@gmx.de>
3516
3517 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3518 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3519 error flag.
3520
edb61b39
KH
35212009-07-08 Kenichi Handa <handa@m17n.org>
3522
374bf7e4
KH
3523 * fontset.c (fontset_find_font): Fix the logic of handling
3524 charset_matched.
3525 (font_for_char): Delete unused var.
3526 (generate_ascii_font_name): Delete it.
3527
edb61b39
KH
3528 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3529
3530 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3531 (encode_coding_sjis): Fix the code range check.
3532
0f3f018c
CY
35332009-07-07 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3536 (Fexpand_file_name): Copy string data properly (Bug#3772).
3537
fcaf6f3a
JD
35382009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3539
3540 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3541 first MapNotify.
3542
6809ca75
KH
35432009-07-07 Kenichi Handa <handa@m17n.org>
3544
3545 * character.h (unibyte_has_multibyte_table): Delete extern.
3546 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3547
3548 * charset.c (Fset_charset_priority): Update charset_unibyte.
3549 (syms_of_charset): Initialize charset_unibyte.
3550
3551 * character.c (unibyte_has_multibyte_table): Delete it.
3552 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3553 charset_unibyte.
3554 (multibyte_char_to_unibyte_safe): Likewise.
3555 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3556
1ac9108a 3557 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
3558 (x_produce_glyphs): Likewise.
3559
3560 * .gdbinit (xcharset): Fix the treating $arg0.
3561
ad9e2d54
EZ
35622009-07-04 Eli Zaretskii <eliz@gnu.org>
3563
3564 Emulation of `getloadavg' on MS-Windows.
3565 * w32.c: Include float.h
3566 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3567 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3568 (get_native_system_info, get_system_times): New functions.
3569 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3570 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3571 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3572 g_b_init_get_system_times, and num_of_processors.
3573
0a3472c7
JR
35742009-07-03 Jason Rumney <jasonr@gnu.org>
3575
3576 * w32term.c (w32_initialize): Use standard types.
3577
80904120
EZ
35782009-07-03 Eli Zaretskii <eliz@gnu.org>
3579
3580 * dired.c (Ffile_attributes): Decode user and group names by the
3581 locale's encoding. (Bug#3443)
3582
6978862d
DN
35832009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3584
f8d23104
DN
3585 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3586 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3587
3588 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3589
3590 * term.c (init_tty): Remove spurious #ifdef.
3591
6978862d
DN
3592 * m/mips.h: Mention this file is also used for netbsd.
3593 * m/pmax.h: Remove file.
3594
e044e4fc
JD
35952009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3596
3597 * xterm.h (struct x_display_info): Add invisible_cursor.
3598 (struct x_output): Add current_cursor.
3599
3600 * xterm.c (XTtoggle_invisible_pointer): New function.
3601 (x_define_frame_cursor): Don't define cursor if invisible or the
3602 same as before. Set current_cursor.
3603 (x_create_terminal): Set toggle_invisible_pointer_hook.
3604
3605 * xfns.c (make_invisible_cursor): New function.
3606 (x_set_mouse_color): Call make_invisible_cursor.
3607 Set current_cursor.
3608 (x_window): Set current_cursor.
3609
3610 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3611
3612 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3613 inserting a character.
3614 (read_avail_input): Call frame_make_pointer_visible.
3615
3616 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
3617 (frame_make_pointer_invisible, frame_make_pointer_visible):
3618 New functions.
e044e4fc
JD
3619 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3620
3621 * frame.h: Declare frame_make_pointer_invisible and
3622 frame_make_pointer_visible.
3623 (struct frame): Add pointer_invisible.
3624
574c8efa
JD
36252009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3626
7b507248
JD
3627 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3628 frame isn't visible.
3629 (xg_frame_resized): If width/height is -1, get size of window
3630 from X server.
3631
3632 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3633 for MapNotify.
3634
835bdaa7 3635 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 3636 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 3637 (flush_and_sync): Reintroduce.
574c8efa 3638
3f1c6666 36392009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 3640
31fd7c5c 3641 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
3642
3643 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3644 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3645
3646 * frame.h: Declare Qsticky.
3647
cad9ef74
JD
3648 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3649
3650 * nsfns.m (ns_frame_parm_handlers): Ditto.
3651
3652 * frame.c: Declare Qsticky.
3653 (frame_parms): Add sticky.
3654
3655 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3656
3657 * xterm.h: Declare x_set_sticky.
3658
3659 * xterm.c (x_set_sticky): New function.
3660
69b16610
JD
3661 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3662 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3663 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
3664
3665 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3666
3667 * frame.c: Qmaximized is new.
3668 (x_set_frame_parameters): Do not handle fullscreen specially.
3669 Only set width and height if explicitly set.
3670 (x_set_fullscreen): Handle Qmaximized.
3671 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3672 (syms_of_frame): Initialize Qmaximized.
3673
1ac9108a
SM
3674 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3675 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
3676
3677 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
3678 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3679 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
3680 set gravity to NorthWestGravity when USE_GTK.
3681 (set_wm_state): New function.
31fd7c5c 3682 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
3683 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3684 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 3685 or the case when no window manager is running. That means remove calls
3f1c6666
JD
3686 to x_real_positions and x_fullscreen_adjust.
3687
3688 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3689 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3690 flush_and_sync.
3691 (xg_height_changed): New function.
3692 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
3693 and gtk_window_set_policy. Set frame gravity after parsing the
3694 geometry string.
3f1c6666
JD
3695 (xg_update_frame_menubar, free_frame_menubar)
3696 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3697 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3698 Remove calls to xg_frame_set_char_size.
3699
fd503d99
KH
37002009-07-01 Kenichi Handa <handa@m17n.org>
3701
3702 * keyboard.c (decode_keyboard_code): New function.
3703 (tty_read_avail_input): Decode the input bytes if necessary.
3704
1ac9108a
SM
3705 * coding.c (setup_coding_system):
3706 Initialize coding->carryover_bytes to 0.
fd503d99
KH
3707 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3708 use Qno_conversion.
3709
24ed93fb
YM
37102009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3711
3712 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3713
99061dfc
CY
37142009-06-30 Chong Yidong <cyd@stupidchicken.com>
3715
1ac9108a 3716 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 3717
ff90fbde
JR
37182009-06-30 Jason Rumney <jasonr@gnu.org>
3719
3720 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3721 is already loaded.
3722 Set user model ID if supported (bug#1849).
3723
5f445726
JM
37242009-06-29 Jim Meyering <meyering@redhat.com>
3725
3726 Remove useless if-before-xfree test.
3727 * nsfont.m (nsfont_close): Remove useless test.
3728 * term.c (delete_tty): Likewise.
3729 * w32.c (system_process_attributes): Likewise.
3730 * w32font.c (w32font_close): Likewise.
3731 * xfaces.c (x_free_gc): Likewise.
3732 * xselect.c (buffer): Likewise.
3733
b9607587
AS
37342009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3735
3736 * process.c (send_process): Keep decoded string in a local
3737 variable and protect it from GC. (Bug#3521)
3738
89ba96f4
EZ
37392009-06-28 Eli Zaretskii <eliz@gnu.org>
3740
3741 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3742 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3743
098a1589
CY
37442009-06-28 Chong Yidong <cyd@stupidchicken.com>
3745
485422be
CY
3746 * xdisp.c (start_display, handle_face_prop)
3747 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
3748 (redisplay_window, try_window_id, produce_image_glyph):
3749 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 3750
098a1589
CY
3751 * xterm.c (x_update_window_begin, x_new_focus_frame)
3752 (x_scroll_bar_handle_click, handle_one_xevent)
3753 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3754 (x_make_frame_visible, x_make_frame_invisible)
3755 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3756 code chunks that are now obsolete.
3757
78c38319
MA
37582009-06-28 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3761 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3762 for hours, when optimzation is enabled.
3763 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3764 (xd_read_message): Make them static.
3765
4189ed40
CY
37662009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3767
3768 * term.c (turn_on_face): Allow simultaneously bold and dim
3769 terminal faces (Bug#3530).
3770
cd9b5e16
CY
37712009-06-27 Chong Yidong <cyd@stupidchicken.com>
3772
4e23bedb
CY
3773 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3774
cd9b5e16
CY
3775 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3776 truncation glyphs (Bug#3686).
3777
07cc3c35
GM
37782009-06-27 Glenn Morris <rgm@gnu.org>
3779
3780 * m/pmax.h: Restore file, with only netbsd portions.
3781
31fd7c5c 37822009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 3783
cd9b5e16 3784 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 3785
42d4a64f
KH
37862009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3787
3788 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3789 the arg FORCE_SYMBOL.
3790
930fe55b 37912009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
3792
3793 * fontset.c (fontset_find_font): When a usable rfont_def is found
3794 in a fallback font-group, make it the first element of the group.
3795
57ebc3fd
CY
37962009-06-24 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3799
f084f942
KH
38002009-06-24 Kenichi Handa <handa@m17n.org>
3801
3802 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3803 set for C.
3804 (fontset_font): Record the availability of a font for C both in
3805 the realized fontsets of the current one and the default one.
3806
2f686c87
DN
38072009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3808
3809 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3810 conditional, it is always defined on AIX.
3811
666e158e
MB
38122009-06-23 Miles Bader <miles@gnu.org>
3813
3814 * window.c (Vrecenter_redisplay): New variable.
3815 (syms_of_window): Initialize it.
3816 (Qtty): New extern declaration.
3817 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3818
c6da7cd2
JM
38192009-06-23 Jim Meyering <meyering@redhat.com>
3820
1ac9108a
SM
3821 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3822 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 3823 pointer dereferences are guaranteed to be valid.
c6da7cd2 3824
678dca3d
KH
38252009-06-23 Kenichi Handa <handa@m17n.org>
3826
74d75424
KH
3827 * emacs.c (main): Call init_font ().
3828
3829 * font.h (Vfont_log): Extern it.
3830 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3831
3832 * font.c (font_sort_entities, font_list_entities)
3833 (font_matching_entity, font_open_entity)
3834 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3835 (Vfont_log): Delete static.
3836 (font_log_env_checked): Delete this variable.
3837 (font_add_log): Don't check font_log_env_checked.
3838 (font_deferred_log): Check Vfont_log.
3839 (init_font): New function.
3840
678dca3d
KH
3841 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3842
3843 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3844
3845 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3846
3847 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3848
3849 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3850 (face_for_char): Don't call font_deferred_log here.
3851 (font_for_char): Likewise.
3852
8a668709
CY
38532009-06-22 Chong Yidong <cyd@stupidchicken.com>
3854
9a01ee33
CY
3855 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3856 rather than its background_width for drawing the overline and
3857 underline (Bug#489).
3858
3859 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3860 rather than its background_width for drawing the overline and
3861 underline (Bug#489).
ec7c9926
CY
3862 (xg_default_icon_file): New variable.
3863 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3864 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3865
8a668709
CY
3866 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3867 (load_overlay_strings): Remove externs.
3868 (fast_find_position): Function deleted.
3869 (mouse_face_from_buffer_pos): New function, based on
3870 fast_find_position. Correctly handle before-strings,
3871 display-strings, and after-strings (Bug#1220).
3872 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3873
4d4c02d8
CY
38742009-06-21 Chong Yidong <cyd@stupidchicken.com>
3875
1ac9108a 3876 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3877 (move_it_in_display_line_to, move_it_in_display_line_to)
3878 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3879
70243478
CY
38802009-06-21 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * Branch for 23.1.
3883
13087e59
JR
38842009-06-21 Jason Rumney <jasonr@gnu.org>
3885
3886 * w32term.c (keyboard_codepage): New static variable.
3887 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3888 (w32_read_socket) [WM_CHAR]: Use it to decode character
3889 input (bug#3237).
3890 (w32_initialize): Initialize it.
3891 (codepage_for_locale): New function.
3892
4735b74e
KR
38932009-06-20 Ken Raeburn <raeburn@raeburn.org>
3894
3895 * process.c (status_message): Pass Faset index argument as a lisp
3896 object, so as to work with USE_LISP_UNION_TYPE.
3897
0e727afa
YM
38982009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3899
3900 * coding.c (Ffind_coding_systems_region_internal):
3901 Cache checked characters.
3902
cf299835
KH
39032009-06-18 Kenichi Handa <handa@m17n.org>
3904
1ac9108a 3905 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3906
90f20d94
AS
39072009-06-18 Andreas Schwab <aschwab@redhat.com>
3908
3909 * xdisp.c (redisplay_internal): Check that the frame is still
3910 live after redisplay of its windows.
3911 (redisplay_windows): Check that the window is still live.
3912
7f1faf1c
KH
39132009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3914
3915 * coding.c (detect_coding_utf_16): Fix previous change.
3916
cc13543e
KH
39172009-06-16 Kenichi Handa <handa@m17n.org>
3918
3919 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3920 UTF-16 by checking the dispersion of Eth and Oth bytes.
3921
977b85f4
AS
39222009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3923
3924 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3925
66bd43d1
KH
39262009-06-15 Kenichi Handa <handa@m17n.org>
3927
3928 * process.c (status_message): Fix previous change. Be sure to
3929 decode a localized string.
3930
cb5ca9c5
YM
39312009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3932
3933 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3934 add comment explaining why.
3935
ec7709ba 39362009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3937
ec7709ba 3938 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3939
4b7f335c
AR
39402009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3941
3942 * nsfont.m (ns_attribute_value): Remove.
3943 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3944 (ns_has_attribute): Shrink the normal range.
3945 (ns_findfonts): Don't worry about requested spec in determining
3946 need for synthItal.
e41820ee 3947 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3948
73b26103
SZ
39492009-06-14 Seiji Zenitani <zenitani@mac.com>
3950
3951 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3952
5753e4da
KH
39532009-06-11 Kenichi Handa <handa@m17n.org>
3954
3955 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3956 overhang for the static composition case.
3957
3561b671
KH
39582009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3959
5753e4da
KH
3960 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3961 overhang for the automatic composition case.
3962
3561b671
KH
3963 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3964 composition case.
3965
852bbd41
CY
39662009-06-10 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * xdisp.c (get_next_display_element): When handling wrap-prefix
3969 and line-prefix, treat \n as a control character (bug#3502).
3970
9903d1e6
KH
39712009-06-10 Kenichi Handa <handa@m17n.org>
3972
3973 * font.c (font_parse_family_registry): Fix for one-char foundry.
3974 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3975
0bcbaaaa
CY
39762009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3977
3978 * process.c (status_message): Fix handling of multibyte signal
3979 string (Bug#3499).
3980
40aa3f13
JM
39812009-06-09 Jim Meyering <meyering@redhat.com>
3982
1f80c7e2
CY
3983 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3984 color name is missing.
40aa3f13 3985
72d51285
KH
39862009-06-09 Kenichi Handa <handa@m17n.org>
3987
3988 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3989 FROM-CODE and TO-CODE are codepoints of CHARSET.
3990
c1d04d84
AR
39912009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3992
3993 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3994
39952009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3996
3997 Changes to support :script/:lang/:otf in NS font driver.
3998 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3999 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
4000 indicate not part of font driver interface, and change callers.
4001 (ns_get_family): Remove pointless null check.
4002 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
4003 ns_spec_to_descriptor, ns_descriptor_to_entity.
4004 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
4005 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
4006 (ns_spec_to_descriptor, ns_descriptor_to_entity)
4007 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
4008 (ns_get_req_script, ns_accumulate_script_ranges)
4009 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
4010 New functions.
4011 (nsfont_list, nsfont_match): Use ns_findfonts.
4012 (nsfont_open): Use font descriptor instead of traits.
4013 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
4014 (dump_glyphstring): Rename to ns_dump_glyphstring.
4015
c7eb9816
AR
4016 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
4017
c1d04d84
AR
4018 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
4019
4020 * fontset.c (fontset_from_font): Remove NS-specific code.
4021
ec7709ba 40222009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
4023
4024 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
4025 nonactive windows.
4026
31fd7c5c 40272009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 4028
1ac9108a 4029 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 4030
68852c13 40312009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
4032
4033 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
4034
6756cd1d
CY
40352009-06-07 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4038 account for the overflowing of newlines into the last glyph on the
4039 display line (Bug#3482).
4040
28bf482a
DR
40412009-06-05 David Reitter <david.reitter@gmail.com>
4042
ec7709ba
JB
4043 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
4044 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
4045 Fns_selection_exists_p, Fns_selection_owner_p.
4046
fdb55376
JR
40472009-06-03 Jason Rumney <jasonr@gnu.org>
4048
4049 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
4050 available. (Bug#3379)
4051
05129fbe
KH
40522009-05-29 Kenichi Handa <handa@m17n.org>
4053
1ac9108a
SM
4054 * coding.c (get_translation_table):
4055 Check Venable_character_translation.
05129fbe 4056
ec7709ba 40572009-05-26 David Reitter <david.reitter@gmail.com>
15891144 4058
ec7709ba
JB
4059 * nsterm.m (ns_raise_frame): Only raise frame if visible.
4060 (x_make_frame_visible): Move frame to front rather than calling
15891144 4061 ns_raise_frame().
ec7709ba 4062 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 4063 isn't key window.
ec7709ba 4064 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
4065 drawRect may be called by NSView even if the frame is hidden.
4066
ec7709ba
JB
4067 * nsfns.m (Fx_create_frame): Follow other ports in
4068 determining visibility; default to t. Ensure async_visible is set.
15891144 4069
21f73755
EZ
40702009-05-23 Eli Zaretskii <eliz@gnu.org>
4071
4072 * dired.c (Ffile_attributes): Doc fix.
4073
34001e41
CY
40742009-05-22 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
4077
46306a17
SM
40782009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4081 and xfont_scratch_props.
4082 (syms_of_xfont): Do it here instead.
4083 (xfont_find_ccl_program): Delete, unused.
4084 (xfont_open): Delete unused var `i'.
4085
ef6e0694
KH
40862009-05-21 Kenichi Handa <handa@m17n.org>
4087
4088 * fontset.c (Qlatin): Don't make it static.
4089
46306a17
SM
4090 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
4091 New functions.
ef6e0694
KH
4092 (xfont_scripts_cache, xfont_scratch_props): New variables.
4093 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
4094 (xfont_list_pattern): Argument changed. Callers changed.
4095 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
4096 (xfont_list): Don't reject a font spec with :script property.
4097 (xfont_has_char): Fix setting of encoding.
4098 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
4099 xfont_scratch_props.
4100
41012009-05-19 Kenichi Handa <handa@m17n.org>
4102
46306a17 4103 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
4104 Callers changed.
4105
41062009-05-18 Kenichi Handa <handa@m17n.org>
4107
4108 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
4109
ac71ced7
SM
41102009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4113 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
4114
1c6d1051
YM
41152009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4116
4117 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
4118 (x_delete_terminal): Dissociate resource database from display and
4119 then call XrmDestroyDatabase before closing display.
4120
9b9b779c
AR
41212009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4122
4123 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
4124 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
4125 whether selected frame is viable before raising it (based on patch
4126 by David Reitter), and improve commentary.
4127 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 4128
cccd42d5
KH
41292009-05-15 Kenichi Handa <handa@m17n.org>
4130
4131 * font.c (Ffont_spec): Check arguments.
4132
337fbd17
CY
41332009-05-14 Chong Yidong <cyd@stupidchicken.com>
4134
4135 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
4136 weight when testing attributes (Bug#3282).
4137
47a6002f
JD
41382009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4139
4140 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
4141 what we expect to get in the next ConfigureNotify event.
4142
9cb363db
YM
4143 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
4144 before Xft one (Bug#1696).
4145
b9126609
CY
41462009-05-07 David Reitter <david.reitter@gmail.com>
4147
4148 * nsfns.m (Fx_display_planes): Compute bitplanes using
4149 NSBitsPerPixelFromDepth (Bug#3207).
4150
27a69fd9
CY
41512009-05-10 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4154
00f37552
TTN
41552009-05-10 Ulrich Mueller <ulm@gentoo.org>
4156
4157 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4158
2d82a920
DR
41592009-05-07 David Reitter <david.reitter@gmail.com>
4160
ec7709ba
JB
4161 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4162 Respect mouse face background.
2d82a920 4163
46b0d52d
DR
41642009-05-07 David Reitter <david.reitter@gmail.com>
4165
ec7709ba
JB
4166 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4167 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
4168 in ns_update_begin and ns_update_end.
4169
ce1b23bb
SM
41702009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4171
5996e1b7
SM
4172 * nsfns.m (ns_get_screen): Rewrite.
4173 Don't presume selected-frame is of type `ns'.
4174
ba98e3a0
SM
4175 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4176 all drivers.
4177
ce1b23bb
SM
4178 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4179
bcda200f
YM
41802009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4181
4182 * keyboard.h (add_user_signal): Fix typo in extern.
4183
4184 * lisp.h (add_user_signal): Remove extern.
4185
4186 * unexelf.c (unexec): Consider a section to precede the .bss section
4187 if its addresses overlap that of .bss.
4188 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4189 instead of dumping process.
4190
864660a2
SM
41912009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4194
50da4e56
SM
41952009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4198
51520a1a
DN
41992009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4200
4201 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4202 any statements.
4203
409ea3a1
AS
42042009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4205
59c4c60f
AS
4206 * process.c (read_process_output): Make sure the current buffer is
4207 always restored.
4208
409ea3a1
AS
4209 * coding.c (record_conversion_result): Don't modify
4210 Vlast_code_conversion_error for successful result.
4211 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4212
56f00ed2
KH
42132009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4214
4215 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 4216 (load_charset_map): Remove unnecessary code.
56f00ed2 4217
4491c9d2
DR
42182009-04-30 David Reitter <david.reitter@gmail.com>
4219
35f5b128 4220 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
4221 through f24.
4222
6970f632
CY
42232009-04-30 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4226
4227 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4228 face_at_buffer_position.
4229 (face_before_or_after_it_pos, get_next_display_element)
4230 (note_mouse_highlight): Update face_at_buffer_position call.
4231
4232 * term.c (term_mouse_highlight):
4233 * msdos.c (IT_note_mouse_highlight):
4234 * fontset.c (Finternal_char_font):
35f5b128 4235 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4236
4237 * dispextern.h (face_at_buffer_position): Update prototype.
4238
0c616f63
KH
42392009-04-30 Kenichi Handa <handa@m17n.org>
4240
35f5b128 4241 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4242
ad3aaf33
AS
42432009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4244
4245 * callproc.c (Fcall_process): Fix GC protection. Make sure
4246 current buffer is always restored.
4247
c3c963a0
YM
42482009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4249
4250 * atimer.c (init_atimer): Also clear stopped_atimers.
4251
4252 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4253
7e3386cb
YM
4254 * process.c (create_process): Clean up merger residues of
4255 2008-07-17 change.
4256
91f68422
CY
42572009-04-29 Ulrich Mueller <ulm@gentoo.org>
4258
4259 * lread.c (Vread_circle): New variable.
4260 (read1): Disable recursive read if Vread_circle is nil.
4261
24b34550
KH
42622009-04-29 Kenichi Handa <handa@m17n.org>
4263
4264 * fontset.h (set_default_ascii_font): Delete extern.
4265
4266 * fontset.c (set_default_ascii_font): Delete this unused function.
4267
4268 * frame.c (x_set_font): When ARG is a font-object, check if the
4269 font-object matches with the ASCII font-spec of the frame's
9c358bda 4270 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4271
77bf07e1
AS
42722009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4273
4274 * fns.c (Flocale_info): Protect vector from GC during decoding.
4275
4276 * process.c (Fstart_process): Protect argv strings from GC during
4277 encoding.
4278
2c55aacf
AS
42792009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4280
4281 * sysdep.c: Include <ctype.h>.
4282
b892d3c9
DR
42832009-04-27 David Reitter <david.reitter@gmail.com>
4284
35f5b128 4285 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4286 Remove commented-out code.
4287
9d0644c4
JB
42882009-04-26 Johan Bockgård <bojohan@gnu.org>
4289
4290 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4291
b7053016
JR
42922009-04-25 Jason Rumney <jasonr@gnu.org>
4293
4294 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4295
4e8231f3
YM
42962009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4297
4298 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4299 Swap bytes in short integer if fringe bitmap width > 8.
4300
493dcf2c
KH
43012009-04-23 Kenichi Handa <handa@m17n.org>
4302
4303 * xfaces.c (Fx_list_fonts): If a font size is specified in
4304 PATTERN, set it in returned scalable fonts.
4305
401e9e57
CY
43062009-04-22 Chong Yidong <cyd@stupidchicken.com>
4307
708e05dc
CY
4308 * keyboard.c (Fset_input_meta_mode): Doc fix.
4309
4310 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4311
1ac9108a 4312 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4313
4314 * coding.c (Fterminal_coding_system): Doc fix.
4315
4316 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4317 (Fx_display_pixel_height, Fx_display_planes)
4318 (Fx_display_color_cells, Fx_server_max_request_size)
4319 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4320 (Fx_display_mm_height, Fx_display_mm_width)
4321 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4322 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4323 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4324 (check_x_display_info): Handle terminal objects instead of
4325 terminal ids.
4326
401e9e57
CY
4327 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4328 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4329 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4330 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4331
df80c7f0
KH
43322009-04-21 Kenichi Handa <handa@m17n.org>
4333
5a8f12af 4334 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4335 (font_score): Check AVGWIDTH too.
908567ef 4336
df80c7f0
KH
4337 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4338 worst case.
1ac9108a
SM
4339 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4340 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 4341
705af33f
JR
43422009-04-19 Jason Rumney <jasonr@gnu.org>
4343
4344 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 4345 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
4346
4347 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4348 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4349 get_phys_cursor_geometry.
4350
b71ac3dd 4351 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
4352 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4353 using get_phys_cursor_geometry.
4354
4355 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4356 correctly calculated.
4357
dc2933eb
JD
43582009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4359
1ac9108a
SM
4360 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4361 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
4362 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4363 is deprecated.
4364
973e7849
AS
43652009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4366
4367 * font.c (font_put_frame_data): Use xfree instead of free.
4368
314d66f4
JB
43692009-04-17 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * w32font.c (Qja, Qko): Remove declarations.
4372 (syms_of_w32font): Don't DEFSYM them.
4373
cf702558
CY
43742009-04-17 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4377
4378 * font.h (Qja, Qko): Extern them.
4379
4380 * ftfont.c (Qja, Qko): Remove declarations.
4381
4382 * xfont.c (Qja, Qko): Remove declarations.
4383
b50504f5
KH
43842009-04-17 Kenichi Handa <handa@m17n.org>
4385
bde25748
KH
4386 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4387 string from a vector to handle Latin-1 characters correctly.
4388
b50504f5
KH
4389 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4390 entity even if the cache hits.
4391
f4646fff
AS
43922009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4393
4394 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 4395 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 4396
e7deaab0
AS
4397 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4398 * lisp.h: Adjust prototypes.
4399
0a0e7d49
CY
44002009-04-16 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4403 change (Bug#3003).
4404
3c908a57
KH
44052009-04-16 Kenichi Handa <handa@m17n.org>
4406
1ac9108a 4407 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
4408
4409 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4410 adstyle.
4411
4412 * ftfont.c (Qja, Qko): Don't make them static.
4413 (enum ftfont_cache_for): New enum.
4414 (fc_charset_table): Undo the previous change.
4415 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
4416 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4417 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
4418 non-scarable font, try to get AVERAGE_WIDTH.
4419 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4420 Change ft_face_cache from a list of a hash-table. Don't check
4421 `ja' and `ko' adstyle here.
4422 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4423 FTFONT_CACHE_FOR_CHARET.
4424 (ftfont_get_charset): Undo the previous change.
1ac9108a 4425 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
4426 (ftfont_close): Likewise.
4427 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4428
4429 * font.c (font_sort_entites): Change the meaning of the arg
4430 BEST-ONLY. Don't optimize for VEC of lenght 1.
4431 (font_select_entity): Just return the value of font_sort_entites.
4432
4433 * xfaces.c (merge_face_vectors): Reflect font properties in
4434 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4435 font_clear_prop if a face attribute doesn't change.
4436
3c908a57
KH
4437 * charset.h (charset_ksc5601): Extern it.
4438
4439 * charset.c (charset_ksc5601): New variable.
4440 (Fdefine_charset_internal): Set charset_ksc5601.
4441 (init_charset_once): Initialize charset_ksc5601 to -1.
4442
d65859c3
DN
44432009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4444
4445 * fileio.c (history_delete_duplicates): Remove unused declaration.
4446
4447 * callint.c (history_delete_duplicates): New declaration.
4448 (Fcall_interactively): Remove command history duplicates when
4449 history_delete_duplicates is true.
4450
3ba010e5
EZ
44512009-04-14 Eli Zaretskii <eliz@gnu.org>
4452
4453 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4454
06f19b91
KH
44552009-04-14 Kenichi Handa <handa@m17n.org>
4456
4457 * font.c (Ffont_info): Fix docstring. Fix the second element of
4458 the returned value (bug#2949).
4459
2cce8bfc
CY
44602009-04-14 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4463
d156542d
KH
44642009-04-14 Kenichi Handa <handa@m17n.org>
4465
4466 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4467 encoding charset is ascii_compatible.
4468
4469 * charset.c (Fdefine_charset_internal): Make charset
4470 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4471 code_offset is 0, and covers all ASCII characters.
4472
86fa089e
SM
44732009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4476 (ns_string_to_pasteboard_internal):
4477 * nsmenu.m (process_dialog):
4478 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4479 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4480 * lisp.h (Fx_load_color_file): Declare.
4481
a8a3728b
KH
44822009-04-13 Kenichi Handa <handa@m17n.org>
4483
1ac9108a 4484 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
4485 (font_select_entity): Suppress the code to optimize for the same
4486 kind of fonts.
4487 (font_load_for_lface): Get a font that supports at least ASCII
4488 characters.
4489
4490 * ftfont.c (Qja, Qko): New variables.
4491 (fc_charset_table): Delete uniquifier data for iso8859-1.
4492 (ftfont_get_latin1_charset): New function.
4493 (get_adstyle_property): New function.
4494 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4495 bitmap fonts.
4496 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4497 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4498 `ko' or `ja'.
4499 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 4500 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
4501 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4502 property.
4503 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4504 (syms_of_ftfont): DEFSYM Qja and Qko.
4505
483670b5
KH
45062009-04-09 Kenichi Handa <handa@m17n.org>
4507
12b55765
KH
4508 * charset.c (map_charset_chars): For a charset of `superset'
4509 method, fix calculation of code range.
4510
483670b5
KH
4511 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4512 from the list of extra properties.
4513 (font_clear_prop): Be sure to delete `:name' font property.
4514
57d3b93b
KH
45152009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4516
b4b2c2ca
YM
4517 * dispnew.c (redraw_overlapping_rows): Fix detection of
4518 overlapping for topmost and bottommost rows.
4519
1ac9108a 4520 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 4521
472c3609
JR
45222009-04-06 Jason Rumney <jasonr@gnu.org>
4523
4524 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4525
ab193662
KH
45262009-04-06 Kenichi Handa <handa@m17n.org>
4527
4528 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4529
4530 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4531
0c26f026
KH
45322009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4533
4534 * ftfont.c (ftfont_open): Fix checking of the return value of
4535 FT_Load_Char. Fix setting font->underline_thickness.
4536
e173bbce
CY
45372009-04-04 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4540 (Fterminal_parameters, Fterminal_parameter)
4541 (Fset_terminal_parameter): In doc string, refer to terminal
4542 objects rather than terminal ids.
4543
693a2698
EZ
45442009-04-04 Eli Zaretskii <eliz@gnu.org>
4545
4546 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4547 ret_lim_data. (Bug#2867)
4548
d5221487
CY
45492009-04-03 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4552 so they don't get wider than the window, matching 2006-01-23
4553 change to the partner function in xdisp.c (Bug#2800).
4554
223509a3
KH
45552009-04-03 Kenichi Handa <handa@m17n.org>
4556
4557 * print.c (print_object): Make each lowest sub_char_table start a
4558 new line (Bug#2866).
4559
74fcd0b1
KH
45602009-04-02 Kenichi Handa <handa@m17n.org>
4561
4562 * fontset.c (fontset_font): Record no-font when a fontset
4563 explicitly tells not to try another font-specs.
4564
c542407d
SM
45652009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4566
4567 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4568
e3869731
KH
45692009-03-30 Kenichi Handa <handa@m17n.org>
4570
d8d2f142
KH
4571 * fontset.c (fontset_from_font): Specify only registry in a
4572 font-spec for all characters supported by that registry.
4573
e3869731
KH
4574 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4575 even if HAVE_M17N_FLT is not defined.
4576
5da5f805
CY
45772009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4578
4579 * ftfont.c: Conditionalize prototyping and use of
4580 ftfont_variation_glyphs.
4581
ab226c50
SM
45822009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4583
9628fed7
SM
4584 * frame.c (delete_frame): Work around compiler bug.
4585
4586 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4587 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4588 Some more EMACS_INT.
4589 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4590
4591 * xdisp.c (dump_glyph): Fix typo.
4592
ae19ba7c
SM
4593 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4594 (adjust_markers_gap_motion, adjust_markers_for_delete)
4595 (adjust_markers_for_insert, adjust_point)
4596 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4597 (make_gap, copy_text, count_size_as_multibyte, insert)
4598 (insert_and_inherit, insert_before_markers)
4599 (insert_before_markers_and_inherit, insert_1)
4600 (count_combining_before, count_combining_after, insert_1_both)
4601 (insert_from_string, insert_from_string_before_markers)
4602 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4603 (insert_from_buffer_1, adjust_after_replace)
4604 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4605 (replace_range_2, del_range, del_range_1, del_range_byte)
4606 (del_range_both, del_range_2, modify_region)
4607 (prepare_to_modify_buffer, signal_before_change)
4608 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4609 for buffer positions and sizes.
4610 * lisp.h: Adjust prototypes accordingly.
4611
4612 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4613 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4614 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4615
ab226c50
SM
4616 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4617
46dfb8fb
JD
46182009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4619
4620 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4621 lines and columns so we keep the same pixel height and width.
4622
4623 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4624 the property _NET_WM_STATE has changed.
46dfb8fb
JD
4625 (x_handle_net_wm_state): New function to update frame parameter
4626 fullscreen.
4627 (x_term_init): Initialize atoms for _NET_WM_STATE.
4628
4629 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4630
d347e494
SM
46312009-03-27 Kevin Ryde <user42@zip.com.au>
4632
4633 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4634 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4635 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4636 (Fgpm_mouse_stop): Pass that new parameter.
4637 * termhooks.h (close_gpm): Adjust prototype.
4638
84db11d6
SM
46392009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4640
c95a5008
SM
4641 * lisp.h (Fx_focus_frame): Declare.
4642
84db11d6
SM
4643 * callint.c (Fcall_interactively): For '^' just delegate the work to
4644 handle-shift-selection.
4645 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4646
0a1958d6
CY
46472009-03-24 Chong Yidong <cyd@stupidchicken.com>
4648
0bfdff23
CY
4649 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4650
0a1958d6
CY
4651 * data.c (Qinteractive_form): New variable.
4652 (Finteractive_form): Use it.
4653
4654 * eval.c (Fcommandp): Use Qinteractive_form.
4655
58aec0d6
JR
46562009-03-24 Jason Rumney <jasonr@gnu.org>
4657
4658 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4659 Calculate total size precisely. Decode environment variables
4660 before substituting. (Bug#38)
4661
553dd618
KH
46622009-03-24 Kenichi Handa <handa@m17n.org>
4663
4664 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 4665 encoding (Bug#2722).
553dd618 4666
c39ea606
JD
46672009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4668
4669 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4670 that gdpy is set.
4671
bc9b2b5e
AM
46722009-03-22 Alan Mackenzie <acm@muc.de>
4673
4674 * callint.c (Finteractive): Clarify the doc string - even
4675 promptless elements need \n separators.
4676
9f995a76
JR
46772009-03-22 Jason Rumney <jasonr@gnu.org>
4678
4679 * w32term.c (syms_of_w32term): Doc fix for
4680 x-use-underline-position-properties.
4681
22749e9a
EZ
46822009-03-21 Eli Zaretskii <eliz@gnu.org>
4683
4684 * w32.c (getpwuid): Change argument type to unsigned.
4685 (struct w32_id): Change type of `rid' member to unsigned.
4686 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4687 argument ID to unsigned. All callers changed.
4688 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4689
e00553bf
EZ
46902009-03-20 Eli Zaretskii <eliz@gnu.org>
4691
4692 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4693 negative, produce a float value.
4694
4695 * dired.c (make_uid, make_gid): New functions.
4696 (Ffile_attributes): Use them to avoid negative UID and GID.
4697
f761d6b6
JB
46982009-03-20 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4701 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4702 Fix typos in docstrings.
4703
d507f8d7
KH
47042009-03-19 Kenichi Handa <handa@m17n.org>
4705
4706 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
4707 changed, use font_load_for_lface to get a new font object.
4708 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
4709
4710 * frame.c (x_set_font): Handle the case that ARG is a cons.
4711
c68845e0
GM
47122009-03-19 Glenn Morris <rgm@gnu.org>
4713
4714 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4715
bfa49dd1
CY
47162009-03-19 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4719
8458d4c1
KH
47202009-03-19 Kenichi Handa <handa@m17n.org>
4721
4722 * charset.c (load_charset_map_from_file): When a mapfile can't be
4723 loaded, signal an error.
4724
78e7d1fe
EZ
47252009-03-18 Eli Zaretskii <eliz@gnu.org>
4726
4727 * dired.c (Ffile_attributes): Make sure UID and GID are always
4728 positive, even if the value is too large for a positive EMACS_INT.
4729 Doc fix.
4730
4731 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4732
5da9fdfa
YM
47332009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4734
4735 * xmenu.c (xdialog_show): Move Fredisplay call ...
4736 (Fx_popup_dialog): ... here.
4737
7519c40d
SM
47382009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * dired.c (file_name_completion): Disable the first optimization just
4741 installed, since it is not implemented correctly.
4742
2cd298e2
SM
47432009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 4746 only if the entry can affect bestmatch.
2cd298e2
SM
4747 Stop the search early, as Ftry_completion already does.
4748
48d37adf
CY
47492009-03-17 Chong Yidong <cyd@stupidchicken.com>
4750
e10c9c93 4751 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 4752
9286b16a
CY
47532009-03-15 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * keyboard.c (parse_menu_item): Don't display remappings as menu
4756 equivalent bindings (Bug#788).
4757
f7b146dc
JR
47582009-03-15 Jason Rumney <jasonr@gnu.org>
4759
4760 * w32term.h (WM_EMACS_PAINT): New message.
4761 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4762 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4763 before passing to lisp thread. (Bug#950)
4764
f761d6b6 47652009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 4766
d93f9575
CY
4767 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4768 variable as it was never reset.
4769 (ns_term_init): Remove initialization of Lisp-settable defaults
4770 and ns_expand_space.
4771 (-setPanelFromDefaultValues): Remove ns_expand_space.
4772 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4773 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
4774 i.e. no additional spacing, similar to Carbon port.
4775
d93f9575
CY
4776 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4777 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 4778
305018ec
JD
47792009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4780
4781 * sound.c (alsa_configure): Remove call to deprecated
4782 snd_pcm_sw_params_set_xfer_align.
4783
f761d6b6 47842009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
4785
4786 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4787 after clicking in a detached tool bar.
4788 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4789
46e722a9
SM
47902009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4791
348db3dd
SM
4792 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4793 int/Lisp_Object mixup).
46e722a9 4794
a3d16f39
KH
47952009-03-13 Kenichi Handa <handa@m17n.org>
4796
4797 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 4798 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
4799 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4800 (set_fontset_font): Change ARG to a vector. Handle range_list in
4801 ARG correctly.
4802 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 4803 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
4804 the above change.
4805 (fontset_from_font): Fix previous change.
fe24f56a 4806 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
4807 entry. If FONTSET is the default fontset, don't set the extra
4808 slot of the returning char-table.
4809
b066e6b6
JB
48102009-03-12 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * nsfns.m (Fx_close_connection): Doc fix.
4813 (Fns_do_applescript): Reflow docstring.
4814 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4815 (Fx_display_pixel_width, Fx_display_pixel_height)
4816 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4817 Fix typos in docstrings.
4818 (Fns_set_alpha): Fix typos in error messages.
4819
d472514e 48202009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 4821
d472514e 4822 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
4823 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4824 were used for such events.
4825
d472514e
JB
4826 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4827 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 4828
d472514e 4829 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
4830 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4831
fb930676
KH
48322009-03-11 Kenichi Handa <handa@m17n.org>
4833
ff85581a
KH
4834 * font.h (font_open_by_spec): Extern it.
4835
c50b7e98
KH
4836 * font.c (font_open_by_spec): New function.
4837 (font_open_by_name): Use font_open_by_spec.
4838
fb930676
KH
4839 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4840 fontset of the frame.
4841
4842 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4843 modify the default font of frames that use this fontset.
4844 (num_auto_fontsets): New variable.
4845 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4846 name. Be sure to set FONTSET_ASCII to the correct font name.
4847 (update_auto_fontset_alist): New function.
4848
df4e8455
JB
48492009-03-11 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * makefile.w32-in: Update dependencies.
4852
0a375797
AR
48532009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4854
4855 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4856
61313fa3
SM
48572009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4860
b55103fb
CY
48612009-03-10 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * lread.c (Feval_buffer): Doc fix.
4864
dde2559c
KH
48652009-03-09 Kenichi Handa <handa@m17n.org>
4866
4867 * charset.c (Qfile_name_handler_alist): Extern it.
4868 (load_charset_map_from_file): Temporarily bind
4869 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4870
df4e8455 48712009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4872
47f588bb
GM
4873 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4874 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4875
4ddf94bd
AR
48762009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4877
4c9bdfc2
AR
4878 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4879 (x_set_window_size): Change back to calculated method of setting
4880 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4881 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4882 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4883
fe41ae9e
AR
4884 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4885
4c9bdfc2
AR
4886 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4887 accelerator in parens under GNUstep.
4888
825d0875
KH
48892009-03-06 Kenichi Handa <handa@m17n.org>
4890
4891 These changes are to detect incorrect composition sequence without
f3b3be74 4892 looking ahead the source. (Bug#2370)
825d0875
KH
4893
4894 * coding.h: Include "composite.h".
4895 (enum compisition_state): New enum.
4896 (struct compisition_status): New struct.
4897 (struct iso_2022_spec): New member cmp_status.
4898 (struct emacs_mule_spec): New struct.
4899 (struct coding_system): New members ctext_extended_segment_len and
4900 embedded_utf_8. Change the union member
4901 spec.emacs_mule_full_support to spec.emacs_mule.
4902
4903 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4904 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4905 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4906 (ADD_COMPOSITION_DATA): New arg nbytes.
4907 (emacs_mule_char): New arg cmp_status.
4908 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4909 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4910 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4911 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4912 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4913 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4914 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4915 (EMACS_MULE_COMPOSITION_END): New macro.
4916 (emacs_mule_finish_composition): New function.
4917 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4918 (decode_coding_emacs_mule): Avoid long looking ahead while
4919 handling composition.
4920 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4921 (ENCODE_COMPOSITION_RULE): New macro.
4922 (finish_composition): New function.
4923 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4924 (DECODE_COMPOSITION_START): New implementation.
4925 (DECODE_COMPOSITION_END): Likewise.
4926 (STORE_COMPOSITION_RULE): New macro.
4927 (decode_coding_iso_2022): Avoid long looking ahead while handling
4928 composition, CTEXT extended segment, and embedded UTF-8.
4929 (setup_coding_system): For a coding of type iso-2022, reset
4930 CODING_ISO_EXTSEGMENT_LEN (coding) and
4931 CODING_ISO_EMBEDDED_UTF_8 (coding).
4932 (get_translation): Delete arguments last_block, from_nchars,
4933 to_nchars. Callers changed.
4934 (produce_chars): Don't modify charbuf. Adjusted for the change of
4935 get_translation.
98a326f7 4936 (produce_composition): Adjust for the new annotation sequence.
825d0875 4937 (handle_composition_annotation): Likewise.
98a326f7 4938 (consume_chars): Adjust for the change of get_translation.
825d0875 4939
ccbc4452
AR
49402009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4941
4ddf94bd 4942 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4943
988a7ddb
KH
49442009-03-05 Kenichi Handa <handa@m17n.org>
4945
4946 * font.c (font_select_entity): New function.
4947 (font_find_for_lface): Use font_select_entity to select a font.
4948
4949 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4950 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4951 font with C restriction.
4952
98a326f7 49532009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4954
be1bce46 4955 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4956
10ea2b82
JR
49572009-03-04 Jason Rumney <jasonr@gnu.org>
4958
2c93b248 4959 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4960 characters that have already been read. (Bug#2569)
2c93b248 4961
10ea2b82
JR
4962 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4963 Log an error message if check_image_size failed.
4964 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4965 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4966
71a0c011
EZ
49672009-03-02 Eli Zaretskii <eliz@gnu.org>
4968
4969 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4970 when decoding process output.
4971
2f63bba8
RS
49722009-03-01 Richard M Stallman <rms@gnu.org>
4973
4974 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4975
4976 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4977
0a9564cb
EZ
49782009-02-28 Eli Zaretskii <eliz@gnu.org>
4979
4980 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4981 (decode_coding_emacs_mule, decode_coding_iso_2022)
4982 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4983 (decode_coding_raw_text, decode_coding_charset)
4984 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4985 Honor inhibit-eol-conversion. (Bug #2186)
4986
449148b3
JR
49872009-02-28 Jason Rumney <jasonr@gnu.org>
4988
4989 * coding.c (detect_coding_charset): If not checking latin extra,
4990 fail on characters between 0x80 and 0xA0. (Bug#2354)
4991
a4aee864
EZ
49922009-02-28 Eli Zaretskii <eliz@gnu.org>
4993
4994 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4995 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4996
d88bee5a
GM
49972009-02-27 Glenn Morris <rgm@gnu.org>
4998
4999 * callint.c (Finteractive): Doc fix.
5000
a808f22d
KH
50012009-02-27 Kenichi Handa <handa@m17n.org>
5002
5003 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
5004
caf8d60c
CY
50052009-02-27 Chong Yidong <cyd@stupidchicken.com>
5006
5007 * font.c (font_style_to_value): Set value for unknown symbols to
5008 100 instead of 255.
b61137ea
CY
5009 (weight_table, slant_table, width_table): Treat "unspecified" as
5010 the default value.
caf8d60c 5011
1a0de25c
JB
50122009-02-26 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
5015
8fc45744
JB
50162009-02-25 Juanma Barranquero <lekktu@gmail.com>
5017
107bd7d1
JB
5018 * lread.c (Fload): Stop checking Vloads_in_progress and signal
5019 error as soon as a recursive load is detected.
8fc45744 5020
f097e223
AR
50212009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5022
5023 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
5024 before caching.
5025
8810a12f
KH
50262009-02-24 Kenichi Handa <handa@m17n.org>
5027
5028 * fontset.c (fontset_find_font): Fix the condition for checking
5029 unavailable font.
5030
2c7d1565
GM
50312009-02-24 Glenn Morris <rgm@gnu.org>
5032
5033 * xfaces.c (Finternal_set_font_selection_order): Remove leading
5034 whitespace that confuses documentation.
5035
a20878b6
MB
50362009-02-23 Miles Bader <miles@gnu.org>
5037
5038 * process.c (Flist_system_processes, Fprocess_attributes)
5039 (syms_of_process): Rename `system-process-attributes' to
5040 `process-attributes'.
5041
b3b58c01
AS
50422009-02-22 Andreas Schwab <schwab@linux-m68k.org>
5043
1b3b981b
AS
5044 * coding.h (struct coding_system): Make safe_charsets a pointer to
5045 unsigned char.
5046 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
5047 being 255.
5048 (SAFE_CHARSET_P): Likewise.
5049 (setup_iso_safe_charsets): Properly setup safe_charsets.
5050 (Fdefine_coding_system_internal): Likewise.
5051 (setup_coding_system): Likewise. Remove unneeded casts.
5052 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
5053 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
5054 unneeded casts.
5055
b3b58c01
AS
5056 * insdel.c (del_range_2): Don't modify gap contents when called
5057 from decode_coding_object. (Bug#1809)
5058
0b6f228c
CY
50592009-02-21 Chong Yidong <cyd@stupidchicken.com>
5060
5061 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
5062 Qfont_object.
5063 (Ftype_of): Recognize font objects.
5064
5065 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
5066
5067 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
5068 moved to data.c.
5069
52f8870b
AR
50702009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5071
5072 * nsterm.m (x_make_frame_invisible): Unset async_visible,
5073 async_iconified. Based on a patch by Christian Lynbech
5074 <christian.lynbech@tieto.com>.
5075 (EmacsView-windowDidMiniaturize:): Unset async_visible.
5076
7087d5e9
GM
50772009-02-20 Glenn Morris <rgm@gnu.org>
5078
5079 * syntax.c (Fskip_chars_forward): Fix doc typo.
5080
41d2ceef
CY
50812009-02-20 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
5084
1a3b7ca6
CY
50852009-02-19 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
5088
73cce38d
KH
50892009-02-19 Kenichi Handa <handa@m17n.org>
5090
5091 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 5092 Don't overflow coding->carryover. (Bug#2370)
73cce38d 5093
a51092ee
DN
50942009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5095
5096 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
5097
c423ecca
KH
50982009-02-18 Kenichi Handa <handa@m17n.org>
5099
5100 * font.c (font_check_otf_features): Fix handling of `nil' element.
5101 (Ffont_spec): Describe :lang and :otf in the docstring.
5102
4c1958f4
AS
51032009-02-16 Andreas Schwab <schwab@suse.de>
5104
5105 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
5106 string.
5107
5704f39a
KH
51082009-02-16 Kenichi Handa <handa@m17n.org>
5109
5110 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 5111 (Bug#1723)
5704f39a 5112
8f0085aa
CY
51132009-02-14 Chong Yidong <cyd@stupidchicken.com>
5114
a057d86a 5115 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
5116
5117 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
5118 (handle_line_prefix): Suppress wrapping of wrap prefixes.
5119
aff01dd9
EZ
51202009-02-14 Eli Zaretskii <eliz@gnu.org>
5121
5122 * msdos.c (MAX_SCREEN_BUF): New macro.
5123 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
5124 Encode the entire run of glyphs sharing the same face, instead of
5125 doing that one glyph at a time (fixes a bug with displaying
5126 double-size characters).
5127
ba301db3
AR
51282009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5129
5130 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
5131
5132 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
5133 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 5134 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
5135
5136 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 5137 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 5138
51d861de
SM
51392009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5140
ac146f82 5141 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
5142 invisible areas.
5143
7fed8996
JR
51442009-02-12 Jason Rumney <jasonr@gnu.org>
5145
631ea4fb
JR
5146 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
5147 (add_font_entity_to_list): Call check_face_name even when family
5148 is unspecified.
5149
cb4a3e42
JR
5150 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5151 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 5152 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 5153
7fed8996 5154 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 5155 raster fonts. (Bug#2219)
7fed8996 5156
895416e3
KH
51572009-02-12 Kenichi Handa <handa@m17n.org>
5158
5159 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5160 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5161 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 5162 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5163 (find_automatic_composition): While looking forward and backward,
5164 check static composition. Fix where to stop looking forward.
5165 (composition_adjust_point): Fix checking of static composition.
5166 (Fcomposition_get_gstring): Pay attention to
1dacf998 5167 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5168
5169 * lisp.h (fast_looking_at): Extern it.
5170
5171 * search.c (fast_looking_at): New function.
5172
51d861de 5173 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
5174 <struct glyph>.u.cmp.to.
5175 (append_composite_glyph): Likewise.
5176
51d861de 5177 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
5178 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5179 composition.
51d861de 5180 (append_composite_glyph): Adjust for the change of
895416e3
KH
5181 <strcut glyph>.u.cmp.to.
5182
8510724d
JB
51832009-02-11 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * casetab.c (init_casetab_once):
5186 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5187 * font.c (font_update_lface):
5188 * fontset.c (Fnew_fontset):
5189 * ftfont.c (ftfont_drive_otf):
5190 * xfont.c (xfont_open):
5191 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5192
294fa707
SM
51932009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * fileio.c (Fwrite_region): !NILP -> CONSP.
5196
b5bfebec
AS
51972009-02-10 Andreas Schwab <schwab@suse.de>
5198
5199 * process.c (send_process): Properly relocate pointer into data
adab88bd 5200 when using encoded data. (Bug#2272)
b5bfebec 5201
cb84a2be
KH
52022009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5203
5204 * coding.c (detect_coding_charset): Fix previous change.
5205
89e09428
JR
52062009-02-08 Jason Rumney <jasonr@gnu.org>
5207
5208 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 5209 disappeared while hourglass was displayed. (Bug #2193)
89e09428 5210
4470a277
AS
52112009-02-07 Andreas Schwab <schwab@suse.de>
5212
5213 * unexelf.c (unexec): Fix error message.
5214
3175b12a
AR
52152009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5216
5217 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 5218 when modal window is active. (Bug #2152)
3175b12a
AR
5219 (applicationShouldTerminate:): Remove now-unneeded while loop
5220 around NSRunAlertPanel.
5221
5222 * nsmenu.m (popupSession): New file-global variable.
5223 (pop_down_menu): End the popupSession before closing dialog.
5224 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5225 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5226 don't query NSApp for events (just sleep instead).
5227
8434d0b8
EZ
52282009-02-07 Eli Zaretskii <eliz@gnu.org>
5229
51d861de
SM
5230 * coding.c (syms_of_coding) <translation-table-for-input>:
5231 Modify doc string to discourage use for character code unification.
8434d0b8 5232
aa82edfd
CY
52332009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5234
5235 * atimer.c (run_timers): Update pending_atimers.
5236
2d283c7c
CY
52372009-02-06 Chong Yidong <cyd@stupidchicken.com>
5238
eb306cab
CY
5239 * image.c (svg_load_image): Fix last change.
5240
2d283c7c
CY
5241 * xfns.c (Fx_create_frame): Signal an error if no font is
5242 found (Bug#2147).
5243
4d8e170e
JB
52442009-02-05 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * character.c (syms_of_character) <script-representative-chars>:
5247 Fix typo in docstring.
5248
c96169a0
AR
52492009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5250
5251 * nsmenu.m (pop_down_menu): New function.
5252 (ns_popup_dialog): Call it on unwind.
5253 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5254 call timer_check() (Bug#2154).
5255 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5256 handling_signal is set.
5257 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5258
31fd7c5c 5259 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5260
5261 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5262
5263 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5264
51d861de
SM
5265 * keyboard.c (poll_for_input_1, handle_async_input):
5266 Set handling_signal under HAVE_NS.
c96169a0 5267
aacd8ba1
GM
52682009-02-04 Glenn Morris <rgm@gnu.org>
5269
5270 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5271
4cb75c4b
KH
52722009-02-04 Kenichi Handa <handa@m17n.org>
5273
5274 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5275
5276 * charset.c (Fchar_charset): New optional arg restriction.
5277
5278 * coding.h (coding_system_charset_list): Extern it.
5279
5280 * coding.c (coding_system_charset_list): New function.
5281
5282 * composite.c: Include coding.h and termhooks.h.
5283 (composition_gstring_p): Fix for the terminal case.
5284 (composition_gstring_width): Likewise.
5285 (fill_gstring_body): Likewise.
5286 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5287 the frame.
5288 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5289 is within a composition.
867d4bb3 5290 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5291
5292 * term.c (encode_terminal_code): Fix handling of composition.
5293 (produce_composite_glyph): For static composition, get pixel_width
5294 from struct composition.
5295
826ba17e
AS
52962009-02-02 Andreas Schwab <schwab@suse.de>
5297
5298 * unexelf.c (unexec): Handle unaligned bss offset.
5299
8ad093db
AR
53002009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5301
5302 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5303 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5304
8ad093db
AR
5305 * keyboard.c (handle_interrupt): Don't call
5306 quit_throw_to_read_char() under NS.
d0a76a6e 5307
8ad093db
AR
5308 * blockinput.h: Remove NS-specific code.
5309
4d18a7a2
DN
53102009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5311
db878925
DN
5312 * dispnew.c (window_change_signal): Don't try to get the size of a
5313 suspended tty frame.
5314 * term.c (Fresume_tty): Resize if the size has changed while the
5315 tty was suspended.
5316
4d18a7a2
DN
5317 * alloc.c (mark_stack): Properly conditionalize previous change.
5318
8984df7c
JB
53192009-01-30 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5322 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5323 Remove; this code is not used on Windows.
5324
75f4f1ac
EZ
53252009-01-30 Eli Zaretskii <eliz@gnu.org>
5326
5327 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5328 EOLs that also has stray ^M characters.
5329
07a1e794
JB
53302009-01-30 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * atimer.c (run_timers, alarm_signal_handler):
5333 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5334 * w32inevt.c (w32_console_read_socket):
5335 * w32term.c (w32_read_socket):
5336 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5337
a8b11cc9
CY
53382009-01-30 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5341 Initialize it as a relative filename pattern.
5342 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5343 (Fcall_process_region): Simplify temp file creation using
5344 temporary-file-directory.
5345
c279587b
EZ
53462009-01-29 Eli Zaretskii <eliz@gnu.org>
5347
5348 * msdos.c: Rename pending_signals to msdos_pending_signals.
5349 (sig_suspender, sigprocmask): Adjust.
5350
a8fe3242
CY
53512009-01-29 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * keyboard.c (pending_signals): New var.
5354 (poll_for_input, input_available_signal, init_keyboard): Set it.
5355 (process_pending_signals): New function.
5356
5357 * lisp.h (QUIT): Check pending_signals instead of
5358 interrupt_input_pending. Use process_pending_signals.
5359
51d861de 5360 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 5361
51d861de 5362 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
5363
5364 * sysdep.c (emacs_write): Use process_pending_signals.
5365
5366 * xterm.c (XTread_socket): Update pending_signals.
5367
5368 * w32term.c (w32_read_socket): Update pending_signals.
5369
5370 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5371
6570a1c4
KH
53722009-01-29 Kenichi Handa <handa@m17n.org>
5373
5374 * xftfont.c (xftfont_has_char): New function.
5375 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5376
d72a4afa
AR
53772009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5378
5379 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5380 under GNUstep.
5381 (ns_query_color): New declaration.
5382
5383 * nsterm.m (ns_confirm_quit): New variable.
5384 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5385 (EmacsApp-applicationShouldTerminate:): Use it.
5386 (EmacsPrefsController): Let user set it.
5387 (ns_query_color): New function.
5388 (ns_defined_color): Use it.
5389 (ns_initialize): Drop.
5390 (ns_term_init): Add two lines from ns_initialize(), and set
5391 input_interrupt_mode to nil.
5392
5393 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 5394 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 5395
9fe78804
KH
53962009-01-28 Kenichi Handa <handa@m17n.org>
5397
5398 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
5399 (fontset_get_font_group): Remember that no font-group is specified
5400 for C.
9fe78804 5401
fa57de36
CY
54022009-01-27 Chong Yidong <cyd@stupidchicken.com>
5403
930600e9
CY
5404 * fns.c (concat): Check for string overflow (bug#1787).
5405
fa57de36
CY
5406 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5407 Quadruple undo limits (bug#1501).
5408
7179ce7b
KH
54092009-01-27 Kenichi Handa <handa@m17n.org>
5410
5411 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5412 directly use GT_Get_Char_index.
5413
5414 * xftfont.c (struct xftfont_info): New member `index'.
5415
5416 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 5417 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 5418
5be8fcc0
CY
54192009-01-26 Kenichi Handa <handa@m17n.org>
5420
5421 * fontset.c (fontset_find_font): Fix handling of non-cons return
5422 value of fontset_get_font_group.
5423 (fontset_font): Revert last change.
5424
19ae3e61
JR
54252009-01-26 Jason Rumney <jasonr@gnu.org>
5426
5427 * w32font.c (w32font_list_internal): Return quickly if registry is
5428 unknown. Simplify final return.
5429 (add_font_entity_to_list): Break complex logic down into more
5430 manageable chunks. Move unknown registry check to
5431 w32font_list_internal.
5432
8612b71a
AR
54332009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5434
5435 Changes to remove Feval calls from GUI under NS.
5436
d8038940
JB
5437 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5438 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
5439 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5440
5441 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5442 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5443 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5444 instead of NON_ASCII_KEYSTROKE_EVENT.
5445 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5446 (EmacsApp-applicationShouldTerminate:): Query user.
5447 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5448 instead of Feval.
5449
5450 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5451
5452 * keyboard.c (kbd_buffer_get_event): Check for it.
5453 (keys_of_keyboard): Define lispy keys for
5454 ns-put/unput-working-text.
5455
5456 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5457 versions.
5458 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5459
6288ae55
CY
54602009-01-25 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 5463 setting current_buffer directly. (Bug#2044)
6288ae55 5464
289e7f8f
CY
54652009-01-24 Chong Yidong <cyd@stupidchicken.com>
5466
5ce87308 5467 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 5468 any work. (Bug#1952, bug#1990).
5ce87308 5469
64cc3cf6 5470 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 5471
b3243e6f
AR
54722009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5473
5474 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
5475 (ns_no_defaults): New declaration.
5476 (main): Use it.
e0d2e69a 5477
d900b2af 5478 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 5479
d900b2af 5480 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 5481
d900b2af
AR
5482 * nsterm.m (ns_no_defaults): New variable.
5483 (ns_initialize): Don't read defaults when ns_no_defaults.
5484 (EmacsView-readSelectionFromPasteboard:)
5485 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 5486 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
5487 (ns_dumpglyphs_stretch): New function.
5488 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 5489 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 5490
e0d2e69a
AR
5491 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5492
3ac71f5d
CY
54932009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5494
5495 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5496 call for Sparc64.
5497
3fe53a83
AR
54982009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5499
5500 * nsfns.m:
5501 * nsgui.h:
5502 * nsmenu.m:
5503 * nsselect.m:
5504 * nsterm.h:
5505 * nsterm.m: Remove '23' comments that indicated code added during
5506 update from emacs-20 -> emacs-23.
5507
10f87c6f 55082009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
5509
5510 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 5511 ns_alternate_modifier. (Bug#1217)
a3b53a85 5512
c7cef62d
AR
5513 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5514 Display all shortcuts, including those w/o super modifier.
5515
575fb8bd
AR
5516 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5517
918b848b
CY
55182009-01-22 Chong Yidong <cyd@stupidchicken.com>
5519
5520 * fileio.c (Vwrite_region_post_annotation_function)
5521 (Vwrite_region_annotation_buffers): New vars.
5522 (build_annotations_unwind): Just reset
5523 Vwrite_region_annotation_buffers.
5524 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5525 Call write-region-post-annotation-function.
5526 (build_annotations): Add to Vwrite_region_annotation_buffers if
5527 buffer changes.
5528
a39e2539
AR
55292009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5530
5531 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5532 Tiger.
51d861de
SM
5533 * nsfns.m (ns_do_applescript):
5534 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 5535
35ed44db
AR
55362009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5537
5538 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5539
cbe0b5bf
AR
55402009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5541
5542 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 5543
6049d3a0
AR
5544 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5545
5546 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
5547 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5548 handle Ctrl-tab. (Bug#1841)
5549 (ns_get_color): Use unsigned long long for scanned hex string value.
5550 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 5551 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 5552 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 5553 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 5554 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 5555 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 5556 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 5557
d3810c21 5558 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 5559 DPI. (Bug#1316)
d3810c21
AR
5560 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5561 values in onTiger section.
4c7077c3 5562
e301e634
CY
55632009-01-19 Chong Yidong <cyd@stupidchicken.com>
5564
7f82490b
CY
5565 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5566 Check return value of font_spec_from_name.
64cc3cf6 5567 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
5568
5569 * font.c (font_spec_from_name): Return Qnil if font name could not
5570 be parsed.
5571 (font_parse_name): Treat a `?' character as part of an XLFD.
5572
e301e634
CY
5573 * fns.c (Fsubstring): Doc fix.
5574
1c0db158
KH
55752009-01-19 Kenichi Handa <handa@m17n.org>
5576
51d861de 5577 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
5578 (ftfont_list): Likewise.
5579
acf20901
JB
55802009-01-18 Juanma Barranquero <lekktu@gmail.com>
5581
fff4e459
JB
5582 * dbusbind.c (Fdbus_register_signal):
5583 * process.c (conv_sockaddr_to_lisp):
5584 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5585
acf20901
JB
5586 * callproc.c (Fgetenv_internal): Doc fix.
5587
e7abcdfb
CY
55882009-01-16 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5591 it is not even used.
5592
b60861e6
GM
55932009-01-16 Glenn Morris <rgm@gnu.org>
5594
5595 * font.c (Ffont_variation_glyphs): Silence compiler.
5596
8db52afe
JB
55972009-01-15 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5600 Reported by David Robinow <drobinow@gmail.com>.
5601
4cddb209
KH
56022009-01-15 Kenichi Handa <handa@m17n.org>
5603
51d861de 5604 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 5605
f247f67b
JR
56062009-01-14 Jason Rumney <jasonr@gnu.org>
5607
5608 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 5609 never a fontset. (Bug#1562)
f247f67b 5610
f56a4450
KH
56112009-01-14 Kenichi Handa <handa@m17n.org>
5612
5613 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 5614 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 5615
4e99855e
CY
56162009-01-13 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * font.c (font_clear_prop): If clearing the family, clear the font
5619 width index too.
5620
fff4e459 5621 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 5622
24f01470
JB
56232009-01-12 Juanma Barranquero <lekktu@gmail.com>
5624
5625 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5626 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5627 functions, use sizeof.
5628
a41240a3
MR
56292009-01-12 Martin Rudalics <rudalics@gmx.at>
5630
5631 * keyboard.c (read_char): Fix case where last_nonmenu_event
5632 returned a bad value with submenus. (Bug#447)
5633
944636b8
CY
56342009-01-12 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5637 family, clear the font width index too.
5638
0dad7c6f
JR
56392009-01-11 Jason Rumney <jasonr@gnu.org>
5640
5641 * keyboard.c (cmd_error_internal): Exit when errors occur before
5642 frame creation and not in daemon mode. (Bug#1836)
5643
7c2363af
CY
56442009-01-10 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5647 of a display vector, backtrack.
5648 (try_window_reusing_current_matrix): Check glyph type before
5649 referencing charpos member.
5650
97b1b294
EZ
56512009-01-10 Eli Zaretskii <eliz@gnu.org>
5652
5653 Fix Bug #876:
5654
5655 * coding.c (inhibit_null_byte_detection): New variable.
5656 (detect_coding, detect_coding_system): Don't pay attention to null
5657 bytes if inhibit_null_byte_detection is non-zero.
51d861de 5658 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
5659 <inhibit-iso-escape-detection>: Doc fix.
5660
4624b6e3
JR
56612009-01-09 Jason Rumney <jasonr@gnu.org>
5662
5663 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 5664 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
5665 Only report Unicode Plane 2 fonts as unicode-sip.
5666
323b840c
CY
56672009-01-09 Chong Yidong <cyd@stupidchicken.com>
5668
51d861de
SM
5669 * xfaces.c (Fx_font_family_list): Delete function.
5670 Move compatibility version to faces.el.
323b840c 5671
51d861de 5672 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 5673
eba7400d
MR
56742009-01-09 Martin Rudalics <rudalics@gmx.at>
5675
5676 * frame.c (x_set_frame_parameters): Remember requested value for
5677 fullscreen before it's reset by the parameter handler.
5678
4b09796d
GM
56792009-01-09 Glenn Morris <rgm@gnu.org>
5680
5681 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 5682 (last_command_event): ... and update all users.
4b09796d
GM
5683 (last_input_char): For clarity, rename to...
5684 (last_input_event): ... and update all users.
5685 (last-command-char, last-input-char): Move to subr.el as aliases.
5686 * cmds.c, commands.h: Update for last_command_char rename.
5687
14ccea62
CY
56882009-01-08 Chong Yidong <cyd@stupidchicken.com>
5689
51d861de 5690 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 5691
5f004711
JR
56922009-01-08 Jason Rumney <jasonr@gnu.org>
5693
5694 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5695 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5696 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5697 Don't declare.
fff4e459 5698 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
5699 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5700
b71f6f73
KH
57012009-01-07 Kenichi Handa <handa@m17n.org>
5702
50b06221 5703 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 5704 remember the coding system used for decoding in
50b06221
KH
5705 coding_system (Bug#1039).
5706
b71f6f73 5707 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 5708 breaking the loop. (Bug#870)
b71f6f73
KH
5709 (decode_coding_utf_16, decode_coding_emacs_mule)
5710 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5711 (decode_coding_charset): Likewise.
5712
56f668f7
MR
57132009-01-05 Martin Rudalics <rudalics@gmx.at>
5714
5715 * frame.c (x_set_frame_parameters): Make sure height (width) get
5716 applied when fullwidth (fullheight) is set. (Bug#1522)
5717
5da9424d
JB
57182009-01-04 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5721 (utc_base): Declare as ULONGLONG, not long double.
5722 (convert_time_raw): Delete.
5723 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5724 (initialize_utc_base): New function.
5725 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5726 (convert_from_time_t): Use initialize_utc_base; compute result with
5727 64-bit arithmetic.
5728 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5729
c4605e09
EZ
57302009-01-03 Eli Zaretskii <eliz@gnu.org>
5731
9acef61c 5732 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
5733 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5734 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5735 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5736 [!subprocesses]: Define.
5737 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5738 (Flist_system_processes, Fsystem_process_attributes)
5739 [!subprocesses]: Call list_system_processes and
5740 system_process_attributes instead of returning Qnil.
5741
9acef61c
JB
5742 * dosfns.c (system_process_attributes, list_system_processes):
5743 New functions.
c4605e09
EZ
5744
5745 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5746
5747 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5748 Don't use the default (no-op) implementation.
5749
8b7d0a16
JR
57502009-01-03 Jason Rumney <jasonr@gnu.org>
5751
a6d46bc1
JR
5752 * keyboard.c (parse_modifiers_uncached): Wheel events are
5753 clicks (bug#687).
5754
8b7d0a16
JR
5755 * w32term.c (x_query_colors, x_query_color): New functions.
5756
5757 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5758 (svg_load_image): Cast returned pointers from dynamically loaded
5759 functions. Eliminate W32 specific code.
5760
bfe11752
DN
57612009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5762
89e2438a
DN
5763 * nsfns.m (x_set_foreground_color, x_set_background_color)
5764 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5765 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5766 x_ prefix instead of ns_. Update references.
5767 (syms_of_nsfns): Add a FIXME comment.
5768
5769 * nsterm.m (x_set_cursor_type): New prototype.
5770 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5771
bfe11752
DN
5772 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5773 for Solaris instead of incorrectly providing Qutime and Qcutime.
5774
031da700
EZ
57752009-01-02 Eli Zaretskii <eliz@gnu.org>
5776
5777 * w32.c (process_times): Compute sum of utime and stime.
5778 (system_process_attributes): Add Qtime to the alist.
5779
5780 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5781 and add them to the alist.
5782
5783 * process.c (top level) <Qtime, Qctime>: New variables.
5784 (syms_of_process): staticpro them.
5785 (Fsystem_process_attributes): Add their documentation to the doc
5786 string.
5787
5788 * process.h: Declare Qtime and Qctime.
5789
df23bf08
JR
57902009-01-02 Jason Rumney <jasonr@gnu.org>
5791
9acef61c 5792 * image.c (Qgobject): New symbol.
df23bf08
JR
5793 (syms_of_image): Initialize it.
5794 (init_svg_functions): Load some functions from gobject library.
5795
5bbdf7aa
DN
57962009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * frame.c (make_terminal_frame): Remove redundant code and useless
5799 block.
5800
63136da6
AS
58012009-01-01 Andreas Schwab <schwab@suse.de>
5802
5803 * process.c (conv_sockaddr_to_lisp): Add workaround for
5804 getsockname bug on BSD.
5805
9ef69046
CY
58062009-01-01 Chong Yidong <cyd@stupidchicken.com>
5807
d6fafbe0
CY
5808 * xfns.c (x_create_tip_frame): Set border width of the X window.
5809
51d861de 5810 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 5811
f9c34147
JR
58122009-01-01 Jason Rumney <jasonr@gnu.org>
5813
9acef61c 5814 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
5815 Don't block input, as per earlier xterm.c changes.
5816
f5497e45
AR
58172008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5818
5819 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5820 (ns_appkit_version_int): New function.
5821 (x-server-version): Use ns_appkit_version_int and follow 21+
5822 convention of returning 3 integers.
5823
c19cab20
KH
58242008-12-30 Kenichi Handa <handa@m17n.org>
5825
5826 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5827 (CHAR_SURROGATE_PAIR_P): New macro.
5828
5829 * font.h (struct font_driver): New member get_variation_glyphs.
5830
9acef61c 5831 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
5832 (Ffont_variation_glyphs): New function.
5833 (syms_of_font): Defsubr it.
5834
5835 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5836 ftfont_variation_glyphs.
5837 (setup_otf_gstring): New function.
5838 (ftfont_drive_otf): Use it.
5839 (ftfont_shape_by_flt): Handle variation selector.
5840 (ftfont_variation_glyphs): New function.
5841
28cd591f
MR
58422008-12-30 Martin Rudalics <rudalics@gmx.at>
5843
5844 * frame.c (Vemacs_iconified): Remove.
5845
7f714baf
JR
58462008-12-30 Jason Rumney <jasonr@gnu.org>
5847
5848 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 5849 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 5850
9d2d22ab
CY
58512008-12-30 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * indent.c (Fvertical_motion): Don't advance iterator if we have
5854 reseated to the desired position.
5855
5856 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5857 checking for pos match.
5858
545312c2
KH
58592008-12-30 Kenichi Handa <handa@m17n.org>
5860
1ede3eb6
KH
5861 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5862 just get the low 8-bit of the code.
5863
545312c2
KH
5864 * font.c (font_intern_prop): Validate str as multibyte.
5865
bd7bbf29
DN
58662008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5867
31e0750e
DN
5868 * dispextern.h (struct face): Move lface and hash from the middle
5869 of bitfields.
5870
bd7bbf29
DN
5871 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5872
b5672e7c
DN
58732008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5874
5875 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5876 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5877 instead of intervals.h.
5878
d704470f
AS
58792008-12-26 Andreas Schwab <schwab@suse.de>
5880
5881 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5882 cons.
5883
54b33868
MR
58842008-12-26 Martin Rudalics <rudalics@gmx.at>
5885
5886 * textprop.c (Qminibuffer_prompt): New variable.
5887 (syms_of_textprop): Initialize it.
5888 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5889 in minibuffer-prompt face. (Bug#1662)
5890
40b615d6
JR
58912008-12-25 Jason Rumney <jasonr@gnu.org>
5892
5893 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5894
baae5c2d
JR
58952008-12-24 Jason Rumney <jasonr@gnu.org>
5896
5897 * ralloc.c (r_alloc_reset_variable): New function.
5898
5899 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5900 record of what points where. (Bug#716)
baae5c2d 5901
a9051c88
DN
59022008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5903
5904 * minibuf.c (read_minibuf): Follow the non-interactive case when
5905 running as a daemon, before detaching.
5906
8b146312
AS
59072008-12-22 Andreas Schwab <schwab@suse.de>
5908
5909 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5910 * gtkutil.c (free_widget_value): Use xfree instead of free.
5911
56f2de10
MR
59122008-12-22 Martin Rudalics <rudalics@gmx.at>
5913
5914 * frame.c (delete_frame): New function derived from
5915 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5916 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5917 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5918 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5919 * frame.h: Extern delete_frame.
5920 * window.c (window_loop):
5921 * terminal.c (delete_terminal):
5922 * xterm.c (x_connection_closed):
5923 * xfns.c (Fx_hide_tip):
9acef61c 5924 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5925
1fc200d6
JR
59262008-12-21 Jason Rumney <jasonr@gnu.org>
5927
5928 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5929 when character maps to .notdef character.
5930
5e252df2
SM
59312008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5934
99b72cc4
JR
59352008-12-20 Jason Rumney <jasonr@gnu.org>
5936
5937 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5938 a graphical frame on Windows. (Bug#1325)
99b72cc4 5939
acc49a52
JD
59402008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5941
5942 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5943
6ea15123
CY
59442008-12-20 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * minibuf.c (Fread_buffer): Doc fix.
5947
b2dab6c8
JR
59482008-12-20 Jason Rumney <jasonr@gnu.org>
5949
54ea0c87 5950 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5951 server name in UNC paths. (Bug#719)
54ea0c87 5952
b2dab6c8 5953 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5954 charbuf. (Bug#1035)
b2dab6c8 5955
6d1921be
DN
59562008-12-19 Daniel Engeler <engeler@gmail.com>
5957
5958 * sysdep.c (serial_configure): Fix typo.
5959
53934c98
DN
59602008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5961
5962 * sysdep.c: Include alloca.h.
f4f634e8
DN
5963 (system_process_attributes): Add implementation for Solaris.
5964
5965 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5966
06e111a6
DN
59672008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5968
5969 Reorganize implementation of Flist_system_processes and
5970 Fsystem_process_attributes. No functional changes.
5971 * process.c: Don't #include pwd.h, grp.h and limits.h.
5972 (Flist_system_processes): Just call list_system_processes.
5973 (Fsystem_process_attributes): Just call system_process_attributes.
5974 (procfs_list_system_processes, time_from_jiffies)
5975 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5976 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5977
5978 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5979 (list_system_processes): Rename from
5980 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5981 Provide a do nothing implementation.
5982 (system_process_attributes): Rename from
5983 procfs_list_system_processes.
5984 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5985 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5986
5987 * w32.c (list_system_processes): Rename from
5988 w32_list_system_processes.
5989 (system_process_attributes): Rename from
5990 w32_system_process_attributes.
5991
5992 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5993
5994 * process.h (w32_list_system_processes)
5995 (w32_system_process_attributes): Remove.
362654a6
JB
5996 (list_system_processes, system_process_attributes):
5997 New prototypes.
06e111a6 5998
6a705b23
KH
59992008-12-19 Kenichi Handa <handa@m17n.org>
6000
6001 * xfont.c (xfont_decode_coding_xlfd): New function.
6002 (xfont_encode_coding_xlfd): New function.
6003 (xfont_list_pattern): Decode XLFD by iso-8859-1.
6004 (xfont_list): Decode and encode XLFD by iso-8859-1.
6005 (xfont_match): Likewise.
6006 (xfont_list_family): Likewise.
6007 (xfont_open): Likewise.
6008
d66c0241 6009 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
6010 names are utf-8.
6011
d66c0241 6012 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
6013 names are utf-8.
6014
5a130941
JD
60152008-12-18 Jan Djärv <jan.h.d@swipnet.se>
6016
6017 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
6018 changed.
bfd20325
JD
6019 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
6020 clicked on a detached tool bar button.
5a130941 6021
fd95644b
DN
60222008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * emacs.c (main): Print and error and exit when no data is read
6025 from the pipe.
6026
e6eee6ae
JR
60272008-12-17 Jason Rumney <jasonr@gnu.org>
6028
6029 * w32font.c (w32font_has_char): Always return -1.
6030
a35dd56b
KH
60312008-12-16 Kenichi Handa <handa@m17n.org>
6032
6033 * font.c (font_open_entity): Fix previous change.
6034
0e3635c2
DN
60352008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
6036
6037 * process.c: Include <limits.h>.
6038
d4835507 60392008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
6040
6041 * font.c (font_update_drivers): Fix mistake in reconstructing the
6042 driver list.
6043
60442008-12-16 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * font.c (font_clear_cache): Fix format of font cache data.
6047
e2cbc401
CY
60482008-12-15 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * xftfont.c (xftfont_open): Free Xft font pattern if
6051 XftFontOpenPattern fails.
6052
6053 * xterm.c (x_free_frame_resources): Remove extraneous call to
6054 free_frame_faces.
6055
b131d535
CY
60562008-12-13 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * xterm.c (x_delete_display): Move xim_close_dpy call to
6059 x_delete_terminal.
6060 (x_delete_terminal): Call xim_close_dpy.
6061
e6df5336
JR
60622008-12-13 Jason Rumney <jasonr@gnu.org>
6063
6064 * w32font.c (intern_font_name): New function.
6065 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
6066 (w32font_open_internal, Fx_select_font): Decode font name.
6067 (fill_in_logfont, list_all_matching_fonts): Encode font name.
6068
6069 * w32font.h (intern_font_name): Declare new function.
6070
6071 * w32uniscribe.c (add_opentype_font_name_to_list):
6072 Use intern_font_name.
6073
20d68145
CY
60742008-12-13 Chong Yidong <cyd@stupidchicken.com>
6075
9f2554de
CY
6076 * frame.c (Fdelete_frame): Call free_font_driver_list.
6077
3d9bec9a
CY
6078 * font.c (free_font_driver_list): Implement missing function.
6079
20d68145
CY
6080 * w32term.c (w32_term_init): Don't initialize the image cache
6081 here; it will be done in init_frame_faces.
6082
6083 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
6084 (struct x_display_info): Remove unused member null_pixel. New
6085 member xim_callback_data.
6086
6087 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
6088 (xim_initialize): Save pointer to callback function data.
6089 (xim_close_dpy): Free callback function data. Call XCloseIM,
6090 reverting 2008-11-04 change by David Smith.
6091 (x_term_init): Don't initialize the image cache here; it will be
6092 done in init_frame_faces. Remove ancient "null_pixel" cruft.
6093 (x_delete_display): Free x_dnd_atoms member.
6094
96f9306b
KH
60952008-12-13 Kenichi Handa <handa@m17n.org>
6096
6dec9044
JB
6097 * font.c (font_rescale_ratio): Moved from xfaces.c.
6098 Argument type changed. Handle a font-spec too.
96f9306b 6099 (font_score): Check Vface_font_rescale_alist.
6dec9044 6100 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
6101
6102 * xfaces.c (font_rescale_ratio): Moved to font.c.
6103
8d5b4964
CY
61042008-12-13 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
6107
e6df5336
JR
61082008-12-12 Jason Rumney <jasonr@gnu.org>
6109
6110 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
6111 Vwindow_system_version to the real w32 major version.
6112
97c6058a
DN
61132008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * term.c (init_tty): Move setting the terminal name before the
6116 potential user: maybe_fatal.
6117
ec4e88d7
CY
61182008-12-11 Chong Yidong <cyd@stupidchicken.com>
6119
d4835507
JB
6120 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
6121 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 6122
b4233ec9
JR
61232008-12-11 Jason Rumney <jasonr@gnu.org>
6124
8ec71e23 6125 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 6126 SYMBOL_CHARSET. (Bug#547)
8ec71e23 6127
b4233ec9 6128 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 6129 size for surrogates. (Bug#1096, bug#872)
b4233ec9 6130
011a0143
JB
61312008-12-11 Juanma Barranquero <lekktu@gmail.com>
6132
6133 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
6134
3c309f34
JB
61352008-12-11 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * process.c (Fsystem_process_attributes, syms_of_process):
6138 Fix typo in name of Ssystem_process_attributes.
6139 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
6140
fedc6ab5
JB
61412008-12-11 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * syntax.c (Fmodify_syntax_entry): Doc fix.
6144
ba3de0e8
JB
61452008-12-10 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * font.c (Ffont_spec): Move usage to end of docstring.
6148
174f1c74
JR
61492008-12-10 Jason Rumney <jasonr@gnu.org>
6150
6151 * w32font.c (Qcham): New symbol.
6152 (font_supported_scripts): Add cham, and comments for other new
6153 scripts in bitfield from OpenType spec.
9d32f818
JR
6154 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6155 contain characters beyond the bmp.
174f1c74 6156
7b649478
KH
61572008-12-10 Kenichi Handa <handa@m17n.org>
6158
6159 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 6160 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
6161 Qunicode_sip.
6162
2133e2d1
JB
61632008-12-10 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6166 (Fcoding_system_put): Use QCdefault_char.
6167 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6168
9af886ee
CY
61692008-12-09 Chong Yidong <cyd@stupidchicken.com>
6170
74d819eb
CY
6171 * xftfont.c (syms_of_xftfont): Fix typo.
6172
4ccfa1c0 6173 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 6174
7c19d3ae
DN
61752008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * emacs.c (main): Close daemon_pipe on exec.
6178
567826bb
CY
61792008-12-08 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * termchar.h (struct tty): New members termcap_term_buffer and
6182 termcap_strings_buffer.
6183
6184 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 6185 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
6186 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6187 All callers changed.
6188 (init_tty): Store termcap data and string buffers in new struct
6189 tty members termcap_term_buffer and termcap_strings_buffer.
6190 (delete_tty): Free them.
4ccfa1c0 6191 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 6192
aa96c42b
SZ
61932008-12-07 Seiji Zenitani <zenitani@mac.com>
6194
6195 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 6196 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 6197
b7e1d896
CY
61982008-12-06 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * coding.c (make_conversion_work_buffer): Disable buffer
6201 modification hooks in the work buffer.
6202
b5ec91a5
EZ
62032008-12-05 Eli Zaretskii <eliz@gnu.org>
6204
6205 * process.c (procfs_system_process_attributes): If `nread' has a
6206 negative value, assign zero to it.
6207
a5d2a52b
CY
62082008-12-05 Chong Yidong <cyd@stupidchicken.com>
6209
68c5540b 6210 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 6211
7bf1bb21
KH
62122008-12-05 Kenichi Handa <handa@m17n.org>
6213
6214 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6215 second character is a combining character.
6216
2fdc7d00
EZ
62172008-12-05 Eli Zaretskii <eliz@gnu.org>
6218
6219 * process.c (procfs_system_process_attributes): Don't use cmd,
6220 cmdsize, and q without initializing them first.
6221
bf6bfba8
JR
62222008-12-04 Jason Rumney <jasonr@gnu.org>
6223
6224 * w32font.c (w32font_draw): Initialize orig_clip before getting
6225 it, and delete it when finished.
6226
a3b1a468
DN
62272008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6228
6229 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6230 case when running as a daemon before detaching.
6231
8b8be8eb
JB
62322008-12-03 Juanma Barranquero <lekktu@gmail.com>
6233
805f2638 6234 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6235
b1bde622
KH
62362008-12-03 Kenichi Handa <handa@m17n.org>
6237
e500c47d
KH
6238 * font.c (font_at): Set `multibyte' at first.
6239
ca516334
KH
6240 * coding.c (decode_coding_charset): Check type of an element of
6241 vector VALIDS.
7bf1bb21 6242 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6243
4ccfa1c0 6244 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6245 (font_for_char): Likewise.
6246
1e5ecd37
CY
62472008-12-03 Chong Yidong <cyd@stupidchicken.com>
6248
d5b01609 6249 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6250 (font_update_lface): Handle fonts with corrupted size specs,
6251 i.e. non-int and non-float.
d5b01609 6252
11e3a6e4 6253 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6254 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6255 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6256
ab06788b
CY
6257 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6258
1e5ecd37 6259 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6260 underline_minimum_offset for underline position.
1e5ecd37 6261
63c125ab
DN
62622008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6263
6264 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6265
6266 * character.c (c_string_width): Specify the type for LEN.
6267
3a8406e1
KH
62682008-12-03 Kenichi Handa <handa@m17n.org>
6269
4ccfa1c0 6270 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6271 (decode_coding_utf_8): Likewise.
4ccfa1c0 6272 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6273 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6274
651df7d9
CY
62752008-12-02 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * keyboard.c (make_lispy_position): Only use PT if the selected
6278 window is current.
6279
1f625c6c
AS
62802008-12-02 Andreas Schwab <schwab@suse.de>
6281
f7741ce9
AS
6282 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6283
1f625c6c
AS
6284 * doprnt.c (doprnt1): Fix size of charbuf.
6285
92bc2678
CY
62862008-12-02 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * keyboard.c (timer_check): Revert last change.
6289
93b9e8cc
JB
62902008-12-02 Juanma Barranquero <lekktu@gmail.com>
6291
6292 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6293
fd7a37d5
JB
62942008-12-01 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * makefile.w32-in: Update dependencies.
6297 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6298
c115043b
AS
62992008-12-01 Andreas Schwab <schwab@suse.de>
6300
6301 * font.c (register_font_driver): Use xmalloc.
6302 (font_put_frame_data): Likewise.
6303
f5668d2a
CY
63042008-12-01 Chong Yidong <cyd@stupidchicken.com>
6305
860d96be
CY
6306 * xfaces.c (realize_x_face): Make abort condition clearer.
6307
f5668d2a
CY
6308 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6309
379c17e7
CY
63102008-11-30 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * keyboard.c (timer_check): After a timer runs, ensure that the
6313 selected window's buffer is current.
6314
35f36d65
JB
63152008-11-30 Juanma Barranquero <lekktu@gmail.com>
6316
f952c61c
JB
6317 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6318 It was accidentally restored by the Unicode merge.
6319
35f36d65
JB
6320 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6321
b23077df
JB
63222008-11-29 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * w32proc.c: Include "coding.h".
6325 (Fw32_short_file_name): Encode filename passed to Windows API.
6326 (Fw32_long_file_name): Encode filename passed to Windows API and
6327 decode back the result. (Bug#1433)
6328
b8ebe9dd
KH
63292008-11-29 Kenichi Handa <handa@m17n.org>
6330
8cc53f96
KH
6331 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6332 not before accessing it.
6333
b8ebe9dd
KH
6334 * charset.c (Fdefine_charset_internal): After calculating
6335 min_char, max_char, and fastmap, copy the charset structure again.
6336 (encode_char): Fix the previous change.
6337
59bc82c0
SZ
63382008-11-28 Seiji Zenitani <zenitani@mac.com>
6339
6340 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6341
6342 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6343
6344 * nsterm.m (x_set_frame_alpha): New function.
6345
32247e3d
EZ
63462008-11-27 Eli Zaretskii <eliz@gnu.org>
6347
6348 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6349
b003e5ff
JB
63502008-11-27 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6353 pointer to check_face_name.
6354
708550f5
KH
63552008-11-27 Kenichi Handa <handa@m17n.org>
6356
6357 * category.h (SET_CATEGORY_SET): Call set_category_set.
6358 (set_category_set): Extern it.
6359
6360 * category.c (hash_get_category_set): New function.
6361 (Fmodify_category_entry): Adjusted for the change of
6362 char_table_ref_and_range. Call hash_get_category_set to get a
6363 category set to store in the table.
6364
6365 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6366 Funify_charset.
6367
2ae37cf0 6368 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
6369 (DECODE_CHAR): Check if the decoder vector is ready.
6370 (ENCODE_CHAR): Check if the encoder char-table is ready.
6371 (maybe_unify_char): Extern it.
6372
6373 * charset.c (Vchar_unified_charset_table): Delete it.
6374 (inhibit_load_charset_map): New variable.
6375 (temp_charset_work): New variable.
6376 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6377 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6378 New macros.
6379 (load_charset_map): Meaning of control_flag changed. If
6380 inhibit_load_charset_map is nonzero, setup a table in
6381 temp_charset_work.
6382 (load_charset): New argument control_flag.
6383 (map_charset_for_dump): New function.
6384 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6385 map_charset_for_dump.
6386 (Fdefine_charset_internal): If the charset method is MAP, load
6387 mapping tables by calling load_charset.
6388 (Funify_charset): Don't load a mapping table but directly set
6389 Vchar_unify_table.
6390 (maybe_unify_char): New function.
6391 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6392 Handle the case of inhibit_load_charset_map being nonzero.
6393 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6394 Handle the case of inhibit_load_charset_map being nonzero.
6395 (Fclear_charset_maps): Just free temp_charset_work.
6396 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6397 variable.
6398
6399 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6400 change of char_table_ref_and_range.
6401 (char_table_ref_and_range): Change the meaning of argument FROM
6402 and TO. Now the caller must provide initial values for *FROM
6403 and *TO.
6404
6405 * fontset.c (fontset_add): Adjusted for the change of
6406 char_table_ref_and_range.
6407 (fontset_get_font_group): Likewise.
6408 (Ffontset_info): Likewise.
6409
6410 * keymap.c (describe_vector): Adjusted for the change of
6411 char_table_ref_and_range. For char-table, put boundary between
6412 non-ASCII and 8-bit characters.
6413
6414 * print.c (print_object): For bool-vector, delete unnecessary
6415 check of ASCII_BYTE_P.
6416
9196133b
JR
64172008-11-26 Jason Rumney <jasonr@gnu.org>
6418
6419 * w32font.c (w32font_open_internal): Don't include external
9acef61c 6420 leading in font height. (Bug#879)
9196133b 6421
9f688acf
GM
64222008-11-26 Glenn Morris <rgm@gnu.org>
6423
6424 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6425 redefinition with ifdef. (Bug#1383)
6426
90d19aff
AR
64272008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6428
6429 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6430
4ccfa1c0 64312008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
6432
6433 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6434 New EmacsView methods.
6435 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6436 Fixes bug #1048,1357,1414.
6437
64382008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6439
6440 Fix bug #1362.
6441 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6442 is not an indexed color.
6443 * nsterm.m (free_indexed_color): Add argument checking.
6444 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6445
e7d5ecb3
CY
64462008-11-24 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6449 Document confirm-after-completion value for
6450 minibuffer-completion-confirm.
6451
c285743c
JR
64522008-11-24 Jason Rumney <jasonr@gnu.org>
6453
6454 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6455 warning.
6456
b0857706
JR
64572008-11-23 Jason Rumney <jasonr@gnu.org>
6458
6459 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6460 restored before returning.
6461
6462 * w32font.c (check_face_name): New function.
6463 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 6464 fonts. (Bug#642)
b0857706 6465
ee50ff07
MR
64662008-11-22 Martin Rudalics <rudalics@gmx.at>
6467
6468 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6469 confirm-nonexistent-file-or-buffer in doc-string.
6470
b8ff72fa
SM
64712008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6474 Fix copy/paste typo. Add checks.
6475
cee53ed4
KH
64762008-11-21 Kenichi Handa <handa@m17n.org>
6477
6478 * coding.c (detect_coding_iso_2022): Reject invalid composition
6479 sequence.
6480 (DECODE_COMPOSITION_START): If the current source is the last
6481 block, and the current composition doesn't end, regard this
6482 sequence as invalid.
6483 (decode_coding_iso_2022): Handle invalid composition sequence.
6484
f6ef1e65
MR
64852008-11-20 Martin Rudalics <rudalics@gmx.at>
6486
6487 * window.c (coordinates_in_window): Don't return
6488 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6489 line when the window is not the rightmost one. (Bug#1372)
6490
e08b1705
MR
64912008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6492
6493 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6494
ad98e89f
EZ
64952008-11-15 Eli Zaretskii <eliz@gnu.org>
6496
6497 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6498 and bright_bg if noninteractive is non-zero.
6499
fb098a4b
CY
65002008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6501
6502 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6503 x_draw_glyph_string_background.
6504
6505 * w32term.c (x_draw_glyph_string): Likewise.
6506
ce952b6e
CY
65072008-11-15 Chong Yidong <cyd@stupidchicken.com>
6508
6509 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6510 the next glyph string once past the overhang width.
6511
6512 * nsterm.m (ns_draw_glyph_string): Likewise.
6513
6514 * w32term.c (x_draw_glyph_string): Likewise.
6515
26ea7079
CY
65162008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6517
6518 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6519 double file close.
6520
1c33c906
MR
65212008-11-14 Martin Rudalics <rudalics@gmx.at>
6522
6523 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6524 dedicated status of window before attempting to display another
6525 buffer in it.
6526
8fc29035
JB
65272008-11-14 Juanma Barranquero <lekktu@gmail.com>
6528
6529 * msdos.c (Fmsdos_long_file_names):
6530 (syms_of_msdos) <dos-unsupported-char-glyph>:
6531 * dosfns.c (Fint86): Fix typos in docstrings.
6532
55fb4286
EZ
65332008-11-14 Eli Zaretskii <eliz@gnu.org>
6534
6535 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6536
3fda0315
KY
65372008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6538
6539 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6540
7e849c17
CY
65412008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6542
6543 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6544
6545 * frame.h: Negative alpha means "don't touch".
6546
6547 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6548
6549 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6550
b9fd67bd
DN
65512008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 * hftctl.c:
6554 * chpdef.h:
6555 * acldef.h: Remove files used only for systems no longer supported.
6556
6557 * Makefile.in: Fix .o alphabetical ordering.
6558 (hftctl.o): Remove dependency, file removed.
6559 (keymap.o, print.o): Depend on charset.h.
6560
d5998e03
KH
65612008-11-10 Kenichi Handa <handa@m17n.org>
6562
2ae37cf0 6563 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 6564
be70e183
CY
65652008-11-08 Chong Yidong <cyd@stupidchicken.com>
6566
6567 * dired.c (file_name_completion): If completion_ignore_case is
6568 enabled, ignore case when checking completion-regexp-list.
6569
7cf94eac
EZ
65702008-11-08 Eli Zaretskii <eliz@gnu.org>
6571
6572 * vm-limit.c (get_lim_data): Fix last change.
6573
ee107a89
KH
65742008-11-08 Kenichi Handa <handa@m17n.org>
6575
6576 * character.c (Fget_byte): New function.
6577 (syms_of_character): Defsubr Fget_byte.
6578
5fd15622
CY
65792008-11-07 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6582 cursor position is valid after scrolling.
6583
13d62fad
JB
65842008-11-06 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6587
a1dd2936
GM
65882008-11-06 Glenn Morris <rgm@gnu.org>
6589
6590 * xterm.c (handle_one_xevent): Don't let popup menus cause
6591 mouse-autoselect-window related window switching. (Bug#1261)
6592
860cd236
CY
65932008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6594
6595 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6596
653a3150
AS
65972008-11-04 Andreas Schwab <schwab@suse.de>
6598
6599 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6600
870f5cac
CY
66012008-11-03 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * xfns.c (Fx_wm_set_size_hint): New function.
6604
1e02f3cb
MR
66052008-11-03 Martin Rudalics <rudalics@gmx.at>
6606
6607 * textprop.c (Fprevious_single_char_property_change): Return 0
6608 when there's no change in a string. (Bug#1301)
6609
e630dfc6
MR
66102008-11-02 Martin Rudalics <rudalics@gmx.at>
6611
6612 * frame.c (do_switch_frame): New argument NORECORD passed to
6613 Fselect_window.
6614 (Fselect_frame): New argument NORECORD passed to
6615 do_switch_frame.
6616 (Fset_frame_selected_window): New argument NORECORD passed to
6617 Fselect_frame.
6618 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6619 in call of do_switch_frame.
6620 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6621 Handle NORECORD argument in call of Fselect_frame.
6622 * lisp.h (do_switch_frame, Fselect_frame)
6623 (Fset_frame_selected_window): Adjust declarations.
6624 * window.c (select_frame_norecord): New function.
6625 (run_window_configuration_change_hook): Use it and call
6626 Fselect_frame with NORECORD set.
6627 (Fselect_window): Pass NORECORD to Fselect_frame.
6628 (Fset_window_configuration): Handle NORECORD argument in call of
6629 do_switch_frame.
6630 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6631 Fset_frame_selected_window.
6632 * keyboard.c (command_loop_1): Handle NORECORD in call of
6633 Fselect_frame (currently ifdefd).
6634
9020b223
GM
66352008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6636
6637 * emacs.c (USAGE2): Untabify.
6638
793ffee8
SM
66392008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * composite.c (fill_gstring_header): Fix copy/paste typo.
6642
ab6d1131
MR
66432008-10-31 Martin Rudalics <rudalics@gmx.at>
6644
6645 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6646 (Fother_window): Rename argument and rewrite doc-string.
6647 (select_window_norecord): Fix return value. (Bug#1276)
6648
601a9cf1
JB
66492008-10-30 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6652 new frames overriding foreground for tooltips. Based on similar patch
6653 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6654
813b0652
CY
66552008-10-29 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * emacs.c (Fdaemon_initialized): Initialize nfd.
6658
4414f58f
MR
66592008-10-29 Martin Rudalics <rudalics@gmx.at>
6660
6661 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6662 (Fwindow_text_height): Clarify doc-strings.
6663 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6664 doc-string of window-scroll-functions.
6665
ecdcaa09
RS
66662008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6667
6668 * category.c (syms_of_category): Fix typo in docstring.
6669
23fe745a
JB
66702008-10-28 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6673 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6674 Fix typos in docstrings.
6675
ff808935
DN
66762008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6677
6678 * emacs.c (daemon_pipe): Make non-static.
6679 (IS_DAEMON): Move definition ...
6680 * lisp.h (IS_DAEMON): ... here.
6681 (daemon_pipe): Declare.
6682 (is_daemon): Remove.
6683 * dispnew.c (init_display): Use IS_DAEMON.
6684
fc012771
SM
66852008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6688 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6689
6690 * emacs.c (is_daemon): Remove.
6691 (main): Don't set is_daemon.
6692 (IS_DAEMON): New macro.
6693 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 6694 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
6695 parent exits.
6696 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6697
d8bdbe6f
CY
66982008-10-27 Chong Yidong <cyd@stupidchicken.com>
6699
d1a072bf
CY
6700 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6701 over-sized glyph, draw it with the default glyph width.
6702
e2e325aa
CY
6703 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6704 glyph, draw it with the default glyph width.
6705
6706 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6707 glyph, draw it with the default glyph width.
6708
d8bdbe6f
CY
6709 * xdisp.c (try_scrolling): When computing the distance from the
6710 scroll margin to PT, try moving some distance past the window
6711 bottom before giving up.
6712
7bfac547
MR
67132008-10-27 Martin Rudalics <rudalics@gmx.at>
6714
6715 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6716 (Fset_window_buffer): Explain in doc-string that a window can be
6717 "strongly" dedicated to its buffer.
6718
4ff029f6
DN
67192008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6720
6721 * emacs.c (daemon_name): New variable.
6722 (main): Deal with --daemon=SERVER_NAME.
6723 (Fdaemonp): Return a name if one was passed to --daemon.
6724
5790ef40
DN
67252008-10-26 Romain Francoise <romain@orebokech.com>
6726
f9bd0df9 6727 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
6728 (main): Create a pipe before forking, make the parent exit only after
6729 the child has closed its end of the pipe. Move closing the
6730 descriptors ...
6731 (Fdaemon_initialized): ... here. New function.
6732
f5385255
SM
67332008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6734
4d632321
SM
6735 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6736 the previous unoptimized table.
6737
f5385255
SM
6738 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6739 the distinction between non-nil and non-t value of `dedicated'.
6740
6c56a0f3
CY
67412008-10-25 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 6744 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 6745
fec89261
MR
67462008-10-25 Martin Rudalics <rudalics@gmx.at>
6747
6748 * window.c (Fget_buffer_window, Fdelete_windows_on)
6749 (Freplace_buffer_in_windows): Make buffer argument optional and
6750 rename to buffer_or_name.
6751
34fcddd0
CY
67522008-10-24 Chong Yidong <cyd@stupidchicken.com>
6753
f5385255
SM
6754 * xdisp.c (handle_single_display_spec, handle_display_prop):
6755 Undo 2005-05-16 change.
34fcddd0
CY
6756 (handle_stop): Pop iterator if it's loaded with an empty string.
6757 (get_overlay_strings_1): Don't save iterator if it's loaded with
6758 an empty string (bug#1201).
6759
064766f2
KH
67602008-10-24 Kenichi Handa <handa@m17n.org>
6761
6762 * ftfont.c (ftfont_otf_features): Fix previous change.
6763 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6764 calling ftfont_otf_features.
6765
f9bd0df9 67662008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
6767
6768 * font.c (font_match_p): Fix for the case that a vector of
6769 characters is in script-representative-chars.
6770
1dae9197
MA
67712008-10-24 Michael Albinus <michael.albinus@gmx.de>
6772
6773 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 6774 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
6775 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6776 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 6777 macro. (Bug#1186)
1dae9197 6778
f9bd0df9 67792008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
6780
6781 * s/sol2-10.h: New file.
6782
878a4584
JB
67832008-10-23 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6786 poor beast has survived 9+ years and the jump from xterm.c!).
6787
cd265ca6
MR
67882008-10-23 Martin Rudalics <rudalics@gmx.at>
6789
6790 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6791 Reword doc-string.
f5385255 6792 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 6793
472a4dc9
JB
67942008-10-23 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * character.c (syms_of_character) <script-representative-chars>:
6797 <unicode-category-table>: Doc fixes.
6798
159bd5a2
NF
67992008-10-23 Noah Friedman <friedman@splode.com>
6800
6801 * coding.c (make_conversion_work_buffer): Check that
6802 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6803 Fget_buffer_create.
6804
49f9c344
KH
68052008-10-23 Kenichi Handa <handa@m17n.org>
6806
6807 * font.c (font_add_log): Check the values of extra properties.
6808
12bb3111
MR
68092008-10-22 Martin Rudalics <rudalics@gmx.at>
6810
6811 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6812 Reword doc-string.
6813 (Fset_window_parameter): Use NILP.
6814 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 6815 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 6816
bbeb4e99
JB
68172008-10-22 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6820
68212008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
6822
6823 * nsfns.m (ns_appkit_version): New function.
6824 (x-server-version): Use it.
6825 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6826 (x-server-vendor): Don't check_ns().
6827
6828 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6829
a9b555d3
JB
68302008-10-22 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6833 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6834
4626499f
KH
68352008-10-22 Kenichi Handa <handa@m17n.org>
6836
e3681952
KH
6837 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6838 scripts.
6839
4626499f
KH
6840 * category.c (word_boundary_p): Check scripts instead of charset.
6841 Handle nil value in word-separating-categories and
6842 word-combining-categories.
6843 (syms_of_category): Fix docstrings of word-separating-categories
6844 and word-combining-categories.
6845
1560f91a
EZ
68462008-10-21 Eli Zaretskii <eliz@gnu.org>
6847
6848 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6849 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6850
f4668441
MR
68512008-10-21 Martin Rudalics <rudalics@gmx.at>
6852
6853 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6854 Rename arg "buffer" to "buffer_or_name".
6855 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6856 it optional.
6857 (no_switch_window): Remove since the return value is not used.
a9b555d3 6858 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6859 Consider window as dedicated when Fwindow_dedicated_p returns a
6860 non-nil value.
6861 * lisp.h: Remove prototype for no_switch_window.
6862
fd75ddb2
JD
68632008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6864
6865 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6866 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6867
07295713
KH
68682008-10-21 Kenichi Handa <handa@m17n.org>
6869
6870 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6871 check Vlatin_extra_code_table.
6872
712adc82
EZ
68732008-10-20 Eli Zaretskii <eliz@gnu.org>
6874
6875 * fileio.c (Fset_file_modes): Doc fix.
6876
f549eb0b
MA
68772008-10-19 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6880 in arrays.
6881
aac0c6e3
MR
68822008-10-19 Martin Rudalics <rudalics@gmx.at>
6883
6884 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6885 Mention kill-buffer in doc-string.
6886 (Fset_window_buffer): Reinsert tem check removed in last commit.
6887 (Fenlarge_window, Fshrink_window): Have argument names and
6888 doc-string follow Elisp manual more closely.
6889
68902008-10-18 Eli Zaretskii <eliz@gnu.org>
6891
6892 * fileio.c (Fset_file_modes): Doc fix.
6893
68942008-10-18 Martin Rudalics <rudalics@gmx.at>
6895
6896 * window.c (Fwindow_width, Fset_window_start)
6897 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6898 (Fdelete_windows_on, Freplace_buffer_in_windows):
6899 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6900 (Fwindow_dedicated_p): Make window argument optional.
6901 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6902 (Fset_window_buffer): Respect any non-nil dedicated value for
6903 window. Rename "buffer" argument to "buffer_or_name".
6904
69052008-10-18 Ulrich Mueller <ulm@gentoo.org>
6906
6907 * m/sh3.h: New file, machine description for SuperH.
6908
69092008-10-17 Martin Rudalics <rudalics@gmx.at>
6910
6911 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6912
69132008-10-17 Kenichi Handa <handa@m17n.org>
6914
6915 * ftfont.c (ftfont_otf_features): Fix indexing
6916 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6917
69182008-10-16 Magnus Henoch <mange@freemail.hu>
6919
6920 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6921 (Fdbus_call_method_asynchronously): Ditto.
6922 This change makes C-h f display the argument list.
6923
69242008-10-16 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * fileio.c (Fexpand_file_name): Doc fix.
6927
6928 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6929 of :foreground and :background equivalent to unspecified (20.x
6930 compatibility).
6931
69322008-10-15 Eli Zaretskii <eliz@gnu.org>
6933
6934 * buffer.c (syms_of_buffer): Doc fix.
6935
69362008-10-14 Kenichi Handa <handa@m17n.org>
6937
6938 * font.c (font_clear_prop): When clearing font width, clear the
6939 average width field too.
6940
69412008-10-12 Andreas Schwab <schwab@suse.de>
6942
6943 * ftfont.c (ftfont_shape_by_flt): Make static.
6944 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6945
6946 * font.c: Don't include <m17n-flt.h>.
6947
69482008-10-10 Eli Zaretskii <eliz@gnu.org>
6949
6950 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6951
69522008-10-09 Eli Zaretskii <eliz@gnu.org>
6953
6954 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6955 away code.
6956
69572008-10-09 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * dispnew.c (update_text_area): Avoid looping due to large glyph
6960 overhangs (bug#1070).
6961
69622008-10-09 Kenichi Handa <handa@m17n.org>
6963
6964 * fontset.c (face_for_char): If face->fontset is negative, just
6965 return ascii_face.
6966
f5385255
SM
6967 * font.c (font_delete_unmatched): Fix previous change.
6968 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6969
69702008-10-09 Martin Rudalics <rudalics@gmx.at>
6971
6972 * frame.c (Fraise_frame): On text-only terminals select frame in
6973 order to make it visible. (Bug#1061)
6974
69752008-10-08 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * fontset.c (fontset_find_font): Check frame validity.
6978
69792008-10-07 Chong Yidong <cyd@stupidchicken.com>
6980
a9b555d3 6981 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6982 (xg_display_close): Allow Emacs to close all displays (bug#985).
6983
69842008-10-06 Andreas Schwab <schwab@suse.de>
6985
f5385255 6986 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6987
69882008-10-06 Chong Yidong <cyd@stupidchicken.com>
6989
f5385255 6990 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6991
a9b555d3 6992 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6993
6994 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6995 during initialization.
6996
69972008-10-04 Eli Zaretskii <eliz@gnu.org>
6998
6999 * xdisp.c (redisplay_internal): If frame switched, redisplay the
7000 whole thing on MSDOS frames as well as on a TTY.
7001
7002 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
7003 well as for TTY.
7004 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
7005 well as on a TTY.
7006
7007 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
7008 as well as for TTY.
7009
7010 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
7011
7012 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
7013 MSDOS frames as well.
7014
70152008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7016
7017 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
7018 correct arguments.
b71ac3dd 7019 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
7020
70212008-10-03 Glenn Morris <rgm@gnu.org>
7022
7023 * emacs.c (USAGE1): Add --daemon.
7024
70252008-10-02 Eli Zaretskii <eliz@gnu.org>
7026
7027 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
7028 100, so it's in percents as advertised.
7029
70302008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7031
7032 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
7033 (ns_output.current_cursor, ns_output.desired_cursor)
7034 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
7035 (FRAME_NEW_CURSOR_COLOR): Remove.
7036
7037 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 7038 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
7039 enumeration (HOLLOW_BOX_CURSOR, etc.).
7040
7041 * nsterm.m (ns_frame_rehighlight): Remove commented code.
7042 (draw_window_cursor): Simplify code.
f5385255
SM
7043 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
7044 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 7045 updates manually.
a9b555d3
JB
7046 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
7047 Use core Emacs cursor types.
aac0c6e3 7048
b8ff72fa 7049 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
7050
70512008-10-02 Martin Rudalics <rudalics@gmx.at>
7052
7053 * process.c (Faccept_process_output): Fix doc-string.
7054
70552008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7056
7057 * gmalloc.c (__sbrk): Also define for uClibc.
7058
7059 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
7060 for uClibc.
7061
70622008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7063
7064 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
7065 styles.
7066 (nsfont_open): Reenable the cache.
7067
70682008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7069
7070 * font.c (font_matching_entity): Reflect ATTRS in font selection.
7071 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
7072
70732008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
7076 a suspended terminal.
7077
70782008-09-30 Michael Albinus <michael.albinus@gmx.de>
7079
7080 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
7081
70822008-09-30 Eli Zaretskii <eliz@gnu.org>
7083
7084 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
7085
70862008-09-30 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
7089 in a continued line coincides with a line beginning.
7090
70912008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7092
7093 * nsfont.m (nsfont_trait_distance): Fix bug.
7094 (nsfont_list): Return a list rather than a vector (syncs with Handa
7095 changes of 2008-05-14).
7096 (nsfont_open): Improve logging.
7097
70982008-09-29 Andreas Schwab <schwab@suse.de>
7099
7100 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7101
71022008-09-28 Martin Rudalics <rudalics@gmx.at>
7103
7104 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
7105 name as char-resolve-modifiers.
7106 Reported by: Markus Triska <markus.triska@gmx.at>
7107
71082008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7109
7110 * dispnew.c (init_display): Return earlier when running as a daemon.
7111
71122008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7113
7114 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
7115
71162008-09-27 Eli Zaretskii <eliz@gnu.org>
7117
7118 * composite.c (Fcomposition_get_gstring)
7119 (Fcompose_region_internal, Fcompose_string_internal)
7120 (Ffind_composition_internal): Doc fix.
7121 (syms_of_composite) <compose-chars-after-function>: Doc fix.
7122 (syms_of_composite) <auto-composition-function>: Doc fix.
7123 (syms_of_composite) <composition-function-table>: Doc fix.
7124
71252008-09-25 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * search.c (wordify): New argument for lax word-ends.
7128 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
7129
71302008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7131
7132 * lisp.h (is_daemon): Declare.
7133 * dispnew.c (init_display): Do not try to initialize the terminal
7134 when running as a daemon.
7135
71362008-09-22 Chong Yidong <cyd@stupidchicken.com>
7137
7138 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
7139 x_display_pixel_height.
7140
71412008-09-22 Martin Rudalics <rudalics@gmx.at>
7142
7143 * undo.c (record_point): Don't call Fundo_boundary for first
7144 change. (Bug#731)
7145
71462008-09-22 Juanma Barranquero <lekktu@gmail.com>
7147
7148 * emacs.c (Fdaemonp): Doc fix.
7149
71502008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7151
7152 * emacs.c (main): Place #ifdef in the proper place.
7153
71542008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7155
7156 * emacs.c (standard_args): Add --daemon.
7157 (main): Disconnect from the terminal when --daemon is passed.
7158 (is_daemon): New variable.
7159 (Fdaemonp): New function.
7160 (syms_of_emacs): Defsubr it.
7161
71622008-09-20 Chong Yidong <cyd@stupidchicken.com>
7163
7164 * xdisp.c (get_next_display_element): Handle string display
7165 correctly when checking for the end of a box run.
7166
71672008-09-20 Glenn Morris <rgm@gnu.org>
7168
7169 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7170 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7171 (Frename_file): Avoid copying to trash if a rename involves
7172 a delete. (Bug#964).
7173
71742008-09-20 Eli Zaretskii <eliz@gnu.org>
7175
7176 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7177 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7178 frames as well as termcap frames.
7179 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7180 get_named_tty.
7181
71822008-09-19 Eli Zaretskii <eliz@gnu.org>
7183
7184 * process.c (procfs_system_process_attributes): Fix cmdline in
7185 case /proc/PID/cmdline is empty.
7186
7187 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7188 x_display_pixel_height.
7189
71902008-09-19 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7193
7194 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7195 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7196
71972008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7198
7199 * dispextern.h (struct it): Move line_wrap away from the middle of
7200 bitfields. Move voffset in struct iterator_stack_entry after the
7201 bitfields. Move tab_width near after another short.
7202
72032008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7204
7205 * frame.h (struct frame): Move alpha from the middle of bitfields.
7206
7207 * window.h (struct window): Move frozen_window_start_p after the
7208 rest of the bitfields to reduce padding.
7209
72102008-09-18 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * xterm.h (x_display_info): Remove `height' and `width' members.
7213
7214 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7215
7216 * w32term.h (w32_display_info): Remove `height', `width',
7217 `height_in', and `width_in' members.
7218
b8ff72fa
SM
7219 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7220 New functions.
aac0c6e3
MR
7221 (x_calc_absolute_position): Use them.
7222 (x_term_init): Omit removed `height' and `width' members.
7223
b8ff72fa
SM
7224 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7225 New functions.
aac0c6e3
MR
7226 (w32_read_socket, x_calc_absolute_position): Use them.
7227 (w32_initialize_display_info, w32_term_init): Omit removed members
7228 of w32_display_info.
7229
b8ff72fa
SM
7230 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7231 New functions.
7232 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7233
b8ff72fa
SM
7234 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7235 New functions.
aac0c6e3
MR
7236 (x_calc_absolute_position): Use them.
7237 (x_term_init): Omit removed `height' and `width' members.
7238
7239 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7240 (compute_tip_xy):
7241 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7242 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7243 x_display_pixel_width.
7244
72452008-09-18 Kenichi Handa <handa@m17n.org>
7246
7247 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7248 (composition_compute_stop_pos): Fix handling of static composition.
7249 (Fcomposition_get_gstring): Check FROM and TO at first.
7250
72512008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7252
46e722a9 7253 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7254 mixup (YAILOM).
7255
72562008-09-17 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * indent.c (Fvertical_motion): Use position reported by iterator
7259 instead of PT for determining screen motion (bug#943).
7260
72612008-09-17 Romain Francoise <romain@orebokech.com>
7262
7263 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7264
72652008-09-17 Kenichi Handa <handa@m17n.org>
7266
7267 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7268
7269 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7270 if necessary.
7271
72722008-09-16 Kenichi Handa <handa@m17n.org>
7273
7274 * coding.c (make_conversion_work_buffer): Avoid calling
7275 Fget_buffer_create if it is not necessary.
7276
72772008-09-15 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.c (Fselect_window): Don't update window_select_count and
7280 use_time when norecord is not nil.
7281
72822008-09-14 Kenichi Handa <handa@m17n.org>
7283
7284 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7285 specpdl_ptr.
7286
72872008-09-12 Kenichi Handa <handa@m17n.org>
7288
7289 * indent.c (scan_for_column): Don't handle automatic composition
7290 if the current buffer is not associated with a window.
7291
7292 * composite.c (composition_reseat_it): If the current buffer is
7293 not associated with a window, ignore the automatic composition.
7294 (find_automatic_composition): Likewise.
7295
72962008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7299 (Fgpm_mouse_stop): Use it.
7300 * termhooks.h (close_gpm): Declare.
7301 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7302 connection if Gpm_GetEvent fails.
7303
7304 * window.c (set_window_buffer): Always preserve current-buffer.
7305
73062008-09-12 Glenn Morris <rgm@gnu.org>
7307
7308 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7309
73102008-09-11 Glenn Morris <rgm@gnu.org>
7311
7312 * charset.c (charset-map-path): Doc fix.
7313
73142008-09-10 Kenichi Handa <handa@m17n.org>
7315
7316 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7317
7318 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7319 compose a grapheme cluster with the preceding base glyph.
7320
7321 * composite.c (composition_compute_stop_pos): Fix previous change.
7322 Reset cmp_it->id to -1 at first.
7323
73242008-09-10 Glenn Morris <rgm@gnu.org>
7325
7326 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7327
73282008-09-09 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * keyboard.c (read_key_sequence): Reapply translation maps when
7331 switching keyboards.
7332
73332008-09-09 Kenichi Handa <handa@m17n.org>
7334
7335 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7336 characters.
7337
7338 * composite.c (FORWARD_CHAR): Fix calculation
7339 of (POSITION).pos_byte.
7340 (composition_compute_stop_pos): Limit the search of composition to
7341 at most 500 characters ahead. If we reach the limit or find a
7342 newline, set cmp_it->ch to -2 and return 0.
7343 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7344
73452008-09-08 Kenichi Handa <handa@m17n.org>
7346
7347 * indent.c (Fvertical_motion): Be sure to set
7348 it_overshoot_expected if it.cmp_it.id is non-negative.
7349
73502008-09-07 Andreas Schwab <schwab@suse.de>
7351
7352 * callproc.c (Fcall_process): Don't hold references to string data
7353 across garbage collection. Move initialisation of new_argv down
7354 to avoid compiler bug.
7355
73562008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7357
7358 * process.c (Fsystem_process_attributes): Doc fix.
7359
73602008-09-07 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * callproc.c (Fcall_process): Canonicalize current directory name.
7363
7364 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7365 iterator advances to the next line if the current line ends in a
7366 continued tab.
7367
73682008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7369
7370 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7371 member to point to cmp_from.
7372
7373 * xdisp.c: Doc fix for references to gidx data member.
7374
73752008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7378
73792008-09-07 Kenichi Handa <handa@m17n.org>
7380
7381 * composite.c (FORWARD_CHAR): Check STOP after
7382 incrementing (POSITION).pos.
7383
73842008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7385
7386 * process.c (Fsystem_process_attributes): Doc fix.
7387
73882008-09-06 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * keyboard.c (Ftop_level): Doc fix.
7391
73922008-09-06 Eli Zaretskii <eliz@gnu.org>
7393
7394 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7395 minibuffer, don't let lower part of menu invade the echo area.
7396
7397 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7398 "char *q" to access menu text and advance through it. Revert the
7399 change that displayed ">" instead of ASCII character 0x10.
7400
74012008-09-05 Eli Zaretskii <eliz@gnu.org>
7402
7403 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7404 toggle boxes and radio buttons on MS-DOS as well.
7405
74062008-09-05 Kenichi Handa <handa@m17n.org>
7407
7408 * composite.c (autocmp_chars): Check lookback count.
7409 (composition_compute_stop_pos): Set cmp_it->lookback.
7410 (composition_reseat_it): Check lookback count.
7411 (struct position_record): New struct.
7412 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7413 (find_automatic_composition): New function.
7414 (composition_adjust_point): Use find_automatic_composition.
7415
7416 * dispextern.h (struct composition_it): New member lookback.
7417
74182008-09-02 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7421 if moving by a single line.
7422
74232008-09-02 Andreas Schwab <schwab@suse.de>
7424
7425 * xterm.c (x_delete_display): Fix merge error.
7426
7427 * fileio.c (Fexpand_file_name): Remove unused variables.
7428
74292008-09-02 Eli Zaretskii <eliz@gnu.org>
7430
7431 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7432 storage on all platforms, not just on DOS_NT.
7433
74342008-09-02 Jason Rumney <jasonr@gnu.org>
7435
b8ff72fa
SM
7436 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7437 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
7438
74392008-09-01 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * xfaces.c (Finternal_set_alternative_font_family_alist)
7442 (Finternal_set_alternative_font_registry_alist): Properly copy
7443 entire alist structure.
7444
74452008-09-01 Kenichi Handa <handa@m17n.org>
7446
d66c0241 7447 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 7448 representative chars of the script is a vector.
d66c0241
JB
7449 (ftfont_list): Handle the case where the representative chars of
7450 the script is a vector.
aac0c6e3
MR
7451
7452 * character.c (syms_of_character): Docstring of
7453 script-representative-chars fixed.
7454
74552008-08-31 Eli Zaretskii <eliz@gnu.org>
7456
7457 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7458 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7459 the menu. Allocate larger buffer for `text', to account for
7460 possible ^C characters.
7461
74622008-08-31 Martin Rudalics <rudalics@gmx.at>
7463
7464 * xdisp.c (prepare_menu_bars): Don't call
7465 Vwindow_size_change_functions with arg Qt.
7466
74672008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * font.h (font_range):
7470 * fileio.c (report_file_error):
46e722a9
SM
7471 * composite.c (composition_update_it): Yet another int/Lisp_Object
7472 mixup (YAILOM).
aac0c6e3
MR
7473
74742008-08-30 Glenn Morris <rgm@gnu.org>
7475
7476 * data.c (Fmake_variable_frame_local): Doc fix.
7477
7478 * frame.c (Fmodify_frame_parameters): Doc fix.
7479
74802008-08-30 Eli Zaretskii <eliz@gnu.org>
7481
7482 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7483 needed by GetTokenInformation.
7484 (w32_system_process_attributes): Check return values of all system
7485 APIs.
7486
7487 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7488 only when the state changes.
7489 (IT_update_begin, IT_update_end): Add termscript trace.
7490
7491 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7492 clipboard is unavailable. Set dst to NULL if it doesn't point to
7493 malloc'ed data.
7494 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7495 passing random values to xfree.
7496
7497 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 7498 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
7499
75002008-08-29 Jason Rumney <jasonr@gnu.org>
7501
7502 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7503
75042008-08-29 Eli Zaretskii <eliz@gnu.org>
7505
7506 * composite.c (fill_gstring_body): Avoid compiler warnings.
7507
7508 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7509 LGLYPH_SET_CODE to avoid compiler warnings.
7510
2ae37cf0 7511 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
7512
7513 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7514
7515 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7516 LGLYPH_SET_CODE.
7517
75182008-08-29 Kenichi Handa <handa@m17n.org>
7519
7520 * fileio.c (report_file_error): Don't downcase the first character
7521 of errstring if it is still unibyte.
7522
75232008-08-29 Kenichi Handa <handa@m17n.org>
7524
7525 These changes are to re-implement the automatic composition so
7526 that it doesn't use text properties.
7527
7528 * Makefile.in (ftfont.o): Depend on composite.h.
7529 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7530
7531 * character.h (Vunicode_category_table): Extern it.
7532
7533 * character.c (Vunicode_category_table): New variable.
7534 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7535
7536 * chartab.c (optimize_sub_char_table): Perform more greedy
7537 optimization.
7538
b8ff72fa
SM
7539 * composite.h (enum composition_method):
7540 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
7541 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7542 (Vcomposition_function_table): Extern it.
7543 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7544 (composition_gstring_put_cache, composition_gstring_from_id)
7545 (composition_gstring_p, composition_gstring_width)
7546 (composition_compute_stop_pos, composition_reseat_it)
7547 (composition_update_it, composition_adjust_point): Extern them.
7548 (Fcomposition_get_gstring): EXFUN it.
7549
d66c0241 7550 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
7551 (Vcomposition_function_table)
7552 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
7553 (gstring_hash_table, gstring_work, gstring_work_headers):
7554 New variables.
aac0c6e3
MR
7555 (gstring_lookup_cache, composition_gstring_put_cache)
7556 (composition_gstring_from_id, composition_gstring_p)
7557 (composition_gstring_width, fill_gstring_header)
7558 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7559 (composition_reseat_it, composition_update_it)
b8ff72fa 7560 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
7561 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7562 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 7563 Defsubr composition_get_gstring.
aac0c6e3
MR
7564
7565 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7566 cmp_id.
7567 (struct glyph_string): Delete the member gidx. New members
7568 cmp_id, cmp_from, and cmp_to.
7569 (enum it_method): Delete GET_FROM_COMPOSITION.
7570 (struct composition_it): New struct.
7571 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7572 Delete c, len, cmp_id, cmp_len in u.comp.
7573
7574 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 7575 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 7576 (enum lglyph_indices): Likewise.
b8ff72fa 7577 (font_range): Adjust extern.
aac0c6e3
MR
7578 (font_fill_lglyph_metrics): Extern it.
7579
7580 * font.c (QCf): New variable.
7581 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7582 (font_prepare_composition): Delete this function.
7583 (font_range): Type and arguments changed.
7584 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7585 (font_fill_lglyph_metrics): New function.
b8ff72fa 7586 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 7587 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
7588 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7589 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
7590
7591 * fontset.h (font_for_char): Extern it.
7592
7593 * fontset.c (font_for_char): New function.
7594
7595 * ftfont.c: Include composite.h.
7596 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 7597 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
7598
7599 * indent.c: Include composite.h and dispextern.h.
7600 (check_composition): Delete this function.
7601 (scan_for_column): Handle composition by
7602 composition_compute_stop_pos, composition_reseat_it, and
7603 composition_update_it.
7604 (compute_motion): Likewise.
7605 (Fvertical_motion): Fix checking of composition.
7606
7607 * keyboard.c (adjust_point_for_property): Check composition by
7608 composition_adjust_point.
7609
b8ff72fa 7610 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
7611 struct glyph_string.
7612
b8ff72fa
SM
7613 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7614 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
7615 struct glyph.
7616 (produce_composite_glyph): Likewise.
7617
b8ff72fa
SM
7618 * w32term.c (x_draw_composite_glyph_string_foreground):
7619 Adjust for the change of struct glyph_string.
aac0c6e3
MR
7620 (x_draw_glyph_string): Likewise.
7621
7622 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7623 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7624
7625 * xdisp.c: Include font.h.
7626 (it_props): Delete the entry for Qauto_composed.
7627 (init_iterator): Initialize it->cmp_it.id to -1.
7628 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 7629 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
7630 (handle_auto_composed_prop): Delete it.
7631 (handle_composition_prop): Handle only static composition.
7632 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7633 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 7634 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
7635 (pop_it): Likewise.
7636 (get_next_element): Delete next_element_from_composition.
7637 (CHAR_COMPOSED_P): New macro.
7638 (get_next_display_element): For automatic composition, get a face
7639 from the font in the glyph-string.
7640 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 7641 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
7642 (next_element_from_string): Check if the character at the current
7643 position is composed by CHAR_COMPOSED_P.
7644 (next_element_from_buffer): Likewise.
d66c0241
JB
7645 (next_element_from_composition): Adjust for the change of struct it.
7646 Update it->cmp_it.
b8ff72fa
SM
7647 (dump_glyph): Adjust for the change of struct glyph.
7648 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
7649 it and struct glyph. Don't handle automatic composition here.
7650 (fill_gstring_glyph_string): New function.
7651 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 7652 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
7653 (BUILD_GSTRING_GLYPH_STRING): New macro.
7654 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7655 automatic composition.
b8ff72fa 7656 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 7657 struct glyph.
b8ff72fa 7658 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 7659
b8ff72fa 7660 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
7661 the change of struct glyph_string.
7662 (x_draw_glyph_string): Likewise.
7663
76642008-08-29 Glenn Morris <rgm@gnu.org>
7665
7666 * buffer.c (word-wrap): Doc fix.
7667 * xdisp.c (truncate-partial-width-windows): Doc fix.
7668 Increase default to 50.
7669
76702008-08-29 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * xdisp.c (update_tool_bar_unwind): New function.
7673 (update_tool_bar): Temporarily set selected frame before building
7674 tool-bar items.
7675
76762008-08-28 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7679 snprintf, respectively.
7680 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7681
76822008-08-28 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7685 LDFLAGS to GNUstep CC invocation.
7686
76872008-08-27 Chong Yidong <cyd@stupidchicken.com>
7688
7689 * indent.c (Fvertical_motion): Revert last change. Handle the
7690 general case where we are moving forward, and PT spans multiple
7691 screen lines.
7692
7693 * eval.c (find_handler_clause): Temporarily increase
7694 max-lisp-eval-depth while printing the backtrace buffer, to
7695 guarantee that help-mode code can run.
7696
76972008-08-27 Eli Zaretskii <eliz@gnu.org>
7698
7699 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7700 colors under -rv.
7701 (IT_set_frame_parameters): Don't swap foreground and background
7702 colors if `(reverse . t)' is present in the frame properties.
7703 (internal_terminal_init): Call init_frame_faces only for the
7704 initial frame.
7705
77062008-08-27 Andreas Schwab <schwab@suse.de>
7707
7708 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7709
77102008-08-27 Andreas Schwab <schwab@suse.de>
7711
7712 * search.c (search_buffer): Set char_base to zero only at the end.
7713
77142008-08-27 Kenichi Handa <handa@m17n.org>
7715
b8ff72fa 7716 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
7717
77182008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7719
7720 * xterm.c (x_term_init): Temporarily hide the partially
7721 initialized terminal while calling vendor-specific-keysyms.
7722
77232008-08-26 Eli Zaretskii <eliz@gnu.org>
7724
7725 * msdos.c (internal_terminal_init): Most initializations done only
7726 once, especially initial_screen_colors[] and termscript open.
7727
77282008-08-26 Chong Yidong <cyd@stupidchicken.com>
7729
7730 * eval.c (Fcondition_case): Doc fix.
7731
7732 * widgetprv.h (EmacsFramePart): Change font member to the new font
7733 struct.
7734
7735 * widget.c: Include character.h and font.h for XSETFONT.
7736 (setup_frame_gcs): Compute X font id from font struct, just once.
7737
77382008-08-26 Eli Zaretskii <eliz@gnu.org>
7739
7740 * term.c (get_named_tty): Fix last change.
7741
77422008-08-26 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 7745 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
7746
77472008-08-25 Eli Zaretskii <eliz@gnu.org>
7748
7749 * frame.c (do_switch_frame): Mark previously displayed frame as
7750 obscured for FRAME_MSDOS_P frames as well.
7751
77522008-08-24 Eli Zaretskii <eliz@gnu.org>
7753
7754 * frame.c (make_terminal_frame): Initialize f->terminal,
7755 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7756 Set the top frame to newly created frame.
7757 (Fmake_terminal_frame): Reuse the_only_display_info.
7758
7759 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7760 estimating available memory.
7761
b97439ce 77622008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
7763
7764 * nsterm.m (ns_draw_window_cursor): Don't call
7765 NSDisableScreenUpdates and NSEnableScreenUpdates on
7766 non-NS_IMPL_COCOA systems.
7767
77682008-08-23 Andreas Schwab <schwab@suse.de>
7769
7770 * process.c (procfs_system_process_attributes): Fix use of
7771 uninitialized variables.
7772
77732008-08-23 Eli Zaretskii <eliz@gnu.org>
7774
7775 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7776
7777 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7778 calling tty-set-up-initial-frame-faces.
7779
b8ff72fa
SM
7780 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7781 Allow MSDOS frames along with X frames.
aac0c6e3
MR
7782
7783 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7784 addition to output_termcap.
7785
7786 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7787
7788 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7789 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7790 highlight.
7791
7792 * process.c [!subprocesses]: Define QCname.
7793 (syms_of_process): Intern and staticpro it.
7794
7795 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
7796 Adjust for changes in encoding/decoding routines.
7797 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
7798 encode_coding and decode_coding.
7799
b8ff72fa 7800 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
7801
7802 * dosfns.c: Include frame.h before termhooks.h.
7803 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7804 variable termscript.
7805
7806 * s/msdos.h (USER_FULL_NAME): Define.
7807 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7808
7809 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7810 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7811 pw->pw_gecos.
7812
7813 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7814 SELECTED_FRAME as additional (1st) argument.
7815 (tty_read_avail_input): Handle output_msdos_raw in
7816 addition to output_termcap.
7817
7818 * msdos.c: Include frame.h before termhooks.h.
7819 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7820 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7821 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7822 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7823 (IT_set_terminal_modes, IT_reset_terminal_modes)
7824 (IT_set_frame_parameters): Use tty->termscript instead of a global
7825 variable termscript.
7826 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7827 global variable terminal_coding. Don't refer to
7828 Vnonascii_translation_table.
7829 (internal_terminal_init): Set Vwindow_system in current_kboard.
7830 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7831 Announce date and time of session start, if termscript is open.
7832 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
7833 term.c:init_tty). Open termscript only of not already open.
7834 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
7835 here instead of dos_ttraw. Don't initialize display if this is an
7836 initial tty. Don't set FRAME_FONT.
7837 (Vwindow_system_version): Bump to 23.
7838 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7839 is available, set up mouse_position_hook.
7840 (dos_ttraw, IT_set_terminal_modes): If called with initial
7841 terminal, do nothing.
7842 (IT_set_frame_parameters): Handle the Qtty_type frame
7843 parameter by calling internal_terminal_init.
7844 (dos_set_window_size, show_mouse_face)
7845 (clear_mouse_face, IT_note_mode_line_highlight)
7846 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7847 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7848 (initialize_msdos_display): New function.
7849 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7850 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7851 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7852 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 7853 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7854 (request_sigio, unrequest_sigio): Don't define, now defined on
7855 sysdep.c.
7856 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7857
7858 * term.c [MSDOS]: Include msdos.h.
7859 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7860 conditional to DOS_NT. Allow only one call to this function in a
7861 session. Don't allocate a new struct tty_display_info; instead,
7862 reuse the_only_display_info. Call get_tty_size to get screen
7863 dimensions. Call init_baud_rate to set bad_rate.
7864 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7865 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7866 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7867 (get_tty_terminal, get_named_tty, Ftty_type)
7868 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7869 output_termcap.
b8ff72fa
SM
7870 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7871 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7872 only when subprocesses are supported.
aac0c6e3
MR
7873
7874 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7875 f->output_data.x.
7876 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7877 terminal devices.
7878
5582fbc7 7879 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7880 x_output.
7881 (FRAME_FONT): Use output_data.tty.
7882 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7883 (struct x_display_info): Rename from display_info. Update all users in
7884 msdos.c.
aac0c6e3 7885 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7886 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7887 (dos_ttraw): Update prototype.
7888
7889 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7890 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7891
78922008-08-23 Jason Rumney <jasonr@gnu.org>
7893
7894 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7895 (fn_TIFFSetDirectory): New library function used.
7896 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7897 (tiff_load): Use :index to select among multiple images. Set count
7898 property when multiple images exist.
7899 (gif_format): Use :index, not :image.
7900
79012008-08-23 Chong Yidong <cyd@stupidchicken.com>
7902
7903 * xdisp.c (try_scrolling): Check INT_MAX instead of
7904 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7905 to obtain INT_MAX.
7906
79072008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7908
7909 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7910
79112008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7912
7913 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7914 GNUstep library location.
7915
79162008-08-21 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7919 before using it.
7920
7921 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7922
79232008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7924
7925 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7926 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7927 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7928 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7929 (EmacsApp-cursor_blink_handler): Remove declaration.
7930 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7931 match 01 Feb 2008 changes in xterm.c.
7932 (ns_read_socket): Add cast to avoid warning.
7933 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7934 GNUstep.
7935
79362008-08-20 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * xselect.c (x_get_foreign_selection): Return nil if desired
7939 selection could not be obtained, instead of signalling an error.
7940
79412008-08-20 David Reitter <david.reitter@gmail.com>
7942
7943 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7944 * nsterm.m: Remove ns-specific code for cursor blinking.
7945 (ns_draw_window_cursor): Clear cursor properly rather than
7946 redrawing the area. Respect width of bar cursors.
7947 These changes enable the use of generic blink-cursor-mode and
7948 generic cursor types in NS and support smooth cursor movements (do
7949 not blink off after command).
7950 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7951 Nextstep, too.
7952
79532008-08-19 Kenichi Handa <handa@m17n.org>
7954
7955 * font.c (Vfont_log_deferred): New variable.
7956 (font_add_log): Check Vfont_log_deferred.
7957 (font_deferred_log): New function.
7958
7959 * font.h (font_deferred_log): Extern it.
7960
7961 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7962 for sorting.
7963 (face_for_char): Use deferred log.
7964
79652008-08-18 Kenichi Handa <handa@m17n.org>
7966
7967 * fontset.c (face_for_char): Add font log.
7968
7969 * font.c (font_add_log): Add the font properties :script, :lang,
7970 and :otf in the log.
7971
79722008-08-17 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * xdisp.c: Remove dead code.
7975 (handle_invisible_prop, next_overlay_string): Defer call to
7976 setup_for_ellipsis.
7977 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7978
79792008-08-15 Chong Yidong <cyd@stupidchicken.com>
7980
7981 * xfaces.c (lookup_derived_face): Properly handle possible zero
7982 return value of get_lface_attributes.
7983 (merge_faces): Don't tell lookup_derived_face to signal an error
7984 if face is not found.
7985
7986 * dired.c (Fdirectory_files): Doc fix.
7987
7988 * process.c (make_process): Initialize kill_without_query struct
7989 member.
7990
79912008-08-15 Eli Zaretskii <eliz@gnu.org>
7992
7993 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7994 Alternative calculation of totphys for Visual Studio 6.
7995
7996 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7997
7998 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7999 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
8000 All users changed.
8001 (stat): Only root directory passed to GetDriveType. Allow RAM
8002 disk as well as local fixed disk when w32-get-true-file-attributes
8003 is set to `local'.
8004 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
8005 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
8006 (w32_cached_id, w32_add_to_cache): New functions.
8007 (get_name_and_id): Look account names in the cache before calling
8008 lookup_account_sid.
8009 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
8010 New initialization flags.
8011 (globals_of_w32): Initialize them to zero.
8012 (w32_system_process_attributes): Use w32_cached_id and
8013 w32_add_to_cache.
8014
80152008-08-14 Lawrence Mitchell <wence@gmx.li>
8016
8017 * lread.c (Fread_char, Fread_char_exclusive): If no character
8018 event is read before timeout is reached, return nil, rather than
8019 converting to a number.
8020
80212008-08-14 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * fns.c (use_dialog_box): Doc fix.
8024
8025 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
8026 on OS X.
8027
80282008-08-13 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * frame.c (Qns_parse_geometry): New var.
8031 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
8032
80332008-08-11 Chong Yidong <cyd@stupidchicken.com>
8034
8035 * xdisp.c (x_produce_glyphs): Handle the case when font has no
8036 space character in calculating tabs.
8037
80382008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
8041
80422008-08-10 Glenn Morris <rgm@gnu.org>
8043
8044 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
8045 silence gcc "limited range of data type" warnings in some
8046 make_fixnum_or_float calls.
8047
80482008-08-09 Eli Zaretskii <eliz@gnu.org>
8049
8050 * w32.c (w32_system_process_attributes): If the process does not
8051 exist, return nil.
8052
8053 * w32.c: Include thelp32.h, psapi.h and coding.h.
8054 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
8055 declarations.
8056 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
8057 (Process32Next_Proc): New typedefs.
8058 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
8059 (g_b_init_process32_next, g_b_init_open_thread_token)
8060 (g_b_init_impersonate_self, g_b_init_revert_to_self)
8061 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
8062 (g_b_init_get_process_working_set_size)
8063 (g_b_init_global_memory_status_ex): New static variables.
8064 (globals_of_w32): Initialize them.
8065 (create_toolhelp32_snapshot, process32_first, process32_next)
8066 (open_thread_token, impersonate_self, revert_to_self)
8067 (get_process_memory_info, get_process_working_set_size)
8068 (global_memory_status, global_memory_status_ex): New wrapper
8069 functions.
8070 (w32_list_system_processes, w32_system_process_attributes)
8071 (enable_privilege, restore_privilege, ltime, process_times):
8072 New functions.
8073 (convert_time_raw): New function.
8074 (convert_time): Remove conversion of FILETIME into time in 100
8075 nsec units, call convert_time_raw instead.
8076
8077 * process.h (w32_list_system_processes, w32_system_process_attributes):
8078 Add prototypes.
8079 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
8080 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
8081 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
8082 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
8083
8084 * process.c (Fsystem_process_attributes): Doc fix.
8085
80862008-08-08 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
8089 a continued multi-char glyph; if so, advance to the actual glyph.
8090
80912008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8092
8093 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
8094
8095 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
8096 (.m.o): Use it.
8097 * config.in: Regenerate.
8098
80992008-08-07 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * xdisp.c (redisplay_window): Revert last change.
8102 (try_window): Check bottom scroll margin too.
8103
81042008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8105
8106 * config.in: Regenerate.
8107
8108 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
8109 -list-load-path-shadows'.
8110 (nsgui.h): Reduce number of things depending on it.
8111
81122008-08-06 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
8115 instead of window-end which does the wrong thing at eob.
8116 (try_cursor_movement): Minor optimization.
8117 (redisplay_window): If scroll margin is defined, don't assume
8118 window doesn't need scrolling.
8119
81202008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8121
8122 * config.in: Regenerate.
8123
8124 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
8125 (mostlyclean): Don't delete *.d under NS.
8126
8127 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
8128
81292008-08-06 Kenichi Handa <handa@m17n.org>
8130
8131 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
8132
81332008-08-06 Andreas Schwab <schwab@suse.de>
8134
8135 * config.in: Regenerate.
8136
81372008-08-05 Chong Yidong <cyd@stupidchicken.com>
8138
8139 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
8140 forcing a window start.
8141
8142 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
8143 (auto_save_1): Update modtime when auto-save-list-file-name is on.
8144
81452008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8146
8147 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
8148 argument.
8149
81502008-08-05 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8153 <scroll-down-aggressively, before-change-functions>:
8154 <after-change-functions>: Reflow docstrings.
8155
81562008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8157 Ken Raeburn <raeburn@gnu.org>
8158
8159 Dock menu customization, based on a patch by Ken Raeburn, plus some
8160 other fixes.
8161 * nsmenu.m (dockMenu): New variable.
8162 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8163
8164 * nsterm.h (dockMenu): Declare.
8165
8166 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8167 (ns_term_init): Initialize dockMenu.
8168 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8169 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8170 left.
8171
8172 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8173
81742008-08-04 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8177
8178 * config.in: Regenerate.
8179
81802008-08-04 Seiji Zenitani <zenitani@mac.com>
8181
8182 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8183
81842008-08-04 Chong Yidong <cyd@stupidchicken.com>
8185
8186 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8187
81882008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8189
8190 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8191
8192 * keyboard.h: Comment an #endif.
8193
8194 * lisp.h (have_menus_p): Adjust comment.
8195
8196 * menu.c (find_and_return_menu_selection): Fix comparison with
8197 client_data.
8198
8199 * nsmenu.m (popup_activated_flag): New variable.
8200 (popup_activated): New function.
8201 (menu-or-popup-active-p): New exported lisp definition.
8202 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8203 when popup done.
8204 (ns_popup_dialog): Set popup_activated_flag.
8205
8206 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8207 version for GNUstep (handled by conditional typedef in nsterm.m).
8208 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8209 in rgb.txt).
8210
8211 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8212
8213 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8214
8215 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8216
8217 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8218 shortcircuit if popup_activated like GTK and X toolkit.
8219
8220 * m/inter386.h: Change DARWIN to DARWIN_OS.
8221
8222 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8223 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8224 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8225 comment on NO_SOCK_SIGIO.
8226
82272008-08-03 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * nsterm.m (windowDidResize): Remove stopModal call.
8230
82312008-08-03 Andreas Schwab <schwab@suse.de>
8232
8233 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8234 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8235
82362008-08-02 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8239 Don't use uninitialized pointer variable when using getrlimit.
8240
82412008-08-02 Jason Rumney <jasonr@gnu.org>
8242
8243 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8244
82452008-08-02 Eli Zaretskii <eliz@gnu.org>
8246
8247 * alloc.c (NSTATICS): Bump to 0x640.
8248
8249 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8250
8251 * lisp.h: Add prototype for directory_files_internal.
8252
8253 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8254 New functions.
8255 (syms_of_process): Defsubr them. Add initializations for various
8256 Q* symbols used in procfs_system_process_attributes.
8257 (procfs_list_system_processes, procfs_system_process_attributes)
8258 [HAVE_PROCFS]: New functions.
8259 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8260 (procfs_get_total_memory): New functions.
8261
82622008-08-01 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * xfaces.c (Fx_load_color_file): Fix previous change;
8265 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8266
82672008-08-01 Michael Albinus <michael.albinus@gmx.de>
8268
8269 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8270
82712008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8272
8273 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8274
82752008-08-01 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8278
8279 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8280 define NSApplicationDelegateReplySuccess.
8281 (EmacsView -converstationIdentifier): Use long instead of
8282 NSInteger for GNUstep, since it doesn't have NSInteger.
8283
8284 * xmenu.c: Revert last change.
8285
8286 * keyboard.h: Fix last change.
8287
82882008-08-01 Juanma Barranquero <lekktu@gmail.com>
8289
8290 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8291 on Windows.
8292
82932008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8294
8295 Warning clearing and clean-up in NS port.
8296 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8297 Add prototypes.
8298 * nsgui.h (FACE_DEFAULT): Remove, unused.
8299 (XGCValues): Change colors to unsigned long.
8300 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8301 nsterm.m.
8302 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8303 (ns_list_fonts): Remove, unused.
8304 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8305 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8306 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8307 (nsfont_draw): Compare face colors to 0, not nil.
8308 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8309 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8310 (-addSubmenuWithTitle:): Use NSMenuItem class.
8311 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8312 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8313 (ns_clip_to_row): Make gc arg a BOOL.
8314 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8315 ns_clip_to_row() call.
8316 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8317 used). Cast FRAME_FONT assignments.
8318 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8319 (ns_string_to_lispmod): Change arg to const char.
8320 (ns_term_init): Use NSMenuItem class.
8321 (EmacsApp -openFile:): Move to different section of file.
8322 (EmacsApp -application:openFiles:): Don't return a value, call
8323 -replyToOpenOrPrint:.
8324 (EmacsView -keyDown:): Fix up cast.
8325 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8326 (EmacsView -menuDown:): Cast tag in call to
8327 find_and_call_menu_selection().
8328 (ns_list_fonts): Remove, unused.
8329 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8330 (ns_fontname_to_xlfd): Make static.
8331 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8332 Remove prototypes (now in keyboard.h).
8333 (next_menubar_widget_id): Remove, unused.
8334 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8335 Remove prototypes (now in keyboard.h).
8336 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8337
83382008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8341 (floatfns.o): Depend on syssignal.h.
8342 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8343
8344 * systty.h: Fix previous change that removed BSD_TERMIOS.
8345 Add comments to #ifdefs.
8346
83472008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8348
8349 * w32fns.c (w32-load-color-file): Remove.
8350 (x-open-connection): Use renamed Fx_load_color_file.
8351 * xfaces.c (x-load-color-file): Add.
8352 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8353 Emacs.clr.
8354 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8355
83562008-07-31 Michael Albinus <michael.albinus@gmx.de>
8357
8358 * dbusbind.c (Fdbus_call_method_asynchronously)
8359 (Fdbus_method_error_internal): New defuns.
8360 (xd_read_message): Handle also reply messages.
8361 (Vdbus_registered_functions_table): Extend docstring.
8362
83632008-07-31 Juanma Barranquero <lekktu@gmail.com>
8364
8365 * keyboard.c (gobble_input): Fix previous change.
8366
83672008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8368
8369 * bitmaps/README:
8370 * xfns.c:
8371 * termcap.c:
8372 * term.c:
8373 * syswait.h:
8374 * systty.h:
8375 * systime.h:
8376 * syssignal.h:
8377 * sysdep.c:
8378 * process.h:
8379 * process.c:
8380 * print.c:
8381 * ndir.h:
8382 * lread.c:
8383 * keyboard.c:
8384 * getpagesize.h:
8385 * floatfns.c:
8386 * fileio.c:
8387 * emacs.c:
8388 * doc.c:
8389 * dispnew.c:
8390 * dired.c:
8391 * data.c:
8392 * callproc.c:
8393 * buffer.c:
8394 * README:
8395 * Makefile.in:
8396 * s/template.h:
8397 * s/msdos.h:
8398 * m/vax.h: Remove VMS support.
8399 * s/vms.h:
8400 * vlimit.h:
8401 * uaf.h:
8402 * temacs.opt:
8403 * param.h:
8404 * ioctl.h: Remove file.
8405
84062008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8407
8408 * s/ms-w32.h (MULTI_KBOARD): Remove.
8409 * xterm.c:
8410 * xselect.c:
8411 * xfns.c:
8412 * window.c:
8413 * w32term.c:
8414 * w32fns.c:
8415 * terminal.c:
8416 * termhooks.h:
8417 * term.c:
8418 * sysdep.c:
8419 * keyboard.h:
8420 * keyboard.c:
8421 * frame.h:
8422 * frame.c:
8423 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8424 * config.in: Regenerate.
8425
84262008-07-30 Jason Rumney <jasonr@gnu.org>
8427
8428 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8429
8430 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8431 (w32font_open_internal): Get unicode version of textmetrics.
8432 Don't enable or disable glyph indices here.
8433 (w32font_open): Disable use of glyph indices.
8434
8435 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8436
84372008-07-30 Chong Yidong <cyd@stupidchicken.com>
8438
8439 * minibuf.c (Vread_buffer_function): Doc fix.
8440
84412008-07-30 John Paul Wallington <jpw@pobox.com>
8442
8443 * minibuf.c (read_buffer_completion_ignore_case): New var.
8444 (Fread_buffer): Use it.
8445
84462008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8447
8448 * systty.h (sensemode): Remove empty #if. Remove reference to
8449 BSD_TERMIOS, unused.
8450
8451 * sysdep.c: Remove reference to DGUX.
8452 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8453
8454 * config.in: Regenerate.
8455
84562008-07-30 Jason Rumney <jasonr@gnu.org>
8457
8458 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8459
84602008-07-29 Jason Rumney <jasonr@gnu.org>
8461
8462 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8463 is populated.
8464 (uniscribe_encode_char): Always use uniscribe.
8465 Avoid using context if cache is populated.
8466
84672008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8468
8469 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8470 open menu.
8471
8472 * gtkutil.c (menu_nav_ended): Remove.
8473 (create_menus): Remove signal connect for menu_nav_ended.
8474
84752008-07-28 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * xdisp.c (redisplay_window): Check return value of
8478 compute_window_start_on_continuation_line before forcing a window
8479 start.
8480
84812008-07-28 Jason Rumney <jasonr@gnu.org>
8482
8483 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8484
8485 * w32term.c (w32_enable_unicode_output, cleartype_active):
8486 Remove obsolete display options.
8487 (x_draw_glyph_string_background): Don't use old cleartype_active
8488 workaround.
8489 (w32_initialize): Remove cleartype_active initialization.
8490 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8491
84922008-07-28 Andreas Schwab <schwab@suse.de>
8493
8494 * lisp.h (init_weak_hash_tables, syms_of_font)
8495 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8496 (remove_hash_entry): Don't declare.
8497 * eval.c (maybe_call_debugger): Make static and move before use.
8498 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8499 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8500 * xterm.h (x_set_frame_alpha): Declare.
8501
85022008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8503
8504 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8505 (create_menus): Connect selection-done to menu_nav_ended.
8506
85072008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8508
8509 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8510 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8511 parameter with read of 'alpha' one.
8512 (Qns_frame_parameter): Remove.
5582fbc7 8513 * nsselect.m (selection-coding-system)
aac0c6e3
MR
8514 (next-selection-coding-system, Vselection_coding_system)
8515 (Vnext_selection_coding_system): Drop.
8516
85172008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8518
8519 * nsfns.m (do-applescript, do_applescript): Rename to
8520 ns-do-applescript, ns_do_applescript, and move within file.
8521
85222008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8523
8524 Remove support for Mac Carbon.
8525 * mactoolbox.c:
8526 * macterm.h:
8527 * macterm.c:
8528 * macselect.c:
8529 * macmenu.c:
8530 * macgui.h:
8531 * macfns.c:
8532 * mac.c: Remove file.
8533 * s/darwin.h:
8534 * m/intel386.h:
8535 * xfaces.c:
8536 * xdisp.c:
8537 * window.c:
8538 * tparam.c:
8539 * termhooks.h:
8540 * termcap.c:
8541 * term.c:
8542 * syssignal.h:
8543 * sysselect.h:
8544 * sysdep.c:
8545 * process.c:
8546 * lread.c:
8547 * lisp.h:
8548 * keyboard.c:
8549 * image.c:
8550 * fringe.c:
8551 * frame.h:
8552 * frame.c:
8553 * fontset.c:
8554 * font.h:
8555 * font.c:
8556 * fns.c:
8557 * fileio.c:
8558 * emacs.c:
8559 * dispnew.c:
8560 * dispextern.h:
8561 * config.in:
8562 * atimer.c:
2ae37cf0 8563 * Makefile.in: Remove code for Carbon.
aac0c6e3 8564
f0131492 85652008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
8566
8567 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8568
85692008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8570
8571 * macterm.h (kCGBitmapByteOrder32Host): New define for
8572 non-universal SDKs.
8573
8574 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8575 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8576
8577 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8578 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8579
85802008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8581
8582 * w32inevt.c: Include dispextern.h.
8583
85842008-07-26 Andreas Schwab <schwab@suse.de>
8585
8586 * print.c (print_object): Fix off-by-one in last change.
8587
85882008-07-25 Juanma Barranquero <lekktu@gmail.com>
8589
8590 * term.c (syms_of_term): Don't initialize default_orig_pair,
8591 default_set_foreground and default_set_background on Windows.
8592
85932008-07-25 Jason Rumney <jasonr@gnu.org>
8594
8595 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8596 ScriptItemize. Clean up return value checking. Remove unused
8597 variables.
8598 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8599 shaping engine.
8600
8601 * w32font.c (w32font_has_char): Handle the case where we can't
8602 determine the script for a character.
8603
86042008-07-25 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * term.c (syms_of_term): Initialize default_orig_pair,
8607 default_set_foreground, and default_set_background.
8608
8609 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8610 clash (bug#86).
8611 (getloadavg): Callers changed.
8612
8613 * image.c (svg_load_image): Fix last change.
8614 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8615 image size is valid. Use g_object_unref instead of deprecated
8616 rsvg_handle_free to free rsvg handle.
8617 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8618
86192008-07-25 Jason Rumney <jasonr@gnu.org>
8620
8621 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8622 surrogates before looking up glyph index.
8623 (w32font_text_extents): Encode as surrogates if falling back to
8624 functions that need UTF-16 wide chars.
8625
8626 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8627 BMP as surrogates before looking up glyph index.
8628
86292008-07-25 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * image.c (svg_load_image): Check for failure in return value of
8632 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8633
86342008-07-25 Jason Rumney <jasonr@gnu.org>
8635
8636 * w32font.c (Fx_select_font): Reverse sense of second arg.
8637
86382008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8641 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8642
8643 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8644 (PURESIZE): Use it.
8645
86462008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8647
8648 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8649 * m/alpha.h (TEXT_END):
8650 * m/ibmrs6000.h (TEXT_END):
8651 * m/macppc.h (TEXT_END):
8652 * s/darwin.h (TEXT_END):
8653 * s/msdos.h (TEXT_END): Remove, unused.
8654 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8655 * s/cygwin.h: Remove comment.
8656
8657 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8658 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8659 * m/intel386.h (DOT_GLOBAL_START):
8660 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8661 (USG): Remove, file not used on USG platforms.
8662
8663 * Makefile.in (HAVE_X11): Remove empty #else.
8664
86652008-07-24 Andreas Schwab <schwab@suse.de>
8666
8667 * fileio.c (Finsert_file_contents): Properly adjust undo list
8668 after format conversion.
8669
86702008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8671
8672 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8673 (menu_nav_ended): Remove.
8674 (create_menus): Remove signal connect for menu_nav_ended.
8675 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8676 create_menus.
8677 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8678
86792008-07-23 Jason Rumney <jasonr@gnu.org>
8680
8681 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8682 with opened font.
8683 (w32font_open): Set font type to gdi.
8684
8685 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8686
86872008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8688
8689 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8690 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8691 defines it.
8692 * unexec.c (ADDR_CORRECT): Define unconditionally.
8693
8694 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8695
8696 * unexec.c: Remove code depending on !COFF and USG, the file is
8697 not used for such systems.
8698
8699 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8700 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8701 (LD_SWITCH_SYSTEM_1): Remove, update users.
8702
8703 * s/darwin.h (DATA_END):
8704 * m/intel386.h (DATA_END):
8705 * m/ibmrs6000.h (DATA_END):
8706 * m/alpha.h (DATA_END): Remove, unused.
8707
8708 * config.in: Regenerate.
8709 * s/ms-w32.h (subprocesses): Define unconditionally.
8710 * s/template.h (subprocesses): Update comment.
8711 * s/vms.h (subprocesses):
8712 * s/usg5-4.h (subprocesses):
8713 * s/hpux10-20.h (subprocesses):
8714 * s/gnu-linux.h (subprocesses):
8715 * s/cygwin.h (subprocesses):
8716 * s/bsd-common.h (subprocesses):
8717 * s/aix4-2.h (subprocesses):
8718 * s/darwin.h (subprocesses): Do not define, defined by default now.
8719
8720 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8721 Remove all references.
8722 (temacs): Add GNUstep specific ld flags.
8723
8724 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8725 similarly to what X does.
8726
87272008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8728
8729 * nsfns.m (x-list-fonts): Remove.
8730 (syms_of_nsfns): Drop the x-list-fonts declaration.
8731 * nsterm.m: Get rid of remaining "//" comments.
8732
87332008-07-22 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8736
8737 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8738 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8739 (Fns_own_selection_internal, Fx_disown_selection_internal)
8740 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8741
8742 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8743 ... */' style of docstrings. Doc fixes.
8744
87452008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8746
8747 * terminfo.c (UP, BC, PC): Undo previous change.
8748
8749 * nsfns.m: Rename ns prefixed functions/variables to the
8750 corresponding x versions. Update references.
8751
87522008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8755
87562008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8759 Remove forwarding functions.
8760 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8761 non-static.
8762 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8763 non-static.
8764 (ns_frame_parm_handlers): Use the new names.
8765 (syms_of_nsfns): Move to the end of file.
8766
8767 * nsterm.m (syms_of_nsterm): Move to the end of file.
8768
8769 * dispnew.c (init_display): Remove code for X10.
8770
87712008-07-22 Jason Rumney <jasonr@gnu.org>
8772
8773 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8774 bare drive.
8775
87762008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8777
8778 * nsterm.m (syms_of_nsterm): Remove debugging println.
8779
87802008-07-22 David Reitter <david.reitter@gmail.com>
8781
8782 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8783 Carbon implementation of the same functionality: execute arbitrary
8784 AppleScript code.
8785
87862008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8787
8788 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8789 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8790 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8791 (Fx_display_mm_height, Fx_display_mm_width)
8792 (Fx_display_backing_store, Fx_display_visual_class)
8793 (Fx_display_save_under, Fx_open_connection)
8794 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8795 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8796 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8797 (Fx_display_pixel_width, Fx_display_pixel_height)
8798 (Fx_display_usable_bounds, Fx_display_planes)
8799 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8800 ... */' style of docstrings.
8801
88022008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8803
8804 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8805 on this platform.
8806 (mips):
8807 * m/iris4d.h (mips): Do not define.
8808 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8809
8810 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8811
8812 * image.c:
8813 * nsfns.m:
8814 * nsselect.m:
8815 * nsterm.h:
8816 * nsterm.m: Rename ns prefixed functions/variables to the
8817 corresponding x versions. Update references.
8818
8819 * m/ibms390x.h (NO_REMAP): Do not undefine.
8820
8821 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8822
88232008-07-21 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8826 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8827 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8828 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8829 (Fns_display_mm_height, Fns_display_mm_width)
8830 (Fns_display_backing_store, Fns_display_visual_class)
8831 (Fns_display_save_under, Fns_open_connection)
8832 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8833 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8834 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8835 (Fns_display_pixel_width, Fns_display_pixel_height)
8836 (Fns_display_usable_bounds, Fx_display_planes)
8837 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8838
88392008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8840
8841 * print.c (print_object): Check print_depth before searching for
8842 circularities.
8843
88442008-07-21 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8847 only sprintf.
8848
88492008-07-21 Kenichi Handa <handa@m17n.org>
8850
8851 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8852
88532008-07-20 Andreas Schwab <schwab@suse.de>
8854
8855 * syntax.c (find_start_pos, find_start_value)
8856 (find_start_value_byte, find_start_begv, find_defun_start)
8857 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8858
88592008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8860
8861 * s/sol2-3.h: Insert contents of s/sol2.h.
8862 (LD_SWITCH_SYSTEM): Remove redundant definition.
8863 * s/sol2.h: Remove, unused.
8864
88652008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8866
8867 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8868
88692008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8870
8871 * Makefile.in (ns_appdir): Fix typo in find command.
8872
88732008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8874
8875 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8876
8877 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8878 added not supported anymore.
8879
8880 * s/usg5-4-2.h (LIBS_SYSTEM):
8881 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8882
8883 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8884 * s/lynxos.h (GETPGRP_NO_ARG):
8885 * s/hpux10-20.h (NO_SIOCTL_H):
8886 * s/gnu.h (GETPGRP_NO_ARG):
8887 * s/gnu-linux.h (NO_SIOCTL_H):
8888 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8889 * s/cygwin.h (GETPGRP_NO_ARG):
8890 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8891 (C_DEBUG_SWITCH): Remove duplicate definition.
8892
8893 * m/ibms390.h: Remove boilerplate comments.
8894
8895 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8896
8897 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8898 (wait_reading_process_output): Remove code for SunOS, platform not
8899 supported anymore. Use SOLARIS2 instead of sun.
8900
89012008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8902
8903 * font.c (font_open_by_name): Under NS, default lface height to zero.
8904 (font_open_for_lface): Under NS, set size based on frame fontsize.
8905 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8906 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8907
89082008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8909
8910 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8911 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8912 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8913 YES/NO.
8914 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8915 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8916 * Makefile.in (clean): Clear out build destination dir.
8917
89182008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8919
8920 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8921 xterm, xselect.
8922 * lisp.h: Remove declaration of hash_remove.
8923 * nsgui.h: Remove redefinitions of hash_remove.
8924 * fns.c (hash_remove): Rename to hash_remove_from_table.
8925
89262008-07-19 Seiji Zenitani <zenitani@mac.com>
8927
8928 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8929 strdup() the family UTF8String before modifying it.
8930
89312008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8932
8933 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8934 NS_FACE_BACKGROUND with 0 instead of nil.
8935 * nsfont.m (nsfont_draw): Same.
8936
89372008-07-19 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * nsfns.m (ns_set_background_color): Fix crash.
8940
89412008-07-18 Chong Yidong <cyd@stupidchicken.com>
8942
8943 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8944
89452008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8946
8947 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8948
89492008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8950
8951 * gtkutil.c: Include <config.h> instead of "config.h".
8952
8953 * lisp.h (Foverlay_buffer): Add EXFUN.
8954
8955 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8956 child process to complete child_setup. Undo 2005-09-21 change.
8957
8958 * s/darwin.h: Mention setsid after vfork.
8959
89602008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8961
8962 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8963 Depend on macgui.h.
8964
8965 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8966 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8967
8968 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8969 and f19.
8970 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8971
8972 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8973 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8974 Remove enumerators.
8975
8976 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8977 Check if FACE_FROM_ID returns NULL.
8978
89792008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8980
8981 * w32inevt.c (change_frame_size): Remove extern declaration.
8982 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8983 change_frame_size.
8984
89852008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8986
8987 * getloadavg.c: Revert last change (2008-07-15).
8988
89892008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8990
8991 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8992 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8993 from configure.
8994
89952008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 * s/sol2.h:
8998 * s/sol2-4.h: Reorganize conditionals.
8999
9000 * ecrt0.c: Remove code depending on m68000, not used anymore.
9001
9002 * fns.c (hash_remove): Make static.
9003 * lisp.h (hash_remove): Don't prototype.
9004
9005 * m/ibmrs6000.h:
9006 * m/ibms390x.h:
9007 * m/macppc.h: Remove boilerplate comments.
9008
9009 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
9010 Solaris, which does not need them.
9011
9012 * m/vax.h: Remove comments about unsupported systems.
9013
9014 * s/darwin.h: Reorganize ifdefs.
9015
90162008-07-17 Andreas Schwab <schwab@suse.de>
9017
9018 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
9019
90202008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 Use SDATA. Follow coding convention of placing operators at
9023 beginning of next line rather than end of previous line, and placing
9024 spaces around infix operators.
9025
9026 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
9027 in case it was defined already.
9028 USE @GNUSTEP_MAKEFILES@ rather than envvars.
9029 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
9030 ns_default.
9031 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
9032 Lisp_Objects.
9033 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
9034 (ns_defined_color, ns_color_to_lisp): Declare.
9035 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
9036 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
9037 it's accepted even with USE_LISP_UNION_TYPE.
9038 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
9039 (update_frame_tool_bar): Remove apparently obsolete tests for
9040 non-integerness of f->tool_bar_lines.
9041 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
9042 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
9043 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
9044 (nsfont_open): Don't confuse NULL for Qnil.
9045 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
9046 * menu.h (find_and_call_menu_selection):
9047 * menu.c (find_and_call_menu_selection): Use just int for vector size.
9048 (find_and_return_menu_selection): Always return something.
9049 * frame.h: Include dispextern.h for Display_Info.
9050 (display_x_get_resource): Declare.
9051
90522008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9053
9054 * syntax.c: Remove stdio.h include accidentally introduced in
9055 Emacs.app commit.
9056 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
9057 NS_IMPL_COCOA.
9058 * keyboard.c (handle_async_input, input_available_signal): Remove
9059 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9060
90612008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
9064 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
9065 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
9066 Use SDATA.
9067
9068 * keymap.c: Remove all NS-specific code.
9069 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
9070 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
9071 where_is_preferred_modifier, return a different value depending on how
9072 preferred is the binding.
9073 (where_is_internal): Adjust accordingly.
9074 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
9075 Adjust to new preferred_sequence_p.
9076 (syms_of_keymap): Declare `where-is-preferred-modifier'.
9077 * keyboard.c (parse_solitary_modifier): Not static any more.
9078 * keyboard.h (parse_solitary_modifier): Declare.
9079
90802008-07-16 Andreas Schwab <schwab@suse.de>
9081
9082 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
9083 of easymenu.
9084
90852008-07-16 Chong Yidong <cyd@stupidchicken.com>
9086
9087 * xdisp.c (move_it_in_display_line): Account for word wrap, so
9088 that we don't move off the line.
9089
90902008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * keyboard.c (Qsuper): Remove.
9093 (parse_menu_item): Don't call where_is_internal specially for NS.
9094
90952008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9096
9097 * s/gnu-linux.h: Remove boilerplate comments.
9098
9099 * m/alpha.h (__ELF__): Consolidate conditions.
9100
9101 * m/m68k.h (linux): Use GNU_LINUX instead.
9102 Remove boilerplate comments.
9103
9104 * m/intel386.h: Undo refactoring from previous change.
9105 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
9106 too, remove dead code.
9107 (linux): Use GNU_LINUX instead.
9108
91092008-07-16 Jason Rumney <jasonr@gnu.org>
9110
9111 * w32gui.h: Repeat 26 June changes lost by last change.
9112
91132008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * systty.h: Remove code for Aix on 386, unsupported platform.
9116
9117 * s/ms-w32.h: Remove boilerplate comments.
9118 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
9119
9120 * s/gnu-linux.h (TERM): Remove support.
9121 (HAVE_SYSVIPC): Remove, unused.
9122 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
9123 for this system.
9124
9125 * process.c: Remove support for IRIS, unused.
9126 Remove support for TERM, not relevant anymore.
9127
9128 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
9129 used with the definition.
9130
9131 * s/aix4-2.h (static): Do not undef.
9132
9133 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
9134 only used on Aix.
9135 (HAVE_SYSVIPC): Remove, unused.
9136
9137 * m/hp800.h (CANNOT_DUMP): Do not undef.
9138
9139 * m/alpha.h: Fix comment.
9140
9141 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
9142 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
9143 used by this configuration.
9144 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
9145 * unexec.c: Remove code depending on HPUX and
9146 USG_SHARED_LIBRARIES, not used with this file. Remove code
9147 depending on IRIS, unused. Remove if 0-ed code.
9148
9149 * s/template.h: Remove comments about static.
9150
9151 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
9152 Remove if 0-ed code.
9153 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9154 were the same as the default.
9155 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9156 Remove boilerplate comments.
9157 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9158 (HAVE_SYSVIPC): Remove, unused.
9159 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9160
9161 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9162 Remove boilerplate comments.
9163 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9164 Remove boilerplate comments.
9165 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9166 Remove boilerplate comments.
9167 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9168
9169 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9170 USG systems which do not use DATA_SEG_BITS.
9171 Refactor code. Remove boilerplate comments.
9172
9173 * m/ibms390.h:
9174 * m/m68k.h:
9175 * s/bsd-common.h:
9176 * s/cygwin.h:
9177 * s/darwin.h:
9178 * s/freebsd.h:
9179 * s/gnu.h:
9180 * s/msdos.h: Remove boilerplate comments.
9181
9182 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 9183 do not use this file.
aac0c6e3
MR
9184 (IRIS_4D): Remove, unused.
9185
9186 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 9187 do not use this file.
aac0c6e3
MR
9188 (SIGN_EXTEND_CHAR):
9189 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9190 * unexmips.c: Remove file, unused.
9191
9192 * editfns.c (Fuser_full_name): Replace the only use of
9193 USER_FULL_NAME with its value.
9194 * config.in: Regenerate.
9195
91962008-07-16 David Reitter <david.reitter@gmail.com>
9197
9198 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9199 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9200
92012008-07-16 Glenn Morris <rgm@gnu.org>
9202
9203 * emacs.c (system-type): Doc fix.
9204
92052008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9208 If the cache doesn't work, let's fix it, rather than work around it.
9209
92102008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9211
9212 * Makefile.in: Correct additions for nsfont.o in last commit.
9213 * nsfont.m: New file (forgot last commit).
9214
92152008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9216
9217 * callproc.c (set_initial_environment): Initialize
9218 Vprocess_environment under CANNOT_DUMP (fixes crash when
9219 batch-compiling for bootstrap).
9220
92212008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9222 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9223
9224 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9225 fix crash due to different init order.
9226
92272008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9228
9229 Changes and additions for NeXTstep windowing system (Cocoa and
9230 GNUstep) support.
9231
9232 * Makefile.in:
9233 * config.in: Support defines and build commands for NS port.
9234 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9235 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9236 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9237 windowing.
9238 (struct face): Add synth_ital field.
9239 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9240 (init_display): Initialize Vinitial_window_system to "ns" when so
9241 compiled.
9242 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9243 (display_arg): Use under NS.
9244 (main): Under NS, allocate autorelease pool and handle command line
9245 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9246 (standard_args): Add NS-specific args.
9247 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9248 * font.c (DEFAULT_ENCODING): New variable.
9249 (font_find_for_lface): Use it.
9250 (syms_of_font): Load syms_of_nsfont under NS.
9251 * font.h: Declare nsfont_driver when compiled under NS.
9252 * fontset.c: When compiling under NS, include nsterm.h.
9253 (fontset_from_font): Autoconstruct fontset under NS.
9254 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9255 symbol, document and use it.
9256 (do_switch_frame): When for_deletion under Cocoa, add
9257 Fraise_frame(Qnil).
9258 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9259 (x_get_arg): Allow "yes" and "no" as boolean values.
9260 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9261 Qright under Cocoa.
9262 (focus-follows-mouse): Default to 0 under NS.
9263 * frame.h (enum output_method): Add output_ns.
9264 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9265 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9266 (FRAME_WINDOW_P): NS-specific definition.
9267 * fringe.c (max_used_fringe_bitmap): Make public.
9268 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9269 (getloadavg): Use NeXT code under descendant OS's.
9270 * image.c (includes and header section, x_create_bitmap_from_data)
9271 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9272 (image_background_transparent, x_clear_image_1)
9273 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9274 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9275 (x_to_xcolors, x_from_xcolors, x_disable_image)
9276 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9277 other GUIs, including XPM support using code originally written for
9278 Carbon GUI.
9279 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9280 using NS API.
9281 (image_ascent): Use font metrics macros instead of direct struct field
9282 access.
9283 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9284 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9285 Also, handle NS as GTK for menu bar purposes.
9286 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9287 toolkit where they differ.
9288 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9289 use cachelist, still needed under NS.
9290 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9291 (struct widget_value): Define it here for menu.c.
9292 * keymap.c (includes): Include modifier internals.
9293 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9294 NS.
9295 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9296 support for preferring sequences using certain modifiers, specified by
9297 the FIRSTONLY argument.
9298 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9299 under NS GNUstep implementation.
9300 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9301 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9302 * menu.c: Include nsterm.h under NS.
9303 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9304 (free_menubar_widget_tree_value, update_submenu_strings)
9305 (find_and_call_menu_selection): Treat NS as X and NT.
9306 (find_and_return_menu_selection): New function, used for popup menus.
9307 * nsgui.h:
9308 * nsterm.h:
9309 * nsfns.m:
9310 * nsimage.m:
9311 * nsmenu.m:
9312 * nsselect.m:
9313 * nsterm.m: New files.
9314 * process.c (wait_reading_process_output): Under NS, call ns_select()
9315 instead of plain select().
9316 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9317 beginning of buffer.
9318 * sysselect.h (init_process): Rename when compiling under Cocoa to
9319 avoid name conflict.
9320 * termhooks.h (display_info): Add ns_display_info to union.
9321 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9322 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9323 COCOA environment.
9324 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9325 unexec() signature. (Note, this will dump, but the resulting file
9326 crashes; unexosx is used instead; keeping around for reference and
9327 possible aid in getting dump working under GNUstep.)
9328 * w32gui.h (button_type, widget_value): Remove definitions (now in
9329 keyboard.h).
9330 * window.c: Include nsterm.h when compiling under NS.
9331 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9332 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9333 other GUI windowing systems.
9334 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9335 GTK.
9336 (x_consider_frame_title): Under NS, set icon type and frame
9337 modified-state indicator; use ns_set_name_as_filename() when using
9338 formatted title.
9339 (update_window_cursor): Make public when compiling under NS.
9340 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9341 (hourglass_atimer, Vhourglass_delay
9342 * xfaces.c (header section, init_frame_faces, clear_font_table)
9343 (defined_color, unload_color, x_face_list_fonts)
9344 (prepare_face_for_display): Add NS support parallel to other GUIs.
9345 Emulate GCs like other non-X GUIs.
9346 (split_font_name): Don't lowercase font name under NS.
9347 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9348 under NS.
9349 * s/darwin.h: Add support for compilation under NS.
9350
93512008-07-15 Jason Rumney <jasonr@gnu.org>
9352
9353 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9354 (w32_show_hourglass): Rename from show_hourglass.
9355 (w32_hide_hourglass): Rename from hide_hourglass.
9356 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9357 (Vhourglass_delay): Declare extern.
9358 (hourglass_started): Remove.
9359
9360 * xdisp.c (Vhourglass_delay): Remove static.
9361 (hourglass_started, start_hourglass, cancel_hourglass):
9362 Don't include these versions on WINDOWSNT.
9363
93642008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9365
9366 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9367 variables (formerly in xfns.c).
9368 (show_hourglass, hide_hourglass): New prototypes (same).
9369 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9370 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9371 in xfns.c).
9372 (syms_of_xdisp): Declare/initialize display-hourglass,
9373 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9374 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9375 formerly in xfns.c.
9376 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9377 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9378 (start_hourglass, cancel_hourglass): Remove.
9379 (show_hourglass, hide_hourglass): Remove prototypes and static
9380 modifiers.
9381 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9382 hourglass_atimer, hourglass_shown_p declaration/initialization.
9383 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9384 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9385 (start_hourglass, cancel_hourglass): Remove.
9386 (show_hourglass, hide_hourglass): Remove prototypes and static
9387 modifiers.
9388 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9389 hourglass_atimer, hourglass_shown_p declaration/initialization.
9390 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9391 (DEFAULT_HOURGLASS_DELAY): Remove.
9392 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9393 hourglass_shown_p declaration/initialization.
9394
93952008-07-14 Jason Rumney <jasonr@gnu.org>
9396
9397 * w32fns.c (w32_get_arg): Remove wrapper function.
9398 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9399 directly.
9400 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9401
94022008-07-14 Kenichi Handa <handa@m17n.org>
9403
9404 * xfont.c (xfont_open): Add workaround for X's bug.
9405
94062008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9407
9408 * fontset.c: Include <stdio.h> unconditionally.
9409
94102008-07-13 Michael Albinus <michael.albinus@gmx.de>
9411
9412 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9413 for filtering.
9414
94152008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9418
9419 * m/macppc.h:
9420 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9421
9422 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9423 (SPECIAL_EMACS_INT):
9424 * m/ia64.h (SPECIAL_EMACS_INT):
9425 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9426 * s/gnu.h (NLIST_STRUCT):
9427 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9428 * s/gnu-linux.h (LINUX):
9429 * s/msdos.h (HAVE_FACES):
9430 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9431
9432 * systty.h:
9433 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9434 anymore.
9435
94362008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9437
9438 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9439 always defined as int.
9440
9441 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9442 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9443 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9444 * s/freebsd.h (HAVE_WAIT_HEADER):
9445 * s/bsd-common.h (HAVE_UNION_WAIT):
9446 * s/aix4-2.h (HAVE_WAIT_HEADER):
9447 * m/mips.h (HAVE_UNION_WAIT):
9448 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9449 (COFF, static): Do not define, they are undefined later in the file.
9450
9451 * process.c (update_status): Don't use a union.
9452 (status_convert):
9453 (sigchld_handler): Use int instead of WAITTYPE.
9454
94552008-07-12 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * indent.c (Fvertical_motion): Restore hscroll before moving to
9458 goal column.
9459
94602008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9461
9462 * lisp.h: Remove left over code.
9463
94642008-07-11 Andreas Schwab <schwab@suse.de>
9465
9466 * lisp.h: Fix logic in last change.
9467
9468 * menu.h: New file.
9469 * menu.c: Include it.
9470 * xmenu.c: Likewise.
9471 * Makefile.in: Update dependencies.
9472
94732008-07-11 Kenichi Handa <handa@m17n.org>
9474
9475 * fontset.c (fontset_from_font): Cancel the previous change.
9476
94772008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9478
9479 * lisp.h:
9480 * w32heap.c:
9481 * emacs.c:
9482 * alloc.c: Replace all references of NO_UNION_TYPE with
9483 USE_LISP_UNION_TYPE.
9484
9485 * m/xtensa.h (NO_UNION_TYPE):
9486 * m/vax.h (NO_UNION_TYPE):
9487 * m/template.h (NO_UNION_TYPE):
9488 * m/sparc.h (NO_UNION_TYPE):
9489 * m/mips.h (NO_UNION_TYPE):
9490 * m/macppc.h (NO_UNION_TYPE):
9491 * m/m68k.h (NO_UNION_TYPE):
9492 * m/iris4d.h (NO_UNION_TYPE):
9493 * m/intel386.h (NO_UNION_TYPE):
9494 * m/ibms390x.h (NO_UNION_TYPE):
9495 * m/ibms390.h (NO_UNION_TYPE):
9496 * m/ibmrs6000.h (NO_UNION_TYPE):
9497 * m/ia64.h (NO_UNION_TYPE):
9498 * m/hp800.h (NO_UNION_TYPE):
9499 * m/arm.h (NO_UNION_TYPE):
9500 * m/amdx86-64.h (NO_UNION_TYPE):
9501 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9502 defining it the same.
9503
95042008-07-10 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9507
95082008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9509
9510 * fileio.c:
9511 * sysdep.c
9512 * systty.h:
9513 * m/ibmrs6000.h:
9514 * m/iris4d.h:
9515 * s/aix4-2.h:
9516 * s/freebsd.h:
9517 * s/gnu-linux.h:
9518 * s/hpux10-20.h:
9519 * s/hpux11.h:
9520 * s/netbsd.h:
9521 * s/sol2-3.h:
9522 * s/sol2-4.h:
9523 * s/sol2.h:
9524 * s/usg5-4.h:
9525 * s/vms.h: Remove references to unused variables.
9526
95272008-07-10 Andreas Schwab <schwab@suse.de>
9528
9529 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9530 pattern before matching the generic family.
9531
95322008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 * unexec.c:
9535 * s/vms.h:
9536 * s/usg5-4-2.h:
9537 * s/sol2-5.h:
9538 * s/freebsd.h:
9539 * s/darwin.h: Remove dead code.
9540
9541 * m/template.h:
9542 * m/sparc.h:
9543 * m/mips.h:
9544 * m/m68k.h:
9545 * m/iris4d.h:
9546 * m/intel386.h:
9547 * m/ibms390x.h:
9548 * m/ibms390.h:
9549 * m/ia64.h:
9550 * m/hp800.h:
9551 * m/arm.h:
9552 * m/amdx86-64.h: Remove dead code and references to unused
9553 and compiler defined symbols.
9554
9555 * unexmips.c:
9556 * unexelf.c: Remove references to desupported systems.
9557
9558 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9559
9560 * m/powermac.h: Remove boilerplate comments.
9561 (NO_REMAP): Remove unused definition.
9562
9563 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9564 define them.
9565
95662008-07-10 Kenichi Handa <handa@m17n.org>
9567
9568 * xfont.c (xfont_open): Log the reason of failure.
9569
95702008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * fontset.c (fontset_get_font_group):
9573 * font.c (font_check_otf): Specify argument types.
9574
95752008-07-09 Kenichi Handa <handa@m17n.org>
9576
9577 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9578 non-ASCII char is found.
9579
9580 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9581 (reorder_font_vector): Change the arg preferred_family to font.
9582 Prefer the spec matching with font.
9583 (fontset_get_font_group): New function.
9584 (fontset_find_font): Change the format of an element of a realized
9585 fontset. Use fontset_get_font_group.
9586 (fontset_font): Try the current fontset, the default fontset, the
9587 fallbacks of the current fontset, and the fallbacks of the default
9588 fontset in this order.
9589 (face_for_char): Delete the shortcut to use the current font.
9590 (fontset_from_font): Don't set fonts for Latin in the fontset.
9591
9592 * font.h (font_make_object, font_match_p): Adjust prototypes.
9593
9594 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9595
9596 * font.c (font_make_object): New arg entity and pixelsize.
9597 (font_check_otf_features, font_check_otf): New functions.
9598 (font_match_p): Check :lang, :script, and :otf properties.
9599
9600 * xfont.c (xfont_open): Adjust it for the change of
9601 font_make_object.
9602 (xfont_text_extents): Fix initial setting of metrics.
9603
9604 * ftfont.c (struct ftfont_info): New member index, delete member
9605 fc_charset_idx. Make the member order compatible with struct
9606 xftfont_info.
9607 (fc_charset_table): Change charset names to registry names.
9608 (ftfont_pattern_entity): Delete the args registry and
9609 fc_charset_idx. Change the value of :font-entity property
9610 to (FONTNAME . INDEX). Always set :registry property to
9611 `iso10646-1'.
9612 (struct ftfont_cache_data): New struct.
9613 (ftfont_lookup_cache): New arg for_face.
9614 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9615 (ftfont_driver): Set the member otf_capability.
9616 (ftfont_get_charset): Adjust it for the change of
9617 fc_charset_table.
9618 (OTF_TAG_SYM): New macro.
9619 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9620 for the change of fc_charset_table.
9621 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9622 ftfont_pattern_entity. Add FC_INDEX to objset.
9623 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9624 and ftfont_pattern_entity.
9625 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9626 font_make_object, struct ftfont_info.
9627 (ftfont_has_char): Use ftfont_get_fc_charset.
9628 (ftfont_otf_features, ftfont_otf_capability): New functions.
9629 (ftfont_shape): Use ftfont_get_otf.
9630 (ftfont_text_extents): Fix initial setting of metrics.
9631
9632 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9633 member order compatible with struct ftfont_info.
9634 (xftfont_open): Add FC_CHARSET to the pattern. Set
9635 xftfont_info->ft_size. Don't unlock the face. Check BDF
9636 properties if appropriate.
9637 (xftfont_close): Unlock the face.
9638 (xftfont_anchor_point, xftfont_shape): Deleted.
9639 (syms_of_xftfont): Don't set members anchor_point and shape of
9640 xftfont_driver.
9641
9642 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9643 font_make_object.
9644
9645 * w32font.c (w32font_open): Adjust it for the change of
9646 font_make_object.
9647 (w32font_open_internal): Don't set properties of font_object here.
9648
96492008-07-08 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * macfns.c (x_create_tip_frame):
9652 * w32fns.c (x_create_tip_frame):
9653 * xfns.c (x_create_tip_frame): Pass parameter argument to
9654 face-set-after-frame-default.
9655
9656 * xfaces.c (Finternal_merge_in_global_face): Save merged
9657 attributes for the default face back into the face vector.
9658
96592008-07-08 Andreas Schwab <schwab@suse.de>
9660
9661 * fontset.h: Declare fontset_from_font. Don't declare
9662 new_fontset_from_font and fontset_from_font_name.
9663 * xterm.c: Include "fontset.h".
9664 * Makefile.in (xterm.o): Update dependencies.
9665
96662008-07-08 Glenn Morris <rgm@gnu.org>
9667
9668 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9669 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9670
96712008-07-07 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9674 (x_set_frame_parameters): Don't bind it.
9675
96762008-07-07 Juanma Barranquero <lekktu@gmail.com>
9677
9678 * w32fns.c (map_w32_filename): Declare extern.
9679
96802008-07-07 Jason Rumney <jasonr@gnu.org>
9681
9682 * w32term.c (WS_EX_LAYERED): Define if not already.
9683
96842008-07-06 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * xfaces.c (set_font_frame_param): Don't try to set the font
9687 parameter if it is still unspecified in the lface.
9688
96892008-07-05 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9692 face if it didn't already exist.
9693
9694 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9695
96962008-07-05 Andreas Schwab <schwab@suse.de>
9697
9698 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9699
97002008-07-05 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9703 word-wrapping.
9704 (IT_DISPLAYING_WHITESPACE): New macro.
9705 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9706 when word-wrapping. Simplify word-wrapping logic. Use correct
9707 pixel positions when saving copies of the iterator.
9708 (display_line): Use proper wrap point if the last character on a
9709 line was preceded by whitespace.
9710
97112008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9714
97152008-07-04 Kenichi Handa <handa@m17n.org>
9716
9717 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9718
9719 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9720
97212008-07-02 Jason Rumney <jasonr@gnu.org>
9722
9723 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 9724 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
9725
9726 * xdisp.c (next_element_from_display_vector): Move assignment out
9727 of if statement.
9728
97292008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9730
9731 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9732
9733 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9734 (syms_of_fileio): Initialize and export them.
9735 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9736
9737 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9738 (Fsystem_move_file_to_trash): New function.
9739 (syms_of_w32fns): Export it to lisp.
9740
97412008-07-01 Jason Rumney <jasonr@gnu.org>
9742
9743 * w32font.c (w32font_text_extents): Don't count overhang as part
9744 of width.
9745
97462008-06-30 Miles Bader <miles@gnu.org>
9747
9748 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9749 Add `avoid_cursor_p' field.
9750
9751 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9752 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9753 (append_glyph, append_composite_glyph, produce_image_glyph)
9754 (append_stretch_glyph): Initialize avoid_cursor_p.
9755 (get_it_property): Rename from `get_line_height_property'.
9756 (x_produce_glyphs): Use get_it_property.
9757 (handle_line_prefix, push_display_prop): New functions.
9758 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9759 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9760 New variables.
9761 (syms_of_xdisp): Initialize them.
9762
97632008-06-30 Kenichi Handa <handa@m17n.org>
9764
9765 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9766 XftDefaultSubstitute (they are called in XftFontMatch).
9767 (xftfont_open): Fix args to ftfont_font_format.
9768
9769 * ftfont.c (fc_charset_table): New member lang.
9770 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 9771 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
9772 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9773 (ftfont_open): Fix args to ftfont_font_format.
9774 (ftfont_font_format): New arg filename.
9775
97762008-06-30 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * xfaces.c (Finternal_merge_in_global_face): If default face was
9779 modified, realize it again. Update the font face attribute.
9780
97812008-06-29 Jason Rumney <jasonr@gnu.org>
9782
9783 * w32term.c (x_set_frame_alpha): Fix logic.
9784
97852008-06-29 Kenichi Handa <handa@m17n.org>
9786
9787 * fontset.c (Finternal_char_font): Return font-object instead of
9788 font-name.
9789
9790 * composite.c (get_composition_id): Fix the width calculation for TAB.
9791
97922008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * indent.c (Fvertical_motion): Properly handle float column arg.
9795
97962008-06-28 Jason Rumney <jasonr@gnu.org>
9797
9798 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9799 (pfnSetLayeredWindowAttributes): New function pointer.
9800 (w32_initialize): Initialize it when supported.
9801 (x_set_frame_alpha): New function.
9802
9803 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9804 (w32_frame_parm_handlers): Set alpha handler.
9805
9806 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9807
98082008-06-27 Jason Rumney <jasonr@gnu.org>
9809
9810 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9811 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9812 (w32_to_x_charset, x_to_w32_charset)
9813 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9814 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9815 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9816 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9817 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9818 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9819 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9820 (Qw32_charset_unicode): Remove.
9821 (syms_of_w32fns): Update for above changes.
9822
9823 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9824 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9825 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9826 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9827 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9828 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9829 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9830 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9831 (syms_of_w32font): Update for above changes.
9832
98332008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9834
9835 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9836 removed #if.
9837 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9838
98392008-06-26 Juanma Barranquero <lekktu@gmail.com>
9840 Eli Zaretskii <eliz@gnu.org>
9841
9842 * makefile.w32-in (LOCAL_FLAGS):
9843 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9844
9845 * sysdep.c (_spawnlp, _getpid):
9846 Declare with explicit _cdecl instead of _CRTAPI1.
9847
9848 * editfns.c (Fget_internal_run_time):
9849 Check for WINDOWSNT with #ifdef, not #if.
9850
98512008-06-26 Jason Rumney <jasonr@gnu.org>
9852
9853 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9854
9855 * w32term.c (x_draw_glyph_string_foreground)
9856 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9857 Use FONT_HANDLE macro.
9858 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9859
9860 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9861 (uniscribe_encode_char): Use FONT_HANDLE macro.
9862
9863 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9864 (w32font_text_extents): Use precast w32_font.
9865 (w32font_close): Free cached metrics.
9866 (w32font_open_internal): Allocate space for name on stack.
9867
98682008-06-26 Chong Yidong <cyd@stupidchicken.com>
9869
9870 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9871
98722008-06-26 Jason Rumney <jasonr@gnu.org>
9873
9874 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9875 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9876
98772008-06-26 Juanma Barranquero <lekktu@gmail.com>
9878
9879 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9880
98812008-06-26 Jason Rumney <jasonr@gnu.org>
9882
9883 * w32bdf.c, w32bdf.h: Remove obsolete files.
9884
9885 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9886
9887 * w32gui.h: Don't include w32bdf.h.
9888 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9889 Remove obsolete font support.
9890
9891 * w32font.h (struct w32font_info): Remove compat_w32_font.
9892 Add hfont member.
9893 (FONT_COMPAT): Remove obsolete macro.
9894
9895 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9896 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9897 (w32font_open_internal): Remove compat code. Set new hfont member.
9898 (Fx_select_font): Use new hfont member.
9899
9900 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9901 (uniscribe_encode_char): Use new hfont member.
9902
9903 * w32term.c (x_draw_glyph_string_foreground)
9904 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9905 (x_draw_glyph_string): Use metrics in w32font_info.
9906
99072008-06-26 Kenichi Handa <handa@m17n.org>
9908
9909 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9910
99112008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9912
9913 * unexnext.c:
9914 * m/ews4800.h:
9915 * m/hp9000s300.h:
9916 * m/ibm370aix.h:
9917 * m/mips-siemens.h:
9918 * m/ncr386.h:
9919 * m/next.h:
9920 * m/pmax.h:
9921 * m/powerpcle.h:
9922 * m/tandem-s2.h:
9923 * s/386bsd.h:
9924 * s/bsd386.h:
9925 * s/bsd4-1.h:
9926 * s/bsd4-2.h:
9927 * s/bsdos2-1.h:
9928 * s/bsdos2.h:
9929 * s/bsdos3.h:
9930 * s/bsdos4.h:
9931 * s/nextstep.h:
9932 * s/ultrix4-3.h:
9933 * s/usg5-0.h:
9934 * s/usg5-2-2.h:
9935 * s/usg5-2.h:
9936 * s/usg5-4-3.h:
9937 * s/ux4800.h:
9938 * s/uxpds.h:
9939 * s/uxpv.h: Remove support for obsolete systems.
9940 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9941 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9942 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9943 Remove, insert contents in s/aix4-2.h.
9944 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9945 * s/bsd4-3.h: Rename to ...
9946 * s/bsd-common.h: ... this.
9947 * data.c:
9948 * doc.c:
9949 * ecrt0.c:
9950 * emacs.c:
9951 * fileio.c:
9952 * floatfns.c:
9953 * keyboard.c:
9954 * mem-limits.h:
9955 * print.c:
9956 * process.c:
9957 * sysdep.c:
9958 * syssignal.h:
9959 * systty.h:
9960 * syswait.h:
9961 * term.c:
9962 * unexec.c:
9963 * unexelf.c:
9964 * unexhp9k800.c:
9965 * m/hp800.h:
9966 * m/ibmrs6000.h:
9967 * m/mips.h:
9968 * m/vax.h:
9969 * s/darwin.h:
9970 * s/freebsd.h:
9971 * s/gnu.h:
9972 * s/ms-w32.h:
9973 * s/msdos.h:
9974 * s/netbsd.h:
9975 * s/template.h: Remove references to obsolete variables.
9976
9977 * Makefile.in: Add dependencies for all unexec files.
9978 (admindir): Remove unused variable.
9979 (UNEXEC_SRC): Remove references.
9980
99812008-06-25 Chong Yidong <cyd@stupidchicken.com>
9982
9983 * xfns.c (x_default_font_parameter): If Xft is available, first
9984 try Monospace-12 for the default font.
9985
99862008-06-25 Jason Rumney <jasonr@gnu.org>
9987
9988 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9989
99902008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9993
9994 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9995
99962008-06-25 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9999 <scroll-conservatively>: Fix typo in docstring.
10000
10001 * xselect.c (Fx_send_client_event): Doc fix.
10002
100032008-06-25 Kenichi Handa <handa@m17n.org>
10004
10005 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
10006
10007 * font.c (font_parse_fcname): Remove unused variables.
10008 (font_sort_entites): Delete the arg SPEC. Caller changed.
10009 Fix for the case of ! best_only.
10010 (font_delete_unmatched): Check DPI and AVGWIDTH too.
10011
10012 * lisp.h (Fstring_to_unibyte): EXFUN it.
10013
10014 * character.h (str_to_unibyte): Extern it.
10015
10016 * character.c (str_to_unibyte): New function.
10017
10018 * fns.c (Fstring_to_unibyte): New function.
10019 (syms_of_fns): Defsubr it.
10020
100212008-06-24 Kenichi Handa <handa@m17n.org>
10022
10023 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
10024 DPI too.
10025 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
10026
100272008-06-24 Andreas Schwab <schwab@suse.de>
10028
10029 * Makefile.in (${lispsource}loaddefs.el): Rename from
10030 ../lisp/loaddefs.el.
10031 (bootstrap-clean): Do what distclean does but don't remove
10032 Makefile.
10033 (distclean): Depend on bootstrap-clean and remove Makefile.
10034
100352008-06-24 Chong Yidong <cyd@stupidchicken.com>
10036
10037 * buffer.h (struct buffer): New member word_wrap.
10038
10039 * buffer.c (syms_of_buffer): New variables default-word-wrap and
10040 word-wrap.
10041 (init_buffer_once): Initialize them.
10042
10043 * dispextern.h (struct it): Replace bool truncate_lines_p with a
10044 line_wrap enum possessing three possible values.
10045
10046 * termopts.h: Replace truncate_partial_width_windows with
10047 Vtruncate_partial_width_windows.
10048
10049 * dispnew.c (direct_output_for_insert): Avoid direct output when
10050 inserting a space with word wrap on.
10051
10052 * indent.c (compute_motion): Obey integer values of
10053 truncate-partial-width-windows.
10054
10055 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
10056 replacing truncate_partial_width_windows.
10057 (init_iterator): If Vtruncate_partial_width_windows is an integer,
10058 truncate only if the window width is below that integer.
10059 (start_display, resize_mini_window, produce_stretch_glyph)
10060 (display_string, move_it_in_display_line_to): Use line_wrap.
10061 (back_to_previous_visible_line_start, reseat_1): Reset
10062 string_from_display_prop_p.
10063 (display_line): Extend default face to end of line when wrapping.
10064
100652008-06-24 Kim F. Storm <storm@cua.dk>
10066
10067 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
10068 to wrap continued lines at word boundaries.
10069
100702008-06-24 Jason Rumney <jasonr@gnu.org>
10071
10072 * font.c (Ffont_face_attributes): Multiply pixel size before point
10073 conversion to avoid multiplying rounding error.
10074
100752008-06-23 Jason Rumney <jasonr@gnu.org>
10076
10077 * w32term.c (x_draw_glyph_string_background)
10078 (x_draw_glyph_string): Remove old bdf font code.
10079
10080 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
10081
100822008-06-22 Kenichi Handa <handa@m17n.org>
10083
10084 * font.c (font_find_for_lface): Try the adstyle specified in
10085 the property of LFACE_FONT of LFACE (if any).
10086
100872008-06-21 Seiji Zenitani <zenitani@mac.com>
10088 Ryo Yoshitake <ryo@shiftmode.net>
10089
10090 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10091
100922008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
10095 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
10096 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
10097 (witness-emacs): Remove.
10098 (lisp, shortlisp): Move loaddefs.el earlier.
10099 (mostlyclean): Forget about witness-emacs.
10100
101012008-06-22 Glenn Morris <rgm@gnu.org>
10102
10103 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
10104 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
10105
101062008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * Makefile.in (PRECOMP): Remove.
10109 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
10110 (witness-emacs): Run `compile-first'.
10111 (.el.elc): Use the new compile-onefile target.
10112
101132008-06-21 Kenichi Handa <handa@m17n.org>
10114
10115 * xftfont.c (xftfont_open): Handle QCembolden only when
10116 FC_EMBOLDEN is defined.
10117
101182008-06-21 Andreas Schwab <schwab@suse.de>
10119
10120 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
10121 (.el.elc): Likewise.
10122
101232008-06-21 Miles Bader <miles@gnu.org>
10124
10125 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
10126 build dir, not the lisp source dir.
10127
101282008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
10131 (bootstrapclean): Remove.
10132 (.el.elc): New rule.
10133 (PRECOMP): New var.
10134 (../lisp/subdirs.el): Remove.
10135 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
10136 (witness-emacs): New target.
10137 (mostlyclean): Remove witness-emacs as well.
10138 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
10139 Add witness-emacs dependency.
10140
101412008-06-20 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
10144 defined by the font.
10145
101462008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
10149 (bootstrap-clean): New target that keeps TAGS around.
10150 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
10151 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
10152
101532008-06-20 Jason Rumney <jasonr@gnu.org>
10154
10155 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10156 Remove obsolete font code.
10157
10158 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10159 to determine language support.
10160
101612008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * sysdep.c (cfsetspeed): New fun extracted from the code.
10164 (cfmakeraw): Move before first use.
10165
101662008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10167
10168 * sysdep.c (cfmakeraw): Provide fallback implementation.
10169 (serial_configure): Provide fallback implementation of cfsetspeed.
10170
101712008-06-20 Kenichi Handa <handa@m17n.org>
10172
10173 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10174 the pattern.
10175
10176 * fontset.c (fontset_from_font): Copy font_spec before changing
10177 the elements.
10178
10179 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10180
101812008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10184 for explicit `font' parameters.
10185
10186 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10187
101882008-06-19 Kenichi Handa <handa@m17n.org>
10189
10190 * frame.c: Include <ctype.h>.
10191 (x_set_font_backend): Allow spacing characters in the X resource
10192 for FontBackend.
10193
101942008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * w32fns.c, xfns.c (Qfont_param): New var.
10197 (syms_of_w32fns): Initialize it.
10198 (x_default_font_parameter): Record explicit `font' into
10199 `font-parameter'.
10200
102012008-06-18 Kenichi Handa <handa@m17n.org>
10202
10203 * font.c (font_parse_xlfd): Fix previous change.
10204 (font_parse_fcname): Don't use :fc-unknown-spec.
10205 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10206 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10207 (font_add_log): Prepend the driver name to the resulting fonts.
10208
10209 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10210 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10211 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10212
10213 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10214 (QCembolden): New variables.
10215 (syms_of_xftfont): DEFSYM them.
10216 (xftfont_open): Call XftFontMatch. Don't trust the result of
10217 XftTextExtents8 if the pixel_size is less than 5.
10218
102192008-06-18 Andreas Schwab <schwab@suse.de>
10220
10221 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10222 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10223
102242008-06-18 Jason Rumney <jasonr@gnu.org>
10225
10226 * w32font.c (w32font_list, w32font_match): Add logging.
10227
10228 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10229
102302008-06-17 Chong Yidong <cyd@stupidchicken.com>
10231
10232 * font.c (font_parse_fcname): Store divider characters for
10233 unknown-spec list. For known key symbols, intern using correct
10234 symbol name.
10235
102362008-06-17 Kenichi Handa <handa@m17n.org>
10237
10238 * xfaces.c (realize_default_face): If the frame is not on window
10239 system, set the fontset of face to nil.
10240
102412008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10242
10243 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10244
102452008-06-16 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10248 (build_font_name_from_vector): Delete externs.
10249
10250 * xfaces.c (struct font_name): Don't declare.
10251
102522008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10255
102562008-06-16 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10259
102602008-06-16 Juanma Barranquero <lekktu@gmail.com>
10261
10262 * font.c (Ffont_spec): Fix usage in docstring.
10263 (Ffont_face_attributes): Doc fix.
10264
102652008-06-16 Andreas Schwab <schwab@suse.de>
10266
10267 * font.c (Ffont_face_attributes): Fix definition.
10268
102692008-06-16 Jason Rumney <jasonr@gnu.org>
10270
10271 * font.h (font_style_symbolic_from_value): Remove.
10272
10273 * font.c (font_style_symbolic_from_value): Remove.
10274 (font_style_symbolic): Revert to pre 2008-06-13 version.
10275
10276 * w32font.c (w32_to_fc_weight): New function.
10277 (w32font_full_name, logfont_to_fcname): Use it.
10278
102792008-06-16 Kenichi Handa <handa@m17n.org>
10280
10281 * font.c (font_check_object): Delete it.
10282 (font_clear_cache): Check if a font-object is alive.
10283 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10284 font-object to nil.
10285 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10286 (font_at): Don't call font_check_object.
10287 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10288
102892008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10290
10291 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10292
102932008-06-16 Chong Yidong <cyd@stupidchicken.com>
10294
10295 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10296
102972008-06-15 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * font.c (font_parse_fcname): Only one decimal point.
10300 (font_unparse_fcname): Handle data in family and foundry indices
10301 as symbols, not strings.
10302 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10303
10304 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10305
10306 * font.h (font_unparse_gtkname): Add prototype.
10307
103082008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10309
10310 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10311
103122008-06-15 Andreas Schwab <schwab@suse.de>
10313
10314 * font.c (font_update_drivers): Fix crash when no drivers match.
10315
103162008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10319 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10320
103212008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10324
103252008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * process.c (Fserial_process_configure, Fprocess_send_eof):
10328 Use EQ to compare Lisp_Objects.
10329
103302008-06-13 Jason Rumney <jasonr@gnu.org>
10331
10332 * w32fns.c (Fw32_select_font): Remove old font API function.
10333
10334 * w32font.c (logfont_to_fcname): New function.
10335 (Fx_select_font): New font dialog function compatible with
10336 GTK/fontconfig version.
10337
10338 * font.c (font_style_symbolic_from_value): New function.
10339 (font_style_symbolic): Use it.
10340
10341 * font.h (font_style_symbolic_from_value): Declare new function.
10342
103432008-06-13 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10346 <font-width-table>: Fix typos in docstrings.
10347
103482008-06-13 Daniel Engeler <engeler@gmail.com>
10349
10350 These changes add serial port access.
10351 * process.c: Add HAVE_SERIAL.
10352 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10353 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10354 (list_processes_1, select_wrapper, Fstop_process)
10355 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10356 (status_notify): Modify to handle serial processes.
10357 [HAVE_SERIAL] (Fserial_process_configure)
10358 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10359 New functions.
10360 * process.h (struct Lisp_Process): Add `type'.
10361 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10362 New functions.
10363 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10364 serial ports.
b71ac3dd 10365 (serial_open, serial_configure): New functions.
aac0c6e3
MR
10366 * w32.h: Add FILE_SERIAL.
10367 (struct _child_process): Add ovl_read, ovl_write.
10368
103692008-06-13 Kenichi Handa <handa@m17n.org>
10370
10371 * dispextern.h (enum lface_attribute_index): New member
10372 LFACE_FOUNDRY_INDEX.
10373
10374 * font.c (font_score): Delete arg alternate_families. Check only
10375 weight, slant, width, and size. Ignore the difference of alias
10376 style symbols.
10377 (font_sort_entites): Adjust for the above change. Reflect the
10378 order of font-driver to scores.
10379 (font_list_entities): Don't check alternate_familes here.
10380 (font_clear_prop): Handle foundry.
10381 (font_update_lface): Don't parse "foundry-family" form here.
10382 Handle FONT_FOUNDRY_INDEX.
10383 (font_find_for_lface): Likewise. Handle alternate families here.
10384 If registry is nil, try iso8859-1 and ascii-0.
10385 (font_open_for_lface): Pay attention to size in ENTITY.
10386 (font_open_by_name): Simplify by calling font_load_for_lface.
10387 (free_font_driver_list): Delete it.
10388 (font_update_drivers): Preserve the order of backends.
10389 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10390 of font_score and font_sort_entites.
10391 (font_update_sort_order): Likewise.
10392
10393 * xfaces.c (LFACE_FOUNDRY): New macro.
10394 (check_lface_attrs): Check foundry.
10395 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10396 (merge_face_vectors): Check foundry.
10397 (merge_face_ref): Likewise.
10398 (Finternal_set_lisp_face_attribute): Likewise.
10399 (x_update_menu_appearance): Likewise.
10400 (Finternal_get_lisp_face_attribute): Likewise.
10401 (lface_hash): Likewise.
10402 (lface_same_font_attributes_p): Likewise.
10403 (x_supports_face_attributes_p): Likewise.
10404 (tty_supports_face_attributes_p): Likewise.
10405 (Finternal_set_alternative_font_family_alist): Intern strings.
10406 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10407 (realize_default_face): Set LFACE_FOUNDRY (lface).
10408
10409 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10410 font-driver at first.
10411
10412 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10413
104142008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10415
10416 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10417
104182008-06-12 Jim Meyering <meyering@redhat.com>
10419
10420 Make unexec_free handle NULL the same way free does.
10421 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10422
104232008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10426 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10427 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10428 (WEAK_ALIAS): Simplify.
10429 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10430 when searching a unibyte buffer.
10431
104322008-06-12 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10435
104362008-06-12 Juanma Barranquero <lekktu@gmail.com>
10437
10438 * w32font.c: Include ctype.h.
10439
104402008-06-11 Jason Rumney <jasonr@gnu.org>
10441
10442 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10443 misreported as space.
10444 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10445 as aliases for registry iso10646-1.
10446
104472008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * buffer.c (clone_per_buffer_values): Skip `name'.
10450
104512008-06-11 Chong Yidong <cyd@stupidchicken.com>
10452
10453 * font.c (font_parse_fcname): Fix last change; accept decimal
10454 points in font size.
10455
104562008-06-10 Jason Rumney <jasonr@gnu.org>
10457
10458 * w32uniscribe.c (add_opentype_font_name_to_list):
10459 Skip non unicode fonts.
10460
104612008-06-10 Chong Yidong <cyd@stupidchicken.com>
10462
10463 * xfns.c (Fx_font_dialog): New function.
10464
10465 * gtkutil.c (xg_dialog_response_cb): Rename from
10466 xg_file_response_callback.
10467 (pop_down_dialog): Rename from pop_down_file_dialog.
10468 (xg_get_file_name): Callers changed.
10469 (xg_get_font_name): New function.
10470
10471 * gtkutil.h (xg_get_font_name): Insert prototype.
10472
104732008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10476 x_underline_minimum_display_offset.
10477 (syms_of_xdisp): Declare it here rather than in xterm.c.
10478 * dispextern.h (underline_minimum_offset): Declare it.
10479 * w32term.c (x_draw_glyph_string): Use it.
10480 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10481 (syms_of_xterm): Don't declare it any more.
10482 (x_draw_glyph_string): Adjust to the new name.
10483
8719abec 104842008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
10485
10486 * xterm.c (x_underline_minimum_display_offset): New var.
10487 (x_draw_glyph_string): Use it.
10488 (syms_of_xterm): Declare it.
10489
104902008-06-10 Chong Yidong <cyd@stupidchicken.com>
10491
10492 * font.c (font_parse_fcname): Accept GTK-style font names too.
10493
104942008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * dired.c (file_name_completion): Don't return t if the match is exact
10497 but with different capitalization.
10498 * minibuf.c (Ftry_completion): Simplify.
10499
10500 * window.c (Vwindow_point_insertion_type): New var.
10501 (set_window_buffer): Use it.
10502 (syms_of_window): Init and export it to Lisp.
10503
105042008-06-10 Kenichi Handa <handa@m17n.org>
10505
10506 * font.h (font_intern_prop): Prototype adjusted.
10507
10508 * font.c (font_intern_prop): New arg force_symbol.
10509 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10510 Adjust for the change of font_intern_prop.
10511
10512 * ftfont.c (ftfont_pattern_entity):
10513 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10514 (w32_registry):
10515 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10516 the change of font_intern_prop.
10517
105182008-06-09 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * w32menu.c (digest_single_submenu): Declare extern.
10521
105222008-06-09 Jason Rumney <jasonr@gnu.org>
10523
10524 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10525
10526 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10527 (parse_single_submenu): Remove.
10528 (digest_single_submenu): Remove.
10529 (syms_of_w32menu): Don't initialise variables that have moved
10530 to menu.c.
10531 (set_frame_menubar): Sync with version in xmenu.c.
10532 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10533
10534 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10535 Make static again.
10536
105372008-06-09 Jason Rumney <jasonr@gnu.org>
10538
10539 Changes to w32 files related to the move of common menu code
10540 to menu.c on 2008-06-08 by Chong Yidong.
10541
10542 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10543 defs to w32gui.h.
10544 (single_keymap_panes, push_menu_item, push_menu_pane):
10545 Make globally visible.
10546
10547 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10548 (local_free, malloc_widget_value, free_widget_value)
10549 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10550 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10551 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10552 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10553 (menu_items, menu_items_allocated, menu_items_used)
10554 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10555 (init_menu_items, finish_menu_items, discard_menu_items)
10556 (grow_menu_items, push_submenu_start, push_submenu_end)
10557 (push_left_right_boundary, push_menu_pane, push_menu_item)
10558 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10559 (free_menubar_widget_tree_value, parse_single_submenu)
10560 (update_submenu_strings): Remove functions.
10561 (xmalloc_widget_value): Remove and declare extern.
10562
10563 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10564 (OBJ1): Build it.
10565
10566 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10567 (local_heap, local_alloc, local_free, malloc_widget_value)
10568 (free_widget_value): Define here.
10569
105702008-06-09 Kenichi Handa <handa@m17n.org>
10571
10572 * font.h (Qascii_0): Extern it.
10573
10574 * font.c (Qascii_0): New variable.
10575 (syms_of_font): DEFSYM it.
10576 (font_open_by_name): If the registry "iso8859-1" fails, try also
10577 "ascii-0".
10578
10579 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10580
105812008-06-08 Kenichi Handa <handa@m17n.org>
10582
10583 * .gdbinit (xfont): New command.
10584
105852008-06-08 Andreas Schwab <schwab@suse.de>
10586
10587 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10588 * Makefile.in (menu.o): Update dependencies.
10589
10590 * Makefile.in (obj): Always add menu.o.
10591 * emacs.c (main): Always call syms_of_menu.
10592 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10593
105942008-06-08 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * Makefile.in: Compile menu.c.
10597
10598 * lisp.h: Declare syms_of_menu.
10599
10600 * emacs.c (main): Call syms_of_menu.
10601
10602 * keyboard.h: Relocate platform-independent menu definitions from
10603 xmenu.c.
10604
10605 * menu.c: New file. Relocate platform-independent menu
10606 definitions from xmenu.c. Suggested by Adrian Robert.
10607
10608 * xmenu.c: Remove platform-independent menu definitions.
10609 (menu_items menu_items_inuse, menu_items_allocated)
10610 (menu_items_used, menu_items_n_panes)
10611 (menu_items_submenu_depth): Move to keyboard.h.
10612 (init_menu_items, finish_menu_items, unuse_menu_items)
10613 (discard_menu_items, restore_menu_items, save_menu_items)
10614 (grow_menu_items, push_submenu_start, push_submenu_end)
10615 (push_left_right_boundary, push_menu_pane, push_menu_item)
10616 (keymap_panes, single_keymap_panes, single_menu_item)
10617 (list_of_panes, list_of_items, find_and_call_menu_selection)
10618 (xmalloc_widget_value, free_menubar_widget_value_tree)
10619 (parse_single_submenu, digest_single_submenu)
10620 (update_submenu_strings): Move to menu.c.
10621
106222008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10625
106262008-06-06 Miles Bader <miles@gnu.org>
10627
10628 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10629 face, not frame default.
10630
106312008-06-05 Martin Rudalics <rudalics@gmx.at>
10632
10633 * window.c (pop_up_windows, pop_up_frames)
10634 (display_buffer_reuse_frames, Vpop_up_frame_function)
10635 (Vdisplay_buffer_function, Veven_window_heights)
10636 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10637 (Vspecial_display_function, Vsame_window_buffer_names)
10638 (Vsame_window_regexps, split_height_threshold)
10639 (Vsplit_window_preferred_function): Move those vars to window.el.
10640 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10641 (Fdisplay_buffer): Move those functions to window.el.
10642 (syms_of_window): Remove corresponding declarations.
10643 (display_buffer): New function.
10644 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10645 * dispnew.c (Flast_nonminibuf_frame): New function.
10646 * buffer.c (Fpop_to_buffer): Move to window.el.
10647
106482008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10651
106522008-06-05 Kenichi Handa <handa@m17n.org>
10653
10654 * coding.c (detect_coding): Fix previous change.
10655 (detect_coding_system): Likewise.
10656
106572008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10660
10661 * keymap.c (Vminibuffer_local_filename_must_match_map):
10662 Rename from Vminibuffer_local_must_match_filename_map.
10663 (syms_of_keymap):
10664 * minibuf.c (Fcompleting_read): Adjust accordingly.
10665 * commands.h: Rename declaration as well.
10666
106672008-06-05 Kenichi Handa <handa@m17n.org>
10668
10669 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10670 family name.
10671 (Ffont_put): Likewise.
10672
10673 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10674 current font-spec.
10675
10676 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10677 is unspecified.
10678
10679 * xfaces.c (realize_x_face): If the font-related face attributes
10680 are the same as those of default face, realize a new fontset from
10681 default->fontset.
10682 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10683
106842008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10687 (move_it_in_display_line): New wrapper.
10688
10689 * window.c (window_scroll_pixel_based_preserve_x)
10690 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10691 (window_scroll_pixel_based, window_scroll_line_based):
10692 Use them to preserve column positions.
10693 (syms_of_window): Initialize them.
10694
10695 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10696 (HPOS . VPOS) pair.
10697
10698 * dispextern.h (move_it_in_display_line): Declare.
10699
107002008-06-05 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10703 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10704 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10705
107062008-06-04 Juanma Barranquero <lekktu@gmail.com>
10707
10708 * window.c (Fset_window_parameter): Doc fix.
10709 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10710
107112008-06-04 Joakim Verona <joakim@verona.se>
10712
10713 * window.h (struct window): Add new member window_parameters.
10714
10715 * window.c (Fwindow_parameters, Fwindow_parameter)
10716 (Fset_window_parameter): New defuns.
10717 (syms_of_window): Defsubr the new defuns.
10718 (make_window): Initialize window_parameters to nil.
10719
107202008-06-04 John Paul Wallington <jpw@pobox.com>
10721
10722 * eval.c (Fdefmacro): Doc fix.
10723
107242008-06-04 Kenichi Handa <handa@m17n.org>
10725
10726 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10727 Be sure to call setup_coding_system when we find a proper coding system.
10728 (detect_coding_system): Fix handling of coding->head_ascii.
10729
107302008-06-03 Andreas Schwab <schwab@suse.de>
10731
10732 * font.c (font_prop_validate_spacing): Fix last change.
10733
107342008-06-03 Kenichi Handa <handa@m17n.org>
10735
10736 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10737 (font_parse_fcname): Fix handling of unknown key.
10738
10739 * xfont.c (xfont_list): Try an alias.
10740
10741 * charset.c (char_charset): Return NULL if the arg charset_list is
10742 specified and C doesn't belong to any of them.
10743
107442008-06-02 Chip Coldwell <coldwell@redhat.com>
10745
10746 * font.c (font_pixel_size): Don't take cdr of an integer.
10747
107482008-06-02 Jim Meyering <meyering@redhat.com>
10749
10750 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10751 * alloc.c (xfree): Return right away for a NULL arg.
10752 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10753 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10754 * mac.c (create_apple_event_from_event_ref): Likewise.
10755 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10756 Likewise.
10757 * doprnt.c (doprnt1): Likewise.
10758 * frame.c (frame): Likewise.
10759 * keyboard.c (wipe_kboard): Likewise.
10760 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10761 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10762 * term.c (tty_default_color_capabilities, maybe_fatal)
10763 (delete_tty): Likewise.
10764 * w16select.c (string): Likewise.
10765 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10766 * w32bdf.c (w32_free_bdf_font): Likewise.
10767 * w32fns.c (w32_unload_font): Likewise.
10768 * w32font.c (w32font_close): Likewise.
10769 * window.c (size_window): Likewise.
10770 * xselect.c (receive_incremental_selection): Likewise.
10771 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10772 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10773 * w32.c (stat): Likewise.
10774
10775 Remove useless if-before-free tests.
10776 * editfns.c (Fset_time_zone_rule): Likewise.
10777 * lread.c (nosuffix): Likewise.
10778 * ralloc.c (get_bloc): Likewise.
10779 * regex.c (reg_free): Likewise.
10780 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10781 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10782 * xsmfns.c (smc_save_yourself_CB): Likewise.
10783
107842008-06-02 Kenichi Handa <handa@m17n.org>
10785
10786 * font.c (font_find_for_lface): Handle float font size.
10787 (font_open_for_lface): Likewise.
10788
10789 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10790 comparing the properties.
10791
107922008-06-01 Jason Rumney <jasonr@gnu.org>
10793
10794 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10795 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10796 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10797 Don't add empty script list.
10798 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10799
108002008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10801
10802 * Makefile.in (dot, dotdot): Remove, update users.
10803 ".." has been used elsewhere in the file for a long time.
10804 (LIBXT_STATIC): Remove conditional based on unused variable.
10805
108062008-06-01 Miles Bader <miles@gnu.org>
10807
10808 * xfaces.c (Vface_remapping_alist): New variable.
10809 (syms_of_xfaces): Initialize it.
10810 (enum named_merge_point_kind): New type.
10811 (struct named_merge_point): Add `named_merge_point_kind' field.
10812 (push_named_merge_point): Make cycle detection respect different
10813 named-merge-point kinds.
10814 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10815 Remove face-name alias resolution.
10816 (lface_from_face_name): New definition using
10817 `lface_from_face_name_no_resolve'.
10818 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10819 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10820 (get_lface_attributes): New definition that layers face-remapping on
10821 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10822 (lookup_basic_face): New function.
10823 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10824 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10825 `get_lface_attributes'.
10826 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10827 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10828 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10829
10830 * xdisp.c (init_iterator): Pass base_face_id through
10831 `lookup_basic_face' when we actually use it as a face-id.
10832 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10833 DEFAULT_FACE_ID.
10834
10835 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10836 lookup the initial face-id.
10837
10838 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10839
108402008-06-01 Juanma Barranquero <lekktu@gmail.com>
10841
10842 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10843 (Fremove_text_properties): Fix typos in docstrings.
10844
108452008-05-31 Kenichi Handa <handa@m17n.org>
10846
10847 * font.c (font_list_entities): Fix the car part of data to be
10848 stored in the cache.
10849
10850 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10851
108522008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10855 Add a `test' argument so another predicate than `equal' can be used.
10856 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10857 (map_char_table): Remove unused vars `c' and `i'.
10858 * lisp.h (Foptimize_char_table): Adjust declaration.
10859 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10860
108612008-05-30 Kenichi Handa <handa@m17n.org>
10862
10863 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10864 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10865 defined.
10866
108672008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10870 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10871 frame-local settings for the same variable.
10872
108732008-05-30 Kenichi Handa <handa@m17n.org>
10874
10875 * fontset.c (Ffont_info): Move to font.c.
10876 (syms_of_fontset): Delete defsubr of Sfont_info.
10877
10878 * font.c (font_style_to_value, font_score): Delete casting of the
10879 args to xstcasecmp.
10880 (register_font_driver): Increment num_font_drivers only when
10881 registering the driver globally.
10882 (Ffont_info): Move from fontset.c. Handle a font object too.
10883 (syms_of_font): Defsubr Sfont_info.
10884
108852008-05-29 Kenichi Handa <handa@m17n.org>
10886
10887 * coding.h (enum define_coding_utf8_arg_index): New enum.
10888 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10889 coding_attr_utf_bom.
10890 (enum utf_bom_type): Rename from utf_16_bom_type.
10891 (struct utf_16_spec): Adjust for the above change.
10892 (struct coding_system): Add utf_8_bom in `spec' union.
10893
10894 * coding.c (CODING_UTF_8_BOM): New macro.
10895 (enum coding_category): Delete coding_category_utf_8, add
10896 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10897 coding_category_utf_8_sig.
10898 (CATEGORY_MASK_UTF_8): Delete it.
10899 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10900 (CATEGORY_MASK_UTF_8_SIG): New macros.
10901 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10902 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10903 CATEGORY_MASK_UTF_8_SIG.
10904 (CATEGORY_MASK_UTF_8): New macro.
10905 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10906 (detect_coding_utf_8): Check BOM.
10907 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10908 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10909 (encode_coding_utf_16): Likewise.
10910 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10911 (detect_coding, detect_coding_system): Handle utf-8-auto.
10912 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10913 (syms_of_coding): Fix setting up of Vcoding_category_table.
10914
109152008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * process.c (Faccept_process_output): If `millisec' is non-nil,
10918 `seconds' default to 0.
10919 (wait_reading_process_output): Also return non-nil if we read output
10920 from a non-running process.
10921
109222008-05-29 Jason Rumney <jasonr@gnu.org>
10923
10924 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10925 `raster' specified.
10926 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10927 in the uniscribe backend, but disallow any font that has no
10928 unicode subrange support.
10929
109302008-05-29 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10933 Fix typos in docstrings.
10934
109352008-05-29 Kenichi Handa <handa@m17n.org>
10936
10937 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10938 (Fx_family_fonts): Set frame correctly.
10939
109402008-05-28 Jason Rumney <jasonr@gnu.org>
10941
10942 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10943
109442008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10947 calling build_annotations.
10948
109492008-05-28 Juanma Barranquero <lekktu@gmail.com>
10950
10951 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10952 (Fencode_coding_string):
10953 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10954 <latin-extra-code-table>: Fix typos in docstrings.
10955 (syms_of_coding) <coding-system-alist>: Doc fix.
10956 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10957
109582008-05-28 Kenichi Handa <handa@m17n.org>
10959
10960 * fontset.c (Ffont_info): Don't call font_close_object.
10961
10962 * font.c (font_parse_family_registry): Use Ffont_put to validate
10963 foundry and family.
10964 (font_delete_unmatched): Don't check spacing.
10965 (font_list_entities): Add spacing to the spec to list fonts.
10966
10967 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10968 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10969
10970 * coding.c (encode_coding_raw_text): Fix previous change.
10971 (encode_coding_object): When the dst_object is a buffer and is
10972 different from src_object, move gap to PT.
10973
109742008-05-27 Chong Yidong <cyd@stupidchicken.com>
10975
10976 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10977
109782008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10981 all branches. Compute it differently.
10982
10983 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10984
109852008-05-27 Juanma Barranquero <lekktu@gmail.com>
10986
10987 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10988 into "else if () ... else ...".
10989
109902008-05-27 Jason Rumney <jasonr@gnu.org>
10991
10992 * w32font.c (w32font_open_internal): Determine if glyph indices
10993 are likely to work here.
10994
109952008-05-27 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10998 draw overlap glyphs with appropriate highlighting.
10999
110002008-05-27 Kenichi Handa <handa@m17n.org>
11001
11002 * xfont.c (xfont_open): Fix calculation of font->average_width.
11003
110042008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * casefiddle.c (casify_object): Try to guess better whether the
11007 argument is a byte or a char.
11008
110092008-05-26 Andreas Schwab <schwab@suse.de>
11010
11011 * xselect.c (x_reply_selection_request): Properly handle format == 32.
11012 Always send multiples of format size.
11013
11014 * xterm.c (x_set_frame_alpha): Fix type mismatch.
11015
110162008-05-26 Jason Rumney <jasonr@gnu.org>
11017
11018 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
11019 (compute_metrics): Don't set failure if we just cleared the cache.
11020 (w32_weight_table): Remove unused variable.
11021 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
11022 backwards compatibility.
11023
110242008-05-25 Kenichi Handa <handa@m17n.org>
11025
11026 * w32term.c (x_draw_glyph_string):
11027 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
11028
11029 * xfaces.c: Delete unused function prototypes.
11030 (xstrlwr, font_frame): Delete them.
11031 (clear_face_cache): Delete unused variable.
11032
11033 * xftfont.c (xftfont_open): Delete unused variable.
11034 If underline_thickness is not 1, adjust underline_position.
11035
11036 * ftxfont.c (ftxfont_open): Delete unused variable.
11037
11038 * fontset.c (face_for_char): Optimize for the case of no charset
11039 property.
11040
11041 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
11042 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
11043 (otf_open, font_otf_capability, generate_otf_features)
11044 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11045 Comment out by surrounding "#if 0" and "#endif" for the moment.
11046 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
11047 (syms_of_font): Codes for accessing above commented out.
11048
110492008-05-24 Eli Zaretskii <eliz@gnu.org>
11050
11051 * w32proc.c: Include dispextern.h.
11052
11053 * w32.c: Include dispextern.h.
11054
110552008-05-23 Juanma Barranquero <lekktu@gmail.com>
11056
11057 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
11058 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
11059 Fix typos in docstrings.
11060
110612008-05-23 Jason Rumney <jasonr@gnu.org>
11062
11063 * xsmfns.c: Remove includes that are already included by config.h.
11064
110652008-05-23 Kenichi Handa <handa@m17n.org>
11066
11067 * charset.c (Qemacs, charset_emacs): New variables.
11068 (char_charset): Fix for non-Unicode characters.
11069 (syms_of_charset): Define charset_emacs.
11070
11071 * w32term.c (x_draw_glyph_string): Be sure to update
11072 s->underline_thickness and s->underline_position. Be sure to draw
11073 underline within the current line area.
11074
11075 * xterm.c (x_draw_glyph_string): Be sure to update
11076 s->underline_thickness and s->underline_position. Be sure to draw
11077 underline within the current line area.
11078
11079 * fontset.c: Delete unused variables and add casting for char *
11080 throughout the file.
11081 (fontset_font): Try the fallback fonts of the current fontset
11082 before consulting the default fontset.
11083
11084 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
11085
11086 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
11087
110882008-05-22 Jason Rumney <jasonr@gnu.org>
11089
11090 * font.c: Don't include strings.h.
11091
11092 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
11093
11094 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
11095 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
11096 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
11097 to call xstrcasecmp.
11098
11099 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
11100
11101 * fontset.c (fs_query_fontset): Use xstrcasecmp.
11102
11103 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
11104
11105 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
11106
111072008-05-22 Kenichi Handa <handa@m17n.org>
11108
11109 * puresize.h (BASE_PURESIZE): Increase to 1220000.
11110
11111 * font.c (font_prop_validate_style): Adjust for the format
11112 change of font_style_table.
11113
11114 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
11115 two args.
11116
11117 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
11118 two args.
11119
111202008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11121
11122 * minibuf.c (keys_of_minibuf): Delete.
11123 * lisp.h (keys_of_minibuf): Delete.
11124 * emacs.c (main): Don't call keys_of_minibuf.
11125
111262008-05-22 Kenichi Handa <handa@m17n.org>
11127
11128 * ftfont.c (ftfont_resolve_generic_family): Rename from
11129 ftfont_list_generic_family. Return a single family for each
11130 generic family.
11131 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
11132 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
11133 Call font_add_log.
11134 (ftfont_match): Call font_add_log.
11135
11136 * font.h (Ffont_xlfd_name): EXFUN adjusted.
11137 (FONT_DEBUG): Define it.
11138 (font_add_log): Extern it.
11139 (font_assert): Rename from xassert.
11140
11141 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
11142 (xfont_list_family): Call font_add_log.
11143 (xfont_match): Likewise.
11144 (memq_no_quit): Delete.
11145
11146 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
11147 call of Ffont_xlfd_name.
11148
11149 * xfaces.c (struct table_entry, slant_table, weight_table)
11150 (swidth_table): Move to font.c.
11151
11152 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
11153 xassert are changed to font_assert. Delete many unused variables.
11154 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11155 New variables.
11156 (struct table_entry): Move from xfaces.c and modified.
11157 (weight_table, slant_table, width_table): Move from xfaces.c and
11158 contents adjusted for the change of struct table_entry.
11159 (font_style_to_value, font_style_symbolic): Adjust for the
11160 format change of font_style_table.
11161 (font_parse_family_registry): Don't overwrite existing foundry and
11162 family of font_spec.
11163 (font_score): Fix calculation of diff for sizes.
11164 (font_sort_entites): Call font_add_log.
11165 (font_delete_unmatched): Return a newly created list.
11166 (font_list_entities): Fix previous change. Call font_add_log.
11167 (font_matching_entity, font_open_entity, font_close_entity):
11168 Call font_add_log.
11169 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11170 (Finternal_set_font_style_table): Delete.
11171 (BUILD_STYLE_TABLE): New macro.
11172 (build_style_table): New function.
11173 (Vfont_log, font_log_env_checked): New variables.
11174 (font_add_log): New function.
11175 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11176 Declare Lisp variables "font-weight-table", "font-slant-table",
11177 "font-width-table", and "font-log". Initialize font_style_table.
11178
111792008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11180
11181 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11182
111832008-05-21 Seiji Zenitani <zenitani@mac.com>
11184 Ryo Yoshitake <ryo@shiftmode.net>
11185
11186 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11187 (Vframe_alpha_lower_limit): New variable.
11188 (x_set_alpha): New function.
11189
11190 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11191
11192 * xfns.c (x-create-frame, Qalpha):
11193 Initialize the frame parameter `alpha'.
11194 * xterm.c (OPAQUE, OPACITY): New.
11195 (x_set_frame_alpha): New function.
11196 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11197
11198 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11199 * w32fns.c (w32_frame_parm_handlers): Likewise.
11200
112012008-05-20 Jason Rumney <jasonr@gnu.org>
11202
11203 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11204 truetype fonts to opentype list.
11205
112062008-05-20 Juanma Barranquero <lekktu@gmail.com>
11207
11208 * fontset.c (Ffontset_info): Doc fix.
11209 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11210 <ignore-relative-composition>: Fix typos in docstrings.
11211
11212 * font.c (syms-of-font) <font-encoding-alist>:
11213 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11214 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11215 (Ffont_otf_alternates): Doc fixes.
11216
112172008-05-20 Kenichi Handa <handa@m17n.org>
11218
11219 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11220 font.h through out the file.
11221 (FONT_DRIVERS): Rename from FONTOBJ.
11222 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11223 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11224
11225 * emacs.c (main): Call syms_of_font unconditionally.
11226
11227 * font.h (find_font_encoding): Extern it.
11228
11229 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11230 fontset.c.
194d44e7 11231 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11232 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11233 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11234 only when HAVE_WINDOW_SYSTEM is defined.
11235 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11236 when HAVE_WINDOW_SYSTEM is defined.
11237
11238 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11239 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11240
11241 * xfaces.c: Include font.h unconditionally.
11242 (merge_face_ref, merge_face_vectors)
11243 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11244
112452008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11248 indirect_variable.
11249 * eval.c (lisp_indirect_variable): New fun.
11250 (Fuser_variable_p): Use it.
11251
112522008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * lisp.h (indirect_variable):
11255 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11256 Use Lisp_Symbol pointers rather than Lisp_Object.
11257 Adjust callers.
11258 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11259 To this end, change calling-convention.
11260
11261 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11262 if some non-hidden buffers are selected by string&pred.
11263
112642008-05-19 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * process.c (wait_reading_process_output): Always check status
11267 when in batch mode.
11268
112692008-05-19 Kenichi Handa <handa@m17n.org>
11270
11271 * font.c (font_list_entities): Fix handling of cache.
11272 (font_matching_entity): Likewise.
11273
11274 * ftfont.c (cs_iso8859_1): Delete.
11275 (ft_face_cache): New variable.
11276 (struct ftfont_info): New member fc_charset_idx.
11277 (ftfont_build_basic_charsets): Delete.
11278 (fc_charset_table): New variable.
11279 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11280 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11281 Callers changed.
11282 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11283 (ftfont_spec_pattern): New argument fc_charset_idx.
11284 Check registry more rigidly. Change callers.
11285 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11286 change of :font-entity property of the font.
11287
11288 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11289 property of the font.
11290
112912008-05-18 Juanma Barranquero <lekktu@gmail.com>
11292
11293 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11294 (Funencodable_char_position, Fcheck_coding_systems_region)
11295 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11296 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11297 (Ffind_operation_coding_system, Fset_coding_system_priority)
11298 (Fcoding_system_eol_type): Doc fixes.
11299
113002008-05-17 Glenn Morris <rgm@gnu.org>
11301
11302 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11303
113042008-05-16 Eli Zaretskii <eliz@gnu.org>
11305
11306 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11307 and st_gid.
11308
11309 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11310 HAVE_WINDOW_SYSTEM is not defined.
11311
11312 * xfaces.c (merge_face_ref, merge_face_vectors)
11313 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11314 HAVE_WINDOW_SYSTEM is defined.
11315 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11316
113172008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11320
113212008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11322
11323 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11324
113252008-05-15 Kenichi Handa <handa@m17n.org>
11326
11327 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11328 preference.
11329
113302008-05-15 Glenn Morris <rgm@gnu.org>
11331
11332 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11333
113342008-05-15 Chong Yidong <cyd@stupidchicken.com>
11335
11336 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11337 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11338
11339 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11340
113412008-05-15 Kenichi Handa <handa@m17n.org>
11342
11343 * ftfont.c (ftfont_list): Downcase family name to check generic
11344 families.
11345
11346 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11347 font-spec for QCfont value.
11348
11349 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11350 buffer. Check the return value of it.
11351
113522008-05-14 Jason Rumney <jasonr@gnu.org>
11353
11354 * w32term.c (w32_get_glyph_overhangs): Remove.
11355 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11356
113572008-05-14 Kenichi Handa <handa@m17n.org>
11358
11359 * font.c (font_prop_validate): Make nil a valid value.
11360 (font_clear_cache): Check if the cached vector of entities is nil
11361 or not.
11362
113632008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11364
11365 * emacs.c (main_thread): Conditionalize on
11366 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11367 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11368
11369 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11370 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11371 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11372
113732008-05-14 Kenichi Handa <handa@m17n.org>
11374
11375 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11376 has no corresponding coding system.
11377
113782008-05-14 Jason Rumney <jasonr@gnu.org>
11379
11380 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11381
11382 * w32font.h (w32font_open_internal): Update declaration.
11383
11384 * w32font.c (w32font_open_internal): Change last argument from
11385 w32font_info struct to font object. Fill in font object from
11386 font_entity. Get Outline metrics if possible. Use them to
11387 calculate underline position and thickness. Use xlfd name as name
11388 property. Don't set codepage.
11389 (w32font_open): Pass font_object to w32font_open_internal. Don't
11390 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11391 (w32font_draw): Use s->font.
11392 (clear_cached_metrics): Don't clear non-existent blocks.
11393
11394 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11395 font was not found.
11396 (x_draw_glyph_string): Use underline position and thickness from font.
11397
11398 * w32uniscribe.c (uniscribe_open): Pass font_object to
11399 w32font_open_internal.
11400
114012008-05-14 Kenichi Handa <handa@m17n.org>
11402
11403 These changes are to delete all legacy font-handling codes, and
11404 make Emacs use only font-backends.
11405
11406 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11407 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11408
11409 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11410
11411 * charset.h (Vcharset_non_preferred_head)
11412 (Vcurrent_iso639_language): Extern them.
11413
11414 * charset.c (Vcharset_non_preferred_head): New variable.
11415 (Vcurrent_iso639_language): New variable.
11416 (syms_of_charset): Declare it as a Lisp variable.
11417 (char_charset): Don't check non preferred charsets. As a last
11418 resort, return charset_unicode.
11419 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11420
11421 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11422 conditionals. Don't check enable_font_backend. Delete all codes
11423 used only when USE_FONT_BACKEND is not defined.
11424
11425 * dispextern.h (struct glyph_string): Change type of `font' to
11426 `struct font *'.
11427 (struct glyph_string): New member underline_position and
11428 underline_thickness.
11429 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11430 (struct face): Change type of `font' to `struct font *'. Remove
11431 members `font_name', `font_info_id'.
11432 (per_char_metric, encode_char): Delete externs.
11433 (calc_pixel_width_or_height): Adjust the prototype.
11434
11435 * emacs.c (enable_font_backend): Delete extern.
11436 (main): Don't set enable_font_backend. Don't check the command
11437 line argument "-disable-font-backend".
11438
11439 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11440 (enum font_property_index): New members FONT_DPI_INDEX,
11441 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11442 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11443 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11444 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11445 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11446 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11447 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11448 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11449 (struct font_spec, struct font_entity): New structs.
11450 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11451 (struct font): Many members from old "struct font_info" moved to
11452 here. Members font and entity deleted.
11453 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11454 the new font-related objects.
11455 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11456 (CHECK_FONT_GET_OBJECT): Likewise.
11457 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11458 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11459 (struct font_driver): New members case_sensitive anc check. Type
11460 of the member list and open changed.
11461 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11462 (font_symbolic_width, font_find_object, font_get_spec)
11463 (font_set_lface_from_name): Delete extern.
11464 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11465
11466 * font.c: Include <strings.h>.
11467 (enable_font_backend): Delete it.
11468 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11469 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11470 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11471 (null_string): Delete it.
11472 (null_vector): Make it static.
11473 (font_family_alist): Delete it.
11474 (Qnormal): Extern it.
11475 (QCextra, QClanguage): Delete it.
11476 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11477 (font_make_spec, font_make_entity, font_make_object)
11478 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11479 the string. Callers changed.
11480 (font_pixel_size): Adjusted for the format change of font-related
11481 objects.
11482 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11483 (font_style_to_value, font_style_symbolic): New function.
11484 (build_font_family_alist): Delete it.
11485 (font_registry_charsets): Use Fassoc_string instead of
11486 assq_no_quit.
11487 (font_prop_validate_symbol): Don't return null_string.
11488 (font_prop_validate_style): Adjusted for the change of
11489 style-related values in a font vector.
11490 (font_property_table): Delete entries for QClanguage and
11491 QCantialias, add entries for QCavgwidth.
11492 (get_font_prop_index): Delete the 2nd argument FROM.
11493 (font_prop_validate): Arguments changed.
11494 (font_put_extra): Adjusted for the change of font-related objects.
11495 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11496 (font_parse_fcname, font_unparse_fcname)
11497 (font_prepare_composition): Likewise.
11498 (font_parse_family_registry): Renamed from font_merge_old_spec.
11499 (otf_open): Delete the 1st arg entity.
11500 (font_otf_capability): Adjusted for the above change.
11501 (font_score): New arg alternate_families. Adjusted for the change
11502 of font-related objects.
11503 (font_sort_entites): New arg best_only.
11504 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11505 Delete them.
11506 (font_match_p): Check alternate families.
11507 (font_find_object): Delete it.
11508 (font_check_object): New function.
11509 (font_clear_cache): Adjusted for the change of font-related objects.
11510 (font_delete_unmatched): New arg.
11511 (font_list_entities): Call font_driver->list with a spec that
11512 doesn't specify style-related properties.
11513 (font_matching_entity): Arguments changed. Caller changed.
11514 (font_open_entity): Adjusted for the change of font-related objects.
11515 (font_close_object, font_has_char, font_encode_char)
11516 (font_get_name, font_get_spec): Likewise.
11517 (font_spec_from_name, font_clear_prop, font_update_lface):
11518 New functions.
11519 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11520 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11521 (font_at): Adjusted for the change of font-related objects.
11522 (font_range): New function.
11523 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11524 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11525 (Fcopy_font_spec, Fmerge_font_spec): New function.
11526 (Ffont_family_list): Renamed from list-families.
11527 (Finternal_set_font_style_table): Arguments changed.
11528 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11529 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11530 change of font-related objects.
11531 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11532
11533 * fontset.h (struct font_info): Delete it. Most members go to
11534 struct font.
11535 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11536 (enum FONT_SPEC_INDEX): Delete it.
11537 (font_info, list_fonts_func, load_font_func, query_font_func)
11538 (set_frame_fontset_func, find_ccl_program_func)
11539 (get_font_repertory_func, new_fontset_from_font_name): Delete
11540 externs.
11541 (fontset_from_font_name): Extern it.
11542 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11543 (FONT_INFO_FROM_FACE): Deleted.
11544 (face_for_font): Adjust prototype.
11545
11546 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11547 conditionals. Don't check enable_font_backend. Delete all codes
11548 used only when USE_FONT_BACKEND is not defined.
11549 (get_font_info_func, list_font_func, load_font_func)
11550 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11551 (get_font_repertory_func): Delete them.
11552 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11553 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11554 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11555 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11556 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11557 (fontset_compare_rfontdef): New function.
11558 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11559 rfont-defs by qsort. Adjusted for the change of font-group vector.
11560 (load_font_get_repertory): Deleted.
11561 (fontset_find_font): Use new macros to ref/set elements of
11562 font-def and rfont-def.
11563 (fontset_font): Fix the timing of remembering that no font for C.
11564 (free_face_fontset): Do nothing if the face has no fontset.
11565 (face_suitable_for_char_p): Use new macros to ref/set elements of
11566 rfont-def.
11567 (face_for_char): Likewise. Call face_for_char with font_object.
11568 (fs_load_font): Delete. Delete #pragma surrounding it.
11569 (fs_query_fontset): Use strcasecmp instead of strcmp.
11570 (generate_ascii_font_name): Adjusted for the format change of
11571 font-spec.
11572 (Fset_fontset_font): Likewise. Use new macros to set elements of
11573 font-def.
11574 (Fnew_fontset): Use font_unparse_xlfd to generate
11575 FONTSET_ASCII (fontset).
11576 (new_fontset_from_font_name): Deleted.
11577 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11578 a fontset is already created for the font. FIx updating of
11579 Vfontset_alias_alist.
11580 (fontset_ascii_font): Deleted.
11581 (Ffont_info): Adjusted for the format change of font-spec.
11582 (Finternal_char_font): Likewise.
11583 (Ffontset_info): Likewise.
11584 (syms_of_fontset): Don't check load_font_func.
11585
11586 * fns.c (internal_equal): Handle PREV_FONT.
11587
11588 * frame.h: Delete USE_FONT_BACKEND conditional.
11589
11590 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11591 conditionals. Don't check enable_font_backend. Delete all codes
11592 used only when USE_FONT_BACKEND is not defined.
11593 (x_set_font): Call x_new_font, not x_new_fontset2.
11594 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11595 already set for the frame.
11596
11597 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11598 a font-entity by font_make_entity. Use font_intern_prop instead
11599 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11600 font property. If a font is scalable, set avgwidth property to 0.
11601 Set font-entity property by font_put_extra.
11602 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11603 (ffont_driver): Adjusted for the change of struct font_driver.
11604 (ftfont_spec_pattern): New function.
11605 (ftfont_list): Return a list, not vector.
11606 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11607 (ftfont_list_family): Don't downcase names.
11608 (ftfont_free_entity): Deleted.
11609 (ftfont_open): Return a font-object. Adjusted for the change of
11610 struct font. Get underline_thickness and underline_position from
11611 font property. Don't update dpyinfo->smallest_font_height and
11612 dpyinfo->smallest_char_width.
11613 (ftfont_close): Don't free `struct font'.
11614 (ftfont_has_char): Adjusted for the format change of font-entity.
11615 (ftfont_encode_char, ftfont_text_extents): Likewise.
11616
11617 * ftxfont.c (ftxfont_list): Return a list, not vector.
11618 (ftxfont_open): Return a font-object. Adjusted for the change of
11619 struct font. Get underline_thickness and underline_position from
11620 font property. Don't update dpyinfo->smallest_font_height and
11621 dpyinfo->smallest_char_width.
11622 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11623 (ftxfont_draw): Adjusted for the change of struct font.
11624
11625 * image.c (image_ascent): Don't include "charset.h". Include
11626 "character.h" and "font.h".
11627
11628 * lisp.h (enum pvec_type): New member PREV_FONT.
11629 (Fassoc_string): EXFUN it.
11630
11631 * print.c: Include font.h.
11632 (print_object): Handle font-related objects.
11633
11634 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11635 conditionals. Don't check enable_font_backend. Delete all codes
11636 used only when USE_FONT_BACKEND is not defined.
11637 (handle_auto_composed_prop): Do nothing if it->f is not on a
11638 window system. Check how many following characters can be
11639 displayed by the same font.
11640 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11641 'struct font *'.
11642 (get_char_face_and_encoding): Assign the whole encoding task to
11643 the `encode-char' method of a font driver.
11644 (fill_composite_glyph_string): Adjusted for the change of `struct
11645 face' and `struct glyph_string'.
11646 (fill_glyph_string): Likewise.
11647 (get_per_char_metric): Arguments changed.
11648 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11649 and `struct glyph_string'.
11650 (produce_stretch_glyph, calc_line_height_property)
11651 (x_produce_glyphs): Likewise.
11652
11653 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11654 conditionals. Don't check enable_font_backend. Delete all codes
11655 used only when USE_FONT_BACKEND is not defined. Use
11656 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11657 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11658 (Qp): Extern them.
11659 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11660 Deleted.
11661 (struct font_name): Deleted.
11662 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11663 (compare_fonts_by_sort_order): New function.
11664 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11665 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11666 Deleted.
11667 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11668 compare_fonts_by_sort_order.
11669 (Fx_font_family_list): Call Ffont_family_list.
11670 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11671 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11672 (face_symbolic_slant, face_symbolic_swidth)
11673 (split_font_name_into_vector, build_font_name_from_vector)
11674 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11675 (font_rescale_ratio, split_font_name, build_font_name)
11676 (free_font_names, sort_fonts, x_face_list_fonts)
11677 (face_font_available_p, sorted_font_list, cmp_font_names)
11678 (font_list_1, concat_font_list, font_list, remove_duplicates):
11679 Deleted.
11680 (Fx_list_fonts): Use Ffont_list.
11681 (LFACE_AVGWIDTH): Deleted.
11682 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11683 by FONTP.
11684 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11685 (set_lface_from_font_name): Delete it.
11686 (set_lface_from_font): Renamed from
11687 set_lface_from_font_and_fontset. Caller changed. Don't set
11688 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11689 for face.
11690 (merge_face_vectors): Copy font-spec if necessary.
11691 Clear properties of the font-spec if necessary.
11692 (merge_face_ref): Clear properties of the font-spec if necessary.
11693 (Finternal_set_lisp_face_attribute): Likewise.
11694 (set_font_frame_param): Use font_load_for_lface to load a
11695 font-object, and call Fmodify_frame_parameters with it.
11696 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11697 font name by Ffont_xlfd_name.
11698 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11699 QCslant, and QCwidth.
11700 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11701 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11702 Compare fonts by EQ.
11703 (lookup_non_ascii_face): Deleted.
11704 (face_for_font): The 2nd argument changed.
11705 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11706 Check atomic font properties by case insensitive.
11707 (realize_non_ascii_face): Set face->overstrike correctly.
11708 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11709 (dump_realized_face): Get font name from
11710 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11711
11712 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11713 conditionals. Don't check enable_font_backend. Delete all codes
11714 used only when USE_FONT_BACKEND is not defined.
11715 (xic_create_xfontset): Original code deleted and renamed from
11716 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11717 (x_make_gc): Don't set GCFont in GCs.
11718 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11719 opened by "fixed".
11720 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11721 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11722 get_font_repertory_func.
11723
11724 * xfont.c: Include <stdlib.h> and "ccl.h".
11725 (struct xfont_info): New structure.
11726 (xfont_query_font): Deleted.
11727 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11728 moved from xterm.c.
11729 (xfont_driver): Adjusted for the change of struct font_driver.
11730 (compare_font_names): New function.
11731 (xfont_list_pattern): Sort font names case insensitively. Make
11732 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11733 (xfont_list): Return a list, not vector.
11734 (xfont_match): If the font doesn't have QCname property, generate
11735 a name from the other font properties.
11736 (xfont_open): Return a font-object. Adjusted for the change of
11737 struct font. Get underline_thickness and underline_position from
11738 font property. Don't update dpyinfo->smallest_font_height and
11739 dpyinfo->smallest_char_width.
11740 (xfont_close): Don't free struct font.
11741 (xfont_prepare_face): Adjusted for the change of struct font.
11742 (xfont_done_face): Deleted.
11743 (xfont_has_char): Adjusted for the change of struct font.
11744 (xfont_encode_char, xfont_draw): Likewise.
11745 (xfont_check): New function.
11746
11747 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11748 callback function.
11749 (xftfont_match): Adjusted for the format change of font-entity.
11750 (xftfont_open): Adjusted for the format change of font-entity and
11751 font-object. Adjusted for the change of struct font. Return a
11752 font-object. Don't update dpyinfo->smallest_font_height and
11753 dpyinfo->smallest_char_width.
11754 (xftfont_close): Block input while calling XftFontClose.
11755 (xftfont_prepare_face): Don't block input while calling
11756 xftfont_get_colors. Adjusted for the change of struct font.
11757 (xftfont_shape): Return value of error case fixed.
11758
11759 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11760
11761 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11762 conditionals.
11763 (FONT_WIDTH): Return (f)->max_width.
11764 (struct x_display_info): Delete member `font'.
11765 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11766 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11767 (struct x_output): Change type of `font' to `struct font *'.
11768
11769 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11770 conditionals. Don't check enable_font_backend. Delete all codes
11771 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11772 (x_per_char_metric, x_encode_char): Deleted.
11773 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11774 (x_compute_glyph_string_overhangs): Adjusted for the change of
11775 `struct face'.
11776 (x_draw_glyph_string_foreground)
11777 (x_draw_composite_glyph_string_foreground): Likewise.
11778 (x_draw_glyph_string): Likewise. Use font->underline_position and
11779 font->underline_thickness.
11780 (x_new_font): Renamed from x_new_fontset2.
11781 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11782 (x_check_font): Call `check' method of a font driver.
11783 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11784 (x_query_font, x_get_font_repertory): Deleted.
11785 (x_find_ccl_program): Renamed and moved to xfont.c.
11786 (x_redisplay_interface): Adjusted for the change of `struct
11787 redisplay_interface'.
11788
11789 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11790 conditionals. Don't check enable_font_backend. Delete all codes
11791 used only when USE_FONT_BACKEND is not defined. Surround non-used
11792 code by "#ifdef OLD_FONT" and "endif".
11793 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11794
11795 * w32font.h (struct w32font_info): New member.
11796 (FONT_COMPAT): New macro.
11797 (w32font_open_internal): Prototype adjusted.
11798
11799 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11800 OLD_FONT" and "endif".
11801
11802 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11803 conditionals. Don't check enable_font_backend. Delete all codes
11804 used only when USE_FONT_BACKEND is not defined.
11805 (w32font_open): Return a font-object. Make a font-object by
11806 font_make_object. Adjusted for the change of struct w32font_info.
11807 (w32font_close): Don't free struct font. Adjusted for the change
11808 of struct w32font_info.
11809 (w32font_encode_char, w32font_text_extents, w32font_draw):
11810 Adjusted for the change of struct w32font_info.
11811 (w32font_draw): Likewise.
11812 (w32font_list_internal): Return a list, not vector.
11813 (w32font_open_internal): Change the 4th arg to font-object.
11814 Adjusted for the change of struct w32font_info and font-object format.
11815 (add_font_name_to_list): Don't downcase names.
11816 (w32_enumfont_pattern_entity): Make a font-entity by
11817 font_make_entity. Adjusted for the format change of font-entity.
11818 Use FONT_SET_STYLE to set a style-related font property. If a
11819 font is scalable, set avgwidth property to 0. Set font-entity
11820 property by font_put_extra.
11821 (font_matches_spec): Adjusted for the format change of font-entity.
11822 (w32_weight_table, w32_decode_weight): New variables.
11823 (w32_encode_weight): New function.
11824 (fill_in_logfont): Adjusted for the format change of font-spec.
11825 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11826 weight value.
11827 (w32font_driver): Adjusted for the change of struct font_driver.
11828
11829 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11830 conditionals. Don't check enable_font_backend. Surround non-used
11831 code by "#ifdef OLD_FONT" and "endif".
11832 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11833 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11834
11835 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11836 conditionals. Don't check enable_font_backend. Delete all codes
11837 used only when USE_FONT_BACKEND is not defined. Surround non-used
11838 code by "#ifdef OLD_FONT" and "endif".
11839
11840 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11841 (uniscribe_open): Return value changed to font-object.
11842 Adjusted for the format change of font-object.
11843 (uniscribe_otf_capability): Adjusted for the change of struct font.
11844 (add_opentype_font_name_to_list): Don't downcase names.
11845 (uniscribe_font_driver): Adjusted for the change of struct
11846 font_driver.
11847
118482008-05-13 Chong Yidong <cyd@stupidchicken.com>
11849
11850 * dispnew.c (update_frame_1): Check if tty output is still valid
11851 before flushing it.
11852
118532008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11854
11855 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11856 to Gtk+ menus.
11857
118582008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * dired.c (file_name_completion): Tweak the code so as to always do it
11861 in a single pass. Tighten the scope of some variables.
11862
11863 * dired.c (Qdefault_directory): New var.
11864 (file_name_completion): Use it instead of Fexpand_file_name.
11865 (syms_of_dired): Initialize it.
11866
118672008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 * fileio.c (double_dollars): Remove dead code.
11870
118712008-05-10 Eli Zaretskii <eliz@gnu.org>
11872
11873 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11874 Mention w32-get-true-file-attributes in doc string.
11875
11876 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11877
118782008-05-09 Glenn Morris <rgm@gnu.org>
11879
11880 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11881 2008-04-23.
11882
118832008-05-09 Eli Zaretskii <eliz@gnu.org>
11884
11885 Support for reporting owner and group of each file on MS-Windows:
11886 * dired.c (stat_uname, stat_gname): New functions, with special
11887 implementation for w32.
11888 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11889
11890 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11891 (dflt_group_name): New static variable.
11892 (dflt_group): Rename from the_group.
11893 (init_user_info): Init dflt_group fields. Get user's group name
11894 from LookupAccountSid.
11895 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11896 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11897 New initialization states.
11898 (globals_of_w32): Initialize them to zero. Initialize the default
11899 group name to "None".
11900 (GetFileSecurity_Name): New global var, the name of the function
11901 to call for GetFileSecurity.
11902 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11903 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11904 (get_file_security, get_security_descriptor_owner)
11905 (get_security_descriptor_group, is_valid_sid)
11906 (get_file_security_desc, get_rid, get_name_and_id)
11907 (get_file_owner_and_group): New functions.
11908 (stat): Use get_file_security_desc and get_file_owner_and_group to
11909 report the owner and primary group of each file. Don't ignore the
11910 high 32 bits of file's size, now that st_size is 64-bit wide.
11911 Fix test when to get true file attributes.
11912 (init_user_info): Use get_rid instead of equivalent inline code.
11913 (fstat): Don't ignore the high 32 bits of file's size.
11914
119152008-05-09 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * image.c (png_load): Use correct bit-depth for setting background
11918 color.
11919
119202008-05-08 Eli Zaretskii <eliz@gnu.org>
11921
11922 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11923 epa-hook.elc.
11924
119252008-05-08 Juanma Barranquero <lekktu@gmail.com>
11926
11927 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11928
119292008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11930
11931 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11932 because the original parameters are in pure storage now.
11933 (mac_window): Remove unused params. Update callers.
11934
119352008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 * lread.c (substitute_object_recurse): Use lower-level primitives.
11938 Don't signal errors when traversing sub-char-tables.
11939 Don't loop over all the possible characters when traversing char-tables.
11940
11941 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11942 just like we do in print.c.
11943
119442008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * minibuf.c (Ftry_completion): Remove code left over from when we used
11947 scmp instead of Fcompare_strings.
11948
119492008-05-04 Juanma Barranquero <lekktu@gmail.com>
11950
11951 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11952
119532008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11954
11955 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11956 Create bitmap context in native byte order.
11957
11958 * macterm.c (XDrawLine)
11959 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11960 context in native byte order.
11961
119622008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11963
11964 * config.in: Regenerate.
11965
11966 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11967 New definitions for Image I/O support.
11968 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11969 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11970 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11971 (mac_data_provider_release_data, image_load_image_io)
11972 [USE_MAC_IMAGE_IO]: New functions.
11973 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11974 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11975 (init_image_func_pointer) [MAC_OSX]: Remove function.
11976 (image_load_quartz2d) [MAC_OSX]: Check availability of
11977 CGImageCreateWithPNGDataProvider at compile time.
11978 Use lowercase `false' for boolean constant.
11979 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11980 Use image_load_image_io.
11981 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11982 Don't check MyCGImageCreateWithPNGDataProvider.
11983 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11984 Don't call init_image_func_pointer.
11985
11986 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11987
11988 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11989 Make variable non-static.
11990 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11991 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11992
11993 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11994 (RED_FROM_ULONG): Mask off higher bits.
11995 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11996
11997 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11998 Include AvailabilityMacros.h.
11999 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
12000 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
12001
120022008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * chartab.c (Fset_char_table_range): If range is t, really set all
12005 chars to that value.
12006
120072008-05-03 Eli Zaretskii <eliz@gnu.org>
12008
12009 * dired.c (Ffile_attributes): Don't allow the device number become
12010 negative.
12011
120122008-05-02 Daiki Ueno <ueno@unixuser.org>
12013
12014 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
12015
120162008-05-02 Juri Linkov <juri@jurta.org>
12017
12018 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
12019 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
12020 DEFAULT argument as a list of default values in docstrings.
12021
120222008-05-01 Chong Yidong <cyd@stupidchicken.com>
12023
12024 * puresize.h (BASE_PURESIZE): Increase to 1210000.
12025
120262008-05-01 Martin Rudalics <rudalics@gmx.at>
12027
12028 * dispnew.c (change_frame_size_1): Preserve small windows when
12029 shrinking frames by calling set_window_height|width with third
12030 arg 2.
12031
12032 * window.h (struct window): Replace field too_small_ok by field
12033 resize_proportionally.
12034
12035 * window.c (make_window): Initialize resize_proportionally.
12036 (enlarge_window): Temporarily set resize_proportionally to make
12037 sure that shrink_windows does scale the window proportionally.
12038 (shrink_windows): When window has resize_proportionally set try
12039 to shrink it proportionally by stealing from other windows.
12040 (struct saved_window, Fset_window_configuration)
12041 (compare_window_configurations): Handle resize_proportionally.
12042 (WINDOW_TOTAL_SIZE): New macro.
12043 (window_min_size, shrink_windows, size_window): Use it.
12044 (check_min_window_sizes): Remove. Invalid values of
12045 window-min-height|width are handled by window_min_size_2 now.
12046 (size_window, Fsplit_window, enlarge_window)
12047 (adjust_window_trailing_edge, grow_mini_window): Don't call
12048 check_min_window_sizes.
12049 (window_min_size_2, window_min_size_1, window_min_size):
12050 New argument safe_p for retrieving "safe" minimum sizes.
12051 (Fdisplay_buffer, Fsplit_window, enlarge_window)
12052 (adjust_window_trailing_edge, grow_mini_window):
12053 Adjust arguments of window_min_size... functions.
12054 (shrink_windows): Argument min_size removed. New argument
12055 safe_p allows shrinking windows to their safe minimum sizes.
12056 Calculate minimum size and decide whether a window shall be
12057 deleted for each window individually.
12058 (size_window): When nodelete_p equals 2, tell shrink_windows to
12059 delete windows only if their new minimum size is no more safe.
12060 (shrink_window_lowest_first): Call window_min_size_1 to make
12061 sure to preserve modeline of bottom-most window when resizing
12062 the minibuffer.
12063 (Fset_window_configuration, Fcurrent_window_configuration)
12064 (compare_window_configurations): Do not handle
12065 window-min-height|width any more.
12066 (syms_of_window): Clarify window-min-height|width doc-strings.
12067
120682008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * dired.c (file_name_completion): Fix up the encoding/decoding issue
12071 some more. Copy some of the code from Ftry_completions.
12072 Remove special case code that dates back to initial revision when the
12073 slash was only added when necessary and that can't trigger nowadays.
12074
120752008-04-27 Kenichi Handa <handa@m17n.org>
12076
12077 * font.c (font_prop_validate): Signal `error' instead of `font'.
12078
120792008-04-29 Jason Rumney <jasonr@gnu.org>
12080
12081 * w32fns.c (Fw32_battery_status): New defun.
12082 (syms_of_w32fns): Defsubr it.
12083
120842008-04-28 Andreas Schwab <schwab@suse.de>
12085
12086 * dired.c (file_name_completion): Fix another mixing of encoded
12087 and decoded names.
12088
120892008-04-28 Juanma Barranquero <lekktu@gmail.com>
12090
12091 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
12092
120932008-04-27 Juanma Barranquero <lekktu@gmail.com>
12094
12095 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
12096
120972008-04-27 Andreas Schwab <schwab@suse.de>
12098
12099 * dired.c (file_name_completion): Fix inappropriate mixing of
12100 encoded and decoded names.
12101
12102 * xterm.c (XTread_socket): Fix use of uninitialized variable.
12103
12104 * puresize.h (BASE_PURESIZE): Increase to 1200000.
12105
121062008-04-26 Eli Zaretskii <eliz@gnu.org>
12107
12108 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
12109 2008-03-31, it's not needed anymore with `struct stat' definition
12110 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
12111 for the same reasons.
12112
121132008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
12114
12115 * m/sparc.h: Additional redefinitions for GNU/Linux.
12116
121172008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12118
12119 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
12120 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
12121 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
12122 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
12123 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12124 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
12125 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12126 Likewise.
12127
12128 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
12129 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
12130 (mac_ax_number_of_characters): Add externs.
12131 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12132 [USE_MAC_TSM]: Likewise.
12133 (mac_handle_text_input_event) [MAC_OSX]:
12134 Handle kEventTextInputOffsetToPos for no active input area case.
12135 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12136 (mac_handle_document_access_event)
12137 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
12138 (install_application_handler) [MAC_OSX]: Register handlers for
12139 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12140 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12141 Register mac_handle_document_access_event.
12142
12143 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
12144 Make functions non-static.
12145
121462008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
12149 (read_file_name_completion_ignore_case, insert_default_directory)
12150 (Qdefault_directory): Move to minibuffer.el.
12151 (Fread_file_name): Call the new `read-file-name' instead.
12152
121532008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12154
12155 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12156 Make function non-static.
12157 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12158 Remove function.
12159 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12160 Move to mactoolbox.c.
12161 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12162
12163 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12164 (mac_rect_make): New macro.
12165
12166 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12167 instead of float.
12168 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12169 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12170 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12171 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12172 CGRectMake.
12173 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12174 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12175 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12176 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12177 instead of WindowRef in argument type.
12178 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12179 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12180 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12181 instead of DISPLAY. All uses changed.
12182 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12183 (x_calc_absolute_position): Simplify so as not to use
12184 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12185
12186 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12187 instead of WindowRef in argument type.
12188 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12189 [TARGET_API_MAC_CARBON]: Remove externs.
12190 (create_apple_event, mac_event_parameters_to_lisp)
12191 [TARGET_API_MAC_CARBON]: Add externs.
12192
12193 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12194 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12195 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12196 is clicked.
12197 (x_activate_menubar): Remove extern for saved_menu_event_location.
12198 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12199 Move from mac.c.
12200
122012008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12202
12203 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12204 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12205
122062008-04-23 Jason Rumney <jasonr@gnu.org>
12207
12208 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12209 attributes only for local files.
12210
12211 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12212 default to Qlocal.
12213
122142008-04-22 Juri Linkov <juri@jurta.org>
12215
12216 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12217 read-buffer-to-switch instead of using the letter "B".
12218
122192008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * fileio.c (Qdefault_directory): New variable.
12222 (Fread_file_name): Use it to pass `dir' to the completion functions.
12223
122242008-04-20 Chong Yidong <cyd@stupidchicken.com>
12225
12226 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12227
122282008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * keyboard.c (Vpre_help_message): Remove.
12231 (show_help_echo): Remove default C code.
12232
12233 * dired.c (directory_files_internal, file_name_completion):
12234 Only call ENCODE_FILE if the string is indeed decoded.
12235
122362008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * Makefile.in (TOOLKIT_DEFINES): Remove.
12239 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12240
122412008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12242
12243 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12244 (mactoolbox.o): New target.
12245
12246 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12247 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12248
12249 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12250 Use mac_set_frame_window_background instead of XSetWindowBackground.
12251 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12252 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12253 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12254 instead of SetWindowTitleWithCFString.
12255 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12256 Move function to mactoolbox.c.
12257 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12258 Use mac_set_window_modified instead of SetWindowModified.
12259 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12260 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12261 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12262 FrontNonFloatingWindow. Use mac_activate_window instead of
12263 ActivateWindow. Use mac_active_non_floating_window instead of
12264 ActiveNonFloatingWindow.
12265 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12266 Use mac_show_hourglass and mac_hide_hourglass.
12267 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12268 instead of GetGlobalMouse.
12269 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12270 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12271 Use mac_bring_window_to_front instead of BringToFront.
12272 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12273 mactoolbox.c.
12274 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12275 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12276 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12277 mactoolbox.c.
12278
12279 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12280 (XtPointer): Move typedef from macmenu.c.
12281 (enum button_type): Move enum from macmenu.c.
12282 (widget_value): Move typedef from macmenu.c.
12283 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12284 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12285 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12286 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12287 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12288 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12289 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12290 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12291 (Selection): Move typedef from macselect.c.
12292 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12293 macterm.c.
12294 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12295 (mac_is_window_collapsed, mac_bring_window_to_front)
12296 (mac_send_window_behind, mac_hide_window, mac_show_window)
12297 (mac_collapse_window, mac_front_non_floating_window)
12298 (mac_active_non_floating_window, mac_activate_window)
12299 (mac_move_window_structure, mac_move_window, mac_size_window)
12300 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12301
12302 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12303 (enum mac_menu_kind): Move enum to mactoolbox.c.
12304 (min_menu_id): Move variable to mactoolbox.c.
12305 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12306 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12307 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12308 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12309 [TARGET_API_MAC_CARBON]: Likewise.
12310 (XtPointer): Move typedef to macgui.h.
12311 (enum button_type): Move enum to macgui.h.
12312 (widget_value): Move typedef to macgui.h.
12313 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12314 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12315 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12316 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12317 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12318 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12319 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12320 (popup_activated_flag): Make variable non-static.
12321 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12322 (add_menu_item, fill_menu, dispose_menus):
12323 Move functions to mactoolbox.c.
12324 (restore_show_help_function, menu_target_item_handler)
12325 (install_menu_target_item_handler, mac_handle_dialog_event)
12326 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12327 [TARGET_API_MAC_CARBON]: Likewise.
12328 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12329 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12330 (find_and_call_menu_selection, name_is_separator): Make function
12331 non-static.
12332 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12333 to mactoolbox.c.
12334 (set_frame_menubar): Don't call install_menu_quit_handler.
12335 (menu_item_selection): New variable.
12336 (mac_menu_show): Use create_and_show_popup_menu.
12337 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12338 selection but set variable menu_item_selection. All uses changed.
12339 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12340 Call install_menu_quit_handler. Move to mactoolbox.c.
12341
12342 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12343 (Selection): Move typedef to macgui.h.
12344 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12345 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12346 Make variables non-static.
12347 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12348 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12349 Make functions non-static.
12350 (Vmac_service_selection) [MAC_OSX]: Likewise.
12351 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12352 (mac_valid_selection_target_p, mac_clear_selection)
12353 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12354 (mac_put_selection_value, mac_selection_has_target_p)
12355 (mac_get_selection_value, mac_get_selection_target_list)
12356 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12357 Move functions to mactoolbox.c.
12358 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12359 Likewise.
12360 (copy_scrap_flavor_data, mac_handle_service_event)
12361 (install_service_handler) [MAC_OSX]: Likewise.
12362 (syms_of_macselect) <Vmac_dnd_known_types>:
12363 Use mac_dnd_default_known_types.
12364
12365 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12366 Move to mactoolbox.c.
12367 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12368 (Fx_selection_owner_p): Add EXFUN.
12369 (install_window_handler, remove_window_handler, XSetWindowBackground):
12370 Remove externs.
12371 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12372 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12373 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12374 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12375 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12376 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12377 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12378 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12379 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12380 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12381 (mac_valid_selection_target_p, mac_clear_selection)
12382 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12383 (mac_put_selection_value, mac_selection_has_target_p)
12384 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12385 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12386 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12387 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12388 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12389 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12390 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12391 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12392 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12393
12394 * mactoolbox.c: New file.
12395
123962008-04-18 Jason Rumney <jasonr@gnu.org>
12397
12398 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12399
124002008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * character.c (Fmultibyte_char_to_unibyte):
12403 Return latin1 chars unchanged.
12404
12405 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12406 relocated if it points to `name'.
12407
124082008-04-17 Kenichi Handa <handa@m17n.org>
12409
12410 * data.c (Faset): Allow setting a multibyte character in an
12411 ASCII-only unibyte string.
12412
12413 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12414
124152008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12416
12417 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12418 done in config.h.
12419
124202008-04-16 Juanma Barranquero <lekktu@gmail.com>
12421
12422 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12423 (Fchar_direction): Add usage in the docstring.
12424
124252008-04-15 Chong Yidong <cyd@stupidchicken.com>
12426
12427 * keyboard.c (read_key_sequence): Remove always-true checks.
12428
124292008-04-14 Jason Rumney <jasonr@gnu.org>
12430
12431 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12432 compatibility struct, for better underline positioning.
12433
124342008-04-13 David Hansen <david.hansen@gmx.net>
12435
12436 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12437 string.
12438
124392008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12440
12441 * m/hp800.h (XUINT, XSET): Remove.
12442
124432008-04-12 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12446 previous change.
12447
124482008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12451 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12452
124532008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * keymap.h (map_keymap_canonical): Declare.
12456 * xmenu.c (single_keymap_panes): Use it.
12457
124582008-04-11 Glenn Morris <rgm@gnu.org>
12459
12460 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12461 set the target's value to that of the alias.
12462
124632008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * term.c (set_tty_color_mode): Left over typo.
12466
124672008-04-10 Michael Albinus <michael.albinus@gmx.de>
12468
12469 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12470 only after check for file name handler functions. Signal, when
12471 native functionality is not supported.
12472 (syms_of_fileio): Declare it unconditionally.
12473
124742008-04-10 Jason Rumney <jasonr@gnu.org>
12475
12476 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12477 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12478
12479 * w32.c (logon_network_drive): Also logon to remote drives that
12480 are mapped to drive letters.
12481
124822008-04-10 Glenn Morris <rgm@gnu.org>
12483
12484 * xdisp.c (truncate-partial-width-windows): Doc fix.
12485
124862008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12489 Move functions to minibuffer.el.
12490 (syms_of_fileio): Don't declare them.
12491
124922008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12495 (syms_of_minibuf): Remove its initialization.
12496
12497 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12498
124992008-04-09 Juanma Barranquero <lekktu@gmail.com>
12500
12501 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12502
125032008-04-09 Jason Rumney <jasonr@gnu.org>
12504
12505 * makefile.w32-in (distclean): Delete makefile too.
12506 (maintainer-clean): New target.
12507
12508 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12509
12510 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12511 for new font backend and composite cases.
12512
125132008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12514
12515 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12516 Most of the code moved to run_timers.
12517 (do_pending_atimers): Call run_timers.
12518 (run_timers): New function.
12519
12520 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12521 run atimers.
12522
12523 * process.c (wait_reading_process_output): The same as above.
12524
125252008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * minibuf.c (last_exact_completion): Remove variable.
12528 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12529 (complete_and_exit_1, complete_and_exit_2)
12530 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12531 (Fdisplay_completion_list, display_completion_list_1)
12532 (Fminibuffer_completion_help, Fself_insert_and_exit)
12533 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12534 minibuffer.el.
12535 (syms_of_minibuf): Remove corresponding initializations.
12536
12537 * keyboard.c (Qdeactivate_mark): New var.
12538 (command_loop_1): Use it to call `deactivate-mark'.
12539 (syms_of_keyboard): Initialize it.
12540
12541 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12542 to another frame.
12543 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12544 Don't call set_tty_color_mode.
12545 (store_frame_param): Reset previous_frame rather than call
12546 set_tty_color_mode.
12547 * term.c (set_tty_color_mode): Rewrite.
12548 * dispextern.h (set_tty_color_mode): New type.
12549 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12550
125512008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12554 for generic chars, which do not exist any more in emacs-unicode.
12555
125562008-04-08 Michael Albinus <michael.albinus@gmx.de>
12557
12558 * coding.c (detect_coding_emacs_mule)
12559 (Ffind_operation_coding_system): Fix typo.
12560
125612008-04-08 Jason Rumney <jasonr@gnu.org>
12562
12563 * w32uniscribe.c (SNAME): Extract only symbol name.
12564
12565 * w32font.h (struct w32_metric_cache): New struct.
12566 (w32font_info): Use it.
12567 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12568 (CACHE_BLOCKSIZE): New constants.
12569
12570 * w32font.c (Qja, Qko, Qzh): New symbols.
12571 (syms_of_w32font): Initialise them.
12572 (font_matches_spec): Use them to filter by language.
12573 (recompute_cached_metrics): Remove function.
12574 (compute_metrics, clear_cached_metrics): New functions.
12575 (w32font_encode_char): Use them to manage metric cache.
12576 (w32font_text_extents): Cache metrics for all glyphs on demand.
12577 Delay converting glyph indices to WORD until needed.
12578 (w32font_open_internal): Initialize metric cache to empty.
12579 (registry_to_w32_charset): Charset should always be a symbol.
12580 (fill_in_logfont, list_all_matching_fonts): Family should
12581 always be a symbol.
12582
125832008-04-06 Jason Rumney <jasonr@gnu.org>
12584
12585 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12586 Give up if glyph indices not supported. Use uniscribe obtained
12587 ABC widths for individual metrics. Map glyph clusters back to
12588 characters using fClusterStart flag. Return number of glyphs
12589 produced, not chars processed.
12590 (uniscribe_shape): Map char at FROM to current glyph.
12591
125922008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12593
12594 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12595 Use SetMenuItemHierarchicalMenu.
12596
125972008-04-05 Jason Rumney <jasonr@gnu.org>
12598
12599 * image.c (pbm_load): Allow color values up to 65535.
12600 Throw an error if max_color_idx is outside the supported range.
12601 Report an error when image size is invalid.
12602 Read two bytes at a time when raw images have max_color_idx above 255.
12603
126042008-04-05 Eli Zaretskii <eliz@gnu.org>
12605
12606 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12607 cFileName a file name that includes `?' characters, use the 8+3
12608 alias in cAlternateFileName instead.
12609
126102008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12611
12612 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12613 append "CCL: Quitted" when the CCL program is quitted.
12614 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12615
12616 * ccl.h (struct ccl_program): New member quit_silently.
12617
126182008-04-05 Chong Yidong <cyd@stupidchicken.com>
12619
12620 * search.c (compile_pattern_1): Treat non-nil and non-string of
12621 search-spaces-regexp as nil.
12622
12623 * minibuf.c (Fassoc_string): Tweak docstring.
12624
126252008-04-05 Eli Zaretskii <eliz@gnu.org>
12626
12627 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12628 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12629 2008-03-14 to force inode be positive.
12630
12631 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12632 _S_* ones, since we now use our own sys/stat.h.
12633 (stat, fstat): Don't mangle the inode number.
12634 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12635
126362008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * frame.h (struct frame): Give one more bit to `visible' since we use
12639 values larger than 1 to indicate obscured frames on ttys.
12640
12641 * keymap.c (Qkeymap_canonicalize): New var.
12642 (Fmap_keymap_internal): New fun.
12643 (describe_map): Use keymap-canonicalize.
12644
12645 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12646 (Fundo_boundary): Set them.
12647 (syms_of_undo): Initialize them.
12648 (record_point): Use them instead of last_point_position*.
12649 (last_undo_buffer): Change type.
12650
126512008-04-04 Jason Rumney <jasonr@gnu.org>
12652
12653 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12654 (recompute_cached_metrics): Don't set ascent and descent per char.
12655
12656 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12657 (uniscribe_check_otf): Add GC protection before consing.
12658 Rearrange loop for counting features.
12659
126602008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12663 buffer with byte-size of source buffer.
12664
126652008-04-03 Chong Yidong <cyd@stupidchicken.com>
12666
12667 * callint.c (Fcall_interactively): Handle temporary region even
12668 when shift-select-mode is off.
12669
126702008-04-03 Jason Rumney <jasonr@gnu.org>
12671
12672 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12673
126742008-04-03 Kenichi Handa <handa@m17n.org>
12675
12676 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12677 (CATEGORY_MASK_UTF_16): Likewise.
12678 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12679 binary file.
12680 (detect_coding): Add null-byte detection for a binary file.
12681 (detect_coding_system): Likewise.
12682
126832008-04-03 Jason Rumney <jasonr@gnu.org>
12684
12685 * w32uniscribe.c: New file.
12686
12687 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12688
12689 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12690
12691 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12692 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12693 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12694 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12695 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12696 (Qphonetic): New symbols.
12697 (syms_of_w32font): Initialize them.
12698 (font_supported_scripts): Use them.
12699 (w32font_list_family): List all charsets.
12700 (w32font_text_extents, recompute_cached_metrics): Fix metric
12701 calculations.
12702 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12703 Give opentype fonts their own format.
12704 (font_matches_spec): New arguments backend and logfont.
12705 Handle :otf spec for uniscribe backend.
12706 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12707 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12708
12709 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12710 font backend.
12711 (globals_of_w32fns): Initialize uniscribe font backend.
12712
12713 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12714 dependencies.
12715 (w32uniscribe.$(O)): New file to build.
12716 (FONT_OBJ): Include w32uniscribe.$(O).
12717 (LIBS): Add uniscribe libraries.
12718
12719 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12720
127212008-04-02 Chong Yidong <cyd@stupidchicken.com>
12722
12723 * callint.c (Vshift_select_mode): New var.
12724 (Finteractive): Document new ^ spec.
12725 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12726 is present.
12727
12728 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12729 (command_loop_1): Avoid running the direct display versions of
12730 forward-char and backward-char if shift-selection may occur.
12731 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12732 shift-translation takes place.
12733
12734 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12735 avoid clobbering by define-minor-mode.
12736
12737 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12738 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12739
12740 * syntax.c (Fforward_word): Add ^ interactive spec.
12741
12742 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12743 (Fscroll_right): Add ^ interactive spec.
12744
127452008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12748
12749 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12750
12751 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12752
127532008-03-31 Juri Linkov <juri@jurta.org>
12754
12755 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12756
127572008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12758
12759 * gtkutil.c (xg_set_geometry): Fix indentation.
12760 (xg_resize_outer_widget): Remove.
12761 (x_wm_size_hint_off): Fix indentation.
12762 (xg_frame_set_char_size): Call flush_and_sync after
12763 gtk_window_resize.
12764 (x_wm_set_size_hint): Pass NULL as geometry window to
12765 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12766 Add menu bar and tool bar height to base height.
12767 (xg_update_frame_menubar, free_frame_menubar)
12768 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12769 (update_frame_tool_bar, free_frame_tool_bar):
12770 Change xg_resize_outer_widget to xg_frame_set_char_size.
12771
127722008-03-30 Michael Albinus <michael.albinus@gmx.de>
12773
12774 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12775 (Fdbus_call_method): New parameter TIMEOUT.
12776 (dbus-send-signal): Optimize UNGCPRO call.
12777
127782008-03-29 Juri Linkov <juri@jurta.org>
12779
12780 * window.c (Fdisplay_buffer): Move call to
12781 Vsplit_window_preferred_function out of conditions that check
12782 if window is eligible for vertical splitting.
12783 When Vsplit_window_preferred_function is non-nil, call it and use
12784 its non-nil return value as window. Otherwise, continue doing
12785 vertical splitting using Fsplit_window with arg horflag=nil.
12786 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12787 default value from `split-window' to nil.
12788
127892008-03-29 Juri Linkov <juri@jurta.org>
12790
12791 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12792 for interactive code letters 'b' and 'B'.
12793
127942008-03-29 Eli Zaretskii <eliz@gnu.org>
12795
12796 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12797 multibyte string.
12798
127992008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * keyboard.c (pending_funcalls): New var.
12802 (timer_check): Run it.
12803 (syms_of_keyboard): Initialize it.
12804 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12805 (Vdelete_terminal_functions): New vars.
12806 (syms_of_terminal): Initialize them.
12807 (Fdelete_terminal): Run delete-terminal-functions.
12808 * xdisp.c (safe_eval): Rewrite.
12809 (safe_call2): New fun.
12810 * frame.c (Qdelete_frame_functions): New var.
12811 (syms_of_frame): Initialize it.
12812 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12813 * lisp.h (safe_call2, pending_funcalls): Declare.
12814
128152008-03-28 Andreas Schwab <schwab@suse.de>
12816
12817 * indent.c (Fmove_to_column): Move declaration before statements.
12818
128192008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12822 (struct frame): Use bit fields for boolean vars.
12823
12824 * process.c (server_accept_connection): Simplify naming.
12825 (emacs_get_tty_pgrp): Use SDATA.
12826
12827 * coding.c (decode_coding_object): Fix last change.
12828
128292008-03-27 Jason Rumney <jasonr@gnu.org>
12830
12831 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12832
128332008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12834
12835 * charset.c (Fdefine_charset_internal): Change the way of
12836 registering charsets in Vcharset_order_list.
12837 (syms_of_charset): Make the charset `eight-bit' supplementary.
12838
128392008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12840
12841 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12842 operations, to avoid having the difference between pointers
12843 overflow.
12844
128452008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * indent.c (check_display_width): New fun.
12848 (scan_for_column): Use it.
12849
12850 * data.c (syms_of_data): Mark most-positive-fixnum and
12851 most-negative-fixnum as constants.
12852
12853 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12854
12855 * indent.c (scan_for_column): Extract from current_column_1.
12856 Merge with the same code from Fmove_to_column.
12857 (current_column_1, Fmove_to_column): Use it.
12858
128592008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * keymap.c (map_keymap_internal): New fun.
12862 (map_keymap): Use it.
12863 (Fmap_keymap_internal): New fun.
12864 (Fmap_keymap): Remove left-out test from before make_save_value.
12865
12866 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12867
12868 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12869 Use XCAR/XCDR.
12870
12871 * process.h (struct Lisp_Process): Remove filter_multibyte.
12872 * process.c (QCfilter_multibyte): Remove.
12873 (setup_process_coding_systems): Don't use filter_multibyte.
12874 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12875 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12876 (Fset_process_filter_multibyte): Change the coding-system to
12877 approximate the previous behavior.
12878 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12879 coding-system.
12880
12881 * coding.c (decode_coding_object): When not decoding into a buffer,
12882 obey the coding system's preference of (uni|multi)byte.
12883
128842008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12887 every char is changed and has a different byte-length.
12888 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12889 Fix int -> EMACS_INT.
12890
128912008-03-23 David Hansen <david.hansen@gmx.net>
12892
12893 * dbusbind.c (xd_read_message): Remove extra copying of message
12894 strings. Check for NULL `interface' or `member'.
12895
128962008-03-22 Eli Zaretskii <eliz@gnu.org>
12897
12898 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12899 cFileName a file name that includes `?' characters, use the 8+3
12900 alias in cAlternateFileName instead.
12901
129022008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12905
129062008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12909 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12910 work on current_buffer only instead (that was already the case
12911 for some of the code anyway).
12912 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12913 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12914 (SET_PT, SET_PT_BOTH): Adjust.
12915 * intervals.h (set_point, temp_set_point, set_point_both)
12916 (temp_set_point_both): Remove redundant declarations.
12917
129182008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * fileio.c (Finsert_file_contents):
12921 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12922 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12923 when buffer != current_buffer anyway.
12924
129252008-03-20 Andreas Schwab <schwab@suse.de>
12926
12927 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12928 as default.
12929
129302008-03-19 Jason Rumney <jasonr@gnu.org>
12931
12932 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12933 (syms_of_w32fns): Initialize them.
12934 (HOURGLASS_ID): New constant.
12935 (x_window_to_frame): Don't check hourglass_window.
12936 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12937 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12938 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12939 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12940 Only change the cursor if hourglass is not active.
12941 (Fx_create_frame): Initialize frame's current_cursor.
12942 (hourglass_atimer): Remove.
12943 (hourglass_started): New function.
12944 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12945 (show_hourglass): Adapt to w32, changing argument to frame.
12946
12947 * w32term.h (struct w32_output): Remove hourglass_window.
12948 Add current_cursor.
12949
12950 * eval.c (call_debugger, Fsignal):
12951 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12952 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12953 (Fexecute_extended_command, cancel_hourglass_unwind):
12954 * minibuf.c (read_minibuf):
12955 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12956
129572008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * window.c (run_funs): New fun.
12960 (run_window_configuration_change_hook): Use it to run the buffer-local
12961 and the global part of the hook.
12962
12963 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12964 (unwind_format_mode_line): Restore selected window.
12965 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12966
129672008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * editfns.c (Fchar_equal): Check they are valid characters.
12970
12971 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12972
129732008-03-17 Andreas Schwab <schwab@suse.de>
12974
12975 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12976 against a charset.
12977
12978 * lisp.h (Fbuffer_list): Declare.
12979
129802008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12981
aac0c6e3
MR
12982 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12983 handlebox_widget is != 0.
12984
129852008-03-16 Juri Linkov <juri@jurta.org>
12986
12987 * callint.c (Fcall_interactively): For interactive code letters
12988 'b' and 'B' put the buffer list into the list of default "future"
12989 values of the minibuffer.
12990
129912008-03-16 Andreas Schwab <schwab@suse.de>
12992
12993 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12994 modifiers.
12995
12996 * regex.c (re_match_2_internal): Correct matching of a charset
12997 against latin-1 characters.
12998
129992008-03-16 Kenichi Handa <handa@m17n.org>
13000
13001 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
13002 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
13003 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
13004 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
13005 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
13006 CHAR_STRING_ADVANCE.
13007 (produce_chars): Fix for the case that the source and the
13008 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
13009 instead of CHAR_STRING_ADVANCE.
13010 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
13011 STRING_CHAR_ADVANCE.
13012
130132008-03-15 Andreas Schwab <schwab@suse.de>
13014
13015 * regex.c (re_match_2_internal): Correct matching of eight bit
13016 characters in unibyte strings.
13017
130182008-03-15 Martin Rudalics <rudalics@gmx.at>
13019
13020 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
13021 at end of range when it coincides with the end of the buffer.
13022
130232008-03-14 Eli Zaretskii <eliz@gnu.org>
13024
13025 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
13026
13027 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
13028
130292008-03-14 Jason Rumney <jasonr@gnu.org>
13030
13031 * editfns.c (initial_tz): New variable.
13032 (syms_of_editfns): Initialize it.
13033 (Fset_time_zone_rule): Set it when first called.
13034 Use it when TZSTRING is nil.
13035
13036 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
13037 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
13038 (monitor_from_point_fn, get_monitor_info_fn): New globals.
13039 (globals_of_w32fns): Initialize them.
13040 (compute_tip_xy): Use them to position tooltips.
13041
130422008-03-14 Glenn Morris <rgm@gnu.org>
13043
13044 * emacs.c (main): Revert previous change.
13045 (standard_args): Revert -internal-script back to -scriptload,
13046 and remove the long-option form.
13047
130482008-03-13 Glenn Morris <rgm@gnu.org>
13049
13050 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
13051 Remove option -enable-font-backend.
13052
130532008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
13056
130572008-03-11 Jan Djärv <jan.h.d@swipnet.se>
13058
13059 * xterm.c (x_connection_closed): For GTK: If this is the last
13060 terminal just exit without closing the display.
13061
130622008-03-11 Jason Rumney <jasonr@gnu.org>
13063
13064 * w32font.c (w32font_full_name): Use floor to round.
13065
f0131492 130662008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
13067
13068 * sound.c (alsa_configure): Declare vol at beginning of block.
13069
13070 * fontset.c (Ffontset_info): Remove extra semicolon.
13071
130722008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
13075 size of resulting string.
13076
130772008-03-10 Jason Rumney <jasonr@gnu.org>
13078
13079 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
13080
130812008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13082
13083 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13084 Don't pretend as if characters with display property haven't been
13085 consumed for string-replacing-string case.
13086
130872008-03-08 Kim F. Storm <storm@cua.dk>
13088
13089 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
13090 (get_next_display_element, next_element_from_string)
13091 (next_element_from_ellipsis, next_element_from_buffer): Use it.
13092
130932008-03-08 Andreas Schwab <schwab@suse.de>
13094
13095 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
13096
130972008-03-06 Jason Rumney <jasonr@gnu.org>
13098
13099 * w32font.c (w32_registry): Take font_type argument. Use ANSI
13100 when charset not specified. Only translate ANSI to unicode when
13101 font_type is truetype.
13102 (w32font_coverage_ok): New function.
13103 (add_font_entity_to_list): Use it to filter unsuitable fonts.
13104
131052008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13106
13107 * lread.c (Fread_char): Resolve modifiers.
13108 (Fread_char_exclusive): Likewise.
13109
13110 * character.c (char_resolve_modifier_mask): New function.
13111 (char_string): Use char_resolve_modifier_mask.
13112 (Fchar_resolve_modifiers): New function.
13113 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
13114 function.
13115
131162008-03-04 Jason Rumney <jasonr@gnu.org>
13117
13118 * makefile.w32-in: Always include w32font.c in the build.
13119 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
13120
131212008-03-04 Andreas Schwab <schwab@suse.de>
13122
13123 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
13124 (versionclean): Likewise.
13125
131262008-03-04 Juanma Barranquero <lekktu@gmail.com>
13127
13128 * .cvsignore: Add oo.
13129
131302008-03-03 Andreas Schwab <schwab@suse.de>
13131
13132 * coding.c (decode_coding_object): Inhibit gap shrinking while
13133 decoding in place.
13134
131352008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13136
13137 * w32term.c: Remove unused include "gnu.h".
13138 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
13139
13140 * gnu.h: Rename to ...
13141 * emacs-icon.h: ... this.
13142 * xterm.c: Use emacs-icon.h instead of gnu.h.
13143 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
13144
131452008-03-03 Juanma Barranquero <lekktu@gmail.com>
13146
13147 * w32font.c: Include math.h.
13148
131492008-03-03 Jason Rumney <jasonr@gnu.org>
13150
13151 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
13152 Compute options separately.
13153 (w32font_open_internal): Set glyph_idx before caching metrics.
13154
13155 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13156 Define if system headers don't.
13157 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13158 (w32font_encode_char): Don't declare here.
13159
13160 * w32font.c (Quniscribe, QCformat): New symbols.
13161 (syms_of_w32font): Define them.
13162 (w32font_has_char): Indicate uncertainty.
13163 (w32font_encode_char): Encode as glyph point. Make static.
13164 (recompute_cached_metrics): New function.
13165 (w32font_open_internal): Use it. Set font to use glyph points
13166 initially. Set format based on type of font.
13167 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13168 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13169 on it. Set format based on information available here.
13170 (add_font_entity_to_list): Identify backend based on opentype_only.
13171
131722008-03-02 Andreas Schwab <schwab@suse.de>
13173
13174 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13175
13176 * coding.c (decode_coding_big5, produce_chars):
13177 Fix typos in last change.
13178
131792008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13180
13181 * gnu.h: New icon.
13182
131832008-03-02 Kenichi Handa <handa@m17n.org>
13184
13185 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13186 `dos', don't decode '\r' if that is the last in the source.
13187 (decode_coding_utf_16, decode_coding_emacs_mule)
13188 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13189 (decode_coding_raw_text, decode_coding_charset): Likewise.
13190 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13191
131922008-03-01 Jason Rumney <jasonr@gnu.org>
13193
13194 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13195
131962008-03-01 Kim F. Storm <storm@cua.dk>
13197
13198 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13199
132002008-03-01 Jason Rumney <jasonr@gnu.org>
13201
13202 * w32font.c (w32font_full_name): New function.
13203 (w32font_open_internal): Use it.
13204
132052008-03-01 Kim F. Storm <storm@cua.dk>
13206
13207 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13208
132092008-03-01 Jason Rumney <jasonr@gnu.org>
13210
13211 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13212
132132008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13214
13215 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13216 xg_frame_resized when the event is for the edit widget.
13217
13218 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13219
13220 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13221 set_char_size.
13222 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13223 operations on widgets here. Just set frame size if needed.
13224 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13225 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13226 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13227 the whole frame.
13228 (xg_create_tool_bar): Move attachment of the tool bar to
13229 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13230 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13231
132322008-03-01 Jason Rumney <jasonr@gnu.org>
13233
13234 * w32fns.c (w32_msg_pump): Disable debug code.
13235
132362008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13237
13238 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13239
132402008-02-29 Chong Yidong <cyd@stupidchicken.com>
13241
13242 * xdisp.c (next_overlay_string): Don't set
13243 overlay_strings_at_end_processed_p if we're currently reading from
13244 a display string.
13245
132462008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * xdisp.c (get_overlay_strings_1): Fix typo.
13249
132502008-02-29 Chong Yidong <cyd@stupidchicken.com>
13251
13252 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13253
132542008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13255
13256 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13257
13258 * xdisp.c (display_mode_element): Cancel the previous change.
13259 (decode_mode_spec): Likewise.
13260 (handle_auto_composed_prop): Don't make composition if it->string
13261 is a string.
13262
132632008-02-27 Kim F. Storm <storm@cua.dk>
13264
13265 * lisp.h (GLYPH): Change type from int to struct with separate char
13266 and face_id members.
13267 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13268 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13269 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13270 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13271 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13272 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13273 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13274 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13275 handle new Lisp glyph code encoding, either an integer or a cons.
13276
13277 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13278 (GLYPH_ALIAS): Delete.
13279 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13280 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13281 (GLYPH_FROM_CHAR): Replace macro by ...
13282 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13283
13284 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13285 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13286 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13287 (GLYPH_INVALID_P): New macro.
13288 (spec_glyph_lookup_face): Update prototype.
13289
13290 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13291 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13292 new glyph code encoding.
13293 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13294 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13295
13296 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13297 Adapt to new glyph type and new glyph code encoding.
13298
13299 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13300
13301 * indent.c (current_column, current_column_1, Fmove_to_column)
13302 (compute_motion): Adapt to new glyph code encoding.
13303
13304 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13305
133062008-02-27 Chong Yidong <cyd@stupidchicken.com>
13307
13308 * process.c (wait_reading_process_output): Check for window
13309 changes caused by timers.
13310 Suggested by Johan Bockgård.
13311
133122008-02-27 Glenn Morris <rgm@gnu.org>
13313
13314 * emacs.c (USAGE1): Add `--disable-font-backend'.
13315
133162008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13319 is made to the buffer.
13320
133212008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13324 (face_at_string_position):
13325 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13326 (face_at_string_position):
13327 * xdisp.c (display_string, next_overlay_change):
13328 * buffer.h (overlays_at):
13329 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13330 Update callers.
13331
133322008-02-26 Chong Yidong <cyd@stupidchicken.com>
13333
13334 * editfns.c (Fformat): Doc fix.
13335
133362008-02-26 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13339 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13340 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13341
133422008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * buffer.c (Fbuffer_swap_text): New function.
13345 (syms_of_buffer): Defsubr it.
13346
133472008-02-25 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13350
133512008-02-25 Jason Rumney <jasonr@gnu.org>
13352
13353 * w32font.c (w32font_draw): Draw one character at a time when padding.
13354
133552008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13358 Handle a nil arg. Use run_window_configuration_change_hook.
13359 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13360 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13361 Use run_window_configuration_change_hook.
13362
133632008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13364
13365 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13366 1-pixel width.
13367
133682008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13369
13370 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13371 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13372 if the glyph in the font is zero pixel with.
13373
13374 * dispextern.h (struct glyph_string): New member padding_p.
13375
13376 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13377
13378 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13379
13380 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13381
13382 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13383
13384 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13385
133862008-02-25 Jason Rumney <jasonr@gnu.org>
13387
13388 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13389
133902008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 Allow fine-grained image-cache flushing.
13393 * dispextern.h (struct image): Add `dependencies' field.
13394 (clear_image_caches): Change arg to Lisp_Object.
13395 * image.c (make_image): Initialize `dependencies' field.
13396 (clear_image_cache): Change arg to allow fine-grained flushing.
13397 Perform the flush even if image-cache-eviction-delay is nil.
13398 (clear_image_caches): Change arg to Lisp_Object.
13399 (Fclear_image_cache): Expand meaning of the argument.
13400 (mark_image): Mark `dependencies' field.
13401 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13402 (lface_hash): Use XHASH rather than XFASTINT.
13403 (face_at_buffer_position): Fix int -> EMACS_INT position.
13404 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13405 (select_frame_for_redisplay): Remove code duplication.
13406 (redisplay_internal): Adapt arg to call to clear_image_caches.
13407
134082008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13409
13410 * s/vms4-0.h:
13411 * s/vms4-2.h:
13412 * s/vms4-4.h:
13413 * s/vms5-5.h: Remove, unused.
13414
13415 * s/irix5-2.h:
13416 * s/irix6-0.h:
13417 * s/riscos5.h:
13418 * s/mach-bsd4-3.h:
13419 * m/mips4.h: Remove files for obsolete systems.
13420
13421 * Makefile.in:
13422 * filelock.c:
13423 * unexmips.c:
13424 * m/hp9000s300.h:
13425 * m/iris4d.h:
13426 * s/aix3-1.h:
13427 * s/hpux.h:
13428 * s/msdos.h:
13429 * s/usg5-0.h:
13430 * s/usg5-2-2.h:
13431 * s/usg5-2.h:
13432 * s/usg5-3.h: Remove references to obsolete variables.
13433
13434 * s/irix5-0.h: Remove, move all the contents ...
13435 * s/irix6-5.h: ... here. Simplify.
13436 * config.in: Regenerate.
13437
134382008-02-24 Jason Rumney <jasonr@gnu.org>
13439
13440 * w32term.c (x_draw_glyph_string_background): Clear the background
13441 manually when cleartype is in use.
13442 (x_draw_glyph_string_foreground): Draw text transparently when
13443 cleartype is in use.
13444
13445 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13446 a font into it unless we have to.
13447
134482008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13451 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 13452
aac0c6e3
MR
134532008-02-18 Jason Rumney <jasonr@gnu.org>
13454
13455 * w32fns.c (Fw32_shell_execute): Encode parameters.
13456
134572008-02-09 Eli Zaretskii <eliz@gnu.org>
13458
13459 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13460
134612008-02-05 Juanma Barranquero <lekktu@gmail.com>
13462
13463 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13464
134652008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13466
13467 * xterm.c (x_set_offset): Don't change the gravity if
13468 CHANGE_GRAVITY is -1.
13469
134702008-02-23 Chong Yidong <cyd@stupidchicken.com>
13471
13472 * fileio.c (auto_save_error_occurred): New var.
13473 (auto_save_error): Set it.
13474 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13475 error occurred.
13476
134772008-02-23 Eli Zaretskii <eliz@gnu.org>
13478
13479 * w32.c (globals_of_w32): Add initializations for
13480 g_b_init_get_sid_sub_authority and
13481 g_b_init_get_sid_sub_authority_count.
13482
134832008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13486 (font_parse_xlfd): Use them for sanity check.
13487 (Finternal_set_font_style_table): Make sure the table is bijective.
13488
13489 Consolidate the image_cache to the terminal struct.
13490 * termhooks.h (P_): Remove redundant def.
13491 (struct terminal): New field `image_cache'.
13492 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13493 of FRAME_X_IMAGE_CACHE.
13494 * xterm.h (struct x_display_info): Remove image_cache field.
13495 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13496 * w32term.h (struct w32_display_info): Remove image_cache field.
13497 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13498 * macterm.h (struct mac_display_info): Remove image_cache field.
13499 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13500 * xterm.c (x_term_init):
13501 * w32term.c (w32_term_init):
13502 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13503 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13504 Remove declarations.
13505 (clear_image_caches, mark_image_cache): New declarations.
13506 * xfaces.c (clear_face_cache):
13507 * xdisp.c (redisplay_internal): Use clear_image_caches.
13508 * image.c (clear_image_cache): Don't check that a frame is on
13509 a window-system before checking if it shares the same cache.
13510 (clear_image_caches): New function.
13511 (Fclear_image_cache): Use it.
13512 (mark_image): Move from allo.c.
13513 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13514 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13515 (mark_object): Don't call mark_image_cache for frames.
13516 (mark_terminals): Call mark_image_cache.
13517
13518 * lisp.h (Fdelete_terminal): Declare.
13519
13520 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13521 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13522 wrong_type_argument.
13523
135242008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13525
13526 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13527 malayalam.el, and tamil.el. Add sinhala.el.
13528
135292008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * xterm.c (x_connection_closed): Consolidate identical tests.
13532 (x_delete_terminal): Don't crash if called via x_connection_closed.
13533
135342008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13535
13536 * xdisp.c (decode_mode_spec): New arg string.
13537 (display_mode_element): Adjust for the above change.
13538
135392008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * callint.c (Fcall_interactively): Use AREF.
13542
135432008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13546
135472008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13548
13549 * xfns.c (Fx_show_tip): Set string to " " if empty.
13550
135512008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13552
13553 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13554 with Qt.
13555
135562008-02-17 Kenichi Handa <handa@m17n.org>
13557
13558 * ftfont.c (ftfont_shape): Return Lispy number.
13559
13560 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13561 for GCs.
13562 (Finternal_set_font_selection_order): Call font_update_sort_order
13563 only when enable_font_backend is set.
13564 (realize_x_face): Set face->font_info to that of default face only
13565 when enable_font_backend is set.
13566
13567 * xdisp.c (handle_composition_prop): Set it->c to the fist
13568 character of the composed region.
13569 (fill_composite_glyph_string): Set base_face->font_info to
13570 s->font_info. Get a face for ascii from base_face->ascii_face.
13571 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13572 with a face already decided.
13573 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13574 non-negative.
13575 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13576 call font_prepare_composition unconditionally.
13577
13578 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13579
13580 * xterm.h (struct x_display_info): New member font.
13581
13582 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13583 (x_set_mouse_face_gc, x_new_font): Likewise.
13584 (x_term_init): Setup display_info->font.
13585 (x_delete_terminal): Free display_info->font.
13586
13587 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13588
13589 * ftxfont.c (ftxfont_default_fid): Delete it.
13590 (ftxfont_open): Set xfont->fid to 0.
13591 (ftxfont_end_for_frame): Clear data specific to the frame and the
13592 font-driver.
13593
13594 * xftfont.c (xftfont_default_fid): Delete it.
13595 (xftfont_open): Set xfont->fid to 0.
13596
13597 * fontset.c (FONTSET_OBJLIST): New macro.
13598 (fontset_find_font): Update font-object list of the fontset.
13599 (free_realized_fontset): New function.
13600 (free_face_fontset): Call free_realized_fontset.
13601 (Ffont_info): Call font_close_object only when enable_font_backend
13602 is set.
13603
13604 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13605 [HAVE_NTGUI]: Include w32term.h.
13606 [MAC_OS]: Include macterm.ch.
13607 (font_otf_ValueRecord): Use make_number.
13608 (font_finish_cache): Fix handling of reference count.
13609 (font_clear_cache): Update num_fonts.
13610 (font_open_entity): Update smallest_char_width and
13611 smallest_font_height of the frame.
13612 (font_close_object): Update num_fonts.
13613 (Fclear_font_cache): Fix finding the target cache data.
13614
136152008-02-16 Glenn Morris <rgm@gnu.org>
13616
13617 * fontset.c (Finternal_char_font): Fix compilation warning.
13618
136192008-02-16 Eli Zaretskii <eliz@gnu.org>
13620
13621 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13622 instead of char arrays. Enlarge the size of array passed to
13623 get_token_information.
13624
13625 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13626 warnings.
13627
136282008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13629
13630 * .gdbinit: Don't set `args', it breaks gdb --args.
13631
136322008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13635 within a narrowed buffer.
13636
136372008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13638
13639 * coding.c (decode_coding_object, encode_coding_object):
13640 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13641
136422008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13643
13644 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13645 hardcoding 1.
13646 (detect_coding_system):
13647 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13648 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13649 * insdel.c (insert_from_gap):
13650 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13651 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13652 (string_to_multibyte):
13653 * character.c (chars_in_text, multibyte_chars_in_text):
13654 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13655
13656 * character.h (FETCH_STRING_CHAR_ADVANCE)
13657 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13658 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13659 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13660
13661 * casefiddle.c (casify_region): Only call after-change and composition
13662 functions on the part of the region that was changed.
13663
13664 * keyboard.c (read_avail_input):
13665 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13666
136672008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13670 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13671
136722008-02-11 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * w32menu.c (push_submenu_start, push_submenu_end)
13675 (push_left_right_boundary, push_menu_pane, push_menu_item):
13676 * keyboard.c (read_key_sequence): Don't pass args with side effects
13677 to AREF, it fails when compiling with -DENABLE_CHECKING.
13678
136792008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13680
13681 * Makefile.in (${lispsource}international/charprop.el):
13682 Delete this target.
13683
13684 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13685 emacs-unicode-2.
13686
136872008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13690
136912008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 * frame.c (Qnoelisp): New symbol.
13694 (syms_of_frame): Initialize it.
13695 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13696 harmless Elisp code, from a strong `force' from x_connection_closed.
13697 * frame.h (Qnoelisp): Declare.
13698 * xterm.c (x_connection_closed): Pass `noelisp'.
13699
13700 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13701 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13702 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13703 rather than `int' for the type of `type'.
13704
137052008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13706
13707 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13708
13709 * Makefile.in (GNUC): Remove support for gcc-1.x.
13710
137112008-02-10 Richard Stallman <rms@gnu.org>
13712
13713 * lisp.h (ASET): Use AREF, not ASLOT.
13714
137152008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * lisp.h (ASET): Check bounds.
13718
137192008-02-10 Glenn Morris <rgm@gnu.org>
13720
13721 * buffer.c (mode-name): Doc fix.
13722
137232008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13724
13725 * Makefile.in:
13726 * emacs.c:
13727 * gmalloc.c:
13728 * keyboard.c:
13729 * lisp.h:
13730 * m/ibm370aix.h:
13731 * process.c:
13732 * regex.c:
13733 * s/hpux.h:
13734 * sysdep.c:
13735 * sysselect.h:
13736 * systty.h:
13737 * unexec.c:
13738 * w32term.c:
13739 * xsmfns.c:
13740 * xterm.c: Remove code that deals with obsolete variables.
13741
13742 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13743
13744 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13745 nothing else needs it anymore.
13746
137472008-02-09 Eli Zaretskii <eliz@gnu.org>
13748
13749 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13750 instead of unibyte_char_to_multibyte.
13751
137522008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13753
13754 * s/gnu-linux.h: Remove commented out code.
13755
13756 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13757
13758 * Makefile.in: Update what RMS says about using autoconf.
13759 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13760 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13761 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13762 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13763
137642008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * keymap.c (Fkey_description): Move side effect outside of macro call.
13767
13768 * xfaces.c (Finternal_make_lisp_face):
13769 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13770
13771 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13772 (syms_of_fontset): Use ASET.
13773
13774 * fns.c (concat): Move side effect outside of macro call.
13775 (hash_clear): Use ASET.
13776
137772008-02-08 Richard Stallman <rms@gnu.org>
13778
13779 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13780 If FORCE, and frame has a surrogate minibuffer for another frame,
13781 delete the other frame first.
13782
137832008-02-07 Timo Savola <timo.savola@iki.fi>
13784
13785 * xterm.c (x_detect_focus_change): Handle embed client message.
13786 (handle_one_xevent): Ditto.
13787 (handle_one_xevent): If embedded and we get a button press/release,
13788 request focus.
13789 (xembed_set_info, xembed_send_message): New functions.
13790 (x_make_frame_visible): Call xembed_set_info if embedded.
13791 (x_make_frame_invisible): Call xembed_set_info if embedded.
13792 (x_term_init): Initialize Xatom_XEMBED.
13793 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13794 (x_iconify_frame): Ditto.
13795
13796 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13797 (enum xembed_info, enum xembed_message, enum xembed_focus)
13798 (enum xembed_modifier, enum xembed_accelerator): New.
13799 (xembed_set_info, xembed_send_message): Declare.
13800 (FRAME_X_EMBEDDED_P): New.
13801
13802 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13803 gtk_plug_new.
13804
13805 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13806 window ID of a frame.
13807 (x_window): Reparent frame if embedded.
13808 (Fx_create_frame): Don't set border width if embedded.
13809
13810 * emacs.c (USAGE3): Add --parent-id.
13811 (standard_args): Ditto.
13812
138132008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13814
13815 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13816
138172008-02-07 Jim Meyering <meyering@redhat.com>
13818
13819 Use "do...while (0)", not "if (1)...else" in macro definitions.
13820 The latter provokes a warning from gcc about the empty else, when
13821 followed by ";". Also, without that trailing semicolon, it would
13822 silently swallow up any following statement.
13823 * syntax.h (SETUP_SYNTAX_TABLE)
13824 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13825 * buffer.h (DECODE_POSITION): Likewise.
13826 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13827 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13828 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13829 (FETCH_CHAR_ADVANCE): Likewise.
13830 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13831
138322008-02-07 Jim Meyering <meyering@redhat.com>
13833
13834 * lread.c [lint]: Don't include <sys/inode.h>.
13835
138362008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * xselect.c (x_handle_dnd_message):
13839 * xmenu.c (digest_single_submenu, xmenu_show):
13840 * xdisp.c (with_echo_area_buffer_unwind_data)
13841 (format_mode_line_unwind_data, unwind_format_mode_line)
13842 (display_menu_bar):
13843 * eval.c (Ffetch_bytecode):
13844 * doc.c (store_function_docstring):
13845 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13846 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13847 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13848
138492008-02-07 Kenichi Handa <handa@m17n.org>
13850
13851 * ftxfont.c (ftxfont_open): Don't set
13852 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13853
13854 * ftfont.c (ftfont_open): Fix previous change.
13855
138562008-02-06 Jason Rumney <jasonr@gnu.org>
13857
13858 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13859 Use cached metrics for ASCII characters.
13860 (w32font_open_internal): Don't set font's owning_frame.
13861 Cache metrics for ASCII characters.
13862
13863 * w32font.h (struct w32font_info): Add ascii_metrics.
13864 Remove owning_frame.
13865
138662008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13867
13868 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13869 to negative value.
13870
13871 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13872
13873 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13874
13875 * charset.c (syms_of_charset): Set QCtest and Qeq.
13876
138772008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * process.c (Fstart_process):
13880 * callproc.c (Fcall_process): Handle the case where
13881 Funhandled_file_name_directory returns nil.
13882
13883 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13884 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13885 * font.c (check_gstring): Use them and AREF to access the vector before
13886 we know it's really a gstring.
13887 (Ffont_shape_text): Fix typo.
46e722a9 13888 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13889
13890 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13891 Declare.
13892
13893 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13894
138952008-02-05 Jason Rumney <jasonr@gnu.org>
13896
13897 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13898 Set smallest_font_height and smallest_char_width in display info.
13899
139002008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13901
13902 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13903
139042008-02-05 Miles Bader <miles@gnu.org>
13905
13906 * xfaces.c (get_lface_attributes, merge_named_face)
13907 (lookup_named_face, lookup_derived_face, realize_named_face):
13908 Revert 2008-02-01 change by cyd@stupidchicken.com.
13909
139102008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13911
13912 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13913 fallback fonts.
13914 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13915
139162008-02-04 Jason Rumney <jasonr@gnu.org>
13917
13918 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13919 set full_name.
13920 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13921
139222008-02-03 Jason Rumney <jasonr@gnu.org>
13923
13924 * makefile.w32-in (OBJ1): Include font.o here.
13925 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13926
139272008-02-02 Jason Rumney <jasonr@gnu.org>
13928
13929 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13930
139312008-02-01 Jason Rumney <jasonr@gnu.org>
13932
13933 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13934
13935 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13936
139372008-02-01 Andreas Schwab <schwab@suse.de>
13938
13939 * Makefile.in (shortlisp, lisp): Update for rename of
13940 ../lisp/language/myanmar.el.
13941
139422008-02-01 Chong Yidong <cyd@stupidchicken.com>
13943
13944 * xfaces.c (get_lface_attributes): Delete function.
13945 (merge_named_face, lookup_named_face, lookup_derived_face)
13946 (realize_named_face): Call lface_from_face_name directly, and use
13947 the fact that merge_face_vectors does not alter its FROM argument.
13948
139492008-02-01 Jason Rumney <jasonr@gnu.org>
13950
13951 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13952 input in the default locale. Handle non-Unicode multibyte input.
13953
139542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13955
13956 * fontset.c (reorder_font_vector): Exclude nil elements from the
13957 font group. Don't try multiple fonts.
13958 (fontset_font): Adjust for the above change.
13959 (Finternal_char_font): Return nil if the found font doesn't
13960 contain the character ch.
13961
13962 * Makefile.in (lisp, shortlisp): Add cham.el.
13963
139642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13965
13966 * font.h (FONTP): Make it return 1 also for a font-object.
13967
13968 * .gdbinit (xfontset): New function.
13969
13970 * font.c (font_find_for_lface): Check if the character C is
13971 supported or not only for the first font.
13972
13973 * fontset.c (reorder_font_vector): Fix typo.
13974 (fontset_find_font): Don't add a font-spec specifying a script.
13975 Use 0 (not Qt) for the indication of empty font-group. Change the
13976 format of RFONT-DEF. Return Qt if no font in the font-group
13977 support the character.
13978 (fontset_font): Adjust for the above change. If no font was
13979 found the character, remember that.
13980 (face_for_char): Adjust for the change of RFONT-DEF.
13981 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13982 no font for the target.
13983 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13984
139852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13986
13987 * font.c (font_load_for_face): Handle the case that the font in
13988 face->lface is a string.
13989
139902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13991
13992 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13993
139942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13995
13996 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13997 Fix previous change. If the frame is not on a window system,
13998 signal an error.
13999
140002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14001
14002 * coding.c (decode_coding_object, encode_coding_object): Adjust
14003 marker positions after conversion.
14004
14005 * lisp.h (struct Lisp_Marker): New member need_adjustment.
14006
140072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14008
14009 * font.c (font_find_for_lface): Fix the handling of the return
14010 value of font_has_char.
14011 (Ffont_shape_text): Fix previous change.
14012
14013 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
14014 (fontset_ref_and_range): Delete it.
14015 (fontset_find_font): Call char_table_ref_and_range instead of
14016 FONTSET_REF_AND_RANGE.
14017 (make_fontset): Don't setup font groups of Latin here.
14018 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
14019 (new_fontset_from_font): Make the specified font the default for
14020 all Latin characters.
14021
140222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14023
14024 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
14025 is on a window system before accessing the fontset of the frame.
14026
140272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14028
14029 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
14030
14031 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
14032 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
14033
14034 * font.c (Ffont_shape_text): If the font driver doesn't have a
14035 shaper function, make zero-width glyphs to have at least one-pixel
14036 width. Fix setting of `to' field of glyphs.
14037
140382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14039
14040 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
14041 glyphs.
14042
14043 * font.h (struct font_driver): Improve docstring of member `shape'.
14044
140452008-02-01 Kenichi Handa <handa@m17n.org>
14046
14047 * composite.c (syms_of_composite): Fix docstring of
14048 auto-composition-function.
14049
14050 * font.h (LGLYPH_SIZE): New macro.
14051
14052 * font.c (Ffont_fill_gstring): Stop filling when a character not
14053 supported by the font is found.
14054 (Ffont_shape_text): When a shape callback function returns nil,
14055 try at most two more times with larger gstring.
14056 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
14057
14058 * xdisp.c (handle_auto_composed_prop): Change the argument to
14059 auto-composition-function.
14060
14061 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
14062 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
14063 Lispy glyph and store it in the lgstring.
14064
14065 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
14066
14067 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
14068
140692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14070
14071 * font.c (Ffont_shape_text): Avoid unnecessary composition.
14072
14073 * fontset.c (Vfont_encoding_charset_alist): New variable.
14074 (syms_of_fontset): DEFVAR it.
14075 (reorder_font_vector, fontset_find_font): Optimize for the case of
14076 no need of reordering.
14077 (face_for_char): Map the charset property by
14078 Vfont_encoding_charset_alist.
14079
140802008-02-01 Jason Rumney <jasonr@gnu.org>
14081
14082 * w32font.c (logfonts_match): Don't check adstyle here.
14083 (font_matches_spec): Check here against physical font instead.
14084 (add_font_entity_to_list): Avoid some substitutions.
14085
14086 * font.c (font_parse_fcname): Default weight and slant to normal.
14087 (font_score): Prefer normal fonts if weight or slant unspecified.
14088 (font_score) [WINDOWSNT]: Scale weight difference down to closer
14089 match freetype scores.
14090
140912008-02-01 Jason Rumney <jasonr@gnu.org>
14092
14093 * w32font.c (w32font_text_extents): Don't use the frame stored in the
14094 font, as it may have been deleted.
14095 (w32_enumfont_pattern_entity): Map generic family to adstyle using
14096 most common hyphenless variation.
14097 (logfonts_match): Check generic family.
14098 (font_matches_spec): Don't check generic family here.
14099 (fill_in_logfont): Set generic family based on adstyle.
14100
14101 * w32font.h (w32font_get_cache): Update declaration.
14102
141032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14104
14105 * ftfont.c (ftfont_get_cache): Adjust the argument type.
14106
14107 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
14108 If none of the new drivers are available, call font_update_drivers
14109 with the old drivers.
14110
14111 * w32font.c (w32font_get_cache): Adjust the argument type.
14112
14113 * xfont.c (xfont_get_cache): Adjust the argument type.
14114
14115 * font.h (struct font_driver): Change argument type of get_cache.
14116
14117 * xftfont.c (xftfont_start_for_frame): Delete prototype.
14118
14119 * font.c (Ffont_get): Fix arguments to Fassoc.
14120 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
14121 (font_clear_cache): New function.
14122 (font_list_entities, font_matching_entity): Use font_get_cache.
14123 (font_update_drivers): Call font_clear_cache when finishing a driver.
14124
14125 * fontset.c (fontset_find_font): Fix previous change.
14126
141272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14128
14129 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
14130 dpyinfo->font_table.
14131 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
14132 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
14133
14134 * font.c (font_at): Handle the case that the arg C is negative.
14135 Handle the unibyte case.
14136 (Ffont_at): Call font_at with the arg C -1.
14137
14138 * xdisp.c (handle_auto_composed_prop): Don't get a character at
14139 the position here, and call font_at with the arg C -1.
14140 Don't check the range of the existing composition at the point.
14141
141422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14143
14144 * fontset.c (fontset_add): New args charset_id and family.
14145 Change caller.
14146 (load_font_get_repertory, fontset_find_font): Assume that
14147 font_spec is always a font-spec object.
14148 (Fset_fontset_font): Always store a font-spec object in a fontset.
14149
14150 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
14151 instead of get_property_and_range.
14152
141532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14154
14155 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14156 (xftfont_open): Don't keep locking face.
14157 (xftfont_close): Don't unlock face.
14158 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14159
14160 * fontset.c (fontset_find_font): Don't prefer a font of
14161 supplementary charset.
14162
141632008-02-01 Kenichi Handa <handa@m17n.org>
14164
14165 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14166 script, langsys_tag to langsys, new member script.
14167 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 14168 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
14169 listing to the script specified in that property. Fix arg to
14170 OTF_check_features.
14171
141722008-02-01 Jason Rumney <jasonr@gnu.org>
14173
14174 * w32font.h: New file.
14175
14176 * w32font.c: Include it.
14177 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14178 (w32font_open): Set owning_frame.
14179 (w32font_text_extents): Use owning_frame.
14180 (struct font_callback_data): Add opentype_only field.
14181 (add_font_entity_to_list): Use it to filter fonts.
14182 Don't check against full name.
14183 (w32font_list_internal): New function.
14184 (w32font_list): Use it.
14185 (w32font_match_internal): New function.
14186 (w32font_match): Use it.
14187 (w32font_open_internal): New function.
14188 (w32font_open): Use it.
14189 (w32font_get_cache, w32font_close, w32font_has_char)
14190 (w32font_encode_char, w32font_text_extents, w32font_draw):
14191 Make non-static.
14192
14193 * makefile.w32-in (w32font.o): Depend on w32font.h.
14194
141952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14196
14197 * charset.c (Fdefine_charset_internal): Record a supplementary
14198 charset at the tail of Vcharset_order_list.
14199
14200 * font.c (Ffont_shape_text): Fix the return value.
14201
14202 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14203
14204 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14205
142062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14207
14208 * ftfont.c (struct OpenTypeSpec): New struct.
14209 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14210 (ftfont_get_open_type_spec): New function.
14211 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14212
14213 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14214
142152008-02-01 Jason Rumney <jasonr@gnu.org>
14216
14217 * w32font.c (add_font_entity_to_list): Compare only the beginning
14218 of full name.
14219
142202008-02-01 Kenichi Handa <handa@m17n.org>
14221
14222 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14223 Never return HANDLED_RECOMPUTE_PROPS.
14224
142252008-02-01 Kenichi Handa <handa@m17n.org>
14226
14227 * font.c (font_gstring_produce): Delete it.
14228
14229 * composite.h (COMPOSITION_METHOD):
14230 Handle COMPOSITION_WITH_GLYPH_STRING.
14231
142322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14233
14234 * xfont.c (Qx): Delete.
14235 (syms_of_xfont): Don't initialize Qx.
14236
14237 * composite.h (enum composition_method):
14238 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14239
142402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14241
14242 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14243 (choose_face_font): Accept new form of font-spec.
14244
14245 * frame.h (font_driver_list): Declare it unconditionally.
14246 (struct frame): Define members font_driver_list and font_data_list
14247 unconditionally.
14248
14249 * fontset.c: Include "font.h" unconditionally.
14250 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14251 (Fset_fontset_font): Accept a font-spec object.
14252
14253 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14254 PIXEL_SIZE part a wild card.
14255
14256 * dispextern.h (struct glyph_string): Define members clip and
14257 num_clips unconditionally.
14258 (struct face): Define members font_info and extra unconditionally.
14259
14260 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14261 ftfont_info only when HAVE_LIBOTF is defined.
14262
142632008-02-01 Andreas Schwab <schwab@suse.de>
14264
14265 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14266 and end.
14267
142682008-02-01 Jason Rumney <jasonr@gnu.org>
14269
14270 * w32font.c (w32font_driver): Add new fields.
14271
142722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14273
14274 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14275 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14276 (LIBES): Add @M17N_FLT_CFLAGS@.
14277
14278 * composite.c (compose_text): Don't treat the new style
14279 composition specially.
14280
14281 * emacs.c (main): Call syms_of_font unconditionally.
14282
14283 * font.h (FONT_ENTITY_NOT_LOADABLE)
14284 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14285 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14286 (struct font_driver): New member shape.
14287 (font_registry_charsets): Extern it.
14288 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14289 (font_otf_capability, font_drive_otf): Delete their externs.
14290
14291 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14292 (font_charset_alist, font_registry_charsets): Move from xfont.c
14293 and rename.
14294 (font_prop_validate_otf): New function.
14295 (font_property_table): Register it for QCotf.
14296 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14297 (font_drive_otf): Delete.
14298 (font_prepare_composition): New arg F. Adjust for the change of
14299 lispy gstring.
14300 (font_find_for_lface): New arg C.
14301 (font_load_for_face): Adjust for the change of font_find_for_lface.
14302 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14303 lispy gstring.
14304 (Ffont_shape_text): New function.
14305 (Fopen_font): If the font size is not given, use 12-pixel.
14306 (Ffont_at): New arg STRING.
c0943d3d 14307 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
14308 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14309 conditionally.
14310
14311 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14312 fonts of the same font-spec. Change the format of RFONT-DEF.
14313 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14314 Adjust for the change of RFONT-DEF.
14315 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14316
14317 * ftfont.h: New file.
14318
14319 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14320 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14321 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14322 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14323 font_otf_capability and font_drive_otf, set ftfont_shape.
14324 (ftfont_list): Adjust for the change of :otf property value.
14325 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14326 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14327 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14328 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14329 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14330 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14331
14332 * w32term.c (x_draw_composite_glyph_string_foreground):
14333 Adjust for the change of lispy gstring.
14334
14335 * xdisp.c (handle_composition_prop): Adjust for the change of
14336 lispy gstring. Call a function for auto-composition with the
14337 third arg it->window.
14338 (fill_composite_glyph_string): Adjust for the change of lispy string.
14339 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14340
14341 * xfaces.c (set_font_frame_param): Adjust for the change of
14342 font_find_for_lface.
14343
14344 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14345 (xfont_registry_charsets): Likewise. Change caller.
14346 (syms_of_xfont): Don't handle x_font_charset_alist.
14347
14348 * xftfont.c: Include "ftfont.h".
14349 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14350 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14351 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14352 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14353 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14354 Set xftfont_driver.shape to xftfont_shape.
14355
14356 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14357 the change of lispy gstring.
14358
143592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14360
14361 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14362
143632008-02-01 Jason Rumney <jasonr@gnu.org>
14364
14365 * w32font.c (w32font_draw): Fill background manually.
14366
143672008-02-01 Jason Rumney <jasonr@gnu.org>
14368
14369 * font.c (Qfontp): Remove unused symbol.
14370 (QCantialias): New symbol.
14371 (syms_of_font): Define it.
14372 (font_property_table): Set a validator for QCantialias.
14373
14374 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14375 Define if not already.
14376 (QCfamily): Share with xfaces.c.
14377 (Qstandard, Qsubpixel, Qnatural): New symbols.
14378 (syms_of_w32font): Define them. Don't define QCfamily here.
14379 (w32_antialias_type, lispy_antialias_type): New functions.
14380 (w32_enumfont_pattern_entity): New arg requested_font.
14381 Set antialias parameter if non-default was requested.
14382 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14383
143842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14385
14386 * lread.c (read1): Undo the previous change.
14387
143882008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14389
14390 * frame.c (Fdelete_frame): Call font_update_drivers only when
14391 USE_FONT_BACKEND is defined.
14392
143932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14394
14395 * font.h (struct font_bitmap): New member bits_per_pixel.
14396 (struct font_driver): New members start_for_frame and end_for_frame.
14397 (struct font_data_list): New struct.
14398 (font_put_frame_data, font_get_frame_data): Extern them.
14399
14400 * frame.h (struct frame): New member font_data_list.
14401
14402 * font.c (font_update_drivers): Call driver->start_for_frame and
14403 driver->end_for_frame at proper timings.
14404 (font_put_frame_data, font_get_frame_data): New functions.
14405 (Ffont_spec): Add usage in the docstring.
14406
14407 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14408 (Fdelete_frame): Call font_update_drivers.
14409
14410 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14411 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14412 (xftfont_get_xft_draw): New function.
14413 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14414 (xftfont_end_for_frame): New function.
14415 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14416
14417 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14418 Change argument. Cache GCs in the per-frame data.
14419 (struct ftxfont_frame_data): New struct.
14420 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14421 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14422 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14423 (ftxfont_end_for_frame): New function.
14424 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14425
14426 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14427
144282008-02-01 Kenichi Handa <handa@m17n.org>
14429
14430 * xselect.c (Vselection_coding_system)
14431 (Vnext_selection_coding_system): Delete them.
14432 (syms_of_xselect): Don't declare selection-coding-system and
14433 next-selection-coding-system. They are declared in select.el.
14434
144352008-02-01 Jason Rumney <jasonr@gnu.org>
14436
14437 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14438
14439 * w32fns.c: Include imm.h.
14440 (get_composition_string_fn, get_ime_context_fn): New optional
14441 system functions.
14442 (globals_of_w32fns): Load them from imm32.dll.
14443 (ignore_ime_char): New flag.
14444 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14445 WM_IME_ENDCOMPOSITION messages.
14446
14447 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14448 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14449
144502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14451
14452 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14453 (READCHAR_REPORT_MULTIBYTE): New macro.
14454 (readchar): New 2nd arg MULTIBYTE.
14455 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14456 Make symbol's name multibyte according to the multibyteness of the
14457 source.
14458
144592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14460
14461 * xfaces.c (face_for_overlay_string): Call lookup_face with
14462 correct arguments (fix of synching with the trunk).
14463
144642008-02-01 Kenichi Handa <handa@m17n.org>
14465
14466 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14467 (font_prop_validate_non_neg, font_prop_validate_spacing):
14468 Delete argument prop_index.
14469 (font_property_table): Change arguments to validater. Change Callers.
14470 (font_lispy_object): Delete.
14471 (font_at): Use font_find_object instead fo font_lispy_object.
14472
144732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14474
14475 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14476 and file names.
14477
144782008-02-01 Jason Rumney <jasonr@gnu.org>
14479
14480 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14481 (font_matches_spec): Remove debug output.
14482 (add_font_entity_to_list): Avoid using substituted fonts.
14483
144842008-02-01 Jason Rumney <jasonr@gnu.org>
14485
14486 * doc.c (Fsnarf_documentation):
14487 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14488
144892008-02-01 Miles Bader <miles@gnu.org>
14490
14491 * dispextern.h (struct glyph_row): Only define "clip" field if
14492 HAVE_WINDOW_SYSTEM is defined.
14493
144942008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 Fix up multi-tty merge.
14497
14498 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14499 and indentation.
14500
14501 * xfaces.c (free_realized_face, clear_face_gcs):
14502 Include font_done_for_face in the input_blocked section, just in case.
14503
14504 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14505 (get_char_face_and_encoding): Undo last change and remove the *other*
14506 duplicate definition (i.e. keep the one that's better scoped and that
14507 includes code for the font-backend).
14508
14509 * terminal.c (create_terminal): Default keyboard_coding to
14510 `no-conversion' and terminal_coding to `undecided'.
14511
14512 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14513
14514 * fontset.c (free_realized_fontsets): Check that the table entry does
14515 contain a fontset before trying to compare it to `base'.
14516
14517 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14518 syms_of_charset, and syms_of_coding earlier because init_window_once
14519 now needs Vcoding_system_hash_table to be setup.
14520
14521 * coding.h (default_buffer_file_coding): Remove.
14522
14523 * coding.c (default_buffer_file_coding): Remove.
14524 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14525 than ->symbol, and use the terminal-local coding system.
14526 (syms_of_coding): Don't setup the coding-systems that are not
14527 terminal-local.
14528 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14529
14530 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14531 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14532
14533 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14534 in chartab.c and were re-added here by mistake.
14535 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14536
14537 * doc.c (Fsnarf_documentation):
14538 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14539 src to etc.
14540
14541 * ChangeLog.10: Add mistakenly removed entry.
14542
145432008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14544
14545 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14546
145472008-02-01 Miles Bader <miles@gnu.org>
14548
14549 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14550 Add extra args to FACE_FOR_CHAR.
14551
145522008-02-01 Kenichi Handa <handa@m17n.org>
14553
14554 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14555 in sequence.
14556
14557 * chartab.c (map_sub_char_table, map_char_table): If the range
14558 contains just one character, call the function with that character
14559 even if the depth is not 3.
14560
145612008-02-01 Jason Rumney <jasonr@gnu.org>
14562
14563 * w32font.c (w32font_text_extents): Calculate metrics for the
14564 whole string.
14565
145662008-02-01 Jason Rumney <jasonr@gnu.org>
14567
14568 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14569
145702008-02-01 Jason Rumney <jasonr@gnu.org>
14571
14572 * w32term.c (x_set_glyph_string_clipping): Use
14573 get_glyph_string_clip_rects.
14574 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14575 Adjust for the change of struct glyph_string.
14576
14577 * w32font.c (w32font_draw): Do clipping here.
14578
145792008-02-01 Kenichi Handa <handa@m17n.org>
14580
14581 * xftfont.c (xftfont_draw): Adjust for the change of struct
14582 glyph_string.
14583
14584 * xterm.c (x_set_glyph_string_clipping): Use
14585 get_glyph_string_clip_rects.
14586 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14587 Adjust for the change of struct glyph_string.
14588
14589 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14590 the resulting clip(s}.
14591 (expose_overlaps): Add arg r. Change callers. Set it to
14592 row->clip temporarily.
14593 (expose_window): Redraw rows overlapping the exposed area.
14594
14595 * dispextern.h (struct glyph_row): New member clip.
14596 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14597 clip_height, new member clip, and num_clips.
14598
145992008-02-01 Kenichi Handa <handa@m17n.org>
14600
14601 * data.c (Fchar_or_string_p): Fix docstring.
14602
146032008-02-01 Kenichi Handa <handa@m17n.org>
14604
14605 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14606 create a temporary XftDraw object.
14607
146082008-02-01 Kenichi Handa <handa@m17n.org>
14609
14610 * font.c (Ffontp): Fix docstring.
14611
14612 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14613 strong evidence of ISO-2022.
14614
146152008-02-01 Kenichi Handa <handa@m17n.org>
14616
14617 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14618 SYNTAX_ENTRY_FOLLOW_PARENT.
14619
146202008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14623 its type.
14624 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14625 Update to the new type of weak_hash_tables and next_weak.
14626
14627 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14628 a plain C pointer to Lisp_Hash_Table.
14629
14630 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14631 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14632 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14633 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14634 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14635 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14636 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14637 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14638 (GC_EQ): Remove since they've been identical to their non-GC_
14639 alter-egos ever since the markbit was eradicated.
14640
14641 * alloc.c:
14642 * buffer.c:
14643 * buffer.h:
14644 * data.c:
14645 * fileio.c:
14646 * filelock.c:
14647 * fns.c:
14648 * frame.h:
14649 * lisp.h:
14650 * macterm.c:
14651 * print.c:
14652 * process.c:
14653 * w32fns.c:
14654 * w32menu.c:
14655 * w32term.c:
14656 * xfns.c:
14657 * xmenu.c:
14658 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14659
146602008-02-01 Kenichi Handa <handa@m17n.org>
14661
14662 * chartab.c (map_sub_char_table): Make it work for the top-level
14663 char-table. Fix handling of parent char-table.
14664 (map_char_table): Adjust for the above change.
14665
146662008-02-01 Jason Rumney <jasonr@gnu.org>
14667
14668 * w32font.c (Qgdi): Rename from Qw32.
14669
146702008-02-01 Jason Rumney <jasonr@gnu.org>
14671
14672 * w32bdf.c (get_quoted_string): Make function static.
14673
146742008-02-01 Kenichi Handa <handa@m17n.org>
14675
14676 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14677 bigger ascent and descent than those of the font, use them as
14678 font's ascent and descent.
14679
146802008-02-01 Kenichi Handa <handa@m17n.org>
14681
14682 * Makefile.in (${lispsource}international/charprop.el): Move this
14683 target within "#ifdef HAVE_UNIDATA" and "#endif".
14684
146852008-02-01 Kenichi Handa <handa@m17n.org>
14686
14687 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14688 (shortlisp): Add ../lisp/language/tai-viet.el.
14689
146902008-02-01 Ulrich Mueller <ulm@gentoo.org>
14691
14692 * Makefile.in (${lispsource}international/charprop.el): Depend on
14693 temacs${EXEEXT}.
14694
146952008-02-01 Jason Rumney <jasonr@gnu.org>
14696
14697 * w32font.c (w32font_close): Delete the GDI font object.
14698
14699 * w32menu.c: Include character.h.
14700
14701 * w32proc.c: Likewise.
14702
14703 * w32select.c: Likewise.
14704
14705 * makefile.w32-in (w32proc.o): Depend on character.h.
14706
147072008-02-01 Jason Rumney <jasonr@gnu.org>
14708
14709 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14710
14711 * w32menu.c (syms_of_w32menu): Likewise.
14712
14713 * w32proc.c (syms_of_ntproc): Likewise.
14714
14715 * w32select.c (syms_of_w32select): Likewise.
14716
14717 * w32term.c (syms_of_w32term): Likewise.
14718
147192008-02-01 Jason Rumney <jasonr@gnu.org>
14720
14721 * w32font.c (w32font_draw): Delete brush after using it.
14722
147232008-02-01 Jason Rumney <jasonr@gnu.org>
14724
14725 * w32font.c (w32font_open): Don't set font_idx.
14726 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14727 to font settings.
14728 (w32font_draw): Fill background explicitly.
14729
147302008-02-01 Jason Rumney <jasonr@gnu.org>
14731
14732 * w32term.c (w32_initialize): Don't call w32font_initialize.
14733
14734 * w32font.c (w32font_info): Remove subranges.
14735 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14736 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14737 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14738 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14739 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14740 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14741 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14742 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14743 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14744 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14745 New symbols.
14746 (font_callback_data): New struct.
14747 (w32font_list, w32font_match): Use it.
14748 (w32font_open): Don't populate subranges.
14749 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14750 (w32font_encode_char): Always return unicode code-point as-is.
14751 (w32font_text_extents): Supply a transformation matrix to
14752 GetGlyphOutline. Never look up by glyph index. Avoid looping
14753 twice. Use unicode version of GetTexExtentPoint32 instead of
14754 glyph index version.
14755 (set_fonts_frame): Remove.
14756 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14757 set frame parameter. Use backward compatible fake foundries.
14758 Save generic family in extra slot under QCfamily. Make width slot
14759 constant. Save QCspacing value. Save list of scripts instead of
14760 binary subranges.
14761 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14762 (add_font_entity_to_list): Use font_callback_data struct. Filter
14763 unwanted fonts.
14764 (add_one_font_entity_to_list): Use font_callback_data struct.
14765 (w32_registry): Default to iso10646_1.
14766 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14767 string font registries. Don't fill in font name if it is a generic
14768 family name, fill family instead. Use spacing, family and script
14769 extra info to fill pitch, family and charset fields.
14770 (list_all_matching_fonts): Use font_callback_data struct.
14771 (unicode_range_for_char): Remove.
14772 (font_supported_scripts): New function.
14773 (w32font_initialize): Remove.
14774 (syms_of_w32font): Update which symbols are defined.
14775
147762008-02-01 Jason Rumney <jasonr@gnu.org>
14777
14778 * font.c (font_pixel_size): Reverse assq_no_quit args.
14779
14780 * w32term.h (FONT_WIDTH): Report max width, not average.
14781 (FONT_MAX_WIDTH): Remove.
14782 (FONT_AVG_WIDTH): New macro.
14783
14784 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14785 redefinition of FONT_WIDTH.
14786
14787 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14788 (w32_cache_char_metrics): Use FONT_WIDTH.
14789
14790 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14791
147922008-02-01 Jason Rumney <jasonr@gnu.org>
14793
14794 * w32font.c (w32font_open): Make lfHeight negative.
14795
14796 * w32fns.c (x_default_font_parameter): Use new style font name.
14797 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14798
147992008-02-01 Jason Rumney <jasonr@gnu.org>
14800
14801 * w32font.c (QCsubranges): New symbol.
14802 (w32font_open, w32font_has_char): Get subranges from subproperty
14803 of extra.
14804 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14805 (syms_of_w32font): Define :subranges symbol.
14806
14807 * font.c (font_put_extra): Expose externally.
14808
14809 * font.h (font_put_extra): Move declaration from font.c.
14810
14811 * font.c (Ffont_get): Use font driver to determine otf capability.
14812 (adjust_anchor): Check if driver defines anchor_point before using.
14813
14814 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14815 (w32font_draw): Use options.
14816 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14817 Fix detection of truetype fonts.
14818 (registry_to_w32_charset): Handle charsets other than iso8859-1
14819 expressed as lisp symbols.
14820 (w32_registry): Express charset as lisp symbol.
14821 (fill_in_logfont): Reverse pixel and point height logic.
14822 Don't set width here. Set quality to default.
14823
14824 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14825 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14826
14827 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14828 Remove redundant loop and allocation.
14829
14830 * makefile.w32-in (font.o, w32font.o): New objects.
14831 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14832 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14833
14834 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14835 STORE_XCHARB a valid l-value.
14836
14837 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14838 calculations for non-Truetype fonts.
14839 (x_draw_glyph_string): Sync with xterm.c.
14840 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14841 Remove redundant code.
14842 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14843
14844 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14845 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14846
14847 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14848 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14849
14850 * w32font.c: New file for w32 font backend.
14851
148522008-02-01 Kenichi Handa <handa@m17n.org>
14853
14854 * term.c: Don't include "buffer.h" twice.
14855
148562008-02-01 Kenichi Handa <handa@m17n.org>
14857
14858 * character.c (Funibyte_string): New function.
14859 (syms_of_character): Defsubr it.
14860
148612008-02-01 Jason Rumney <jasonr@gnu.org>
14862
14863 * w32term.c [USE_FONT_BACKEND]:
14864 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14865 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14866 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14867 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14868 (x_free_frame_resources): Sync with xterm.c.
14869
148702008-02-01 Andreas Schwab <schwab@suse.de>
14871
14872 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14873 char-table size.
14874
148752008-02-01 Kenichi Handa <handa@m17n.org>
14876
14877 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14878
148792008-02-01 Kenichi Handa <handa@m17n.org>
14880
14881 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14882 font_otf_gpos, add font_drive_otf.
14883
14884 * fontset.c (fontset_find_font): Pay attention to font size
14885 specified for a font.
14886 (reorder_font_vector): Check contents of font_def.
14887
14888 * font.c (struct otf_list): Delete it.
14889 (otf_list): Make it a lisp variable.
14890 (otf_open): Use lispy otf_list.
14891 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14892 (check_otf_features): New function.
14893 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14894 New functions.
14895 (font_drive_otf): New function merging font_otf_gsub and
14896 font_otf_gpos.
14897 (font_open_for_lface): New arg spec. Change argument order.
14898 (font_load_for_face): Adjust for the change of font_open_for_lface.
14899 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14900 Ffont_otf_gpos.
14901 (syms_of_font): Staticpro otf_list. Delete defsubr of
14902 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14903
14904 * xfaces.c (set_font_frame_param): Adjust for the change of
14905 font_open_for_lface.
14906
14907 * font.h (font_open_for_lface): Adjust prototype.
14908 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14909 member otf_drive.
14910 (font_otf_gsub, font_otf_gpos): Delete externs.
14911 (font_drive_otf): Extern it.
14912
149132008-02-01 Kenichi Handa <handa@m17n.org>
14914
14915 * font.c (font_at): If the window W is not on a window system,
14916 return Qnil.
14917
14918 * coding.c (produce_chars, encode_coding): Don't call
14919 insert_from_gap if no characters to produce.
14920
149212008-02-01 Kenichi Handa <handa@m17n.org>
14922
14923 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14924 Fclear_face_cache.
14925
14926 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14927
149282008-02-01 Miles Bader <miles@gnu.org>
14929
14930 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14931 Parse "--disable-font-backend" option.
14932 (standard_args): Add "--disable-font-backend" option.
14933
149342008-02-01 Kenichi Handa <handa@m17n.org>
14935
14936 * fontset.c (fontset_find_font): New function.
14937 (fontset_font): Use fontset_find_font.
14938 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14939 Register the specified font for all Latin characters.
14940 (new_fontset_from_font): Register the specified font for all Latin
14941 characters.
14942 (dump_fontset): For a realized fontset, include the base fontset
14943 name in the returned vector.
14944
149452008-02-01 Kenichi Handa <handa@m17n.org>
14946
14947 * character.h (CHAR_STRING): Cast C to unsigned on calling
14948 char_string.
14949
14950 * character.c (char_string): Type of arg C changed to unsigned.
14951 Signal an error if C is an invalid character code.
14952
14953 * editfns.c (general_insert_function, Fchar_to_string):
14954 Use CHARACTERP, not INTEGERP.
14955
149562008-02-01 Kenichi Handa <handa@m17n.org>
14957
14958 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14959 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14960
14961 * regex.c (analyse_first): Fix for multibyte characters in "case
14962 charset:" and "case categoryspec:".
14963
149642008-02-01 Andreas Schwab <schwab@suse.de>
14965
14966 * Makefile.in (LIBES): Move standard libraries to the end.
14967
149682008-02-01 Kenichi Handa <handa@m17n.org>
14969
14970 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14971 nonzero, don't shrink the buffer nextb.
14972
14973 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14974
14975 * coding.c (coding_alloc_by_making_gap): New arg offset.
14976 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14977 offset.
14978 (decode_coding_iso_2022): Update coding->safe_charsets.
14979 (decode_coding_gap): Temporarily set
14980 current_buffer->text->inhibit_shrinking to 1.
14981
149822008-02-01 Kenichi Handa <handa@m17n.org>
14983
14984 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14985 indexing into elements of s->cmp and s->char2b.
14986
149872008-02-01 Juanma Barranquero <lekktu@gmail.com>
14988
14989 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14990
149912008-02-01 Kenichi Handa <handa@m17n.org>
14992
14993 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14994 target_multibyte instead of multibyte.
14995 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14996 (bcmp_translate): Change the argument name from multibyte to
14997 target_multibyte.
14998
149992008-02-01 Kenichi Handa <handa@m17n.org>
15000
15001 These changes are to compile a regexp into a pattern that can be
15002 used both for multibyte and unibyte targets.
15003
15004 * Makefile.in (search.o): Depend on charset.h.
15005
15006 * character.c (multibyte_char_to_unibyte_safe): New function.
15007
15008 * search.c: Include "charset.h".
15009 (compile_pattern_1): Delete argument multibyte. Don't set
15010 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
15011 (compile_pattern): Don't compare cp->buf.target_multibyte.
15012 Compare cp->buf.charset_unibyte.
15013 (compile_pattern): Set cp->buf.target_multibyte.
15014
15015 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
15016
15017 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
15018
15019 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
15020 multibyte. Change callers.
15021 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
15022 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
15023 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
15024 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
15025 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
15026 (regex_compile): Make the compiled pattern usable both for
15027 multibyte and unibyte targets.
15028 (analyse_first): Make the fastmap usable both for multibyte and
15029 unibyte targets.
15030 (TRANSLATE_VIA_MULTIBYTE): Delete.
15031 (re_match_2_internal): Pay attention to the case that the
15032 multibyteness of bufp and target may be different.
15033
150342008-02-01 Kenichi Handa <handa@m17n.org>
15035
15036 * xdisp.c (x_produce_glyphs): When a font is not found, make the
15037 empty box occupy at least one column width.
15038
150392008-02-01 Miles Bader <miles@gnu.org>
15040
15041 * Makefile.in: Remove redundant HAVE_XFT clause.
15042
150432008-02-01 Kenichi Handa <handa@m17n.org>
15044
15045 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
15046
150472008-02-01 Kenichi Handa <handa@m17n.org>
15048
15049 * fontset.c (Finternal_char_font): Fix for the case of POSITION
15050 being nil.
15051
150522008-02-01 Kenichi Handa <handa@m17n.org>
15053
15054 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
15055
150562008-02-01 Kenichi Handa <handa@m17n.org>
15057
15058 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
15059
150602008-02-01 Kenichi Handa <handa@m17n.org>
15061
15062 * search.c (simple_search): Fix previous change.
15063
150642008-02-01 Kenichi Handa <handa@m17n.org>
15065
15066 * xftfont.c (ftfont_font_format): Extern declaration.
15067
15068 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
15069
15070 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
15071 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
15072
15073 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
15074 (ftfont_font_format): Fix previous change.
15075
15076 * font.h (Ffont_xlfd_name): EXFUN it.
15077
15078 * font.c (font_parse_xlfd): Fix the array size of `f'.
15079 (register_font_driver): Use EQ to compare driver->type.
15080
15081 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
15082 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
15083 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
15084
150852008-02-01 Kenichi Handa <handa@m17n.org>
15086
15087 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
15088 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
15089
150902008-02-01 Kenichi Handa <handa@m17n.org>
15091
15092 * xfont.c (xfont_open): Set font->format.
15093
15094 * xftfont.c (xftfont_open): Set font->format.
15095
15096 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
15097 (ftfont_list): Include FC_FONTFORMAT in FcObject.
15098 (ftfont_open): Set font->format.
15099 (ftfont_font_format): New function.
15100
15101 * font.h (struct font): New member format.
15102
15103 * font.c (Qopentype): New variable.
15104 (syms_of_font): Defsym it.
15105 (Fquery_font): Change the format of the last element of the return
15106 value.
15107
151082008-02-01 Kenichi Handa <handa@m17n.org>
15109
15110 * xfns.c (xic_create_xfontset): Try the default fontset name as a
15111 last resort.
15112
151132008-02-01 Kenichi Handa <handa@m17n.org>
15114
15115 * coding.c (detect_coding_charset): Fix detection of multi-byte
15116 charset.
15117
151182008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
15119
15120 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
15121
151222008-02-01 Kenichi Handa <handa@m17n.org>
15123
15124 * xdisp.c (get_next_display_element): Set it->face_id for the
15125 first component of a composition.
15126 (x_produce_glyphs): Check if the font is changed or not for composition.
15127
151282008-02-01 Kenichi Handa <handa@m17n.org>
15129
15130 * fontset.c (Qlatin): New variable.
15131 (syms_of_fontset): Define it as a lisp symbol.
15132 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
15133
151342008-02-01 Kenichi Handa <handa@m17n.org>
15135
15136 * font.c (font_unparse_fcname): Pay attention to the case that
15137 some of font property is a null string.
15138
151392008-02-01 Kenichi Handa <handa@m17n.org>
15140
15141 * term.c: Include "composite.h".
15142 (encode_terminal_code): Output all components of composition.
15143 Check the size of encode_terminal_src.
15144 (produce_glyphs): For composition, call produce_composite_glyph.
15145 (append_composite_glyph, produce_composite_glyph): New functions.
15146
15147 * xdisp.c (x_produce_glyphs): In handling composition, if a font
15148 is not found, get font_info from the current ascii face.
15149
151502008-02-01 Kenichi Handa <handa@m17n.org>
15151
15152 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
15153 buffer-file-name to Qnil before calling insert_from_buffer.
15154
15155 * font.c (font_unparse_fcname): Pay attention to the case that
15156 foundry is a null string.
15157
151582008-02-01 Kenichi Handa <handa@m17n.org>
15159
15160 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15161
15162 * font.c (Qunicode_sip): New variable.
15163 (syms_of_font): Declare it as a Lisp symbol.
15164
15165 * font.h (Qunicode_sip): Extern it.
15166
151672008-02-01 Kenichi Handa <handa@m17n.org>
15168
15169 * composite.c (get_composition_id): Pay attention to TAB component.
15170
15171 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15172 TAB. Adjust for the change of s->char2b which always points to
15173 the first element of allocated memory.
15174
15175 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15176
15177 * xdisp.c (handle_composition_prop): Set it->c to the first
15178 non-TAB component.
15179 (fill_composite_glyph_string): Change argument.
15180 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15181 (x_produce_glyphs): Fix handling of left/right padding.
15182
151832008-02-01 Kenichi Handa <handa@m17n.org>
15184
15185 * coding.c (detect_coding_system): Fix for handling off
15186 inhibit_iso_escape_detection. Fix for the case that no coding
15187 system is defined for a specific coding category.
15188
151892008-02-01 Kenichi Handa <handa@m17n.org>
15190
15191 * font.c (font_matching_entity): Delete unused local var.
15192
15193 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15194 opening a font.
15195
15196 * fileio.c (Finsert_file_contents): On recovering a file, assume
15197 Unix-like eol.
15198 (choose_write_coding_system): On auto-saving a file, force
15199 Unix-like eol.
15200
15201 * coding.c (setup_coding_system): Fix setting of
15202 coding->common_flags based on eol_type.
15203 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15204 inherit from it.
15205
152062008-02-01 Kenichi Handa <handa@m17n.org>
15207
15208 * alloc.c (NSTATICS): Increas to 0x600.
15209
152102008-02-01 Kenichi Handa <handa@m17n.org>
15211
15212 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15213 (ftfont_list): Don't check :name property.
15214 (ftfont_match): New function.
15215 (ftfont_pattern_entity): If the pattern doesn't contain
15216 FC_SPACING, don't assume FC_MONO.
15217
15218 * font.h (struct font_driver): New member `match'.
15219 (font_update_drivers): Adjust prototype.
15220
15221 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15222 property of FONT.
15223 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15224 them unconditionally.
15225 (font_matching_entity): New function.
15226 (font_open_by_name): Try font_matching_entity if exact match is
15227 not found.
15228 (font_update_drivers): Delete the arg FONT. Return a list of
15229 actually used backends. Don't free faces, font caches here.
15230 Don't store data in frame parameters. Don't call x_set_font.
15231 (Ffont_spec): Store :name property as is.
15232 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15233 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15234 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15235 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15236 Call font->driver->otf_gsub instead of font_otf_gsub.
15237
15238 * frame.c (x_set_font_backend): Do more works that were done in
15239 font_update_drivers before.
15240
15241 * xfont.c (xfont_match): New function.
15242 (xfont_driver): Set xfont_driver.match to xfont_match.
15243 (xfont_draw): Set font in GC if necessary.
15244
15245 * ftxfont.c (ftxfont_match): New function.
15246 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15247
15248 * xftfont.c (xftfont_match): New function.
15249 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15250
152512008-02-01 Kenichi Handa <handa@m17n.org>
15252
15253 * font.h (struct font): New member scalable.
15254 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15255 (font_otf_gsub): Adjust prototype.
15256
15257 * font.c (font_otf_capability): Fix handling of the default langsys.
15258 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15259 Check the contents of SPEC.
15260 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15261 (check_gstring): New function.
15262 (REPLACEMENT_CHARACTER): New macro.
15263 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15264 glyph codes of GSTRING.
15265 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15266 (font_prepare_composition): Set cmp->glyph_len.
15267 (font_open_entity): Set font->scalable.
15268 (Ffont_get): Handle :otf property.
15269 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15270 functions.
15271 (Fquery_font): Use font->font.full_name.
15272 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15273 Sfont_otf_alternates.
15274
15275 * ftfont.c (ftfont_open): Set font->font.full_name and
15276 font->font.name properly. Fix calculation of font->font.height
15277 and font->min_width.
15278
15279 * ftxfont.c (ftxfont_create_gcs): New function.
15280 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15281 (ftxfont_draw_backgrond): Fix filling region.
15282 (ftxfont_default_fid): New function.
15283 (ftxfont_open): Set xfont->fid to the return value of
15284 ftxfont_default_fid.
15285 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15286 (ftxfont_done_face): Free only GCs that are created by
15287 ftxfont_create_gcs.
15288 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15289
15290 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15291 Clip to src->width, etc (not src->clip_XXX).
15292
15293 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15294 FontBackend frame parameter.
15295
152962008-02-01 Kenichi Handa <handa@m17n.org>
15297
15298 * font.h (struct font_driver_list): New member `on'.
15299 (Fclear_font_cache): EXFUN it.
15300 (font_update_drivers): Extern it.
15301
15302 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15303 (font_list_entities): Check driver_list->on.
c0943d3d 15304 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
15305 (font_update_drivers): New function.
15306 (Fclear_font_cache): Check driver_list->on.
15307
15308 * frame.h (Qfont_backend): Extern it.
15309 (x_set_font_backend): Extern it.
15310
15311 * frame.c (Qfont_backend): New variable.
15312 (frame_parms): New element for font-backend.
15313 (x_set_font_backend): New function.
15314
15315 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15316 FontBackend frame parameter.
15317 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15318 x_set_font_backend.
15319
15320 * xfont.c (xfont_list): Don't try listing by :name property if the
15321 name is not for XLFD.
15322
153232008-02-01 Kenichi Handa <handa@m17n.org>
15324
15325 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15326 (LGLYPH_SET_TO): New macros.
15327 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15328 element of G is vector or not.
15329 (font_at): Extern it.
15330
15331 * font.c: Include window.h.
15332 (font_lispy_object): New function.
15333 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15334 end of valid glyph.
15335 (font_close_object): Fix getting (struct font *).
15336 (font_at): New function.
15337 (Ffont_get): If FONT is a font-object, get entity from it.
15338 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15339 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15340 range check.
15341 (Ffont_at): New function.
15342 (syms_of_font): Defsubr Sfont_at.
15343
15344 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15345 before the entry for Qcomposition.
15346 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15347 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15348 the font in gstring.
15349 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15350 LGLYPH_FORM (g) to detect the end of valid glyph.
15351 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15352 we are composing with gstring.
15353
15354 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15355 Check if adjustment is vector or not.
15356
15357 * Makefile.in (font.o): Make it depends on window.h.
15358
153592008-02-01 Kenichi Handa <handa@m17n.org>
15360
15361 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15362 adjustment is vector or not.
15363
153642008-02-01 Miles Bader <miles@gnu.org>
15365
15366 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15367
153682008-02-01 Kenichi Handa <handa@m17n.org>
15369
15370 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15371 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15372 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15373
15374 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15375 (DEVICE_DELTA): Fix typo.
15376 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15377 LGLYPH format.
15378
15379 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15380 the change of LGLYPH format.
15381
153822008-02-01 Kenichi Handa <handa@m17n.org>
15383
15384 * ftfont.c (ftfont_list): Fix typo.
15385 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15386
153872008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15388
15389 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15390
15391 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15392 xftface_info is non-NULL.
15393
153942008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15395
15396 * ftfont.c (ftfont_list): Move misplaced #endif.
15397
153982008-02-01 Kenichi Handa <handa@m17n.org>
15399
15400 * ftfont.c (ftfont_list): Pay attention to the case that
15401 FC_CAPABILITY is not defined.
15402
154032008-02-01 Kenichi Handa <handa@m17n.org>
15404
15405 * xftfont.c (xftfont_open): Set charset related members to -1.
15406
15407 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15408 QCname.
15409 (ftfont_open): Set charset related members to -1.
15410
15411 * fontset.c (Votf_script_alist): New variable.
15412 (syms_of_fontset): Initialize it.
15413 (fontset_font): Delete unused variable.
15414
15415 * fontset.h (Votf_script_alist): Extern it.
15416
15417 * font.c (font_find_for_lface): Optimize code.
15418
15419 * font.h (font_close_object, font_merge_old_spec): Extern them.
15420
154212008-02-01 Kenichi Handa <handa@m17n.org>
15422
15423 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15424 (syms_of_font): Initialize them.
15425 (font_pixel_size): Allow float value in dpi.
15426 (font_prop_validate_type): Delete.
15427 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15428 Change caller.
15429 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15430 (font_prop_validate_extra): Delete.
15431 (font_prop_validate_spacing): New function.
15432 (font_property_table): Add elements for all known properties.
15433 (get_font_prop_index): Rename from check_font_prop_name. New
15434 argument FROM. Change caller.
15435 (font_prop_validate): Validate all known properties.
15436 (font_put_extra): Delete argument force. Change caller.
15437 (font_expand_wildcards): Make it static. Fix the way of shrinking
15438 the possible range.
15439 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15440 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15441 Change caller.
15442 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15443 (font_parse_fcname): Delete argument merge. Fix parsing of point
15444 size. Don't validate properties values here. Change caller.
15445 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15446 (font_open_by_name): Delete unused variable.
15447 (Ffont_spec): Likewise. Validate property values.
15448 (Ffont_match_p): New function.
15449
15450 * font.h (QCscalable): Extern it.
15451 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15452
15453 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15454
15455 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15456 (xfont_list_pattern): New function.
15457 (xfont_list): Use xfont_list_pattern.
15458
154592008-02-01 Kenichi Handa <handa@m17n.org>
15460
15461 * font.h (Flist_fonts): EXFUN it.
15462
154632008-02-01 Jason Rumney <jasonr@gnu.org>
15464
15465 * w32term.c (w32_initialize): Add back smoothing_type and
15466 smoothing_enabled definitions.
15467
154682008-02-01 Kenichi Handa <handa@m17n.org>
15469
15470 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15471 s->face->font on determining underline position.
15472
154732008-02-01 Kenichi Handa <handa@m17n.org>
15474
15475 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15476 (font_has_char): Accept font-object too.
15477 (font_find_for_lface): Try at first with a size specified in face.
15478
154792008-02-01 Kenichi Handa <handa@m17n.org>
15480
15481 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15482 font_open_by_name.
15483
154842008-02-01 Kenichi Handa <handa@m17n.org>
15485
15486 * font.h (QCspacing, QCdpi): Extern them.
15487 (enum font_spacing): New enum.
15488 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15489
15490 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15491 (QCspacing, QCdpi): New variables.
15492 (syms_of_font): Initialize them.
15493 (font_pixel_size): New function.
15494 (font_put_extra): New function.
15495 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15496 in FONT_EXTRA.
15497 (font_parse_fcname): Handle enumerated values (e.g. bold).
15498 Fix handling font size. Add QCname property that contains only
15499 unknown properties.
15500 (font_score): Change argument. Change caller. Pay attention to
15501 FONT_PIXEL_SIZE_QUANTUM.
15502 (font_sort_entites, font_list_entities, font_find_for_lface)
15503 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15504 (Ffont_spec): Add QCname property that contains only unknown properties.
15505
15506 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15507 include weight in listing pattern, instead check weight of each
15508 listed font. Don't include scalable in pattern. Pay attention to
15509 FONT_PIXEL_SIZE_QUANTUM.
15510
155112008-02-01 Kenichi Handa <handa@m17n.org>
15512
15513 * font.c (font_parse_fcname): Fix parsing of point-size.
15514 (font_unparse_fcname): Produce symbolic names for style properties.
15515 (font_list_entities): Handle float size correctly.
15516 (font_open_by_name): Prefer `normal' property values if the name
15517 doesn't specify them.
15518
15519 * fontset.c (Finternal_char_font): Use font_get_name, not
15520 Ffont_xlfd_name.
15521
15522 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15523 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15524 pattern. Don't force scalable.
15525
15526 * xftfont.c (xftfont_open): For generating a name, start from
15527 96-byte buffer.
15528
155292008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15530
15531 * frame.h (x_new_fontset2): Fix prototype.
15532
155332008-02-01 Kenichi Handa <handa@m17n.org>
15534
15535 * font.h (struct font_driver): Delete member parse_name.
15536 (font_match_p, font_get_spec, font_parse_fcname)
15537 (font_unparse_fcname): Extern them.
15538 (font_get_name): Adjust prototype.
15539
15540 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15541 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15542 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15543 unnecessary checks for weight, slant, and swidth.
15544 (font_parse_fcname): New function.
15545 (font_unparse_fcname): New function.
15546 (font_parse_name): New function.
15547 (font_match_p): New function.
15548 (font_get_name): Change return value to Lisp string.
15549 (font_get_spec): New function.
15550 (Qunspecified, Qignore_defface): Don't extern them.
15551 (font_find_for_lface): Assume that LFACE is fully specified.
15552 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15553 object, use it for FACE.
15554 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15555 driver->parse_name.
15556 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15557
15558 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15559 prototype.
15560
15561 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15562 argument F. Don't call Fnew_fontset. Instead, directly call
15563 make_fontset.
15564
15565 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15566
15567 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15568 of x_new_fontset2.
15569
15570 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15571 (Qsans__serif): New variables.
15572 (ftfont_generic_family_list): New variable.
15573 (syms_of_ftfont): Initialize the above variables.
15574 (ftfont_pattern_entity): Delete argument NAME.
15575 (ftfont_list_generic_family): New function.
15576 (ftfont_parse_name): Delete this function.
15577 (ftfont_list): Try generic family only when FcFontList found no font.
15578 (ftfont_list_family): Fix args to FcObjectSetBuild.
15579
15580 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15581 object in attrs[LFACE_FONT_INDEX].
15582 (set_lface_from_font_name): Cancel all changes for font-backend.
15583 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15584 function.
15585 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15586 font object in QCfont attribute.
15587 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15588 (realize_default_face) [USE_FONT_BACKEND]: Call
15589 set_lface_from_font_and_fontset.
15590
15591 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15592 "fixed", and signal error here if no suitable font was found.
15593
15594 * xfont.c (xfont_parse_name): Delete this function.
15595
15596 * xftfont.c (xftfont_open): Change coding style of error
15597 handling. Generate fontconfig's fontname pattern.
15598
15599 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15600 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15601
15602 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15603 Both args FONTSET and FONT_OBJECT must be existing ones.
15604
156052008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15606
15607 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15608
156092008-02-01 Kenichi Handa <handa@m17n.org>
15610
15611 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15612
15613 * font.h (struct font): Fix typo.
15614
15615 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15616 XLFD_XXX_INDEX.
15617 (enum xlfd_field_mask): New enum.
15618 (intern_font_field): Changed argument. Change caller. If digits
15619 are followed by non-digits, return a symbol.
15620 (font_expand_wildcards): New function.
15621 (font_parse_xlfd): Fix wildcard handling.
15622 (Ffont_spec): If :name is specified, reflect the info in the other
15623 properties.
15624
15625 * ftfont.c (ftfont_pattern_entity): Fix typo.
15626 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15627 locale.
15628
156292008-02-01 Kenichi Handa <handa@m17n.org>
15630
15631 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15632
15633 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15634 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15635 registry doesn't specify encoding part.
15636 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15637 (font_open_by_name): At first try parsing the name.
15638 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15639 as Lisp symbols.
15640
15641 * fontset.c (reorder_font_vector): Pay attention to the case that
15642 the 3rd element of font_def is nil.
15643 (fontset_font): For the default fontset, append one more fontset
15644 elements for a script-based font specification. Don't add script
15645 attribute on finding a font.
15646 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15647 font name.
15648 (fontset_ascii_font): If a font can't be opened, return nil.
15649
15650 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15651 (ftfont_pattern_entity): New function.
15652 (ftfont_get_cache): Assume that freetype_font_cache is already
15653 initialized.
15654 (ftfont_list): Handle the case that a file is specified in font
15655 name. Use ftfont_pattern_entity to generate entities.
15656 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15657 (syms_of_ftfont): Initialize freetype_font_cache.
15658
15659 * xftfont.c (xftfont_open): Make the font name fontconfig's
15660 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15661 (xftfont_close): Free font->font.name if not NULL.
15662
15663 * xfont.c (xfont_list): If script is specified for a font, return
15664 null_vector.
15665 (xfont_list_family): Declare argument type.
15666
15667 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15668 name, set LFACE_FONT (lface) to nil.
15669
15670 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15671 return Qnil.
15672
156732008-02-01 Kenichi Handa <handa@m17n.org>
15674
15675 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15676 (standard_args): Add "-enable-font-backend".
15677
156782008-02-01 Kenichi Handa <handa@m17n.org>
15679
15680 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15681 (struct xftdraw_list, xftdraw_list): Delete them.
15682 (register_xftdraw, check_xftdraw): Delete them.
15683 (xftfont_prepare_face): Don't call register_xftdraw.
15684 (xftfont_done_face): Don't call check_xftdraw.
15685 (xftfont_draw): Get background color only when with_background is
15686 nonzero.
15687
15688 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15689
156902008-02-01 Kenichi Handa <handa@m17n.org>
15691
15692 These changes are for the new font handling codes.
15693
15694 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15695 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15696 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15697 (FONTSRC, FONTOBJ): New variables.
15698 (obj): Add $(FONTOBJ).
15699 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15700 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15701 @LIBOTF_LIBS@.
15702 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15703 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15704
15705 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15706
15707 * character.h (Vscript_representative_chars): Extern it.
15708
15709 * character.c (Vscript_representative_chars): New variable.
15710 (syms_of_character): Declare it as a Lisp variable.
15711
15712 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15713 enable_font_backend is nonzero, accept the composition method
15714 COMPOSITION_WITH_GLYPH_STRING.
15715
15716 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15717 enumeration COMPOSITION_WITH_GLYPH_STRING.
15718
15719 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15720 members clip_x, clip_y, clip_width, and clip_height.
15721 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15722
15723 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15724 --enable-font-backend. Call syms_of_font.
15725
15726 * fns.c (assoc_no_quit): New function.
15727
15728 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15729 (face_for_font, new_fontset_from_font)
15730 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15731
15732 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15733 (fontset_font, fontset_ascii, face_for_char)
15734 (make_fontset_for_ascii_face, Ffont_info)
15735 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15736 is nonzero, use font-backend mechanism.
15737 (find_font_encoding): Make it non-static.
15738 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15739 New functions.
15740
15741 * frame.h (struct frame): New members resx and resy.
15742 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15743 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15744
15745 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15746 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15747
15748 * lisp.h (assoc_no_quit): Extern it.
15749
15750 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15751 Through out the file, use FONT_INFO_FROM_FACE instead of
15752 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15753 rif->per_char_metric.
15754 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15755 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15756 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15757 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15758 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15759 nonzero, use font-backend mechanism.
15760 (get_per_char_metric): New function.
15761
15762 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15763 (set_lface_from_font_name)
15764 (set_font_frame_param, free_realized_face)
15765 (prepare_face_for_display, clear_face_gcs)
15766 (Finternal_set_font_selection_order, realize_x_face)
15767 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15768 font-backend mechanism.
15769 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15770 (load_face_font) [USE_FONT_BACKEND]: Abort.
15771 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15772 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15773
15774 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15775 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15776 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15777 nonzero, register all available font drivers. Call
15778 x_default_font_parameter for deciding a font.
15779 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15780
15781 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15782 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15783 (x_set_glyph_string_clipping_exactly)
15784 (x_compute_glyph_string_overhangs)
15785 (x_draw_glyph_string_foreground)
15786 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15787 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15788 enable_font_backend is nonzero, use font-backend mechanism.
15789 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15790
157912008-02-01 Kenichi Handa <handa@m17n.org>
15792
15793 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15794 system_eol_type.
15795 (syms_of_coding): Initialize system_eol_type.
15796
15797 * process.c (Fset_process_coding_system): Inherit system's eol
15798 format if necessary.
15799
158002008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15801
15802 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15803
158042008-02-01 Kenichi Handa <handa@m17n.org>
15805
15806 * coding.c (decode_eol): Pay attention to buffer relocation in
15807 del_range_2.
15808 (decode_coding): Call decode_eol before restoring undo_list.
15809
158102008-02-01 Kenichi Handa <handa@m17n.org>
15811
15812 * charset.c (Fdefine_charset_internal): Fix setting of
15813 emacs_mule_bytes.
15814
158152008-02-01 Kenichi Handa <handa@m17n.org>
15816
15817 * keyboard.c (read_char): Check if C is a character or not before
15818 looking up Vkeyboard_translate_table.
15819
158202008-02-01 Kenichi Handa <handa@m17n.org>
15821
15822 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15823 condition to terminate the loop.
15824
158252008-02-01 Kenichi Handa <handa@m17n.org>
15826
15827 * coding.c (produce_composition): Compare charbuf[i] instead of
15828 args[i] against 0.
15829 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15830
158312008-02-01 Kenichi Handa <handa@m17n.org>
15832
15833 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15834 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15835 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15836 detect_coding.
15837 (emacs_mule_char): Handle old style (Emacs 20) component character
15838 of a composition.
15839 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15840 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15841 composition rule.
15842 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15843
158442008-02-01 Kenichi Handa <handa@m17n.org>
15845
15846 * coding.c (encode_coding_ccl): Allocate destination dynamically
15847 when necessary.
15848
158492008-02-01 Kenichi Handa <handa@m17n.org>
15850
15851 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15852 the loop. When quitted, show a proper error message.
15853
158542008-02-01 Kenichi Handa <handa@m17n.org>
15855
15856 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15857 src->clip_head and src->clip_tail temporarily instead of src->hl.
15858
15859 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15860 character sequence.
15861 (Fccl_execute_on_string): Use ASET, not XSET.
15862
158632008-02-01 Kenichi Handa <handa@m17n.org>
15864
15865 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15866
158672008-02-01 Kenichi Handa <handa@m17n.org>
15868
15869 * coding.c (decode_coding): Fix the condition of terminating the
15870 decoding loop.
15871
158722008-02-01 Kenichi Handa <handa@m17n.org>
15873
15874 * data.c (Faset): On setting a character bigger than 255 in a
15875 unibyte string, signal an error instead of make the string multibyte.
15876
158772008-02-01 Kenichi Handa <handa@m17n.org>
15878
15879 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15880 made by a mapping table.
15881
158822008-02-01 Kenichi Handa <handa@m17n.org>
15883
15884 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15885 not.
15886 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15887 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15888
15889 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15890 s->face is NULL or not.
15891
158922008-02-01 Kenichi Handa <handa@m17n.org>
15893
15894 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15895 (x_draw_glyph_string): Fix drawing of right_overhang and
15896 left_overhang around/on cursor.
15897
15898 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15899
159002008-02-01 Kenichi Handa <handa@m17n.org>
15901
15902 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15903
159042008-02-01 Kenichi Handa <handa@m17n.org>
15905
15906 * coding.c (Fdefine_coding_system_internal)
15907 (Fdefine_coding_system_alias): Avoid a duplicated element in
15908 Vcoding_system_alist.
15909
159102008-02-01 Kenichi Handa <handa@m17n.org>
15911
15912 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15913
15914 * coding.c (Qcoding_system_define_form): New variable.
15915 (syms_of_coding): Intern and staticpro it.
15916 (Fcoding_system_p): Check Qcoding_system_define_form.
15917 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15918
15919 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15920 Fcoding_system_p.
15921 (CHECK_CODING_SYSTEM): If ID is not available, call
15922 Fcheck_coding_system.
15923 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15924 Try also Fcheck_coding_system.
15925
159262008-02-01 Kenichi Handa <handa@m17n.org>
15927
15928 * coding.c (code_conversion_restore): GCPRO arg.
15929
159302008-02-01 Kenichi Handa <handa@m17n.org>
15931
15932 * character.c (lisp_string_width): Check multibyteness of STRING.
15933
159342008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15935
15936 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15937 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15938 (decode_mac_font_name): Use decode_coding_c_string instead of
15939 decode_coding.
15940 (x_load_font): Initialize fontp->fontset to -1. Set
15941 fontp->encoding_type.
15942
159432008-02-01 Kenichi Handa <handa@m17n.org>
15944
15945 * search.c (search_buffer): Give up BM search on case-fold-search
15946 if one of a target character has a case-equivalence of different
15947 byte length even if that target charcter is an ASCII.
15948 (simple_search): Fix calculation of byte length of matched text.
15949 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15950
159512008-02-01 Kenichi Handa <handa@m17n.org>
15952
15953 * coding.c (decode_coding): Fix handling of invalid bytes.
15954
159552008-02-01 Kenichi Handa <handa@m17n.org>
15956
15957 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15958 Unicode characters.
15959
159602008-02-01 Kenichi Handa <handa@m17n.org>
15961
15962 * coding.c (encode_coding_object): If a pre-write-conversion
15963 function makes a new buffer, kill it.
15964
159652008-02-01 Kenichi Handa <handa@m17n.org>
15966
15967 * coding.c (QCascii_compatible_p): New variable.
15968 (syms_of_coding): Initialize it.
15969 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15970 calling string_char.
15971 (record_conversion_result): Add `default:' case.
15972 (coding_charset_list): Delete unused variable `coding_type'.
15973 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15974 property in the plist of the coding system.
15975 (Fcoding_system_put): Check QCascii_compatible_p.
15976
159772008-02-01 Miles Bader <miles@gnu.org>
15978
15979 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15980 removed calculation of frame `f', as it's now used.
15981
159822008-02-01 Kenichi Handa <handa@m17n.org>
15983
15984 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15985 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15986 (UNIDATA): New variable.
15987 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15988 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15989 $(RUN_TEMACS) unconditionally.
15990
159912008-02-01 Kenichi Handa <handa@m17n.org>
15992
15993 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15994 (admindir): New variable.
15995 ($(lispsource)international/charprop.el): New target.
15996
159972008-02-01 Miles Bader <miles@gnu.org>
15998
15999 * character.c (chars-in-region): Remove obsolete function.
16000 (syms_of_character): Remove its initialization.
16001
160022008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
16003
16004 * w32select.c (validate_coding_system)
16005 (setup_windows_coding_system): New functions.
16006 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
16007 setup_windows_coding_system.
16008 (setup_config, Fw32_get_clipboard_data): Use
16009 validate_coding_system.
16010 (Fx_selection_exists): Move call to setup_config to a place
16011 where signals are allowed.
16012
16013 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
16014 (Fcheck_coding_system): Add declarations.
16015
160162008-02-01 Kenichi Handa <handa@m17n.org>
16017
16018 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
16019
160202008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16021
16022 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
16023 string as the second argument for x_new_fontset.
16024
160252008-02-01 Kenichi Handa <handa@m17n.org>
16026
16027 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
16028 (encode_coding_object): Use safe_call instead of call2.
16029
160302008-02-01 Kenichi Handa <handa@m17n.org>
16031
16032 * fontset.c (Fset_fontset_font): Check family element of a given vector.
16033
16034 * Makefile.in (lisp): Include charprop.el.
16035
160362008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16037
16038 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
16039 Not sure if it's unnecessary.
16040
160412008-02-01 Steven Tamm <steventamm@mac.com>
16042
16043 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16044 some possibly unnecessary fontset checking code that crashed
16045 when creating a new frame.
16046
160472008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
16050 lookup_face.
16051
16052 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
16053
16054 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
16055
160562008-02-01 Kenichi Handa <handa@m17n.org>
16057
16058 * coding.c: Cancel the change done in HEAD on 2008-02-01.
16059 (coding_charset_list): New function.
16060
16061 * coding.h (coding_charset_list): Extern it.
16062
160632008-02-01 Kenichi Handa <handa@m17n.org>
16064
16065 * fontset.c (Fset_fontset_font): Call find_font_encoding with
16066 concatenation of family and registry.
16067
160682008-02-01 Kenichi Handa <handa@m17n.org>
16069
16070 * character.h (BYTE8_STRING): Fix typo.
16071
16072 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
16073 string to multibyte (sync to HEAD).
16074
16075 * casefiddle.c (casify_region): Handle changes in byte-length
16076 using replace_range_2 (sync to HEAD).
16077
160782008-02-01 Andreas Schwab <schwab@suse.de>
16079
16080 * chartab.c (map_char_table): GCPRO table and arg.
16081
160822008-02-01 Kenichi Handa <handa@m17n.org>
16083
16084 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
16085 already at limit.
16086
160872008-02-01 Kenichi Handa <handa@m17n.org>
16088
16089 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
16090 instead of fast_c_string_match_ignore_case.
16091 (find_font_encoding): Change argument to Lisp_Object. Use
16092 fast_string_match_ignore_case instead of
16093 fast_c_string_match_ignore_case. Change caller.
16094
160952008-02-01 Kenichi Handa <handa@m17n.org>
16096
16097 * xdisp.c (get_next_display_element): In unibyte case, decide to
16098 display in octal form by checking a character by
16099 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
16100
16101 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
16102
16103 * character.c (unibyte_has_multibyte_table): New variable.
16104
16105 * character.h (unibyte_has_multibyte_table): Extern it.
16106 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
16107
161082008-02-01 Kenichi Handa <handa@m17n.org>
16109
16110 * coding.c (encode_coding_iso_2022): Fix handling of charset
16111 annotation.
16112
161132008-02-01 Kenichi Handa <handa@m17n.org>
16114
16115 * coding.c (setup_coding_system): If coding_system is nil, use
16116 Qundecided.
16117 (Fterminal_coding_system): Return nil if terminal coding system is
16118 `undecided'.
16119 (syms_of_coding): Define coding-system `undecided' here. Setup
16120 terminal_coding as `undecided'.
16121
161222008-02-01 Kenichi Handa <handa@m17n.org>
16123
16124 * xdisp.c (message_dolog, set_message_1): Call
16125 unibyte_char_to_multibyte with arg type int.
16126
16127 * lread.c (read1): Fix reading of a char-table.
16128
16129 * print.c (print_object): Include sub char-table in circularities
16130 detection.
16131
161322008-02-01 Kenichi Handa <handa@m17n.org>
16133
16134 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
16135 Append the found sequences in car of ARGS instead of prepending.
16136
161372008-02-01 Kenichi Handa <handa@m17n.org>
16138
16139 * fileio.c (report_file_error): Make a unibyte string from
16140 strerror (errorno).
16141 (Fsubstitute_in_file_name): Fix the arg to
16142 unibyte_char_to_multibyte. It is evaluated twice.
16143
161442008-02-01 Kenichi Handa <handa@m17n.org>
16145
16146 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
16147
161482008-02-01 Kenichi Handa <handa@m17n.org>
16149
16150 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
16151 BOM is not found.
16152 (detect_coding, detect_coding_system): Optimization for ISO-2022
16153 when no 8-bit data is found.
16154
161552008-02-01 Jason Rumney <jasonr@gnu.org>
16156
16157 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16158
161592008-02-01 Kenichi Handa <handa@m17n.org>
16160
16161 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16162 CHARS.
16163
161642008-02-01 Steven Tamm <steventamm@mac.com>
16165
16166 * macterm.c (mac_encode_char): Add charset argument and update
16167 to use encoding_type.
16168 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16169 switch to pure fontset.
16170 (decode_mac_font_name): Temporarily remove decoding.
16171 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16172 (x_load_font): Temporarily remove encoding.
16173
161742008-02-01 Kenichi Handa <handa@m17n.org>
16175
16176 * xfaces.c (Fface_font): If frame is not on a window system,
16177 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16178 refer to face->font.
16179 (split_font_name_into_vector, build_font_name_from_vector)
16180 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16181 when HAVE_WINDOW_SYSTEM is defined.
16182
161832008-02-01 Kenichi Handa <handa@m17n.org>
16184
16185 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16186 (x_produce_glyphs): Fix setting of members of cmp in case
16187 cmp->glyph_len is zero.
16188
16189 * fontset.c (Fset_fontset_font): Fix docstring.
16190 (Ffontset_info): Make it backward compatible. New arg ALL.
16191
161922008-02-01 Kim F. Storm <storm@cua.dk>
16193
16194 * process.c (read_process_output): Grow decoding_buf when needed;
16195 this could cause a crash in allocate_string and compact_small_strings.
16196
161972008-02-01 Kenichi Handa <handa@m17n.org>
16198
16199 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16200
162012008-02-01 Kenichi Handa <handa@m17n.org>
16202
16203 * coding.c (setup_coding_system): Set coding->common_flags
16204 correctly for raw-text.
16205 (consume_chars): On encoding unibyte text by raw-text, don't check
16206 multibyte form.
16207 (encode_coding): On encoding by raw-text, never use translation tables.
16208
16209 * fileio.c (e_write): Short cut for the case of no encoding.
16210
162112008-02-01 Kenichi Handa <handa@m17n.org>
16212
16213 * coding.c (detect_coding, detect_coding_system): Delete unused
16214 variables.
16215
162162008-02-01 Kenichi Handa <handa@m17n.org>
16217
16218 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16219 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16220
162212008-02-01 Kenichi Handa <handa@m17n.org>
16222
16223 * coding.c (Ffind_coding_systems_region_internal): Include
16224 raw-text and no-conversion in the result.
16225
162262008-02-01 Kenichi Handa <handa@m17n.org>
16227
16228 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16229 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16230 FONT_DEF.
16231 (font_def_arg, add_arg, from_arg, to_arg): New args.
16232 (set_fontset_font): Change argument.
16233 (Fset_fontset_font): Fix for the case that TARGET is a script
16234 name and charset name.
16235 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16236
162372008-02-01 Kenichi Handa <handa@m17n.org>
16238
16239 * fontset.c (fontset_font): Rename from fontset_face. Change return
16240 value.
16241 (face_suitable_for_char_p, face_for_char): Adjust for the change
16242 of fontset_font.
16243 (make_fontset_for_ascii_face): Fix setting of the fontset element
16244 for ASCII.
16245 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16246 to get a font name.
16247 (Ffontset_info): Adjust for the change of fontset_font.
16248
16249 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16250
16251 * character.h (LEADING_CODE_LATIN_1_MIN)
16252 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16253
162542008-02-01 Kenichi Handa <handa@m17n.org>
16255
16256 * editfns.c (check_translation): New function.
16257 (Ftranslate_region_internal): Handle M:N mapping.
16258
162592008-02-01 Kenichi Handa <handa@m17n.org>
16260
16261 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16262
162632008-02-01 Kenichi Handa <handa@m17n.org>
16264
16265 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16266 goto invalid_code.
16267 (decode_coding_iso_2022): Fix handling of invalid designation.
16268
16269 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16270 after calling code_conversion_save.
16271
162722008-02-01 Kenichi Handa <handa@m17n.org>
16273
16274 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16275
16276 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16277
16278 * fontset.c: Include "intervals.h".
16279 (fontset_face): Fix comparing of Lisp_Objects.
16280 (free_face_fontset, new_fontset_from_font_name): Fix
16281 Lisp_Object/int mixup.
16282
16283 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16284
16285 * coding.c: Add many prototypes for static functions.
16286 (get_translation_table): Allow max_lookup to be NULL.
16287 (decode_coding, Ffind_coding_systems_region_internal)
16288 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16289 get_translation_table with max_lookup NULL.
16290
162912008-02-01 Kenichi Handa <handa@m17n.org>
16292
16293 * coding.c (get_translation_table): Declare it as Lisp_Object.
16294 (LOOKUP_TRANSLATION_TABLE): New macro.
16295 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16296 instead of CHAR_TABLE_REF.
16297
162982008-02-01 Kenichi Handa <handa@m17n.org>
16299
16300 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16301 annotation data format.
16302 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16303 Change arguments FROM and TO to single argument NCHARS. Change caller.
16304 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16305 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16306 (decode_coding_ccl, decode_coding_charset): Pay attention to
16307 coding->charbuf_used.
16308 (get_translation): New function.
16309 (produce_chars): New arguments translation_table and last_block.
16310 Translate characters here. Return number of carryover chars.
16311 Change caller.
16312 (produce_composition): New argument pos. Change caller.
16313 Adjust for the change of annotation data format.
16314 (produce_charset, produce_annotation): Likewise.
16315 (decode_coding, encode_coding): Don't call translate_chars.
16316 (consume_chars): New arg translation_table. Change caller.
16317 (translate_chars): Delete.
16318 (syms_of_coding): Make translation-table's number of extra slots 2.
16319
163202008-02-01 Kenichi Handa <handa@m17n.org>
16321
16322 * search.c (simple_search): Fix setting this_pos_byte in backward
16323 search.
16324
16325 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16326 byte sequence.
16327 (detect_coding_ccl): Fix setting of the variable valids.
16328
163292008-02-01 Kenichi Handa <handa@m17n.org>
16330
16331 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16332
16333 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16334
16335 * editfns.c (Ftranslate_region_internal): Rename from
16336 Ftranslate_region. Accept a char-table in TABLE.
16337 (syms_of_editfns): Defsubr Stranslate_region_internal.
16338
16339 * xfaces.c (set_lface_from_font_name): If a font is specified for
16340 a frame, generate a fontset from the font.
16341 (build_scalable_font_name): If the scalable font is requested for
16342 a specific size, don't change that size.
16343 (try_font_list): Try a scalable font also in the case that a
16344 pattern string is specified.
16345
163462008-02-01 Kenichi Handa <handa@m17n.org>
16347
16348 * xfaces.c (Fface_font): New optional arg CHARACTER.
16349
163502008-02-01 Kenichi Handa <handa@m17n.org>
16351
16352 * charset.h (CHARSET_OFFSET): New macro.
16353
163542008-02-01 Kenichi Handa <handa@m17n.org>
16355
16356 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16357
16358 * fontset.c (fontset_face): Handle the case that repertory is a
16359 char-table.
16360 (find_font_encoding): Return nil for unknown encoding.
16361 (Fset_fontset_font): Ignore a font of unknown encoding.
16362
163632008-02-01 Kenichi Handa <handa@m17n.org>
16364
16365 * keymap.c (describe_vector): Handle default value of a char table.
16366
16367 * fontset.c (fontset_face): Handle fallback fonts correctly.
16368 (Ffontset_info): Return infomation about fallback fonts.
16369
163702008-02-01 Kenichi Handa <handa@m17n.org>
16371
16372 * fontset.c (FONTSET_DEFAULT): New macro.
16373 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16374 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16375 the case that it is nil.
16376 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16377 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16378
16379 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16380 subset or superset.
16381
163822008-02-01 Kenichi Handa <handa@m17n.org>
16383
16384 * emacs.c (main): Call init_charset after syms_of_XXX.
16385
16386 * charset.c (Vcharset_map_directory): Delete.
16387 (Vcharset_map_path): New variable.
16388 (load_charset_map_from_file): Use Vcharset_map_path instead.
16389 (init_charset): Initialize Vcharset_map_path.
16390 (syms_of_charset): Delete declaration of "charset-map-directory",
16391 add declaration of "charset-map-path".
16392
163932008-02-01 Kenichi Handa <handa@m17n.org>
16394
16395 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16396 ASCII only string.
16397
16398 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16399
16400 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16401 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16402
164032008-02-01 Kenichi Handa <handa@m17n.org>
16404
16405 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16406
16407 * coding.c (QCmnemonic, QCdefalut_char)
16408 (QCdecode_translation_table, QCencode_translation_table)
16409 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16410 (get_translation_table): Return a list of translation tables if
16411 necessary.
16412 (decode_coding): Call get_translation_table with ENCODEP 0.
16413 (char_encodable_p): If translation_table is non-nil, always call
16414 translate_char.
16415 (Fdefine_coding_system_internal): Accept list of translation
16416 tables as :encode-translation-table and :decode-translation-table.
16417 (Fcoding_system_put): New function.
16418 (syms_of_coding): Declare new symbols. Defsubr
16419 Scoding_system_put.
16420 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16421 typically JISX0212.
16422
16423 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16424 when the charset is superset type.
16425
16426 * character.c (translate_char): Accept list of translation tables.
16427
164282008-02-01 Kenichi Handa <handa@m17n.org>
16429
16430 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16431 (CODING_ATTR_TRANS_TBL): New macro.
16432
16433 * coding.c (get_translation_table): New function.
16434 (translate_chars): Fix the bug of skipping annotation data.
16435 (decode_coding, encode_coding): Utilize get_translation_table.
16436 (char_encodable_p, Funencodable_char_position): Translate char if
16437 necessary.
16438 (Ffind_coding_systems_region_internal)
16439 (Fcheck_coding_systems_region): Setup translation table for encode
16440 in a coding system attribute vector in advance.
16441 (Fdefine_coding_system_internal): Allow a symbol as translation
16442 table. For shift-jis type coding system, allow 4th charset.
16443
164442008-02-01 Kenichi Handa <handa@m17n.org>
16445
16446 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16447
16448 * xdisp.c (get_next_display_element): Pass -1 as POS to
16449 FACE_FOR_CHAR if displaying a C-string.
16450
164512008-02-01 Kenichi Handa <handa@m17n.org>
16452
16453 * composite.c (get_composition_id): Handle xoff and yoff in a
16454 composition rule.
16455
16456 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16457 (struct composition): New member lbearing and rbearing.
16458
16459 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16460 (x_get_glyph_overhangs): Handle a composition glyph.
16461 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16462
16463 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16464 composition glyph.
16465
164662008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * print.c: Include charset.h.
16469 (Vprint_charset_text_property): New variable.
16470 (Qdefault): Extern it.
16471 (PRINT_STRING_NON_CHARSET_FOUND)
16472 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16473 (print_check_string_result): New variable.
16474 (print_check_string_charset_prop): New function.
16475 (print_prune_charset_plist): New variable.
16476 (print_prune_string_charset): New function.
16477 (print_object): Call print_prune_string_charset if
16478 Vprint_charset_text_property is not t.
16479 (print_interval): Print nothing if interval->plist is nil.
16480 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16481 variable. Init and staticpro print_prune_charset_plist.
16482
164832008-02-01 Kenichi Handa <handa@m17n.org>
16484
16485 * fontset.c (new_fontset_from_font_name): Use the specified font
16486 for all characters in the new fontset.
16487
16488 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16489 OBJECT args.
16490
16491 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16492 OBJECT args for composition too.
16493
16494 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16495 OBJECT args.
16496
164972008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16500
16501 * fontset.c (reorder_font_vector): Adjust for the change of
16502 FONT_DEF format.
16503 (fontset_face): New arg id. Change caller.
16504 (face_for_char): New args pos and object.
16505 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16506 (fs_query_fontset): Check NAME by Fassoc too.
16507 (Fset_fontset_font): Allow non-XLFD font name.
16508 (Ffontset_info): Adjust for the change of FONT_DEF format.
16509
16510 * fontset.h (face_for_char): Adjust prototype.
16511
16512 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16513 (append_space, extend_face_to_end_of_line)
16514 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16515 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16516
16517 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16518 POS and OBJECT args.
16519
16520 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16521 POS and OBJECT args.
16522
165232008-02-01 Jason Rumney <jasonr@gnu.org>
16524
16525 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16526 of GlobalAlloc'ed memory.
16527
165282008-02-01 Kenichi Handa <handa@m17n.org>
16529
16530 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16531
16532 * charset.h (charset_table_used): Delete extern.
16533
16534 * charset.c (charset_table_used): Make it static.
16535 (map_charset_chars): Fix args to c_function with.
16536
16537 * chartab.c (map_sub_char_table_for_charset): Fix args to
16538 c_function with.
16539
16540 * coding.h (enum coding_result_code): Delete
16541 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16542
16543 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16544 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16545 (Vlast_code_conversion_error): New variables.
16546 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16547 (ONE_MORE_BYTE): Record error if any instead of signaling an
16548 error. If non-ASCII multibyte char is found, return the negative
16549 value of the code. All callers changed to check it.
16550 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16551 (record_conversion_result): New function. Change all codes setting
16552 coding->result to call this function.
16553 (detect_coding_utf_8, decode_coding_utf_8)
16554 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16555 Don't use the local variable incomplete.
16556 (emacs_mule_char): Change the second arg to `const'.
16557 (decode_coding): Fix of flushing out unprocessed data.
16558 (make_conversion_work_buffer): Fix making of a work buffer.
16559 (decode_coding_object): Return coding->dst_object.
16560
16561 * fontset.c (set_fontset_font): Fix args.
16562
16563 * lisp.h (CHARACTERBITS): Define as 22.
16564
16565 * process.c (send_process): Be sure to set coding->src_multibyte.
16566
16567 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16568
165692008-02-01 Kenichi Handa <handa@m17n.org>
16570
16571 * xdisp.c (handle_auto_composed_prop): Give limit to
16572 Fnext_single_char_property_change.
16573
165742008-02-01 Kenichi Handa <handa@m17n.org>
16575
16576 * composite.c (syms_of_composite): Don't make the composition hash
16577 table weak.
16578
16579 * fontset.c (Fset_fontset_font): Fix docstring.
16580
16581 * lisp.h (detect_coding_system): Adjust prototype.
16582
16583 * fileio.c (kill_workbuf_unwind): Delete this function.
16584 (Finsert_file_contents): Adjust the call of detect_coding_system.
16585 Get conversion_buffer by code_conversion_save. Use the macro
16586 CODING_MAY_REQUIRE_DECODING. After decoding, update
16587 coding_system.
16588
16589 * coding.h (make_conversion_work_buffer): Delete extern.
16590 (code_conversion_save): Extern it.
16591
16592 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16593 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16594 (decode_coding_utf_8): Don't do eol converion.
16595 (detect_coding_utf_16): Check coding->src_chars, not
16596 coding->src_bytes. Add heuristics for those that have no signature.
16597 (decode_coding_emacs_mule, decode_coding_iso_2022)
16598 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16599 Don't do eol converion.
16600 (adjust_coding_eol_type): Return a new coding system.
16601 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16602 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16603 each change.
16604 (decode_coding): Pay attention to undo_list. Do eol conversion for
16605 all types of coding-systems (if necessary).
16606 (Vcode_conversion_work_buf_list): Delete it.
16607 (Vcode_conversion_reused_workbuf): Rename from
16608 Vcode_conversion_reused_work_buf.
16609 (Vcode_conversion_workbuf_name): New variable.
16610 (reused_workbuf_in_use): New variable.
16611 (make_conversion_work_buffer): Delete the arg DEPTH.
16612 (code_conversion_restore): Change argument to cons.
16613 (code_conversion_save): Delete the argument BUFFER. Change callers.
16614 (detect_coding_system): New argument src_chars. Change callers.
16615 Fix for utf-16 detection.
16616 (init_coding_once): Don't use ISO_carriage_return.
16617 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16618 reused_workbuf_in_use.
16619
166202008-02-01 Kenichi Handa <handa@m17n.org>
16621
16622 * keymap.c (store_in_keymap): Pay attention to the case that idx
16623 is a cons specifying a character range.
16624
166252008-02-01 Kenichi Handa <handa@m17n.org>
16626
16627 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16628 HANDLED_RECOMPUTE_PROPS.
16629
16630 * coding.c (Fdefine_coding_system_internal): Fix checking of
16631 ascii compatibility.
16632
166332008-02-01 Kenichi Handa <handa@m17n.org>
16634
16635 * charset.c (find_charsets_in_text): Delete unused locale variable.
16636 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16637
16638 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16639 Resync charset_list to Vemacs_mule_charset_list.
16640
16641 * keymap.c (store_in_keymap): Pay attention to the case that idx
16642 is a cons specifying a character range.
16643
166442008-02-01 Kenichi Handa <handa@m17n.org>
16645
16646 * composite.c (update_compositions): Bind inhibit-read-only, etc
16647 to t before calling remove-list-of-text-properties.
16648
16649 * print.c (print_object): Always print ASCII chars as is.
16650
166512008-02-01 Kenichi Handa <handa@m17n.org>
16652
16653 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16654
16655 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16656 is a char table.
16657
166582008-02-01 Kenichi Handa <handa@m17n.org>
16659
16660 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16661
166622008-02-01 Kenichi Handa <handa@m17n.org>
16663
16664 * xfaces.c (set_lface_from_font_name): Fix for the case that
16665 FONTNAME is not fontset name.
16666
166672008-02-01 Kenichi Handa <handa@m17n.org>
16668
16669 * fns.c (base64_encode_1): Fix previous change.
16670
166712008-02-01 Kenichi Handa <handa@m17n.org>
16672
16673 * fontset.c (set_fontset_font): New function.
16674 (Fset_fontset_font): If a font is specified for a charset, use
16675 map_charset_chars to store the font spec in a fontset.
16676
166772008-02-01 Kenichi Handa <handa@m17n.org>
16678
16679 * fontset.c (fontset_face): Create a fallback fontset on demand.
16680 (make_fontset): Don't create a fallback fontset here.
16681 (free_face_fontset): Free a fallback fontset (if any) too.
16682 (n_auto_fontsets): Delete this variable.
16683 (auto_fontset_alist): New variable.
16684 (new_fontset_from_font_name): Check auto_fontset_alist.
16685 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16686 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16687 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16688 Defsubr Sfontset_list_all.
16689
166902008-02-01 Kenichi Handa <handa@m17n.org>
16691
16692 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16693
166942008-02-01 Kenichi Handa <handa@m17n.org>
16695
16696 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16697
166982008-02-01 Kenichi Handa <handa@m17n.org>
16699
16700 * editfns.c (Fgoto_char): Fix docstring.
16701
167022008-02-01 Kenichi Handa <handa@m17n.org>
16703
16704 * insdel.c (insert_from_gap): Adjust intervals correctly.
16705
167062008-02-01 Jason Rumney <jasonr@gnu.org>
16707
16708 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16709 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16710 (w32_initialize): Try to load it.
16711 (x_get_font_repertory): Use it if available.
16712 (w32_encode_char): Add shortcut for unicode output.
16713
16714 * w32fns.c (w32_load_system_font): Default charset to -1.
16715 (x_to_w32_charset): Match all fonts for unicode.
16716 (w32_to_x_charset): New parameter matching. Don't return partial
16717 or wildcard charsets.
16718 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16719 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16720 (w32_to_x_font): Match charset to real charset.
16721 (enum_font_cb2): Always list unicode versions.
16722
16723 * makefile.w32-in (temacs): Increase EMHEAP.
16724
167252008-02-01 Jason Rumney <jasonr@gnu.org>
16726
16727 * w32term.c (w32_encode_char): New charset parameter.
16728 font_info.encoding becomes encoding_type.
16729 (x_get_font_repertory): New function. Warning: stub only!
16730 (x_new_font): Return quickly if font already set.
16731 (x_new_fontset): fontsetname parameter is Lisp_Object.
16732 Use new fs_query_fontset. Try new_fontset_from_font_name.
16733 Use fontset_name for return value.
16734
16735 * w32term.h: Declare x_get_font_repertory.
16736
16737 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16738 place of find_charset_in_text. Use encode_coding_object in place
16739 of encode_coding.
16740 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16741 decode_coding.
16742
16743 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16744 of x_new_fontset.
16745 (w32_load_system_font): Initialize charset as unicode.
16746 font_info.encoding becomes encoding_type.
16747 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16748 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16749 (syms_of_w32fns): Set get_font_repertory_func.
16750
16751 * w32console.c: Include character.h. Use terminal_encode_buffer
16752 from term.c.
16753 (write_glyphs): Use new version of encode_terminal_code. Use
16754 encode_coding_object in place of encode_coding.
16755
16756 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16757 encoding becomes encoding_type.
16758
16759 * term.c (terminal_encode_buffer): Make externally visible.
16760
16761 * makefile.w32-in: Add character.h dependancies.
16762 (character.o, chartab.o): New targets.
16763
167642008-02-01 Kenichi Handa <handa@m17n.org>
16765
16766 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16767 CODING_ID_EOL_TYPE.
16768
167692008-02-01 Andreas Schwab <schwab@suse.de>
16770
16771 * coding.c (produce_chars): Revert last change.
16772
167732008-02-01 Kenichi Handa <handa@m17n.org>
16774
16775 * charset.h (charset_unicode): Extern it.
16776
16777 * charset.c (string_xstring_p): Check by (C >= 0x100).
16778 (find_charsets_in_text): Change format of the arc CHARSETS. New
16779 arg MULTIBYTE.
16780 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16781 change of find_charsets_in_text.
16782 (Fsplit_char): Fix doc. Never return unknown.
16783
16784 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16785
16786 * coding.c (Fdefine_coding_system_alias): Update
16787 Vcoding_system_list.
16788
16789 * fontset.c (load_font_get_repertory): Pay attention to the case
16790 that ENCODING of a font is specified by a char-table.
16791
16792 * xterm.c (x_get_font_repertory): Handle the case that the
16793 encoding of font is other than Unicode.
16794
167952008-02-01 Kenichi Handa <handa@m17n.org>
16796
16797 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16798 if a character is encodable by the terminal coding system. If
16799 not, produces proper number of `?'s. Update
16800 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16801 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16802
168032008-02-01 Kenichi Handa <handa@m17n.org>
16804
16805 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16806 variables.
16807 (encode_terminal_code): Change argument. Encode multiple
16808 characters at once. Store the result of encoding in
16809 terminal_encode_buffer.
16810 (write_glyphs, insert_glyphs): Adjust for the change of
16811 encode_terminal_code.
16812 (term_init): Initialize terminal_encode_buffer and
16813 terminal_encode_buf_size.
16814
16815 * coding.c (consume_chars): If coding->src_object is nil, don't
16816 check annotation.
16817
168182008-02-01 Kenichi Handa <handa@m17n.org>
16819
16820 * character.c (char_string): Use ASCII_CHAR_P instead of
16821 SINGLE_BYTE_CHAR_P.
16822
168232008-02-01 Kenichi Handa <handa@m17n.org>
16824
16825 * xdisp.c (handle_auto_composed_prop): Check if the last
16826 characters of auto-composed region is newly composed with the
16827 following characters.
16828 (handle_composition_prop): Fix checking of point being inside
16829 composition.
16830
168312008-02-01 Kenichi Handa <handa@m17n.org>
16832
16833 * fns.c (concat): Don't change multibyteness of the result by
16834 concatenating an 8-bit character.
16835
16836 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16837 multibyteness of the result when newelt is an 8-bit character.
16838
168392008-02-01 Dave Love <fx@gnu.org>
16840
16841 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16842 EMACS_INT.
16843
16844 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16845
16846 * xfaces.c (face_numeric_value): Declare dim size_t.
16847 (Finternal_lisp_face_equal_p): Remove unused f.
16848
16849 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16850 (MATRIX_ROW): Remove unused vars.
16851 (draw_glyphs, x_insert_glyphs, fast_find_position)
16852 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16853 byte/char counts.
16854
16855 * regex.c (regex_compile): Remove unused var.
16856
16857 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16858
16859 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16860 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16861
16862 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16863
16864 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16865
16866 * fileio.c (Fwrite_region): Remove unused var.
16867
16868 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16869 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16870
16871 * composite.c (Fremove_list_of_text_properties): Declare.
16872
16873 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16874 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16875 (coding_inherit_eol_type): Remove unused attrs.
16876 (detect_coding): Cast arg of detect_eol.
16877
16878 * charset.c (syms_of_charset): Remove unused var p.
16879 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16880 byte/char counts.
16881
16882 * casetab.c (set_case_table): Remove unused var.
16883
16884 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16885 unused vars.
16886
168872008-02-01 Dave Love <fx@gnu.org>
16888
16889 * xterm.c (x_bitmap_mask): Declare.
16890
168912008-02-01 Dave Love <fx@gnu.org>
16892
16893 * xterm.c (x_term_init): Fix type error.
16894
16895 * lisp.h: Add Funibyte_char_to_multibyte.
16896
16897 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16898 (Fset_coding_system_priority): Doc fix.
16899
16900 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16901
16902 * indent.c (check_composition): Make start and end EMACS_INT.
16903
16904 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16905
16906 * xdisp.c (handle_composition_prop, check_point_in_composition):
16907 Make buffer positions EMACS_INT.
16908
16909 * composite.c (find_composition, run_composition_function)
16910 (update_compositions, Ffind_composition_internal): Make buffer
16911 positions EMACS_INT.
16912
16913 * composite.h (find_composition, update_compositions): Make
16914 position args EMACS_INT.
16915
16916 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16917
16918 * intervals.c (get_property_and_range):
16919 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16920
16921 * unexalpha.c: Don't include varargs.h.
16922
169232008-02-01 Dave Love <fx@gnu.org>
16924
16925 * coding.h (ENCODE_UTF_8): New.
16926
16927 * Makefile.in (gtkutil.o): Depend on coding.h.
16928
16929 * coding.c (Fset_coding_system_priority): Doc fix.
16930
169312008-02-01 Kenichi Handa <handa@m17n.org>
16932
16933 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16934 the case of auto saving.
16935
169362008-02-01 Andreas Schwab <schwab@suse.de>
16937
16938 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16939 `range' from GC.
16940
169412008-02-01 Kenichi Handa <handa@m17n.org>
16942
16943 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16944
169452008-02-01 Kenichi Handa <handa@m17n.org>
16946
16947 * fileio.c (choose_write_coding_system): Return a decided coding system.
16948 (Fwrite_region): Set Vlast_coding_system_used to the return value
16949 of choose_write_coding_system.
16950
169512008-02-01 Kenichi Handa <handa@m17n.org>
16952
16953 * charset.c (Fset_charset_priority): Pay attention to duplicated
16954 arguments.
16955
16956 * coding.c (QCcategory): New variable.
16957 (syms_of_coding): Defsym it. Set all elements of
16958 Vcoding_category_table and their symbol values.
16959 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16960 coding-category-XXX, and coding-category-list.
16961 (Fdefine_coding_system_internal): Add category in the plist.
16962
169632008-02-01 Kenichi Handa <handa@m17n.org>
16964
16965 * callproc.c (Fcall_process): Handle carryover correctly.
16966
16967 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16968 (raw_text_coding_system): Check NILP (coding_system).
16969 (coding_inherit_eol_type): Check NILP (coding_system) and
16970 NILP (parent).
16971 (consume_chars): Fix for the case of raw-text.
16972
16973 * process.c (read_process_output): Handle carryover correctly.
16974
169752008-02-01 Dave Love <fx@gnu.org>
16976
16977 * regex.c (re_search_2): Fix last change.
16978
169792008-02-01 Kenichi Handa <handa@m17n.org>
16980
16981 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16982 target_multibyte. Even in a unibyte case, return a converted
16983 multibyte char.
16984 (GET_CHAR_AFTER): New macro.
16985 (PATFETCH): Translate via multibyte char.
16986 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16987 (SETUP_MULTIBYTE_RANGE): New macro.
16988 (regex_compile): Setup compiled code so that its multibyteness
16989 matches that of a target. Fix the handling of "[X-YZ]" using
16990 SETUP_MULTIBYTE_RANGE.
16991 (analyse_first) <charset>: For filling fastmap for all multibyte
16992 characters, don't check by BASE_LEADING_CODE_P.
16993 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16994 the same as RE_MULTIBYTE_P (bufp) now.
16995 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16996 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16997 (TRANSLATE_VIA_MULTIBYTE): New macro.
16998 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16999 It is the same as RE_MULTIBYTE_P (bufp) now.
17000 <exactn>: Translate via multibyte.
17001 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
17002 translate it.
17003 <charset, charset_not>: Fetch a character by
17004 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
17005 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
17006 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
17007 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
17008 by GET_CHAR_AFTER.
17009 (bcmp_translate): Likewise.
17010
17011 * search.c (compile_pattern): Check the member target_multibyte,
17012 not the member multibyte of buf.
17013
17014 * lread.c (read1): While reading a string, set force_singlebyte
17015 and force_multibyte correctly.
17016
17017 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
17018 up of unibyte_to_multibyte_table.
17019
170202008-02-01 Kenichi Handa <handa@m17n.org>
17021
17022 * coding.c (setup_coding_system): If coding has
17023 post-read-conversion or pre-write-conversion, set
17024 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
17025 respectively.
17026 (decode_coding_gap): Run post-read-conversion if any.
17027
17028 * fileio.c (Finsert_file_contents): Even if we read into a
17029 unibyte buffer, check if we must decode the result or not.
17030
170312008-02-01 Kenichi Handa <handa@m17n.org>
17032
17033 * coding.c (make_conversion_work_buffer): Change the work buffer
17034 name to the same one as that of Emacs 21.
17035
170362008-02-01 Kenichi Handa <handa@m17n.org>
17037
17038 * coding.h (make_conversion_work_buffer): Adjust prototype.
17039 (code_conversion_restore): Don't extern it.
17040
17041 * coding.c (detected_mask): Delete unused variable.
17042 (decode_coding_iso_2022): Pay attention to the byte sequence of
17043 CTEXT extended segment, and retain those bytes as is.
17044 (decode_coding_ccl): Delete unused variable `valids'.
17045 (setup_coding_system): Delete unused variable `category'.
17046 (consume_chars): Delete unused variable `category'. Make it work
17047 for non-multibyte case.
17048 (make_conversion_work_buffer): Change argument.
17049 (saved_coding): Delete unused variable.
17050 (code_conversion_restore): Don't check saved_coding->destination.
17051 (code_conversion_save): New function.
17052 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
17053 instead of record_unwind_protect.
17054 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
17055 (detect_coding_system): Delete unused variable `mask'.
17056 (Fdefine_coding_system_internal): Delete unused variable id.
17057
17058 * fileio.c (kill_workbuf_unwind): New function.
17059 (Finsert_file_contents): On replacing, call
17060 make_conversion_work_buffer with correct args, and call
17061 record_unwind_protect with the first arg kill_workbuf_unwind.
17062
17063 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
17064
170652008-02-01 Kenichi Handa <handa@m17n.org>
17066
17067 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
17068 (fontset_add): Fix for the case that TO is less than TO1.
17069 (Ffontset_info): Don't use fallback fontset on checking the
17070 default fontset.
17071 (dump_fontset): New function for debugging.
17072
17073 * coding.c (Fdefine_coding_system_internal): Fix for the case that
17074 coding_type is Qcharset.
17075
170762008-02-01 Kenichi Handa <handa@m17n.org>
17077
17078 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
17079 (map_char_table): Don't inherit the value from the parent on
17080 initializing VAL. Adjust for the above change.
17081
170822008-02-01 Kenichi Handa <handa@m17n.org>
17083
17084 * coding.c (Qsignature, Qendian): Delete these variables.
17085 (syms_of_coding): Don't initialize them.
17086 (CATEGORY_MASK_UTF_16_AUTO): New macro.
17087 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
17088 detect_info->found.
17089 (decode_coding_utf_16): Don't detect BOM here.
17090 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
17091 is NOT utf_16_without_bom.
17092 (setup_coding_system): For a coding system of type utf-16, check
17093 if the attribute :endian is Qbig or not (not nil or not), and set
17094 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
17095 (detect_coding): If coding type is utf-16 and BOM detection is
17096 required, detect it.
17097 (Fdefine_coding_system_internal): For a coding system of type
17098 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
17099
171002008-02-01 Kenichi Handa <handa@m17n.org>
17101
17102 * coding.c (coding_set_source): Fix for the case that the current
17103 buffer is different from coding->src_object.
17104 (decode_coding_object): Don't use the conversion work buffer if
17105 DST_OBJECT is a buffer.
17106
171072008-02-01 Dave Love <fx@gnu.org>
17108
17109 * lread.c (read_emacs_mule_char) [len==2]: Index
17110 emacs_mule_charset correctly.
17111
171122008-02-01 Dave Love <fx@gnu.org>
17113
17114 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
17115 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
17116 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
17117 treated specially.)
17118 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
17119 (detected_mask): Remove Big5 bits.
17120
171212008-02-01 Kenichi Handa <handa@m17n.org>
17122
17123 The following changes are to make the font rescaling facility
17124 compatible with Emacs 21.
17125
17126 * xfaces.c (Vface_font_rescale_alist): Rename from
17127 Vface_resizing_fonts.
17128 (struct font_name): Rename member resizing_ratio to rescale_ratio.
17129 (font_rescale_ratio): Rename from font_resizing_ratio.
17130 (split_font_name): Set font->rescale_ratio.
17131 (better_font_p): Pay attention to font->rescale_ratio.
17132 (build_scalable_font_name): Likewise. Change RESX, and RESY
17133 fields.
17134 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17135
171362008-02-01 Kenichi Handa <handa@m17n.org>
17137
17138 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
17139 (Qutf_16_le): Remove these variables.
17140 (syms_of_coding): Don't DEFSYM them.
17141 (decode_coding_utf_16): Fix handling of BOM.
17142 (encode_coding_utf_16): Fix handling of BOM.
17143
171442008-02-01 Kenichi Handa <handa@m17n.org>
17145
17146 * fileio.c (Finsert_file_contents): On replacing, before decoding
17147 the file into the work buffer, set point of the work buffer to the end.
17148
171492008-02-01 Dave Love <fx@gnu.org>
17150
17151 * coding.c (Fcheck_coding_systems_region): Fix type errors.
17152
171532008-02-01 Dave Love <fx@gnu.org>
17154
17155 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17156 and fix C types.
17157
171582008-02-01 Kenichi Handa <handa@m17n.org>
17159
17160 * xdisp.c (SKIP_GLYPHS): New macro.
17161 (set_cursor_from_row): Pay attention to string display properties.
17162
17163 * category.c (copy_category_entry): Fix for the case that RANGE
17164 is an integer.
17165
17166 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17167
17168 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17169
171702008-02-01 Kenichi Handa <handa@m17n.org>
17171
17172 * charset.c (Fcharset_id_internal): New function.
17173 (syms_of_charset): Defsubr it.
17174
17175 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17176 with the last arg charset_list acquired from coding.
17177 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17178 the attribute coding_attr_ccl_valids.
17179
17180 * coding.h (enum define_coding_ccl_arg_index): Set the first
17181 member coding_arg_ccl_decoder to coding_arg_max.
17182
17183 * ccl.h (ccl_driver): Adjust prototype.
17184
17185 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17186 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 17187 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
17188 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17189 last arg Qnil.
17190
171912008-02-01 Kenichi Handa <handa@m17n.org>
17192
17193 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17194 call encode_char.
17195
17196 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17197
171982008-02-01 Dave Love <fx@gnu.org>
17199
17200 * composite.c (syms_of_composite): Make composition_hash_table weak.
17201
172022008-02-01 Kenichi Handa <handa@m17n.org>
17203
17204 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17205 (font_name_registry): Don't extern them.
17206 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17207
17208 * fontset.h (Qfontset): Don't extern it.
17209 (new_fontset_from_font_name): Extern it.
17210
17211 * fontset.c: Give 8 extra slots to fontset objects.
17212 (Qfontset_info): New variable.
17213 (syms_of_fontset): Defsym it.
17214 (FONTSET_FALLBACK): New macro.
17215 (fontset_face): Try also the default fontset.
17216 (make_fontset): Realize a fallback fontset from the default fontset.
17217 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17218 using split_font_name_into_vector and build_font_name_from_vector.
17219 (Fset_fontset_font): Access the elements of font_spec by enum
17220 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17221 name by using split_font_name_into_vector.
17222 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17223 generate a proper font name from the fontset name. Update
17224 Vfontset_alias_alist.
17225 (n_auto_fontsets): New variable.
17226 (new_fontset_from_font_name): New function.
17227 (Ffont_info): Store the information about fonts generated from the
17228 default fontset in the first extra slot of the returned char-table.
17229
17230 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17231 (font_name_registry): Delete function.
17232 (split_font_name_into_vector): New function.
17233 (build_font_name_from_vector): New function.
17234 (font_list): The argument REGISTRY is now a list of registry names.
17235 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17236 specifies an explicit font name, return the name as is. Make a
17237 list of registy names.
17238
17239 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17240 of x_new_fontset.
17241 (Fx_create_frame): Don't call x_new_fontset here. Just use
17242 x_list_fonts to check the existence of fonts.
17243
17244 * xterm.h (x_new_fontset): Adjust prototype.
17245
17246 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17247 string. Use new_fontset_from_font_name to create a fontset from a
17248 font name.
17249
172502008-02-01 Kenichi Handa <handa@m17n.org>
17251
17252 * syntax.c (Vfind_word_boundary_function_table): New name for
17253 Vnext_word_boundary_function_table.
17254 (find-word-boundary-function-table): New name for
17255 next-word-boundary-function-table.
17256
172572008-02-01 Dave Love <fx@gnu.org>
17258
17259 * Makefile.in: Fix some dependencies.
17260
17261 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17262 set it to nil before returning.
17263
17264 * composite.c (update_compositions): Fix type error.
17265
17266 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17267
172682008-02-01 Kenichi Handa <handa@m17n.org>
17269
17270 * xterm.c (x_new_font): Optimize for the case that the font is
17271 already set for the frame.
17272
172732008-02-01 Kenichi Handa <handa@m17n.org>
17274
17275 * chartab.c (char_table_ascii): Check if the char table contents
17276 is sub-char-table or not.
17277 (char_table_set, char_table_set_range): Fix argument to
17278 char_table_ascii.
17279
17280 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17281 (detect_coding_utf_8, detect_coding_utf_16)
17282 (detect_coding_emacs_mule, detect_coding_iso_2022)
17283 (detect_coding_sjis, detect_coding_big5)
17284 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17285 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17286 sequence is valid in this coding system. Change callers.
17287 (MAX_ANNOTATION_LENGTH): New macro.
17288 (ADD_ANNOTATION_DATA): New macro.
17289 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17290 ADD_ANNOTATION_DATA. Change the format of annotation data.
17291 (ADD_CHARSET_DATA): New macro.
17292 (emacs_mule_char): New argument ID. Change callers.
17293 (decode_coding_emacs_mule, decode_coding_iso_2022)
17294 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17295 Produce charset annotation data in coding->charbuf.
17296 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17297 to charset annotation data in coding->charbuf.
17298 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17299 coding->common_flags if the coding system is iso-2022 based and
17300 uses designation.
17301 (produce_composition): Adjust for the new annotation data format.
17302 (produce_charset): New function.
17303 (produce_annotation): Handle charset annotation.
17304 (handle_composition_annotation, handle_charset_annotation): New
17305 functions.
17306 (consume_chars): Handle charset annotation. Utilize the above two
17307 functions.
17308 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17309 buffer, get the deleted text as a string and set
17310 coding->src_object to that string.
17311 (detect_coding, detect_coding_system): Use the new struct
17312 coding_detection_info.
17313
17314 * coding.h (struct coding_detection_info): New structure.
17315 (struct coding_system): Adjust prototype of the member `detector'.
17316 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17317
173182008-02-01 Kenichi Handa <handa@m17n.org>
17319
17320 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17321
173222008-02-01 Dave Love <fx@gnu.org>
17323
17324 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17325 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17326 to new local and nullify apropos_accumulate before returning.
17327 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17328
173292008-02-01 Kenichi Handa <handa@m17n.org>
17330
17331 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17332 correctly.
e3eea1fc 17333
aac0c6e3
MR
173342008-02-01 Dave Love <fx@gnu.org>
17335
17336 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17337
173382008-02-01 Kenichi Handa <handa@m17n.org>
17339
17340 The following changes are to make character composition happen
17341 automatically on displaying.
17342
17343 * Makefile.in (lisp, shortlisp): Add composite.elc.
17344
17345 * composite.h (Qauto_composed, Vauto_composition_function)
17346 (Qauto_composition_function): Extern them.
17347
17348 * composite.c (Vcomposition_function_table)
17349 (Qcomposition_function_table): Delete variables.
17350 (Qauto_composed, Vauto_composition_function)
17351 (Qauto_composition_function): New variables.
17352 (run_composition_function): Don't call
17353 compose-chars-after-function.
17354 (update_compositions): Clear `auto-composed' text property.
17355 (compose_chars_in_text): Delete this function.
17356 (syms_of_composite): Staticpro Qauto_composed and
17357 Qauto_composition_function. Declare Vauto_composition_function as
17358 a Lisp variable.
17359
17360 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17361
17362 * xdisp.c (it_props): Add an entry for Qauto_composed.
17363 (handle_auto_composed_prop): New function.
17364
17365 * xselect.c (selection_data_to_lisp_data): Don't call
17366 compose_chars_in_text.
17367
173682008-02-01 Dave Love <fx@gnu.org>
17369
17370 * keyboard.c (read_char): Modify checking around use of
17371 Vkeyboard_translate_table.
17372
17373 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17374 and fix C types.
17375
173762008-02-01 Kenichi Handa <handa@m17n.org>
17377
17378 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17379 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17380 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17381 the case that the last byte is '\r' correctly.
17382 (decode_coding): Flush out the unprocessed data correctly.
17383 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17384
173852008-02-01 Dave Love <fx@gnu.org>
17386
17387 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17388 Add XK_ISO... case.
17389 (xaw_scroll_callback): Revert last change.
17390
173912008-02-01 Kenichi Handa <handa@m17n.org>
17392
17393 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17394
173952008-02-01 Kenichi Handa <handa@m17n.org>
17396
17397 * xfaces.c (Vface_resizing_fonts): New variable.
17398 (struct font_name): New member `resizing_ratio'.
17399 (font_resizing_ratio): New function.
17400 (split_font_name): Set font->resizing_ratio.
17401 (better_font_p): Pay attention to font->resizing_ratio.
17402 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17403 RESX, and RESY fields.
17404 (try_alternative_families): Try scalable fonts if
17405 Vscalable_fonts_allowed is not Qt.
17406 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17407
174082008-02-01 Dave Love <fx@gnu.org>
17409
17410 * xterm.c (xaw_scroll_callback): Cast correctly.
17411
174122008-02-01 Dave Love <fx@gnu.org>
17413
17414 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17415 (lispy_kana_keys): Comment out.
17416 (make_lispy_event) [XK_kana_A]: Comment out.
17417
17418 * xterm.c (xaw_scroll_callback): Cast call_data.
17419 (XTread_socket): Deal with ASCII keysyms.
17420 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17421
174222008-02-01 Dave Love <fx@gnu.org>
17423
17424 * xterm.c (Vx_keysym_table): New.
17425 (syms_of_xterm): Initialize it.
17426 (XTread_socket): Use it.
17427 From head: Eliminate incorrect optimization that tried to avoid
17428 decoding the output of X*LookupString.
17429 (x_get_font_repertory): Delete charset declaration.
17430
174312008-02-01 Kenichi Handa <handa@m17n.org>
17432
17433 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17434 return 0.
17435 (Fdefine_coding_system_internal): Setup
17436 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17437
174382008-02-01 Dave Love <fx@gnu.org>
17439
17440 * coding.c (Fcheck_coding_system): Doc fix.
17441
17442 * editfns.c (Finsert_byte): Return a proper value.
17443
174442008-02-01 Kenichi Handa <handa@m17n.org>
17445
17446 * coding.c (decode_coding): Fix args to translate_chars. Pay
17447 attention to Vstandard_translation_table_for_decode.
17448 (encode_coding): Fix args to translate_chars. Pay attention to
17449 Vstandard_translation_table_for_encode.
17450
17451 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17452 SINGLE_BYTE_CHAR_P.
17453
17454 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17455 not by SINGLE_BYTE_CHAR_P.
17456
17457 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17458 SINGLE_BYTE_CHAR_P.
17459
17460 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17461 SINGLE_BYTE_CHAR_P.
17462
17463 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17464 by SINGLE_BYTE_CHAR_P.
17465
17466 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17467 SINGLE_BYTE_CHAR_P.
17468
174692008-02-01 Dave Love <fx@gnu.org>
17470
17471 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17472
174732008-02-01 Dave Love <fx@gnu.org>
17474
17475 * fns.c (Flanginfo): Fix typo.
17476
17477 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17478
174792008-02-01 Kenichi Handa <handa@m17n.org>
17480
17481 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17482 (detect_coding_emacs_mule, detect_coding_iso_2022)
17483 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17484 incomplete byte sequence. Don't update *mask when correctly detected.
17485 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17486 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17487 (detect_coding, detect_coding_system): Adjust for the changes above.
17488
174892008-02-01 Kenichi Handa <handa@m17n.org>
17490
17491 * character.c (char_string): Rename from
17492 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17493 (string_char): Rename from string_char.
17494
17495 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17496 if C is greater than MAX_3_BYTE_CHAR.
17497 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17498 string_char instead of string_char_with_unification.
17499
175002008-02-01 Dave Love <fx@gnu.org>
17501
17502 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17503
175042008-02-01 Kenichi Handa <handa@m17n.org>
17505
17506 * keymap.c (push_key_description): Pay attention to force_multibyte.
17507
17508 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17509
175102008-02-01 Dave Love <fx@gnu.org>
17511
17512 * charset.c (define_charset_internal): Rename `supprementary'.
17513
17514 * Makefile.in (lisp, shortlisp): Remove latin-N.
17515
175162008-02-01 Dave Love <fx@gnu.org>
17517
17518 * xfns.c (x_window, x_window): Use use_xim.
17519
17520 * xterm.c (use_xim): Initialize.
17521 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17522 (x_term_init): Maybe set use_xim.
17523
17524 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17525
175262008-02-01 Kenichi Handa <handa@m17n.org>
17527
17528 * search.c (search_buffer): Fix case-fold-search of multibyte
17529 characters.
17530 (boyer_moore): Rename the last argument to char_high_bits.
17531
175322008-02-01 Kenichi Handa <handa@m17n.org>
17533
17534 * xdisp.c (display_string): Fix for the case of zero width glyph.
17535
17536 * xfns.c (x_set_font): Change the error message of the case that
17537 x_new_fontset returns Qt.
17538
17539 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17540 (Finternal_set_lisp_face_attribute): Use signal_error for the
17541 error of invalid fontset.
17542
17543 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17544 fontset, return Qt.
17545
175462008-02-01 Dave Love <fx@gnu.org>
17547
17548 * unexelf.c (unexec): Make .got handling not SGI-specific.
17549
17550 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17551
17552 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17553
17554 * keyboard.c (read_key_sequence): Fix type error.
17555
17556 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17557 type error.
17558
17559 * fontset.c (fontset_add): Return Lisp_Object.
17560
175612008-02-01 Dave Love <fx@gnu.org>
17562
17563 * charset.h (charset_ordered_list_tick): Declare extern.
17564
175652008-02-01 Kenichi Handa <handa@m17n.org>
17566
17567 The following changes (and some of 2008-02-01 changes of mine) are
17568 for handling syntax, category, and case conversion for unibyte
17569 characters by converting them to multibyte on the fly. With these
17570 changes, we don't have to setup syntax and case tables for unibyte
17571 characters in each language environment.
17572
17573 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17574 multibyte if necessary.
17575
17576 * bytecode.c (Fbyte_code): Likewise.
17577
17578 * character.h (LEADING_CODE_LATIN_1_MIN)
17579 (LEADING_CODE_LATIN_1_MAX): New macros.
17580 (unibyte_to_multibyte_table): Extern it.
17581 (unibyte_char_to_multibyte): New macro.
17582 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17583 (CHAR_LEADING_CODE): New macro.
17584 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17585
17586 * character.c (unibyte_to_multibyte_table): New variable.
17587 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17588 (multibyte_char_to_unibyte): If C is an eight-bit character,
17589 convert it to the corresponding byte value.
17590
17591 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17592 not 1, signals an error. Update the elements of
17593 unibyte_to_multibyte_table.
17594 (init_charset_once): Initialize unibyte_to_multibyte_table.
17595 (syms_of_charset): Define the charset `iso-8859-1'.
17596
17597 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17598 as is without converting it to unibyte. In a unibyte buffer,
17599 convert C to multibyte before checking the syntax.
17600
17601 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17602
17603 * minibuf.c (Fminibuffer_complete_word): Use the macro
17604 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17605
17606 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17607
17608 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17609 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17610 that is zero, convert an eight-bit char to multibyte.
17611 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17612 non-emacs case.
17613 (PATFETCH): Convert an eight-bit char to multibyte.
17614 (HANDLE_UNIBYTE_RANGE): New macro.
17615 (regex_compile): Setup the compiled pattern for multibyte chars
17616 even if the given regex string is unibyte. Use PATFETCH_RAW
17617 instead of PATFETCH in many places. To handle `charset'
17618 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17619 only for ASCII chars.
17620 (analyse_first) <exactn>: Simplify because the compiled pattern
17621 is multibyte.
17622 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17623 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17624 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17625 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17626 multibyte always 1.
17627 (re_search_2): In emacs, set the locale variable multibyte to 1,
17628 otherwise to 0. New local variable target_multibyte. Check it
17629 to decide the multibyteness of STR1 and STR2. If
17630 target_multibyte is zero, convert unibyte chars to multibyte
17631 before translating and checking fastmap.
17632 (TARGET_CHAR_AND_LENGTH): New macro.
17633 (re_match_2_internal): In emacs, set the locale variable multibyte
17634 to 1, otherwise to 0. New local variable target_multibyte. Check
17635 it to decide the multibyteness of STR1 and STR2. Use
17636 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17637 <charset, charset_not>: If multibyte is nonzero, check fastmap
17638 only for ASCII chars. Call bcmp_translate with
17639 target_multibyte, not with multibyte.
17640 <begline>: Declare the local variable C as `unsigned'.
17641 (bcmp_translate): Change the last arg name to target_multibyte.
17642
17643 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17644 the regexp pattern and the matching target. Set cp->buf.multibyte
17645 to the multibyteness of the regexp pattern. Set
17646 cp->but.target_multibyte to the multibyteness of the matching target.
17647 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17648 FETCH_STRING_CHAR_ADVANCE.
17649 (Freplace_match): Convert unibyte chars to multibyte.
17650
17651 * syntax.c (char_quoted, back_comment, scan_words)
17652 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17653 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17654 unibyte chars to multibyte.
17655 (skip_chars): Delete the arg syntaxp, and move the code for
17656 handling syntaxes to skip_syntaxes. Change callers.
17657 Fix the case that the multibyteness of STRING and the current
17658 buffer doesn't match.
17659 (skip_syntaxes): New function.
17660 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17661 SINGLE_BYTE_CHAR_P.
17662
176632008-02-01 Kenichi Handa <handa@m17n.org>
17664
17665 * xfaces.c (QCfontset): New variable.
17666 (LFACE_FONTSET): New macro.
17667 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17668 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17669 (Finternal_set_lisp_face_attribute)
17670 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17671 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17672 check also LFACE_FONTSET_INDEX.
17673 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17674 attrs[LFACE_FONT_INDEX].
17675 (syms_of_xfaces): Intern and staticpro QCfontset.
17676
17677 * dispextern.h (enum lface_attribute_index): New member
17678 LFACE_FONTSET_INDEX.
17679
17680 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17681
176822008-02-01 Kenichi Handa <handa@m17n.org>
17683
17684 * coding.c (coding_set_destination): Fix coding->destination for
17685 the case converting a region.
17686 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17687 (encode_coding_object): Fix coding->dst_pos and
17688 coding->dst_pos_byte for the case converting a region.
17689
17690 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17691
17692 * character.h (BYTE8_STRING): New macro.
17693
17694 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17695
176962008-02-01 Kenichi Handa <handa@m17n.org>
17697
17698 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17699 characters by octal form.
17700
17701 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17702
17703 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17704 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17705 _fetch_multibyte_char_len.
17706 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17707
17708 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17709
17710 * casefiddle.c (casify_object): Simplify. Handle the case that
17711 the case conversion change the byte length.
17712 (casify_region): Likewise.
17713
17714 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17715
17716 * character.c (_fetch_multibyte_char_len): Delete this variable.
17717 (syms_of_character): Setup Vprintable_chars.
17718
17719 * editfns.c (Fchar_equal): Fix for the unibyte case.
17720 (Finsert_byte): New function.
17721 (syms_of_editfns): Defsubr it.
17722
17723 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17724 of direct code 0x3ffff.
17725
17726 * search.c (Freplace_match): Fix for the unibyte case.
17727
177282008-02-01 Kenichi Handa <handa@m17n.org>
17729
17730 * lread.c (safe_to_load_p): Fix the logic.
17731
17732 * syntax.c (scan_words): Don't treat characters belonging to
17733 different scripts as constituting a word.
17734
17735 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17736
17737 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17738
17739 * emacs.c (main): In the case of --unibyte, instead of aborting on
17740 finding non-empty buffer, make it unibyte.
17741
177422008-02-01 Kenichi Handa <handa@m17n.org>
17743
17744 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17745 to create a fontset.
17746
177472008-02-01 Dave Love <fx@gnu.org>
17748
17749 * character.c (Funibyte_char_to_multibyte): Doc fix.
17750
17751 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17752
177532008-02-01 Kenichi Handa <handa@m17n.org>
17754
17755 * fontset.c (fontset_add): Make the type `int'.
17756 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17757
17758 * character.c (unibyte_char_to_multibyte)
17759 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17760 charset_unibyte, not charset_primary.
17761
17762 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17763
17764 * charset.c (charset_unibyte): Rename from charset_primary.
17765 (Funibyte_charset): Rename from Fprimary_charset.
17766 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17767 (syms_of_charset): Adjust for the above changes.
17768
17769 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17770 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17771 it->multibyte_p is zero.
17772
17773 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17774 Delete extern.
17775
177762008-02-01 Kenichi Handa <handa@m17n.org>
17777
17778 * coding.c (Fdefine_coding_system_internal): Fix category setting
17779 for a coding system of type iso-2022.
17780
177812008-02-01 Kenichi Handa <handa@m17n.org>
17782
17783 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17784
177852008-02-01 Kenichi Handa <handa@m17n.org>
17786
17787 * syntax.c (Vnext_word_boundary_function_table): New variable.
17788 (next-word-boundary-function-table): Declare it as a Lisp variable
17789 in syms_of_syntax.
17790 (scan_words): Call functions in Vnext_word_boundary_function_table
17791 if any.
17792
17793 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17794
17795 * fontset.c (fs_load_font): If fontp->charset is not negative,
17796 return fontp without setting its members.
17797
177982008-02-01 Dave Love <fx@gnu.org>
17799
17800 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17801
17802 * m/sparc.h (HAVE_ALLOCA): Delete.
17803
17804 * s/irix6-5.h: Don't include strings.h.
17805 (bcopy, bzero, bcmp): Don't undef.
17806
17807 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17808
17809 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17810 (TIOCSIGSEND): Don't test IRIX6.
17811 (bcopy, bzero, bcmp): Define conditionally.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * buffer.c (Qas, Qmake, Qto): New variables.
17816 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17817 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17818
17819 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17820 we are inserting a process output into a multibyte buffer.
17821
17822 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17823 multibyte_char_to_unibyte.
17824
17825 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17826 by the primary charset, make it eight-bit char.
17827 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17828
17829 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17830 (charset_8_bit__control, charset_8_bit_graphic)
17831 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17832 (define_charset_internal): New function.
17833 (syms_of_charset): Call define_charset_internal for pre-defined
17834 charsets.
17835
17836 * charset.h (charset_8_bit): Extern it.
17837
17838 * coding.c (make_conversion_work_buffer): Adjust for the change
17839 of Fset_buffer_multibyte.
17840 (encode_coding_raw_text): Increment p0 in the loop.
17841
17842 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17843
17844 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17845 for the change of Fset_buffer_multibyte.
17846
17847 * fns.c (Fstring_to_multibyte): New function.
17848 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17849
178502008-02-01 Dave Love <fx@gnu.org>
17851
17852 * xfns.c (x_put_x_image): Declare args.
17853
17854 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17855 (try_font_list): Declare an arg.
17856
17857 * xdisp.c (message2_nolog, set_message): Declare an arg.
17858
17859 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17860
17861 * syntax.c (scan_sexps_forward): Declare an arg.
17862
17863 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17864 Declare an arg.
17865
17866 * lisp.h (Fnew_fontset): Declare.
17867
17868 * keymap.c (push_key_description): Call CHARACTERP correctly.
17869
17870 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17871 (face_for_char): Delete unused vars.
17872 (Fset_fontset_font): Doc fix. Delete unused vars.
17873
17874 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17875
17876 * composite.c (update_compositions): Declare arg.
17877
17878 * cm.c (calccost, cmgoto): Declare args.
17879
17880 * charset.c: Remove `emacs' conditional. Doc fixes.
17881 (map_char_table_for_charset): Declare.
17882
17883 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17884
17885 * ccl.c: Remove `emacs' conditional.
17886
178872008-02-01 Kenichi Handa <handa@m17n.org>
17888
17889 The following changes are to allow specifying multiple font
17890 patterns for a character range (specified by script or charset).
17891
17892 * Makefile.in (abbrev.o): Depend on syntax.h.
17893 (xfaces.o): Depend on charset.h.
17894
17895 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17896 SINGLE_BYTE_CHAR_P.
17897
17898 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17899
17900 * character.h (Vchar_script_table): Extern it.
17901
17902 * character.c (Vscript_alist): Delete.
17903 (Vchar_script_table, Qchar_script_table): New variable.
17904 (syms_of_character): Declare Vchar_script_table as a lisp variable
17905 and initialize it.
17906
17907 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17908 have property char-table-extra-slots, make no extra slot.
17909
17910 * dispextern.h (struct face): Delete member `charset'.
17911 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17912 SINGLE_BYTE_CHAR_P.
17913 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17914 Add prototypes.
17915 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17916 (generate_ascii_font_name): Rename from generate_ascii_font.
17917
17918 * fontset.h (get_font_repertory_func): New prototype.
17919 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17920 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17921
17922 * fontset.c (Qprepend, Qappend): New variables.
17923 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17924 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17925 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17926 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17927 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17928 (load_font_get_repertory): New functions.
17929 (fontset_set): Delete.
17930 (fontset_face): New arg FACE. Return face ID, not face.
17931 Complete re-write to handle new fontset structure. Change caller.
17932 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17933 (face_for_char): Don't call lookup_face.
17934 (make_fontset_for_ascii_face): New arg FACE.
17935 (fs_load_font): New arg CHARSET_ID. Don't check
17936 Vfont_encoding_alist here.
17937 (find_font_encoding): New function.
17938 (list_fontsets): Use STRINGP, not ! NILP.
17939 (accumulate_script_ranges): New function.
17940 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17941 re-written to handle new fontset structure.
17942 (Ffontset_font): Return a copy of element.
17943 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17944 docstring of font-encoding-alist.
17945
17946 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17947 (Fset_fotset_font): Fix arguments to 5.
17948
17949 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17950
17951 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17952 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17953 (highlight_trailing_whitespace): Adjust for the change of
17954 lookup_named_face.
17955
17956 * xfaces.c: Include charset.h.
17957 (load_face_font): Delete argument C. Change caller.
17958 (generate_ascii_font_name): Rename from generate_ascii_font.
17959 (font_name_registry): New function.
17960 (cache_face): Store ascii faces before non-ascii faces in buckets.
17961 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17962 Lookup only ascii faces.
17963 (lookup_non_ascii_face): New function.
17964 (lookup_named_face): Delete argument C. Change caller.
17965 (lookup_derived_face): Delete argument C. Change caller.
17966 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17967 a string, just call font_list with it.
17968 (choose_face_font): Delete arguments FACE and C. New arg
17969 FONT_SPEC. Change caller.
17970 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17971 Change caller.
17972 (realize_non_ascii_face): New function.
17973 (realize_x_face): Call load_face_font here.
17974 (realize_tty_face): Delete argument C. Change caller.
17975 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17976 get a face ID.
17977 (dump_realized_face): Don't print charset of FACE.
17978
17979 * xfns.c (x_set_font): Always call x_new_fontset and
17980 store_frame_parameter.
17981 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17982 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17983
17984 * xterm.h (x_get_font_repertory): Extern it.
17985
17986 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17987 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17988 it->multibyte_p is zero.
17989 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17990 (x_new_fontset): If FONTSETNAME doesn't match any existing
17991 fontsets, create a new one.
17992 (x_get_font_repertory): New function.
17993
179942008-02-01 Kenichi Handa <handa@m17n.org>
17995
17996 * coding.c (Ffind_coding_systems_region_internal): Detect an
17997 ASCII only string correctly.
17998
17999 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
18000 version is 0.
18001
180022008-02-01 Kenichi Handa <handa@m17n.org>
18003
18004 * lread.c: Include "coding.h".
18005 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
18006 (load_each_byte, unread_char): New variables.
18007 (readchar_backlog): Delete.
18008 (readchar): Return a character unless load_each_byte is nonzero.
18009 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
18010 cons. If unread_char is not -1, simply return it.
18011 (unreadchar): Handle the case that readcharfun is
18012 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
18013 (read_multibyte): Delete.
18014 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
18015 (read_emacs_mule_char): New functions.
18016 (Fload): Even if the file doesn't have the extension ".elc", if
18017 safe_to_load_p returns a positive version number, assume that the
18018 file contains bytecompiled code. If the version is less than 22,
18019 load the file while decoding multibyte sequences by emacs-mule.
18020 (readevalloop): Don't use readchar_backlog.
18021 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
18022 (Fread_from_string): Pay attention to the case that STREAM is a cons.
18023 (read_escape): Delete the arg BYTEREP.
18024 (read1): Set load_each_byte to 1 temporarily while handling
18025 #@NUMBER. Don't call read_multibyte.
18026 (read_vector): Call Fread with a cons. If readcharfun is
18027 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
18028 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
18029 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
18030 and Qload_force_doc_strings.
18031
180322008-02-01 Kenichi Handa <handa@m17n.org>
18033
18034 * xdisp.c (face_before_or_after_it_pos): Call
18035 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18036
180372008-02-01 Kenichi Handa <handa@m17n.org>
18038
18039 * character.h (TRAILING_CODE_P): New macro.
18040 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
18041 (string_char_with_unification): Fix prototype.
18042 (Vscript_alist): Extern it.
18043
18044 * character.c (Vscript_alist): New variable.
18045 (string_char_with_unification, str_as_unibyte)
18046 (string_escape_byte8): Add `const' to local variables.
18047 (syms_of_character): Declare script-alist as a Lisp variable.
18048
18049 * charset.h (Vcharset_ordered_list): Extern it.
18050 (charset_ordered_list_tick): Extern it.
18051 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
18052 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
18053 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
18054 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
18055 (Funify_charset): Adjust for the change of Funify_charset.
18056
18057 * charset.c (charset_ordered_list_tick): New variable.
18058 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
18059 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
18060 deunify intead of unify a charset.
18061 (string_xstring_p): Add `const' to local variables.
18062 (find_charsets_in_text): Add `const' to arguments and local variables.
18063 (encode_char): Adjust for the change of Funify_charset. Fix
18064 detecting of invalid code.
18065 (Fset_charset_priority): Increment charset_ordered_list_tick.
18066 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
18067 and TO_CODE.
18068
18069 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
18070 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
18071 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
18072 (decode_coding_ccl, consume_chars)
18073 (Ffind_coding_systems_region_internal)
18074 (Fcheck_coding_systems_region): Add `const' to local variables.
18075
18076 * print.c (print_object): Use octal form for printing the
18077 contents of a bool vector.
18078
180792008-02-01 Dave Love <fx@gnu.org>
18080
18081 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
18082 <version == 20>: Refuse to load.
18083
180842008-02-01 Dave Love <fx@gnu.org>
18085
18086 * fns.c: Move coding.h.
18087 (Qcodeset, Qdays, Qmonths): New.
18088 (concat): Use CHARACTERP instead of INTEGERP.
18089 (Flocale_codeset): Delete.
18090 (Flanginfo): New function.
18091 (syms_of_fns): Change accordingly.
18092
18093 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
18094
180952008-02-01 Dave Love <fx@gnu.org>
18096
18097 * casetab.c (init_casetab_once, init_casetab_once): Fix
18098 CHAR_TABLE_SET call.
18099
18100 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
18101
18102 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
18103
18104 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
18105 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
18106 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
18107
18108 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
18109
18110 * coding.c (ENCODE_DESIGNATION, decode_eol)
18111 (make_conversion_work_buffer, code_conversion_restore)
18112 (Fdefine_coding_system_internal): Convert Lisp types.
18113 (code_conversion_restore): Use EQ, not ==.
18114 (Fencode_coding_string): Fix code_convert_string call.
18115
18116 * coding.h (code_convert_region): Fix prototype.
18117
18118 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
18119
18120 * fontset.c (fontset_ref, fontset_set, fs_load_font)
18121 (Ffontset_info): Convert Lisp types.
18122
18123 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
18124
18125 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
18126
18127 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
18128
18129 * chartab.c: Include "...h", not <...h> in some cases.
18130
18131 * callproc.c (Fcall_process): Remove unused variables.
18132
181332008-02-01 Dave Love <fx@gnu.org>
18134
18135 * coding.c (Fset_coding_system_priority): Allow null arg list.
18136
181372008-02-01 Dave Love <fx@gnu.org>
18138
18139 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18140 (Fself_insert_and_exit): Use CHARACTERP.
18141
18142 * callproc.c (Fcall_process): Remove unused vars.
18143
18144 * xterm.c (XTread_socket): Add extra dead keysyms.
18145
18146 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
18147
18148 * dispextern.h: Remove prototypes for redraw_frame,
18149 redraw_garbaged_frames.
18150
18151 * cmds.c (Fself_insert_command): Use CHARACTERP.
18152
18153 * chartab.c (make_sub_char_table): Remove unused var.
18154 (Fset_char_table_default, Fmap_char_table): Doc fix.
18155
18156 * keymap.c (access_keymap): Remove generic char code.
18157 (push_key_description): Use CHARACTERP.
18158
181592008-02-01 Dave Love <fx@gnu.org>
18160
18161 * charset.c: Doc fixes.
18162 (Funify_charset): Extra checking.
18163
181642008-02-01 Dave Love <fx@gnu.org>
18165
18166 * lread.c: Remove some unused variables.
18167 (safe_to_load_p): If safe, return the magic number version byte.
18168 (Fload): Maybe use load-with-code-conversion.
18169
181702008-02-01 Kenichi Handa <handa@m17n.org>
18171
18172 * category.c (Fmodify_category_entry): Don't modify the contents
18173 of category_set for characters out of the range. Avoid
18174 unnecessary modification.
18175
18176 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18177 Vchar_unify_table. The default value of the table is now nil.
18178
18179 * character.c (syms_of_character): Setup Vchar_width_table for
18180 eight-bit-control and raw-byte chars.
18181
18182 * charset.h (enum define_charset_arg_index): Delete
18183 charset_arg_parents and add charset_arg_subset and
18184 charset_arg_superset.
18185 (enum charset_attr_index): Delete charset_parents and add
18186 charset_subset and charset_superset.
18187 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18188 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18189 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18190 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18191 (CHARSET_SUPERSET): New macros.
18192 (charset_work): Extern it.
18193 (ENCODE_CHAR): Use charset_work.
18194 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18195 (map_charset_chars): Extern it.
18196
18197 * charset.c (load_charset_map): Set the default value of encoder
18198 and deunifier char-tables to nil.
18199 (map_charset_chars): Change argument. Change callers. Use
18200 map_char_table_for_charset instead of map_char_table.
18201 (Fmap_charset_chars): New optional args from_code and to_code.
18202 (Fdefine_charset_internal): Adjust for the change of
18203 `define-charset' (:parents -> :subset or :superset).
18204 (charset_work): New variable.
18205 (encode_char, syms_of_charset): Adjust for the change of
18206 Fdefine_charset_internal.
18207 (Ffind_charset_string): Setup the vector `charsets' correctly.
18208
18209 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18210 the previous change.
18211 (char_table_ref_and_range): Adjust for the above change.
18212 (map_sub_char_table_for_charset): New function.
18213 (map_char_table_for_charset): New function.
18214
18215 * keymap.c (describe_vector): Handle a char-table directly here.
18216 (describe_char_table): Delete.
18217
18218 * lisp.h (map_charset_chars): Delete.
18219
182202008-02-01 Dave Love <fx@gnu.org>
18221
18222 * fns.c (count_combining): Comment out (unused).
18223 (Flocale_codeset): New.
18224 (syms_of_fns): Defsubr it.
18225
18226 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18227 (size_t): Remove.
18228
182292008-02-01 Dave Love <fx@gnu.org>
18230
18231 * Makefile.in (chartab.o): Depend on charset.h.
18232
182332008-02-01 Kenichi Handa <handa@m17n.org>
18234
18235 * character.c (syms_of_character): Set the default value of
18236 Vprintable_chars to Qnil.
18237
182382008-02-01 Dave Love <fx@gnu.org>
18239
18240 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18241
182422008-02-01 Kenichi Handa <handa@m17n.org>
18243
18244 * charset.c (load_charset_map): Handle the case that from < to
18245 correctly.
18246
18247 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18248 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18249 Pay attention to raw-8-bit chars.
18250
182512008-02-01 Kenichi Handa <handa@m17n.org>
18252
18253 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18254 It is not bytecompiled now.
18255
18256 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18257 (charset_jisx0208): New variables.
18258 (Fdefine_charset_internal): Setup them if appropriate.
18259 (init_charset_once): Initialize them to -1.
18260
18261 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18262 (charset_jisx0208): Extern them.
18263
18264 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18265 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18266 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18267 (setup_iso_safe_charsets): Fix arguments to Fassq.
18268 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18269 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18270 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18271 (encode_coding_iso_2022): Change the 1st arg to
18272 ENCODE_ISO_CHARACTER to a variable.
18273
182742008-02-01 Kenichi Handa <handa@m17n.org>
18275
18276 * charset.h (enum define_charset_arg_index): New enums
18277 charset_arg_min_code and charset_arg_max_code.
18278 (struct charset): New member char_index_offset.
18279
18280 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18281 Take charset->char_index_offset into account.
18282 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18283 args[charset_arg_max_code]. Setup charset.char_index_offset.
18284 (syms_of_charset): Fix args to Fdefine_charset_internal.
18285
182862008-02-01 Dave Love <fx@gnu.org>
18287
18288 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18289
182902008-02-01 Dave Love <fx@gnu.org>
18291
18292 * coding.c: Doc fixes.
18293 (Fcoding_system_aliases): Fix return value.
18294 (Qmac): Remove (duplicated) definition.
18295
182962008-02-01 Dave Love <fx@gnu.org>
18297
362654a6
JB
18298 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18299 New functions.
aac0c6e3
MR
18300
18301 * character.c (Fstring): Doc fix.
18302
18303 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18304
362654a6 18305 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18306 (font-encoding-alist): Doc fix.
18307
183082008-02-01 Dave Love <fx@gnu.org>
18309
18310 * term.c (costs_set): Declare static, non-initialized for pcc.
18311 (encode_terminal_code): Remove unused var.
18312
18313 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18314 for K&R.
18315
18316 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18317
18318 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18319 (suffixes): Move out of make_subsidiaries for K&R.
18320
18321 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18322
18323 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18324
183252008-02-01 Dave Love <fx@gnu.org>
18326
18327 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18328
18329 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18330
183312008-02-01 Yong Lu <lyongu@asia-infonet.com>
18332
18333 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18334
18335 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18336
183372008-02-01 Kenichi Handa <handa@m17n.org>
18338
18339 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18340 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18341
183422008-02-01 Kenichi Handa <handa@m17n.org>
18343
18344 * coding.c (decode_coding_charset): Adjust for the change of
18345 Fdefine_coding_system_internal.
18346 (Fdefine_coding_system_internal): For a coding system of
18347 `charset' type, store a list of charset IDs in
18348 `charset_attr_charset_valids' element of coding attributes.
18349
183502008-02-01 Kenichi Handa <handa@m17n.org>
18351
18352 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18353 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18354 caller. Handle 2-byte and 3-byte charsets correctly.
18355 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18356 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18357 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18358 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18359 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18360 sequence.
18361 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18362 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18363 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18364 and alt&rule composition.
18365 (decode_coding_iso_2022): Handle composition correctly.
18366 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18367
18368 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18369 re-defining a charset. If the charset has :emacs-mule-id, setup
18370 emacs_mule_bytes.
18371 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18372
183732008-02-01 Kenichi Handa <handa@m17n.org>
18374
18375 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18376 (encode_coding_big5, encode_coding_charset): If coding requires safe
18377 encoding, produce a character specified by
18378 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18379
183802008-02-01 Dave Love <fx@gnu.org>
18381
18382 * xterm.c (XSetIMValues): Declare.
18383
18384 * process.c: Conditionally include sys/wait.h, pty.h.
18385
18386 * print.c (print_object): Fix print format for 64-bit systems.
18387
18388 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18389
18390 * buffer.c (emacs_strerror): Declare.
18391
18392 * fontset.c (Fclear_face_cache): Declare.
18393 (accumulate_font_info): Comment-out (unused).
18394 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18395 variables.
18396
18397 * character.h (string_escape_byte8): Declare.
18398
18399 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18400 unused vars.
18401 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18402 (Fmap_charset_chars): Doc fix.
18403
18404 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18405 (Fset_coding_system_priority, Fset_coding_system_priority)
18406 (Fdefine_coding_system_internal): Doc fix.
18407
184082008-02-01 Dave Love <fx@gnu.org>
18409
18410 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18411
184122008-02-01 Kenichi Handa <handa@m17n.org>
18413
18414 * character.c (string_escape_byte8): Make multibyte string with
18415 correct size.
18416
18417 * charset.c (Fmake_char): Delete unnecessary code.
18418
184192008-02-01 Kenichi Handa <handa@m17n.org>
18420
18421 * xfns.c (x_encode_text): Allocate coding.destination here, and
18422 call encode_coding_object with dst_object Qnil.
18423
18424 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18425 multibyte form correctly.
18426
18427 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18428 against Vfont_encoding_alist.
18429
18430 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18431 handling of charset list.
18432 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18433 (decode_coding_object): Move point to coding->dst_pos before
18434 calling post-read-conversion function.
18435 (encode_coding_object): Give correct arguments to
18436 pre-write-conversion. Ignore the return value of
18437 pre-write-conversion function. Pay attention to the case that
18438 pre-write-conversion changes the current buffer. If dst_object is
18439 Qt, even if coding->src_bytes is zero, allocate at least one byte
18440 to coding->destination.
18441
18442 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18443
18444 * charset.c (Fmake_char): Make it more backward compatible.
18445 (Fmap_charset_chars): Fix docstring.
18446
184472008-02-01 Dave Love <fx@gnu.org>
18448
18449 * coding.c: Doc fixes.
18450 (Fdefine_coding_system_alias): Use names, not symbols, in
18451 coding-system-alist.
18452
184532008-02-01 Kenichi Handa <handa@m17n.org>
18454
18455 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18456 of calling free_realized_face.
18457
184582008-02-01 Yong Lu <lyongu@asia-infonet.com>
18459
18460 * charset.c (read_hex): Don't treat SPC as a comment starter.
18461 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18462 (Fdecode_char): Fix typo.
18463
184642008-02-01 Kenichi Handa <handa@m17n.org>
18465
18466 * charset.h (struct charset): New member `code_space_mask'.
18467
18468 * coding.c (coding_set_source): Delete the local variable beg_byte.
18469 (encode_coding_charset, Fdefine_coding_system_internal):
18470 Delete the local variable charset.
18471 (Fdefine_coding_system_internal): Setup
18472 attrs[coding_attr_charset_valids] correctly.
18473
18474 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18475 member to check if CODE is valid or not.
18476 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18477 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18478 is within the range of charset->min_code and carset->max_code.
18479
184802008-02-01 Dave Love <fx@gnu.org>
18481
18482 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18483
18484 * dispextern.h (generate_ascii_font): Fix return type.
18485
18486 * xfaces.c (generate_ascii_font): Fix arg declaration.
18487
18488 * coding.c (coding_inherit_eol_type)
18489 (Fset_terminal_coding_system_internal)
18490 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18491
184922008-02-01 Kenichi Handa <handa@m17n.org>
18493
18494 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18495 multiple charsets correctly.
18496
184972008-02-01 Kenichi Handa <handa@m17n.org>
18498
18499 * search.c (boyer_moore): Fix handling of multibyte character
18500 translation.
18501
18502 * xdisp.c (display_mode_element): When the variable `elt' is
18503 changed, update `this' and `lisp_string'.
18504
185052008-02-01 Kenichi Handa <handa@m17n.org>
18506
18507 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18508
18509 * callproc.c (Fcall_process): Be sure to give the current buffer
18510 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18511
18512 * charset.c (struct charset_map_entries): New struct.
18513 (load_charset_map): Rename from parse_charset_map. New args
18514 entries and n_entries. Change caller.
18515 (load_charset_map_from_file): Rename from load_charset_map.
18516 Change caller. New arg control_flag. Call load_charset_map at
18517 the tail.
18518 (load_charset_map_from_vector): New function.
18519 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18520 (encode_char): If the charset is compact, change a character index
18521 to a code point.
18522
18523 * coding.c (coding_alloc_by_making_gap): Check the case that the
18524 source and destination are the same correctly.
18525 (decode_coding_raw_text): Set coding->consumed_char and
18526 coding->consumed to 0.
18527 (produce_chars): If coding->chars_at_source is nonzero, update
18528 coding->consumed_char and coding->consumed before calling
18529 alloc_destination.
18530 (Fdefine_coding_system_alias): Register ALIAS in
18531 Vcoding_system_alist.
18532 (syms_of_coding): Define `no-conversion' coding system at the tail.
18533
18534 * fileio.c (Finsert_file_contents): Set coding_system instead of
18535 val. If the current buffer is multibyte, always call
18536 decode_coding_gap.
18537
18538 * xfaces.c (try_font_list): Give higher priority to fontset's
18539 family than face's family.
18540
185412008-02-01 Kenichi Handa <handa@m17n.org>
18542
18543 * callproc.c (Fcall_process): Be sure to give the current buffer
18544 to decode_coding_c_string.
18545
18546 * xfaces.c (try_font_list): Give a family specified in a fontset
18547 higher priority than a family specified in a face.
18548
185492008-02-01 Kenichi Handa <handa@m17n.org>
18550
18551 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18552 Fix arguments to insert_from_buffer.
18553
18554 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18555
185562008-02-01 Kenichi Handa <handa@m17n.org>
18557
18558 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18559 (decode_coding_gap): Set coding->dst_multibyte correctly.
18560
185612008-02-01 Kenichi Handa <handa@m17n.org>
18562
18563 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18564 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18565 (encode_coding_utf_16): Substitute coding->default_char for
18566 non-Unicode characters.
18567 (decode_coding): Don't call record_insert here.
18568 (setup_coding_system): Initialize `surrogate' of
18569 coding->spec.utf_16 to 0.
18570 (EMIT_ONE_BYTE): Fix for multibyte case.
18571
18572 * insdel.c (insert_from_gap): Call record_insert.
18573
185742008-02-01 Kenichi Handa <handa@m17n.org>
18575
18576 * casefiddle.c (casify_region): Fix multibyte case.
18577
18578 * character.c (c_string_width): Add return type `int'.
18579 (char_string_with_unification): Delete arg ADVANCED.
18580
18581 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18582 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18583 (CHAR_STRING_ADVANCE): Make it do-while statement.
18584
18585 * chartab.c (sub_char_table_set_range): Optimize for the case
18586 DEPTH == 3. Add workaround code for a GCC optimization bug.
18587
18588 * charset.c (parse_charset_map): Remove an unused variable.
18589
18590 * coding.c: Delete unused variables.
18591
18592 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18593 earlier. If inserted is zero and the coding system doesn't
18594 require flushing, don't call decode_coding_gap.
18595
18596 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18597
185982008-02-01 Kenichi Handa <handa@m17n.org>
18599
18600 The following changes are for using Unicode as an internal
18601 character model, and use UTF-8 format for buffer/string
18602 representation.
18603
18604 * .gdbinit (xchartable): Adjust for the change of char table structure.
18605 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18606
18607 * Makefile.in (obj): Add character.o and chartab.o.
18608 (lisp, shortlisp): Remove utf-8.elc.
18609 (*.o): For many files, change dependency on charset.h to
18610 character.h, and add dependency on character.h.
18611 (character.o, chartab.o): New targets.
18612
18613 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18614 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18615 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18616 of "charset.h".
18617
18618 * dired.c, filelock.c: Include "character.h".
18619
18620 * alloc.c: Include "character.h" instead of "charset.h".
18621 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18622 (syms_of_alloc): Remove defsubr for Smake_char_table.
18623
18624 * buffer.c: Include "character.h" instead of "charset.h", don't
18625 include "coding.h".
18626 (Fset_buffer_multibyte): Adjust for UTF-8.
18627
18628 * buffer.h: EXFUN Fbuffer_live_p.
18629
18630 * callproc.c: Include "character.h" instead of "charset.h".
18631 (Fcall_process): Big change for the new code-conversion APIs.
18632
18633 * casetab.c: Include "character.h" instead of "charset.h".
18634 (set_canon, set_identity, shuffle): Adjust for the new
18635 map_char_table spec.
18636 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18637 accessing the char table structure.
18638
18639 * chartab.c: New file that implements char table.
18640
18641 * category.c: Include "character.h".
18642 (copy_category_entry): New function.
18643 (copy_category_table): Call map_char_table and copy_category_entry.
18644 (Fmake_category_table): Initialize all top-level slots.
18645 (char_category_set): New function.
18646 (modify_lower_category_set): Delete.
18647 (Fmodify_category_entry): Call char_table_ref_and_range.
18648
18649 * category.h (CATEGORY_SET): Just call char_category_set.
18650
18651 * ccl.c: Include "character.h".
18652 (Qccl, Qcclp): New variables.
18653 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18654 it's less than 256.
18655 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18656 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18657 and DST type.
18658 (ccl_driver): Change types of argument, adjust code accordingly.
18659 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18660 ccl_driver.
18661 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18662
18663 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18664 New members src_multibyte, dst_multibyte, consumed, and produced.
18665 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18666 (CODING_SPEC_CCL_PROGRAM): New macro.
18667 (ccl_driver): Update prototype.
18668 (Qccl, Qcclp, Fccl_program_p): Extern them.
18669 (CHECK_CCL_PROGRAM): New macro.
18670
18671 * character.c, character.h, chartab.c: New files.
18672
18673 * charset.c: Mostly re-written. Move character and multibyte sequence
18674 handling codes to character.c.
18675
18676 * charset.h: Mostly re-written. Move character and multibyte sequence
18677 handling codes to character.h.
18678
18679 * coding.c, coding.h: Mostly re-written.
18680
18681 * composite.c: Include "character.h" instead of "charset.h".
18682 (CHAR_WIDTH): Move to character.h.
18683 (HASH_KEY, HASH_VALUE): Delete.
18684
18685 * composite.h (enum composition_method): Change order of enumeration
18686 symbols.
18687
18688 * data.c: Include "character.h" instead of "charset.h".
18689 (Faref): Call CHAR_TABLE_REF for a char table.
18690 (Faset): Call CHAR_TABLE_SET for a char table.
18691
18692 * dispextern.h (free_realized_face, check_face_attribytes)
18693 (generate_ascii_font): Extern them.
18694 (free_realized_multibyte_face): Delete extern.
18695
18696 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18697 table structure.
18698
18699 * editfns.c: Include "character.h" instead of "charset.h".
18700 (Fchar_to_string): Always call CHAR_STRING.
18701
18702 * emacs.c (main): Call init_charset_once, init_charset,
18703 syms_of_chartab, and syms_of_character.
18704
18705 * fileio.c: Include "character.h" instead of "charset.h".
18706 (Finsert_file_contents): Big change for the new code-conversion API.
18707 (choose_write_coding_system, Fwrite_region): Likewise.
18708 (build_annotations_2): Delete.
18709 (e_write): Big change for the new code-conversion API.
18710
18711 * fns.c: Include "character.h" instead of "charset.h".
18712 (copy_sub_char_table): Move to chartab.c.
18713 (Fcopy_sequence): Call copy_char_table for a char table.
18714 (concat): Delete codes calling count_multibyte.
18715 (string_char_to_byte, string_byte_to_char): Adjust for the new
18716 multibyte form.
18717 (internal_equal): Adjust for the change of char table structure.
18718 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18719 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18720 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18721 (char_table_translate, optimize_sub_char_table)
18722 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18723 chartab.c.
18724 (char_table_ref_and_index): Delete.
18725 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18726 (Fmd5): Call preferred_coding_system instead of accessing
18727 Vcoding_category_list. Adjust for the new code-conversion API.
18728 (syms_of_fns): Move defsubr for char table related functions to
18729 chartab.c.
18730
18731 * fontset.c: Mostly re-written.
18732
18733 * fontset.h (struct font_info): Change type of the member encoding_type.
18734 (enum FONT_SPEC_INDEX): New enum.
18735 (fontset_font_pattern, fs_load_font): Update prototype.
18736 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18737
18738 * indent.c: Include "character.h" instead of "charset.h".
18739 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18740
18741 * insdel.c: Include "character.h" instead of "charset.h".
18742 (copy_text): Don't refer to Vnonascii_translation_table.
18743 (insert_from_gap): New function.
18744
18745 * keyboard.c: Include "character.h" instead of "charset.h".
18746 (command_loop_1): Never call direct_output_forward_char before
18747 a non-ASCII character.
18748 (read_char): If Vkeyboard_translate_table is a char table, always
18749 translate a character.
18750
18751 * keymap.c: Include "character.h".
18752 (store_in_keymap): Handle the case that IDX is a cons.
18753 (Fdefine_key): Handle the case that KEY is a cons and the car part
18754 is also a cons (range).
18755 (push_key_description): Adjust for the new character code.
18756 (describe_vector): Call describe_char_table for a char table.
18757 (describe_char_table): New function.
18758
18759 * keymap.h (describe_char_table): Extern it.
18760
18761 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18762 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18763 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18764 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18765 Delete.
18766 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18767 structure.
18768 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18769 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18770 (CHARTAB_SIZE_BITS_3): New macros.
18771 (chartab_size): Extern it.
18772 (struct Lisp_Char_Table): Re-design.
18773 (struct Lisp_Sub_Char_Table): New structure.
18774 (HASH_KEY, HASH_VALUE): Move from fns.c.
18775 (CHARACTERBITS): Define as 22.
18776 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18777 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18778 (GC_SUB_CHAR_TABLE_P): New macro.
18779 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18780 (code_convert_string_norecord): Deleted extern.
18781 (init_character_once, syms_of_character, init_charset)
18782 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18783
18784 * lread.c: Include "character.h".
18785 (read_multibyte): New arg NBYTES.
18786 (read_escape): Change the meaning of returned *BYTEREP.
18787 (to_multibyte): Delete.
18788 (read1): Adjust the handling of char table and string.
18789
18790 * print.c: Include "character.h" instead of "charset.h".
18791 (print_string): Convert 8-bit raw bytes to octal form by
18792 string_escape_byte8.
18793 (print_object): Adjust for the new multibyte form. Print 8-bit
18794 raw bytes always in octal form. Handle sub char table correctly.
18795
18796 * process.c: Include "character.h" instead of "charset.h".
18797 (read_process_output, send_process): Adjust for the new
18798 code-conversion API.
18799
18800 * puresize.h (BASE_PURESIZE): Increase.
18801
18802 * regex.c: Include "character.h" instead of "charset.h".
18803 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18804 (regex_compile): Accept a range whose starting and ending
18805 character have different leading bytes.
18806 (analyse_first): Adjust for the above change.
18807
18808 * search.c: Include "character.h" instead of "charset.h".
18809 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18810 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18811
18812 * syntax.c: Include "character.h" instead of "charset.h".
18813 (syntax_parent_lookup): Delete.
18814 (Fmodify_syntax_entry): Accept a cons as CHAR.
18815 (skip_chars): Adjust for the new multibyte form.
18816 (init_syntax_once): Call char_table_set_range instead of directly
18817 accessing the structure of a char table.
18818
18819 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18820 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18821 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18822 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18823
18824 * term.c: Include "buffer.h" and "character.h".
18825 (encode_terminal_code, write_glyphs): Adjust for the new
18826 code-conversion API.
18827 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18828
18829 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18830
18831 * xdisp.c: Include "character.h".
18832 (get_next_display_element): Adjust for the new multibyte form.
18833 (disp_char_vector): Adjust for the new char table structure.
18834 (decode_mode_spec_coding): Adjust for the new structure of
18835 coding system.
18836 (decode_mode_spec): Adjust for the new code-conversion API.
18837
18838 * xfaces.c: Include "character.h" instead of "charset.h".
18839 (load_face_font): Adjust for the change of choose_face_font and
18840 FS_LOAD_FONT.
18841 (generate_ascii_font): New function.
18842 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18843 (set_font_frame_param): Adjust for the change of choose_face_font.
18844 (free_realized_face): Make it public.
18845 (free_realized_faces_for_fontset): Rename from
18846 free_realized_multibyte_face. Free also faces realized for ASCII.
18847 (choose_face_font): Change arguments. Adjust for the change of
18848 fontset_font_pattern and FS_LOAD_FONT.
18849
18850 * xfns.c: Include "character.h".
18851 (x_encode_text): Adjust for the new code-conversion API.
18852
18853 * xselect.c: Don't include "charset.h".
18854 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18855
18856 * xterm.c: Include "character.h".
18857 (x_encode_char): New argument CHARSET. Change caller.
18858 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18859 Call ENCODE_CHAR instead of SPLIT_CHAR.
18860 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18861 CHAR_WIDTH instead of CHARSET_WIDTH.
18862 (XTread_socket): Adjust for the new code-conversion API.
18863 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18864 (x_load_font): Adjust for the change of struct font.
18865
188662008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18867
18868 * xfaces.c (face_at_buffer_position): Remove unused vars.
18869
188702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18871
18872 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18873 Fix overflow checking.
18874
188752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18876
18877 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18878 Cancel previous change.
18879
188802008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18881
18882 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18883 ccl->eight_bit_control. Fix check for buffer overflow.
18884 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18885 (ccl_driver): Initialize extra_bytes to 0.
18886
188872008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18888
18889 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18890 return it ORed with ctrl_modifier.
18891
188922008-01-29 Miles Bader <miles@gnu.org>
18893
18894 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18895
188962008-01-28 Jason Rumney <jasonr@gnu.org>
18897
18898 * w32.c (stat): Don't double check for networked drive.
18899
189002008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * window.c (run_window_configuration_change_hook): New function.
18903 Code extracted from set_window_buffer. Set the selected frame.
18904 (set_window_buffer): Use it.
18905 * window.h (run_window_configuration_change_hook): Declare.
18906 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18907
18908 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18909
189102008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18911
18912 * Makefile.in: Remove references to unused macros.
18913
189142008-01-26 Eli Zaretskii <eliz@gnu.org>
18915
18916 * w32.c (g_b_init_get_sid_sub_authority)
18917 (g_b_init_get_sid_sub_authority_count): New static variables.
18918 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18919 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18920 (init_user_info): Use them to retrieve uid and gid.
18921 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18922 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18923 st_uid and st_gid of the file.
18924
189252008-01-26 Jason Rumney <jasonr@gnu.org>
18926
18927 * w32.c (logon_network_drive): New function.
18928 (stat): Use it.
18929
189302008-01-26 Chong Yidong <cyd@stupidchicken.com>
18931
18932 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18933 invisible text covered with an ellipsis.
18934
189352008-01-25 Richard Stallman <rms@gnu.org>
18936
18937 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18938 jump back to beginning. Move some other initializations after that.
18939 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18940 New variables.
18941 (syms_of_xdisp): Init them.
18942
18943 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18944
18945 * buffer.c (reset_buffer_local_variables):
18946 Implement `permanent-local-hook'.
18947 (Qpermanent_local_hook): New variable.
18948 (syms_of_buffer): Init and staticpro it.
18949
189502008-01-25 Michael Albinus <michael.albinus@gmx.de>
18951
18952 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18953
189542008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18955
18956 * fns.c (Fclrhash): Return TABLE.
18957
189582008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18959
18960 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18961 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18962 is set even without positional changes.
18963 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18964
18965 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18966
189672008-01-23 Jason Rumney <jasonr@gnu.org>
18968
18969 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18970
18971 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18972 the unicode range available in MULE by locale-coding-system.
18973 Improve dbcs lead byte detection. Set event timestamp and modifiers
18974 earlier.
18975
189762008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18977
18978 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18979 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18980 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18981 when used on child processes.
18982
189832008-01-21 Michael Albinus <michael.albinus@gmx.de>
18984
18985 * dbusbind.c (Fdbus_method_return_internal): Rename from
18986 Fdbus_method_return.
18987 (Fdbus_unregister_object): Move to dbus.el.
18988 (Fdbus_call_method, Fdbus_method_return_internal)
18989 (Fdbus_send_signal): Improve debug messages.
18990
189912008-01-20 Martin Rudalics <rudalics@gmx.at>
18992
18993 * undo.c (undo_inhibit_record_point): New variable.
18994 (syms_of_undo): Initialize it.
18995 (record_point): Don't record point when undo_inhibit_record_point
18996 is set.
18997
189982008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18999
19000 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
19001
19002 * xdisp.c (Qauto_hscroll_mode): New var.
19003 (syms_of_xdisp): Initialize it.
19004 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
19005 window's buffer.
19006 (hscroll_windows): Don't check automatic_hscrolling_p here.
19007
19008 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
19009 vscroll if we're setting window-buffer to the value it already has.
19010
190112008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
19012
19013 * m/intel386.h: Remove references to XENIX.
19014
190152008-01-17 Andreas Schwab <schwab@suse.de>
19016
19017 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
19018 instead of HAVE_X86_64_LIB64_DIR.
19019 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
19020
190212008-01-17 Glenn Morris <rgm@gnu.org>
19022
19023 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
19024 to HAVE_X86_64_LIB64_DIR.
19025
190262008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
19027
19028 * s/irix3-3.h:
19029 * s/irix4-0.h:
19030 * s/386-ix.h:
19031 * s/domain.h:
19032 * s/hpux9-x11r4.h:
19033 * s/hpux9shxr4.h: Remove files for systems no longer supported.
19034
19035 * sysdep.c: Remove code containing references to symbols defined
19036 by unsupported systems.
19037
190382008-01-16 Glenn Morris <rgm@gnu.org>
19039
19040 * coding.c (select-safe-coding-system-function): Doc fix.
19041
190422008-01-15 Glenn Morris <rgm@gnu.org>
19043
19044 * config.in: Revert 2008-01-13 change: this is a generated file.
19045
190462008-01-13 Tom Tromey <tromey@redhat.com>
19047
19048 * lisp.h: Fix typo.
19049
190502008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19051
19052 * m/sequent-ptx.h:
19053 * m/sequent.h:
19054 * s/ptx.h:
19055 * s/ptx4-2.h:
19056 * s/ptx4.h: Remove files for systems no longer supported.
19057
19058 * callproc.c (Fcall_process): Fix previous change.
19059
190602008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19061
19062 * unexsunos4.c: Remove file, system not supported anymore.
19063
19064 * m/mips.h:
19065 * m/intel386.h:
19066 * callproc.c:
19067 * config.in:
19068 * ecrt0.c:
19069 * emacs.c:
19070 * fileio.c:
19071 * frame.c:
19072 * getpagesize.h:
19073 * keyboard.c:
19074 * lread.c:
19075 * process.c:
19076 * puresize.h:
19077 * sysdep.c:
19078 * systty.h:
19079 * syswait.h:
19080 * unexec.c:
19081 * xdisp.c:
19082 * alloc.c: Remove code containing references to symbols defined by
19083 unsupported systems.
19084
190852008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
19086
19087 * coding.c (detect_coding_mask): Fix previous change.
19088
190892008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
19090
19091 * coding.c (detect_coding_iso2022): New arg
19092 latin_extra_code_state. Allow Latin extra codes only
19093 when *latin_extra_code_state is nonzero.
19094 (detect_coding_mask): If there is a NULL byte, detect the encoding
19095 as UTF-16 or binary. If Latin extra codes exist, detect the
19096 encoding as ISO-2022 only when there's no other proper encoding is
19097 found.
19098
190992008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19100
19101 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
19102 #ifdef MAC_OS.
19103
191042008-01-08 Richard Stallman <rms@gnu.org>
19105
19106 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
19107
191082008-01-06 Nick Roberts <nickrob@snap.net.nz>
19109
19110 * keyboard.c (parse_menu_item): Don't enclose key bindings on
19111 menu bar in parentheses.
19112
191132008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
19114
19115 * m/7300.h:
19116 * m/acorn.h:
19117 * m/alliant-2800.h:
19118 * m/alliant.h:
19119 * m/alliant1.h:
19120 * m/alliant4.h:
19121 * m/altos.h:
19122 * m/amdahl.h:
19123 * m/apollo.h:
19124 * m/att3b.h:
19125 * m/aviion-intel.h:
19126 * m/aviion.h:
19127 * m/celerity.h:
19128 * m/clipper.h:
19129 * m/cnvrgnt.h:
19130 * m/convex.h:
19131 * m/cydra5.h:
19132 * m/delta88k.h:
19133 * m/dpx2.h:
19134 * m/dual.h:
19135 * m/elxsi.h:
19136 * m/f301.h:
19137 * m/gould-np1.h:
19138 * m/gould.h:
19139 * m/i860.h:
19140 * m/ibmps2-aix.h:
19141 * m/ibmrt-aix.h:
19142 * m/ibmrt.h:
19143 * m/irist.h:
19144 * m/is386.h:
19145 * m/isi-ov.h:
19146 * m/mega68.h:
19147 * m/mg1.h:
19148 * m/news-r6.h:
19149 * m/news-risc.h:
19150 * m/news.h:
19151 * m/nh3000.h:
19152 * m/nh4000.h:
19153 * m/ns16000.h:
19154 * m/ns32000.h:
19155 * m/nu.h:
19156 * m/orion.h:
19157 * m/orion105.h:
19158 * m/paragon.h:
19159 * m/pfa50.h:
19160 * m/plexus.h:
19161 * m/pyramid.h:
19162 * m/pyrmips.h:
19163 * m/sh3el.h:
19164 * m/sps7.h:
19165 * m/sr2k.h:
19166 * m/stride.h:
19167 * m/sun1.h:
19168 * m/sun2.h:
19169 * m/sun3-68881.h:
19170 * m/sun3-fpa.h:
19171 * m/sun3-soft.h:
19172 * m/sun3.h:
19173 * m/sun386.h:
19174 * m/symmetry.h:
19175 * m/tad68k.h:
19176 * m/tahoe.h:
19177 * m/targon31.h:
19178 * m/tek4300.h:
19179 * m/tekxd88.h:
19180 * m/tower32.h:
19181 * m/tower32v3.h:
19182 * m/ustation.h:
19183 * m/wicat.h:
19184 * m/xps100.h:
19185 * s/cxux.h:
19186 * s/cxux7.h:
19187 * s/dgux.h:
19188 * s/dgux4.h:
19189 * s/dgux5-4-3.h:
19190 * s/dgux5-4r2.h:
19191 * s/esix.h:
19192 * s/esix5r4.h:
19193 * s/hiuxmpp.h:
19194 * s/hiuxwe2.h:
19195 * s/iris3-5.h:
19196 * s/iris3-6.h:
19197 * s/isc2-2.h:
19198 * s/isc3-0.h:
19199 * s/isc4-0.h:
19200 * s/isc4-1.h:
19201 * s/newsos5.h:
19202 * s/newsos6.h:
19203 * s/osf1.h:
19204 * s/osf5-0.h:
19205 * s/riscix1-1.h:
19206 * s/riscix12.h:
19207 * s/sco4.h:
19208 * s/sco5.h:
19209 * s/sunos4-0.h:
19210 * s/sunos4-1.h:
19211 * s/sunos413.h:
19212 * s/sunos4shr.h:
19213 * s/umax.h:
19214 * s/unipl5-2.h:
19215 * s/xenix.h:
19216 * cxux-crt0.s:
19217 * unexapollo.c:
19218 * unexconvex.c:
19219 * unexenix.c:
19220 * unexsni.c: Remove files for systems no longer supported.
19221
19222 * m/intel386.h: Remove references to unsupported systems.
19223
19224 * w32.c (get_emacs_configuration): Remove reference to i860.
19225
19226 * sysdep.c: Remove dead code.
19227
192282008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19229
19230 * s/rtu.h:
19231 * m/masscomp.h: Remove files. Platform is obsolete.
19232
192332008-01-04 Michael Albinus <michael.albinus@gmx.de>
19234
19235 * dbusbind.c (Fdbus_method_return): New function.
19236 (xd_read_message): Add the serial number to the event.
19237 (Fdbus_register_method): Activate the function.
19238
192392008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * keyboard.c (read_key_sequence): Fix typo.
19242
192432008-01-03 Michael Albinus <michael.albinus@gmx.de>
19244
19245 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19246 (xd_signature, xd_append_arg): Handle element type detection for
19247 empty arrays.
19248 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19249 SDATA () calls; this must be solved more general.
19250 (Fdbus_register_signal): Use SBYTES instead of strlen.
19251
192522008-01-03 Magnus Henoch <magnus@zemdatav>
19253
19254 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19255 unsigned int for byte values (necessary for big-endian platform).
19256 (Fdbus_call_method): Handle the case of no returned arguments.
19257
192582007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19259
19260 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19261
192622007-12-31 Magnus Henoch <mange@freemail.hu>
19263
19264 * dbusbind.c (xd_signature): Signature of variant is just "v".
19265
192662007-12-30 Michael Albinus <michael.albinus@gmx.de>
19267
19268 * dbusbind.c: Fix several errors and compiler warnings.
19269 Reported by Tom Tromey <tromey@redhat.com>.
19270 (XD_ERROR, XD_DEBUG_MESSAGE)
19271 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19272 (xd_append_arg): Part for basic D-Bus types rewritten.
19273 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19274 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19275 appropriate.
19276 (xd_read_message): Return Qnil. Don't signal an error; it is not
19277 useful during event reading.
19278 (Fdbus_register_signal): Signal an error if the check for
19279 FUNCTIONP fails.
19280 (Fdbus_register_method): New function. The implementation is not
19281 complete, the call of the function signals an error therefore.
19282 (Fdbus_unregister_object): New function, renamed from
19283 Fdbus_unregister_signal. The initial check signals an error, if
19284 the object is not well formed.
19285
192862007-12-30 Richard Stallman <rms@gnu.org>
19287
19288 * textprop.c (get_char_property_and_overlay):
19289 Signal error if POSITION is out of range in a buffer.
19290
192912007-12-29 Martin Rudalics <rudalics@gmx.at>
19292
19293 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19294 because the original parameters are in pure storage now.
19295
192962007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19297
19298 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19299
193002007-12-22 Eli Zaretskii <eliz@gnu.org>
19301
19302 * callint.c (syms_of_callint) <command-history>: Add reference to
19303 history-length in the doc string.
19304
193052007-12-17 Jason Rumney <jasonr@gnu.org>
19306
19307 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19308 before passing as wParam.
19309
193102007-12-22 Michael Albinus <michael.albinus@gmx.de>
19311
19312 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19313 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19314 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19315 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19316 as number.
19317 (Fdbus_call_method): Fix docstring.
19318
193192007-12-21 Michael Albinus <michael.albinus@gmx.de>
19320
19321 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19322 New macros.
19323 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19324 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19325 Simplify.
19326 (xd_signature): New function.
19327 (xd_append_arg): Compute also signatures. Major rewrite.
19328 (xd_retrieve_arg): Make debug messages friendly.
19329 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19330 Check for signatures of arguments.
19331
193322007-12-19 Michael Albinus <michael.albinus@gmx.de>
19333
19334 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19335 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19336 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19337 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19338 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19339 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19340 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19341 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19342 (xd_retrieve_value): Remove. Functionality included in ...
19343 (xd_append_arg): New function.
19344 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19345
193462007-12-16 Michael Albinus <michael.albinus@gmx.de>
19347
19348 * dbusbind.c (top): Include <stdio.h>.
19349 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19350 dbus_message_new_method_call and dbus_message_new_signal.
19351 (Fdbus_register_signal): Rename unique_name to uname.
19352 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19353 non-existing unique name. Fix typos in matching rule. Return an
19354 object which is useful in Fdbus_unregister_signal.
19355 (Fdbus_unregister_signal): Reimplementation, in order to remove
19356 only the corresponding entry.
19357 (Vdbus_registered_functions_table): Change the order of entries.
19358 Apply these changes in xd_read_message and Fdbus_register_signal.
19359
193602007-12-16 Andreas Schwab <schwab@suse.de>
19361
19362 * fileio.c (Finsert_file_contents): Fix overflow check to not
19363 depend on undefined integer overflow.
19364
193652007-12-14 Jason Rumney <jasonr@gnu.org>
19366
19367 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19368 for characters above 127.
19369
193702007-12-13 Jason Rumney <jasonr@gnu.org>
19371
19372 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19373 before dereferencing array.
19374 (lookup_vk_code): Remove zero comparison.
19375
193762007-12-14 Michael Albinus <michael.albinus@gmx.de>
19377
19378 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19379 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19380 Use `unsigned int' instead of `uint'.
19381 (xd_read_message, Fdbus_register_signal): Split expressions into
19382 multiple lines before operators "&&" and "||", according to the
19383 GNU Coding Standards.
19384
193852007-12-14 Eli Zaretskii <eliz@gnu.org>
19386
19387 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19388
193892007-12-12 Juri Linkov <juri@jurta.org>
19390
19391 * buffer.c (Frename_buffer): In interactive spec replace
19392 `read-buffer' with `read-string' that uses `buffer-name-history'
19393 as history, and the current buffer's name as default.
19394
193952007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19396
19397 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19398 manipulating the backtrace manually.
19399 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19400 (struct backtrace, backtrace_list): Remove.
19401 (command_loop_1): Remove dead var `no_direct'.
19402
19403 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19404 preserve non-built-in buffer-local variables.
19405 (Fkill_all_local_variables): Don't re-create&re-set permanent
19406 buffer-local variables.
19407
194082007-12-09 Juri Linkov <juri@jurta.org>
19409
19410 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19411 Lisp code that uses `read-buffer' with current buffer as default.
19412
194132007-12-08 Michael Albinus <michael.albinus@gmx.de>
19414
19415 * dbusbind.c (xd_read_message): Generate an event for every
19416 registered handler. There might be several handlers registered
19417 for the same signal.
19418 (Fdbus_register_signal): Don't overwrite a registration for the
19419 same signal. Add a new registration if handlers are different.
19420 (Vdbus_registered_functions_table): Rework doc string.
19421
194222007-12-07 Michael Albinus <michael.albinus@gmx.de>
19423
19424 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19425 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19426 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19427 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19428 Unify argument lists.
19429 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19430 arguments and hash table keys. Use unique name for service.
19431 (Fdbus_unregister_signal): Remove checks.
19432 (Vdbus_registered_functions_table): Fix doc string.
19433
194342007-12-05 Magnus Henoch <mange@freemail.hu>
19435
19436 * process.c (make_process): Initialize pty_flag to 0.
19437
194382007-12-05 Jason Rumney <jasonr@gnu.org>
19439
19440 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19441 specified XBMs.
19442
194432007-12-05 Richard Stallman <rms@gnu.org>
19444
19445 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19446
194472007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19448
19449 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19450 New variable.
19451 (mac_try_close_socket) [MAC_OSX]: New function.
19452 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19453 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19454
19455 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19456 Use mac_try_close_socket.
19457
194582007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19459
19460 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19461 reloc_base.
19462 (copy_dysymtab): Compute relocation base here.
19463 (rebase_reloc_address) [__ppc64__]: New function.
19464 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19465 changed.
19466
194672007-12-05 Jason Rumney <jasonr@gnu.org>
19468
19469 * w32proc.c (sys_spawnve): Quote args with wildcards.
19470
194712007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19472
19473 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19474 __objc_* sections.
19475 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19476
194772007-12-05 Michael Albinus <michael.albinus@gmx.de>
19478
19479 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19480 Move check for Vdbus_registered_functions_table to
19481 xd_read_queued_messages.
19482 (xd_read_queued_messages): Protect xd_read_message calls by
19483 internal_condition_case_1.
19484
194852007-12-04 Michael Albinus <michael.albinus@gmx.de>
19486
19487 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19488 Qdbus_system_bus and Qdbus_session_bus, respectively.
19489 (Vdbus_intern_symbols): Remove.
19490 (Vdbus_registered_functions_table): New hash table.
19491 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19492 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19493 Rewrite in order to manage registered functions by hash table
19494 Vdbus_registered_functions_table.
19495
194962007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19497
19498 * xterm.c: Update URL to Window Manager Specification in comment.
19499
195002007-12-02 Michael Albinus <michael.albinus@gmx.de>
19501
19502 * config.in (HAVE_DBUS): Add.
19503
19504 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19505 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19506 (obj): Add $(DBUS_OBJ).
19507 (LIBES): Add $(DBUS_LIBS).
19508 (dbusbind.o): New target.
19509
19510 * dbusbind.c: New file.
19511
19512 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19513
19514 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19515 (Qdbus_event): New Lisp symbol.
19516 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19517 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 19518 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
19519
19520 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19521
195222007-12-01 Richard Stallman <rms@gnu.org>
19523
19524 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19525
195262007-11-30 Jason Rumney <jasonr@gnu.org>
19527
19528 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19529 (w32con_reset_terminal_modes): Clear screen buffer.
19530 (w32_face_attributes): Don't use color indexes that are out of range.
19531 Only reverse the default colors.
19532
19533 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19534 WINDOWSNT.
19535
19536 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19537
195382007-11-29 Jason Rumney <jasonr@gnu.org>
19539
19540 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19541 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19542 if the terminal colors are initialized.
19543 (unspecified_fg, unspecified_bg): Remove unused declarations.
19544
195452007-11-29 Andreas Schwab <schwab@suse.de>
19546
19547 * keyboard.c (apply_modifiers): Fix typo.
19548
195492007-11-29 Richard Stallman <rms@gnu.org>
19550
19551 * keymap.c (Fcurrent_local_map): Doc fix.
19552
195532007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19554
19555 * s/gnu-kfreebsd.h: New file.
19556
195572007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19558
19559 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19560 Don't cast redundantly.
19561
19562 * keyboard.c (KEY_TO_CHAR): New macro.
19563 (parse_modifiers, apply_modifiers): Accept integer arguments.
19564 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19565 for chars and symbol keys.
19566 After doing such remapping, apply function-key-map again.
19567
195682007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19569
19570 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19571 compiled anymore.
19572
195732007-11-26 Andreas Schwab <schwab@suse.de>
19574
19575 * process.c (list_processes_1): Fix indentation level of the
19576 command column.
19577
195782007-11-23 Andreas Schwab <schwab@suse.de>
19579
19580 * editfns.c (Fformat): Handle %c specially since it requires the
19581 argument to be of type int.
19582
195832007-11-23 Markus Triska <markus.triska@gmx.at>
19584
19585 * emacs.c (main): Call init_editfns before init_process, since
19586 init_process sets Vprocess_connection_type depending on OS release.
19587
195882007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19591 (find_symbol_value): Use do_symval_forwarding.
19592
19593 * data.c (set_internal): Set the value in the `cons-cell' (for
19594 Buffer_Local_values) not only for frame-local variables.
19595
195962007-11-22 Andreas Schwab <schwab@suse.de>
19597
19598 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19599 values to sprintf.
19600 * keymap.c (Fsingle_key_description): Likewise.
19601 * print.c (print_object): Likewise.
19602
196032007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19604
19605 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19606 file for image is nil.
19607
196082007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19609
19610 * term.c: Include stdarg.h.
19611 (fatal): Implement using varargs.
19612 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19613
196142007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19617 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19618 Update call to buffer_slot_type_mismatch.
19619 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19620 (buffer_slot_type_mismatch): Update.
19621 * buffer.c (buffer_local_types): Remove.
19622 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19623 (defvar_per_buffer): Set the type in the buffer_objfwd.
19624
196252007-11-21 Jason Rumney <jasonr@gnu.org>
19626
19627 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19628 CreateFileMapping returns NULL on failure.
19629
196302007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * search.c (Fset_match_data): Remove the `evaporate' feature.
19633 (unwind_set_match_data): Don't use the `evaporate' feature.
19634
196352007-11-21 Jason Rumney <jasonr@gnu.org>
19636
19637 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19638
19639 * w32console.c (w32con_write_glyphs): Remove unused variables.
19640
196412007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19642
19643 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19644
19645 * s/darwin.h (MULTI_KBOARD): Remove.
19646
19647 * macfns.c (x_create_tip_frame, Fx_create_frame)
19648 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19649
196502007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * buffer.c (Fbuffer_local_value): Remove redundant test.
19653 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19654 than in `current-buffer' to match the comment.
19655 Do the swap using swap_in_global_binding.
19656
19657 * data.c (store_symval_forwarding, set_internal):
19658 * eval.c (specbind): Remove dead code.
19659
19660 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19661 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19662 Since we do not want to see internal Lisp_*fwd objects here.
19663
196642007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19665
19666 * sysdep.c (init_system_name): Use getaddrinfo if available.
19667
19668 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19669 (x_scroll_bar_note_movement): start, end, with, height in struct
19670 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19671
196722007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19673
19674 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19675
196762007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19679 This undoes Richard's change of 14-Oct-2002.
19680
19681 * alloc.c (allocate_other_vector):
19682 * lisp.h (allocate_other_vector): Remove.
19683
19684 * window.c (struct save_window_data): Move non-lisp data to the end
19685 and make it `int' rather than Lisp_Object.
19686 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19687 Done wrap/unwrap integer values.
19688 (Fset_window_configuration, compare_window_configurations):
19689 Update use of fields to their new types.
19690
19691 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19692 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19693 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19694 (SET_SCROLL_BAR_X_WINDOW): Remove.
19695 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19696 Access the new x_window field directly.
19697 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19698 Don't wrap/unwrap integers into Lisp_Objects.
19699 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19700 (x_scroll_bar_report_motion):
19701 Don't wrap/unwrap integers into Lisp_Objects.
19702 (x_term_init): Use SDATA.
19703 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19704 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19705 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19706 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19707 * xfns.c (x_set_background_color):
19708 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19709 Access the new x_window field directly.
19710
19711 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19712 (allocate_pseudovector): Make non-static.
19713
19714 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19715 (allocate_pseudovector): Declare.
19716 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19717
197182007-11-15 Andreas Schwab <schwab@suse.de>
19719
19720 * editfns.c (Fformat): Correctly format EMACS_INT values.
19721 Also take precision into account when formatting an integer.
19722
19723 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19724
197252007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19728 (syms_of_keyboard): Defsubr it.
19729
19730 * data.c (swap_in_global_binding): Fix longstanding bug where
19731 store_symval_forwarding was not called with the right second argument,
19732 thus causing objfwd-ing from being dropped.
19733
197342007-11-14 Juanma Barranquero <lekktu@gmail.com>
19735
19736 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19737 (Fx_display_pixel_height, Fx_display_planes)
19738 (Fx_display_color_cells, Fx_server_max_request_size)
19739 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19740 (Fx_display_visual_class, Fx_display_save_under):
19741 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19742 (Fx_display_pixel_height, Fx_display_planes)
19743 (Fx_display_color_cells, Fx_server_max_request_size)
19744 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19745 (Fx_display_mm_height, Fx_display_mm_width)
19746 (Fx_display_backing_store, Fx_display_visual_class)
19747 (Fw32_select_font, Fx_display_save_under):
19748 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19749 (Fx_display_pixel_height, Fx_display_planes)
19750 (Fx_display_color_cells, Fx_server_max_request_size)
19751 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19752 (Fx_display_save_under): Fix typos in docstrings.
19753
197542007-11-14 Juanma Barranquero <lekktu@gmail.com>
19755
19756 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19757 corresponding to deleted entries; they are an implementation detail.
19758 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19759 Remove variables.
19760 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19761 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19762 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19763 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19764 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19765 (Fw32_define_rgb_color, Fw32_load_color_file)
19766 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19767 Fix typos in docstrings.
19768 (Fx_server_version): Reflow docstring.
19769 (Fw32_shell_execute): Doc fixes.
19770
197712007-11-13 Juanma Barranquero <lekktu@gmail.com>
19772
19773 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19774 if w32_parse_hot_key returned nil.
19775
197762007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19777
19778 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19779
197802007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 19781
aac0c6e3
MR
19782 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19783
19784 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19785
19786 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19787 Remove W32_SCROLL_BAR_CLICK_EVENT.
19788
19789 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19790 Add MULTIMEDIA_KEY_EVENT.
19791
19792 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19793 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19794 (make_lispy_event) [WINDOWSNT]: Use it to translate
19795 MULTIMEDIA_KEY_EVENT.
19796
19797 * w32term.h (WM_APPCOMMAND): Define if not already.
19798 (GET_APPCOMMAND_LPARAM): Likewise.
19799
19800 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19801 WM_APPCOMMAND.
19802
19803 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19804 (syms_of_w32fns): Export and initialize it.
19805 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19806
198072007-11-09 Chong Yidong <cyd@stupidchicken.com>
19808
19809 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19810 twice.
19811
19812 * xdisp.c (handle_face_prop): Fix last change.
19813
198142007-11-09 Richard Stallman <rms@gnu.org>
19815
19816 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19817 not just for after-strings and before-strings.
19818 Call face_for_overlay_string and pass the overlay to it.
19819 (handle_display_prop): Determine whether property came from an overlay.
19820 Pass OVERLAY arg to handle_single_display_spec.
19821 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19822 (load_overlay_strings): Fill in it->string_overlays.
19823 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19824
19825 * xfaces.c (face_for_overlay_string): Function renamed from
19826 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19827
19828 * dispextern.h (struct it): New elt string_overlays.
19829 New elt from_overlay, also in stack.
19830 Rearrange a few elements.
19831 (face_for_overlay_string): Decl renamed from
19832 face_at_buffer_position_no_overlays, and add argument.
19833
198342007-11-09 Richard Stallman <rms@gnu.org>
19835
19836 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19837 to get the base face for an overlay string.
19838
19839 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19840
19841 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19842
19843 * xdisp.c (handle_stop): Move some code out of loop.
19844
198452007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19846
19847 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19848 Fix conversion from Lisp object to ATSUFontID.
19849
198502007-11-09 Jason Rumney <jasonr@gnu.org>
19851
19852 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19853
198542007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19855
19856 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19857 Don't assume regions are aligned to page boundary.
19858 (print_load_command_name): Add LC_UUID if defined.
19859
198602007-11-09 Richard Stallman <rms@gnu.org>
19861
19862 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19863
198642007-11-07 Jason Rumney <jasonr@gnu.org>
19865
19866 * s/windows95.h: Remove.
19867
198682007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19869
19870 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19871 abort with a message on unhandled store_type values.
19872
198732007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19874
19875 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19876 Remove HAVE_X11R5 and HAVE_X11R4.
19877
198782007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19879
19880 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19881
198822007-11-01 Johan Bockgård <bojohan@gnu.org>
19883
19884 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19885 Don't set s->stippled_p here, since it has already been set by
19886 x_set_glyph_string_gc from x_draw_glyph_string.
19887
198882007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19889
19890 * sunfns.c: Remove file.
19891
19892 * m/sun386.h:
19893 * m/sun2.h:
19894 * m/sparc.h: Remove Sun windows code.
19895
198962007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19897
19898 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19899 (init_keyboard): Set current_kboard's window-system to nil.
19900 (tty_read_avail_input): Typo.
19901 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19902
199032007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19904
19905 * s/usg5-4.h:
19906 * s/usg5-3.h:
19907 * s/ptx.h:
19908 * m/is386.h:
19909 * m/ibmps2-aix.h:
19910 * Makefile.in: Remove all mentions of X10.
19911
19912 * dispnew.c (syms_of_display): Don't mention version 10.
19913
199142007-10-28 Juanma Barranquero <lekktu@gmail.com>
19915
19916 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19917 ($(BLD)/abbrev.$(O)): Remove.
19918
199192007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 Rewrite abbrev.c in Elisp.
19922 * image.c (Qcount): Don't declare as extern.
19923 (syms_of_image): Initialize and staticpro `Qcount'.
19924 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19925 * emacs.c (main): Don't call syms_of_abbrev.
19926 * Makefile.in (obj): Remove abbrev.o.
19927 (abbrev.o): Remove.
19928 * abbrev.c: Remove.
19929
199302007-10-26 Martin Rudalics <rudalics@gmx.at>
19931
19932 * window.c (window_min_size_2): Don't count header-line.
19933
199342007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19935
19936 * frame.h (struct frame): Move all bit fields after the first bit
19937 field to take advantage of the available space. Group all the
19938 chars together to reduce wasted space due to padding.
19939
199402007-10-26 Juanma Barranquero <lekktu@gmail.com>
19941
19942 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19943
19944 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19945 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19946 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19947 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19948 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19949 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19950 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19951 (last_marked, mark_object_loop_halt): Make static.
19952
19953 * frame.c (syms_of_frame) <delete-frame-functions>:
19954 Fix typo in docstring.
19955
199562007-10-25 Juanma Barranquero <lekktu@gmail.com>
19957
19958 * w32.c (init_environment): Fix tiny memory leak.
19959 (w32_get_resource): Remove unused variable `ok'.
19960
199612007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 Make `window-system' into a keyboard-local variable (rather than
19964 frame-local as done originally by multi-tty).
19965
19966 * keyboard.h (struct kboard): Add Vwindow_system.
19967 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19968 (mark_kboards): Mark Vwindow_system.
19969
19970 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19971 (init_display): Don't set the obsolete `window-system' frame-param.
19972
19973 * xterm.c (x_term_init):
19974 * w32term.c (w32_create_terminal):
19975 * term.c (init_tty): Set Vwindow_system.
19976 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19977 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19978
19979 * xfns.c (Fx_create_frame, x_create_tip_frame):
19980 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19981 * macfns.c (Fx_create_frame):
19982 Don't set the obsolete `window-system' frame-param.
19983
19984 * frame.h (Qwindow_system): Remove.
19985 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19986 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19987
199882007-10-24 Richard Stallman <rms@gnu.org>
19989
19990 * frame.c (x_figure_window_size): For fullscreen case,
19991 set USPosition | PPosition without clobbering rest of window_prompting.
19992
19993 * keyboard.c (Fcurrent_idle_time): Doc fix.
19994
19995 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19996
199972007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * process.c (unwind_request_sigio): Only define if __ultrix__.
20000
20001 * callproc.c (child_setup): Remove spurious *.
20002
20003 * lisp.h (Fget_text_property): Declare.
20004 (have_menus_p): Declare it here rather than in sys-dep header files.
20005 * macterm.h (have_menus_p):
20006 * msdos.h (have_menus_p):
20007 * xterm.h (have_menus_p): Remove.
20008
20009 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
20010 (Fmake_variable_frame_local): Just check the variable's const-ness
20011 rather than checking nil or t.
20012
200132007-10-22 Jason Rumney <jasonr@gnu.org>
20014
20015 * w32fns.c: Include math.h.
20016 (w32_abort): Declaration moved to nt/config.nt.
20017
20018 * s/ms-w32.h (HAVE_STDLIB_H): Define.
20019 (abort): Redefinition moved to nt/config.nt.
20020
20021 * m/windowsnt.h: Remove.
20022
200232007-10-22 Juanma Barranquero <lekktu@gmail.com>
20024
20025 * emacs.c (Fdump_emacs): Fix typo in message.
20026 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
20027 <installation-directory>: Reflow docstring.
20028
200292007-10-22 Juri Linkov <juri@jurta.org>
20030
20031 * minibuf.c: Allow minibuffer default to be a list of default values.
20032 With empty input use the first element of this list as returned default.
20033 (string_to_object)
20034 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
20035 (read_minibuf): If defalt is cons, set histstring to its car.
20036 (Fread_string): If default_value is cons, set val to its car.
20037 (Fread_buffer): If def is cons, use its car.
20038 (Fcompleting_read): If defalt is cons, set val to its car.
20039
200402007-10-21 Michael Albinus <michael.albinus@gmx.de>
20041
20042 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
20043
200442007-10-20 Juanma Barranquero <lekktu@gmail.com>
20045
20046 * doc.c (Fdocumentation): Check for advice in all cases.
20047
200482007-10-19 Chong Yidong <cyd@stupidchicken.com>
20049
20050 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
20051
200522007-10-19 Richard Stallman <rms@gnu.org>
20053
20054 * doc.c (Fdocumentation): Check for and handle an advised function.
20055
200562007-10-19 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * process.c (Fset_process_filter): Doc fix.
20059
200602007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20061
20062 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
20063 which caused key-translation-map to applied repeatedly (thus breaking
20064 double-mode).
20065
200662007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * xselect.c (x_own_selection, x_handle_selection_clear)
20069 (x_clear_frame_selections):
20070 * w32menu.c (list_of_panes, list_of_items):
20071 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
20072 * textprop.c (validate_plist, interval_has_all_properties)
20073 (interval_has_some_properties, interval_has_some_properties_list)
20074 (add_properties, text_property_list):
20075 * process.c (Fget_buffer_process, list_processes_1, status_notify):
20076 * minibuf.c (Fassoc_string):
20077 * macselect.c (x_own_selection, x_clear_frame_selections)
20078 (Fx_disown_selection_internal):
20079 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
20080 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
20081
200822007-10-17 Chong Yidong <cyd@stupidchicken.com>
20083
20084 * process.c: Link to libs for calling res_init() if available.
20085 (Fmake_network_process): Call res_init() before getaddrinfo or
20086 gethostbyname, if possible.
20087
200882007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * lread.c (read1): Set pvectype for char_tables.
20091
20092 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
20093 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
20094 Add type checks.
20095 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
20096
20097 * alloc.c (free_misc): Use XMISCTYPE.
20098 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
20099
201002007-10-17 Glenn Morris <rgm@gnu.org>
20101
20102 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
20103 (syms_of_minibuf): Add Qcompletion_ignore_case.
20104 * dired.c (Qcompletion_ignore_case): Change to external.
20105 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
20106 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
20107 (Fread_file_name): Use it rather than intern'ing.
20108
20109 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
20110 (Fread_coding_system): Ignore case of user input.
20111
201122007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20113
20114 * xdisp.c (handle_display_prop): Ignore display specs after
20115 replacing one when string text is being replaced.
20116 (handle_single_display_spec): Pretend as if characters with display
20117 property haven't been consumed only when buffer text is being replaced.
20118
201192007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * xfns.c (Fx_create_frame, Fx_display_list):
20122 * window.c (window_fixed_size_p, enlarge_window)
20123 (shrink_window_lowest_first):
20124 * macterm.c (init_font_name_table):
20125 * macfns.c (Fx_create_frame, Fx_display_list):
20126 * lread.c (close_load_descs):
20127 * keyboard.c (read_char_x_menu_prompt):
20128 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
20129 * coding.c (code_convert_region_unwind): Test the type of an object
20130 rather than just !NILP before extracting data from it.
20131
20132 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
20133
20134 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
20135 (XMISCANY): New macro.
20136 (XMISCTYPE): Use it.
20137 (struct Lisp_Misc_Any): New type.
20138 (union Lisp_Misc): Use it.
20139 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
20140 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
20141 (find_symbol_value, set_internal, default_value, Fset_default)
20142 (Fmake_variable_buffer_local, Fmake_local_variable)
20143 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
20144 (Flocal_variable_if_set_p, Fvariable_binding_locus):
20145 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
20146 * alloc.c (allocate_buffer): Set the size and tag.
20147 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
20148 Use XMISCANY.
20149 (die): Follow the GNU convention for error messages.
20150 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
20151 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
20152 tag any more.
20153 (set_buffer_internal_1):
20154 * frame.c (store_frame_param):
20155 * eval.c (specbind):
20156 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20157
20158 * doc.c (Fsnarf_documentation): Simplify.
20159
201602007-10-14 Juanma Barranquero <lekktu@gmail.com>
20161
20162 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20163 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20164
201652007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20166
20167 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20168
201692007-10-14 Juanma Barranquero <lekktu@gmail.com>
20170
20171 * eval.c (do_autoload): Don't save autoloads.
20172
20173 * data.c (Ffset): Save autoload of the function being set.
20174
201752007-10-07 John Paul Wallington <jpw@pobox.com>
20176
20177 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20178 parameter before setting up faces.
20179
201802007-10-13 Eli Zaretskii <eliz@gnu.org>
20181
20182 * ccl.c (Fregister_code_conversion_map):
20183 * keyboard.c (append_tool_bar_item): Reformat last change.
20184
20185 * lisp.h (eabs): Rename from `abs'. All callers changed.
20186
201872007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20188
20189 * buffer.c (add_overlay_mod_hooklist):
20190 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20191 * fontset.c (make_fontset):
20192 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20193 (append_tool_bar_item):
20194 * macmenu.c (grow_menu_items):
20195 * w32menu.c (grow_menu_items):
20196 * xmenu.c (grow_menu_items): Use larger_vector.
20197
201982007-10-13 Eli Zaretskii <eliz@gnu.org>
20199
20200 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20201 selected frame'' on MSDOS).
20202
202032007-10-12 Martin Rudalics <rudalics@gmx.at>
20204
20205 * frame.c (Qexplicit_name): New variable.
20206 (x_report_frame_params): Report it in parameter alist.
20207 (syms_of_frame): Intern and staticpro it.
20208
202092007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20210
20211 * macfns.c (x_create_tip_frame): Set terminal for frame.
20212
202132007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * frame.c (Qenvironment): Remove.
20216 (syms_of_frame) <Qenvironment>: Don't initialize.
20217 (Fdelete_frame): Don't treat the `environment' param specially.
20218 * frame.h (Qenvironment): Don't declare.
20219 * callproc.c (set_initial_environment): Don't set unused frame param.
20220
20221 * frame.c (Fframe_with_environment): Remove.
20222 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20223
20224 * lisp.h (Fframe_with_environment): Don't declare.
20225
202262007-10-10 Juanma Barranquero <lekktu@gmail.com>
20227
20228 * indent.c (indent_tabs_mode, last_known_column)
20229 (last_known_column_modified): Make static.
20230 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20231
202322007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20233
20234 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20235
202362007-10-09 Jason Rumney <jasonr@gnu.org>
20237
20238 * w32term.c (x_set_window_size): Disable code that attempts to tell
20239 Lisp code about a size change before it actually happens.
20240
202412007-10-09 Richard Stallman <rms@gnu.org>
20242
20243 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20244 return HANDLED_RETURN.
20245
202462007-10-08 Martin Rudalics <rudalics@gmx.at>
20247
20248 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20249 when there's an unread command event.
20250
20251 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20252 window autoselection act appropriately when leaving selected frame.
20253 (syms_of_frame): Initialize focus_follows_mouse.
20254 * frame.h (focus_follows_mouse): Extern it.
20255 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20256 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20257 * msdos.c (dos_rawgetc): Likewise.
20258 * w32term.c (w32_read_socket): Likewise.
20259 * xterm.c (handle_one_xevent): Likewise.
20260 * xdisp.c (syms_of_xdisp): In doc-string of
20261 mouse-autoselect-window mention focus-follows-mouse.
20262
202632007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20264
20265 * macterm.c (mac_load_query_font): Fix missing return value.
20266 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20267 Add BLOCK_INPUT.
20268
202692007-10-08 Richard Stallman <rms@gnu.org>
20270
20271 * xdisp.c (get_window_cursor_type): Implement documented behavior
20272 for cursor-in-non-selected-windows = t.
20273
202742007-10-08 Jason Rumney <jasonr@gnu.org>
20275
20276 * w32.c (w32_get_resource): Always close registry keys.
20277
202782007-10-08 Jason Rumney <jasonr@gnu.org>
20279
20280 * makefile.w32-in (LIBS): Add COMCTL32.
20281
20282 * w32fns.c (globals_of_w32fns): Init common controls.
20283
202842007-10-08 Richard Stallman <rms@gnu.org>
20285
20286 * image.c (our_memory_buffer): Rename from omfib_buffer.
20287
202882007-10-08 Richard Stallman <rms@gnu.org>
20289
20290 * buffer.c (Foverlays_at): Doc fix.
20291
202922007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * fns.c (Fplist_put): Preserve uneven tail data.
20295
202962007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20297
20298 * termhooks.h (enum event_kind): Remove trailing comma.
20299
20300 * frame.h (enum): Remove trailing comma.
20301
203022007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20303
20304 * w32proc.c (delete_child): Don't terminate threads of zombies.
20305
203062007-10-08 Martin Rudalics <rudalics@gmx.at>
20307
20308 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20309
20310 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20311 last-repeatable-command.
20312 (init_kboard): Initialize Vlast_repeatable_command.
20313 (command_loop_1): Set it to real_this_command unless that was
20314 bound to an input event.
20315 (mark_kboards): Mark it.
20316
203172007-10-08 Richard Stallman <rms@gnu.org>
20318
20319 * eval.c (condition-case): Doc fix.
20320
203212007-10-08 Masatake YAMATO <jet@gyve.org>
20322
20323 * xfaces.c (tty_supports_face_attributes_p): Fix code
20324 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20325 was copied and not edited.
20326
203272007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 Add new `input-decode-map' keymap and use it for terminal
20330 escape sequences.
20331 * keyboard.h (struct kboard): Add Vinput_decode_map.
20332 Remove Vlocal_key_translation_map.
20333 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20334 (init_kboard): Init input-decode-map.
20335 Replace local-key-translation-map back with key-translation-map.
20336 (syms_of_keyboard): Declare input-decode-map.
20337 Remove local-key-translation-map. Update docstrings.
20338 (mark_kboards): Mark Vinput_decode_map.
20339 Don't mark Vlocal_key_translation_map.
20340 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20341 Replace local-key-translation-map back with key-translation-map.
20342 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20343 Bind in input-decode-map rather than function-key-map.
20344
20345 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20346 This was made redundant by the previous introduction of XSETPVECTYPE.
20347
203482007-10-09 Richard Stallman <rms@gnu.org>
20349
20350 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20351
203522007-09-29 Richard Stallman <rms@gnu.org>
20353
20354 * eval.c (internal_condition_case_2, internal_condition_case_1)
20355 (internal_condition_case): Reenable abort if x_catching_errors ()
20356 to see if that really happens and why.
20357
203582007-10-06 Andreas Schwab <schwab@suse.de>
20359
20360 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20361
203622007-10-04 Juanma Barranquero <lekktu@gmail.com>
20363
20364 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20365
203662007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20369
203702007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20371
20372 * window.h (struct window):
20373 * window.c (struct save_window_data, struct saved_window):
20374 * termhooks.h (struct terminal):
20375 * process.h (struct Lisp_Process):
20376 * frame.h (struct frame):
20377 * buffer.h (struct buffer):
20378 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20379 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20380 The size field of (pseudo)vectors is now unsigned.
20381 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20382
20383 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20384 Turn `count' into an integer.
20385
20386 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20387 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20388 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20389 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20390 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20391
20392 * alloc.c (allocate_pseudovector): New fun.
20393 (ALLOCATE_PSEUDOVECTOR): New macro.
20394 (allocate_window, allocate_terminal, allocate_frame)
20395 (allocate_process): Use it.
20396 (mark_vectorlike): New function.
20397 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20398 (mark_terminals): Use it.
20399 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20400 (Fmake_byte_code): Use XSETPVECTYPE.
20401
20402 * frame.c (Fframe_parameters): Minor simplification.
20403
20404 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20405
20406 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20407
20408 * buffer.c (Fget_buffer_create, init_buffer_once):
20409 * lread.c (defsubr):
20410 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20411
20412 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20413 defined differently in the m/*.h files.
20414 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20415 (XSETPVECTYPE): New macro.
20416 (XSETPSEUDOVECTOR): Use it.
20417
20418 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20419 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20420
20421 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20422 * lread.c (defvar_per_buffer):
20423 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20424
20425 * window.c (candidate_window_p): Only consider as visible frames that
20426 are on the same terminal.
20427
20428 * m/ibms390x.h (MARKBIT): Remove unused macro.
20429
204302007-10-01 Juanma Barranquero <lekktu@gmail.com>
20431
20432 * lread.c (Fload): Fix typo in docstring.
20433
204342007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20435
20436 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20437 of a non-zero value can't yield zero.
20438
204392007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * term.c (term_clear_mouse_face, term_mouse_highlight)
20442 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20443
20444 * print.c (safe_debug_print): Use XHASH.
20445
20446 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20447 Lisp elements such as tags.
20448 (XHASH): New macro.
20449 (EQ): Use it.
20450 (SREF, SSET, STRING_COPYIN): Use SDATA.
20451 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20452
20453 * alloc.c (mark_terminal): Remove left-over declaration.
20454 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20455 (allocate_vectorlike): Remove type argument. Adjust callers.
20456 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20457 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20458
20459 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20460 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20461 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20462 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20463 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20464 Use them.
20465
20466 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20467 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20468 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20469
204702007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20471
20472 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20473 loaded by default.
20474
204752007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20476
20477 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20478 on this tty.
20479 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20480
20481 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20482 Update all users.
20483 (handle_one_term_event): Use Gpm_DrawPointer.
20484 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20485 Signal errors instead of returning nil. Always return nil.
20486 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20487 Make it a noop if gpm-mouse was not activated.
20488 (syms_of_term): Update names.
20489
204902007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20491
20492 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20493 (init_sys_modes): Check that gpm_tty is the current tty.
20494
20495 * alloc.c (allocate_terminal): Set the vector size to only count the
20496 lisp fields. Initialize those to nil.
20497 (mark_object): Don't treat terminals specially.
20498 (mark_terminal): Remove.
20499 (mark_terminals): Use mark_object instead.
20500
20501 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20502 the GC to the beginning.
20503
20504 * indent.h:
20505 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20506
20507 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20508
205092007-09-25 Jason Rumney <jasonr@gnu.org>
20510
20511 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20512
20513 * w32console.c (create_w32cons_output): Remove.
20514
20515 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20516
20517 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20518 (reset_sys_modes): Use reset_terminal_modes_hook.
20519
205202007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20521
20522 * eval.c (do_autoload): Don't output any message.
20523
205242007-09-24 Juri Linkov <juri@jurta.org>
20525
20526 * emacs.c (standard_args): Change priority of "--no-splash"
20527 from 40 to 3. Add "--no-desktop" with the same priority.
20528
205292007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20530
20531 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20532 and optimize the case where they are all 1.
20533
205342007-09-23 Johannes Weiner <hannes@saeurebad.de>
20535
20536 * lisp.h (abs): Define if not defined.
20537 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20538 Don't define `abs', since it's defined in lisp.h.
20539
205402007-09-22 Eli Zaretskii <eliz@gnu.org>
20541
20542 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20543 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20544 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20545 (init_tty): Use DEV_TTY instead of "/dev/tty".
20546 [WINDOWSNT]: No need to protect from NAME arg being null.
20547
205482007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20549
20550 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20551 up the tty state.
20552
205532007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20556 (gpm_tty): Change its type.
20557 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20558 (gpm_tty): Change its type and initialize it.
20559 (Fterm_open_connection): Check the frame is indeed a tty.
20560 Use the new gpm_tty.
20561 (Fterm_close_connection): Use the new gpm_tty.
20562 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20563 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20564
205652007-09-21 Juanma Barranquero <lekktu@gmail.com>
20566
20567 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20568 underline_color, to draw strike-through.
20569
205702007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * lisp.h (allocate_terminal): Declare.
20573
20574 * window.c (candidate_window_p): Consider frames that are being placed
20575 by the user as somewhere between visible and iconified.
20576 (window_loop): Prefer windows on the current frame.
20577 (Fselect_window): Move the use of select-frame to the beginning so we
20578 can just delegate all the work (it'll call us back anyway).
20579
20580 * frame.c (Qdisplay_environment_variable):
20581 * frame.h (Qdisplay_environment_variable): Delete.
20582
20583 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20584 of the first arg, since that value may be a union.
20585
20586 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20587 parameter rather than Qdisplay_environment_variable. If all else
20588 fails, look for DISPLAY in initial-environment.
20589
205902007-09-21 Glenn Morris <rgm@gnu.org>
20591
20592 * Makefile.in (emacstool): Remove target.
20593 (lisp, shortlisp): Remove termdev.elc.
20594
205952007-09-21 Markus Triska <markus.triska@gmx.at>
20596
20597 * xterm.c (x_delete_display): Compile session management conditionally.
20598
205992007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20600
20601 * callproc.c (getenv_internal_1): New function.
20602 (getenv_internal): Use it.
20603 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20604
20605 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20606 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20607 (Fset_terminal_parameter): Work with dead terminals as well.
20608 (Fmodify_terminal_parameters): Remove.
20609
20610 * terminal.c (get_terminal): Handle terminals.
20611 Make sure the terminal returned is live.
20612 (create_terminal): Use allocate_terminal.
20613 (mark_terminals): Move to alloc.c.
20614 (delete_terminal): Use terminal->name as liveness status.
20615 NULL out fields after freeing their contents.
20616 Don't deallocate the object.
20617 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20618 rather than an int.
20619 (Fterminal_live_p): Accept non-integer arguments.
20620 (Fterminal_list): Return terminal objects rather than an ints.
20621
20622 * alloc.c (enum mem_type): New member for `terminal' objects.
20623 (allocate_terminal): New function.
20624 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20625 Handle terminals.
20626 (mark_terminal): New fun.
20627 (mark_terminals): Move from terminal.c.
20628
20629 * term.c (get_tty_terminal): Don't treat output_initial specially.
20630 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20631 (delete_tty): Use terminal->name as liveness status.
20632
20633 * termhooks.h (struct terminal): Make it into a pseudovector.
20634 Remove `deleted' replaced by checking `name's nullness.
20635
20636 * print.c (print_object): Handle terminals.
20637
20638 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20639 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20640
20641 * frame.c (make_terminal_frame):
20642 * keyboard.c (tty_read_avail_input):
20643 * w32term.c (x_delete_terminal):
20644 * xfns.c (Fx_create_frame, x_create_tip_frame):
20645 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20646
206472007-09-20 Glenn Morris <rgm@gnu.org>
20648
20649 * process.c (Fmake_network_process): Doc fix.
20650
206512007-09-19 Jason Rumney <jasonr@gnu.org>
20652
20653 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20654
206552007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20656
20657 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20658 Fix a C warning regarding variable constness.
20659
20660 * xterm.c (handle_one_xevent): Fix a C warning.
20661
206622007-09-18 Jason Rumney <jasonr@gnu.org>
20663
20664 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20665
206662007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20667
20668 * gtkutil.c (gdpy_def): New variable.
20669 (xg_initialize): Initialize gdpy_def.
20670 (xg_display_close): If no other display exists, set gdpy_def to a
20671 new connection.
20672
206732007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20674
20675 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20676 when we have no file name for the icon.
20677 (xg_tool_bar_expose_callback): Remove.
20678 (xg_create_tool_bar): Don't connect expose signal to
20679 xg_tool_bar_expose_callback.
20680 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20681
206822007-09-16 Andreas Schwab <schwab@suse.de>
20683
20684 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20685 values instead of zapping them.
20686
206872007-09-14 Glenn Morris <rgm@gnu.org>
20688
20689 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20690 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20691 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20692 scope and rename to omfib_buffer for clarity.
20693 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20694
206952007-09-14 Kenichi Handa <handa@m17n.org>
20696
20697 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20698
206992007-09-13 Jason Rumney <jasonr@gnu.org>
20700
20701 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20702
20703 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20704
20705 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20706 (mac_term_init): Call here instead, passing rif.
20707
207082007-09-13 Glenn Morris <rgm@gnu.org>
20709
20710 * s/hpux.h: No longer define `static' as nothing.
20711
207122007-09-13 Johan Bockgård <bojohan@gnu.org>
20713
20714 * callint.c (Fcall_interactively): Remove unused var `fun'.
20715
207162007-09-12 Romain Francoise <romain@orebokech.com>
20717
20718 * window.c (prefer_window_split_horizontally, display_buffer):
20719 Revert 2007-09-08 change.
20720
207212007-09-12 Glenn Morris <rgm@gnu.org>
20722
20723 * alloca.c: Remove file.
20724 * Makefile.in (alloca): Do not undef.
20725 (allocaobj, alloca.o): Remove.
20726 (otherobj): Remove allocaobj.
20727 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20728 * regex.c (C_ALLOCA): Remove all references and code that was only
20729 used when this was defined.
20730 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20731 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20732 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20733
20734 * Makefile.in (SOURCES, unlock, relock): Delete.
20735
20736 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20737 (menu_grab_callback): All uses changed.
20738
20739 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20740 (x_reply_selection_request): All uses changed.
20741
207422007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20743
20744 * lread.c (load_warn_old_style_backquotes): Change message to look
20745 better when it appears in the middle of byte-compiler messages.
20746
207472007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20748
20749 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20750
20751 * xterm.c (x_create_terminal): Add comment.
20752
20753 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20754
207552007-09-10 Richard Stallman <rms@gnu.org>
20756
20757 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20758
207592007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20760
20761 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20762 (DEFUN): Document `intspec', use it instead of `prompt'.
20763
20764 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20765
20766 * data.c (Finteractive_form): If the interactive specification starts
20767 with a `(', use it as a Lisp form.
20768
20769 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20770 name and file modes.
20771
20772 * callint.c (Fcall_interactively): Comment fixes.
20773
207742007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20775
20776 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20777 and compiled functions.
20778
207792007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20780
20781 * window.c (prefer_window_split_horizontally): New variable.
20782 (display_buffer): Consider splitting window horizontally depending
20783 on prefer_window_split_horizontally.
20784
207852007-09-08 Eli Zaretskii <eliz@gnu.org>
20786
20787 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20788
207892007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20790
20791 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20792
20793 * frame.c (x_set_frame_parameters): Check number is positive before
20794 using XFASTINT.
20795
20796 * window.c (freeze_window_start): Don't presume selected_window holds
20797 a window object.
20798 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20799
208002007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20801
20802 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20803
208042007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * window.c (Vsplit_window_preferred_function): New var.
20807 (Fdisplay_buffer): Use it.
20808 (syms_of_window): Export, and initialize it.
20809
208102007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20811
20812 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20813
208142007-09-06 Glenn Morris <rgm@gnu.org>
20815
20816 * gtkutil.c (menu_grab_callback) <cnt>:
20817 * xselect.c (x_reply_selection_request) <cnt>: Move static
20818 variable to file scope.
20819
208202007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20821
20822 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20823 consistent values of selected_frame and selected_window.
20824
208252007-09-04 Jason Rumney <jasonr@gnu.org>
20826
20827 * w32console.c (initialize_w32_display): Zero unused hooks.
20828
208292007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20830
20831 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20832 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20833
208342007-09-04 Jason Rumney <jasonr@gnu.org>
20835
20836 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20837 in w32console.c. Set up input. Remove XXX comments that have been
20838 confirmed as correct.
20839
20840 * s/ms-w32.h (MULTI_KBOARD): Define.
20841
20842 * w32console.c (one_and_only_w32cons): Remove.
20843 (initialize_w32_display): Take terminal argument.
20844
20845 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20846 initialize_w32_display.
20847 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20848
20849 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20850
20851 * keyboard.c (discard_mouse_events): Discard it.
20852 (make_lispy_event): Translate it to a lisp event.
20853 (lispy_wheel_names): Add wheel-left and right events.
20854 (syms_of_keyboard): Enlarge wheel_syms.
20855
20856 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20857 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20858
20859 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20860
20861 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20862 from WM_MOUSEHWHEEL.
20863 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20864
20865 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20866 terminal.
20867
20868 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20869 keyboard for the terminal.
20870
208712007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20872
20873 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20874 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20875 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20876 and resume-tty-function to resume-tty-hook.
20877 (Fsuspend_tty, Fresume_tty): Use new names.
20878
208792007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20880
20881 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20882 if it starts with "n:".
20883
208842007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20885
20886 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20887
208882007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20889
20890 * frame.h:
20891 * frame.c (Qterm_environment_variable): Remove.
20892 (syms_of_frame): Don't init and staticpro it.
20893
20894 * callproc.c (getenv_internal): Remove special case for $TERM.
20895
20896 * callproc.c (Vinitial_environment): New variable.
20897 (set_initial_environment): Initialize it.
20898 (syms_of_callproc): Declare it.
20899 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20900 TERM under which a process runs is never related to the TERM in which
20901 Emacs is running.
20902
209032007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20904
20905 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20906 * s/darwin.h: ... do it here.
20907
209082007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * lisp.h (set_initial_environment): Rename from set_global_environment.
20911
20912 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20913 removed by mistake on the multi-tty branch.
20914
20915 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20916 (Fmodify_frame_parameters): Return a value.
20917
20918 * image.c (png_load): Comment-out var only used in commented-out code.
20919
20920 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20921 before passing it to mark_object.
20922
20923 * xfaces.c (internal_resolve_face_name): Return a value.
20924 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20925
20926 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20927 (x_icon): Comment-out var only used in commented-out code.
20928
209292007-08-29 Romain Francoise <romain@orebokech.com>
20930
20931 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20932 QUIT hasn't been provided.
20933
209342007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20935
20936 * callproc.c (child_setup, getenv_internal): Use the
20937 display-environment-variable and term-environment-variable frame params.
20938 (set_initial_environment): Initialise Vprocess_environment.
20939
20940 * config.in: Disable multi-keyboard support on a mac.
20941
20942 * frame.c (Qterm_environment_variable)
20943 (Qdisplay_environment_variable): New variables.
20944 (syms_of_frame): Intern and staticpro them.
20945 (Fmake_terminal_frame): Disable output method test.
20946
20947 * frame.h: Declare them here.
20948
20949 * macfns.c (x_set_mouse_color): Get rif from the frame.
20950 (x_set_tool_bar_lines): Don't use updating_frame.
20951 (mac_window): Add 2 new parameters for consistency with other systems.
20952 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20953 frame parameters following what is done in X11 and w32. Don't use
20954 FRAME_MAC_DISPLAY_INFO.
20955 (Fx_open_connection, start_hourglass): Remove window-system check.
20956 (x_create_tip_frame): Get the keyboard from the terminal.
20957
20958 * macmenu.c: Reorder includes.
20959 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20960
20961 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20962 terminal parameter.
20963 (x_clear_frame): Add a frame parameter.
20964 (note_mouse_movement): Get rif from the frame.
20965 (mac_term_init): Initialize the terminal.
20966 (mac_initialize): Make static and move terminal initialization ...
20967 (mac_create_terminal): ... to this new function.
20968
20969 * macterm.h (struct mac_display_info): Add terminal.
20970 (mac_initialize): Delete declaration.
20971
20972 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20973
20974 * sysdep.c: Comment out text after #endif.
20975
20976 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20977 is defined. Better initialize ttys in windows. Use terminal
20978 specific mouse_position_hook.
20979
20980 * termhooks.h (union display_info): Add mac_display_info.
20981
20982 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20983 Set the default minibuffer frame, window_system and the rest of the
20984 frame parameters following what is done in X11.
20985
20986 * w32term.c (w32_initialize): Make static.
20987
20988 * xselect.c (x_handle_selection_clear): Only access
20989 terminal->kboard when MULTI_KBOARD is defined.
20990
20991 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20992 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20993
209942007-08-29 Jason Rumney <jasonr@gnu.org>
20995
20996 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20997 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20998
20999 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
21000 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
21001
21002 * keyboard.c (restore_kboard_configuration): Only define when
21003 MULTI_KBOARD defined.
21004
21005 * makefile.w32-in: Update dependancies from Makefile.in.
21006 (OBJ1): Add terminal.$(O)
21007
21008 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
21009 Don't define function body.
21010 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
21011
21012 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
21013
21014 * w32.c (request_sigio, unrequest_sigio): Remove.
21015
21016 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
21017 (w32con_clear_frame, w32con_clear_end_of_line)
21018 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
21019 (w32con_delete_glyphs, w32con_set_terminal_window)
21020 (scroll_line, w32_sys_ring_bell): Add frame arg.
21021 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
21022 Add terminal arg.
21023 (PICK_FRAME): Remove.
21024 (w32con_write_glyphs): Use frame specific terminal coding.
21025 (one_and_only_w32cons): New global variable.
21026 (initialize_w32_display): Use it for storing hooks.
21027 (create_w32cons_output): New function.
21028
21029 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
21030 arg a frame.
21031
21032 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
21033 Set window_system.
21034 (x_set_tool_bar_lines): Don't use updating_frame.
21035 (Fx_create_frame): Set terminal and ref count.
21036 (Fx_open_connection): Remove window-system check.
21037
21038 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
21039
21040 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
21041 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
21042 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
21043 Add frame arg.
21044 (x_delete_terminal, w32_create_terminal): New functions.
21045 (w32_term_init): Create a terminal.
21046 (w32_initialize): Move terminal specific initialization to
21047 w32_create_terminal.
21048
21049 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
21050 (w32_clear_rect, w32_clear_area): Use background from frame.
21051 (w32_display_info): Add terminal.
21052 (w32_sys_ring_bell, x_delete_display): Declare here.
21053
21054 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
21055
21056 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
21057
210582007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
21059
21060 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
21061 Fix get_named_tty calls for the controlling tty.
21062
210632007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21064
194d44e7 21065 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
21066
210672007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21068
21069 * term.c (tty_insert_glyphs): Add missing first parameter.
21070
210712007-08-29 Károly Lőrentey <karoly@lorentey.hu>
21072
21073 * buffer.c (Fbuffer_list, Fbury_buffer):
21074 Take frame->buried_buffer_list into account.
21075
21076 * cm.c (current_tty): New variable, for cmputc().
21077 (cmputc): Use it.
21078 (cmcheckmagic): Add tty parameter, look up terminal streams there.
21079 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
21080 (cmgoto): Add tty parameter. Pass it on to calccost().
21081 Use emacs_tputs() instead of tputs().
21082
21083 * cm.h (emacs_tputs): New macro to set current_tty, and then call
21084 tputs().
21085 (current_tty): New variable, for cmputc().
21086 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
21087
21088 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
21089 (internal_condition_case, internal_condition_case_1)
21090 (internal_condition_case_2): Don't abort when x_catching_errors.
21091
21092 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
21093 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
21094 prevent crashes caused by bogus longjmps in read_char.
21095
21096 * keymap.h (Fset_keymap_parent): Add EXFUN.
21097
21098 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
21099 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21100 Remove redundant definition.
21101
21102 * macfns.c (x_set_mouse_color, x_make_gc):
21103 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21104
21105 * w32term.c (x_free_frame_resources):
21106 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21107 (w32_initialize): Use the accessor macros for terminal characteristics.
21108
21109 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
21110 Use the accessor macros for terminal characteristics.
21111 * msdos.c (internal_terminal_init): Use the accessor macros for
21112 terminal characteristics.
21113 (ScreenVisualBell, internal_terminal_init):
21114 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21115
21116 * termopts.h (no_redraw_on_reenter): Declare.
21117
21118 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
21119 (mark_terminals, mark_ttys): Declare.
21120 (Fgarbage_collect): Call them.
21121 (mark_object): Mark buried_buffer_list.
21122
21123 * prefix-args.c: Include stdlib.h for exit.
21124
21125 * syssignal.h: Add comment.
21126
21127 * indent.c: Include stdio.h.
21128
21129 * window.h (Vinitial_window_system): Declare.
21130 (Vwindow_system): Delete declaration.
21131
21132 * fontset.c (Finternal_char_font): Use FRAME_RIF.
21133
21134 * image.c (lookup_image): Don't initialize `c' until the xasserts
21135 have been run.
21136
21137 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
21138 FRAME_FOREGROUND_PIXEL.
21139
21140 * print.c (print_preprocess): Don't lose print_depth levels while
21141 iterating.
21142
21143 * widget.c (update_from_various_frame_slots):
21144 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21145
21146 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
21147 frames.
21148 (window_internal_height): Remove bogus make_number call.
21149 (init_window_once): Call make_terminal_frame with two zero parameters.
21150
21151 * fileio.c (Fread_file_name): Update comment.
21152
21153 * callint.c (Fcall_interactively):
21154 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21155 Make sure it is correctly unwound.
21156
21157 * xsmfns.c (x_session_close): New function.
21158
21159 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21160 Delete declarations.
21161
21162 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21163 (x_output): Remove background_pixel and foreground_pixel fields.
21164 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21165 (x_delete_device, x_session_close): Declare.
21166
21167 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21168 (read_filtered_event): Call `read_char' with a local
21169 `wrong_kboard_jmpbuf'.
21170
21171 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21172 Don't call single_kboard_state. Use FRAME_RIF.
21173
21174 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21175 systems.
21176
21177 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21178 (Fframe_with_environment, Fset_input_meta_mode)
21179 (Fset_quit_char): EXFUN.
21180 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21181 (init_sys_modes, reset_sys_modes): Update prototypes.
21182 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21183
21184 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21185 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21186 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21187 Delete declarations.
21188 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21189 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21190 New declarations.
21191
21192 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21193 already does that during init_display(). Call syms_of_keymap
21194 before syms_of_keyboard. Call `syms_of_terminal'.
21195 Call set_initial_environment, not set_process_environment.
21196 (shut_down_emacs): Call reset_all_sys_modes() instead of
21197 reset_sys_modes().
21198
21199 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21200 (internal_resolve_face_name, resolve_face_name_error): New functions.
21201 (resolve_face_name): Protect against loops and errors thrown by Fget.
21202 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21203 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21204
21205 * scroll.c: Replace CURTTY() with local variables throughout the
21206 file (where applicable).
21207 (calculate_scrolling, calculate_direct_scrolling)
21208 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21209 characteristics.
21210
21211 * keymap.c (Vfunction_key_map): Remove.
21212 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21213 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21214 (Vkey_translation_map): Remove.
21215 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21216 (Fdescribe_buffer_bindings)
21217 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21218 Update for terminal-local key-translation-map.
21219
21220 * Makefile.in (callproc.o): Update dependencies.
21221 (lisp, shortlisp): Add termdev.elc.
21222 (obj): Add terminal.o.
21223 (terminal.o): Add dependencies.
21224 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21225 (data.o, fns.o): Add termhooks.h dependency.
21226 (SOME_MACHINE_LISP): Add dnd.elc.
21227 (minibuf.o): Fix typo.
21228 Update dependencies.
21229
21230 * data.c (do_symval_forwarding, store_symval_forwarding)
21231 (find_symbol_value): Use the selected frame's keyboard, not
21232 current_kboard.
21233
21234 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21235 Vwindow_system.
21236
21237 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21238 Fmenu_bar_open.
21239 (syms_of_xmenu): Update defsubr.
21240 (mouse_position_for_popup, Fx_popup_menu)
21241 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21242 (set_frame_menubar, free_frame_menubar)
b97439ce 21243 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21244 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21245 an X frame.
21246
21247 * xselect.c (x_own_selection): Abort if not an X frame.
21248 (some_frame_on_display): Check if it is an X frame.
21249 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21250
21251 * coding.c: Include frame.h and termhooks.h.
21252 (terminal_coding, keyboard_coding): Delete.
21253 (Fset_terminal_coding_system_internal)
21254 (Fset_keyboard_coding_system_internal)
21255 (Fkeyboard_coding_system)
21256 (Fterminal_coding_system): Add a terminal parameter.
21257 Get terminal_coding from the terminal.
21258 (init_coding_once): Don't call setup_coding_system here.
21259
21260 * dispextern.h (set_scroll_region, turn_off_insert)
21261 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21262 (tty_clear_end_of_line, tty_setup_colors)
21263 (delete_tty, updating_frame)
21264 (produce_special_glyphs, produce_glyphs, write_glyphs)
21265 (insert_glyphs): Remove.
21266 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21267 (tty_turn_off_highlight, get_tty_size): Add declaration.
21268 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21269
21270 * frame.h (enum output_method): Add output_initial.
21271 (struct x_output): Delete.
21272 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21273 Access foreground_pixel and background_pixel directly from the frame.
21274 (tty_display): Delete.
21275 (struct frame): Add buried_buffer_list, foreground_pixel,
21276 background_pixel and terminal. Delete kboard.
21277 (union output_data): Add tty.
21278 (FRAME_KBOARD): Get the kboard from the terminal.
21279 (FRAME_INITIAL_P): New macro.
21280 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21281 (Qterm_environment_variable, Qdisplay_environment_variable)
21282 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21283 New declarations.
21284
21285 * termchar.h (tty_output, tty_display_info): New structures.
21286 (tty_list): Declare.
21287 (FRAME_TTY, CURTTY): New macros.
21288 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21289 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21290 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21291 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21292
21293 * callproc.c: Include frame.h and termhooks.h, for terminal
21294 parameters.
21295 (add_env): New function.
21296 (child_setup): Use it.
21297 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21298 (getenv_internal): Fix get_terminal_param call.
21299 (Fgetenv_internal, egetenv): Update doc.
21300 (syms_of_callproc): Initialize Vprocess_environment to nil.
21301 Register and initialize them. Remove obsolete defvars. Update doc
21302 strings.
21303 (child_setup): Handle Vlocal_environment_variables.
21304 (getenv_internal): Add terminal parameter.
21305 Handle Vlocal_environment_variables.
21306 (Fgetenv_internal): Add terminal parameter.
21307 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21308 environment in a frame (not terminal) parameter. Update doc strings.
21309 (set_initial_environment): Rename from set_global_environment.
21310 Store Emacs environment in initial frame parameter.
21311
21312 * xdisp.c (redisplay_internal): Update references to
21313 `previous_terminal_frame'.
21314 (display_mode_line, Fformat_mode_line): Replace calls to
21315 `push_frame_kboard' with `push_kboard'.
21316 (get_glyph_string_clip_rects): Add extra parentheses and
21317 braces to prevent compiler warnings.
21318 (calc_pixel_width_or_height): Add xassert to check that the
21319 frame is alive. Don't call `lookup_image' on a termcap frame.
21320 (message2_nolog, message3_nolog, redisplay_internal)
21321 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21322 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21323 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21324 (Fx_display_pixel_width, Fx_display_pixel_height)
21325 (Fx_display_planes, Fx_display_color_cells)
21326 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21327 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21328 (Fx_display_backing_store, Fx_display_visual_class)
21329 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21330 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21331
21332 * xfns.c (x_set_foreground_color x_set_background_color)
21333 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21334 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21335 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21336 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21337 terminal that is being deleted.
21338 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21339 frame parameter, and make sure it overrides any user-supplied setting.
21340 (Fx_close_connection, Fx_synchronize): Unify argument names with
21341 the rest of the DEFUNs.
21342
21343 * dispnew.c (Fsend_string_to_terminal): Update call to
21344 `get_tty_terminal'.
21345 (Fredraw_frame, Fsend_string_to_terminal)
21346 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21347 FRAME_TERMCAP_P and FRAME_TTY.
21348 (window_change_signal): Don't believe width/height values that are
21349 impossibly small.
21350 (Vinitial_window_system): Rename from Vwindow_system.
21351 (termscript, Wcm, rif): Delete.
21352
21353 * termhooks.h (struct terminal): New struct containing the
21354 previously global text display hooks and new members NAME,
21355 DELETED and PARAM_ALIST.
21356 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21357 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21358 (FRAME_RIF): New macros.
21359 (get_terminal_param, get_device): New declarations.
21360 (termscript): Delete declaration.
21361
21362 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21363 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21364 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21365 FRAME_FOREGROUND_PIXEL.
21366 (x_fully_uncatch_errors): Disable definition.
21367 (x_scroll_bar_expose): Fix reference to foreground pixel.
21368 (XTread_socket): Disable loop on all X displays.
21369 (x_delete_terminal): Don't set terminal->deleted and let
21370 delete_terminal delete the frames on the terminal.
21371 (x_delete_display): Doc update to reflect changes in
21372 delete_terminal.
21373 (x_display_info) <terminal>: Move member earlier in the struct.
21374 (deleting_tty): Remove old variable.
21375 (Fsuspend_tty): Call clear_tty_hooks.
21376 (Fresume_tty, init_tty): Call set_tty_hooks.
21377 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21378 errors on X frames.
21379 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21380 (handle_one_xevent): Initialize `f' to NULL.
21381 (x_delete_terminal, x_create_terminal): New functions.
21382 (XTset_terminal_modes, XTreset_terminal_modes)
21383 (XTread_socket, x_connection_closed, x_term_init)
21384 (x_term_init, x_delete_display): Add terminal parameter.
21385 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21386 X connections.
21387
21388 * frame.c: Include termchar.h.
21389 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21390 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21391 (Qdisplay_environment_variable): New vars.
21392 (Fframep): Deal with output_initial.
21393 (Fframe-live-p): Doc fix.
21394 (Fwindow-system): New function.
21395 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21396 (make_terminal_frame): Don't create frames on a terminal that is
21397 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21398 (store_frame_param): Check for found_for_frame before calling XFRAME.
21399 (Fmake_terminal_frame): Handle NULL tty names correctly.
21400 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21401 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21402 frames to refer to a deleted frame in their 'environment parameter.
21403 (Fframe_with_environment): New function.
21404 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21405 (get_future_frame_param): New function.
21406 (Fmake_terminal_frame): Use it.
21407 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21408
21409 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21410 * sysdep.c (reset_sys_modes): Update for renames.
21411
21412 * keyboard.c (tty_read_avail_input): New function.
21413 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21414 (syms_of_keyboard): Defsubr them.
21415 (Fset_input_meta_mode, Fset_quit_char): New functions.
21416 (Fset_input_mode): Split to above functions.
21417 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21418 parameter. Use it in call to `read_char'.
21419 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21420 Set wrong_kboard_jmpbuf correctly in recursive calls.
21421 Use current_kboard to access Vkeyboard_translate_table.
21422 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21423 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21424 Update longjmp invocations. Remember the original current_kboard,
21425 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21426 changes it. Comment out unnecessary calls to
21427 `record_single_kboard_state' and `any_kboard_state'.
21428 Update recursive calls.
21429 (wrong_kboard_jmpbuf): Remove global variable.
21430 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21431 Handle deleted interrupted_kboards correctly; that is a legal
21432 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21433 and read_char calls. Abort if interrupted_kboard died in read_char.
21434 (any_kboard_state, single_kboard_state)
21435 (push_frame_kboard): Remove function.
21436 (pop_kboard): Switch out of single_kboard mode if the kboard has
21437 been deleted. Remove unused variable. Help debugging by not
21438 changing current_kboard unnecessarily. Set current_kboard to the
21439 kboard of the selected frame when the stored kboard object has
21440 been deleted before pop_kboard.
21441 (temporarily_switch_to_single_kboard): Change first parameter to a
21442 frame pointer. Throw an error when caller wants to change kboards
21443 while in single_kboard mode. Don't push_kboard if we weren't in
21444 single kboard state. Don't pop_kboard if we popped into any
21445 kboard state.
21446 (restore_kboard_configuration): Abort if pop_kboard changed the
21447 kboard in single_kboard mode. Call pop_kboard only after setting
21448 up single_kboard mode.
21449 (Frecursive_edit): Switch to single_kboard mode only in nested
21450 command loops.
21451 (cmd_error, command_loop, command_loop_1, timer_check):
21452 Comment out unnecessary call to `any_kboard_state' and
21453 `record_single_kboard_state'.
21454 (delete_kboard): Exit single_kboard mode if we have just deleted
21455 that kboard. Use FRAME_KBOARD.
21456 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21457 `fatal_error_signal'.
21458 (record_single_kboard_state): Don't push_kboard if we weren't in
21459 single kboard state. Don't pop_kboard if we popped into any
21460 kboard state.
21461 (push_frame_kboard): Rename to push_kboard.
21462 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21463 (read_avail_input): Read input from all terminals.
21464 (mark_kboards): Also mark Vkeyboard_translate_table.
21465 (kbd_buffer_store_event_hold): Simplify condition.
21466 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21467 (Vkeyboard_translate_table): Move to struct kboard.
21468 (init_kboard): Initialize Vkeyboard_translate_table.
21469 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21470 Vkeyboard_translate_table. Update doc strings. Update docs of
21471 local-function-key-map and function-key-map.
21472
21473 * terminal.c: New file.
21474
21475 * term.c: Include errno.h.
21476 (Vring_bell_function, device_list, initial_device)
21477 (next_device_id, ring_bell, update_begin, update_end)
21478 (set_terminal_window, cursor_to, raw_cursor_to)
21479 (clear_to_end, clear_frame, clear_end_of_line)
21480 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21481 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21482 (syms_of_term): Move their initialization to terminal.c.
21483 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21484 (Ftty_display_color_cells)
21485 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21486 (clear_tty_hooks, set_tty_hooks)
21487 (init_tty, maybe_fatal): New functions.
21488 (Ftty_type): Return nil if terminal is not on a tty instead of
21489 throwing an error. Doc update.
21490 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21491 Doc update. Initialize new subrs and variables.
21492 (delete_tty): Use terminal->deleted.
21493 (tty_set_terminal_modes): Rename from set_terminal_modes.
21494 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21495 (set_scroll_region): Rename to `tty_set_scroll_region'.
21496 (turn_on_insert): Rename to `tty_turn_on_insert'.
21497 (turn_off_insert): Rename to `tty_turn_off_insert'.
21498 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21499 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21500 (toggle_highligh): Rename to `tty_toggle_highlight'.
21501 (background_highlight): Rename to `tty_background_highlight'.
21502 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21503 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21504 (tty_set_scroll_region, tty_background_highlight)
21505 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21506 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21507 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21508 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21509 Add static modifier.
21510 (tty_reset_terminal_modes, tty_set_terminal_window)
21511 (tty_set_scroll_region, tty_background_highlight)
21512 (tty_highlight_if_desired, tty_cursor_to)
21513 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21514 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21515 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21516 renames.
21517
215182007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21519
21520 * keyboard.c: Qrtl is new.
21521 (parse_tool_bar_item): Handle :rtl keyword.
21522 (syms_of_keyboard): Intern :rtl keyword.
21523
21524 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21525
21526 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21527 so no Lisp code is executed.
21528 (file_for_image, find_rtl_image): New functions.
21529 (xg_get_image_for_pixmap): Use file_for_image.
21530 (update_frame_tool_bar): If direction is RTL, use RTL image if
21531 defined. Use Gtk stock images if defined.
21532
215332007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21534
21535 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21536 for nonexistent or zero-width glyph in composition glyph.
21537
215382007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21539
21540 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21541
21542 * xdisp.c (Finvisible_p): New function.
21543 (syms_of_xdisp): defsubr it.
21544
215452007-08-24 Juanma Barranquero <lekktu@gmail.com>
21546
21547 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21548 Doc fixes.
21549
215502007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21551
21552 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21553
215542007-08-24 Martin Rudalics <rudalics@gmx.at>
21555
21556 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21557 whether decoding has modified buffer contents.
21558
215592007-08-24 Jason Rumney <jasonr@gnu.org>
21560
21561 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21562 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21563 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21564 (init_svg_functions) [HAVE_NTGUI]: New function.
21565 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21566 (svg_load_image): Use them.
21567 (svg_load_image) [HAVE_NTGUI]: Implement background.
21568
215692007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21570
21571 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21572 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21573 (LIBX): Remove @RSVG_LIBS@.
21574 (LIBES): Add $(RSVG_LIBS).
21575
21576 * image.c (svg_load_image): Blend with specified background if exists.
21577 Use IMAGE_BACKGROUND. Add Mac OS Support.
21578
21579 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21580 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21581 Remove macros.
21582 [MAC_OSX] (socket_callback): Do nothing.
21583 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21584 ReceiveNextEvent.
21585 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21586 socket_callback.
21587 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21588
215892007-08-22 Glenn Morris <rgm@gnu.org>
21590
21591 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21592
215932007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21594
21595 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21596
21597 * image.c: Add support for SVG images. Some additional comments
21598 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21599 (svg_image_p): New function to test for SVG image.
21600 (svg_load): New function to load SVG image.
21601 (svg_load_image): New function, helper for svg_load.
21602 (Qsvg): New Lisp_object.
21603 (svg_keyword_index): New enum.
21604 (svg_format): New static `image_keyword' struct.
21605 (svg_type): New static `image_type' struct.
21606 (librsvg/rsvg.h): Include it.
21607
216082007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21609
21610 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21611
216122007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21613
21614 * lread.c (Qold_style_backquotes): New var.
21615 (syms_of_lread): Init and staticpro it.
21616 (load_warn_old_style_backquotes): New fun.
21617 (Fload): Use them to warn about old style backquotes.
21618 (end_of_file_error, Fload): Remove unused vars.
21619
21620 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21621
21622 * lread.c (Vold_style_backquotes): New var.
21623 (syms_of_lread): Init and export it to Elisp.
21624 (read1): Set it when we find an old-style (back)quote.
21625
216262007-08-22 Jason Rumney <jasonr@gnu.org>
21627
21628 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21629
216302007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21631
21632 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21633
216342007-08-19 Richard Stallman <rms@gnu.org>
21635
21636 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21637
216382007-08-19 Andreas Schwab <schwab@suse.de>
21639
21640 * alloc.c (pure): Round PURESIZE up.
21641
216422007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21643
21644 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21645 active frame.
21646
216472007-08-16 Richard Stallman <rms@gnu.org>
21648
21649 * eval.c (Fcommandp): Add parens to clarify.
21650
21651 * minibuf.c (Fall_completions): Use enum for type of table.
21652
21653 * emacs.c (USAGE2): Improve text.
21654
216552007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21656
21657 * term.c (tty_default_color_capabilities): Declare static
21658 variables in file scope, to avoid HPUX compiler problem.
21659
216602007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21661
21662 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21663 to gtk_toolbar_insert.
21664
216652007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21666
21667 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21668
21669 * insdel.c (reset_var_on_error): New fun.
21670 (signal_before_change, signal_after_change):
21671 Use it to reset (after|before)-change-functions to nil in case of error.
21672 Bind inhibit-modification-hooks to t.
21673 Don't bind (after|before)-change-functions to nil while they run.
21674
216752007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21676
21677 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21678 filling pixmap with stippled background.
21679
216802007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21681
21682 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21683 Don't use invisible frame as parent window for repositioning.
21684
216852007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * print.c (new_backquote_output): Rename from old_backquote_output.
21688 (print): Inverse its logic (according to its name) so as to match the
21689 behavior of new_backquote_flag in lread.c.
21690
216912007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21692
21693 * gmalloc.c (posix_memalign): New function.
21694
21695 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21696 ActivateControl/DeactivateControl here.
21697 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21698 frame-notice-user-settings is non-nil.
21699 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21700 for kEventParamFMFontStyle.
21701 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21702 mac_pass_command_to_system and mac_pass_control_to_system here.
21703 (XTread_socket): Call ActivateControl/DeactivateControl here.
21704 (XTread_socket) [TARGET_API_MAC_CARBON]:
21705 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21706 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21707 for window repositioning.
21708
217092007-08-08 Glenn Morris <rgm@gnu.org>
21710
21711 * Replace `iff' in doc-strings and comments.
21712
217132007-08-07 Chong Yidong <cyd@stupidchicken.com>
21714
21715 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21716
217172007-08-07 Martin Rudalics <rudalics@gmx.at>
21718
21719 * fileio.c (Finsert_file_contents): Run format-decode and
21720 after_insert_file_functions on entire buffer when REPLACE is
21721 non-nil and inhibit modification_hooks and point_motion_hooks.
21722 For consistency, run after_insert_file_functions iff something
21723 got inserted. Move signal_after_change and update_compositions
21724 after code running after_insert_file_functions. Make sure that
21725 undo_list doesn't record intermediate steps of the decoding process.
21726
217272007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21728
21729 * emacs.c (main)
21730 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21731 Call malloc_enable_thread on interactive startup.
21732
21733 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21734 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21735 [USE_PTHREAD]: Conditionalize with it.
21736 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21737 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21738 New functions.
21739
217402007-08-06 Chong Yidong <cyd@stupidchicken.com>
21741
21742 * xdisp.c (redisplay_window): When restoring original buffer
21743 position, make sure it is still valid.
21744
21745 * image.c (png_load): Ignore png-supplied background color.
21746
217472007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21748
21749 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21750 Use kCFAbsoluteTimeIntervalSince1970.
21751
21752 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21753 New variable.
21754 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21755 event loop should be quit.
21756 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21757 Quit dialog event loop if quit_dialog_event_loop is set.
21758
21759 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21760 (Selection): New typedef. Use instead of ScrapRef.
21761 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21762 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21763 (mac_clear_selection): Rename from clear_scrap.
21764 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21765 scrap_has_target_type. All uses changed.
21766 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21767 (mac_selection_has_target_p): New functions.
21768 (mac_put_selection_value): Rename from put_scrap_string.
21769 (mac_get_selection_value): Rename from get_scrap_string.
21770 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21771 (put_scrap_private_timestamp, scrap_has_target_type)
21772 (get_scrap_private_timestamp): Remove functions.
21773 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21774 (x_own_selection, x_get_local_selection):
21775 Use mac_valid_selection_value_p.
21776 (x_own_selection): Don't use put_scrap_private_timestamp.
21777 Record OWNERSHIP-INFO into Vselection_alist instead.
21778 (x_get_local_selection): Don't check type if request is local.
21779 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21780 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21781
217822007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21783
21784 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21785 add comment explaining why.
21786
217872007-08-03 Richard Stallman <rms@gnu.org>
21788
21789 * fileio.c (Fvisited_file_modtime): Use make_time.
21790
217912007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21792
21793 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21794 build.
21795
217962007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21799
218002007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21801
21802 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21803
218042007-07-30 Richard Stallman <rms@gnu.org>
21805
21806 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21807
218082007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21809
21810 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21811
218122007-07-28 Nick Roberts <nickrob@snap.net.nz>
21813
21814 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21815 remote default-directory.
21816
21817 * buffer.c (mode-line-format): Update doc string.
21818
218192007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21820
21821 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21822 scroll bar gap.
21823 (x_scroll_bar_create): Set bar->fringe_extended_p.
21824 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21825 on frame edge. Check fringe background extension. Don't clear
21826 extended fringe background area.
21827
21828 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21829 (w32_fill_area): Enclose multiple statements with do ... while (0).
21830
21831 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21832 Extend fringe background to scroll bar gap.
21833 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21834 Set bar->fringe_extended_p.
21835 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21836 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21837 background extension. Don't clear extended fringe background area.
21838
21839 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21840 New member fringe_extended_p.
21841
218422007-07-25 Glenn Morris <rgm@gnu.org>
21843
21844 * Relicense all FSF files to GPLv3 or later.
21845
21846 * COPYING: Switch to GPLv3.
21847
218482007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21851
21852 * data.c (Finteractive_form): Check for the presence of an
21853 `interactive-form' symbol property more thoroughly.
21854
21855 * data.c (Finteractive_form): Use an `interactive-form' property if
21856 present, analogous to the function-documentation property.
21857
218582007-07-24 Jason Rumney <jasonr@gnu.org>
21859
21860 * w32fns.c (x_real_positions): Get real position from OS instead of
21861 calculating it.
21862
218632007-07-23 Jason Rumney <jasonr@gnu.org>
21864
21865 * filelock.c (current_lock_owner): Allow for @ sign in username.
21866
218672007-07-22 Nick Roberts <nickrob@snap.net.nz>
21868
21869 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21870 remote default-directory.
21871
21872 * buffer.c (mode-line-format): Describe above case in doc string.
21873
218742007-07-20 Eli Zaretskii <eliz@gnu.org>
21875
21876 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21877 Define if not defined.
21878
218792007-07-18 Jason Rumney <jasonr@gnu.org>
21880
21881 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21882
218832007-07-18 Richard Stallman <rms@gnu.org>
21884
21885 * data.c (Fsetq_default): Doc fix.
21886
21887 * eval.c (Fsetq): Doc fix.
21888
218892007-07-18 Juanma Barranquero <lekktu@gmail.com>
21890
21891 * coding.c (Ffind_operation_coding_system):
21892 * eval.c (For, Fand): Doc fixes.
21893 Reported by Johan Bockgård.
21894
218952007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21896
21897 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21898
21899 * xterm.h: Declare x_ewmh_activate_frame.
21900
21901 * xterm.c (x_ewmh_activate_frame): New function.
21902 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21903
219042007-07-17 Martin Rudalics <rudalics@gmx.at>
21905
21906 * window.c (Fdisplay_buffer): If largest or LRU window is the
21907 only window, split it even if it is not eligible for splitting.
21908 This restores the original behavior broken by the 2007-07-15
21909 change.
21910
219112007-07-17 Glenn Morris <rgm@gnu.org>
21912
21913 * abbrev.c (abbrev_check_chars): New function.
21914 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21915 Call abbrev_check_chars to check abbrev characters are word
21916 constituents. Doc fix.
21917
219182007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21919
21920 * process.c (Fstart_process, Fmake_network_process)
21921 (read_process_output): Fix up last changes.
21922
219232007-07-16 Eli Zaretskii <eliz@gnu.org>
21924
21925 * makefile.w32-in (clean): Don't delete *~.
21926
219272007-07-16 Andreas Schwab <schwab@suse.de>
21928
21929 * window.c (Fdisplay_buffer): Use NILP.
21930 (Fset_window_scroll_bars): Likewise.
21931
219322007-07-15 Martin Rudalics <rudalics@gmx.at>
21933
21934 * window.c (window_min_size_2): New function.
21935 (window_min_size_1, size_window, Fdisplay_buffer)
21936 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21937 windows without mode- or header-lines when window-min-height is
21938 too small.
21939 (size_window): Reset nodelete_p after testing it, following an
21940 earlier note by Kim F. Storm.
21941 (display_buffer): Do not set split_height_threshold to twice the
21942 value of window_min_height to avoid changing the value of a
21943 customizable variable. Rather explicitly check whether the
21944 height of the window that shall be splitted is at least as large
21945 as split_height_threshold.
21946 (Fwindow_full_width_p): New defun.
21947 (syms_of_window): Defsubr it.
21948
21949 * window.h: Add EXFUN for Fwindow_full_width_p.
21950
219512007-07-14 Jason Rumney <jasonr@gnu.org>
21952
21953 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21954
219552007-07-14 Richard Stallman <rms@gnu.org>
21956
21957 * eval.c (maybe_call_debugger): New function.
21958 (find_handler_clause): Use maybe_call_debugger.
21959 Call it when the handler says `debug'.
21960 Eliminate DEBUGGER_VALUE_PTR.
21961 (Fsignal): Eliminate debugger_value.
21962 (Qdebug): New variable.
21963 (syms_of_eval): Initialize it.
21964
219652007-07-14 Juanma Barranquero <lekktu@gmail.com>
21966
21967 * eval.c (Fprogn):
21968 * keyboard.c (Ftrack_mouse):
21969 * print.c (Fwith_output_to_temp_buffer):
21970 * window.c (Fsave_window_excursion): Doc fix.
21971
219722007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21973
21974 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21975
219762007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21979 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21980 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21981 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21982 Remove unused encoding_carryover.
21983 * process.c: Adjust all functions accordingly.
21984
219852007-07-12 Richard Stallman <rms@gnu.org>
21986
21987 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21988
219892007-07-11 Jason Rumney <jasonr@gnu.org>
21990
21991 * makefile.w32-in (LIBS): Include OLE32.
21992
21993 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21994 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21995
219962007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21997
21998 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21999 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
22000 from a Lisp_Object into a bare pointer.
22001 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
22002 Adjust the code correspondingly.
22003
22004 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
22005
22006 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
22007 (term_show_mouse_face): Remove unused var `j'.
22008 (handle_one_term_event): Remove unused vars `i' and `j'.
22009 Don't cast return value of ttyname since it's not necessary.
22010
220112007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22012
22013 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
22014 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
22015
22016 * fns.c (map_char_table): Use an array of int for `indices' rather than
22017 an array of Lisp_Objects (which are only ever integers anyway).
22018 (Fmap_char_table): Update caller.
22019 * lisp.h: Update prototype.
22020 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
22021 * fontset.c (Ffontset_info):
22022 * casetab.c (set_case_table): Update callers.
22023
22024 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
22025
22026 * keymap.c (struct accessible_keymaps_data)
22027 (struct where_is_internal_data): New structures.
22028 (accessible_keymaps_1, where_is_internal_1): Use them to change
22029 interface to adhere to the one used by map_keymap.
22030 (Faccessible_keymaps, where_is_internal): Use map_keymap.
22031 (accessible_keymaps_char_table, where_is_internal_2): Remove.
22032
22033 * keymap.h (map_keymap_function_t): More informative prototype.
22034
220352007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22036
22037 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
22038 (looking_at_1): Don't change search_regs and last_thing_searched
22039 if `inhibit-changing-match-data' is non-nil.
22040 (string_match_1, search_buffer, set_search_regs): Likewise.
22041 (syms_of_search): Add Lisp level definition for
22042 `inhibit-changing-match-data' and set it to nil.
22043 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
22044 start and end of the match, instead of using values in search_regs.
22045
220462007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22047
22048 * minibuf.c (Fcompleting_read): New value `confirm-only'
22049 for `require-match'.
22050
220512007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
22054 part of the 2007-06-27 change to syms_of_fileio.
22055
220562007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22057
22058 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
22059 Check WINDOWP before using XWINDOW. Consolidate return statements.
22060
220612007-06-27 Richard Stallman <rms@gnu.org>
22062
22063 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
22064
220652007-06-27 Juanma Barranquero <lekktu@gmail.com>
22066
22067 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
22068
220692007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22070
22071 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
22072 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
22073 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
22074 (_free_internal, memalign): Use them.
22075 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
22076 Initialize to PTHREAD_MUTEX_INITIALIZER.
22077 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
22078 (morecore_nolock): Rename from morecore. All uses changed.
22079 Use only nolock versions of internal allocation functions.
22080 (_malloc_internal_nolock, _realloc_internal_nolock)
22081 (_free_internal_nolock): New functions created from
22082 _malloc_internal, _realloc_internal, and _free_internal.
22083 (_malloc_internal, _realloc_internal, _free_internal): Use them.
22084 Copy hook value to automatic variable before its use.
22085 (memalign): Copy hook value to automatic variable before its use.
22086
220872007-06-26 Kenichi Handa <handa@m17n.org>
22088
22089 * coding.c (Ffind_operation_coding_system): Docstring improved.
22090 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
22091
220922007-06-25 David Kastrup <dak@gnu.org>
22093
22094 * keymap.c (Fcurrent_active_maps): Add `position' argument.
22095 (Fwhere_is_internal): Adjust call to `current-active-maps' to
22096 cater for additional parameter.
22097
22098 * keymap.h: Adjust number of parameters to `current-active-maps'.
22099
22100 * doc.c (Fsubstitute_command_keys): Adjust call of
22101 `current-active-maps'.
22102
221032007-06-25 David Kastrup <dak@gnu.org>
22104
22105 * callint.c (Fcall_interactively): Make the parsing of interactive
22106 specs somewhat more readable.
22107
221082007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22109
22110 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
22111 to scroll bar gap also when bitmap fills fringe. Draw only foreground
22112 if extended background has already been filled.
22113
221142007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22115
22116 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
22117 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
22118
22119 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
22120 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
22121 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
22122 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
22123 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
22124 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
22125 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
22126 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
22127 Run timers during dialog popup.
22128 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
22129
221302007-06-21 Jason Rumney <jasonr@gnu.org>
22131
22132 * image.c (convert_mono_to_color_image): Swap fore and background.
22133
221342007-06-20 Jason Rumney <jasonr@gnu.org>
22135
22136 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
22137 (w32_free_bdf_font): Unmap memory not handle.
22138
221392007-06-20 Sam Steingold <sds@gnu.org>
22140
22141 * gmalloc.c (__morecore): Fix the declaration to comply with the
22142 definition.
22143
221442007-06-20 Juanma Barranquero <lekktu@gmail.com>
22145
22146 * w32term.c (w32_delete_display): Remove leftover declaration.
22147 (w32_define_cursor, w32_initialize): Make static.
22148
22149 * w32.c (_wsa_errlist): Fix typo in error message.
22150 (init_environment): Ignore any environment variable from the
22151 registry having a null value.
22152
221532007-06-20 Glenn Morris <rgm@gnu.org>
22154
22155 * Makefile.in (LIBGIF): Default to -lgif.
22156
221572007-06-17 Jason Rumney <jasonr@gnu.org>
22158
22159 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22160 unicode strings.
22161
221622007-06-16 Juanma Barranquero <lekktu@gmail.com>
22163
22164 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22165 Fix typo in docstring.
22166
221672007-06-16 Eli Zaretskii <eliz@gnu.org>
22168
22169 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22170 and their keybindings.
22171
221722007-06-15 Chong Yidong <cyd@stupidchicken.com>
22173
22174 * composite.c (update_compositions): Fix last fix.
22175
221762007-06-14 Jason Rumney <jasonr@gnu.org>
22177
22178 * w32.c (get_process_times_fn): New function pointer.
22179 (globals_of_w32): Intialize it if present in kernel32.dll.
22180 (w32_get_internal_run_time): New function.
22181
22182 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22183
221842007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22185
22186 * composite.c (update_compositions): Check the validness of
22187 compositions.
22188
221892007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22190
22191 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22192 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22193
22194 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22195 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22196
22197 * macgui.h (USE_MAC_TOOLBAR): New define.
22198
22199 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22200 Return immediately unless popup is activated.
22201
22202 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22203 background to scroll bar gap.
22204 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22205 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22206 scroll bars on frame edge. Check fringe background extension.
22207 Don't clear extended fringe background area.
22208 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22209 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22210 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22211 [USE_MAC_TOOLBAR]: New macros.
22212 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22213 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22214 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22215 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22216 [USE_MAC_TOOLBAR]: New functions.
22217 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22218 manually if previous repositioning has failed.
22219 (mac_handle_keyboard_event): Use precomputed event kind.
22220 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22221 as tool bar item click. Handle mouse movement over tool bar items.
22222
22223 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22224 toolbar_win_gravity.
22225 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22226 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22227 Add externs.
22228
22229 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22230 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22231
222322007-06-14 Chong Yidong <cyd@stupidchicken.com>
22233
22234 * image.c (search_image_cache): Remove unused variable.
22235
222362007-06-13 Chong Yidong <cyd@stupidchicken.com>
22237
22238 * xfns.c, xmenu.c: Link to xaw3d if available.
22239
222402007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22241
22242 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22243 frame_foreground and frame_background.
22244
22245 * image.c (lookup_image): Save frame foreground and background colors.
22246 (search_image_cache): Check if saved and current frame colors match.
22247
222482007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * regex.c (regex_compile): Remove the `regnum' counter.
22251 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22252
222532007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22254
22255 * term.c: Include intervals.h to declare Fget_text_property.
22256
222572007-06-10 Jason Rumney <jasonr@gnu.org>
22258
22259 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22260
222612007-06-08 Juanma Barranquero <lekktu@gmail.com>
22262
22263 * callint.c (Fcall_interactively):
22264 * editfns.c (Fdelete_and_extract_region):
22265 * fileio.c (Fread_file_name):
22266 * fns.c (Fmapconcat):
22267 * keyboard.c (cmd_error_internal):
22268 * keymap.c (Fkey_description):
22269 * lread.c (openp):
22270 * minibuf.c (read_minibuf):
22271 * search.c (wordify):
22272 * sunfns.c (sel_read):
22273 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22274 * xfns.c (x_default_scroll_bar_color_parameter):
22275 * xmenu.c (menu_help_callback):
22276 * xselect.c (Fx_get_atom_name):
22277 * xterm.c (x_term_init): Use empty_unibyte_string.
22278
222792007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22280
22281 * alloc.c (init_strings): Initialize canonical empty strings.
22282 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22283 canonical empty string when the requested size is 0.
22284
22285 * emacs.c (empty_unibyte_string): Rename from empty_string.
22286 (empty_multibyte_string): New canonical empty string.
22287 (syms_of_emacs): Don't initialize empty_string.
22288
22289 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22290 string, if appropriate.
22291 (empty_unibyte_string, empty_multibyte_string): New externs.
22292 (empty_string): Remove extern.
22293
22294 * lread.c (syms_of_lread): Use empty_unibyte_string.
22295
222962007-06-07 Jason Rumney <jasonr@gnu.org>
22297
22298 * s/ms-w32.h: Don't define HAVE_TZNAME.
22299
22300 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22301
223022007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22303
22304 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22305
22306 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22307 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22308
22309 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22310 Don't call next handler.
22311 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22312 Remove argument. Install handler to application.
22313 (set_frame_menubar): Don't change deep_p.
22314 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22315 FRAME_OUTER_TO_INNER_DIFF_Y.
22316 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22317 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22318 [HAVE_DIALOGS]: New macros.
22319 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22320 Use them.
22321 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22322
22323 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22324 init_service_handler. All callers changed. Return OSStatus value.
22325
22326 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22327 All callers changed so as not to call SetPortWindowPort.
22328 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22329 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22330 mac_draw_string_common.
22331 (mac_draw_image_string_qd): Likewise.
22332 (mac_draw_string_common): Use them. Add INLINE.
22333 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22334 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22335 GetGlobalMouse.
22336 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22337 and FRAME_OUTER_TO_INNER_DIFF_Y.
22338 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22339 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22340 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22341 repositioning window to mac_handle_window_event.
22342 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22343 saving window location to mac_handle_window_event
22344 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22345 (install_menu_target_item_handler): Remove argument in extern.
22346 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22347 Also accept command events.
22348 (do_keystroke): New function created from XTread_socket.
22349 (init_command_handler): Remove functions.
22350 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22351 and save window location by kEventWindowShowing and kEventWindowHiding
22352 handlers here. Don't call next handler for window state change and
22353 focus events.
22354 (mac_handle_application_event, mac_handle_keyboard_event)
22355 [TARGET_API_MAC_CARBON]: New functions.
22356 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22357 kEventWindowShowing and kEventWindowHiding events. Move installation
22358 of mouse, font, text input and menu target item handlers to
22359 install_application_handler.
22360 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22361 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22362 New function.
22363 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22364 Register it.
22365 (XTread_socket) [TARGET_API_MAC_CARBON]:
22366 Consolidate SendEventToEventTarget calls.
22367 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22368 Move application activation handler to mac_handle_application_event.
22369 Move keyboard handler to mac_handle_keyboard_event.
22370 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22371 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22372 init_command_handler. Call install_application_handler.
22373
22374 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22375 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22376
223772007-06-07 Glenn Morris <rgm@gnu.org>
22378
22379 * emacs.c (main): Use `emacs-copyright' in --version output.
22380
223812007-06-06 Chong Yidong <cyd@stupidchicken.com>
22382
22383 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22384
223852007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22386
22387 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22388
22389 * macgui.h: Replace WindowPtr with WindowRef.
22390
22391 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22392 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22393 Replace ControlHandle with ControlRef.
22394 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22395
22396 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22397 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22398 Replace ControlHandle with ControlRef.
22399 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22400 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22401
22402 * macterm.h (struct scroll_bar): Rename member control_handle_low
22403 and control_handle_high to control_ref_low and control_ref_high.
22404 All uses changed.
22405 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22406 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22407 respectively. All uses changed.
22408 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22409 (install_window_handler, remove_window_handler): Replace WindowPtr
22410 with WindowRef in externs.
22411
224122007-06-05 Juanma Barranquero <lekktu@gmail.com>
22413
22414 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22415
224162007-06-03 Nick Roberts <nickrob@snap.net.nz>
22417
22418 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22419
22420 * frame.c (Fmouse_position, Fmouse_pixel_position):
22421 Condition on HAVE_GPM too.
22422
22423 * term.c (term_mouse_highlight): Remove unused variables.
22424 (Fterm_open_connection): Set gpm_zerobased to 1.
22425 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22426 Use zero based co-ordinates.
22427 (handle_one_term_event): Report a drag as mouse movement too.
22428
22429 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22430
224312007-06-03 Chong Yidong <cyd@stupidchicken.com>
22432
22433 * image.c (search_image_cache): New function. Require background
22434 color match if background color is unspecified in the image spec.
22435 (uncache_image, lookup_image): Use it.
22436
224372007-06-01 Juanma Barranquero <lekktu@gmail.com>
22438
22439 * window.c (Fshrink_window): Reflow docstring.
22440
224412007-06-02 Chong Yidong <cyd@stupidchicken.com>
22442
22443 * Version 22.1 released.
22444
224452007-06-01 Richard Stallman <rms@gnu.org>
22446
22447 * xfns.c (x_encode_text): Add GCPRO.
22448
224492007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22450
22451 * xfns.c (x_set_name_internal): Save encoded name before
22452 x_encode_text in case string data is relocated.
22453
224542007-05-31 Richard Stallman <rms@gnu.org>
22455
22456 * buffer.c (syms_of_buffer): Doc fix.
22457
224582007-05-30 Nick Roberts <nickrob@snap.net.nz>
22459
22460 * sysdep.c (init_sys_modes): Add rather than replace with
22461 O_NONBLOCK.
22462
22463 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22464 term_mouse_moveto.
22465
22466 * termhooks.h (term_mouse_moveto): New extern.
22467
22468 * term.c (mouse_face_window): Rename...
22469 (Qmouse_face_window): ...to this.
22470 (term_show_mouse_face, term_clear_mouse_face)
22471 (term_mouse_highlight): Use Qmouse_face_window.
22472 (term_mouse_moveto): New function.
22473 (term_mouse_position): Make it work.
22474 (syms_of_term): Uncomment assignment to mouse_position_hook.
22475 Staticpro Qmouse_face_window.
22476
224772007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22478
22479 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22480 around current_column call.
22481
224822007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22483
22484 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22485 * xdisp.c (next_element_from_buffer):
22486 * window.c (delete_window):
22487 * term.c (term_mouse_highlight):
22488 * msdos.c (getdefdir):
22489 * macterm.c (mac_create_bitmap_from_bitmap_data)
22490 (init_font_name_table):
22491 * fns.c (Fsxhash):
22492 * data.c (Fmake_local_variable):
22493 * ccl.c (ccl_driver): Likewise.
22494
224952007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22496
22497 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22498 Call mac_wakeup_from_rne on window size change.
22499
225002007-05-25 Chong Yidong <cyd@stupidchicken.com>
22501
22502 * image.c (uncache_image): Fix typo.
22503
225042007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22505
22506 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22507
225082007-05-22 Richard Stallman <rms@gnu.org>
22509
22510 * xterm.c (x_connection_closed): Remove NO_RETURN.
22511
225122007-05-22 Martin Rudalics <rudalics@gmx.at>
22513
22514 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22515
225162007-05-21 Chong Yidong <cyd@stupidchicken.com>
22517
22518 * image.c (uncache_image): New function.
22519 (Fimage_refresh): New function.
22520
225212007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22522
22523 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22524
225252007-05-20 Nick Roberts <nickrob@snap.net.nz>
22526
22527 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22528 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22529
225302007-05-20 Nick Roberts <nickrob@snap.net.nz>
22531
22532 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22533 conditional on [HAVE_GPM_H].
22534
225352007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22536
22537 * syntax.c (skip_chars): Update syntax-table only after we checked that
22538 the new location is valid.
22539
225402007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22541
22542 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22543 mac_get_window_bounds.
22544
225452007-05-20 Nick Roberts <nickrob@snap.net.nz>
22546
22547 * Makefile.in (LIBGPM): Allow it to be set from configure.
22548 If set then link Emacs with it.
22549
22550 * config.in: Regenerate.
22551
22552 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22553 New externs.
22554
22555 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22556 Include gpm.h.
22557 (handle_one_term_event, term_gpm): New externs.
22558
22559 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22560 and allow it to be interrupted by SIGIO.
22561
22562 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22563 (wait_reading_process_output): Wait on gpm_fd too.
22564 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22565 (add_gpm_wait_descriptor_called_flag): New variable.
22566 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22567
22568 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22569 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22570 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22571 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22572 (make_lispy_event): Add case GPM_CLICK_EVENT.
22573 (read_avail_input): Handle mouse input.
22574
22575 * term.c (write_glyphs_with_face): New function.
22576 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22577 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22578 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22579 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22580 (last_mouse_x, last_mouse_y): New variables.
22581 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22582 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22583 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22584 (Fterm_close_connection): New functions.
22585 (term_init): Initialise mouse_face_window.
22586
225872007-05-19 Chong Yidong <cyd@stupidchicken.com>
22588
22589 * xdisp.c (redisplay_window): If first window line is a
22590 continuation line, recompute the new window start instead of
22591 recentering.
22592
225932007-05-18 Glenn Morris <rgm@gnu.org>
22594
22595 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22596 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22597
225982007-05-17 Glenn Morris <rgm@gnu.org>
22599
22600 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22601
226022007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22603
22604 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22605 dead key repeat and up events.
22606
226072007-05-14 Chong Yidong <cyd@stupidchicken.com>
22608
22609 * image.c (pbm_load): Check image size for monochrome pbm.
22610
226112007-05-13 Chong Yidong <cyd@stupidchicken.com>
22612
22613 * xterm.c (XTread_socket): Revert last change.
22614
226152007-05-12 Chong Yidong <cyd@stupidchicken.com>
22616
22617 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22618
22619 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22620
226212007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22624 mixup (YAILOM).
22625
226262007-05-07 Andreas Schwab <schwab@suse.de>
22627
22628 * keymap.c (Flookup_key): Fix typo in last change.
22629
226302007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22633 mapping for unibyte strings.
22634
226352007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22636
22637 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22638 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22639
226402007-04-29 Richard Stallman <rms@gnu.org>
22641
22642 * insdel.c (replace_range): For undo, record insertion first.
22643
226442007-04-29 Andreas Schwab <schwab@suse.de>
22645
22646 * lisp.h (VECSIZE): Use OFFSETOF.
22647
226482007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22649
22650 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22651 disabled lines.
22652
226532007-04-28 Richard Stallman <rms@gnu.org>
22654
22655 * lread.c (read_escape): In a string, \s is always space.
22656
226572007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22658
22659 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22660
22661 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22662 submenu for menu bar items.
22663
22664See ChangeLog.10 for earlier changes.
22665
22666;; Local Variables:
22667;; coding: utf-8
22668;; add-log-time-zone-rule: t
aac0c6e3
MR
22669;; End:
22670
5df4f04c 22671 Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
aac0c6e3
MR
22672
22673 This file is part of GNU Emacs.
22674
22675 GNU Emacs is free software: you can redistribute it and/or modify
22676 it under the terms of the GNU General Public License as published by
22677 the Free Software Foundation, either version 3 of the License, or
22678 (at your option) any later version.
22679
22680 GNU Emacs is distributed in the hope that it will be useful,
22681 but WITHOUT ANY WARRANTY; without even the implied warranty of
22682 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22683 GNU General Public License for more details.
22684
22685 You should have received a copy of the GNU General Public License
22686 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22687
22688;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40