faces.el fix for bug#7966.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
95838641
GM
12011-02-03 Glenn Morris <rgm@gnu.org>
2
3 * xfaces.c (Finternal_set_lisp_face_attribute):
4 Try to clarify some error messages. (Bug#2659)
5
aca092ac
SM
62011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * editfns.c (save_restriction_restore): Don't forget to invalidate the
9 current_column cache (bug#7946).
10
ea2460a0
KH
112011-02-02 Kenichi Handa <handa@m17n.org>
12
13 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
14
15 * xftfont.c (xftfont_open): Likewise.
16
29feb0e9
AS
172011-02-01 Andreas Schwab <schwab@linux-m68k.org>
18
19 * window.c (Fselect_window): Add missing return value.
20
df61c790
AS
212011-01-29 Andreas Schwab <schwab@linux-m68k.org>
22
23 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
24 of int. All uses adjusted.
25 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
26 (svg_load_image): Remove casts.
27
7f9c5df9
CY
282011-01-29 Chong Yidong <cyd@stupidchicken.com>
29
30 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
31 function definitions for compiling with libpng-1.5.
32 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
33 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
34 (Bug#7908).
35
46b3f2be
CY
362011-01-28 Chong Yidong <cyd@stupidchicken.com>
37
38 * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
39
37d1c45d
CY
402011-01-27 Chong Yidong <cyd@stupidchicken.com>
41
42 * font.c (font_parse_fcname): Require GTK-style font sizes to
43 occur at the end of the font string (Bug#7853).
44
ea08011c
CY
452011-01-26 Chong Yidong <cyd@stupidchicken.com>
46
47 * font.c (font_parse_fcname): Fix typo in string length.
48
f996bbcb
SM
492011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
52 the buffer's point-max (bug#7876).
53
19634648
CY
542011-01-23 Chong Yidong <cyd@stupidchicken.com>
55
56 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
57 Remove unused HAVE_SHM branch (Bug#6811).
58
6de1218f 592011-01-23 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19634648 60
6de1218f
PG
61 * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
62
e6b84b30
MR
632011-01-22 Martin Rudalics <rudalics@gmx.at>
64
65 * window.c (select_window): New function.
66 (Fselect_window): Call it.
67 (inhibit_point_swap): Variable deleted.
68 (Fset_window_configuration): Call select_window directly.
69
0514b4be
SM
702011-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
73
e7f50e8f
EZ
742011-01-16 Eli Zaretskii <eliz@gnu.org>
75
76 * image.c (syms_of_image): Don't use SET_SYMBOL_VALUE. (Bug#7848)
77
6dc1d2d3
MR
782011-01-15 Martin Rudalics <rudalics@gmx.at>
79
80 * window.c (inhibit_point_swap): New variable.
81 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
82 point this time.
83 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
84 of setting selected_window to nil (Bug#7728).
85
70ba1ec8
CY
862011-01-12 Chong Yidong <cyd@stupidchicken.com>
87
88 * config.in (TERMINFO): New definition.
89
90 * s/netbsd.h: Use it to choose between terminfo and termcap
91 (Bug#7642).
92
0ad25444
JD
932011-01-03 Jan Djärv <jan.h.d@swipnet.se>
94
95 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
96
97 * nsfns.m (ns_set_name_iconic): Remove.
98 (ns_get_screen): Don't assign integer to f.
99 (ns_set_name_internal): New function (Bug#7517).
100 (Vicon_title_format): Extern declare.
101 (ns_set_name): Call ns_set_name_internal.
102 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
103 (x_implicitly_set_name): Ditto.
104 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
105 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8.
106 Always use buffer name for title and buffer filename only for
107 RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517).
108
fb724e55
EZ
1092011-01-03 Eli Zaretskii <eliz@gnu.org>
110
111 * image.c (png_jmpbuf): Remove definition.
112 (my_png_error, png_load): Don't use png_jmpbuf.
113
5be1c984
EZ
1142010-12-31 Eli Zaretskii <eliz@gnu.org>
115
116 * image.c <Qlibpng_version>: New variable.
117 (syms_of_image): Intern and staticpro it. Set its value to the
118 version of PNG library we were compiled with.
119 (my_png_error, png_load): Avoid GCC warnings about direct access
120 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
121 (png_jmpbuf): New macro.
122 (my_png_error, png_load): Use it instead of #ifdef'ing according
123 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 124
cf07311b
SM
1252010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * .gdbinit (xgetptr): Fix the union+lsb case.
128 (xbacktrace): Fix the union case.
129
794b75c7
SM
1302010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
133 different from selected-window's.
134
2e4ab211
EZ
1352010-12-25 Eli Zaretskii <eliz@gnu.org>
136
71fe378d
EZ
137 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
138 equivalent of a menu item when the key sequence is given by the
139 `:keys' attribute. (Bug#7662)
140
2e4ab211
EZ
141 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
142 the basic faces are supported.
143
84595ff0
JD
1442010-12-24 Jan Djärv <jan.h.d@swipnet.se>
145
146 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
147
30d621a2
EZ
1482010-12-17 Eli Zaretskii <eliz@gnu.org>
149
150 * xdisp.c (Fformat_mode_line): Fix last change.
151
4bf3e46e
CY
1522010-12-16 Chong Yidong <cyd@stupidchicken.com>
153
154 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
155 faces (Bug#7587).
156
1b2a627f
EZ
1572010-12-13 Eli Zaretskii <eliz@gnu.org>
158
159 * fileio.c (Fexpand_file_name): One more doc fix.
160
15579471
EZ
1612010-12-12 Eli Zaretskii <eliz@gnu.org>
162
163 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
164
f0559026
EZ
1652010-12-11 Eli Zaretskii <eliz@gnu.org>
166
76feb864
EZ
167 * w32fns.c (Fx_show_tip): Call try_window with last argument
168 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
169 solved. Round up the tip height to an integral multiple of the
170 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
171 (Bug#7398)
172
f0559026
EZ
173 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
174 (face_before_or_after_it_pos, next_element_from_string)
175 (next_element_from_c_string, produce_stretch_glyph): Remove unused
176 calculations of maximum string length before calling
177 string_char_and_length and STRING_CHAR_AND_LENGTH.
178 (string_char_and_length): Update commentary: MAXLEN is no longer
179 needed.
180
0b9fc69a
JD
1812010-12-10 Jan Djärv <jan.h.d@swipnet.se>
182
183 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
184 as (Qsave_session arg).
185
186 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
187 (smc_die_CB): Make an event with arg Qt.
188 (Fhandle_save_session): If event has Qt as argument,
189 call Fkill_emacs (Bug#7552).
190
2b815743
JD
1912010-12-07 Jan Djärv <jan.h.d@swipnet.se>
192
193 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
194
d8b2a962
CY
1952010-12-06 Chong Yidong <cyd@stupidchicken.com>
196
197 * dispextern.h (struct it): New member overlay_strings_charpos.
198
199 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
200 charpos where we computed n_overlay_strings.
201 (next_overlay_string): Load overlay strings at recorded position,
202 which may not be the same as the iterator's charpos (Bug#7016).
203
a56d164e
JD
2042010-12-05 Jan Djärv <jan.h.d@swipnet.se>
205
206 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
207 with cursor color and draw a rectangle around the image (Bug#7412).
208
77f1ed6c
CY
2092010-12-05 Chong Yidong <cyd@stupidchicken.com>
210
211 * xdisp.c (try_scrolling): Avoid infloop if the first line is
212 obscured due to a vscroll (Bug#7537).
213
2a91a0b5
JD
2142010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
215
216 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
217
218 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
219 Use FRAME_TOOLBAR_HEIGHT.
220 (x_set_offset): Handle XNegative and YNegative in
221 f->size_hint_flags (Bug#7510).
222
b84ae584
KH
2232010-11-25 Kenichi Handa <handa@m17n.org>
224
225 * charset.c (emacs_mule_charset): Make it an array of charset ID;
226 i.e. integer.
227 (Fdefine_charset_internal): Adjusted for the above change.
228 (init_charset_once): Likewise.
229
230 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
231 duplicated extern.
232
233 * coding.c (emacs_mule_char): Adjust for the change of
234 emacs_mule_charset.
235
236 * lread.c (read_emacs_mule_char): Adjust for the change of
237 emacs_mule_charset.
238
b8e5cf1d
EZ
2392010-11-22 Eli Zaretskii <eliz@gnu.org>
240
241 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
242 of w32api >= 3.15. (Bug#6989) (Bug#7452)
243
96ad0af7
YM
2442010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
245
246 * alloc.c (mark_terminals): Ensure that the image cache is marked
247 even if the terminal object was marked earlier (Bug#6301).
248
35f1de62
CY
2492010-11-21 Chong Yidong <cyd@stupidchicken.com>
250
251 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
252
8d7f026f
JD
2532010-11-20 Jan Djärv <jan.h.d@swipnet.se>
254
255 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
256 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
257 Use 23 as menubar height if 0. (Bug#7425).
258
37de8fd0
J
2592010-11-14 Jan Djärv <jan.h.d@swipnet.se>
260
261 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
262
263 * config.in (HAVE_G_TYPE_INIT): New symbol.
264
c7926fe2
EZ
2652010-11-12 Eli Zaretskii <eliz@gnu.org>
266
267 * lread.c (Fload): Mention `load-in-progress' and
268 `load-file-name'. (Bug#7346)
269
c0098065
EZ
2702010-11-09 Eli Zaretskii <eliz@gnu.org>
271
86520d8c
EZ
272 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
273 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
274 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
275 subprocesses. Use buffer_free only ifdef subprocesses.
276
277 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
278 the subprocesses version, not in the non-subprocesses one.
279
794a4b6d
EZ
280 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
281
c0098065
EZ
282 * xfns.c (x_real_positions): Fix declaration-after-statement
283 problem.
284
be3faa80
CY
2852010-11-05 Chong Yidong <cyd@stupidchicken.com>
286
287 * image.c (free_image): Don't garbage the frame here, since this
288 function can be called while redisplaying (Bug#7210).
289 (uncache_image): Garbage the frame here (Bug#6426).
290
055c91d4 2912010-11-04 Chong Yidong <cyd@stupidchicken.com>
184765cc
CY
292
293 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
294 Windows.
295
055c91d4 2962010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
bd80a886
YM
297
298 * process.c (Fmake_network_process): Don't call turn_on_atimers around
299 `connect' (Bug#5723).
300
055c91d4 3012010-11-04 Helmut Eller <eller.helmut@gmail.com>
c2e124a9
HE
302
303 * process.c (Fmake_network_process): Call `select' for interrupted
304 `connect' rather than creating new socket (Bug#5173).
305
68ae6cda
KH
3062010-11-04 Kenichi Handa <handa@m17n.org>
307
308 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
309 Don't sheck SPEC if it is nil.
310 (font_list_entities): Call font_delete_unmatched if
311 Vface_ignored_fonts is non-nil.
312
db5cada2 3132010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
fa884f18 314
2511e8e0
CY
315 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
316 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
317
318 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
319 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
320 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
321 TRY_WINDOW_CHECK_MARGINS.
322
323 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
324 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
fa884f18 325
d75c9992
JD
3262010-11-04 Jan Djärv <jan.h.d@swipnet.se>
327
31887d45
JD
328 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
329 parent is the root window. Check this after traversing window tree.
330
d75c9992
JD
331 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
332
333 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
334
335 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
336 before traversing window tree (Bug#5721).
337
754996bc
GM
3382010-11-03 Glenn Morris <rgm@gnu.org>
339
340 * Makefile.in (CRT_DIR): New variable, set by configure.
341 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
342 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
343
3649d303
JD
3442010-11-01 Jan Djärv <jan.h.d@swipnet.se>
345
346 * process.c (kbd_is_on_hold): New variable.
347 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
348 New functions.
349 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
350 select on empty input mask.
351 (init_process): Initialize kbd_is_on_hold to 0.
352
353 * process.h (hold_keyboard_input, unhold_keyboard_input)
354 (kbd_on_hold_p): Declare.
355
356 * keyboard.c (input_available_signal): Declare.
357 (kbd_buffer_nr_stored): New function.
358 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
359 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
360 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
361 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
362 (tty_read_avail_input): If input is on hold, return.
363 Don't read more that free slots in kbd_buffer (Bug#6571).
364
46eadc7a
CY
3652010-10-31 Chong Yidong <cyd@stupidchicken.com>
366
367 * xterm.c (x_connection_closed): Print informative error message
368 when aborting on GTK. This requires using shut_down_emacs
369 directly instead of Fkill_emacs.
370
655441b2
MA
3712010-10-25 Michael Albinus <michael.albinus@gmx.de>
372
373 * dbusbind.c (Fdbus_call_method_asynchronously)
374 (Fdbus_register_signal, Fdbus_register_method): Check, whether
375 `dbus-registered-objects-table' is initialized.
376
23c261f5
CY
3772010-10-24 Chong Yidong <cyd@stupidchicken.com>
378
379 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
380
89baa1df
EZ
3812010-10-22 Eli Zaretskii <eliz@gnu.org>
382
383 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
384
385 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
386 Deprecate use as a boolean flag.
387
5419963b
KB
3882010-10-18 Ken Brown <kbrown@cornell.edu>
389
390 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
391
31daa5e1
KH
3922010-10-15 Kenichi Handa <handa@m17n.org>
393
394 Fix incorrect font metrics when the same font is opened with
395 different pixelsizes.
396
397 * xftfont.c: Include composite.h.
398 (xftfont_shape): New function.
399 (syms_of_xftfont): Set xftfont_driver.shape.
400
9fa82824
DP
4012010-10-13 Damyan Pepper <damyanp@gmail.com>
402
403 Fix handling of font properties on Windows (bug#6303).
404 * font.c (font_filter_properties): New function, refactored from
405 ftfont_filter_properties.
406 * font.h (font_filter_properties): Declare.
407 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
408 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
409 (w32font_filter_properties): New function.
410 (w32font_driver): Add w32font_filter_properties.
411
51e4f4a8
JB
4122010-10-12 Juanma Barranquero <lekktu@gmail.com>
413
c0943d3d 414 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
415 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
416
a2e35ef5
JD
4172010-10-10 Jan Djärv <jan.h.d@swipnet.se>
418
419 * nsterm.m (Qleft): Declare.
420 (ns_right_alternate_modifier): New variable
421 (NSRightAlternateKeyMask): New define.
422 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
423 ns_right_alternate_modifier isn't Qleft.
424 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
425 as emacs modifier for NSRightAlternateKeyMask.
426 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
427
2e828c79
MA
4282010-10-08 Michael Albinus <michael.albinus@gmx.de>
429
430 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
431 (xd_pending_messages): Catch xd_get_dispatch_status calls.
432
93d50df8
KH
4332010-10-08 Kenichi Handa <handa@m17n.org>
434
2b7c9342 435 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 436
a79b0f28
MA
4372010-10-03 Michael Albinus <michael.albinus@gmx.de>
438
439 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
440 (Fdbus_init_bus): ... here. (Bug#7113)
441
7b2bf907
GM
4422010-10-03 Glenn Morris <rgm@gnu.org>
443
444 * buffer.c (before-change-functions, after-change-functions):
445 Three-year overdue doc fix following 2007-08-13 change.
446
1911a33b
KH
4472010-10-02 Kenichi Handa <handa@m17n.org>
448
449 * coding.c (coding_inherit_eol_type): If parent doesn't specify
450 eol-format, inherit from the system's default.
451 (complement_process_encoding_system): Make a new coding system
452 inherit the original eol-format.
453
fcaf8878
KH
4542010-09-30 Kenichi Handa <handa@m17n.org>
455
456 * coding.c (complement_process_encoding_system): New function.
457
458 * coding.h (complement_process_encoding_system): Extern it.
459
460 * callproc.c (Fcall_process): Complement the coding system for
461 encoding arguments.
462 (Fcall_process_region): Complement the coding system for encoding
463 the input to the process.
464
465 * process.c (Fstart_process): Complement the coding system for
466 encoding arguments.
467 (send_process): Complement the coding system for encoding what
468 sent to the process.
469
18acb5ad
KH
4702010-09-29 Kenichi Handa <handa@m17n.org>
471
472 * xfont.c (xfont_open): Fix setting of font->average_width from
473 :avgwidth property (Bug#7123).
474
dec83468
MA
4752010-09-28 Michael Albinus <michael.albinus@gmx.de>
476
477 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
478 is more portable.
479
480 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
481 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
482 has not defined SIGIO.
483
e0720500
MA
4842010-09-27 Michael Albinus <michael.albinus@gmx.de>
485
11a5af7c 486 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
487 (Bug#7113)
488
42d3022b
J
4892010-09-26 Jan Djärv <jan.h.d@swipnet.se>
490
491 * xgselect.c (xg_select): Clear file descriptors not set from
492 rfds and wfds.
493
fbb3da77
SM
4942010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * syntax.c (back_comment): Detect the case where a 1-char comment
497 starter is also the 2nd char of a 2-char comment ender.
498
2b5b82db
J
4992010-09-17 Jan Djärv <jan.h.d@swipnet.se>
500
501 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
502
5f61a25c
J
5032010-09-12 Jan Djärv <jan.h.d@swipnet.se>
504
505 * xterm.c (get_current_vm_state): New function.
506 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
507 want_fullscreen so set_wm_state calls are few (Bug#7013).
508 (x_handle_net_wm_state): Move code to get_current_vm_state and
509 call that function.
510
65c92e31 5112010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
512
513 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
514
a552b35a
KH
5152010-09-08 Kenichi Handa <handa@m17n.org>
516
517 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
518 we may use designation or locking-shift.
519
396475b7
KH
5202010-09-07 Kenichi Handa <handa@m17n.org>
521
522 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
523 sequence when the source is multibyte.
524
d419e1d9
KH
5252010-08-31 Kenichi Handa <handa@m17n.org>
526
527 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
528 characters.
529
530 * term.c (encode_terminal_code): Fix the previous change.
65b3d997
A
531 (produce_glyphs): Don't set it->char_to_display here.
532 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
533 (produce_special_glyphs): Set temp_it.char_to_display before
534 calling produce_glyphs.
535
536 * xdisp.c (get_next_display_element): Set it->char_to_display
537 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
538 characters.
539 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
540 calling PRODUCE_GLYPHS.
541 (append_space_for_newline): Save and store it->char_to_display.
542 Set it->char_to_display before calling PRODUCE_GLYPHS.
543 (extend_face_to_end_of_line): Set it->char_to_display before
544 calling PRODUCE_GLYPHS.
545 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
546 character to its byte value.
547 (get_char_glyph_code): New function.
548 (produce_stretch_glyph): Set it2.char_to_display too before
549 calling x_produce_glyphs.
550 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
551 non-ASCII characters. Don't set it->char_to_display here.
552 Don't handle unibyte-display-via-language-environment here. For a
c0943d3d 553 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 554
769ae9e1
KH
5552010-08-29 Kenichi Handa <handa@m17n.org>
556
557 * term.c (encode_terminal_code): Encode byte chars to the
558 correspnding bytes.
559
b72e0717
AS
5602010-08-17 Andreas Schwab <schwab@linux-m68k.org>
561
562 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
563 instead of SAFE_ALLOCA.
564
3a7a9129
CY
5652010-08-17 Chong Yidong <cyd@stupidchicken.com>
566
567 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
568 (Bug#6214).
569
983b8302
J
5702010-08-14 Jan Djärv <jan.h.d@swipnet.se>
571
572 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
573
7d1b9df3
J
5742010-08-13 Jan Djärv <jan.h.d@swipnet.se>
575
576 * doc.c (Fsnarf_documentation): Initialize skip_file before
577 build-files test.
578
2294b255
PG
5792010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
580
65b3d997
A
581 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
582 New definitions.
2294b255
PG
583 (HAVE_TERMIO): Remove.
584
7a84eee5
KH
5852010-08-06 Kenichi Handa <handa@m17n.org>
586
587 * charset.c: Include <stdlib.h>
588 (struct charset_sort_data): New struct.
589 (charset_compare): New function.
c0943d3d 590 (Fsort_charsets): New function.
7a84eee5
KH
591 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
592
593 * coding.c (decode_coding_iso_2022): Fix checking of dimension
594 number in CTEXT extended segment.
595
f5f6c0e0
JB
5962010-08-01 Juanma Barranquero <lekktu@gmail.com>
597
598 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
599 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
600
b756c005
JB
6012010-07-30 Juanma Barranquero <lekktu@gmail.com>
602
603 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
604 (Fhash_table_size): Fix typos in docstrings.
605 (Fmake_hash_table): Doc fix.
606
b4f588fa
JB
6072010-07-28 Juanma Barranquero <lekktu@gmail.com>
608
609 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
610 Doc fix (bug#5625).
611
9f8c08a7
KB
6122010-07-27 Ken Brown <kbrown@cornell.edu>
613
614 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
615 the MSDOS definition.
616
a2a0d36b
CS
6172010-07-25 Christoph Scholtes <cschol2112@gmail.com>
618
619 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
620
a77cfeaf
CS
6212010-07-22 Christoph Scholtes <cschol2112@gmail.com>
622
623 * window.c (Fwindow_height): Doc fix (bug#6518).
624
14fb5704
JB
6252010-07-21 Juanma Barranquero <lekktu@gmail.com>
626
627 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
628
499322ce
J
6292010-07-17 Jan Djärv <jan.h.d@swipnet.se>
630
631 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
632 is related to the menu bar (Bug#6499).
633
b78f9767
J
6342010-07-14 Jan Djärv <jan.h.d@swipnet.se>
635
636 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
637
638 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
639
640 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
641 i.e. don't put back ButtonRelease (Bug#6608).
642
643 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
644 instead of Window. Call xg_event_is_for_menubar when
645 USE_GTK (Bug#6499).
646
647 * gtkutil.h (xg_event_is_for_menubar): Declare.
648
649 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
650
1f60c16a
EZ
6512010-07-14 Eli Zaretskii <eliz@gnu.org>
652
653 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
654 when it's the same as the old foreground. (Bug#6609)
655
7c33a057
CY
6562010-07-10 Chong Yidong <cyd@stupidchicken.com>
657
658 * xfaces.c (realize_face): Garbage the frame if a face is removed
659 (Bug#6593).
660
9d70a3fc
AS
6612010-07-05 Andreas Schwab <schwab@linux-m68k.org>
662
663 * keyboard.c: Remove duplicate <setjmp.h>.
664 (read_key_sequence): Remove volatile qualifiers.
665
5a874e95
YM
6662010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
667
668 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
669 (struct glyph_row): New members left_fringe_offset and
670 right_fringe_offset.
671
672 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
673 specially.
674 * w32term.c (w32_draw_fringe_bitmap): Likewise.
675 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
676
677 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
678 Take account of bitmap offset.
679 (draw_window_fringes): Take account of window vscroll.
680 (update_window_fringes): Likewise. Extend top-aligned top indicator
681 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
682 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
683 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
684
0682186e
JB
6852010-07-04 Juanma Barranquero <lekktu@gmail.com>
686
687 * w32fns.c (Qtooltip): Declare.
688 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
689
ad3e6f44
J
6902010-07-03 Jan Djärv <jan.h.d@swipnet.se>
691
692 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
693 grab on just Press (Bug#6499).
694
54ee7410
CY
6952010-07-02 Chong Yidong <cyd@stupidchicken.com>
696
697 * frame.c (Qtooltip): New var.
698 (delete_frame): Use it. Fix faulty if statement. Don't update
699 mode line for tooltip frames. Suggested by Martin Rudalics.
700
701 * xfns.c (x_create_tip_frame):
702 * w32fns.c (x_create_tip_frame): Use it.
703
3d8416fc
NA
7042010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
705
706 * xftfont.c (xftfont_open): Check font width one by one also when
707 spacing is dual.
708
709 * ftfont.c (ftfont_open): Ditto.
710
b1feb9b4
AS
7112010-06-26 Andreas Schwab <schwab@linux-m68k.org>
712
713 * alloc.c (Fmake_byte_code): Don't access undefined argument
714 (Bug#6517).
715
c7dd9743
CY
7162010-06-25 Chong Yidong <cyd@stupidchicken.com>
717
718 * xdisp.c (next_element_from_image): Ensure that after-strings are
719 read the next time we hit handle_stop (Bug#1336).
720
5721b4ed
AS
7212010-06-23 Andreas Schwab <schwab@linux-m68k.org>
722
723 * lread.c (read1): Signal error if #s is not followed by paren.
724
277c5f18
CY
7252010-06-19 Chong Yidong <cyd@stupidchicken.com>
726
52ab9bb2
CY
727 * image.c (free_image): Mark frame as garbaged (Bug#6426).
728
277c5f18
CY
729 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
730
6fda6a0c
GM
7312010-06-15 Glenn Morris <rgm@gnu.org>
732
733 * editfns.c (Fbyte_to_string): Pacify compiler.
734
e454a4a3
SM
7352010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
738 Check `object's type before accessing its guts.
739
657d4c0b
AS
7402010-06-08 Andreas Schwab <schwab@linux-m68k.org>
741
742 * minibuf.c (Fall_completions): Add more checks.
743
9b27fd9f
JB
7442010-06-08 Juanma Barranquero <lekktu@gmail.com>
745
746 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
747
0eb7675e
AS
7482010-06-03 Andreas Schwab <schwab@linux-m68k.org>
749
750 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 751 address. (Bug#6346)
0eb7675e 752
78edd3b7
JB
7532010-06-03 Juanma Barranquero <lekktu@gmail.com>
754
755 * ccl.c (Fccl_program_p): Fix typo in docstring.
756
1ab8293c
SM
7572010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
760 of bug#6305).
761
5ca3929b
CY
7622010-05-27 Chong Yidong <cyd@stupidchicken.com>
763
764 * xdisp.c (redisplay_window): After redisplay, check if point is
765 still valid before setting it (Bug#6177).
766
f5b416d2 7672010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
768
769 * s/netbsd.h: If terminfo is found, use it in preference to
770 termcap. (Bug#6190) [Backport from trunk]
771
aeb77d46
CY
7722010-05-20 Kevin Ryde <user42@zip.com.au>
773
774 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
775 (Voverriding_terminal_local_map, Vsystem_key_alist)
776 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
777
c3bb441d
SM
7782010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * editfns.c (Fbyte_to_string): New function.
781
754790b6
CY
7822010-05-18 Chong Yidong <cyd@stupidchicken.com>
783
784 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
785 prevent stack overflow if number of arguments is too large
786 (Bug#6214).
787
c8670ded
EZ
7882010-05-11 Eli Zaretskii <eliz@gnu.org>
789
790 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
791
792 * w32fns.c: Include w32.h.
793 (Fw32_shell_execute): Decode the error message before passing it
794 to `error'. (Bug#6126)
795
3ffd4615 7962010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
797
798 * ftfont.c: Fix incorrect parentheses of #if condition for
799 definining M17N_FLT_USE_NEW_FEATURE.
800
61a808e8
CY
8012010-05-07 Chong Yidong <cyd@stupidchicken.com>
802
803 * Version 23.2 released.
804
5dcde606
AS
8052010-04-30 Andreas Schwab <schwab@linux-m68k.org>
806
807 * composite.c (autocmp_chars): Save point as marker before calling
808 auto-composition-function (Bug#5984).
809
810 * lisp.h (restore_point_unwind): Add prototype.
811
812 * fileio.c (restore_point_unwind): Remove static attribute.
813
c4170e32
KH
8142010-04-23 Kenichi Handa <handa@m17n.org>
815
816 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
817 new feature of libotf and m17n-flt.
65b3d997
A
818 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
819 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
820 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
821 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
822 that OUT is NULL. Use OTF_drive_gsub_with_log and
823 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
824 OTF_drive_gpos.
825 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
65b3d997
A
826 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
827 Setup mflt_enable_new_feature and mflt_try_otf.
c4170e32 828
e42cd1a7
JB
8292010-04-19 Juanma Barranquero <lekktu@gmail.com>
830
831 * dired.c (Ffile_attributes): Fix typo in docstring.
832
79353a53
AR
8332010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
834
835 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
836 NSInteger (Bug#5811).
837
658b9b93
YM
8382010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
839
840 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
841 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
842
16009a0e
YM
8432010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
844
845 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
846
f016f225
JD
8472010-04-07 Jan Djärv <jan.h.d@swipnet.se>
848
849 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
850 FRAME_LINE_TO_PIXEL_Y.
851
852 * xterm.c (x_set_window_size_1): Don't add border_width/height to
853 pixelwidth/height.
854
84257d93
CY
8552010-04-05 Chong Yidong <cyd@stupidchicken.com>
856
857 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
858 terminal frames (Bug#5837).
859
95b1abcf
CY
8602010-03-31 Chong Yidong <cyd@stupidchicken.com>
861
862 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
863 * nsterm.h: Fix prototype.
864
4a217bed
EZ
8652010-03-31 Eli Zaretskii <eliz@gnu.org>
866
867 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
868 in this function. (Bug#5703)
869
4f103e04
CY
8702010-03-31 Chong Yidong <cyd@stupidchicken.com>
871
872 * nsterm.h: Fix last change.
873
a6d676d9
CY
8742010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
875
876 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
877
67fee863
JD
8782010-03-30 Jan Djärv <jan.h.d@swipnet.se>
879
880 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
881 invisible (Bug#5766).
882
9ae6e189
CY
8832010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
884
885 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
886 HAVE_NS conditionals.
194d44e7 887 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
888
889 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
890 filename for the title.
891 (ns_set_doc_edited): Do nothing if the selected window is a
892 minibuffer window.
893
894 * nsterm.h: Add prototypes for ns_set_name_as_filename and
895 ns_set_doc_edited.
896
897 * nsterm.m: Remove unneeded prototype.
898
25c72475
GM
8992010-03-28 Glenn Morris <rgm@gnu.org>
900
901 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
902 in the DOC file. (Bug#5336)
903
f79a01db
CY
9042010-03-24 Chong Yidong <cyd@stupidchicken.com>
905
906 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
907
93318cbd
JD
9082010-03-20 Jan Djärv <jan.h.d@swipnet.se>
909
910 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
911
912 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
913
914 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
915
ad13a3ee
YM
9162010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
917
918 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
919 XLoadQueryFont.
920
fbdc1721
KH
9212010-03-16 Kenichi Handa <handa@m17n.org>
922
923 * coding.c (decode_coding_ccl): Fix previous change for the
924 multibyte case.
fb608df3
KH
925 (encode_coding_ccl): Don't setup ccl program here. Fix for the
926 case that the output buffer is fullfilled.
927 (encode_coding): Setup ccl program here.
fbdc1721 928
35cd7cd6
CY
9292010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
930
931 * editfns.c (Fformat): Account for string precision when computing
932 field width (Bug#5710).
933
618db430
SM
9342010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
935
c0335e02
SM
936 Make it possible to C-g in a tight bytecode loop again (bug#5680).
937 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
938 (QUIT): Use it to consolidate code and remove redundancy.
939 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
940
254c06a8
SM
941 * regex.c (regex_compile): Setup gl_state as well.
942
618db430
SM
943 * syntax.c (skip_chars): Setup gl_state (bug#3823).
944 (in_classes): Use CONSP before XCAR/XCDR.
945
233f0c9f
CY
9462010-03-03 Chong Yidong <cyd@stupidchicken.com>
947
948 * keymap.c (Fwhere_is_internal): Use Fequal to compare
949 definitions, so that keyboard macros are correctly handled
950 (Bug#5481).
951
75f80e63
EZ
9522010-03-02 Eli Zaretskii <eliz@gnu.org>
953
954 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
955 text that could be relocated inside the call to emacs_mule_char.
956 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
957 (CODING_DECODE_CHAR): Add a comment describing its purpose.
958
dcfb9bc4
KH
9592010-03-02 Kenichi Handa <handa@m17n.org>
960
fc9a17bc
KH
961 * character.c (parse_str_as_multibyte): Fix handling of the
962 multibyte form of raw-bytes.
963 (str_as_multibyte): Likewise.
964
dcfb9bc4
KH
965 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
966 form of raw-bytes.
967
412c01b6
CY
9682010-02-28 Chong Yidong <cyd@stupidchicken.com>
969
970 * charset.c (load_charset_map_from_file)
971 (load_charset_map_from_vector): Zero out allocated
972 charset_map_entries before using them.
973
df7e1ea0
AS
9742010-02-27 Andreas Schwab <schwab@linux-m68k.org>
975
976 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
977
fe69a722
CY
9782010-02-27 Chong Yidong <cyd@stupidchicken.com>
979
4ed28cf4
CY
980 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
981 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 982
7379cfce
KH
9832010-02-26 Kenichi Handa <handa@m17n.org>
984
f88cc4d6
KH
985 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
986
7379cfce
KH
987 * xdisp.c (reseat_to_string): Fix previous change.
988
cf2fdcfb
CY
9892010-02-26 David Reitter <david.reitter@gmail.com>
990
991 * nsfont.m (nsfont_draw): ns_antialias_text should be a
992 Lisp_Object (Bug#4736).
993
cc6c7c75
KH
9942010-02-25 Kenichi Handa <handa@m17n.org>
995
996 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
997
32e737d7
JD
9982010-02-24 Jan Djärv <jan.h.d@swipnet.se>
999
1000 * xterm.c (XTflash): Move declarations before statements.
1001
1002 * gtkutil.c (xg_get_gdk_display): Remove (unused).
1003 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
1004 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
1005 (xg_create_tool_bar): Remove unused variables.
1006 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 1007 (xg_create_frame_widgets): Remove variable grav.
32e737d7 1008
676cae9f
CY
10092010-02-21 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
1012
886cc2b8
SM
10132010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * term.c (fatal): Add a final \n if needed (bug#5596).
1016
ddb2d8e2
CY
10172010-02-18 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
1020
2a4f8d3d
GM
10212010-02-18 Glenn Morris <rgm@gnu.org>
1022
1023 * callint.c (Finteractive): Doc fix.
1024
ebaf11b6
KH
10252010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1026
886cc2b8
SM
1027 * coding.c (record_conversion_result):
1028 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
1029 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
1030 memory allocation error.
1031
d0396581
KH
10322010-02-17 Kenichi Handa <handa@m17n.org>
1033
886cc2b8
SM
1034 * coding.c (decode_coding_ccl): Don't setup ccl program here.
1035 Fix for the case that the output buffer is fullfilled.
d0396581
KH
1036 (decode_coding): Setup ccl program here. Keep looping when the
1037 decoder stopped because the output buffer is
1038 fullfilled (bug#5534).
1039
1040 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
1041
98599f74
JD
10422010-02-13 Jan Djärv <jan.h.d@swipnet.se>
1043
471e4f04 1044 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 1045 bug #5571.
886cc2b8 1046 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 1047 overdrawn.
98599f74 1048
182659ae
JD
10492010-02-10 Jan Djärv <jan.h.d@swipnet.se>
1050
1051 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
1052 doing_interact here.
1053 (ice_connection_closed): New function.
1054 (x_session_check_input, smc_die_CB, ice_io_error_handler)
1055 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
1056 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
1057 returns I/O error.
1058 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
1059 bug #5512.
1060
9be32c4e 10612010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
1062
1063 * nsfont.m (nsfont_open): The system's value for the font descent
1064 is negative, so round it down to avoid clipping.
1065
a2f3eb19
CY
10662010-02-06 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * charset.c (load_charset_map_from_file)
1069 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 1070 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 1071
3088147c
CY
10722010-02-05 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * charset.c (load_charset_map_from_file): Allocate large
1075 charset_map_entries structure on the heap rather than the stack.
1076 (Bug#5526).
1077
b57d9029
KH
10782010-01-31 Kenichi Handa <handa@m17n.org>
1079
1080 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 1081 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 1082
c67d885b
CY
10832010-01-31 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
1086 <deactivated@gmail.com> (Bug#3605).
1087
8fab2362
CY
10882010-01-31 David De La Harpe Golden <david@harpegolden.net>
1089
1090 * fileio.c (Frename_file): Correctly rename symlinks to
1091 directories (Bug#5496).
1092
cb2a62f2
CY
10932010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
1094
1095 * nsterm.m (ns_ring_bell): Handle visible bell like X.
1096
944c7a26
AS
10972010-01-30 Andreas Schwab <schwab@linux-m68k.org>
1098
1099 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
1100
c024ac08
CY
11012010-01-29 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * frame.c (DEFAULT_ROWS): Change default to 35.
1104
1105 * xfns.c (x_default_font_parameter): Change default XFT font to
1106 monospace-10 (Bug#3643).
1107
af93af83
EZ
11082010-01-29 Eli Zaretskii <eliz@gnu.org>
1109
1110 * w32inevt.c (key_event): Remove unnecessary comparison of
1111 event->uChar.AsciiChar with 128.
1112
ca0eb708
CY
11132010-01-28 Chong Yidong <cyd@stupidchicken.com>
1114
b242dbfc
CY
1115 * fileio.c (Frename_file): Fix last change (Bug#5487).
1116
ca0eb708
CY
1117 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
1118
1119 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
1120
45d45af5
JD
11212010-01-28 Jan Djärv <jan.h.d@swipnet.se>
1122
1123 * xfns.c (Fx_create_frame): Remove window size matching code from
1124 2010-01-15.
a73f9c9d 1125 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 1126
7e233730
JR
11272010-01-27 Jason Rumney <jasonr@gnu.org>
1128
1129 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 1130 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 1131
86e893e3
KH
11322010-01-27 Kenichi Handa <handa@m17n.org>
1133
1134 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 1135 pattern string (Bug#4209).
86e893e3 1136
8719abec
CY
11372010-01-27 David De La Harpe Golden <david@harpegolden.net>
1138
1139 * fileio.c (Frename_file): Call copy-directory and
1140 delete-directory for directories, in order to handle cross-device
1141 renaming (Bug#3353).
1142
844794c8
JD
11432010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1144
aa3e13b5 1145 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 1146 sizes 24 and 10. Bug #3643.
844794c8 1147
bd4b5750
SM
11482010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1149
8dc1adf6 1150 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
1151 * keymap.c (shadow_lookup): Add `remap' arg.
1152 (describe_map, describe_vector): Update calls to shadow_lookup.
1153 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1154 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
1155 perform remapping during shadow_lookup check of remapped_sequences.
1156
285d07e2
CY
11572010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1158
1159 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1160 png_check_sig, which has been removed in libpng 1.4.
1161
c6d09b8d
CY
11622010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1163
1164 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1165 lacks this header file).
1166
3d782998
YM
11672010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1168
1169 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1170 as in Emacs 22.
1171
2aff7c53
YM
11722010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1173
1174 * lisp.h (make_pure_string): String pointer arg now points to const.
1175
1176 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1177 args now point to const.
1178
74327f7a
EZ
11792010-01-22 Eli Zaretskii <eliz@gnu.org>
1180
1181 * lread.c (Fload): Don't treat files without .elc extension as
1182 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1183 them. (bug#5303)
1184
4d1e6632
KH
11852010-01-20 Kenichi Handa <handa@m17n.org>
1186
1187 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1188 treat the source as actual byte sequence.
1189
1fdede8f
AM
11902010-01-19 Alan Mackenzie <acm@muc.de>
1191
1192 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 1193 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
1194 `signal_after_change_p' to `coherent_change_p', and make the
1195 invocation of `modify_region' conditional on it.
1196
67477f30
JD
11972010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1198
1199 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1200 for debug purpose.
1201 (syms_of_xsettings): Declare xft-settings.
1202
244b023e
CY
12032010-01-18 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1206
617364fe
CY
12072010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1210
4fe22cdf
CY
12112010-01-16 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * emacs.c (standard_args): Adjust arg priorities to reflect how
1214 they are processed in startup.el.
1215
e118d2be
AS
12162010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1217
1218 * Makefile.in (lisp, shortlisp): Update.
1219
523ae620
SM
12202010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1223 code, link the new kboard into all_kboard before running Lisp code,
1224 and protect the new terminal with GCPRO (Bug#5365).
1225 (x_term_init): Remove unused var `atom'.
1226 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1227
f0d13888
JD
12282010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1229
1230 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1231 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1232 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1233 this. Bug #3643.
f0d13888 1234
cc320f07
KH
12352010-01-15 Kenichi Handa <handa@m17n.org>
1236
1237 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1238
7ffdf101
CY
12392010-01-15 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * nsterm.m (Qnone): Define.
1242
1243 * nsfns.m (Qnone): Move definition to nsterm.m.
1244
d12bd917
KH
12452010-01-14 Kenichi Handa <handa@m17n.org>
1246
1247 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1248 systems.
1249
d9a7c140
KH
12502010-01-14 Kenichi Handa <handa@m17n.org>
1251
1252 Make auto-composition work on all buffers even if they are
1253 fundamental mode.
1254
1255 * composite.c (Vauto_composition_mode): New variable.
1256 (composition_compute_stop_pos): Check Vauto_composition_mode
1257 instead of Vauto_composition_function.
1258 (composition_adjust_point, Ffind_composition_internal): Likewise.
1259 (syms_of_composite): Declare Lisp variable
1260 "auto-composition-mode" here.
1261
63286bb2
CY
12622010-01-13 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1265 during call to vendor-specific-keysyms (Bug#5365).
1266
c2623ee7
YM
12672010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1268
1269 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1270 Call SIGNAL_THREAD_CHECK (Bug#5333).
1271
1272 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1273 Call SIGNAL_THREAD_CHECK.
1274
0b5397c2
SM
12752010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 Try to fix bug#5314. This is probably not the final word, tho.
1278 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1279 recent-auto-save-p as a side-effect.
1280 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1281 * buffer.c (Fkill_buffer, reset_buffer):
1282 * editfns.c (Fsubst_char_in_region):
1283 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1284 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1285
dc954cb2
KH
12862010-01-13 Kenichi Handa <handa@m17n.org>
1287
1288 Display buffer name, etc. in mode line by composing correctly.
1289
1290 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1291 STRING is not nil.
0b5397c2 1292 (display_mode_element): Adjust for the change of
dc954cb2
KH
1293 decode_mode_spec and display_line.
1294 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1295 (display_string): Handle the case that STRING is non-null and
1296 LISP_STRING is not nil.
1297
0b5397c2
SM
1298 * xterm.c (x_draw_composite_glyph_string_foreground):
1299 Pay attention to s->face->overstrike.
dc954cb2
KH
1300
1301 * composite.c (composition_reseat_it): Don't check PT if STRING is
1302 non nil.
1303
4a00eaca
YM
13042010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1305
1306 * keyboard.c (read_char): Don't apply previous change when current
1307 buffer is unchanged by command execution.
1308
60abb287
JD
13092010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1310
1311 * keyboard.c (read_char): Return after executing from special map.
1312
893db5bc
GM
13132010-01-12 Glenn Morris <rgm@gnu.org>
1314
1315 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1316 bug-gnu-emacs rather than emacs-pretest-bug.
1317
4d03ece0
CY
13182010-01-11 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1321 initializing the Lisp variables that depend on them.
1322
1df47e38
YM
13232010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1324
1325 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1326 Clear areas that will not be updated after change of menu bar lines.
1327 Clear the menu bar window's current matrix when the window gets empty.
1328
2f1c6384
CY
13292010-01-09 Chong Yidong <cyd@stupidchicken.com>
1330
e398c61c
CY
1331 * intervals.h, textprop.c (extend_property_ranges): Return value
1332 and args changed. Discard properties that begin at or after the
1333 new end (Bug#5306).
1334
1335 * editfns.c (Fformat): Caller changed.
1336
e5a29a10
CY
1337 * nsterm.m (ns_set_default_prefs): Delete function.
1338 (syms_of_nsterm): Initialize ns_command_modifier,
1339 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1340 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1341
2f1c6384
CY
1342 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1343 position (Bug#4040).
1344
d427a9fa
EZ
13452010-01-09 Eli Zaretskii <eliz@gnu.org>
1346
1347 * editfns.c (Ffloat_time): Doc fix.
1348
21b9df2f
JD
13492010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1350
1351 * xfns.c (Fx_create_frame): Don't create frame larger than display
1352 by default bug#3643.
1353
4b00d3b1
YM
13542010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1355
1356 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1357 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1358 windows above internal border.
1359
1360 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1361 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1362 windows above internal border.
1363
1364 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1365 tool bar windows specially.
1366
1367 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1368
1369 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1370 specially.
1371 (XTflash): Take account of menu bar height.
1372
1373 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1374 specially.
1375
5075d853
JD
13762010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1377
ac146f82 1378 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
1379 also be true before we can return early (bug #5339).
1380
474217c8
CY
13812010-01-06 David Reitter <david.reitter@gmail.com>
1382
1383 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1384 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1385 (Bug#3233).
1386
c0e6d47d
JD
13872010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1388
d0cf45b7
JD
1389 * font.c (font_open_entity): Enable chache and call cached_font_ok
1390 for the driver if defined.
1391 (QCuser_spec): New symbol.
1392 (font_spec_from_name): Save name as user-spec.
1393 (font_load_for_lface): Keep user-spec instead of name.
1394 (font_open_by_name): Save name as user-spec.
1395 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 1396 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
1397
1398 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1399 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1400 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1401
1402 * font.h (struct font_driver): Add cached_font_ok.
1403
c0e6d47d
JD
1404 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1405
7c583cd8
JD
14062010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1407
1408 * xterm.c (x_new_font): Move code for setting rows/cols before
1409 resizing ...
ac146f82 1410 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
1411
1412 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
1413 (xg_frame_resized, xg_frame_set_char_size):
1414 Call xg_clear_under_internal_border.
7c583cd8 1415 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 1416
03f77f0a
CY
14172010-01-05 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * keyboard.c (read_key_sequence): Catch keyboard switch after
1420 making a new tty frame (Bug#5095).
1421
2a1ef5be
KH
14222010-01-05 Kenichi Handa <handa@m17n.org>
1423
1424 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1425
e3eb1dae
SM
14262010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1429 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1430 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1431
777013f2
MA
14322010-01-03 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * dbusbind.c (xd_add_watch): Improve debug message.
1435 (xd_remove_watch): Improve debug message. If DATA is the session
1436 bus, unset D-Bus session environment.
1437 (Fdbus_init_bus): Pass the bus as argument to
1438 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 1439
8932b1c2
CY
14402010-01-01 Chong Yidong <cyd@stupidchicken.com>
1441
87231e2c
CY
1442 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1443
4801c5fa
CY
1444 * lread.c (syms_of_lread): Make it clearer that these are the
1445 names of loaded files (Bug#5068).
1446
8932b1c2
CY
1447 * eval.c (run_hook_with_args): Handle the case where the global
1448 value has the obsolete single-function form (Bug#5026).
1449
11e3c684
CY
14502009-12-27 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * minibuf.c (Fall_completions): Minor optimization.
1453
5b28ce35
EZ
14542009-12-26 Eli Zaretskii <eliz@gnu.org>
1455
5ce6e4f4
JB
1456 * .gdbinit (pgx): Fix display of composite glyphs.
1457 Display cmp.from and cmp.to as well.
1458 (pitx): Fix last change.
5b28ce35 1459
bcffff46
KH
14602009-12-25 Kenichi Handa <handa@m17n.org>
1461
1462 * composite.h (composition_adjust_point): Update prototype.
1463
1464 * composite.c (composition_reseat_it): Don't make a composition
1465 spanning over point.
1466 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1467 composable characters.
1468 (composition_adjust_point): New arg NEW_PT. Callers changed.
1469
1470 * keyboard.c (command_loop_1): Force redisplay if the last point
1471 was within a composition.
1472 (adjust_point_for_property): Don't adjust point for automatic
1473 composition when called after buffer modification.
1474
3f670e9a
EZ
14752009-12-19 Eli Zaretskii <eliz@gnu.org>
1476
5ce6e4f4
JB
1477 * .gdbinit (pitx): Don't use enum names, use their values.
1478 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
1479 (pgx): Don't use enum names, use their values.
1480 (pitmethod): New helper command.
1481 (pitx): Use it to display iteration method.
1482 (pgrowit): New command.
1483
ad903955
EZ
1484 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1485
3f670e9a
EZ
1486 Update dependencies in Makefile.in.
1487
1488 * Makefile.in (alloc.o): Depend on termhooks.h.
1489 (atimer.o): Depend on blockinput.h.
1490 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1491 and frame.h.
1492 (callint.o): Depend on systime.h, coding.h, and composite.h.
1493 (callproc.o): Depend on buffer.h.
1494 (casefiddle.o): Don't depend on charset.h.
1495 (casetab.o): Depend on character.h.
1496 (ccl.o): Depend on composite.h.
1497 (chartab.o): Depend on ccl.h.
1498 (cm.o): Depend on dispextern.h.
1499 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1500 (coding.o): Don't depend on $(INTERVALS_H).
1501 (composite.o): Don't depend on dispextern.h explicitly (it's in
1502 $(INTERVALS_H)). Depend on ccl.h.
1503 (data.o): Depend on systime.h, coding.h, composite.h,
1504 dispextern.h, font.h, and ccl.h.
1505 (dired.o): Depend on composite.h.
1506 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1507 composite.h (it's in $(INTERVALS_H)).
1508 (doc.o): Depend on systime.h, coding.h, and composite.h.
1509 (editfns.o): Don't depend explicitly on dispextern.h.
1510 (emacs.o): Depend on frame.h and coding.h.
1511 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1512 (fileio.o): Depend on frame.h and commands.h. Don't depend
1513 explicitly on dispextern.h.
1514 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1515 composite.h.
1516 (fns.o): Don't depend on termhooks.h.
1517 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1518 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1519 coding.h, $(INTERVALS_H), window.h, xterm.h.
1520 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1521 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1522 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1523 fontset.h, ccl.h, and ftfont.h.
1524 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1525 (gtkutil.o): Depend on dispextern.h and composite.h.
1526 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1527 termhooks.h, and ccl.h.
1528 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1529 (intervals.o): Depend on systime.h and coding.h.
1530 (keyboard.o): Depend on composite.h and coding.h.
1531 (keymap.o): Depend on coding.h and frame.h.
1532 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1533 (macros.o): Depend on systime.h, coding.h, and composite.h.
1534 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1535 and atimer.h.
1536 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1537 dispextern.h explicitly.
0b5397c2
SM
1538 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1539 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
1540 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1541 (regex.o): Don't depend on charset.h.
1542 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1543 (search.o): Don't depend explicitly on composite.h.
1544 (sound.o): Depend on atimer.h and systime.h.
1545 (syntax.o): Don't depend explicitly on composite.h.
1546 (sysdep.o): Depend on coding.h and composite.h.
1547 (term.o): Depend on xterm.h and buffer.h.
1548 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1549 (textprop.o): Don't depend on dispextern.h explicitly.
1550 (undo.o): Depend on dispextern.h.
1551 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1552 dispextern.h and composite.h explicitly.
1553 (xdisp.o): Depend on ccl.h.
1554 (xfaces.o): Depend on coding.h and ccl.h.
1555 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1556 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1557 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1558 ftfont.h.
1559 (xgselect.o): New dependency.
1560 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1561 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1562 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1563 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1564 (xsmfns.o): Depend on frame.h and dispextern.h.
1565 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1566 sysselect.h.
1567
7a6f7fea
AS
15682009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1569
1570 * font.c (Fclear_font_cache): Pass correct cache argument to
1571 font_clear_cache.
1572
f4c21026
AS
15732009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1574
1575 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1576 twice.
1577
f7ab0997
CY
15782009-12-15 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1581 calling file-remote-p. Reported by Jim Meyering.
1582
fa8e045a
MA
15832009-12-15 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 1586 avoid compiler warnings. (Bug #5217)
fa8e045a 1587
a63dba42
KH
15882009-12-14 Kenichi Handa <handa@m17n.org>
1589
1590 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1591 in 8-bit encoding.
1592
5ce6e4f4 15932009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
1594
1595 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1596 tooltip windows.
1597
223e5fc6
JD
15982009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1599
36acb2a7
JD
1600 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1601 Xatom_net_window_type.
1602
1603 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1604 Xatom_net_window_type.
1605
b8f00677
JD
1606 * xterm.c (my_log_handler): New function.
1607 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 1608 so we can filter out buggy messages. (Bug #5120).
b8f00677 1609
e5f0bc9a
JD
1610 * xterm.c (xg_scroll_callback): Parameter list changed,
1611 use parameter GtkScrollType to determine scroll/line/page.
1612 Only allow dragging if a button < 4 is grabbed (bug #5177).
1613 (xg_end_scroll_callback): New function.
1614 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1615 xg_create_scroll_bar.
1616
1617 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1618 (scroll_end_callback): Remove.
1619 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1620 button-release-event. Replace value-changed event with change-value,
1621 bug #5177,
1622 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1623 bug #5177.
1624
1625 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1626 (xg_create_scroll_bar): Add GCallback end_callback.
1627
223e5fc6
JD
1628 * xftfont.c (QClcdfilter): New variable.
1629 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1630 (syms_of_xftfont): Initialize QClcdfilter.
1631
3c055b77
JD
16322009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1633
1634 * xsettings.c (struct xsettings): Add member seen.
1635 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 1636 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
1637 (apply_xft_settings): Only update Xft settings with what member seen
1638 indicates as new.
1639
05fe33ff
EZ
16402009-12-12 Eli Zaretskii <eliz@gnu.org>
1641
1642 * dispextern.h (struct text_pos): Use EMACS_INT;
1643 (struct glyph): Use EMACS_INT for charpos.
1644 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1645 region_beg_charpos, region_end_charpos,
1646 redisplay_end_trigger_charpos, and also for
1647 iterator_stack_entry.end_charpos and
1648 iterator_stack_entry.stop_charpos.
1649
e8d7886a
JD
16502009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1651
5ce6e4f4 1652 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
1653 (xg_create_scroll_bar): Call scroll_end_callback on button release
1654 event (bug #5177).
1655 (xg_event_is_for_scrollbar): != replaced with ==.
1656
d0db2ec8
KH
16572009-12-12 Kenichi Handa <handa@m17n.org>
1658
1659 * ftfont.c (struct ftfont_info): New member matrix.
1660 (ftfont_open): Setup xftfont_info->matrix.
1661 (MFLTFontFT): New member matrix.
1662 (FLOOR, CEIL, ROUND): New macros.
1663 (ftfont_get_metrics): Handle matrix transformation.
1664 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1665
1666 * xftfont.c (struct xftfont_info): New member matrix.
1667 (xftfont_open): Setup xftfont_info->matrix.
1668
16692009-12-10 Kenichi Handa <handa@m17n.org>
1670
1671 * xdisp.c (append_space_for_newline): Consider face-remapping.
1672
2cc7b62f
AS
16732009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1674
b87dd913
AS
1675 * xsettings.c: Include "keyboard.h".
1676
eba5eb94
AS
1677 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1678
2cc7b62f
AS
1679 Fix implicit function declarations.
1680 * cmds.c: Include "frame.h".
1681 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1682 * frame.h: Move declaration of delete_frame outside of
1683 HAVE_WINDOW_SYSTEM.
1684
a4ef73c8
CY
16852009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1686
1687 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1688
1689 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1690 GTK builds.
1691
944a300c
AS
16922009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1693
1694 * unexelf.c (unexec): Don't search for .data twice.
1695
022eef62
CY
16962009-12-05 Chong Yidong <cyd@stupidchicken.com>
1697
426ac949
CY
1698 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1699 if push failed.
1700 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1701 of push_display_prop (Bug#5000).
1702
022eef62
CY
1703 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1704 value of font_list_entities (Bug#5085).
1705
be95bee9
JB
17062009-12-04 Juanma Barranquero <lekktu@gmail.com>
1707
1708 Fix `string-to-number' to deal consistently with integers and floats.
1709 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1710 trailing characters, not just whitespace.
1711 (read1): Pass new arg 0 to keep old behavior.
1712 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1713 trailing chars, as it is already done for integers. Doc fixes.
1714 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1715
24c2d7ce
EZ
17162009-12-04 Eli Zaretskii <eliz@gnu.org>
1717
0b5397c2
SM
1718 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1719 Delete unused enumeration value.
24c2d7ce 1720
7e694795
EZ
17212009-12-03 Eli Zaretskii <eliz@gnu.org>
1722
1723 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1724
84b31826
SM
17252009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1726
1727 * process.c (Fmake_network_process): Fix up the tests for
1728 "connectionless socket", so they DTRT for seqpacket sockets as well.
1729
f00c449b
SM
17302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * process.c (Qseqpacket): New symbol.
1733 (HAVE_SEQPACKET): New macro.
1734 (Fmake_network_process): Accept new :type `seqpacket'.
1735 (init_process): Add `seqpacket' feature when applicable.
1736 (syms_of_process): Initialize Qseqpacket.
1737
8096a0ff
YM
17382009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1739
1740 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1741 if entity is Qnil.
1742
3e0de07f
SM
17432009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * print.c (print_preprocess): Preprocess the key_and_value table of
1746 hashtables, even tho they're "hidden" (bug#5082).
1747
abeafb2a
JD
17482009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1749
1750 * frame.c (frame_make_pointer_invisible)
1751 (frame_make_pointer_visible): Declare f before statements.
1752
4bf47195
EZ
17532009-11-28 Eli Zaretskii <eliz@gnu.org>
1754
1755 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1756 omitted dependencies on lisp.h.
1757
c525b3f2
JD
17582009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1759
ece2d4ed
JD
1760 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1761 is NULL.
1762
1763 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1764
1765 * frame.c (frame_make_pointer_invisible)
3e0de07f 1766 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
1767 frame.
1768
c525b3f2
JD
1769 * search.c (simple_search): Remove warning by making *p const.
1770
2f00e299
DN
17712009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * xdisp.c (power_letter): Remove duplicate const.
1774
084b049b
JD
17752009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1776
a1fadc6f
JD
1777 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1778
5ce6e4f4 1779 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
1780 defaults (bug #5025).
1781
28259cac
SM
17822009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * insdel.c (adjust_markers_for_delete): Move it in the
1785 right direction! (bug#4803)
1786
e8e14166
YM
17872009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1788
1789 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1790
1791 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1792
86677b58
GM
17932009-11-24 Glenn Morris <rgm@gnu.org>
1794
1795 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1796
581e51e8
JD
17972009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1798
cfc86c7a
JD
1799 * Makefile.in: Must create deps for ecrt0.o in its rule.
1800
581e51e8
JD
1801 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1802 because that is what Gtk+ font dialog understands.
1803
1804 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1805 of Fcopy_sequence.
1806 (font_open_by_name): Put name given into QCname for font-object returned.
1807
1808 * frame.c (x_set_font): Save original font name as frame parameter
1809 font-parameter.
1810
1811 * xsettings.c (set_default_xft_settings): New function.
1812 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1813 is found.
1814
8b264ecb
AS
18152009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1816
1817 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1818 searching backwards through multibyte buffer.
1819
872870b2
JD
18202009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1821
1822 * xterm.c: #include xgselect.h.
1823 (x_initialize): Call xgselect_initialize.
1824
1825 * xsettings.c (something_changedCB): C++ comments => C comments.
1826 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1827 does that now.
1828
1829 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1830 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1831 (scroll_bar_button_cb): Remove.
5ce6e4f4 1832 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
1833 event.
1834 (xg_create_scroll_bar): Don't bind button-press-event and
1835 button-release-event.
1836
1837 * process.c: Include xgselect.h if defined (USE_GTK) ||
1838 defined (HAVE_GCONF).
1839 (wait_reading_process_output): Call xg_select for the same condition.
1840
1841 * xgselect.c (xg_select): New function to better integrate with
1842 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1843
1844 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1845
1846 * Makefile.in (XOBJ): Add xgselect.o.
1847
62a6e103
AS
18482009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1849
0b5397c2
SM
1850 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1851 Remove ignored second argument. All callers changed.
62a6e103
AS
1852 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1853 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1854 * xdisp.c (string_char_and_length): Likewise.
1855
b0ca0f33
DN
18562009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 * xterm.c (x_new_font):
1859 * print.c (print_object):
1860 * cmds.c (Fself_insert_command): Move declarations before statements.
1861
dd5a6279
CY
18622009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1863
1864 * s/cygwin.h: Remove unneeded linker flags.
1865
4a8e097d
JD
18662009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1867
0d1d0d26
JD
1868 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1869
1870 * xsettings.h: Declare xsettings_get_system_font.
1871
1872 * xsettings.c (xsettings_get_system_font): New function.
1873 (init_gconf): No use initiating gconf unless we have Xft also.
1874 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1875 HAVE_GCONF.
1876
4a8e097d
JD
1877 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1878 add a blank entry so it doesn't collapse into nothing.
1879
8ab1650e
SM
18802009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * lread.c (Funintern): Comment out last change.
1883
82c602f0
RS
18842009-11-19 Richard Stallman <rms@gnu.org>
1885
1886 * lread.c (Funintern): Error if symbol is t or nil.
1887
87e32266
SM
18882009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1891 representation of Lisp integers.
1892 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1893
1b9ac145
AS
18942009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1895
1896 * lisp.h: Remove declaration of Ffont_get_system_font.
1897 * xfns.c: Move include of "xsettings.h".
1898 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1899
dfb3c4c6
JD
19002009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1901
87e32266
SM
1902 * xsettings.c (something_changedCB, Ffont_get_system_font):
1903 Check use_system_font.
dfb3c4c6
JD
1904 (syms_of_xsettings): DEFVAR font-use-system-font.
1905
9370c1d8
AS
19062009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1907
25fe851a
AS
1908 * xfns.c (x_default_font_parameter): Remove dead assignment.
1909
9370c1d8
AS
1910 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1911
637fa988
JD
19122009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1913
87e32266 1914 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1915 not have FC_LCD_*. #define them if not there.
a6eb20d8 1916
87e32266 1917 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1918
637fa988
JD
1919 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1920
1921 * xterm.c (handle_one_xevent): Call xft_settings_event for
1922 ClientMessage, PropertyNotify and DestroyNotify.
1923 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1924 Call xsettings_initialize.
1925
1926 * xftfont.c (xftfont_fix_match): New function.
1927 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1928 Call xftfont_fix_match after XftFontMatch.
1929
1930 * xfont.c (xfont_driver): Initialize all members.
1931
87e32266
SM
1932 * xfns.c (x_default_font_parameter):
1933 Try font from Ffont_get_system_font.
637fa988
JD
1934 Do not get font from x_default_parameter if we got one from
1935 Ffont_get_system_font.
87e32266 1936 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1937
1938 * w32font.c (w32font_driver): Initialize all members.
1939
1940 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1941
1942 * lisp.h: Declare syms_of_xsettings.
1943
87e32266
SM
1944 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1945 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1946
1947 * ftfont.c (ftfont_filter_properties): New function.
1948
1949 * frame.c (x_set_font): Remove unused variable lval.
1950
87e32266 1951 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1952
1953 * font.c (font_put_extra): Don't return if val is nil, it means
1954 boolean option is off.
1955 (font_parse_fcname): Collect all extra properties in extra_props
1956 and call filter_properties for all drivers with extra_props and
1957 font as parameter.
87e32266
SM
1958 (font_open_entity): Do not use cache, it does not pick up new
1959 fontconfig settings like hinting.
637fa988
JD
1960 (font_load_for_lface): If spec had a name in it, store it in entity.
1961
a73f9c9d 1962 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
1963
1964 * config.in: HAVE_GCONF is new.
1965
1966 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1967 xsettings.o is new.
1968
5a942932
KH
19692009-11-17 Kenichi Handa <handa@m17n.org>
1970
1971 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1972 back to the default font in case that no suitable font is found.
1973
b7c7a4d1
SM
19742009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1977 Suggested by Chad Brown <yandros@mit.edu>.
1978 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1979
072f1e39
JD
19802009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1981
1982 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1983
5d1e70a2
AS
19842009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1985
87e32266 1986 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1987
a53cfbe5
JD
19882009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1989
473a99b7
JD
1990 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1991 has a parent.
1992
a53cfbe5 1993 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1994 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1995
1996 * config.in: Generated (AUTO_DEPEND).
1997
f04bb9b2
MA
19982009-11-13 Michael Albinus <michael.albinus@gmx.de>
1999
b7c7a4d1 2000 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
2001 Vdbus_registered_functions_table, because it contains also
2002 properties. Fix docstring.
b7c7a4d1 2003 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 2004
8f11f7ec
SM
20052009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * alloc.c (mark_object): Don't reprocess marked strings.
2008 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
2009 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
2010
8a605fe8
KH
20112009-11-13 Kenichi Handa <handa@m17n.org>
2012
8f11f7ec 2013 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
2014 semantics of Vword_combining_categories.
2015 (Vword_combining_categories): Describe the slight change of the
2016 semantics.
2017
241c4680
EZ
20182009-11-13 Eli Zaretskii <eliz@gnu.org>
2019
2020 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2021
2022 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2023
5d58e44c
SM
20242009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * xdisp.c (syms_of_xdisp): Fix typo in last change.
2027
5e13f9d3
JB
20282009-11-12 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2031
cf54c754
DR
20322009-11-11 David Reitter <david.reitter@gmail.com>
2033
2034 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
2035 variables to fix 2009-11-09 change.
2036
a4ada374
DN
20372009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2038
91433552
DN
2039 * process.c (ifflag_def): Make flag_sym constant.
2040 (Fnetwork_interface_info): Use a constant pointer.
2041 (ifflag_table):
2042 * xfns.c (cursor_bits):
2043 * xdisp.c (power_letter):
2044 * termcap.c (speeds, esctab):
2045 * sysdep.c (baud_convert):
2046 * keyboard.c (lispy_accent_codes, modifier_names):
2047 * image.c (xbm_format, xpm_format, pbm_format, png_format)
2048 (jpeg_format, tiff_format, gif_format, svg_format)
2049 (interlace_start, interlace_increment, gs_format):
2050 * gtkutil.c (separator_names):
2051 * fringe.c (swap_nibble):
2052 * fns.c (base64_value_to_char, base64_char_to_value):
2053 * fileio.c (make_temp_name_tbl):
2054 * coding.c (suffixes): Make constant.
2055
f4265f6c
DN
2056 * frame.c (make_initial_frame):
2057 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
2058 build_string.
2059 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
2060
04420943
DN
2061 * s/freebsd.h:
2062 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
2063
0a5d24ae
DN
2064 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
2065 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
2066
a4ada374
DN
2067 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2068 * xterm.c (syms_of_xterm):
2069 * xfaces.c (syms_of_xfaces):
2070 * xdisp.c (syms_of_xdisp):
2071 * lread.c (syms_of_lread):
2072 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
2073 build_string.
91433552 2074
a4ada374
DN
2075 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
2076
af98fc7f
SM
20772009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2078
8ab1650e 2079 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 2080
e90292a9
JD
20812009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2082
2083 * keyboard.h: Declare timer_check.
2084
2085 * keyboard.c (timer_check_2): New function that does what the old
2086 timer_check did.
2087 (timer_check): Call timer_check_2 until -1 or a non-zero time is
2088 returned, i.e. don't return -1 with timers pending.
2089
2090 * process.c: Remove extern declaration of timer_check.
2091
2092 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
2093 even if timer_check returned -1.
2094
af98fc7f
SM
2095 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
2096 xg_dialog_data.
e90292a9
JD
2097 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
2098 the event loop.
2099 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
2100 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
2101 Destroy the dialog after xg_dialog_run.
2102
045b83c0
SM
21032009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2106
1fb99a3a
JD
21072009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2108
2109 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2110
04e452cb
JB
21112009-11-09 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2114
ef7417fd
SM
21152009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2118 w32menu.c, and nsmenu.m.
2119 Simplify the obsolete case where position is nil.
2120 (cleanup_popup_menu): New function, moved from nsmenu.m.
2121 (struct skp): Remove slot `notreal'.
2122 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
2123 adjust callers.
2124 (single_menu_item): Adjust call to parse_menu_item.
2125 (syms_of_menu): Defsubr x-popup-menu.
2126 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
2127 (keymap_panes): Don't export any more.
2128 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
2129 (xmenu_show): Declare.
2130 * keyboard.c (parse_menu_item): Remove arg `notreal'.
2131 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
2132 * keyboard.h (parse_menu_item): Update declaration.
2133 * xmenu.c (Fx_popup_menu): Remove.
2134 (syms_of_xmenu): Don't defsubr x-popup-menu.
2135 * w32menu.c (Fx_popup_menu): Remove.
2136 (syms_of_w32menu): Don't defsubr x-popup-menu.
2137 * nsmenu.m (cleanup_popup_menu): Remove.
2138 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2139 moved to menu.c's Fx_popup_menu.
2140 (Fx_popup_menu): Remove.
2141 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2142 menu_items (it's done in menu.c already).
2143
424d6179
SM
21442009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2147 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2148
c0df13a6 21492009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
2150
2151 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 2152 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
2153 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2154 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2155
2de9f71c
SM
21562009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 Let integers use up 2 tags to give them one extra bit and thus double
2159 their range.
2160 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2161 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2162 New macros.
2163 (enum Lisp_Type): Use them. Give explicit values.
2164 (Lisp_Type_Limit): Remove.
2165 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2166 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2167 Pay attention to USE_2_TAGS_FOR_INTS.
2168 (INTEGERP): Use LISP_INT_TAG_P.
2169 * fns.c (internal_equal): Simplify the default case.
2170 (sxhash): Use case_Lisp_Int.
2171 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2172 any more.
2173 (Ftype_of): Use case_Lisp_Int.
2174 (store_symval_forwarding): Take into account the fact that Ints can
2175 now have more than one tag.
2176 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2177 buffer_slot_type_mismatch):
2178 * xfaces.c (face_attr_equal_p):
2179 * print.c (print_object):
2180 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2181 Use case_Lisp_Int.
2182
323637a2
EZ
21832009-11-06 Eli Zaretskii <eliz@gnu.org>
2184
7ac65b38
EZ
2185 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2186
323637a2
EZ
2187 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2188 warning.
2189
e511451f
JD
21902009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2191
2192 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2193
2194 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2195
2196 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2197 ButtonPressRelease and MotionNotify (bug#4870).
2198
5e2327cf
DN
21992009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2200
5adc433e
DN
2201 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2202
d67b4f80
DN
2203 * xterm.c (syms_of_xterm):
2204 * xselect.c (syms_of_xselect):
2205 * xmenu.c (syms_of_xmenu):
2206 * xfns.c (syms_of_xfns):
2207 * xfaces.c (syms_of_xfaces):
2208 * xdisp.c (syms_of_xdisp):
2209 * window.c (syms_of_window):
2210 * w32fns.c (syms_of_w32fns):
2211 * undo.c (syms_of_undo):
2212 * textprop.c (syms_of_textprop):
2213 * terminal.c (syms_of_terminal):
2214 * syntax.c (syms_of_syntax):
2215 * sound.c (syms_of_sound):
2216 * search.c (syms_of_search):
2217 * print.c (syms_of_print):
2218 * minibuf.c (syms_of_minibuf):
2219 * macros.c (syms_of_macros):
2220 * keymap.c (syms_of_keymap, initial_define_key)
2221 (initial_define_lispy_key):
2222 * keyboard.c (syms_of_keyboard):
2223 * insdel.c (syms_of_insdel):
2224 * image.c (syms_of_image):
2225 * fringe.c (syms_of_fringe):
2226 * frame.c (syms_of_frame):
2227 * fontset.c (syms_of_fontset):
2228 * fns.c (syms_of_fns):
2229 * fns.c (syms_of_fns):
2230 * fileio.c (syms_of_fileio):
2231 * fileio.c (syms_of_fileio):
2232 * eval.c (syms_of_eval):
2233 * doc.c (syms_of_doc):
2234 * dispnew.c (syms_of_display):
2235 * dired.c (syms_of_dired):
2236 * dbusbind.c (syms_of_dbusbind):
2237 * data.c (syms_of_data):
2238 * composite.c (syms_of_composite):
2239 * coding.c (syms_of_coding):
2240 * cmds.c (syms_of_cmds):
2241 * charset.c (define_charset_internal, syms_of_character):
2242 * ccl.c (syms_of_ccl):
2243 * category.c (syms_of_category, init_category_once):
2244 * casetab.c (syms_of_casetab):
2245 * casefiddle.c (syms_of_casefiddle):
2246 * callint.c (syms_of_callint):
2247 * bytecode.c (syms_of_bytecode):
2248 * buffer.c (keys_of_buffer, syms_of_buffer):
2249 * alloc.c (syms_of_alloc):
2250 * process.c (syms_of_process, init_process):
2251 * lread.c (syms_of_lread, init_obarray):
2252 * font.c (build_style_table):
2253 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2254 intern_c_string, calls to make_pure_string with
2255 make_pure_c_string. Use pure_cons instead of Fcons.
2256
5e2327cf
DN
2257 * process.c (socket_options): Make it const.
2258 (set_socket_option, init_process): Use a const pointer.
2259
2260 * lread.c (intern_c_string): New function.
2261 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2262 (defvar_int): Uset it. Make the name const char*.
2263
2264 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2265 (defvar_int): Update prototypes.
2266 (DEFUN, EXFUN): Support for prototypes is now required.
2267 (intern_c_string): New prototype.
2268 (struct Lisp_Subr): Make symbol_name constant.
2269
2270 * font.c (struct table_entry): Remove unused member. Make NAMES
2271 constant.
2272 (weight_table, slant_table, width_table): Make constant.
2273
2274 * emacs.c (struct standard_args): Make name and longname constant.
2275
2276 * character.h (DEFSYM): Use intern_c_string.
2277
a56eaaef
DN
22782009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * alloc.c (make_pure_c_string): New function.
2281
2282 * eval.c (Fautoload): Purecopy all arguments.
2283
f6a07420
KH
22842009-11-05 Kenichi Handa <handa@m17n.org>
2285
2286 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2287 the buffer in case of replace.
2288
5d28d4b1
DN
22892009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2292
b349d111
SM
22932009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2294
d528b1ce
SM
2295 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2296 when applicable (bug#4851).
2297
b349d111
SM
2298 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2299 (P_): Support for prototypes is now required.
2300
c38eb027
CY
23012009-10-31 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2304 (Bug#4827).
2305
0405f8d9
EZ
23062009-10-30 Eli Zaretskii <eliz@gnu.org>
2307
d528b1ce 2308 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2309
ca0a881a
DN
23102009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2311
2312 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2313
d528b1ce
SM
2314 * lread.c (Fload): Purecopy the file name when building
2315 Vpreloaded_file_list.
ca0a881a 2316
47e0e0e4
JR
23172009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2318
2319 * w32fns.c (syms_of_w32fns): Change default value of
2320 w32-scroll-lock-modifier to nil. (Bug#2827)
2321
057bce6f
JB
23222009-10-26 Juanma Barranquero <lekktu@gmail.com>
2323
782a943e 2324 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 2325
242bc74c
AS
23262009-10-26 Andreas Schwab <schwab@redhat.com>
2327
2328 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2329
522d013a
JB
23302009-10-26 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2333 For delta < 0, skip check that only makes sense when the mini-window
2334 is going to be enlarged. (Bug#4534)
2335
18060980
CY
23362009-10-25 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2339 string in menu maps (Bug#4471).
2340
fec8f0fe
CY
23412009-10-24 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2344 FRAME_NS_VIEW on terminal frames (Bug#4765).
2345
10d66ec0
AS
23462009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2347
1cae01f7
AS
2348 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2349 DBUS_TYPE_UINTnn separately to get proper sign extension.
2350
58a12889
AS
2351 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2352 can properly handle unsigned types.
d528b1ce 2353 (make_uid, make_gid): Remove.
58a12889 2354
987c9327
AS
2355 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2356 types again.
2357
522d013a 2358 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
2359 (system_process_attributes): Likewise.
2360
905a9ed3
DN
23612009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2362
2363 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2364
2365 * eval.c (Fautoload): Purecopy the filename. Simplify.
2366
2367 * category.c (Fdefine_category): Purecopy docstring.
2368
a599b3e8
AS
23692009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2370
7b792fc9
AS
2371 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2372
a599b3e8
AS
2373 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2374
b35ac83e
CY
23752009-10-23 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2378 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2379 (Bug#4775).
2380
e8903e00
SM
23812009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2384 (init_fileio_once):
2385 * lisp.h (init_fileio_once): Remove.
2386 * emacs.c (main): Don't call init_fileio_once.
2387
8f43cbf3
DN
23882009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2389
2390 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2391
26898943
AS
23922009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2393
2394 * doprnt.c (doprnt): Fix overflow check.
2395
5c646d5a
JD
23962009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2397
3132a7ea
JD
2398 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2399
5c646d5a
JD
2400 * xterm.h (x_wait_for_event): Declare it.
2401
2402 * xterm.c (pending_event_wait): New variable.
2403 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2404 see pending_event_wait.eventtype.
2405 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
2406 (x_new_font): Call change_frame_size with new rows/columns before we
2407 try to resize the frame.
5c646d5a 2408 (x_wait_for_event): New function.
d528b1ce
SM
2409 (x_set_window_size_1): Don't change gravity unless change_gravity
2410 is set.
5c646d5a
JD
2411 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2412 don't change frame size, instead wait for the ConfigureNotify.
2413 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2414 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2415 (x_initialize): Initialize pending_event_wait.
2416
2417 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2418 size.
2419
2420 * widget.c (EmacsFrameSetValues): Add comment.
2421 (EmacsFrameSetCharSize): Just call x_set_window_size.
2422
2423 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2424 x_wait_for_event.
d528b1ce 2425 (flush_and_sync): Remove again.
5c646d5a
JD
2426 (xg_get_font_name): Suggest monospace if no previous font is known.
2427
e9c1637d
SM
24282009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 2431 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 2432
5a72cccb
YM
24332009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2434
2435 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2436 processing pending events when event is filtered for input method.
ab04798f 2437 (Bug#3681)
5a72cccb 2438
2629aa37
JB
24392009-10-20 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * fns.c: Add #endif accidentally removed in previous change.
2442
c3417a74
DN
24432009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * fns.c: Remove code for unsupported system: MAC_OS.
2446 * image.c: Likewise. Include setjmp.h.
2447
9685cef2
JD
24482009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2449
2450 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2451 pixel -1 (bug #4742).
2452
d7306fe6
DN
24532009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2454
019d2c4c
DN
2455 * process.c (create_pty): Remove conditionals for no longer
2456 supported systems: UNIPLUS and RTU.
2457
ee6bacd4
DN
2458 * xterm.c:
2459 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2460
d7306fe6
DN
2461 * alloc.c: Do not define struct catchtag.
2462 * eval.c: Move struct catchtag definition ...
2463 * lisp.h: ... here.
2464
2465 * image.c: Move png.h #include earlier to avoid warnings.
2466
2467 * xterm.c:
2468 * xsmfns.c:
2469 * xselect.c:
2470 * xrdb.c:
2471 * xmenu.c:
2472 * xftfont.c:
2473 * xfont.c:
2474 * xfns.c:
2475 * xfaces.c:
2476 * xdisp.c:
2477 * window.c:
2478 * widget.c:
2479 * w32xfns.c:
2480 * w32uniscribe.c:
2481 * w32term.c:
2482 * w32select.c:
2483 * w32reg.c:
2484 * w32proc.c:
2485 * w32menu.c:
2486 * w32inevt.c:
2487 * w32heap.c:
2488 * w32font.c:
2489 * w32fns.c:
2490 * w32console.c:
2491 * w32.c:
2492 * w16select.c:
2493 * vm-limit.c:
2494 * unexsol.c:
2495 * unexec.c:
2496 * unexcw.c:
2497 * unexaix.c:
2498 * undo.c:
2499 * tparam.c:
2500 * textprop.c:
2501 * terminfo.c:
2502 * terminal.c:
2503 * termcap.c:
2504 * term.c:
2505 * syntax.c:
2506 * sound.c:
2507 * sheap.c:
2508 * search.c:
2509 * scroll.c:
2510 * region-cache.c:
2511 * regex.c:
2512 * ralloc.c:
2513 * process.c:
2514 * print.c:
b024548b
DN
2515 * nsterm.m:
2516 * nsselect.m:
2517 * nsmenu.m:
2518 * nsimage.m:
2519 * nsfont.m:
2520 * nsfns.m:
d7306fe6
DN
2521 * msdos.c:
2522 * minibuf.c:
2523 * menu.c:
2524 * marker.c:
2525 * macros.c:
2526 * keymap.c:
2527 * keyboard.c:
2528 * intervals.c:
2529 * insdel.c:
2530 * indent.c:
2531 * gtkutil.c:
2532 * ftxfont.c:
2533 * ftfont.c:
2534 * fringe.c:
2535 * frame.c:
2536 * fontset.c:
2537 * font.c:
2538 * fns.c:
2539 * floatfns.c:
2540 * filelock.c:
2541 * fileio.c:
2542 * emacs.c:
2543 * editfns.c:
2544 * dosfns.c:
2545 * doprnt.c:
2546 * doc.c:
2547 * dispnew.c:
2548 * dired.c:
2549 * dbusbind.c:
2550 * data.c:
2551 * composite.c:
2552 * coding.c:
2553 * cmds.c:
2554 * cm.c:
2555 * chartab.c:
2556 * charset.c:
2557 * character.c:
2558 * ccl.c:
2559 * category.c:
2560 * casetab.c:
2561 * casefiddle.c:
2562 * callproc.c:
2563 * callint.c:
2564 * bytecode.c:
2565 * buffer.c:
2566 * atimer.c: Include setjmp.h. (Bug#4643)
2567
fd5f21e6
SM
25682009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2569
4c0354d7
SM
2570 Remove leftover table unibyte_to_multibyte_table.
2571 * character.c (unibyte_to_multibyte_table): Remove.
2572 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2573 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2574 * character.h (UNIBYTE_TO_CHAR): New macro.
2575 (MAKE_CHAR_MULTIBYTE): Use it.
2576 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2577 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2578 (message_dolog, set_message_1):
2579 * search.c (Freplace_match):
2580 * editfns.c (Fcompare_buffer_substrings):
2581 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2582 (concat):
2583 * insdel.c (copy_text, count_size_as_multibyte):
2584 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2585 * term.c (produce_glyphs):
2586 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2587 * regex.c (RE_CHAR_TO_MULTIBYTE):
2588 * cmds.c (internal_self_insert):
2589 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2590
fd5f21e6
SM
2591 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2592
4418646e
DN
25932009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2594
2595 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2596
35f5c1d2
JB
25972009-10-16 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2600
a0cd8f6b
AR
26012009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2602
2603 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2604 still needed under Tiger.
2605
2606 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2607
2608 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2609 __Apple__.
2610
2611 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2612
01a8d3fa
KH
26132009-10-15 Kenichi Handa <handa@m17n.org>
2614
2615 * print.c (print_object): Escape a symbol like "2E10" too.
2616
bf6c75c9 26172009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
2618
2619 Cleanups and changes for 64-bit compile under Snow Leopard.
2620 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
2621
2622 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2623
c5959062 2624 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
2625 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2626 cast argument.
2627 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 2628 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
2629
2630 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2631
2632 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2633 where appropriate.
2634
2635 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2636 where appropriate.
6e4780c5
JB
2637 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2638 Use stringWithUTF8String.
bf6c75c9
AR
2639 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2640
6e4780c5
JB
2641 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2642 Add formal protocol mention to inheritance.
bf6c75c9
AR
2643 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2644
6e4780c5
JB
2645 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2646 Fix printf format.
bf6c75c9
AR
2647 (ns_query_color): Use CGFloat where appropriate.
2648 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 2649 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
2650 argument.
2651
3d87f118
AR
2652 * config.in (NS_HAVE_NSINTEGER): Drop.
2653
a95c8102
AR
2654 * dbusbind.c (dbus-method-return-internal)
2655 (dbus-method-error-internal): Use long format in printf, and cast
2656 argument.
2657
2658 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2659 in printf, and cast argument.
2660
6873acca 2661 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
2662 cast argument.
2663
9ec6f100
GM
26642009-10-11 Glenn Morris <rgm@gnu.org>
2665
2666 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2667
5be883cd
JD
26682009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2669
2670 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2671 menu bar with a small width so it doesn't enlarge the frame.
2672
d7a39b51
JB
26732009-10-08 Juanma Barranquero <lekktu@gmail.com>
2674
2675 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2676
0c2b6f8e
GM
26772009-10-06 Glenn Morris <rgm@gnu.org>
2678
2679 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2680 SOME_MACHINE_LISP (this enters indirectly via DOC).
2681
e02131a2
EZ
26822009-10-05 Eli Zaretskii <eliz@gnu.org>
2683
2684 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2685
b4744254
EZ
26862009-10-04 Eli Zaretskii <eliz@gnu.org>
2687
2688 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2689 Doc fix.
2690
dbf64827
JB
26912009-10-03 Martin Rudalics <rudalics@gmx.at>
2692
2693 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2694
e9a0aef8
MA
26952009-10-02 Michael Albinus <michael.albinus@gmx.de>
2696
d528b1ce 2697 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
2698 used anymore outside fileio.c.
2699
2700 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2701
64eb2b56
JB
27022009-10-01 Juanma Barranquero <lekktu@gmail.com>
2703
2704 * lisp.h (Qdelete_directory_internal):
2705 Declare, instead of Qdelete_directory.
2706
2707 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2708
9d28c33e
SM
27092009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2712
9d8f3bd9
MA
27132009-10-01 Michael Albinus <michael.albinus@gmx.de>
2714
9d28c33e 2715 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
2716 Fdelete_directory. It is not a command anymore. It has no file
2717 name handler.
2718
9694740b
SM
27192009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * xdisp.c (get_next_display_element): Use an enum in last change.
2722
748e162f
KH
27232009-09-28 Kenichi Handa <handa@m17n.org>
2724
9694740b 2725 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
2726 unibyte_display_via_language_environment in handling
2727 Vnobreak_char_display.
2728
17efd58d
AR
27292009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2730
2731 * nsterm.h (ns_app_name): New extern variable.
2732
2733 * nsterm.m (ns_app_name): New variable.
2734 (ns_term_init): Set and use it.
2735 (ns_term_shutdown): Use it.
2736
2737 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2738 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2739
2740 * nsfns.m (ns_set_name_iconic, ns_set_name)
2741 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2742 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2743
9694740b
SM
2744 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2745 Remove double-casting in client_data comparison.
31c2d412 2746
3208cb35
YM
27472009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2748
2749 * keyboard.c (make_lispy_event): Remember last wheel direction.
2750 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2751
b7d552d6
GM
27522009-09-26 Glenn Morris <rgm@gnu.org>
2753
2754 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2755 internal.elc. Add term/pc-win.elc.
2756 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2757 term/x-win.elc.
2758 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2759 term/w32-win.elc.
2760 (NS_SUPPORT): New.
2761 (lisp): Add NS_SUPPORT.
2762 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2763
4ff670a8
DR
27642009-09-25 David Reitter <david.reitter@gmail.com>
2765
2766 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2767 on Mac OS X 10.6+ (bug#4513).
2768
feabfb6c
JB
27692009-09-24 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
2772 some parts of Emacs code (like font selection) don't grok them.
2773 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 2774
de59072a
AS
27752009-09-24 Andreas Schwab <schwab@redhat.com>
2776
2777 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2778
a489517b
JB
27792009-09-24 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * dired.c (Fdirectory_files): Fix typo in docstring.
2782
0592970c
AR
27832009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2784
2785 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2786 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2787 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2788 under GNUstep.
2789 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2790
2791 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2792 glyph advancement.
2793
48e8a88b
AR
27942009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2795
2796 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 2797 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
2798
2799 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2800 deleted (bug #4492).
2801
e14f0a78
AR
2802 * nsfont.m (Vns_reg_to_script): New lisp variable.
2803 (syms_of_nsfont): Declare it.
2804 (ns_registry_to_script): New function.
2805 (ns_get_req_script): Call it.
2806 (ns_findfonts): Don't give up on non-unicode registry.
2807
2808 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2809
5b650faa
SM
28102009-09-20 Tom Tromey <tromey@redhat.com>
2811
2812 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2813 batch mode (bug#4228).
2814
a489517b 28152009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
2816
2817 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 2818 carefully. (Bug #4339)
0bae4e09 2819
fcfe06f3
CY
28202009-09-18 Chong Yidong <cyd@stupidchicken.com>
2821
d798ba87 2822 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 2823
31642728
AR
28242009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2825
2826 * emacs.c (inhibit_x_resources): Update doc string for NS.
2827 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 2828 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
2829
2830 * nsterm.h (ns_no_defaults): Remove.
2831
2832 * nsterm.m (ns_no_defaults): Remove.
2833 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2834 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
2835 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2836 don't update the NSWindow itself.
2837 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2838 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2839
2840 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2841 ns_use_qd_smoothing.
2842
2843 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2844 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2845 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2846 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2847
8686ac71
JB
28482009-09-17 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * emacs.c (inhibit_x_resources): New variable.
2851 (main) [HAVE_NS]: Don't process --quick command line option.
2852 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2853
2854 * lisp.h (inhibit_x_resources): Declare it extern.
2855
2856 * w32reg.c (x_get_string_resource):
2857 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2858
e227ba05
EZ
28592009-09-17 Eli Zaretskii <eliz@gnu.org>
2860
362654a6
JB
2861 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2862 Add lisp/term/internal.elc.
e227ba05 2863
742d40e8
SM
28642009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2867 (bug#4461).
2868
005bd5a2
DN
28692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2870
2871 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2872
2873 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2874 (OBJECTS_MACHINE): Remove, unused.
2875
f9af9719
SM
28762009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * frame.c (x_get_resource_string): Remove unused.
2879
0307c7d2
JD
28802009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2881
2882 * xterm.c (x_new_font): Call change_frame_size before calling
2883 x_set_window_size, in case frame size won't change.
2884
2885 * frame.c (x_set_font): Remove dead code.
2886
428b13d6
SM
28872009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2890
5766c380
SM
28912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * lread.c (Fload): Don't output a message after loading an obsolete
2894 package any more (done in Lisp now).
2895
2fd0161b
CY
28962009-09-12 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2899
bc5e75b6
SM
29002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * keymap.c (Fwhere_is_internal): Use nconc2.
2903
c31c985e
AM
29042009-09-11 Alan Mackenzie <acm@muc.de>
2905
2906 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2907 batch mode.
2908
78012bd2
AS
29092009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2910
2911 * xdisp.c (display_mode_element): Detect cycles.
2912
9d889332
SM
29132009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * keymap.c (where_is_internal): Don't erroneously return nil right after
2916 filling the cache.
2917 (where_is_internal_1): Fix up typo.
2918
7ab5d780
GM
29192009-09-11 Glenn Morris <rgm@gnu.org>
2920
2921 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2922 share a common doc-string.
2923
5238a749
SM
29242009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2925
66d77eda
SM
2926 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2927 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2928
5238a749
SM
2929 * keymap.c (QCadvertised_binding): New constant.
2930 (syms_of_keymap): Initialize it.
2931 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2932 if applicable.
2933
19f48442
SM
29342009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2935
50d4ba39
SM
2936 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2937 (parse_menu_item): Streamline since bindings are recomputed all the
2938 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2939 more and don't support lmenu's menu-alias any more either.
2940
a88a5372
SM
2941 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2942 (where_is_internal): Strip it down to only traverse the keymaps.
2943 Move the cache handling from Fwhere_is_internal to here.
2944 (Fwhere_is_internal): Move the handling of remapping and the choice of
2945 the best binding from where_is_internal to here.
2946 Unify the cached/noncached paths, so remapping is also handled
2947 correctly when the cache is used, and so the cache can be used to
2948 speed up remap-handling when applicable.
2949 Give preference to non-remapped bindings.
2950 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2951 non-remapped bindings.
2952 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2953 command remapping.
2954
19f48442
SM
2955 * xdisp.c (display_mode_element): Move list length limit from 50 to
2956 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2957
599498c3 29582009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2959
2960 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2961
f9b7b5ac
SM
29622009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2963
a53af587
JB
2964 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2965 (Bug#4334)
2966
f9b7b5ac
SM
2967 * keymap.c (where_is_internal): Filter out shadowed remappings.
2968 Assume that where_is_internal returns unshadowed bindings to simplify
2969 the code and get rid of the gotos. Use ASIZE.
2970
04f4b72d
JD
29712009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2972
4da146f2
JD
2973 * xterm.c (x_focus_changed): If we get a focusout and pointer
2974 is invisible, make it visible.
2975
04f4b72d
JD
2976 * xterm.h: Remove condition for declaration of
2977 x_*_window_to_frame.
2978
7cef7ce3
SM
29792009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2982 initial terminal as well.
2983
a54fa5b7
JD
29842009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2985
2986 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2987 x_menubar_window_to_frame.
a54fa5b7
JD
2988
2989 * xterm.c: Remove declarations also in xterm.h
2990 (XTmouse_position): Do not return valid positions
2991 for clicks in the menubar and the toolbar for Gtk+.
2992
2993 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2994 if the widget for the event has the same top level as a frame,
2995 return the frame.
2996 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2997 internal windows, bug #4122.
2998 (x_non_menubar_window_to_frame): Remove.
2999
5a021dd0
GM
30002009-09-02 Glenn Morris <rgm@gnu.org>
3001
3002 * buffer.c (default-major-mode): Move most of the doc from here...
3003 (major-mode): ... to here.
3004
548fe2f3
NR
30052009-08-30 Nick Roberts <nickrob@snap.net.nz>
3006
3007 * process.c (wait_reading_process_output): Keep the descriptor
3008 when pty is used by a non-child process, e.g., in I/O buffer of
3009 GDB this allows inferior to be restarted.
3010
e0840eef
EZ
30112009-08-29 Eli Zaretskii <eliz@gnu.org>
3012
3013 * xdisp.c (redisplay_internal): Remove redundant test and collapse
3014 both branches into one.
3015
82e98df4
SM
30162009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
3019 (main): Use enable-multibyte-characters rather than
3020 default-enable-multibyte-characters. Output a warning message when
3021 running a unibyte session.
3022
890617cb
YM
30232009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3024
3025 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
3026 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
3027 (copy_data_segment): Also copy __program_vars section.
3028 (copy_dyld_info) [LC_DYLD_INFO]: New function.
3029 (dump_it) [LC_DYLD_INFO]: Use it.
3030
3031 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
3032
e7adeadc
EZ
30332009-08-28 Eli Zaretskii <eliz@gnu.org>
3034
3035 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
3036 $(SRC)/buildobj.h.
3037 (buildobj.h): Renamed from $(SRC)/buildobj.h.
3038 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
3039 $(SRC)/buildobj.h.
3040 (clean): Add buildobj.h.
3041
3ed8bbdc
TZ
30422009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
3043
3044 * print.c (print_object): Set escapeflag to 1 when printing
3045 hashtable keys and values.
3046
155a6764
SM
30472009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * lread.c (read_integer): Use doubles (and potentially return a float
3050 number) as we do in string-to-number.
3051 (read1): Use strtol to read integers, signal errors on strtol's
3052 overflow and use floats if strtol's output is too large for
3053 Elisp integers.
3054
877610de
EZ
30552009-08-27 Eli Zaretskii <eliz@gnu.org>
3056
3057 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
3058 (make-buildobj-SH): Fix last change.
3059 (SRC): Move to before where it's first used.
3060
ef73e7be
KH
30612009-08-27 Kenichi Handa <handa@m17n.org>
3062
550c8289
KH
3063 * process.c (send_process): Use encode_coding_object instead of
3064 encode_coding_string to perform eol-conversion even if the string
3065 is unibyte.
3066
60afa08d
KH
3067 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
3068 character.
3069
ef73e7be 3070 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 3071 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 3072
7b3a82d7
DN
30732009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3074
5654bf63
DN
3075 * callproc.c (Fcall_process): Remove always true #if.
3076
7b3a82d7
DN
3077 * lisp.h: Replace #if 0 code for checking with text pointing to
3078 the --enable-checking configure flag.
3079
3080 * emacs.c (main): Mention the --enable-profiling configure flag
3081 instead of using CFLAGS.
3082
878bde49
KR
30832009-08-26 Ken Raeburn <raeburn@raeburn.org>
3084
3085 * Makefile.in (buildobj.h): New target.
3086 (doc.o): Depend on it.
3087 (temacs${EXEEXT}): Don't generate buildobj.lst.
3088 (mostlyclean): Delete buildobj.h, not buildobj.lst.
3089 * makefile.w32-in ($(SRC)/buildobj.h): New target.
3090 ($(BLD)/doc.$(O)): Depend on it.
3091 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
3092 provided by Eli Zaretskii.)
3093 ($(TEMACS)): Don't generate buildobj.lst.
3094 * doc.c: Include buildobj.h.
3095 (buildobj): New static variable.
3096 (Fsnarf_documentation): Use it, instead of opening and reading
3097 buildobj.lst.
3098
1574224c
MA
30992009-08-25 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * dbusbind.c (Fdbus_call_method)
3102 (Fdbus_call_method_asynchronously): Use English numeric format for
3103 timeout values in doc string.
3104
d9da2f45
KH
31052009-08-25 Kenichi Handa <handa@m17n.org>
3106
ef73e7be
KH
3107 * alloc.c (mark_char_table): New function.
3108 (mark_object): Use mark_char_table for a char-table.
3109
d9da2f45
KH
3110 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
3111 (CHAR_TABLE_REF): Use it.
3112
c8edcc01
KR
31132009-08-23 Ken Raeburn <raeburn@raeburn.org>
3114
3115 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
3116 before invoking the newly build emacs to check for load-path
3117 shadowing.
3118
7763401b
GM
31192009-08-22 Glenn Morris <rgm@gnu.org>
3120
3121 * Makefile.in (bootstrap_exe): New variable.
3122 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
3123 Use ${bootstrap_exe}.
3124
729eadda
EZ
31252009-08-22 Eli Zaretskii <eliz@gnu.org>
3126
3127 * coding.h (encode_coding_string): Don't encode unibyte strings.
3128 (Bug#4047)
3129
eb4c6ace
MA
31302009-08-22 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
3133
3134 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
3135 intended as hotfix only.
3136 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
3137
36e34d1b
AR
31382009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3139
3140 * nsterm.m (ns_get_color): Update documentation properly for last
3141 change, and clean up loose ends in the code left by it. Fix
3142 longstanding bug with 16-bit hex parsing, and add support for
3143 yet another X11 format (rgb:r/g/b) for compatibility.
3144 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3145 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3146
f983eb8a
SM
31472009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3150
3f56d3c6
MA
31512009-08-20 Michael Albinus <michael.albinus@gmx.de>
3152
3153 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3154 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3155 (xd_initialize, xd_pending_messages): Check, whether
3156 $DBUS_SESSION_BUS_ADDRESS is set.
3157
fb641d68
YM
31582009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3159
3160 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3161
3162 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3163
cf59a374
GM
31642009-08-20 Glenn Morris <rgm@gnu.org>
3165
3166 * emacs.c (system-type): Doc fix.
3167
1373f3be
SM
31682009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3171 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3172
058ed861
MA
31732009-08-18 Michael Albinus <michael.albinus@gmx.de>
3174
1373f3be
SM
3175 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3176 New functions.
058ed861
MA
3177 (xd_initialize): Revert change from 2009-08-16.
3178
563a866e 31792009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
3180
3181 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 3182 font-group vector, return nil.
5fc05db0 3183
e42bdf01
CY
31842009-08-17 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * process.c (status_notify): Don't perform redisplay.
3187 (Fdelete_process, list_processes_1, process_send_signal):
3188 Expliticly perform redisplay.
3189 (wait_reading_process_output): Always check process status, but
3190 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3191
4230ab74
KR
31922009-08-17 Ken Raeburn <raeburn@raeburn.org>
3193
1373f3be 3194 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
3195 (XFLOAT_INIT): New macro for storing a float value.
3196 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3197 * fns.c (sxhash): Copy out the value of a float in order to
3198 examine its bytes.
3199 * dbusbind.c (xd_append_arg): Likewise.
3200
4230ab74
KR
3201 * emacs.c (main): Don't call syms_of_data twice.
3202
a0645cdd
MA
32032009-08-16 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * dbusbind.c (xd_initialize): Add connection file descriptor to
3206 input_wait_mask, in order to let select() detect, whether a new
3207 message has been arrived.
ca4f31ea 3208 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3209
485db0ba
MA
32102009-08-15 Michael Albinus <michael.albinus@gmx.de>
3211
1373f3be
SM
3212 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3213 New functions.
485db0ba
MA
3214
3215 * lisp.h (xd_pending_messages): Declare.
3216
3217 * keyboard.c (readable_events): Call xd_pending_messages.
3218
b5b98ff4
CY
32192009-08-15 Chong Yidong <cyd@stupidchicken.com>
3220
1373f3be 3221 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3222
f8354c6e
CY
3223 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3224
b5b98ff4
CY
3225 * buffer.c (set_buffer_internal_1)
3226 (swap_out_buffer_local_variables): Check for unbound local
3227 variables (Bug#4138).
3228
8b9fc636
EZ
32292009-08-14 Eli Zaretskii <eliz@gnu.org>
3230
3231 * process.c (create_pty): Fix last change.
3232
ce959360
CY
32332009-08-13 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3236 (xbm_load_image): Caller changed.
64b807c9 3237 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3238
c7baf7e9
NR
32392009-08-13 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * process.c (create_pty): New function.
3242 (Fstart_process): Use it to allow Emacs to just associate a pty
3243 with the buffer. See associated change in gdb-mi.el.
3244 (list_processes_1): Deal with no program name.
3245 (start_process_unwind): Use pid == -2 to mean no process.
3246
1ac9108a
SM
32472009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * cmds.c (nonundocount): New global variable.
3250 (keys_of_cmds): Initialize it.
3251 (Fself_insert_command): Use it to combine upto 20 sequential chars
3252 into a single undo entry, just like the Qself_insert_command code in
3253 keyboard.c does.
3254 Call frame_make_pointer_invisible, also like the Qself_insert_command
3255 code in keyboard.c does.
3256 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3257 than its own local replacement for it.
3258
e267324c
KR
32592009-08-10 Ken Raeburn <raeburn@raeburn.org>
3260
1ac9108a 3261 * fns.c (concat): Don't re-set string length to its current value.
77437343 3262
1ac9108a
SM
3263 * coding.h (decode_coding_string, encode_coding_string):
3264 Use SBYTES macro.
f0bed503 3265
1ac9108a 3266 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3267 (doprnt): Merge with doprnt1, discarding lispstrings code.
3268 * lisp.h (doprnt_lisp): Don't declare.
3269
416e006d
JL
32702009-08-07 Juri Linkov <juri@jurta.org>
3271
3272 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3273
6f7d5780
DN
32742009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * print.c (syms_of_print): Undo previous change.
3277
f19a0f5b
TZ
32782009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3279
3280 * lread.c (read1, syms_of_lread): Read hashtables back from the
3281 readable format.
3282
3283 * print.c (print_preprocess, print_object): Print hashtables fully
3284 and readably.
3285 (syms_of_print): Provide 'hashtable-print-readable.
3286
b9173dc2
AR
32872009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3288
3289 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3290 no family set.
3291 (nsfont_open): Handle case when entity has no family.
3292
1586503c
AR
32932009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3294
3295 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3296 element, not a list, for match case.
3297
087048cd
KH
32982009-07-28 Kenichi Handa <handa@m17n.org>
3299
3300 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3301 rigidly.
3302
3303 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3304 font_parse_xlfd. Check font properties more rigidly.
3305
780c2506
DN
33062009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3307
31fd7c5c
JB
3308 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3309 bsd-common.h.
780c2506 3310
a8c0cc18
KH
33112009-07-27 Kenichi Handa <handa@m17n.org>
3312
3313 * xfaces.c (face_with_height): Call font_clear_prop.
3314
4fbe2306
CY
33152009-07-26 Chong Yidong <cyd@stupidchicken.com>
3316
111d9af3
CY
3317 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3318
3319 * xterm.c (x_term_init): Use Qx.
3320
4fbe2306
CY
3321 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3322
1ac9108a 3323 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3324 (ns_get_color): Revert 2009-07-16 change.
3325
beb0b7f9
EZ
33262009-07-25 Eli Zaretskii <eliz@gnu.org>
3327
3328 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 3329 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 3330
2baf5e76
KR
33312009-07-25 Ken Raeburn <raeburn@raeburn.org>
3332
1ac9108a
SM
3333 * coding.h (decode_coding_string, encode_coding_string):
3334 Use SCHARS macro.
8890e5f5 3335
2baf5e76 3336 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 3337 (load_depth): Delete.
2baf5e76
KR
3338 (Qload_in_progress): New variable.
3339 (load_unwind): Don't reference load_depth or load_in_progress.
3340 (Fload): Likewise; specbind Qload_in_progress instead.
3341 (init_lread): Don't initialize load_depth.
3342 (syms_of_lread): Initialize and protect Qload_in_progress.
3343
1395c6f5
AR
33442009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3345
3346 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3347
4e2f36cf
AR
33482009-07-23 Yavor Doganov <yavor@gnu.org>
3349
3350 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3351
5dd9a6f7
AR
33522009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3353
3354 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
3355 Bugs 3792, 3720, 2402.
3356 (ns_lookup_indexed_color): Check for bad index.
3357 (ns_index_color): Init unused slot to 0.
3358 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3359 Bug 3714, possibly 3082.
5dd9a6f7 3360
c902b920
JR
33612009-07-22 Jason Rumney <jasonr@gnu.org>
3362
1ac9108a
SM
3363 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3364 Position IME window at cursor (Bug#2570).
c902b920
JR
3365 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3366 (globals_of_w32fns): Dynamically load functions required above.
3367
3368 * w32term.c (w32_draw_window_cursor): Send message to reposition
3369 any IME window.
3370
090101cf
CY
33712009-07-21 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * fileio.c: Revert 2009-07-16 changes.
3374 (Vauto_save_include_big_deletions): New variable.
3375 (Fdo_auto_save): Disable auto-save only if
3376 auto-save-include-big-deletions is nil.
3377
e6583e3d
CY
33782009-07-21 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3381 the overflowed pixels into account (Bug#3879).
3382
ece435a5
KR
33832009-07-21 Ken Raeburn <raeburn@raeburn.org>
3384
3385 * lread.c (load_depth): New variable.
3386 (Fload, load_unwind, init_lread): Set it to the load recursion
3387 depth; set load_in_progress as a simple boolean based on the
3388 current load_depth. (Bug#3892)
3389
40b2d973
AR
33902009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3391
3392 * nsfont.m (ns_has_attribute): Remove.
3393 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3394
10be7e0d
JL
33952009-07-18 Juri Linkov <juri@jurta.org>
3396
3397 * process.c (Fset_process_query_on_exit_flag): Mention killing
3398 a buffer in docstring.
3399
fa055055
KH
34002009-07-17 Kenichi Handa <handa@m17n.org>
3401
3402 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3403
042f7b69
YM
34042009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3405
3406 * nsfns.m (Fns_set_alpha): Remove function.
3407 (syms_of_nsfns): Don't defsubr it.
3408
3409 * nsterm.m (ns_get_color): Remove incompatible color formats.
3410 (ns_color_to_lisp): Generate #rrggbb color format string.
3411
4be941e3
RS
34122009-07-16 Richard Stallman <rms@gnu.org>
3413
3414 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3415 (Fset_buffer_auto_saved): Handle save_length = -2.
3416
4e6b227d
CY
34172009-07-16 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * xterm.c (Qx_gtk_map_stock): New var.
3420
3421 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3422 of calling intern each time.
3423
a1856973
YM
34242009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3425
3426 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3427 does tiling.
3428
3429 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3430
497e54d8
KH
34312009-07-14 Kenichi Handa <handa@m17n.org>
3432
72d36834
KH
3433 * font.c (font_vconcat_entity_vectors): New function.
3434 (struct font_sort_data): New member font_driver_preference.
3435 (font_compare): Check font_driver_preference.
3436 (font_sort_entities): The format of the first argument changed.
3437 (font_delete_unmatched): Likewise.
3438 (font_list_entities): The return type changed.
3439 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
3440 (font_find_for_lface): Adjuste for the above changes.
3441 Don't suppress the checking of C even if the repertory supports it.
3442 (Flist_fonts): Adjust for the above changes.
72d36834 3443
1ac9108a
SM
3444 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3445 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
3446 Reject a font who has adstyle property that is different from a
3447 langname derived from registry property.
1ac9108a 3448 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 3449
b6046155
EZ
34502009-07-13 Eli Zaretskii <eliz@gnu.org>
3451
3452 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3453 local copy of dirfilename.
3454
fb6b6049
KH
34552009-07-13 Kenichi Handa <handa@m17n.org>
3456
e2402a5e
KH
3457 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3458 against max_char.
3459
fb6b6049
KH
3460 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3461 calling XSYMBOL (sym).
3462
65156807
EZ
34632009-07-11 Eli Zaretskii <eliz@gnu.org>
3464
1ac9108a
SM
3465 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3466 New function.
3467 (directory_files_internal) [WINDOWSNT]:
3468 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
3469 the filesystem of the directory is fast or slow.
3470
3471 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3472 file name.
3473 (is_slow_fs): New function.
3474 (stat): Use it to determine whether to issue more system calls to
3475 get accurate file attributes, when w32-get-true-file-attributes is
3476 `local'.
3477
e0ab5fcf
JD
34782009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3479
3480 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 3481 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
3482 parameter font-parameter as default to the font dialog.
3483
784ceded
KH
34842009-07-10 Kenichi Handa <handa@m17n.org>
3485
3486 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3487
fb8edc0b
EZ
34882009-07-09 Eli Zaretskii <eliz@gnu.org>
3489
1ac9108a 3490 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 3491
fb8edc0b
EZ
3492 * w32.c (stat): Treat UNC file names as residing on remote
3493 drives. (Bug#3542)
3494
635c75b1
KH
34952009-07-09 Kenichi Handa <handa@m17n.org>
3496
3497 * fontset.c (fontset_find_font): Fix previous change.
3498
c1d5ce94
MA
34992009-07-08 Michael Albinus <michael.albinus@gmx.de>
3500
3501 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3502 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3503 error flag.
3504
edb61b39
KH
35052009-07-08 Kenichi Handa <handa@m17n.org>
3506
374bf7e4
KH
3507 * fontset.c (fontset_find_font): Fix the logic of handling
3508 charset_matched.
3509 (font_for_char): Delete unused var.
3510 (generate_ascii_font_name): Delete it.
3511
edb61b39
KH
3512 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3513
3514 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3515 (encode_coding_sjis): Fix the code range check.
3516
0f3f018c
CY
35172009-07-07 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3520 (Fexpand_file_name): Copy string data properly (Bug#3772).
3521
fcaf6f3a
JD
35222009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3523
3524 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3525 first MapNotify.
3526
6809ca75
KH
35272009-07-07 Kenichi Handa <handa@m17n.org>
3528
3529 * character.h (unibyte_has_multibyte_table): Delete extern.
3530 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3531
3532 * charset.c (Fset_charset_priority): Update charset_unibyte.
3533 (syms_of_charset): Initialize charset_unibyte.
3534
3535 * character.c (unibyte_has_multibyte_table): Delete it.
3536 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3537 charset_unibyte.
3538 (multibyte_char_to_unibyte_safe): Likewise.
3539 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3540
1ac9108a 3541 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
3542 (x_produce_glyphs): Likewise.
3543
3544 * .gdbinit (xcharset): Fix the treating $arg0.
3545
ad9e2d54
EZ
35462009-07-04 Eli Zaretskii <eliz@gnu.org>
3547
3548 Emulation of `getloadavg' on MS-Windows.
3549 * w32.c: Include float.h
3550 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3551 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3552 (get_native_system_info, get_system_times): New functions.
3553 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3554 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3555 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3556 g_b_init_get_system_times, and num_of_processors.
3557
0a3472c7
JR
35582009-07-03 Jason Rumney <jasonr@gnu.org>
3559
3560 * w32term.c (w32_initialize): Use standard types.
3561
80904120
EZ
35622009-07-03 Eli Zaretskii <eliz@gnu.org>
3563
3564 * dired.c (Ffile_attributes): Decode user and group names by the
3565 locale's encoding. (Bug#3443)
3566
6978862d
DN
35672009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3568
f8d23104
DN
3569 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3570 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3571
3572 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3573
3574 * term.c (init_tty): Remove spurious #ifdef.
3575
6978862d
DN
3576 * m/mips.h: Mention this file is also used for netbsd.
3577 * m/pmax.h: Remove file.
3578
e044e4fc
JD
35792009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3580
3581 * xterm.h (struct x_display_info): Add invisible_cursor.
3582 (struct x_output): Add current_cursor.
3583
3584 * xterm.c (XTtoggle_invisible_pointer): New function.
3585 (x_define_frame_cursor): Don't define cursor if invisible or the
3586 same as before. Set current_cursor.
3587 (x_create_terminal): Set toggle_invisible_pointer_hook.
3588
3589 * xfns.c (make_invisible_cursor): New function.
3590 (x_set_mouse_color): Call make_invisible_cursor.
3591 Set current_cursor.
3592 (x_window): Set current_cursor.
3593
3594 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3595
3596 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3597 inserting a character.
3598 (read_avail_input): Call frame_make_pointer_visible.
3599
3600 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
3601 (frame_make_pointer_invisible, frame_make_pointer_visible):
3602 New functions.
e044e4fc
JD
3603 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3604
3605 * frame.h: Declare frame_make_pointer_invisible and
3606 frame_make_pointer_visible.
3607 (struct frame): Add pointer_invisible.
3608
574c8efa
JD
36092009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3610
7b507248
JD
3611 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3612 frame isn't visible.
3613 (xg_frame_resized): If width/height is -1, get size of window
3614 from X server.
3615
3616 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3617 for MapNotify.
3618
835bdaa7 3619 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 3620 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 3621 (flush_and_sync): Reintroduce.
574c8efa 3622
3f1c6666 36232009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 3624
31fd7c5c 3625 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
3626
3627 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3628 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3629
3630 * frame.h: Declare Qsticky.
3631
cad9ef74
JD
3632 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3633
3634 * nsfns.m (ns_frame_parm_handlers): Ditto.
3635
3636 * frame.c: Declare Qsticky.
3637 (frame_parms): Add sticky.
3638
3639 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3640
3641 * xterm.h: Declare x_set_sticky.
3642
3643 * xterm.c (x_set_sticky): New function.
3644
69b16610
JD
3645 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3646 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3647 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
3648
3649 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3650
3651 * frame.c: Qmaximized is new.
3652 (x_set_frame_parameters): Do not handle fullscreen specially.
3653 Only set width and height if explicitly set.
3654 (x_set_fullscreen): Handle Qmaximized.
3655 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3656 (syms_of_frame): Initialize Qmaximized.
3657
1ac9108a
SM
3658 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3659 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
3660
3661 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
3662 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3663 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
3664 set gravity to NorthWestGravity when USE_GTK.
3665 (set_wm_state): New function.
31fd7c5c 3666 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
3667 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3668 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 3669 or the case when no window manager is running. That means remove calls
3f1c6666
JD
3670 to x_real_positions and x_fullscreen_adjust.
3671
3672 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3673 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3674 flush_and_sync.
3675 (xg_height_changed): New function.
3676 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
3677 and gtk_window_set_policy. Set frame gravity after parsing the
3678 geometry string.
3f1c6666
JD
3679 (xg_update_frame_menubar, free_frame_menubar)
3680 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3681 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3682 Remove calls to xg_frame_set_char_size.
3683
fd503d99
KH
36842009-07-01 Kenichi Handa <handa@m17n.org>
3685
3686 * keyboard.c (decode_keyboard_code): New function.
3687 (tty_read_avail_input): Decode the input bytes if necessary.
3688
1ac9108a
SM
3689 * coding.c (setup_coding_system):
3690 Initialize coding->carryover_bytes to 0.
fd503d99
KH
3691 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3692 use Qno_conversion.
3693
24ed93fb
YM
36942009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3695
3696 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3697
99061dfc
CY
36982009-06-30 Chong Yidong <cyd@stupidchicken.com>
3699
1ac9108a 3700 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 3701
ff90fbde
JR
37022009-06-30 Jason Rumney <jasonr@gnu.org>
3703
3704 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3705 is already loaded.
3706 Set user model ID if supported (bug#1849).
3707
5f445726
JM
37082009-06-29 Jim Meyering <meyering@redhat.com>
3709
3710 Remove useless if-before-xfree test.
3711 * nsfont.m (nsfont_close): Remove useless test.
3712 * term.c (delete_tty): Likewise.
3713 * w32.c (system_process_attributes): Likewise.
3714 * w32font.c (w32font_close): Likewise.
3715 * xfaces.c (x_free_gc): Likewise.
3716 * xselect.c (buffer): Likewise.
3717
b9607587
AS
37182009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3719
3720 * process.c (send_process): Keep decoded string in a local
3721 variable and protect it from GC. (Bug#3521)
3722
89ba96f4
EZ
37232009-06-28 Eli Zaretskii <eliz@gnu.org>
3724
3725 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3726 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3727
098a1589
CY
37282009-06-28 Chong Yidong <cyd@stupidchicken.com>
3729
485422be
CY
3730 * xdisp.c (start_display, handle_face_prop)
3731 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
3732 (redisplay_window, try_window_id, produce_image_glyph):
3733 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 3734
098a1589
CY
3735 * xterm.c (x_update_window_begin, x_new_focus_frame)
3736 (x_scroll_bar_handle_click, handle_one_xevent)
3737 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3738 (x_make_frame_visible, x_make_frame_invisible)
3739 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3740 code chunks that are now obsolete.
3741
78c38319
MA
37422009-06-28 Michael Albinus <michael.albinus@gmx.de>
3743
3744 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3745 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3746 for hours, when optimzation is enabled.
3747 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3748 (xd_read_message): Make them static.
3749
4189ed40
CY
37502009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3751
3752 * term.c (turn_on_face): Allow simultaneously bold and dim
3753 terminal faces (Bug#3530).
3754
cd9b5e16
CY
37552009-06-27 Chong Yidong <cyd@stupidchicken.com>
3756
4e23bedb
CY
3757 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3758
cd9b5e16
CY
3759 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3760 truncation glyphs (Bug#3686).
3761
07cc3c35
GM
37622009-06-27 Glenn Morris <rgm@gnu.org>
3763
3764 * m/pmax.h: Restore file, with only netbsd portions.
3765
31fd7c5c 37662009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 3767
cd9b5e16 3768 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 3769
42d4a64f
KH
37702009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3771
3772 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3773 the arg FORCE_SYMBOL.
3774
930fe55b 37752009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
3776
3777 * fontset.c (fontset_find_font): When a usable rfont_def is found
3778 in a fallback font-group, make it the first element of the group.
3779
57ebc3fd
CY
37802009-06-24 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3783
f084f942
KH
37842009-06-24 Kenichi Handa <handa@m17n.org>
3785
3786 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3787 set for C.
3788 (fontset_font): Record the availability of a font for C both in
3789 the realized fontsets of the current one and the default one.
3790
2f686c87
DN
37912009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3792
3793 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3794 conditional, it is always defined on AIX.
3795
666e158e
MB
37962009-06-23 Miles Bader <miles@gnu.org>
3797
3798 * window.c (Vrecenter_redisplay): New variable.
3799 (syms_of_window): Initialize it.
3800 (Qtty): New extern declaration.
3801 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3802
c6da7cd2
JM
38032009-06-23 Jim Meyering <meyering@redhat.com>
3804
1ac9108a
SM
3805 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3806 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 3807 pointer dereferences are guaranteed to be valid.
c6da7cd2 3808
678dca3d
KH
38092009-06-23 Kenichi Handa <handa@m17n.org>
3810
74d75424
KH
3811 * emacs.c (main): Call init_font ().
3812
3813 * font.h (Vfont_log): Extern it.
3814 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3815
3816 * font.c (font_sort_entities, font_list_entities)
3817 (font_matching_entity, font_open_entity)
3818 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3819 (Vfont_log): Delete static.
3820 (font_log_env_checked): Delete this variable.
3821 (font_add_log): Don't check font_log_env_checked.
3822 (font_deferred_log): Check Vfont_log.
3823 (init_font): New function.
3824
678dca3d
KH
3825 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3826
3827 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3828
3829 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3830
3831 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3832
3833 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3834 (face_for_char): Don't call font_deferred_log here.
3835 (font_for_char): Likewise.
3836
8a668709
CY
38372009-06-22 Chong Yidong <cyd@stupidchicken.com>
3838
9a01ee33
CY
3839 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3840 rather than its background_width for drawing the overline and
3841 underline (Bug#489).
3842
3843 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3844 rather than its background_width for drawing the overline and
3845 underline (Bug#489).
ec7c9926
CY
3846 (xg_default_icon_file): New variable.
3847 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3848 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3849
8a668709
CY
3850 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3851 (load_overlay_strings): Remove externs.
3852 (fast_find_position): Function deleted.
3853 (mouse_face_from_buffer_pos): New function, based on
3854 fast_find_position. Correctly handle before-strings,
3855 display-strings, and after-strings (Bug#1220).
3856 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3857
4d4c02d8
CY
38582009-06-21 Chong Yidong <cyd@stupidchicken.com>
3859
1ac9108a 3860 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3861 (move_it_in_display_line_to, move_it_in_display_line_to)
3862 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3863
70243478
CY
38642009-06-21 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * Branch for 23.1.
3867
13087e59
JR
38682009-06-21 Jason Rumney <jasonr@gnu.org>
3869
3870 * w32term.c (keyboard_codepage): New static variable.
3871 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3872 (w32_read_socket) [WM_CHAR]: Use it to decode character
3873 input (bug#3237).
3874 (w32_initialize): Initialize it.
3875 (codepage_for_locale): New function.
3876
4735b74e
KR
38772009-06-20 Ken Raeburn <raeburn@raeburn.org>
3878
3879 * process.c (status_message): Pass Faset index argument as a lisp
3880 object, so as to work with USE_LISP_UNION_TYPE.
3881
0e727afa
YM
38822009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3883
3884 * coding.c (Ffind_coding_systems_region_internal):
3885 Cache checked characters.
3886
cf299835
KH
38872009-06-18 Kenichi Handa <handa@m17n.org>
3888
1ac9108a 3889 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3890
90f20d94
AS
38912009-06-18 Andreas Schwab <aschwab@redhat.com>
3892
3893 * xdisp.c (redisplay_internal): Check that the frame is still
3894 live after redisplay of its windows.
3895 (redisplay_windows): Check that the window is still live.
3896
7f1faf1c
KH
38972009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3898
3899 * coding.c (detect_coding_utf_16): Fix previous change.
3900
cc13543e
KH
39012009-06-16 Kenichi Handa <handa@m17n.org>
3902
3903 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3904 UTF-16 by checking the dispersion of Eth and Oth bytes.
3905
977b85f4
AS
39062009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3907
3908 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3909
66bd43d1
KH
39102009-06-15 Kenichi Handa <handa@m17n.org>
3911
3912 * process.c (status_message): Fix previous change. Be sure to
3913 decode a localized string.
3914
cb5ca9c5
YM
39152009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3916
3917 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3918 add comment explaining why.
3919
ec7709ba 39202009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3921
ec7709ba 3922 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3923
4b7f335c
AR
39242009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3925
3926 * nsfont.m (ns_attribute_value): Remove.
3927 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3928 (ns_has_attribute): Shrink the normal range.
3929 (ns_findfonts): Don't worry about requested spec in determining
3930 need for synthItal.
e41820ee 3931 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3932
73b26103
SZ
39332009-06-14 Seiji Zenitani <zenitani@mac.com>
3934
3935 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3936
5753e4da
KH
39372009-06-11 Kenichi Handa <handa@m17n.org>
3938
3939 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3940 overhang for the static composition case.
3941
3561b671
KH
39422009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3943
5753e4da
KH
3944 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3945 overhang for the automatic composition case.
3946
3561b671
KH
3947 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3948 composition case.
3949
852bbd41
CY
39502009-06-10 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * xdisp.c (get_next_display_element): When handling wrap-prefix
3953 and line-prefix, treat \n as a control character (bug#3502).
3954
9903d1e6
KH
39552009-06-10 Kenichi Handa <handa@m17n.org>
3956
3957 * font.c (font_parse_family_registry): Fix for one-char foundry.
3958 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3959
0bcbaaaa
CY
39602009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3961
3962 * process.c (status_message): Fix handling of multibyte signal
3963 string (Bug#3499).
3964
40aa3f13
JM
39652009-06-09 Jim Meyering <meyering@redhat.com>
3966
1f80c7e2
CY
3967 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3968 color name is missing.
40aa3f13 3969
72d51285
KH
39702009-06-09 Kenichi Handa <handa@m17n.org>
3971
3972 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3973 FROM-CODE and TO-CODE are codepoints of CHARSET.
3974
c1d04d84
AR
39752009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3976
3977 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3978
39792009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3980
3981 Changes to support :script/:lang/:otf in NS font driver.
3982 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3983 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3984 indicate not part of font driver interface, and change callers.
3985 (ns_get_family): Remove pointless null check.
3986 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3987 ns_spec_to_descriptor, ns_descriptor_to_entity.
3988 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3989 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3990 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3991 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3992 (ns_get_req_script, ns_accumulate_script_ranges)
3993 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3994 New functions.
3995 (nsfont_list, nsfont_match): Use ns_findfonts.
3996 (nsfont_open): Use font descriptor instead of traits.
3997 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3998 (dump_glyphstring): Rename to ns_dump_glyphstring.
3999
c7eb9816
AR
4000 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
4001
c1d04d84
AR
4002 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
4003
4004 * fontset.c (fontset_from_font): Remove NS-specific code.
4005
ec7709ba 40062009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
4007
4008 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
4009 nonactive windows.
4010
31fd7c5c 40112009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 4012
1ac9108a 4013 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 4014
68852c13 40152009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
4016
4017 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
4018
6756cd1d
CY
40192009-06-07 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4022 account for the overflowing of newlines into the last glyph on the
4023 display line (Bug#3482).
4024
28bf482a
DR
40252009-06-05 David Reitter <david.reitter@gmail.com>
4026
ec7709ba
JB
4027 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
4028 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
4029 Fns_selection_exists_p, Fns_selection_owner_p.
4030
fdb55376
JR
40312009-06-03 Jason Rumney <jasonr@gnu.org>
4032
4033 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
4034 available. (Bug#3379)
4035
05129fbe
KH
40362009-05-29 Kenichi Handa <handa@m17n.org>
4037
1ac9108a
SM
4038 * coding.c (get_translation_table):
4039 Check Venable_character_translation.
05129fbe 4040
ec7709ba 40412009-05-26 David Reitter <david.reitter@gmail.com>
15891144 4042
ec7709ba
JB
4043 * nsterm.m (ns_raise_frame): Only raise frame if visible.
4044 (x_make_frame_visible): Move frame to front rather than calling
15891144 4045 ns_raise_frame().
ec7709ba 4046 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 4047 isn't key window.
ec7709ba 4048 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
4049 drawRect may be called by NSView even if the frame is hidden.
4050
ec7709ba
JB
4051 * nsfns.m (Fx_create_frame): Follow other ports in
4052 determining visibility; default to t. Ensure async_visible is set.
15891144 4053
21f73755
EZ
40542009-05-23 Eli Zaretskii <eliz@gnu.org>
4055
4056 * dired.c (Ffile_attributes): Doc fix.
4057
34001e41
CY
40582009-05-22 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
4061
46306a17
SM
40622009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4065 and xfont_scratch_props.
4066 (syms_of_xfont): Do it here instead.
4067 (xfont_find_ccl_program): Delete, unused.
4068 (xfont_open): Delete unused var `i'.
4069
ef6e0694
KH
40702009-05-21 Kenichi Handa <handa@m17n.org>
4071
4072 * fontset.c (Qlatin): Don't make it static.
4073
46306a17
SM
4074 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
4075 New functions.
ef6e0694
KH
4076 (xfont_scripts_cache, xfont_scratch_props): New variables.
4077 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
4078 (xfont_list_pattern): Argument changed. Callers changed.
4079 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
4080 (xfont_list): Don't reject a font spec with :script property.
4081 (xfont_has_char): Fix setting of encoding.
4082 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
4083 xfont_scratch_props.
4084
40852009-05-19 Kenichi Handa <handa@m17n.org>
4086
46306a17 4087 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
4088 Callers changed.
4089
40902009-05-18 Kenichi Handa <handa@m17n.org>
4091
4092 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
4093
ac71ced7
SM
40942009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4097 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
4098
1c6d1051
YM
40992009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4100
4101 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
4102 (x_delete_terminal): Dissociate resource database from display and
4103 then call XrmDestroyDatabase before closing display.
4104
9b9b779c
AR
41052009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4106
4107 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
4108 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
4109 whether selected frame is viable before raising it (based on patch
4110 by David Reitter), and improve commentary.
4111 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 4112
cccd42d5
KH
41132009-05-15 Kenichi Handa <handa@m17n.org>
4114
4115 * font.c (Ffont_spec): Check arguments.
4116
337fbd17
CY
41172009-05-14 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
4120 weight when testing attributes (Bug#3282).
4121
47a6002f
JD
41222009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4123
4124 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
4125 what we expect to get in the next ConfigureNotify event.
4126
9cb363db
YM
4127 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
4128 before Xft one (Bug#1696).
4129
b9126609
CY
41302009-05-07 David Reitter <david.reitter@gmail.com>
4131
4132 * nsfns.m (Fx_display_planes): Compute bitplanes using
4133 NSBitsPerPixelFromDepth (Bug#3207).
4134
27a69fd9
CY
41352009-05-10 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4138
00f37552
TTN
41392009-05-10 Ulrich Mueller <ulm@gentoo.org>
4140
4141 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4142
2d82a920
DR
41432009-05-07 David Reitter <david.reitter@gmail.com>
4144
ec7709ba
JB
4145 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4146 Respect mouse face background.
2d82a920 4147
46b0d52d
DR
41482009-05-07 David Reitter <david.reitter@gmail.com>
4149
ec7709ba
JB
4150 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4151 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
4152 in ns_update_begin and ns_update_end.
4153
ce1b23bb
SM
41542009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4155
5996e1b7
SM
4156 * nsfns.m (ns_get_screen): Rewrite.
4157 Don't presume selected-frame is of type `ns'.
4158
ba98e3a0
SM
4159 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4160 all drivers.
4161
ce1b23bb
SM
4162 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4163
bcda200f
YM
41642009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4165
4166 * keyboard.h (add_user_signal): Fix typo in extern.
4167
4168 * lisp.h (add_user_signal): Remove extern.
4169
4170 * unexelf.c (unexec): Consider a section to precede the .bss section
4171 if its addresses overlap that of .bss.
4172 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4173 instead of dumping process.
4174
864660a2
SM
41752009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4178
50da4e56
SM
41792009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4182
51520a1a
DN
41832009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4186 any statements.
4187
409ea3a1
AS
41882009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4189
59c4c60f
AS
4190 * process.c (read_process_output): Make sure the current buffer is
4191 always restored.
4192
409ea3a1
AS
4193 * coding.c (record_conversion_result): Don't modify
4194 Vlast_code_conversion_error for successful result.
4195 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4196
56f00ed2
KH
41972009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4198
4199 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 4200 (load_charset_map): Remove unnecessary code.
56f00ed2 4201
4491c9d2
DR
42022009-04-30 David Reitter <david.reitter@gmail.com>
4203
35f5b128 4204 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
4205 through f24.
4206
6970f632
CY
42072009-04-30 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4210
4211 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4212 face_at_buffer_position.
4213 (face_before_or_after_it_pos, get_next_display_element)
4214 (note_mouse_highlight): Update face_at_buffer_position call.
4215
4216 * term.c (term_mouse_highlight):
4217 * msdos.c (IT_note_mouse_highlight):
4218 * fontset.c (Finternal_char_font):
35f5b128 4219 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4220
4221 * dispextern.h (face_at_buffer_position): Update prototype.
4222
0c616f63
KH
42232009-04-30 Kenichi Handa <handa@m17n.org>
4224
35f5b128 4225 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4226
ad3aaf33
AS
42272009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4228
4229 * callproc.c (Fcall_process): Fix GC protection. Make sure
4230 current buffer is always restored.
4231
c3c963a0
YM
42322009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4233
4234 * atimer.c (init_atimer): Also clear stopped_atimers.
4235
4236 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4237
7e3386cb
YM
4238 * process.c (create_process): Clean up merger residues of
4239 2008-07-17 change.
4240
91f68422
CY
42412009-04-29 Ulrich Mueller <ulm@gentoo.org>
4242
4243 * lread.c (Vread_circle): New variable.
4244 (read1): Disable recursive read if Vread_circle is nil.
4245
24b34550
KH
42462009-04-29 Kenichi Handa <handa@m17n.org>
4247
4248 * fontset.h (set_default_ascii_font): Delete extern.
4249
4250 * fontset.c (set_default_ascii_font): Delete this unused function.
4251
4252 * frame.c (x_set_font): When ARG is a font-object, check if the
4253 font-object matches with the ASCII font-spec of the frame's
9c358bda 4254 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4255
77bf07e1
AS
42562009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4257
4258 * fns.c (Flocale_info): Protect vector from GC during decoding.
4259
4260 * process.c (Fstart_process): Protect argv strings from GC during
4261 encoding.
4262
2c55aacf
AS
42632009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4264
4265 * sysdep.c: Include <ctype.h>.
4266
b892d3c9
DR
42672009-04-27 David Reitter <david.reitter@gmail.com>
4268
35f5b128 4269 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4270 Remove commented-out code.
4271
9d0644c4
JB
42722009-04-26 Johan Bockgård <bojohan@gnu.org>
4273
4274 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4275
b7053016
JR
42762009-04-25 Jason Rumney <jasonr@gnu.org>
4277
4278 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4279
4e8231f3
YM
42802009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4281
4282 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4283 Swap bytes in short integer if fringe bitmap width > 8.
4284
493dcf2c
KH
42852009-04-23 Kenichi Handa <handa@m17n.org>
4286
4287 * xfaces.c (Fx_list_fonts): If a font size is specified in
4288 PATTERN, set it in returned scalable fonts.
4289
401e9e57
CY
42902009-04-22 Chong Yidong <cyd@stupidchicken.com>
4291
708e05dc
CY
4292 * keyboard.c (Fset_input_meta_mode): Doc fix.
4293
4294 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4295
1ac9108a 4296 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4297
4298 * coding.c (Fterminal_coding_system): Doc fix.
4299
4300 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4301 (Fx_display_pixel_height, Fx_display_planes)
4302 (Fx_display_color_cells, Fx_server_max_request_size)
4303 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4304 (Fx_display_mm_height, Fx_display_mm_width)
4305 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4306 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4307 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4308 (check_x_display_info): Handle terminal objects instead of
4309 terminal ids.
4310
401e9e57
CY
4311 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4312 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4313 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4314 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4315
df80c7f0
KH
43162009-04-21 Kenichi Handa <handa@m17n.org>
4317
5a8f12af 4318 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4319 (font_score): Check AVGWIDTH too.
908567ef 4320
df80c7f0
KH
4321 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4322 worst case.
1ac9108a
SM
4323 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4324 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 4325
705af33f
JR
43262009-04-19 Jason Rumney <jasonr@gnu.org>
4327
4328 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 4329 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
4330
4331 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4332 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4333 get_phys_cursor_geometry.
4334
b71ac3dd 4335 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
4336 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4337 using get_phys_cursor_geometry.
4338
4339 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4340 correctly calculated.
4341
dc2933eb
JD
43422009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4343
1ac9108a
SM
4344 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4345 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
4346 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4347 is deprecated.
4348
973e7849
AS
43492009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4350
4351 * font.c (font_put_frame_data): Use xfree instead of free.
4352
314d66f4
JB
43532009-04-17 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * w32font.c (Qja, Qko): Remove declarations.
4356 (syms_of_w32font): Don't DEFSYM them.
4357
cf702558
CY
43582009-04-17 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4361
4362 * font.h (Qja, Qko): Extern them.
4363
4364 * ftfont.c (Qja, Qko): Remove declarations.
4365
4366 * xfont.c (Qja, Qko): Remove declarations.
4367
b50504f5
KH
43682009-04-17 Kenichi Handa <handa@m17n.org>
4369
bde25748
KH
4370 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4371 string from a vector to handle Latin-1 characters correctly.
4372
b50504f5
KH
4373 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4374 entity even if the cache hits.
4375
f4646fff
AS
43762009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4377
4378 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 4379 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 4380
e7deaab0
AS
4381 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4382 * lisp.h: Adjust prototypes.
4383
0a0e7d49
CY
43842009-04-16 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4387 change (Bug#3003).
4388
3c908a57
KH
43892009-04-16 Kenichi Handa <handa@m17n.org>
4390
1ac9108a 4391 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
4392
4393 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4394 adstyle.
4395
4396 * ftfont.c (Qja, Qko): Don't make them static.
4397 (enum ftfont_cache_for): New enum.
4398 (fc_charset_table): Undo the previous change.
4399 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
4400 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4401 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
4402 non-scarable font, try to get AVERAGE_WIDTH.
4403 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4404 Change ft_face_cache from a list of a hash-table. Don't check
4405 `ja' and `ko' adstyle here.
4406 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4407 FTFONT_CACHE_FOR_CHARET.
4408 (ftfont_get_charset): Undo the previous change.
1ac9108a 4409 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
4410 (ftfont_close): Likewise.
4411 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4412
4413 * font.c (font_sort_entites): Change the meaning of the arg
4414 BEST-ONLY. Don't optimize for VEC of lenght 1.
4415 (font_select_entity): Just return the value of font_sort_entites.
4416
4417 * xfaces.c (merge_face_vectors): Reflect font properties in
4418 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4419 font_clear_prop if a face attribute doesn't change.
4420
3c908a57
KH
4421 * charset.h (charset_ksc5601): Extern it.
4422
4423 * charset.c (charset_ksc5601): New variable.
4424 (Fdefine_charset_internal): Set charset_ksc5601.
4425 (init_charset_once): Initialize charset_ksc5601 to -1.
4426
d65859c3
DN
44272009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4428
4429 * fileio.c (history_delete_duplicates): Remove unused declaration.
4430
4431 * callint.c (history_delete_duplicates): New declaration.
4432 (Fcall_interactively): Remove command history duplicates when
4433 history_delete_duplicates is true.
4434
3ba010e5
EZ
44352009-04-14 Eli Zaretskii <eliz@gnu.org>
4436
4437 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4438
06f19b91
KH
44392009-04-14 Kenichi Handa <handa@m17n.org>
4440
4441 * font.c (Ffont_info): Fix docstring. Fix the second element of
4442 the returned value (bug#2949).
4443
2cce8bfc
CY
44442009-04-14 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4447
d156542d
KH
44482009-04-14 Kenichi Handa <handa@m17n.org>
4449
4450 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4451 encoding charset is ascii_compatible.
4452
4453 * charset.c (Fdefine_charset_internal): Make charset
4454 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4455 code_offset is 0, and covers all ASCII characters.
4456
86fa089e
SM
44572009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4460 (ns_string_to_pasteboard_internal):
4461 * nsmenu.m (process_dialog):
4462 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4463 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4464 * lisp.h (Fx_load_color_file): Declare.
4465
a8a3728b
KH
44662009-04-13 Kenichi Handa <handa@m17n.org>
4467
1ac9108a 4468 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
4469 (font_select_entity): Suppress the code to optimize for the same
4470 kind of fonts.
4471 (font_load_for_lface): Get a font that supports at least ASCII
4472 characters.
4473
4474 * ftfont.c (Qja, Qko): New variables.
4475 (fc_charset_table): Delete uniquifier data for iso8859-1.
4476 (ftfont_get_latin1_charset): New function.
4477 (get_adstyle_property): New function.
4478 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4479 bitmap fonts.
4480 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4481 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4482 `ko' or `ja'.
4483 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 4484 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
4485 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4486 property.
4487 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4488 (syms_of_ftfont): DEFSYM Qja and Qko.
4489
483670b5
KH
44902009-04-09 Kenichi Handa <handa@m17n.org>
4491
12b55765
KH
4492 * charset.c (map_charset_chars): For a charset of `superset'
4493 method, fix calculation of code range.
4494
483670b5
KH
4495 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4496 from the list of extra properties.
4497 (font_clear_prop): Be sure to delete `:name' font property.
4498
57d3b93b
KH
44992009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4500
b4b2c2ca
YM
4501 * dispnew.c (redraw_overlapping_rows): Fix detection of
4502 overlapping for topmost and bottommost rows.
4503
1ac9108a 4504 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 4505
472c3609
JR
45062009-04-06 Jason Rumney <jasonr@gnu.org>
4507
4508 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4509
ab193662
KH
45102009-04-06 Kenichi Handa <handa@m17n.org>
4511
4512 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4513
4514 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4515
0c26f026
KH
45162009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4517
4518 * ftfont.c (ftfont_open): Fix checking of the return value of
4519 FT_Load_Char. Fix setting font->underline_thickness.
4520
e173bbce
CY
45212009-04-04 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4524 (Fterminal_parameters, Fterminal_parameter)
4525 (Fset_terminal_parameter): In doc string, refer to terminal
4526 objects rather than terminal ids.
4527
693a2698
EZ
45282009-04-04 Eli Zaretskii <eliz@gnu.org>
4529
4530 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4531 ret_lim_data. (Bug#2867)
4532
d5221487
CY
45332009-04-03 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4536 so they don't get wider than the window, matching 2006-01-23
4537 change to the partner function in xdisp.c (Bug#2800).
4538
223509a3
KH
45392009-04-03 Kenichi Handa <handa@m17n.org>
4540
4541 * print.c (print_object): Make each lowest sub_char_table start a
4542 new line (Bug#2866).
4543
74fcd0b1
KH
45442009-04-02 Kenichi Handa <handa@m17n.org>
4545
4546 * fontset.c (fontset_font): Record no-font when a fontset
4547 explicitly tells not to try another font-specs.
4548
c542407d
SM
45492009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4550
4551 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4552
e3869731
KH
45532009-03-30 Kenichi Handa <handa@m17n.org>
4554
d8d2f142
KH
4555 * fontset.c (fontset_from_font): Specify only registry in a
4556 font-spec for all characters supported by that registry.
4557
e3869731
KH
4558 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4559 even if HAVE_M17N_FLT is not defined.
4560
5da5f805
CY
45612009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4562
4563 * ftfont.c: Conditionalize prototyping and use of
4564 ftfont_variation_glyphs.
4565
ab226c50
SM
45662009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4567
9628fed7
SM
4568 * frame.c (delete_frame): Work around compiler bug.
4569
4570 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4571 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4572 Some more EMACS_INT.
4573 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4574
4575 * xdisp.c (dump_glyph): Fix typo.
4576
ae19ba7c
SM
4577 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4578 (adjust_markers_gap_motion, adjust_markers_for_delete)
4579 (adjust_markers_for_insert, adjust_point)
4580 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4581 (make_gap, copy_text, count_size_as_multibyte, insert)
4582 (insert_and_inherit, insert_before_markers)
4583 (insert_before_markers_and_inherit, insert_1)
4584 (count_combining_before, count_combining_after, insert_1_both)
4585 (insert_from_string, insert_from_string_before_markers)
4586 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4587 (insert_from_buffer_1, adjust_after_replace)
4588 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4589 (replace_range_2, del_range, del_range_1, del_range_byte)
4590 (del_range_both, del_range_2, modify_region)
4591 (prepare_to_modify_buffer, signal_before_change)
4592 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4593 for buffer positions and sizes.
4594 * lisp.h: Adjust prototypes accordingly.
4595
4596 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4597 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4598 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4599
ab226c50
SM
4600 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4601
46dfb8fb
JD
46022009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4603
4604 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4605 lines and columns so we keep the same pixel height and width.
4606
4607 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4608 the property _NET_WM_STATE has changed.
46dfb8fb
JD
4609 (x_handle_net_wm_state): New function to update frame parameter
4610 fullscreen.
4611 (x_term_init): Initialize atoms for _NET_WM_STATE.
4612
4613 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4614
d347e494
SM
46152009-03-27 Kevin Ryde <user42@zip.com.au>
4616
4617 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4618 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4619 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4620 (Fgpm_mouse_stop): Pass that new parameter.
4621 * termhooks.h (close_gpm): Adjust prototype.
4622
84db11d6
SM
46232009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4624
c95a5008
SM
4625 * lisp.h (Fx_focus_frame): Declare.
4626
84db11d6
SM
4627 * callint.c (Fcall_interactively): For '^' just delegate the work to
4628 handle-shift-selection.
4629 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4630
0a1958d6
CY
46312009-03-24 Chong Yidong <cyd@stupidchicken.com>
4632
0bfdff23
CY
4633 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4634
0a1958d6
CY
4635 * data.c (Qinteractive_form): New variable.
4636 (Finteractive_form): Use it.
4637
4638 * eval.c (Fcommandp): Use Qinteractive_form.
4639
58aec0d6
JR
46402009-03-24 Jason Rumney <jasonr@gnu.org>
4641
4642 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4643 Calculate total size precisely. Decode environment variables
4644 before substituting. (Bug#38)
4645
553dd618
KH
46462009-03-24 Kenichi Handa <handa@m17n.org>
4647
4648 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 4649 encoding (Bug#2722).
553dd618 4650
c39ea606
JD
46512009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4652
4653 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4654 that gdpy is set.
4655
bc9b2b5e
AM
46562009-03-22 Alan Mackenzie <acm@muc.de>
4657
4658 * callint.c (Finteractive): Clarify the doc string - even
4659 promptless elements need \n separators.
4660
9f995a76
JR
46612009-03-22 Jason Rumney <jasonr@gnu.org>
4662
4663 * w32term.c (syms_of_w32term): Doc fix for
4664 x-use-underline-position-properties.
4665
22749e9a
EZ
46662009-03-21 Eli Zaretskii <eliz@gnu.org>
4667
4668 * w32.c (getpwuid): Change argument type to unsigned.
4669 (struct w32_id): Change type of `rid' member to unsigned.
4670 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4671 argument ID to unsigned. All callers changed.
4672 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4673
e00553bf
EZ
46742009-03-20 Eli Zaretskii <eliz@gnu.org>
4675
4676 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4677 negative, produce a float value.
4678
4679 * dired.c (make_uid, make_gid): New functions.
4680 (Ffile_attributes): Use them to avoid negative UID and GID.
4681
f761d6b6
JB
46822009-03-20 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4685 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4686 Fix typos in docstrings.
4687
d507f8d7
KH
46882009-03-19 Kenichi Handa <handa@m17n.org>
4689
4690 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
4691 changed, use font_load_for_lface to get a new font object.
4692 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
4693
4694 * frame.c (x_set_font): Handle the case that ARG is a cons.
4695
c68845e0
GM
46962009-03-19 Glenn Morris <rgm@gnu.org>
4697
4698 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4699
bfa49dd1
CY
47002009-03-19 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4703
8458d4c1
KH
47042009-03-19 Kenichi Handa <handa@m17n.org>
4705
4706 * charset.c (load_charset_map_from_file): When a mapfile can't be
4707 loaded, signal an error.
4708
78e7d1fe
EZ
47092009-03-18 Eli Zaretskii <eliz@gnu.org>
4710
4711 * dired.c (Ffile_attributes): Make sure UID and GID are always
4712 positive, even if the value is too large for a positive EMACS_INT.
4713 Doc fix.
4714
4715 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4716
5da9fdfa
YM
47172009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4718
4719 * xmenu.c (xdialog_show): Move Fredisplay call ...
4720 (Fx_popup_dialog): ... here.
4721
7519c40d
SM
47222009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * dired.c (file_name_completion): Disable the first optimization just
4725 installed, since it is not implemented correctly.
4726
2cd298e2
SM
47272009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 4730 only if the entry can affect bestmatch.
2cd298e2
SM
4731 Stop the search early, as Ftry_completion already does.
4732
48d37adf
CY
47332009-03-17 Chong Yidong <cyd@stupidchicken.com>
4734
e10c9c93 4735 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 4736
9286b16a
CY
47372009-03-15 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * keyboard.c (parse_menu_item): Don't display remappings as menu
4740 equivalent bindings (Bug#788).
4741
f7b146dc
JR
47422009-03-15 Jason Rumney <jasonr@gnu.org>
4743
4744 * w32term.h (WM_EMACS_PAINT): New message.
4745 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4746 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4747 before passing to lisp thread. (Bug#950)
4748
f761d6b6 47492009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 4750
d93f9575
CY
4751 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4752 variable as it was never reset.
4753 (ns_term_init): Remove initialization of Lisp-settable defaults
4754 and ns_expand_space.
4755 (-setPanelFromDefaultValues): Remove ns_expand_space.
4756 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4757 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
4758 i.e. no additional spacing, similar to Carbon port.
4759
d93f9575
CY
4760 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4761 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 4762
305018ec
JD
47632009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4764
4765 * sound.c (alsa_configure): Remove call to deprecated
4766 snd_pcm_sw_params_set_xfer_align.
4767
f761d6b6 47682009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
4769
4770 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4771 after clicking in a detached tool bar.
4772 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4773
46e722a9
SM
47742009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4775
348db3dd
SM
4776 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4777 int/Lisp_Object mixup).
46e722a9 4778
a3d16f39
KH
47792009-03-13 Kenichi Handa <handa@m17n.org>
4780
4781 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 4782 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
4783 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4784 (set_fontset_font): Change ARG to a vector. Handle range_list in
4785 ARG correctly.
4786 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 4787 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
4788 the above change.
4789 (fontset_from_font): Fix previous change.
fe24f56a 4790 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
4791 entry. If FONTSET is the default fontset, don't set the extra
4792 slot of the returning char-table.
4793
b066e6b6
JB
47942009-03-12 Juanma Barranquero <lekktu@gmail.com>
4795
4796 * nsfns.m (Fx_close_connection): Doc fix.
4797 (Fns_do_applescript): Reflow docstring.
4798 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4799 (Fx_display_pixel_width, Fx_display_pixel_height)
4800 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4801 Fix typos in docstrings.
4802 (Fns_set_alpha): Fix typos in error messages.
4803
d472514e 48042009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 4805
d472514e 4806 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
4807 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4808 were used for such events.
4809
d472514e
JB
4810 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4811 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 4812
d472514e 4813 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
4814 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4815
fb930676
KH
48162009-03-11 Kenichi Handa <handa@m17n.org>
4817
ff85581a
KH
4818 * font.h (font_open_by_spec): Extern it.
4819
c50b7e98
KH
4820 * font.c (font_open_by_spec): New function.
4821 (font_open_by_name): Use font_open_by_spec.
4822
fb930676
KH
4823 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4824 fontset of the frame.
4825
4826 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4827 modify the default font of frames that use this fontset.
4828 (num_auto_fontsets): New variable.
4829 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4830 name. Be sure to set FONTSET_ASCII to the correct font name.
4831 (update_auto_fontset_alist): New function.
4832
df4e8455
JB
48332009-03-11 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * makefile.w32-in: Update dependencies.
4836
0a375797
AR
48372009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4838
4839 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4840
61313fa3
SM
48412009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4844
b55103fb
CY
48452009-03-10 Chong Yidong <cyd@stupidchicken.com>
4846
4847 * lread.c (Feval_buffer): Doc fix.
4848
dde2559c
KH
48492009-03-09 Kenichi Handa <handa@m17n.org>
4850
4851 * charset.c (Qfile_name_handler_alist): Extern it.
4852 (load_charset_map_from_file): Temporarily bind
4853 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4854
df4e8455 48552009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4856
47f588bb
GM
4857 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4858 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4859
4ddf94bd
AR
48602009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4861
4c9bdfc2
AR
4862 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4863 (x_set_window_size): Change back to calculated method of setting
4864 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4865 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4866 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4867
fe41ae9e
AR
4868 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4869
4c9bdfc2
AR
4870 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4871 accelerator in parens under GNUstep.
4872
825d0875
KH
48732009-03-06 Kenichi Handa <handa@m17n.org>
4874
4875 These changes are to detect incorrect composition sequence without
f3b3be74 4876 looking ahead the source. (Bug#2370)
825d0875
KH
4877
4878 * coding.h: Include "composite.h".
4879 (enum compisition_state): New enum.
4880 (struct compisition_status): New struct.
4881 (struct iso_2022_spec): New member cmp_status.
4882 (struct emacs_mule_spec): New struct.
4883 (struct coding_system): New members ctext_extended_segment_len and
4884 embedded_utf_8. Change the union member
4885 spec.emacs_mule_full_support to spec.emacs_mule.
4886
4887 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4888 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4889 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4890 (ADD_COMPOSITION_DATA): New arg nbytes.
4891 (emacs_mule_char): New arg cmp_status.
4892 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4893 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4894 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4895 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4896 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4897 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4898 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4899 (EMACS_MULE_COMPOSITION_END): New macro.
4900 (emacs_mule_finish_composition): New function.
4901 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4902 (decode_coding_emacs_mule): Avoid long looking ahead while
4903 handling composition.
4904 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4905 (ENCODE_COMPOSITION_RULE): New macro.
4906 (finish_composition): New function.
4907 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4908 (DECODE_COMPOSITION_START): New implementation.
4909 (DECODE_COMPOSITION_END): Likewise.
4910 (STORE_COMPOSITION_RULE): New macro.
4911 (decode_coding_iso_2022): Avoid long looking ahead while handling
4912 composition, CTEXT extended segment, and embedded UTF-8.
4913 (setup_coding_system): For a coding of type iso-2022, reset
4914 CODING_ISO_EXTSEGMENT_LEN (coding) and
4915 CODING_ISO_EMBEDDED_UTF_8 (coding).
4916 (get_translation): Delete arguments last_block, from_nchars,
4917 to_nchars. Callers changed.
4918 (produce_chars): Don't modify charbuf. Adjusted for the change of
4919 get_translation.
98a326f7 4920 (produce_composition): Adjust for the new annotation sequence.
825d0875 4921 (handle_composition_annotation): Likewise.
98a326f7 4922 (consume_chars): Adjust for the change of get_translation.
825d0875 4923
ccbc4452
AR
49242009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4925
4ddf94bd 4926 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4927
988a7ddb
KH
49282009-03-05 Kenichi Handa <handa@m17n.org>
4929
4930 * font.c (font_select_entity): New function.
4931 (font_find_for_lface): Use font_select_entity to select a font.
4932
4933 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4934 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4935 font with C restriction.
4936
98a326f7 49372009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4938
be1bce46 4939 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4940
10ea2b82
JR
49412009-03-04 Jason Rumney <jasonr@gnu.org>
4942
2c93b248 4943 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4944 characters that have already been read. (Bug#2569)
2c93b248 4945
10ea2b82
JR
4946 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4947 Log an error message if check_image_size failed.
4948 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4949 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4950
71a0c011
EZ
49512009-03-02 Eli Zaretskii <eliz@gnu.org>
4952
4953 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4954 when decoding process output.
4955
2f63bba8
RS
49562009-03-01 Richard M Stallman <rms@gnu.org>
4957
4958 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4959
4960 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4961
0a9564cb
EZ
49622009-02-28 Eli Zaretskii <eliz@gnu.org>
4963
4964 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4965 (decode_coding_emacs_mule, decode_coding_iso_2022)
4966 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4967 (decode_coding_raw_text, decode_coding_charset)
4968 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4969 Honor inhibit-eol-conversion. (Bug #2186)
4970
449148b3
JR
49712009-02-28 Jason Rumney <jasonr@gnu.org>
4972
4973 * coding.c (detect_coding_charset): If not checking latin extra,
4974 fail on characters between 0x80 and 0xA0. (Bug#2354)
4975
a4aee864
EZ
49762009-02-28 Eli Zaretskii <eliz@gnu.org>
4977
4978 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4979 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4980
d88bee5a
GM
49812009-02-27 Glenn Morris <rgm@gnu.org>
4982
4983 * callint.c (Finteractive): Doc fix.
4984
a808f22d
KH
49852009-02-27 Kenichi Handa <handa@m17n.org>
4986
4987 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4988
caf8d60c
CY
49892009-02-27 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * font.c (font_style_to_value): Set value for unknown symbols to
4992 100 instead of 255.
b61137ea
CY
4993 (weight_table, slant_table, width_table): Treat "unspecified" as
4994 the default value.
caf8d60c 4995
1a0de25c
JB
49962009-02-26 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4999
8fc45744
JB
50002009-02-25 Juanma Barranquero <lekktu@gmail.com>
5001
107bd7d1
JB
5002 * lread.c (Fload): Stop checking Vloads_in_progress and signal
5003 error as soon as a recursive load is detected.
8fc45744 5004
f097e223
AR
50052009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5006
5007 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
5008 before caching.
5009
8810a12f
KH
50102009-02-24 Kenichi Handa <handa@m17n.org>
5011
5012 * fontset.c (fontset_find_font): Fix the condition for checking
5013 unavailable font.
5014
2c7d1565
GM
50152009-02-24 Glenn Morris <rgm@gnu.org>
5016
5017 * xfaces.c (Finternal_set_font_selection_order): Remove leading
5018 whitespace that confuses documentation.
5019
a20878b6
MB
50202009-02-23 Miles Bader <miles@gnu.org>
5021
5022 * process.c (Flist_system_processes, Fprocess_attributes)
5023 (syms_of_process): Rename `system-process-attributes' to
5024 `process-attributes'.
5025
b3b58c01
AS
50262009-02-22 Andreas Schwab <schwab@linux-m68k.org>
5027
1b3b981b
AS
5028 * coding.h (struct coding_system): Make safe_charsets a pointer to
5029 unsigned char.
5030 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
5031 being 255.
5032 (SAFE_CHARSET_P): Likewise.
5033 (setup_iso_safe_charsets): Properly setup safe_charsets.
5034 (Fdefine_coding_system_internal): Likewise.
5035 (setup_coding_system): Likewise. Remove unneeded casts.
5036 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
5037 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
5038 unneeded casts.
5039
b3b58c01
AS
5040 * insdel.c (del_range_2): Don't modify gap contents when called
5041 from decode_coding_object. (Bug#1809)
5042
0b6f228c
CY
50432009-02-21 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
5046 Qfont_object.
5047 (Ftype_of): Recognize font objects.
5048
5049 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
5050
5051 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
5052 moved to data.c.
5053
52f8870b
AR
50542009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5055
5056 * nsterm.m (x_make_frame_invisible): Unset async_visible,
5057 async_iconified. Based on a patch by Christian Lynbech
5058 <christian.lynbech@tieto.com>.
5059 (EmacsView-windowDidMiniaturize:): Unset async_visible.
5060
7087d5e9
GM
50612009-02-20 Glenn Morris <rgm@gnu.org>
5062
5063 * syntax.c (Fskip_chars_forward): Fix doc typo.
5064
41d2ceef
CY
50652009-02-20 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
5068
1a3b7ca6
CY
50692009-02-19 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
5072
73cce38d
KH
50732009-02-19 Kenichi Handa <handa@m17n.org>
5074
5075 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 5076 Don't overflow coding->carryover. (Bug#2370)
73cce38d 5077
a51092ee
DN
50782009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5079
5080 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
5081
c423ecca
KH
50822009-02-18 Kenichi Handa <handa@m17n.org>
5083
5084 * font.c (font_check_otf_features): Fix handling of `nil' element.
5085 (Ffont_spec): Describe :lang and :otf in the docstring.
5086
4c1958f4
AS
50872009-02-16 Andreas Schwab <schwab@suse.de>
5088
5089 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
5090 string.
5091
5704f39a
KH
50922009-02-16 Kenichi Handa <handa@m17n.org>
5093
5094 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 5095 (Bug#1723)
5704f39a 5096
8f0085aa
CY
50972009-02-14 Chong Yidong <cyd@stupidchicken.com>
5098
a057d86a 5099 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
5100
5101 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
5102 (handle_line_prefix): Suppress wrapping of wrap prefixes.
5103
aff01dd9
EZ
51042009-02-14 Eli Zaretskii <eliz@gnu.org>
5105
5106 * msdos.c (MAX_SCREEN_BUF): New macro.
5107 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
5108 Encode the entire run of glyphs sharing the same face, instead of
5109 doing that one glyph at a time (fixes a bug with displaying
5110 double-size characters).
5111
ba301db3
AR
51122009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5113
5114 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
5115
5116 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
5117 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 5118 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
5119
5120 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 5121 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 5122
51d861de
SM
51232009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5124
ac146f82 5125 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
5126 invisible areas.
5127
7fed8996
JR
51282009-02-12 Jason Rumney <jasonr@gnu.org>
5129
631ea4fb
JR
5130 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
5131 (add_font_entity_to_list): Call check_face_name even when family
5132 is unspecified.
5133
cb4a3e42
JR
5134 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5135 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 5136 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 5137
7fed8996 5138 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 5139 raster fonts. (Bug#2219)
7fed8996 5140
895416e3
KH
51412009-02-12 Kenichi Handa <handa@m17n.org>
5142
5143 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5144 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5145 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 5146 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5147 (find_automatic_composition): While looking forward and backward,
5148 check static composition. Fix where to stop looking forward.
5149 (composition_adjust_point): Fix checking of static composition.
5150 (Fcomposition_get_gstring): Pay attention to
1dacf998 5151 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5152
5153 * lisp.h (fast_looking_at): Extern it.
5154
5155 * search.c (fast_looking_at): New function.
5156
51d861de 5157 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
5158 <struct glyph>.u.cmp.to.
5159 (append_composite_glyph): Likewise.
5160
51d861de 5161 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
5162 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5163 composition.
51d861de 5164 (append_composite_glyph): Adjust for the change of
895416e3
KH
5165 <strcut glyph>.u.cmp.to.
5166
8510724d
JB
51672009-02-11 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * casetab.c (init_casetab_once):
5170 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5171 * font.c (font_update_lface):
5172 * fontset.c (Fnew_fontset):
5173 * ftfont.c (ftfont_drive_otf):
5174 * xfont.c (xfont_open):
5175 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5176
294fa707
SM
51772009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * fileio.c (Fwrite_region): !NILP -> CONSP.
5180
b5bfebec
AS
51812009-02-10 Andreas Schwab <schwab@suse.de>
5182
5183 * process.c (send_process): Properly relocate pointer into data
adab88bd 5184 when using encoded data. (Bug#2272)
b5bfebec 5185
cb84a2be
KH
51862009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5187
5188 * coding.c (detect_coding_charset): Fix previous change.
5189
89e09428
JR
51902009-02-08 Jason Rumney <jasonr@gnu.org>
5191
5192 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 5193 disappeared while hourglass was displayed. (Bug #2193)
89e09428 5194
4470a277
AS
51952009-02-07 Andreas Schwab <schwab@suse.de>
5196
5197 * unexelf.c (unexec): Fix error message.
5198
3175b12a
AR
51992009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5200
5201 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 5202 when modal window is active. (Bug #2152)
3175b12a
AR
5203 (applicationShouldTerminate:): Remove now-unneeded while loop
5204 around NSRunAlertPanel.
5205
5206 * nsmenu.m (popupSession): New file-global variable.
5207 (pop_down_menu): End the popupSession before closing dialog.
5208 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5209 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5210 don't query NSApp for events (just sleep instead).
5211
8434d0b8
EZ
52122009-02-07 Eli Zaretskii <eliz@gnu.org>
5213
51d861de
SM
5214 * coding.c (syms_of_coding) <translation-table-for-input>:
5215 Modify doc string to discourage use for character code unification.
8434d0b8 5216
aa82edfd
CY
52172009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5218
5219 * atimer.c (run_timers): Update pending_atimers.
5220
2d283c7c
CY
52212009-02-06 Chong Yidong <cyd@stupidchicken.com>
5222
eb306cab
CY
5223 * image.c (svg_load_image): Fix last change.
5224
2d283c7c
CY
5225 * xfns.c (Fx_create_frame): Signal an error if no font is
5226 found (Bug#2147).
5227
4d8e170e
JB
52282009-02-05 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * character.c (syms_of_character) <script-representative-chars>:
5231 Fix typo in docstring.
5232
c96169a0
AR
52332009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5234
5235 * nsmenu.m (pop_down_menu): New function.
5236 (ns_popup_dialog): Call it on unwind.
5237 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5238 call timer_check() (Bug#2154).
5239 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5240 handling_signal is set.
5241 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5242
31fd7c5c 5243 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5244
5245 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5246
5247 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5248
51d861de
SM
5249 * keyboard.c (poll_for_input_1, handle_async_input):
5250 Set handling_signal under HAVE_NS.
c96169a0 5251
aacd8ba1
GM
52522009-02-04 Glenn Morris <rgm@gnu.org>
5253
5254 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5255
4cb75c4b
KH
52562009-02-04 Kenichi Handa <handa@m17n.org>
5257
5258 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5259
5260 * charset.c (Fchar_charset): New optional arg restriction.
5261
5262 * coding.h (coding_system_charset_list): Extern it.
5263
5264 * coding.c (coding_system_charset_list): New function.
5265
5266 * composite.c: Include coding.h and termhooks.h.
5267 (composition_gstring_p): Fix for the terminal case.
5268 (composition_gstring_width): Likewise.
5269 (fill_gstring_body): Likewise.
5270 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5271 the frame.
5272 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5273 is within a composition.
867d4bb3 5274 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5275
5276 * term.c (encode_terminal_code): Fix handling of composition.
5277 (produce_composite_glyph): For static composition, get pixel_width
5278 from struct composition.
5279
826ba17e
AS
52802009-02-02 Andreas Schwab <schwab@suse.de>
5281
5282 * unexelf.c (unexec): Handle unaligned bss offset.
5283
8ad093db
AR
52842009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5285
5286 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5287 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5288
8ad093db
AR
5289 * keyboard.c (handle_interrupt): Don't call
5290 quit_throw_to_read_char() under NS.
d0a76a6e 5291
8ad093db
AR
5292 * blockinput.h: Remove NS-specific code.
5293
4d18a7a2
DN
52942009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5295
db878925
DN
5296 * dispnew.c (window_change_signal): Don't try to get the size of a
5297 suspended tty frame.
5298 * term.c (Fresume_tty): Resize if the size has changed while the
5299 tty was suspended.
5300
4d18a7a2
DN
5301 * alloc.c (mark_stack): Properly conditionalize previous change.
5302
8984df7c
JB
53032009-01-30 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5306 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5307 Remove; this code is not used on Windows.
5308
75f4f1ac
EZ
53092009-01-30 Eli Zaretskii <eliz@gnu.org>
5310
5311 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5312 EOLs that also has stray ^M characters.
5313
07a1e794
JB
53142009-01-30 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * atimer.c (run_timers, alarm_signal_handler):
5317 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5318 * w32inevt.c (w32_console_read_socket):
5319 * w32term.c (w32_read_socket):
5320 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5321
a8b11cc9
CY
53222009-01-30 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5325 Initialize it as a relative filename pattern.
5326 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5327 (Fcall_process_region): Simplify temp file creation using
5328 temporary-file-directory.
5329
c279587b
EZ
53302009-01-29 Eli Zaretskii <eliz@gnu.org>
5331
5332 * msdos.c: Rename pending_signals to msdos_pending_signals.
5333 (sig_suspender, sigprocmask): Adjust.
5334
a8fe3242
CY
53352009-01-29 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * keyboard.c (pending_signals): New var.
5338 (poll_for_input, input_available_signal, init_keyboard): Set it.
5339 (process_pending_signals): New function.
5340
5341 * lisp.h (QUIT): Check pending_signals instead of
5342 interrupt_input_pending. Use process_pending_signals.
5343
51d861de 5344 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 5345
51d861de 5346 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
5347
5348 * sysdep.c (emacs_write): Use process_pending_signals.
5349
5350 * xterm.c (XTread_socket): Update pending_signals.
5351
5352 * w32term.c (w32_read_socket): Update pending_signals.
5353
5354 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5355
6570a1c4
KH
53562009-01-29 Kenichi Handa <handa@m17n.org>
5357
5358 * xftfont.c (xftfont_has_char): New function.
5359 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5360
d72a4afa
AR
53612009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5362
5363 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5364 under GNUstep.
5365 (ns_query_color): New declaration.
5366
5367 * nsterm.m (ns_confirm_quit): New variable.
5368 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5369 (EmacsApp-applicationShouldTerminate:): Use it.
5370 (EmacsPrefsController): Let user set it.
5371 (ns_query_color): New function.
5372 (ns_defined_color): Use it.
5373 (ns_initialize): Drop.
5374 (ns_term_init): Add two lines from ns_initialize(), and set
5375 input_interrupt_mode to nil.
5376
5377 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 5378 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 5379
9fe78804
KH
53802009-01-28 Kenichi Handa <handa@m17n.org>
5381
5382 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
5383 (fontset_get_font_group): Remember that no font-group is specified
5384 for C.
9fe78804 5385
fa57de36
CY
53862009-01-27 Chong Yidong <cyd@stupidchicken.com>
5387
930600e9
CY
5388 * fns.c (concat): Check for string overflow (bug#1787).
5389
fa57de36
CY
5390 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5391 Quadruple undo limits (bug#1501).
5392
7179ce7b
KH
53932009-01-27 Kenichi Handa <handa@m17n.org>
5394
5395 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5396 directly use GT_Get_Char_index.
5397
5398 * xftfont.c (struct xftfont_info): New member `index'.
5399
5400 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 5401 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 5402
5be8fcc0
CY
54032009-01-26 Kenichi Handa <handa@m17n.org>
5404
5405 * fontset.c (fontset_find_font): Fix handling of non-cons return
5406 value of fontset_get_font_group.
5407 (fontset_font): Revert last change.
5408
19ae3e61
JR
54092009-01-26 Jason Rumney <jasonr@gnu.org>
5410
5411 * w32font.c (w32font_list_internal): Return quickly if registry is
5412 unknown. Simplify final return.
5413 (add_font_entity_to_list): Break complex logic down into more
5414 manageable chunks. Move unknown registry check to
5415 w32font_list_internal.
5416
8612b71a
AR
54172009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5418
5419 Changes to remove Feval calls from GUI under NS.
5420
d8038940
JB
5421 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5422 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
5423 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5424
5425 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5426 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5427 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5428 instead of NON_ASCII_KEYSTROKE_EVENT.
5429 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5430 (EmacsApp-applicationShouldTerminate:): Query user.
5431 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5432 instead of Feval.
5433
5434 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5435
5436 * keyboard.c (kbd_buffer_get_event): Check for it.
5437 (keys_of_keyboard): Define lispy keys for
5438 ns-put/unput-working-text.
5439
5440 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5441 versions.
5442 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5443
6288ae55
CY
54442009-01-25 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 5447 setting current_buffer directly. (Bug#2044)
6288ae55 5448
289e7f8f
CY
54492009-01-24 Chong Yidong <cyd@stupidchicken.com>
5450
5ce87308 5451 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 5452 any work. (Bug#1952, bug#1990).
5ce87308 5453
64cc3cf6 5454 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 5455
b3243e6f
AR
54562009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5457
5458 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
5459 (ns_no_defaults): New declaration.
5460 (main): Use it.
e0d2e69a 5461
d900b2af 5462 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 5463
d900b2af 5464 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 5465
d900b2af
AR
5466 * nsterm.m (ns_no_defaults): New variable.
5467 (ns_initialize): Don't read defaults when ns_no_defaults.
5468 (EmacsView-readSelectionFromPasteboard:)
5469 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 5470 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
5471 (ns_dumpglyphs_stretch): New function.
5472 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 5473 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 5474
e0d2e69a
AR
5475 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5476
3ac71f5d
CY
54772009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5478
5479 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5480 call for Sparc64.
5481
3fe53a83
AR
54822009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5483
5484 * nsfns.m:
5485 * nsgui.h:
5486 * nsmenu.m:
5487 * nsselect.m:
5488 * nsterm.h:
5489 * nsterm.m: Remove '23' comments that indicated code added during
5490 update from emacs-20 -> emacs-23.
5491
10f87c6f 54922009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
5493
5494 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 5495 ns_alternate_modifier. (Bug#1217)
a3b53a85 5496
c7cef62d
AR
5497 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5498 Display all shortcuts, including those w/o super modifier.
5499
575fb8bd
AR
5500 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5501
918b848b
CY
55022009-01-22 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * fileio.c (Vwrite_region_post_annotation_function)
5505 (Vwrite_region_annotation_buffers): New vars.
5506 (build_annotations_unwind): Just reset
5507 Vwrite_region_annotation_buffers.
5508 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5509 Call write-region-post-annotation-function.
5510 (build_annotations): Add to Vwrite_region_annotation_buffers if
5511 buffer changes.
5512
a39e2539
AR
55132009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5514
5515 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5516 Tiger.
51d861de
SM
5517 * nsfns.m (ns_do_applescript):
5518 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 5519
35ed44db
AR
55202009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5521
5522 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5523
cbe0b5bf
AR
55242009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5525
5526 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 5527
6049d3a0
AR
5528 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5529
5530 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
5531 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5532 handle Ctrl-tab. (Bug#1841)
5533 (ns_get_color): Use unsigned long long for scanned hex string value.
5534 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 5535 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 5536 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 5537 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 5538 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 5539 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 5540 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 5541
d3810c21 5542 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 5543 DPI. (Bug#1316)
d3810c21
AR
5544 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5545 values in onTiger section.
4c7077c3 5546
e301e634
CY
55472009-01-19 Chong Yidong <cyd@stupidchicken.com>
5548
7f82490b
CY
5549 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5550 Check return value of font_spec_from_name.
64cc3cf6 5551 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
5552
5553 * font.c (font_spec_from_name): Return Qnil if font name could not
5554 be parsed.
5555 (font_parse_name): Treat a `?' character as part of an XLFD.
5556
e301e634
CY
5557 * fns.c (Fsubstring): Doc fix.
5558
1c0db158
KH
55592009-01-19 Kenichi Handa <handa@m17n.org>
5560
51d861de 5561 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
5562 (ftfont_list): Likewise.
5563
acf20901
JB
55642009-01-18 Juanma Barranquero <lekktu@gmail.com>
5565
fff4e459
JB
5566 * dbusbind.c (Fdbus_register_signal):
5567 * process.c (conv_sockaddr_to_lisp):
5568 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5569
acf20901
JB
5570 * callproc.c (Fgetenv_internal): Doc fix.
5571
e7abcdfb
CY
55722009-01-16 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5575 it is not even used.
5576
b60861e6
GM
55772009-01-16 Glenn Morris <rgm@gnu.org>
5578
5579 * font.c (Ffont_variation_glyphs): Silence compiler.
5580
8db52afe
JB
55812009-01-15 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5584 Reported by David Robinow <drobinow@gmail.com>.
5585
4cddb209
KH
55862009-01-15 Kenichi Handa <handa@m17n.org>
5587
51d861de 5588 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 5589
f247f67b
JR
55902009-01-14 Jason Rumney <jasonr@gnu.org>
5591
5592 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 5593 never a fontset. (Bug#1562)
f247f67b 5594
f56a4450
KH
55952009-01-14 Kenichi Handa <handa@m17n.org>
5596
5597 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 5598 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 5599
4e99855e
CY
56002009-01-13 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * font.c (font_clear_prop): If clearing the family, clear the font
5603 width index too.
5604
fff4e459 5605 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 5606
24f01470
JB
56072009-01-12 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5610 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5611 functions, use sizeof.
5612
a41240a3
MR
56132009-01-12 Martin Rudalics <rudalics@gmx.at>
5614
5615 * keyboard.c (read_char): Fix case where last_nonmenu_event
5616 returned a bad value with submenus. (Bug#447)
5617
944636b8
CY
56182009-01-12 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5621 family, clear the font width index too.
5622
0dad7c6f
JR
56232009-01-11 Jason Rumney <jasonr@gnu.org>
5624
5625 * keyboard.c (cmd_error_internal): Exit when errors occur before
5626 frame creation and not in daemon mode. (Bug#1836)
5627
7c2363af
CY
56282009-01-10 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5631 of a display vector, backtrack.
5632 (try_window_reusing_current_matrix): Check glyph type before
5633 referencing charpos member.
5634
97b1b294
EZ
56352009-01-10 Eli Zaretskii <eliz@gnu.org>
5636
5637 Fix Bug #876:
5638
5639 * coding.c (inhibit_null_byte_detection): New variable.
5640 (detect_coding, detect_coding_system): Don't pay attention to null
5641 bytes if inhibit_null_byte_detection is non-zero.
51d861de 5642 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
5643 <inhibit-iso-escape-detection>: Doc fix.
5644
4624b6e3
JR
56452009-01-09 Jason Rumney <jasonr@gnu.org>
5646
5647 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 5648 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
5649 Only report Unicode Plane 2 fonts as unicode-sip.
5650
323b840c
CY
56512009-01-09 Chong Yidong <cyd@stupidchicken.com>
5652
51d861de
SM
5653 * xfaces.c (Fx_font_family_list): Delete function.
5654 Move compatibility version to faces.el.
323b840c 5655
51d861de 5656 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 5657
eba7400d
MR
56582009-01-09 Martin Rudalics <rudalics@gmx.at>
5659
5660 * frame.c (x_set_frame_parameters): Remember requested value for
5661 fullscreen before it's reset by the parameter handler.
5662
4b09796d
GM
56632009-01-09 Glenn Morris <rgm@gnu.org>
5664
5665 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 5666 (last_command_event): ... and update all users.
4b09796d
GM
5667 (last_input_char): For clarity, rename to...
5668 (last_input_event): ... and update all users.
5669 (last-command-char, last-input-char): Move to subr.el as aliases.
5670 * cmds.c, commands.h: Update for last_command_char rename.
5671
14ccea62
CY
56722009-01-08 Chong Yidong <cyd@stupidchicken.com>
5673
51d861de 5674 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 5675
5f004711
JR
56762009-01-08 Jason Rumney <jasonr@gnu.org>
5677
5678 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5679 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5680 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5681 Don't declare.
fff4e459 5682 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
5683 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5684
b71f6f73
KH
56852009-01-07 Kenichi Handa <handa@m17n.org>
5686
50b06221 5687 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 5688 remember the coding system used for decoding in
50b06221
KH
5689 coding_system (Bug#1039).
5690
b71f6f73 5691 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 5692 breaking the loop. (Bug#870)
b71f6f73
KH
5693 (decode_coding_utf_16, decode_coding_emacs_mule)
5694 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5695 (decode_coding_charset): Likewise.
5696
56f668f7
MR
56972009-01-05 Martin Rudalics <rudalics@gmx.at>
5698
5699 * frame.c (x_set_frame_parameters): Make sure height (width) get
5700 applied when fullwidth (fullheight) is set. (Bug#1522)
5701
5da9424d
JB
57022009-01-04 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5705 (utc_base): Declare as ULONGLONG, not long double.
5706 (convert_time_raw): Delete.
5707 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5708 (initialize_utc_base): New function.
5709 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5710 (convert_from_time_t): Use initialize_utc_base; compute result with
5711 64-bit arithmetic.
5712 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5713
c4605e09
EZ
57142009-01-03 Eli Zaretskii <eliz@gnu.org>
5715
9acef61c 5716 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
5717 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5718 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5719 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5720 [!subprocesses]: Define.
5721 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5722 (Flist_system_processes, Fsystem_process_attributes)
5723 [!subprocesses]: Call list_system_processes and
5724 system_process_attributes instead of returning Qnil.
5725
9acef61c
JB
5726 * dosfns.c (system_process_attributes, list_system_processes):
5727 New functions.
c4605e09
EZ
5728
5729 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5730
5731 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5732 Don't use the default (no-op) implementation.
5733
8b7d0a16
JR
57342009-01-03 Jason Rumney <jasonr@gnu.org>
5735
a6d46bc1
JR
5736 * keyboard.c (parse_modifiers_uncached): Wheel events are
5737 clicks (bug#687).
5738
8b7d0a16
JR
5739 * w32term.c (x_query_colors, x_query_color): New functions.
5740
5741 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5742 (svg_load_image): Cast returned pointers from dynamically loaded
5743 functions. Eliminate W32 specific code.
5744
bfe11752
DN
57452009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5746
89e2438a
DN
5747 * nsfns.m (x_set_foreground_color, x_set_background_color)
5748 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5749 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5750 x_ prefix instead of ns_. Update references.
5751 (syms_of_nsfns): Add a FIXME comment.
5752
5753 * nsterm.m (x_set_cursor_type): New prototype.
5754 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5755
bfe11752
DN
5756 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5757 for Solaris instead of incorrectly providing Qutime and Qcutime.
5758
031da700
EZ
57592009-01-02 Eli Zaretskii <eliz@gnu.org>
5760
5761 * w32.c (process_times): Compute sum of utime and stime.
5762 (system_process_attributes): Add Qtime to the alist.
5763
5764 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5765 and add them to the alist.
5766
5767 * process.c (top level) <Qtime, Qctime>: New variables.
5768 (syms_of_process): staticpro them.
5769 (Fsystem_process_attributes): Add their documentation to the doc
5770 string.
5771
5772 * process.h: Declare Qtime and Qctime.
5773
df23bf08
JR
57742009-01-02 Jason Rumney <jasonr@gnu.org>
5775
9acef61c 5776 * image.c (Qgobject): New symbol.
df23bf08
JR
5777 (syms_of_image): Initialize it.
5778 (init_svg_functions): Load some functions from gobject library.
5779
5bbdf7aa
DN
57802009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5781
5782 * frame.c (make_terminal_frame): Remove redundant code and useless
5783 block.
5784
63136da6
AS
57852009-01-01 Andreas Schwab <schwab@suse.de>
5786
5787 * process.c (conv_sockaddr_to_lisp): Add workaround for
5788 getsockname bug on BSD.
5789
9ef69046
CY
57902009-01-01 Chong Yidong <cyd@stupidchicken.com>
5791
d6fafbe0
CY
5792 * xfns.c (x_create_tip_frame): Set border width of the X window.
5793
51d861de 5794 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 5795
f9c34147
JR
57962009-01-01 Jason Rumney <jasonr@gnu.org>
5797
9acef61c 5798 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
5799 Don't block input, as per earlier xterm.c changes.
5800
f5497e45
AR
58012008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5802
5803 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5804 (ns_appkit_version_int): New function.
5805 (x-server-version): Use ns_appkit_version_int and follow 21+
5806 convention of returning 3 integers.
5807
c19cab20
KH
58082008-12-30 Kenichi Handa <handa@m17n.org>
5809
5810 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5811 (CHAR_SURROGATE_PAIR_P): New macro.
5812
5813 * font.h (struct font_driver): New member get_variation_glyphs.
5814
9acef61c 5815 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
5816 (Ffont_variation_glyphs): New function.
5817 (syms_of_font): Defsubr it.
5818
5819 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5820 ftfont_variation_glyphs.
5821 (setup_otf_gstring): New function.
5822 (ftfont_drive_otf): Use it.
5823 (ftfont_shape_by_flt): Handle variation selector.
5824 (ftfont_variation_glyphs): New function.
5825
28cd591f
MR
58262008-12-30 Martin Rudalics <rudalics@gmx.at>
5827
5828 * frame.c (Vemacs_iconified): Remove.
5829
7f714baf
JR
58302008-12-30 Jason Rumney <jasonr@gnu.org>
5831
5832 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 5833 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 5834
9d2d22ab
CY
58352008-12-30 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * indent.c (Fvertical_motion): Don't advance iterator if we have
5838 reseated to the desired position.
5839
5840 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5841 checking for pos match.
5842
545312c2
KH
58432008-12-30 Kenichi Handa <handa@m17n.org>
5844
1ede3eb6
KH
5845 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5846 just get the low 8-bit of the code.
5847
545312c2
KH
5848 * font.c (font_intern_prop): Validate str as multibyte.
5849
bd7bbf29
DN
58502008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5851
31e0750e
DN
5852 * dispextern.h (struct face): Move lface and hash from the middle
5853 of bitfields.
5854
bd7bbf29
DN
5855 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5856
b5672e7c
DN
58572008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5858
5859 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5860 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5861 instead of intervals.h.
5862
d704470f
AS
58632008-12-26 Andreas Schwab <schwab@suse.de>
5864
5865 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5866 cons.
5867
54b33868
MR
58682008-12-26 Martin Rudalics <rudalics@gmx.at>
5869
5870 * textprop.c (Qminibuffer_prompt): New variable.
5871 (syms_of_textprop): Initialize it.
5872 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5873 in minibuffer-prompt face. (Bug#1662)
5874
40b615d6
JR
58752008-12-25 Jason Rumney <jasonr@gnu.org>
5876
5877 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5878
baae5c2d
JR
58792008-12-24 Jason Rumney <jasonr@gnu.org>
5880
5881 * ralloc.c (r_alloc_reset_variable): New function.
5882
5883 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5884 record of what points where. (Bug#716)
baae5c2d 5885
a9051c88
DN
58862008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5887
5888 * minibuf.c (read_minibuf): Follow the non-interactive case when
5889 running as a daemon, before detaching.
5890
8b146312
AS
58912008-12-22 Andreas Schwab <schwab@suse.de>
5892
5893 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5894 * gtkutil.c (free_widget_value): Use xfree instead of free.
5895
56f2de10
MR
58962008-12-22 Martin Rudalics <rudalics@gmx.at>
5897
5898 * frame.c (delete_frame): New function derived from
5899 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5900 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5901 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5902 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5903 * frame.h: Extern delete_frame.
5904 * window.c (window_loop):
5905 * terminal.c (delete_terminal):
5906 * xterm.c (x_connection_closed):
5907 * xfns.c (Fx_hide_tip):
9acef61c 5908 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5909
1fc200d6
JR
59102008-12-21 Jason Rumney <jasonr@gnu.org>
5911
5912 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5913 when character maps to .notdef character.
5914
5e252df2
SM
59152008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5918
99b72cc4
JR
59192008-12-20 Jason Rumney <jasonr@gnu.org>
5920
5921 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5922 a graphical frame on Windows. (Bug#1325)
99b72cc4 5923
acc49a52
JD
59242008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5925
5926 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5927
6ea15123
CY
59282008-12-20 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * minibuf.c (Fread_buffer): Doc fix.
5931
b2dab6c8
JR
59322008-12-20 Jason Rumney <jasonr@gnu.org>
5933
54ea0c87 5934 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5935 server name in UNC paths. (Bug#719)
54ea0c87 5936
b2dab6c8 5937 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5938 charbuf. (Bug#1035)
b2dab6c8 5939
6d1921be
DN
59402008-12-19 Daniel Engeler <engeler@gmail.com>
5941
5942 * sysdep.c (serial_configure): Fix typo.
5943
53934c98
DN
59442008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5945
5946 * sysdep.c: Include alloca.h.
f4f634e8
DN
5947 (system_process_attributes): Add implementation for Solaris.
5948
5949 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5950
06e111a6
DN
59512008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5952
5953 Reorganize implementation of Flist_system_processes and
5954 Fsystem_process_attributes. No functional changes.
5955 * process.c: Don't #include pwd.h, grp.h and limits.h.
5956 (Flist_system_processes): Just call list_system_processes.
5957 (Fsystem_process_attributes): Just call system_process_attributes.
5958 (procfs_list_system_processes, time_from_jiffies)
5959 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5960 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5961
5962 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5963 (list_system_processes): Rename from
5964 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5965 Provide a do nothing implementation.
5966 (system_process_attributes): Rename from
5967 procfs_list_system_processes.
5968 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5969 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5970
5971 * w32.c (list_system_processes): Rename from
5972 w32_list_system_processes.
5973 (system_process_attributes): Rename from
5974 w32_system_process_attributes.
5975
5976 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5977
5978 * process.h (w32_list_system_processes)
5979 (w32_system_process_attributes): Remove.
362654a6
JB
5980 (list_system_processes, system_process_attributes):
5981 New prototypes.
06e111a6 5982
6a705b23
KH
59832008-12-19 Kenichi Handa <handa@m17n.org>
5984
5985 * xfont.c (xfont_decode_coding_xlfd): New function.
5986 (xfont_encode_coding_xlfd): New function.
5987 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5988 (xfont_list): Decode and encode XLFD by iso-8859-1.
5989 (xfont_match): Likewise.
5990 (xfont_list_family): Likewise.
5991 (xfont_open): Likewise.
5992
d66c0241 5993 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5994 names are utf-8.
5995
d66c0241 5996 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5997 names are utf-8.
5998
5a130941
JD
59992008-12-18 Jan Djärv <jan.h.d@swipnet.se>
6000
6001 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
6002 changed.
bfd20325
JD
6003 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
6004 clicked on a detached tool bar button.
5a130941 6005
fd95644b
DN
60062008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
6007
6008 * emacs.c (main): Print and error and exit when no data is read
6009 from the pipe.
6010
e6eee6ae
JR
60112008-12-17 Jason Rumney <jasonr@gnu.org>
6012
6013 * w32font.c (w32font_has_char): Always return -1.
6014
a35dd56b
KH
60152008-12-16 Kenichi Handa <handa@m17n.org>
6016
6017 * font.c (font_open_entity): Fix previous change.
6018
0e3635c2
DN
60192008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
6020
6021 * process.c: Include <limits.h>.
6022
d4835507 60232008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
6024
6025 * font.c (font_update_drivers): Fix mistake in reconstructing the
6026 driver list.
6027
60282008-12-16 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * font.c (font_clear_cache): Fix format of font cache data.
6031
e2cbc401
CY
60322008-12-15 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * xftfont.c (xftfont_open): Free Xft font pattern if
6035 XftFontOpenPattern fails.
6036
6037 * xterm.c (x_free_frame_resources): Remove extraneous call to
6038 free_frame_faces.
6039
b131d535
CY
60402008-12-13 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * xterm.c (x_delete_display): Move xim_close_dpy call to
6043 x_delete_terminal.
6044 (x_delete_terminal): Call xim_close_dpy.
6045
e6df5336
JR
60462008-12-13 Jason Rumney <jasonr@gnu.org>
6047
6048 * w32font.c (intern_font_name): New function.
6049 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
6050 (w32font_open_internal, Fx_select_font): Decode font name.
6051 (fill_in_logfont, list_all_matching_fonts): Encode font name.
6052
6053 * w32font.h (intern_font_name): Declare new function.
6054
6055 * w32uniscribe.c (add_opentype_font_name_to_list):
6056 Use intern_font_name.
6057
20d68145
CY
60582008-12-13 Chong Yidong <cyd@stupidchicken.com>
6059
9f2554de
CY
6060 * frame.c (Fdelete_frame): Call free_font_driver_list.
6061
3d9bec9a
CY
6062 * font.c (free_font_driver_list): Implement missing function.
6063
20d68145
CY
6064 * w32term.c (w32_term_init): Don't initialize the image cache
6065 here; it will be done in init_frame_faces.
6066
6067 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
6068 (struct x_display_info): Remove unused member null_pixel. New
6069 member xim_callback_data.
6070
6071 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
6072 (xim_initialize): Save pointer to callback function data.
6073 (xim_close_dpy): Free callback function data. Call XCloseIM,
6074 reverting 2008-11-04 change by David Smith.
6075 (x_term_init): Don't initialize the image cache here; it will be
6076 done in init_frame_faces. Remove ancient "null_pixel" cruft.
6077 (x_delete_display): Free x_dnd_atoms member.
6078
96f9306b
KH
60792008-12-13 Kenichi Handa <handa@m17n.org>
6080
6dec9044
JB
6081 * font.c (font_rescale_ratio): Moved from xfaces.c.
6082 Argument type changed. Handle a font-spec too.
96f9306b 6083 (font_score): Check Vface_font_rescale_alist.
6dec9044 6084 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
6085
6086 * xfaces.c (font_rescale_ratio): Moved to font.c.
6087
8d5b4964
CY
60882008-12-13 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
6091
e6df5336
JR
60922008-12-12 Jason Rumney <jasonr@gnu.org>
6093
6094 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
6095 Vwindow_system_version to the real w32 major version.
6096
97c6058a
DN
60972008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
6098
6099 * term.c (init_tty): Move setting the terminal name before the
6100 potential user: maybe_fatal.
6101
ec4e88d7
CY
61022008-12-11 Chong Yidong <cyd@stupidchicken.com>
6103
d4835507
JB
6104 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
6105 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 6106
b4233ec9
JR
61072008-12-11 Jason Rumney <jasonr@gnu.org>
6108
8ec71e23 6109 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 6110 SYMBOL_CHARSET. (Bug#547)
8ec71e23 6111
b4233ec9 6112 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 6113 size for surrogates. (Bug#1096, bug#872)
b4233ec9 6114
011a0143
JB
61152008-12-11 Juanma Barranquero <lekktu@gmail.com>
6116
6117 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
6118
3c309f34
JB
61192008-12-11 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * process.c (Fsystem_process_attributes, syms_of_process):
6122 Fix typo in name of Ssystem_process_attributes.
6123 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
6124
fedc6ab5
JB
61252008-12-11 Juanma Barranquero <lekktu@gmail.com>
6126
6127 * syntax.c (Fmodify_syntax_entry): Doc fix.
6128
ba3de0e8
JB
61292008-12-10 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * font.c (Ffont_spec): Move usage to end of docstring.
6132
174f1c74
JR
61332008-12-10 Jason Rumney <jasonr@gnu.org>
6134
6135 * w32font.c (Qcham): New symbol.
6136 (font_supported_scripts): Add cham, and comments for other new
6137 scripts in bitfield from OpenType spec.
9d32f818
JR
6138 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6139 contain characters beyond the bmp.
174f1c74 6140
7b649478
KH
61412008-12-10 Kenichi Handa <handa@m17n.org>
6142
6143 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 6144 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
6145 Qunicode_sip.
6146
2133e2d1
JB
61472008-12-10 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6150 (Fcoding_system_put): Use QCdefault_char.
6151 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6152
9af886ee
CY
61532008-12-09 Chong Yidong <cyd@stupidchicken.com>
6154
74d819eb
CY
6155 * xftfont.c (syms_of_xftfont): Fix typo.
6156
4ccfa1c0 6157 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 6158
7c19d3ae
DN
61592008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6160
6161 * emacs.c (main): Close daemon_pipe on exec.
6162
567826bb
CY
61632008-12-08 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * termchar.h (struct tty): New members termcap_term_buffer and
6166 termcap_strings_buffer.
6167
6168 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 6169 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
6170 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6171 All callers changed.
6172 (init_tty): Store termcap data and string buffers in new struct
6173 tty members termcap_term_buffer and termcap_strings_buffer.
6174 (delete_tty): Free them.
4ccfa1c0 6175 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 6176
aa96c42b
SZ
61772008-12-07 Seiji Zenitani <zenitani@mac.com>
6178
6179 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 6180 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 6181
b7e1d896
CY
61822008-12-06 Chong Yidong <cyd@stupidchicken.com>
6183
6184 * coding.c (make_conversion_work_buffer): Disable buffer
6185 modification hooks in the work buffer.
6186
b5ec91a5
EZ
61872008-12-05 Eli Zaretskii <eliz@gnu.org>
6188
6189 * process.c (procfs_system_process_attributes): If `nread' has a
6190 negative value, assign zero to it.
6191
a5d2a52b
CY
61922008-12-05 Chong Yidong <cyd@stupidchicken.com>
6193
68c5540b 6194 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 6195
7bf1bb21
KH
61962008-12-05 Kenichi Handa <handa@m17n.org>
6197
6198 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6199 second character is a combining character.
6200
2fdc7d00
EZ
62012008-12-05 Eli Zaretskii <eliz@gnu.org>
6202
6203 * process.c (procfs_system_process_attributes): Don't use cmd,
6204 cmdsize, and q without initializing them first.
6205
bf6bfba8
JR
62062008-12-04 Jason Rumney <jasonr@gnu.org>
6207
6208 * w32font.c (w32font_draw): Initialize orig_clip before getting
6209 it, and delete it when finished.
6210
a3b1a468
DN
62112008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6212
6213 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6214 case when running as a daemon before detaching.
6215
8b8be8eb
JB
62162008-12-03 Juanma Barranquero <lekktu@gmail.com>
6217
805f2638 6218 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6219
b1bde622
KH
62202008-12-03 Kenichi Handa <handa@m17n.org>
6221
e500c47d
KH
6222 * font.c (font_at): Set `multibyte' at first.
6223
ca516334
KH
6224 * coding.c (decode_coding_charset): Check type of an element of
6225 vector VALIDS.
7bf1bb21 6226 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6227
4ccfa1c0 6228 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6229 (font_for_char): Likewise.
6230
1e5ecd37
CY
62312008-12-03 Chong Yidong <cyd@stupidchicken.com>
6232
d5b01609 6233 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6234 (font_update_lface): Handle fonts with corrupted size specs,
6235 i.e. non-int and non-float.
d5b01609 6236
11e3a6e4 6237 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6238 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6239 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6240
ab06788b
CY
6241 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6242
1e5ecd37 6243 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6244 underline_minimum_offset for underline position.
1e5ecd37 6245
63c125ab
DN
62462008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6247
6248 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6249
6250 * character.c (c_string_width): Specify the type for LEN.
6251
3a8406e1
KH
62522008-12-03 Kenichi Handa <handa@m17n.org>
6253
4ccfa1c0 6254 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6255 (decode_coding_utf_8): Likewise.
4ccfa1c0 6256 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6257 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6258
651df7d9
CY
62592008-12-02 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * keyboard.c (make_lispy_position): Only use PT if the selected
6262 window is current.
6263
1f625c6c
AS
62642008-12-02 Andreas Schwab <schwab@suse.de>
6265
f7741ce9
AS
6266 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6267
1f625c6c
AS
6268 * doprnt.c (doprnt1): Fix size of charbuf.
6269
92bc2678
CY
62702008-12-02 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * keyboard.c (timer_check): Revert last change.
6273
93b9e8cc
JB
62742008-12-02 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6277
fd7a37d5
JB
62782008-12-01 Juanma Barranquero <lekktu@gmail.com>
6279
6280 * makefile.w32-in: Update dependencies.
6281 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6282
c115043b
AS
62832008-12-01 Andreas Schwab <schwab@suse.de>
6284
6285 * font.c (register_font_driver): Use xmalloc.
6286 (font_put_frame_data): Likewise.
6287
f5668d2a
CY
62882008-12-01 Chong Yidong <cyd@stupidchicken.com>
6289
860d96be
CY
6290 * xfaces.c (realize_x_face): Make abort condition clearer.
6291
f5668d2a
CY
6292 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6293
379c17e7
CY
62942008-11-30 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * keyboard.c (timer_check): After a timer runs, ensure that the
6297 selected window's buffer is current.
6298
35f36d65
JB
62992008-11-30 Juanma Barranquero <lekktu@gmail.com>
6300
f952c61c
JB
6301 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6302 It was accidentally restored by the Unicode merge.
6303
35f36d65
JB
6304 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6305
b23077df
JB
63062008-11-29 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * w32proc.c: Include "coding.h".
6309 (Fw32_short_file_name): Encode filename passed to Windows API.
6310 (Fw32_long_file_name): Encode filename passed to Windows API and
6311 decode back the result. (Bug#1433)
6312
b8ebe9dd
KH
63132008-11-29 Kenichi Handa <handa@m17n.org>
6314
8cc53f96
KH
6315 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6316 not before accessing it.
6317
b8ebe9dd
KH
6318 * charset.c (Fdefine_charset_internal): After calculating
6319 min_char, max_char, and fastmap, copy the charset structure again.
6320 (encode_char): Fix the previous change.
6321
59bc82c0
SZ
63222008-11-28 Seiji Zenitani <zenitani@mac.com>
6323
6324 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6325
6326 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6327
6328 * nsterm.m (x_set_frame_alpha): New function.
6329
32247e3d
EZ
63302008-11-27 Eli Zaretskii <eliz@gnu.org>
6331
6332 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6333
b003e5ff
JB
63342008-11-27 Juanma Barranquero <lekktu@gmail.com>
6335
6336 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6337 pointer to check_face_name.
6338
708550f5
KH
63392008-11-27 Kenichi Handa <handa@m17n.org>
6340
6341 * category.h (SET_CATEGORY_SET): Call set_category_set.
6342 (set_category_set): Extern it.
6343
6344 * category.c (hash_get_category_set): New function.
6345 (Fmodify_category_entry): Adjusted for the change of
6346 char_table_ref_and_range. Call hash_get_category_set to get a
6347 category set to store in the table.
6348
6349 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6350 Funify_charset.
6351
2ae37cf0 6352 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
6353 (DECODE_CHAR): Check if the decoder vector is ready.
6354 (ENCODE_CHAR): Check if the encoder char-table is ready.
6355 (maybe_unify_char): Extern it.
6356
6357 * charset.c (Vchar_unified_charset_table): Delete it.
6358 (inhibit_load_charset_map): New variable.
6359 (temp_charset_work): New variable.
6360 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6361 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6362 New macros.
6363 (load_charset_map): Meaning of control_flag changed. If
6364 inhibit_load_charset_map is nonzero, setup a table in
6365 temp_charset_work.
6366 (load_charset): New argument control_flag.
6367 (map_charset_for_dump): New function.
6368 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6369 map_charset_for_dump.
6370 (Fdefine_charset_internal): If the charset method is MAP, load
6371 mapping tables by calling load_charset.
6372 (Funify_charset): Don't load a mapping table but directly set
6373 Vchar_unify_table.
6374 (maybe_unify_char): New function.
6375 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6376 Handle the case of inhibit_load_charset_map being nonzero.
6377 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6378 Handle the case of inhibit_load_charset_map being nonzero.
6379 (Fclear_charset_maps): Just free temp_charset_work.
6380 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6381 variable.
6382
6383 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6384 change of char_table_ref_and_range.
6385 (char_table_ref_and_range): Change the meaning of argument FROM
6386 and TO. Now the caller must provide initial values for *FROM
6387 and *TO.
6388
6389 * fontset.c (fontset_add): Adjusted for the change of
6390 char_table_ref_and_range.
6391 (fontset_get_font_group): Likewise.
6392 (Ffontset_info): Likewise.
6393
6394 * keymap.c (describe_vector): Adjusted for the change of
6395 char_table_ref_and_range. For char-table, put boundary between
6396 non-ASCII and 8-bit characters.
6397
6398 * print.c (print_object): For bool-vector, delete unnecessary
6399 check of ASCII_BYTE_P.
6400
9196133b
JR
64012008-11-26 Jason Rumney <jasonr@gnu.org>
6402
6403 * w32font.c (w32font_open_internal): Don't include external
9acef61c 6404 leading in font height. (Bug#879)
9196133b 6405
9f688acf
GM
64062008-11-26 Glenn Morris <rgm@gnu.org>
6407
6408 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6409 redefinition with ifdef. (Bug#1383)
6410
90d19aff
AR
64112008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6412
6413 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6414
4ccfa1c0 64152008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
6416
6417 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6418 New EmacsView methods.
6419 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6420 Fixes bug #1048,1357,1414.
6421
64222008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6423
6424 Fix bug #1362.
6425 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6426 is not an indexed color.
6427 * nsterm.m (free_indexed_color): Add argument checking.
6428 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6429
e7d5ecb3
CY
64302008-11-24 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6433 Document confirm-after-completion value for
6434 minibuffer-completion-confirm.
6435
c285743c
JR
64362008-11-24 Jason Rumney <jasonr@gnu.org>
6437
6438 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6439 warning.
6440
b0857706
JR
64412008-11-23 Jason Rumney <jasonr@gnu.org>
6442
6443 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6444 restored before returning.
6445
6446 * w32font.c (check_face_name): New function.
6447 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 6448 fonts. (Bug#642)
b0857706 6449
ee50ff07
MR
64502008-11-22 Martin Rudalics <rudalics@gmx.at>
6451
6452 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6453 confirm-nonexistent-file-or-buffer in doc-string.
6454
b8ff72fa
SM
64552008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6458 Fix copy/paste typo. Add checks.
6459
cee53ed4
KH
64602008-11-21 Kenichi Handa <handa@m17n.org>
6461
6462 * coding.c (detect_coding_iso_2022): Reject invalid composition
6463 sequence.
6464 (DECODE_COMPOSITION_START): If the current source is the last
6465 block, and the current composition doesn't end, regard this
6466 sequence as invalid.
6467 (decode_coding_iso_2022): Handle invalid composition sequence.
6468
f6ef1e65
MR
64692008-11-20 Martin Rudalics <rudalics@gmx.at>
6470
6471 * window.c (coordinates_in_window): Don't return
6472 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6473 line when the window is not the rightmost one. (Bug#1372)
6474
e08b1705
MR
64752008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6476
6477 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6478
ad98e89f
EZ
64792008-11-15 Eli Zaretskii <eliz@gnu.org>
6480
6481 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6482 and bright_bg if noninteractive is non-zero.
6483
fb098a4b
CY
64842008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6485
6486 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6487 x_draw_glyph_string_background.
6488
6489 * w32term.c (x_draw_glyph_string): Likewise.
6490
ce952b6e
CY
64912008-11-15 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6494 the next glyph string once past the overhang width.
6495
6496 * nsterm.m (ns_draw_glyph_string): Likewise.
6497
6498 * w32term.c (x_draw_glyph_string): Likewise.
6499
26ea7079
CY
65002008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6501
6502 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6503 double file close.
6504
1c33c906
MR
65052008-11-14 Martin Rudalics <rudalics@gmx.at>
6506
6507 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6508 dedicated status of window before attempting to display another
6509 buffer in it.
6510
8fc29035
JB
65112008-11-14 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * msdos.c (Fmsdos_long_file_names):
6514 (syms_of_msdos) <dos-unsupported-char-glyph>:
6515 * dosfns.c (Fint86): Fix typos in docstrings.
6516
55fb4286
EZ
65172008-11-14 Eli Zaretskii <eliz@gnu.org>
6518
6519 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6520
3fda0315
KY
65212008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6522
6523 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6524
7e849c17
CY
65252008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6526
6527 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6528
6529 * frame.h: Negative alpha means "don't touch".
6530
6531 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6532
6533 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6534
b9fd67bd
DN
65352008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 * hftctl.c:
6538 * chpdef.h:
6539 * acldef.h: Remove files used only for systems no longer supported.
6540
6541 * Makefile.in: Fix .o alphabetical ordering.
6542 (hftctl.o): Remove dependency, file removed.
6543 (keymap.o, print.o): Depend on charset.h.
6544
d5998e03
KH
65452008-11-10 Kenichi Handa <handa@m17n.org>
6546
2ae37cf0 6547 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 6548
be70e183
CY
65492008-11-08 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * dired.c (file_name_completion): If completion_ignore_case is
6552 enabled, ignore case when checking completion-regexp-list.
6553
7cf94eac
EZ
65542008-11-08 Eli Zaretskii <eliz@gnu.org>
6555
6556 * vm-limit.c (get_lim_data): Fix last change.
6557
ee107a89
KH
65582008-11-08 Kenichi Handa <handa@m17n.org>
6559
6560 * character.c (Fget_byte): New function.
6561 (syms_of_character): Defsubr Fget_byte.
6562
5fd15622
CY
65632008-11-07 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6566 cursor position is valid after scrolling.
6567
13d62fad
JB
65682008-11-06 Juanma Barranquero <lekktu@gmail.com>
6569
6570 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6571
a1dd2936
GM
65722008-11-06 Glenn Morris <rgm@gnu.org>
6573
6574 * xterm.c (handle_one_xevent): Don't let popup menus cause
6575 mouse-autoselect-window related window switching. (Bug#1261)
6576
860cd236
CY
65772008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6578
6579 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6580
653a3150
AS
65812008-11-04 Andreas Schwab <schwab@suse.de>
6582
6583 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6584
870f5cac
CY
65852008-11-03 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * xfns.c (Fx_wm_set_size_hint): New function.
6588
1e02f3cb
MR
65892008-11-03 Martin Rudalics <rudalics@gmx.at>
6590
6591 * textprop.c (Fprevious_single_char_property_change): Return 0
6592 when there's no change in a string. (Bug#1301)
6593
e630dfc6
MR
65942008-11-02 Martin Rudalics <rudalics@gmx.at>
6595
6596 * frame.c (do_switch_frame): New argument NORECORD passed to
6597 Fselect_window.
6598 (Fselect_frame): New argument NORECORD passed to
6599 do_switch_frame.
6600 (Fset_frame_selected_window): New argument NORECORD passed to
6601 Fselect_frame.
6602 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6603 in call of do_switch_frame.
6604 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6605 Handle NORECORD argument in call of Fselect_frame.
6606 * lisp.h (do_switch_frame, Fselect_frame)
6607 (Fset_frame_selected_window): Adjust declarations.
6608 * window.c (select_frame_norecord): New function.
6609 (run_window_configuration_change_hook): Use it and call
6610 Fselect_frame with NORECORD set.
6611 (Fselect_window): Pass NORECORD to Fselect_frame.
6612 (Fset_window_configuration): Handle NORECORD argument in call of
6613 do_switch_frame.
6614 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6615 Fset_frame_selected_window.
6616 * keyboard.c (command_loop_1): Handle NORECORD in call of
6617 Fselect_frame (currently ifdefd).
6618
9020b223
GM
66192008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6620
6621 * emacs.c (USAGE2): Untabify.
6622
793ffee8
SM
66232008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * composite.c (fill_gstring_header): Fix copy/paste typo.
6626
ab6d1131
MR
66272008-10-31 Martin Rudalics <rudalics@gmx.at>
6628
6629 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6630 (Fother_window): Rename argument and rewrite doc-string.
6631 (select_window_norecord): Fix return value. (Bug#1276)
6632
601a9cf1
JB
66332008-10-30 Juanma Barranquero <lekktu@gmail.com>
6634
6635 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6636 new frames overriding foreground for tooltips. Based on similar patch
6637 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6638
813b0652
CY
66392008-10-29 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * emacs.c (Fdaemon_initialized): Initialize nfd.
6642
4414f58f
MR
66432008-10-29 Martin Rudalics <rudalics@gmx.at>
6644
6645 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6646 (Fwindow_text_height): Clarify doc-strings.
6647 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6648 doc-string of window-scroll-functions.
6649
ecdcaa09
RS
66502008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6651
6652 * category.c (syms_of_category): Fix typo in docstring.
6653
23fe745a
JB
66542008-10-28 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6657 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6658 Fix typos in docstrings.
6659
ff808935
DN
66602008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6661
6662 * emacs.c (daemon_pipe): Make non-static.
6663 (IS_DAEMON): Move definition ...
6664 * lisp.h (IS_DAEMON): ... here.
6665 (daemon_pipe): Declare.
6666 (is_daemon): Remove.
6667 * dispnew.c (init_display): Use IS_DAEMON.
6668
fc012771
SM
66692008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6672 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6673
6674 * emacs.c (is_daemon): Remove.
6675 (main): Don't set is_daemon.
6676 (IS_DAEMON): New macro.
6677 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 6678 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
6679 parent exits.
6680 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6681
d8bdbe6f
CY
66822008-10-27 Chong Yidong <cyd@stupidchicken.com>
6683
d1a072bf
CY
6684 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6685 over-sized glyph, draw it with the default glyph width.
6686
e2e325aa
CY
6687 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6688 glyph, draw it with the default glyph width.
6689
6690 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6691 glyph, draw it with the default glyph width.
6692
d8bdbe6f
CY
6693 * xdisp.c (try_scrolling): When computing the distance from the
6694 scroll margin to PT, try moving some distance past the window
6695 bottom before giving up.
6696
7bfac547
MR
66972008-10-27 Martin Rudalics <rudalics@gmx.at>
6698
6699 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6700 (Fset_window_buffer): Explain in doc-string that a window can be
6701 "strongly" dedicated to its buffer.
6702
4ff029f6
DN
67032008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6704
6705 * emacs.c (daemon_name): New variable.
6706 (main): Deal with --daemon=SERVER_NAME.
6707 (Fdaemonp): Return a name if one was passed to --daemon.
6708
5790ef40
DN
67092008-10-26 Romain Francoise <romain@orebokech.com>
6710
f9bd0df9 6711 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
6712 (main): Create a pipe before forking, make the parent exit only after
6713 the child has closed its end of the pipe. Move closing the
6714 descriptors ...
6715 (Fdaemon_initialized): ... here. New function.
6716
f5385255
SM
67172008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6718
4d632321
SM
6719 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6720 the previous unoptimized table.
6721
f5385255
SM
6722 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6723 the distinction between non-nil and non-t value of `dedicated'.
6724
6c56a0f3
CY
67252008-10-25 Chong Yidong <cyd@stupidchicken.com>
6726
6727 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 6728 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 6729
fec89261
MR
67302008-10-25 Martin Rudalics <rudalics@gmx.at>
6731
6732 * window.c (Fget_buffer_window, Fdelete_windows_on)
6733 (Freplace_buffer_in_windows): Make buffer argument optional and
6734 rename to buffer_or_name.
6735
34fcddd0
CY
67362008-10-24 Chong Yidong <cyd@stupidchicken.com>
6737
f5385255
SM
6738 * xdisp.c (handle_single_display_spec, handle_display_prop):
6739 Undo 2005-05-16 change.
34fcddd0
CY
6740 (handle_stop): Pop iterator if it's loaded with an empty string.
6741 (get_overlay_strings_1): Don't save iterator if it's loaded with
6742 an empty string (bug#1201).
6743
064766f2
KH
67442008-10-24 Kenichi Handa <handa@m17n.org>
6745
6746 * ftfont.c (ftfont_otf_features): Fix previous change.
6747 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6748 calling ftfont_otf_features.
6749
f9bd0df9 67502008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
6751
6752 * font.c (font_match_p): Fix for the case that a vector of
6753 characters is in script-representative-chars.
6754
1dae9197
MA
67552008-10-24 Michael Albinus <michael.albinus@gmx.de>
6756
6757 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 6758 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
6759 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6760 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 6761 macro. (Bug#1186)
1dae9197 6762
f9bd0df9 67632008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
6764
6765 * s/sol2-10.h: New file.
6766
878a4584
JB
67672008-10-23 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6770 poor beast has survived 9+ years and the jump from xterm.c!).
6771
cd265ca6
MR
67722008-10-23 Martin Rudalics <rudalics@gmx.at>
6773
6774 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6775 Reword doc-string.
f5385255 6776 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 6777
472a4dc9
JB
67782008-10-23 Juanma Barranquero <lekktu@gmail.com>
6779
6780 * character.c (syms_of_character) <script-representative-chars>:
6781 <unicode-category-table>: Doc fixes.
6782
159bd5a2
NF
67832008-10-23 Noah Friedman <friedman@splode.com>
6784
6785 * coding.c (make_conversion_work_buffer): Check that
6786 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6787 Fget_buffer_create.
6788
49f9c344
KH
67892008-10-23 Kenichi Handa <handa@m17n.org>
6790
6791 * font.c (font_add_log): Check the values of extra properties.
6792
12bb3111
MR
67932008-10-22 Martin Rudalics <rudalics@gmx.at>
6794
6795 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6796 Reword doc-string.
6797 (Fset_window_parameter): Use NILP.
6798 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 6799 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 6800
bbeb4e99
JB
68012008-10-22 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6804
68052008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
6806
6807 * nsfns.m (ns_appkit_version): New function.
6808 (x-server-version): Use it.
6809 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6810 (x-server-vendor): Don't check_ns().
6811
6812 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6813
a9b555d3
JB
68142008-10-22 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6817 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6818
4626499f
KH
68192008-10-22 Kenichi Handa <handa@m17n.org>
6820
e3681952
KH
6821 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6822 scripts.
6823
4626499f
KH
6824 * category.c (word_boundary_p): Check scripts instead of charset.
6825 Handle nil value in word-separating-categories and
6826 word-combining-categories.
6827 (syms_of_category): Fix docstrings of word-separating-categories
6828 and word-combining-categories.
6829
1560f91a
EZ
68302008-10-21 Eli Zaretskii <eliz@gnu.org>
6831
6832 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6833 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6834
f4668441
MR
68352008-10-21 Martin Rudalics <rudalics@gmx.at>
6836
6837 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6838 Rename arg "buffer" to "buffer_or_name".
6839 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6840 it optional.
6841 (no_switch_window): Remove since the return value is not used.
a9b555d3 6842 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6843 Consider window as dedicated when Fwindow_dedicated_p returns a
6844 non-nil value.
6845 * lisp.h: Remove prototype for no_switch_window.
6846
fd75ddb2
JD
68472008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6848
6849 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6850 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6851
07295713
KH
68522008-10-21 Kenichi Handa <handa@m17n.org>
6853
6854 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6855 check Vlatin_extra_code_table.
6856
712adc82
EZ
68572008-10-20 Eli Zaretskii <eliz@gnu.org>
6858
6859 * fileio.c (Fset_file_modes): Doc fix.
6860
f549eb0b
MA
68612008-10-19 Michael Albinus <michael.albinus@gmx.de>
6862
6863 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6864 in arrays.
6865
aac0c6e3
MR
68662008-10-19 Martin Rudalics <rudalics@gmx.at>
6867
6868 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6869 Mention kill-buffer in doc-string.
6870 (Fset_window_buffer): Reinsert tem check removed in last commit.
6871 (Fenlarge_window, Fshrink_window): Have argument names and
6872 doc-string follow Elisp manual more closely.
6873
68742008-10-18 Eli Zaretskii <eliz@gnu.org>
6875
6876 * fileio.c (Fset_file_modes): Doc fix.
6877
68782008-10-18 Martin Rudalics <rudalics@gmx.at>
6879
6880 * window.c (Fwindow_width, Fset_window_start)
6881 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6882 (Fdelete_windows_on, Freplace_buffer_in_windows):
6883 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6884 (Fwindow_dedicated_p): Make window argument optional.
6885 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6886 (Fset_window_buffer): Respect any non-nil dedicated value for
6887 window. Rename "buffer" argument to "buffer_or_name".
6888
68892008-10-18 Ulrich Mueller <ulm@gentoo.org>
6890
6891 * m/sh3.h: New file, machine description for SuperH.
6892
68932008-10-17 Martin Rudalics <rudalics@gmx.at>
6894
6895 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6896
68972008-10-17 Kenichi Handa <handa@m17n.org>
6898
6899 * ftfont.c (ftfont_otf_features): Fix indexing
6900 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6901
69022008-10-16 Magnus Henoch <mange@freemail.hu>
6903
6904 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6905 (Fdbus_call_method_asynchronously): Ditto.
6906 This change makes C-h f display the argument list.
6907
69082008-10-16 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * fileio.c (Fexpand_file_name): Doc fix.
6911
6912 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6913 of :foreground and :background equivalent to unspecified (20.x
6914 compatibility).
6915
69162008-10-15 Eli Zaretskii <eliz@gnu.org>
6917
6918 * buffer.c (syms_of_buffer): Doc fix.
6919
69202008-10-14 Kenichi Handa <handa@m17n.org>
6921
6922 * font.c (font_clear_prop): When clearing font width, clear the
6923 average width field too.
6924
69252008-10-12 Andreas Schwab <schwab@suse.de>
6926
6927 * ftfont.c (ftfont_shape_by_flt): Make static.
6928 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6929
6930 * font.c: Don't include <m17n-flt.h>.
6931
69322008-10-10 Eli Zaretskii <eliz@gnu.org>
6933
6934 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6935
69362008-10-09 Eli Zaretskii <eliz@gnu.org>
6937
6938 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6939 away code.
6940
69412008-10-09 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * dispnew.c (update_text_area): Avoid looping due to large glyph
6944 overhangs (bug#1070).
6945
69462008-10-09 Kenichi Handa <handa@m17n.org>
6947
6948 * fontset.c (face_for_char): If face->fontset is negative, just
6949 return ascii_face.
6950
f5385255
SM
6951 * font.c (font_delete_unmatched): Fix previous change.
6952 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6953
69542008-10-09 Martin Rudalics <rudalics@gmx.at>
6955
6956 * frame.c (Fraise_frame): On text-only terminals select frame in
6957 order to make it visible. (Bug#1061)
6958
69592008-10-08 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * fontset.c (fontset_find_font): Check frame validity.
6962
69632008-10-07 Chong Yidong <cyd@stupidchicken.com>
6964
a9b555d3 6965 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6966 (xg_display_close): Allow Emacs to close all displays (bug#985).
6967
69682008-10-06 Andreas Schwab <schwab@suse.de>
6969
f5385255 6970 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6971
69722008-10-06 Chong Yidong <cyd@stupidchicken.com>
6973
f5385255 6974 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6975
a9b555d3 6976 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6977
6978 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6979 during initialization.
6980
69812008-10-04 Eli Zaretskii <eliz@gnu.org>
6982
6983 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6984 whole thing on MSDOS frames as well as on a TTY.
6985
6986 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6987 well as for TTY.
6988 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6989 well as on a TTY.
6990
6991 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6992 as well as for TTY.
6993
6994 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6995
6996 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6997 MSDOS frames as well.
6998
69992008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7000
7001 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
7002 correct arguments.
b71ac3dd 7003 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
7004
70052008-10-03 Glenn Morris <rgm@gnu.org>
7006
7007 * emacs.c (USAGE1): Add --daemon.
7008
70092008-10-02 Eli Zaretskii <eliz@gnu.org>
7010
7011 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
7012 100, so it's in percents as advertised.
7013
70142008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7015
7016 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
7017 (ns_output.current_cursor, ns_output.desired_cursor)
7018 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
7019 (FRAME_NEW_CURSOR_COLOR): Remove.
7020
7021 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 7022 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
7023 enumeration (HOLLOW_BOX_CURSOR, etc.).
7024
7025 * nsterm.m (ns_frame_rehighlight): Remove commented code.
7026 (draw_window_cursor): Simplify code.
f5385255
SM
7027 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
7028 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 7029 updates manually.
a9b555d3
JB
7030 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
7031 Use core Emacs cursor types.
aac0c6e3 7032
b8ff72fa 7033 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
7034
70352008-10-02 Martin Rudalics <rudalics@gmx.at>
7036
7037 * process.c (Faccept_process_output): Fix doc-string.
7038
70392008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7040
7041 * gmalloc.c (__sbrk): Also define for uClibc.
7042
7043 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
7044 for uClibc.
7045
70462008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7047
7048 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
7049 styles.
7050 (nsfont_open): Reenable the cache.
7051
70522008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7053
7054 * font.c (font_matching_entity): Reflect ATTRS in font selection.
7055 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
7056
70572008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
7060 a suspended terminal.
7061
70622008-09-30 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
7065
70662008-09-30 Eli Zaretskii <eliz@gnu.org>
7067
7068 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
7069
70702008-09-30 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
7073 in a continued line coincides with a line beginning.
7074
70752008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7076
7077 * nsfont.m (nsfont_trait_distance): Fix bug.
7078 (nsfont_list): Return a list rather than a vector (syncs with Handa
7079 changes of 2008-05-14).
7080 (nsfont_open): Improve logging.
7081
70822008-09-29 Andreas Schwab <schwab@suse.de>
7083
7084 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7085
70862008-09-28 Martin Rudalics <rudalics@gmx.at>
7087
7088 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
7089 name as char-resolve-modifiers.
7090 Reported by: Markus Triska <markus.triska@gmx.at>
7091
70922008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 * dispnew.c (init_display): Return earlier when running as a daemon.
7095
70962008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7097
7098 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
7099
71002008-09-27 Eli Zaretskii <eliz@gnu.org>
7101
7102 * composite.c (Fcomposition_get_gstring)
7103 (Fcompose_region_internal, Fcompose_string_internal)
7104 (Ffind_composition_internal): Doc fix.
7105 (syms_of_composite) <compose-chars-after-function>: Doc fix.
7106 (syms_of_composite) <auto-composition-function>: Doc fix.
7107 (syms_of_composite) <composition-function-table>: Doc fix.
7108
71092008-09-25 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * search.c (wordify): New argument for lax word-ends.
7112 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
7113
71142008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7115
7116 * lisp.h (is_daemon): Declare.
7117 * dispnew.c (init_display): Do not try to initialize the terminal
7118 when running as a daemon.
7119
71202008-09-22 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
7123 x_display_pixel_height.
7124
71252008-09-22 Martin Rudalics <rudalics@gmx.at>
7126
7127 * undo.c (record_point): Don't call Fundo_boundary for first
7128 change. (Bug#731)
7129
71302008-09-22 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * emacs.c (Fdaemonp): Doc fix.
7133
71342008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7135
7136 * emacs.c (main): Place #ifdef in the proper place.
7137
71382008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7139
7140 * emacs.c (standard_args): Add --daemon.
7141 (main): Disconnect from the terminal when --daemon is passed.
7142 (is_daemon): New variable.
7143 (Fdaemonp): New function.
7144 (syms_of_emacs): Defsubr it.
7145
71462008-09-20 Chong Yidong <cyd@stupidchicken.com>
7147
7148 * xdisp.c (get_next_display_element): Handle string display
7149 correctly when checking for the end of a box run.
7150
71512008-09-20 Glenn Morris <rgm@gnu.org>
7152
7153 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7154 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7155 (Frename_file): Avoid copying to trash if a rename involves
7156 a delete. (Bug#964).
7157
71582008-09-20 Eli Zaretskii <eliz@gnu.org>
7159
7160 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7161 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7162 frames as well as termcap frames.
7163 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7164 get_named_tty.
7165
71662008-09-19 Eli Zaretskii <eliz@gnu.org>
7167
7168 * process.c (procfs_system_process_attributes): Fix cmdline in
7169 case /proc/PID/cmdline is empty.
7170
7171 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7172 x_display_pixel_height.
7173
71742008-09-19 Juanma Barranquero <lekktu@gmail.com>
7175
7176 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7177
7178 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7179 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7180
71812008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7182
7183 * dispextern.h (struct it): Move line_wrap away from the middle of
7184 bitfields. Move voffset in struct iterator_stack_entry after the
7185 bitfields. Move tab_width near after another short.
7186
71872008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7188
7189 * frame.h (struct frame): Move alpha from the middle of bitfields.
7190
7191 * window.h (struct window): Move frozen_window_start_p after the
7192 rest of the bitfields to reduce padding.
7193
71942008-09-18 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * xterm.h (x_display_info): Remove `height' and `width' members.
7197
7198 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7199
7200 * w32term.h (w32_display_info): Remove `height', `width',
7201 `height_in', and `width_in' members.
7202
b8ff72fa
SM
7203 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7204 New functions.
aac0c6e3
MR
7205 (x_calc_absolute_position): Use them.
7206 (x_term_init): Omit removed `height' and `width' members.
7207
b8ff72fa
SM
7208 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7209 New functions.
aac0c6e3
MR
7210 (w32_read_socket, x_calc_absolute_position): Use them.
7211 (w32_initialize_display_info, w32_term_init): Omit removed members
7212 of w32_display_info.
7213
b8ff72fa
SM
7214 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7215 New functions.
7216 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7217
b8ff72fa
SM
7218 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7219 New functions.
aac0c6e3
MR
7220 (x_calc_absolute_position): Use them.
7221 (x_term_init): Omit removed `height' and `width' members.
7222
7223 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7224 (compute_tip_xy):
7225 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7226 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7227 x_display_pixel_width.
7228
72292008-09-18 Kenichi Handa <handa@m17n.org>
7230
7231 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7232 (composition_compute_stop_pos): Fix handling of static composition.
7233 (Fcomposition_get_gstring): Check FROM and TO at first.
7234
72352008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7236
46e722a9 7237 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7238 mixup (YAILOM).
7239
72402008-09-17 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * indent.c (Fvertical_motion): Use position reported by iterator
7243 instead of PT for determining screen motion (bug#943).
7244
72452008-09-17 Romain Francoise <romain@orebokech.com>
7246
7247 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7248
72492008-09-17 Kenichi Handa <handa@m17n.org>
7250
7251 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7252
7253 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7254 if necessary.
7255
72562008-09-16 Kenichi Handa <handa@m17n.org>
7257
7258 * coding.c (make_conversion_work_buffer): Avoid calling
7259 Fget_buffer_create if it is not necessary.
7260
72612008-09-15 Martin Rudalics <rudalics@gmx.at>
7262
7263 * window.c (Fselect_window): Don't update window_select_count and
7264 use_time when norecord is not nil.
7265
72662008-09-14 Kenichi Handa <handa@m17n.org>
7267
7268 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7269 specpdl_ptr.
7270
72712008-09-12 Kenichi Handa <handa@m17n.org>
7272
7273 * indent.c (scan_for_column): Don't handle automatic composition
7274 if the current buffer is not associated with a window.
7275
7276 * composite.c (composition_reseat_it): If the current buffer is
7277 not associated with a window, ignore the automatic composition.
7278 (find_automatic_composition): Likewise.
7279
72802008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7283 (Fgpm_mouse_stop): Use it.
7284 * termhooks.h (close_gpm): Declare.
7285 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7286 connection if Gpm_GetEvent fails.
7287
7288 * window.c (set_window_buffer): Always preserve current-buffer.
7289
72902008-09-12 Glenn Morris <rgm@gnu.org>
7291
7292 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7293
72942008-09-11 Glenn Morris <rgm@gnu.org>
7295
7296 * charset.c (charset-map-path): Doc fix.
7297
72982008-09-10 Kenichi Handa <handa@m17n.org>
7299
7300 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7301
7302 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7303 compose a grapheme cluster with the preceding base glyph.
7304
7305 * composite.c (composition_compute_stop_pos): Fix previous change.
7306 Reset cmp_it->id to -1 at first.
7307
73082008-09-10 Glenn Morris <rgm@gnu.org>
7309
7310 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7311
73122008-09-09 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * keyboard.c (read_key_sequence): Reapply translation maps when
7315 switching keyboards.
7316
73172008-09-09 Kenichi Handa <handa@m17n.org>
7318
7319 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7320 characters.
7321
7322 * composite.c (FORWARD_CHAR): Fix calculation
7323 of (POSITION).pos_byte.
7324 (composition_compute_stop_pos): Limit the search of composition to
7325 at most 500 characters ahead. If we reach the limit or find a
7326 newline, set cmp_it->ch to -2 and return 0.
7327 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7328
73292008-09-08 Kenichi Handa <handa@m17n.org>
7330
7331 * indent.c (Fvertical_motion): Be sure to set
7332 it_overshoot_expected if it.cmp_it.id is non-negative.
7333
73342008-09-07 Andreas Schwab <schwab@suse.de>
7335
7336 * callproc.c (Fcall_process): Don't hold references to string data
7337 across garbage collection. Move initialisation of new_argv down
7338 to avoid compiler bug.
7339
73402008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7341
7342 * process.c (Fsystem_process_attributes): Doc fix.
7343
73442008-09-07 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * callproc.c (Fcall_process): Canonicalize current directory name.
7347
7348 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7349 iterator advances to the next line if the current line ends in a
7350 continued tab.
7351
73522008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7353
7354 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7355 member to point to cmp_from.
7356
7357 * xdisp.c: Doc fix for references to gidx data member.
7358
73592008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7362
73632008-09-07 Kenichi Handa <handa@m17n.org>
7364
7365 * composite.c (FORWARD_CHAR): Check STOP after
7366 incrementing (POSITION).pos.
7367
73682008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7369
7370 * process.c (Fsystem_process_attributes): Doc fix.
7371
73722008-09-06 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * keyboard.c (Ftop_level): Doc fix.
7375
73762008-09-06 Eli Zaretskii <eliz@gnu.org>
7377
7378 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7379 minibuffer, don't let lower part of menu invade the echo area.
7380
7381 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7382 "char *q" to access menu text and advance through it. Revert the
7383 change that displayed ">" instead of ASCII character 0x10.
7384
73852008-09-05 Eli Zaretskii <eliz@gnu.org>
7386
7387 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7388 toggle boxes and radio buttons on MS-DOS as well.
7389
73902008-09-05 Kenichi Handa <handa@m17n.org>
7391
7392 * composite.c (autocmp_chars): Check lookback count.
7393 (composition_compute_stop_pos): Set cmp_it->lookback.
7394 (composition_reseat_it): Check lookback count.
7395 (struct position_record): New struct.
7396 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7397 (find_automatic_composition): New function.
7398 (composition_adjust_point): Use find_automatic_composition.
7399
7400 * dispextern.h (struct composition_it): New member lookback.
7401
74022008-09-02 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7405 if moving by a single line.
7406
74072008-09-02 Andreas Schwab <schwab@suse.de>
7408
7409 * xterm.c (x_delete_display): Fix merge error.
7410
7411 * fileio.c (Fexpand_file_name): Remove unused variables.
7412
74132008-09-02 Eli Zaretskii <eliz@gnu.org>
7414
7415 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7416 storage on all platforms, not just on DOS_NT.
7417
74182008-09-02 Jason Rumney <jasonr@gnu.org>
7419
b8ff72fa
SM
7420 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7421 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
7422
74232008-09-01 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * xfaces.c (Finternal_set_alternative_font_family_alist)
7426 (Finternal_set_alternative_font_registry_alist): Properly copy
7427 entire alist structure.
7428
74292008-09-01 Kenichi Handa <handa@m17n.org>
7430
d66c0241 7431 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 7432 representative chars of the script is a vector.
d66c0241
JB
7433 (ftfont_list): Handle the case where the representative chars of
7434 the script is a vector.
aac0c6e3
MR
7435
7436 * character.c (syms_of_character): Docstring of
7437 script-representative-chars fixed.
7438
74392008-08-31 Eli Zaretskii <eliz@gnu.org>
7440
7441 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7442 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7443 the menu. Allocate larger buffer for `text', to account for
7444 possible ^C characters.
7445
74462008-08-31 Martin Rudalics <rudalics@gmx.at>
7447
7448 * xdisp.c (prepare_menu_bars): Don't call
7449 Vwindow_size_change_functions with arg Qt.
7450
74512008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * font.h (font_range):
7454 * fileio.c (report_file_error):
46e722a9
SM
7455 * composite.c (composition_update_it): Yet another int/Lisp_Object
7456 mixup (YAILOM).
aac0c6e3
MR
7457
74582008-08-30 Glenn Morris <rgm@gnu.org>
7459
7460 * data.c (Fmake_variable_frame_local): Doc fix.
7461
7462 * frame.c (Fmodify_frame_parameters): Doc fix.
7463
74642008-08-30 Eli Zaretskii <eliz@gnu.org>
7465
7466 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7467 needed by GetTokenInformation.
7468 (w32_system_process_attributes): Check return values of all system
7469 APIs.
7470
7471 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7472 only when the state changes.
7473 (IT_update_begin, IT_update_end): Add termscript trace.
7474
7475 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7476 clipboard is unavailable. Set dst to NULL if it doesn't point to
7477 malloc'ed data.
7478 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7479 passing random values to xfree.
7480
7481 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 7482 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
7483
74842008-08-29 Jason Rumney <jasonr@gnu.org>
7485
7486 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7487
74882008-08-29 Eli Zaretskii <eliz@gnu.org>
7489
7490 * composite.c (fill_gstring_body): Avoid compiler warnings.
7491
7492 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7493 LGLYPH_SET_CODE to avoid compiler warnings.
7494
2ae37cf0 7495 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
7496
7497 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7498
7499 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7500 LGLYPH_SET_CODE.
7501
75022008-08-29 Kenichi Handa <handa@m17n.org>
7503
7504 * fileio.c (report_file_error): Don't downcase the first character
7505 of errstring if it is still unibyte.
7506
75072008-08-29 Kenichi Handa <handa@m17n.org>
7508
7509 These changes are to re-implement the automatic composition so
7510 that it doesn't use text properties.
7511
7512 * Makefile.in (ftfont.o): Depend on composite.h.
7513 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7514
7515 * character.h (Vunicode_category_table): Extern it.
7516
7517 * character.c (Vunicode_category_table): New variable.
7518 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7519
7520 * chartab.c (optimize_sub_char_table): Perform more greedy
7521 optimization.
7522
b8ff72fa
SM
7523 * composite.h (enum composition_method):
7524 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
7525 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7526 (Vcomposition_function_table): Extern it.
7527 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7528 (composition_gstring_put_cache, composition_gstring_from_id)
7529 (composition_gstring_p, composition_gstring_width)
7530 (composition_compute_stop_pos, composition_reseat_it)
7531 (composition_update_it, composition_adjust_point): Extern them.
7532 (Fcomposition_get_gstring): EXFUN it.
7533
d66c0241 7534 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
7535 (Vcomposition_function_table)
7536 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
7537 (gstring_hash_table, gstring_work, gstring_work_headers):
7538 New variables.
aac0c6e3
MR
7539 (gstring_lookup_cache, composition_gstring_put_cache)
7540 (composition_gstring_from_id, composition_gstring_p)
7541 (composition_gstring_width, fill_gstring_header)
7542 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7543 (composition_reseat_it, composition_update_it)
b8ff72fa 7544 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
7545 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7546 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 7547 Defsubr composition_get_gstring.
aac0c6e3
MR
7548
7549 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7550 cmp_id.
7551 (struct glyph_string): Delete the member gidx. New members
7552 cmp_id, cmp_from, and cmp_to.
7553 (enum it_method): Delete GET_FROM_COMPOSITION.
7554 (struct composition_it): New struct.
7555 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7556 Delete c, len, cmp_id, cmp_len in u.comp.
7557
7558 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 7559 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 7560 (enum lglyph_indices): Likewise.
b8ff72fa 7561 (font_range): Adjust extern.
aac0c6e3
MR
7562 (font_fill_lglyph_metrics): Extern it.
7563
7564 * font.c (QCf): New variable.
7565 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7566 (font_prepare_composition): Delete this function.
7567 (font_range): Type and arguments changed.
7568 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7569 (font_fill_lglyph_metrics): New function.
b8ff72fa 7570 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 7571 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
7572 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7573 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
7574
7575 * fontset.h (font_for_char): Extern it.
7576
7577 * fontset.c (font_for_char): New function.
7578
7579 * ftfont.c: Include composite.h.
7580 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 7581 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
7582
7583 * indent.c: Include composite.h and dispextern.h.
7584 (check_composition): Delete this function.
7585 (scan_for_column): Handle composition by
7586 composition_compute_stop_pos, composition_reseat_it, and
7587 composition_update_it.
7588 (compute_motion): Likewise.
7589 (Fvertical_motion): Fix checking of composition.
7590
7591 * keyboard.c (adjust_point_for_property): Check composition by
7592 composition_adjust_point.
7593
b8ff72fa 7594 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
7595 struct glyph_string.
7596
b8ff72fa
SM
7597 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7598 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
7599 struct glyph.
7600 (produce_composite_glyph): Likewise.
7601
b8ff72fa
SM
7602 * w32term.c (x_draw_composite_glyph_string_foreground):
7603 Adjust for the change of struct glyph_string.
aac0c6e3
MR
7604 (x_draw_glyph_string): Likewise.
7605
7606 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7607 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7608
7609 * xdisp.c: Include font.h.
7610 (it_props): Delete the entry for Qauto_composed.
7611 (init_iterator): Initialize it->cmp_it.id to -1.
7612 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 7613 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
7614 (handle_auto_composed_prop): Delete it.
7615 (handle_composition_prop): Handle only static composition.
7616 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7617 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 7618 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
7619 (pop_it): Likewise.
7620 (get_next_element): Delete next_element_from_composition.
7621 (CHAR_COMPOSED_P): New macro.
7622 (get_next_display_element): For automatic composition, get a face
7623 from the font in the glyph-string.
7624 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 7625 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
7626 (next_element_from_string): Check if the character at the current
7627 position is composed by CHAR_COMPOSED_P.
7628 (next_element_from_buffer): Likewise.
d66c0241
JB
7629 (next_element_from_composition): Adjust for the change of struct it.
7630 Update it->cmp_it.
b8ff72fa
SM
7631 (dump_glyph): Adjust for the change of struct glyph.
7632 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
7633 it and struct glyph. Don't handle automatic composition here.
7634 (fill_gstring_glyph_string): New function.
7635 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 7636 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
7637 (BUILD_GSTRING_GLYPH_STRING): New macro.
7638 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7639 automatic composition.
b8ff72fa 7640 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 7641 struct glyph.
b8ff72fa 7642 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 7643
b8ff72fa 7644 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
7645 the change of struct glyph_string.
7646 (x_draw_glyph_string): Likewise.
7647
76482008-08-29 Glenn Morris <rgm@gnu.org>
7649
7650 * buffer.c (word-wrap): Doc fix.
7651 * xdisp.c (truncate-partial-width-windows): Doc fix.
7652 Increase default to 50.
7653
76542008-08-29 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * xdisp.c (update_tool_bar_unwind): New function.
7657 (update_tool_bar): Temporarily set selected frame before building
7658 tool-bar items.
7659
76602008-08-28 Michael Albinus <michael.albinus@gmx.de>
7661
7662 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7663 snprintf, respectively.
7664 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7665
76662008-08-28 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7669 LDFLAGS to GNUstep CC invocation.
7670
76712008-08-27 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * indent.c (Fvertical_motion): Revert last change. Handle the
7674 general case where we are moving forward, and PT spans multiple
7675 screen lines.
7676
7677 * eval.c (find_handler_clause): Temporarily increase
7678 max-lisp-eval-depth while printing the backtrace buffer, to
7679 guarantee that help-mode code can run.
7680
76812008-08-27 Eli Zaretskii <eliz@gnu.org>
7682
7683 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7684 colors under -rv.
7685 (IT_set_frame_parameters): Don't swap foreground and background
7686 colors if `(reverse . t)' is present in the frame properties.
7687 (internal_terminal_init): Call init_frame_faces only for the
7688 initial frame.
7689
76902008-08-27 Andreas Schwab <schwab@suse.de>
7691
7692 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7693
76942008-08-27 Andreas Schwab <schwab@suse.de>
7695
7696 * search.c (search_buffer): Set char_base to zero only at the end.
7697
76982008-08-27 Kenichi Handa <handa@m17n.org>
7699
b8ff72fa 7700 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
7701
77022008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7703
7704 * xterm.c (x_term_init): Temporarily hide the partially
7705 initialized terminal while calling vendor-specific-keysyms.
7706
77072008-08-26 Eli Zaretskii <eliz@gnu.org>
7708
7709 * msdos.c (internal_terminal_init): Most initializations done only
7710 once, especially initial_screen_colors[] and termscript open.
7711
77122008-08-26 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * eval.c (Fcondition_case): Doc fix.
7715
7716 * widgetprv.h (EmacsFramePart): Change font member to the new font
7717 struct.
7718
7719 * widget.c: Include character.h and font.h for XSETFONT.
7720 (setup_frame_gcs): Compute X font id from font struct, just once.
7721
77222008-08-26 Eli Zaretskii <eliz@gnu.org>
7723
7724 * term.c (get_named_tty): Fix last change.
7725
77262008-08-26 Chong Yidong <cyd@stupidchicken.com>
7727
7728 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 7729 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
7730
77312008-08-25 Eli Zaretskii <eliz@gnu.org>
7732
7733 * frame.c (do_switch_frame): Mark previously displayed frame as
7734 obscured for FRAME_MSDOS_P frames as well.
7735
77362008-08-24 Eli Zaretskii <eliz@gnu.org>
7737
7738 * frame.c (make_terminal_frame): Initialize f->terminal,
7739 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7740 Set the top frame to newly created frame.
7741 (Fmake_terminal_frame): Reuse the_only_display_info.
7742
7743 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7744 estimating available memory.
7745
b97439ce 77462008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
7747
7748 * nsterm.m (ns_draw_window_cursor): Don't call
7749 NSDisableScreenUpdates and NSEnableScreenUpdates on
7750 non-NS_IMPL_COCOA systems.
7751
77522008-08-23 Andreas Schwab <schwab@suse.de>
7753
7754 * process.c (procfs_system_process_attributes): Fix use of
7755 uninitialized variables.
7756
77572008-08-23 Eli Zaretskii <eliz@gnu.org>
7758
7759 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7760
7761 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7762 calling tty-set-up-initial-frame-faces.
7763
b8ff72fa
SM
7764 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7765 Allow MSDOS frames along with X frames.
aac0c6e3
MR
7766
7767 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7768 addition to output_termcap.
7769
7770 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7771
7772 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7773 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7774 highlight.
7775
7776 * process.c [!subprocesses]: Define QCname.
7777 (syms_of_process): Intern and staticpro it.
7778
7779 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
7780 Adjust for changes in encoding/decoding routines.
7781 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
7782 encode_coding and decode_coding.
7783
b8ff72fa 7784 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
7785
7786 * dosfns.c: Include frame.h before termhooks.h.
7787 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7788 variable termscript.
7789
7790 * s/msdos.h (USER_FULL_NAME): Define.
7791 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7792
7793 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7794 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7795 pw->pw_gecos.
7796
7797 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7798 SELECTED_FRAME as additional (1st) argument.
7799 (tty_read_avail_input): Handle output_msdos_raw in
7800 addition to output_termcap.
7801
7802 * msdos.c: Include frame.h before termhooks.h.
7803 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7804 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7805 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7806 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7807 (IT_set_terminal_modes, IT_reset_terminal_modes)
7808 (IT_set_frame_parameters): Use tty->termscript instead of a global
7809 variable termscript.
7810 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7811 global variable terminal_coding. Don't refer to
7812 Vnonascii_translation_table.
7813 (internal_terminal_init): Set Vwindow_system in current_kboard.
7814 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7815 Announce date and time of session start, if termscript is open.
7816 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
7817 term.c:init_tty). Open termscript only of not already open.
7818 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
7819 here instead of dos_ttraw. Don't initialize display if this is an
7820 initial tty. Don't set FRAME_FONT.
7821 (Vwindow_system_version): Bump to 23.
7822 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7823 is available, set up mouse_position_hook.
7824 (dos_ttraw, IT_set_terminal_modes): If called with initial
7825 terminal, do nothing.
7826 (IT_set_frame_parameters): Handle the Qtty_type frame
7827 parameter by calling internal_terminal_init.
7828 (dos_set_window_size, show_mouse_face)
7829 (clear_mouse_face, IT_note_mode_line_highlight)
7830 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7831 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7832 (initialize_msdos_display): New function.
7833 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7834 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7835 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7836 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 7837 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7838 (request_sigio, unrequest_sigio): Don't define, now defined on
7839 sysdep.c.
7840 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7841
7842 * term.c [MSDOS]: Include msdos.h.
7843 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7844 conditional to DOS_NT. Allow only one call to this function in a
7845 session. Don't allocate a new struct tty_display_info; instead,
7846 reuse the_only_display_info. Call get_tty_size to get screen
7847 dimensions. Call init_baud_rate to set bad_rate.
7848 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7849 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7850 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7851 (get_tty_terminal, get_named_tty, Ftty_type)
7852 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7853 output_termcap.
b8ff72fa
SM
7854 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7855 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7856 only when subprocesses are supported.
aac0c6e3
MR
7857
7858 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7859 f->output_data.x.
7860 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7861 terminal devices.
7862
5582fbc7 7863 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7864 x_output.
7865 (FRAME_FONT): Use output_data.tty.
7866 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7867 (struct x_display_info): Rename from display_info. Update all users in
7868 msdos.c.
aac0c6e3 7869 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7870 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7871 (dos_ttraw): Update prototype.
7872
7873 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7874 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7875
78762008-08-23 Jason Rumney <jasonr@gnu.org>
7877
7878 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7879 (fn_TIFFSetDirectory): New library function used.
7880 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7881 (tiff_load): Use :index to select among multiple images. Set count
7882 property when multiple images exist.
7883 (gif_format): Use :index, not :image.
7884
78852008-08-23 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * xdisp.c (try_scrolling): Check INT_MAX instead of
7888 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7889 to obtain INT_MAX.
7890
78912008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7892
7893 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7894
78952008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7896
7897 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7898 GNUstep library location.
7899
79002008-08-21 Chong Yidong <cyd@stupidchicken.com>
7901
7902 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7903 before using it.
7904
7905 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7906
79072008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7908
7909 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7910 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7911 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7912 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7913 (EmacsApp-cursor_blink_handler): Remove declaration.
7914 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7915 match 01 Feb 2008 changes in xterm.c.
7916 (ns_read_socket): Add cast to avoid warning.
7917 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7918 GNUstep.
7919
79202008-08-20 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * xselect.c (x_get_foreign_selection): Return nil if desired
7923 selection could not be obtained, instead of signalling an error.
7924
79252008-08-20 David Reitter <david.reitter@gmail.com>
7926
7927 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7928 * nsterm.m: Remove ns-specific code for cursor blinking.
7929 (ns_draw_window_cursor): Clear cursor properly rather than
7930 redrawing the area. Respect width of bar cursors.
7931 These changes enable the use of generic blink-cursor-mode and
7932 generic cursor types in NS and support smooth cursor movements (do
7933 not blink off after command).
7934 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7935 Nextstep, too.
7936
79372008-08-19 Kenichi Handa <handa@m17n.org>
7938
7939 * font.c (Vfont_log_deferred): New variable.
7940 (font_add_log): Check Vfont_log_deferred.
7941 (font_deferred_log): New function.
7942
7943 * font.h (font_deferred_log): Extern it.
7944
7945 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7946 for sorting.
7947 (face_for_char): Use deferred log.
7948
79492008-08-18 Kenichi Handa <handa@m17n.org>
7950
7951 * fontset.c (face_for_char): Add font log.
7952
7953 * font.c (font_add_log): Add the font properties :script, :lang,
7954 and :otf in the log.
7955
79562008-08-17 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * xdisp.c: Remove dead code.
7959 (handle_invisible_prop, next_overlay_string): Defer call to
7960 setup_for_ellipsis.
7961 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7962
79632008-08-15 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * xfaces.c (lookup_derived_face): Properly handle possible zero
7966 return value of get_lface_attributes.
7967 (merge_faces): Don't tell lookup_derived_face to signal an error
7968 if face is not found.
7969
7970 * dired.c (Fdirectory_files): Doc fix.
7971
7972 * process.c (make_process): Initialize kill_without_query struct
7973 member.
7974
79752008-08-15 Eli Zaretskii <eliz@gnu.org>
7976
7977 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7978 Alternative calculation of totphys for Visual Studio 6.
7979
7980 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7981
7982 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7983 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7984 All users changed.
7985 (stat): Only root directory passed to GetDriveType. Allow RAM
7986 disk as well as local fixed disk when w32-get-true-file-attributes
7987 is set to `local'.
7988 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7989 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7990 (w32_cached_id, w32_add_to_cache): New functions.
7991 (get_name_and_id): Look account names in the cache before calling
7992 lookup_account_sid.
7993 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7994 New initialization flags.
7995 (globals_of_w32): Initialize them to zero.
7996 (w32_system_process_attributes): Use w32_cached_id and
7997 w32_add_to_cache.
7998
79992008-08-14 Lawrence Mitchell <wence@gmx.li>
8000
8001 * lread.c (Fread_char, Fread_char_exclusive): If no character
8002 event is read before timeout is reached, return nil, rather than
8003 converting to a number.
8004
80052008-08-14 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * fns.c (use_dialog_box): Doc fix.
8008
8009 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
8010 on OS X.
8011
80122008-08-13 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * frame.c (Qns_parse_geometry): New var.
8015 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
8016
80172008-08-11 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * xdisp.c (x_produce_glyphs): Handle the case when font has no
8020 space character in calculating tabs.
8021
80222008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
8023
8024 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
8025
80262008-08-10 Glenn Morris <rgm@gnu.org>
8027
8028 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
8029 silence gcc "limited range of data type" warnings in some
8030 make_fixnum_or_float calls.
8031
80322008-08-09 Eli Zaretskii <eliz@gnu.org>
8033
8034 * w32.c (w32_system_process_attributes): If the process does not
8035 exist, return nil.
8036
8037 * w32.c: Include thelp32.h, psapi.h and coding.h.
8038 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
8039 declarations.
8040 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
8041 (Process32Next_Proc): New typedefs.
8042 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
8043 (g_b_init_process32_next, g_b_init_open_thread_token)
8044 (g_b_init_impersonate_self, g_b_init_revert_to_self)
8045 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
8046 (g_b_init_get_process_working_set_size)
8047 (g_b_init_global_memory_status_ex): New static variables.
8048 (globals_of_w32): Initialize them.
8049 (create_toolhelp32_snapshot, process32_first, process32_next)
8050 (open_thread_token, impersonate_self, revert_to_self)
8051 (get_process_memory_info, get_process_working_set_size)
8052 (global_memory_status, global_memory_status_ex): New wrapper
8053 functions.
8054 (w32_list_system_processes, w32_system_process_attributes)
8055 (enable_privilege, restore_privilege, ltime, process_times):
8056 New functions.
8057 (convert_time_raw): New function.
8058 (convert_time): Remove conversion of FILETIME into time in 100
8059 nsec units, call convert_time_raw instead.
8060
8061 * process.h (w32_list_system_processes, w32_system_process_attributes):
8062 Add prototypes.
8063 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
8064 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
8065 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
8066 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
8067
8068 * process.c (Fsystem_process_attributes): Doc fix.
8069
80702008-08-08 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
8073 a continued multi-char glyph; if so, advance to the actual glyph.
8074
80752008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8076
8077 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
8078
8079 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
8080 (.m.o): Use it.
8081 * config.in: Regenerate.
8082
80832008-08-07 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * xdisp.c (redisplay_window): Revert last change.
8086 (try_window): Check bottom scroll margin too.
8087
80882008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8089
8090 * config.in: Regenerate.
8091
8092 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
8093 -list-load-path-shadows'.
8094 (nsgui.h): Reduce number of things depending on it.
8095
80962008-08-06 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
8099 instead of window-end which does the wrong thing at eob.
8100 (try_cursor_movement): Minor optimization.
8101 (redisplay_window): If scroll margin is defined, don't assume
8102 window doesn't need scrolling.
8103
81042008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8105
8106 * config.in: Regenerate.
8107
8108 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
8109 (mostlyclean): Don't delete *.d under NS.
8110
8111 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
8112
81132008-08-06 Kenichi Handa <handa@m17n.org>
8114
8115 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
8116
81172008-08-06 Andreas Schwab <schwab@suse.de>
8118
8119 * config.in: Regenerate.
8120
81212008-08-05 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
8124 forcing a window start.
8125
8126 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
8127 (auto_save_1): Update modtime when auto-save-list-file-name is on.
8128
81292008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8130
8131 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
8132 argument.
8133
81342008-08-05 Juanma Barranquero <lekktu@gmail.com>
8135
8136 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8137 <scroll-down-aggressively, before-change-functions>:
8138 <after-change-functions>: Reflow docstrings.
8139
81402008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8141 Ken Raeburn <raeburn@gnu.org>
8142
8143 Dock menu customization, based on a patch by Ken Raeburn, plus some
8144 other fixes.
8145 * nsmenu.m (dockMenu): New variable.
8146 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8147
8148 * nsterm.h (dockMenu): Declare.
8149
8150 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8151 (ns_term_init): Initialize dockMenu.
8152 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8153 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8154 left.
8155
8156 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8157
81582008-08-04 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8161
8162 * config.in: Regenerate.
8163
81642008-08-04 Seiji Zenitani <zenitani@mac.com>
8165
8166 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8167
81682008-08-04 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8171
81722008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8173
8174 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8175
8176 * keyboard.h: Comment an #endif.
8177
8178 * lisp.h (have_menus_p): Adjust comment.
8179
8180 * menu.c (find_and_return_menu_selection): Fix comparison with
8181 client_data.
8182
8183 * nsmenu.m (popup_activated_flag): New variable.
8184 (popup_activated): New function.
8185 (menu-or-popup-active-p): New exported lisp definition.
8186 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8187 when popup done.
8188 (ns_popup_dialog): Set popup_activated_flag.
8189
8190 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8191 version for GNUstep (handled by conditional typedef in nsterm.m).
8192 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8193 in rgb.txt).
8194
8195 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8196
8197 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8198
8199 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8200
8201 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8202 shortcircuit if popup_activated like GTK and X toolkit.
8203
8204 * m/inter386.h: Change DARWIN to DARWIN_OS.
8205
8206 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8207 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8208 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8209 comment on NO_SOCK_SIGIO.
8210
82112008-08-03 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * nsterm.m (windowDidResize): Remove stopModal call.
8214
82152008-08-03 Andreas Schwab <schwab@suse.de>
8216
8217 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8218 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8219
82202008-08-02 Chong Yidong <cyd@stupidchicken.com>
8221
8222 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8223 Don't use uninitialized pointer variable when using getrlimit.
8224
82252008-08-02 Jason Rumney <jasonr@gnu.org>
8226
8227 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8228
82292008-08-02 Eli Zaretskii <eliz@gnu.org>
8230
8231 * alloc.c (NSTATICS): Bump to 0x640.
8232
8233 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8234
8235 * lisp.h: Add prototype for directory_files_internal.
8236
8237 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8238 New functions.
8239 (syms_of_process): Defsubr them. Add initializations for various
8240 Q* symbols used in procfs_system_process_attributes.
8241 (procfs_list_system_processes, procfs_system_process_attributes)
8242 [HAVE_PROCFS]: New functions.
8243 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8244 (procfs_get_total_memory): New functions.
8245
82462008-08-01 Juanma Barranquero <lekktu@gmail.com>
8247
8248 * xfaces.c (Fx_load_color_file): Fix previous change;
8249 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8250
82512008-08-01 Michael Albinus <michael.albinus@gmx.de>
8252
8253 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8254
82552008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8256
8257 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8258
82592008-08-01 Chong Yidong <cyd@stupidchicken.com>
8260
8261 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8262
8263 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8264 define NSApplicationDelegateReplySuccess.
8265 (EmacsView -converstationIdentifier): Use long instead of
8266 NSInteger for GNUstep, since it doesn't have NSInteger.
8267
8268 * xmenu.c: Revert last change.
8269
8270 * keyboard.h: Fix last change.
8271
82722008-08-01 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8275 on Windows.
8276
82772008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8278
8279 Warning clearing and clean-up in NS port.
8280 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8281 Add prototypes.
8282 * nsgui.h (FACE_DEFAULT): Remove, unused.
8283 (XGCValues): Change colors to unsigned long.
8284 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8285 nsterm.m.
8286 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8287 (ns_list_fonts): Remove, unused.
8288 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8289 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8290 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8291 (nsfont_draw): Compare face colors to 0, not nil.
8292 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8293 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8294 (-addSubmenuWithTitle:): Use NSMenuItem class.
8295 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8296 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8297 (ns_clip_to_row): Make gc arg a BOOL.
8298 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8299 ns_clip_to_row() call.
8300 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8301 used). Cast FRAME_FONT assignments.
8302 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8303 (ns_string_to_lispmod): Change arg to const char.
8304 (ns_term_init): Use NSMenuItem class.
8305 (EmacsApp -openFile:): Move to different section of file.
8306 (EmacsApp -application:openFiles:): Don't return a value, call
8307 -replyToOpenOrPrint:.
8308 (EmacsView -keyDown:): Fix up cast.
8309 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8310 (EmacsView -menuDown:): Cast tag in call to
8311 find_and_call_menu_selection().
8312 (ns_list_fonts): Remove, unused.
8313 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8314 (ns_fontname_to_xlfd): Make static.
8315 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8316 Remove prototypes (now in keyboard.h).
8317 (next_menubar_widget_id): Remove, unused.
8318 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8319 Remove prototypes (now in keyboard.h).
8320 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8321
83222008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8323
8324 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8325 (floatfns.o): Depend on syssignal.h.
8326 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8327
8328 * systty.h: Fix previous change that removed BSD_TERMIOS.
8329 Add comments to #ifdefs.
8330
83312008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8332
8333 * w32fns.c (w32-load-color-file): Remove.
8334 (x-open-connection): Use renamed Fx_load_color_file.
8335 * xfaces.c (x-load-color-file): Add.
8336 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8337 Emacs.clr.
8338 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8339
83402008-07-31 Michael Albinus <michael.albinus@gmx.de>
8341
8342 * dbusbind.c (Fdbus_call_method_asynchronously)
8343 (Fdbus_method_error_internal): New defuns.
8344 (xd_read_message): Handle also reply messages.
8345 (Vdbus_registered_functions_table): Extend docstring.
8346
83472008-07-31 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * keyboard.c (gobble_input): Fix previous change.
8350
83512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * bitmaps/README:
8354 * xfns.c:
8355 * termcap.c:
8356 * term.c:
8357 * syswait.h:
8358 * systty.h:
8359 * systime.h:
8360 * syssignal.h:
8361 * sysdep.c:
8362 * process.h:
8363 * process.c:
8364 * print.c:
8365 * ndir.h:
8366 * lread.c:
8367 * keyboard.c:
8368 * getpagesize.h:
8369 * floatfns.c:
8370 * fileio.c:
8371 * emacs.c:
8372 * doc.c:
8373 * dispnew.c:
8374 * dired.c:
8375 * data.c:
8376 * callproc.c:
8377 * buffer.c:
8378 * README:
8379 * Makefile.in:
8380 * s/template.h:
8381 * s/msdos.h:
8382 * m/vax.h: Remove VMS support.
8383 * s/vms.h:
8384 * vlimit.h:
8385 * uaf.h:
8386 * temacs.opt:
8387 * param.h:
8388 * ioctl.h: Remove file.
8389
83902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8391
8392 * s/ms-w32.h (MULTI_KBOARD): Remove.
8393 * xterm.c:
8394 * xselect.c:
8395 * xfns.c:
8396 * window.c:
8397 * w32term.c:
8398 * w32fns.c:
8399 * terminal.c:
8400 * termhooks.h:
8401 * term.c:
8402 * sysdep.c:
8403 * keyboard.h:
8404 * keyboard.c:
8405 * frame.h:
8406 * frame.c:
8407 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8408 * config.in: Regenerate.
8409
84102008-07-30 Jason Rumney <jasonr@gnu.org>
8411
8412 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8413
8414 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8415 (w32font_open_internal): Get unicode version of textmetrics.
8416 Don't enable or disable glyph indices here.
8417 (w32font_open): Disable use of glyph indices.
8418
8419 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8420
84212008-07-30 Chong Yidong <cyd@stupidchicken.com>
8422
8423 * minibuf.c (Vread_buffer_function): Doc fix.
8424
84252008-07-30 John Paul Wallington <jpw@pobox.com>
8426
8427 * minibuf.c (read_buffer_completion_ignore_case): New var.
8428 (Fread_buffer): Use it.
8429
84302008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8431
8432 * systty.h (sensemode): Remove empty #if. Remove reference to
8433 BSD_TERMIOS, unused.
8434
8435 * sysdep.c: Remove reference to DGUX.
8436 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8437
8438 * config.in: Regenerate.
8439
84402008-07-30 Jason Rumney <jasonr@gnu.org>
8441
8442 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8443
84442008-07-29 Jason Rumney <jasonr@gnu.org>
8445
8446 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8447 is populated.
8448 (uniscribe_encode_char): Always use uniscribe.
8449 Avoid using context if cache is populated.
8450
84512008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8452
8453 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8454 open menu.
8455
8456 * gtkutil.c (menu_nav_ended): Remove.
8457 (create_menus): Remove signal connect for menu_nav_ended.
8458
84592008-07-28 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * xdisp.c (redisplay_window): Check return value of
8462 compute_window_start_on_continuation_line before forcing a window
8463 start.
8464
84652008-07-28 Jason Rumney <jasonr@gnu.org>
8466
8467 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8468
8469 * w32term.c (w32_enable_unicode_output, cleartype_active):
8470 Remove obsolete display options.
8471 (x_draw_glyph_string_background): Don't use old cleartype_active
8472 workaround.
8473 (w32_initialize): Remove cleartype_active initialization.
8474 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8475
84762008-07-28 Andreas Schwab <schwab@suse.de>
8477
8478 * lisp.h (init_weak_hash_tables, syms_of_font)
8479 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8480 (remove_hash_entry): Don't declare.
8481 * eval.c (maybe_call_debugger): Make static and move before use.
8482 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8483 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8484 * xterm.h (x_set_frame_alpha): Declare.
8485
84862008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8487
8488 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8489 (create_menus): Connect selection-done to menu_nav_ended.
8490
84912008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8492
8493 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8494 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8495 parameter with read of 'alpha' one.
8496 (Qns_frame_parameter): Remove.
5582fbc7 8497 * nsselect.m (selection-coding-system)
aac0c6e3
MR
8498 (next-selection-coding-system, Vselection_coding_system)
8499 (Vnext_selection_coding_system): Drop.
8500
85012008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8502
8503 * nsfns.m (do-applescript, do_applescript): Rename to
8504 ns-do-applescript, ns_do_applescript, and move within file.
8505
85062008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8507
8508 Remove support for Mac Carbon.
8509 * mactoolbox.c:
8510 * macterm.h:
8511 * macterm.c:
8512 * macselect.c:
8513 * macmenu.c:
8514 * macgui.h:
8515 * macfns.c:
8516 * mac.c: Remove file.
8517 * s/darwin.h:
8518 * m/intel386.h:
8519 * xfaces.c:
8520 * xdisp.c:
8521 * window.c:
8522 * tparam.c:
8523 * termhooks.h:
8524 * termcap.c:
8525 * term.c:
8526 * syssignal.h:
8527 * sysselect.h:
8528 * sysdep.c:
8529 * process.c:
8530 * lread.c:
8531 * lisp.h:
8532 * keyboard.c:
8533 * image.c:
8534 * fringe.c:
8535 * frame.h:
8536 * frame.c:
8537 * fontset.c:
8538 * font.h:
8539 * font.c:
8540 * fns.c:
8541 * fileio.c:
8542 * emacs.c:
8543 * dispnew.c:
8544 * dispextern.h:
8545 * config.in:
8546 * atimer.c:
2ae37cf0 8547 * Makefile.in: Remove code for Carbon.
aac0c6e3 8548
f0131492 85492008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
8550
8551 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8552
85532008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8554
8555 * macterm.h (kCGBitmapByteOrder32Host): New define for
8556 non-universal SDKs.
8557
8558 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8559 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8560
8561 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8562 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8563
85642008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8565
8566 * w32inevt.c: Include dispextern.h.
8567
85682008-07-26 Andreas Schwab <schwab@suse.de>
8569
8570 * print.c (print_object): Fix off-by-one in last change.
8571
85722008-07-25 Juanma Barranquero <lekktu@gmail.com>
8573
8574 * term.c (syms_of_term): Don't initialize default_orig_pair,
8575 default_set_foreground and default_set_background on Windows.
8576
85772008-07-25 Jason Rumney <jasonr@gnu.org>
8578
8579 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8580 ScriptItemize. Clean up return value checking. Remove unused
8581 variables.
8582 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8583 shaping engine.
8584
8585 * w32font.c (w32font_has_char): Handle the case where we can't
8586 determine the script for a character.
8587
85882008-07-25 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * term.c (syms_of_term): Initialize default_orig_pair,
8591 default_set_foreground, and default_set_background.
8592
8593 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8594 clash (bug#86).
8595 (getloadavg): Callers changed.
8596
8597 * image.c (svg_load_image): Fix last change.
8598 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8599 image size is valid. Use g_object_unref instead of deprecated
8600 rsvg_handle_free to free rsvg handle.
8601 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8602
86032008-07-25 Jason Rumney <jasonr@gnu.org>
8604
8605 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8606 surrogates before looking up glyph index.
8607 (w32font_text_extents): Encode as surrogates if falling back to
8608 functions that need UTF-16 wide chars.
8609
8610 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8611 BMP as surrogates before looking up glyph index.
8612
86132008-07-25 Chong Yidong <cyd@stupidchicken.com>
8614
8615 * image.c (svg_load_image): Check for failure in return value of
8616 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8617
86182008-07-25 Jason Rumney <jasonr@gnu.org>
8619
8620 * w32font.c (Fx_select_font): Reverse sense of second arg.
8621
86222008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8625 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8626
8627 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8628 (PURESIZE): Use it.
8629
86302008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8631
8632 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8633 * m/alpha.h (TEXT_END):
8634 * m/ibmrs6000.h (TEXT_END):
8635 * m/macppc.h (TEXT_END):
8636 * s/darwin.h (TEXT_END):
8637 * s/msdos.h (TEXT_END): Remove, unused.
8638 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8639 * s/cygwin.h: Remove comment.
8640
8641 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8642 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8643 * m/intel386.h (DOT_GLOBAL_START):
8644 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8645 (USG): Remove, file not used on USG platforms.
8646
8647 * Makefile.in (HAVE_X11): Remove empty #else.
8648
86492008-07-24 Andreas Schwab <schwab@suse.de>
8650
8651 * fileio.c (Finsert_file_contents): Properly adjust undo list
8652 after format conversion.
8653
86542008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8655
8656 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8657 (menu_nav_ended): Remove.
8658 (create_menus): Remove signal connect for menu_nav_ended.
8659 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8660 create_menus.
8661 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8662
86632008-07-23 Jason Rumney <jasonr@gnu.org>
8664
8665 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8666 with opened font.
8667 (w32font_open): Set font type to gdi.
8668
8669 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8670
86712008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8672
8673 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8674 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8675 defines it.
8676 * unexec.c (ADDR_CORRECT): Define unconditionally.
8677
8678 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8679
8680 * unexec.c: Remove code depending on !COFF and USG, the file is
8681 not used for such systems.
8682
8683 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8684 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8685 (LD_SWITCH_SYSTEM_1): Remove, update users.
8686
8687 * s/darwin.h (DATA_END):
8688 * m/intel386.h (DATA_END):
8689 * m/ibmrs6000.h (DATA_END):
8690 * m/alpha.h (DATA_END): Remove, unused.
8691
8692 * config.in: Regenerate.
8693 * s/ms-w32.h (subprocesses): Define unconditionally.
8694 * s/template.h (subprocesses): Update comment.
8695 * s/vms.h (subprocesses):
8696 * s/usg5-4.h (subprocesses):
8697 * s/hpux10-20.h (subprocesses):
8698 * s/gnu-linux.h (subprocesses):
8699 * s/cygwin.h (subprocesses):
8700 * s/bsd-common.h (subprocesses):
8701 * s/aix4-2.h (subprocesses):
8702 * s/darwin.h (subprocesses): Do not define, defined by default now.
8703
8704 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8705 Remove all references.
8706 (temacs): Add GNUstep specific ld flags.
8707
8708 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8709 similarly to what X does.
8710
87112008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8712
8713 * nsfns.m (x-list-fonts): Remove.
8714 (syms_of_nsfns): Drop the x-list-fonts declaration.
8715 * nsterm.m: Get rid of remaining "//" comments.
8716
87172008-07-22 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8720
8721 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8722 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8723 (Fns_own_selection_internal, Fx_disown_selection_internal)
8724 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8725
8726 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8727 ... */' style of docstrings. Doc fixes.
8728
87292008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8730
8731 * terminfo.c (UP, BC, PC): Undo previous change.
8732
8733 * nsfns.m: Rename ns prefixed functions/variables to the
8734 corresponding x versions. Update references.
8735
87362008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8739
87402008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8741
8742 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8743 Remove forwarding functions.
8744 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8745 non-static.
8746 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8747 non-static.
8748 (ns_frame_parm_handlers): Use the new names.
8749 (syms_of_nsfns): Move to the end of file.
8750
8751 * nsterm.m (syms_of_nsterm): Move to the end of file.
8752
8753 * dispnew.c (init_display): Remove code for X10.
8754
87552008-07-22 Jason Rumney <jasonr@gnu.org>
8756
8757 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8758 bare drive.
8759
87602008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8761
8762 * nsterm.m (syms_of_nsterm): Remove debugging println.
8763
87642008-07-22 David Reitter <david.reitter@gmail.com>
8765
8766 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8767 Carbon implementation of the same functionality: execute arbitrary
8768 AppleScript code.
8769
87702008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8773 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8774 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8775 (Fx_display_mm_height, Fx_display_mm_width)
8776 (Fx_display_backing_store, Fx_display_visual_class)
8777 (Fx_display_save_under, Fx_open_connection)
8778 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8779 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8780 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8781 (Fx_display_pixel_width, Fx_display_pixel_height)
8782 (Fx_display_usable_bounds, Fx_display_planes)
8783 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8784 ... */' style of docstrings.
8785
87862008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8787
8788 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8789 on this platform.
8790 (mips):
8791 * m/iris4d.h (mips): Do not define.
8792 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8793
8794 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8795
8796 * image.c:
8797 * nsfns.m:
8798 * nsselect.m:
8799 * nsterm.h:
8800 * nsterm.m: Rename ns prefixed functions/variables to the
8801 corresponding x versions. Update references.
8802
8803 * m/ibms390x.h (NO_REMAP): Do not undefine.
8804
8805 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8806
88072008-07-21 Chong Yidong <cyd@stupidchicken.com>
8808
8809 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8810 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8811 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8812 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8813 (Fns_display_mm_height, Fns_display_mm_width)
8814 (Fns_display_backing_store, Fns_display_visual_class)
8815 (Fns_display_save_under, Fns_open_connection)
8816 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8817 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8818 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8819 (Fns_display_pixel_width, Fns_display_pixel_height)
8820 (Fns_display_usable_bounds, Fx_display_planes)
8821 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8822
88232008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8824
8825 * print.c (print_object): Check print_depth before searching for
8826 circularities.
8827
88282008-07-21 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8831 only sprintf.
8832
88332008-07-21 Kenichi Handa <handa@m17n.org>
8834
8835 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8836
88372008-07-20 Andreas Schwab <schwab@suse.de>
8838
8839 * syntax.c (find_start_pos, find_start_value)
8840 (find_start_value_byte, find_start_begv, find_defun_start)
8841 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8842
88432008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * s/sol2-3.h: Insert contents of s/sol2.h.
8846 (LD_SWITCH_SYSTEM): Remove redundant definition.
8847 * s/sol2.h: Remove, unused.
8848
88492008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8850
8851 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8852
88532008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8854
8855 * Makefile.in (ns_appdir): Fix typo in find command.
8856
88572008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8858
8859 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8860
8861 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8862 added not supported anymore.
8863
8864 * s/usg5-4-2.h (LIBS_SYSTEM):
8865 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8866
8867 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8868 * s/lynxos.h (GETPGRP_NO_ARG):
8869 * s/hpux10-20.h (NO_SIOCTL_H):
8870 * s/gnu.h (GETPGRP_NO_ARG):
8871 * s/gnu-linux.h (NO_SIOCTL_H):
8872 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8873 * s/cygwin.h (GETPGRP_NO_ARG):
8874 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8875 (C_DEBUG_SWITCH): Remove duplicate definition.
8876
8877 * m/ibms390.h: Remove boilerplate comments.
8878
8879 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8880
8881 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8882 (wait_reading_process_output): Remove code for SunOS, platform not
8883 supported anymore. Use SOLARIS2 instead of sun.
8884
88852008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8886
8887 * font.c (font_open_by_name): Under NS, default lface height to zero.
8888 (font_open_for_lface): Under NS, set size based on frame fontsize.
8889 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8890 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8891
88922008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8893
8894 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8895 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8896 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8897 YES/NO.
8898 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8899 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8900 * Makefile.in (clean): Clear out build destination dir.
8901
89022008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8903
8904 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8905 xterm, xselect.
8906 * lisp.h: Remove declaration of hash_remove.
8907 * nsgui.h: Remove redefinitions of hash_remove.
8908 * fns.c (hash_remove): Rename to hash_remove_from_table.
8909
89102008-07-19 Seiji Zenitani <zenitani@mac.com>
8911
8912 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8913 strdup() the family UTF8String before modifying it.
8914
89152008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8916
8917 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8918 NS_FACE_BACKGROUND with 0 instead of nil.
8919 * nsfont.m (nsfont_draw): Same.
8920
89212008-07-19 Chong Yidong <cyd@stupidchicken.com>
8922
8923 * nsfns.m (ns_set_background_color): Fix crash.
8924
89252008-07-18 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8928
89292008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8932
89332008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8934
8935 * gtkutil.c: Include <config.h> instead of "config.h".
8936
8937 * lisp.h (Foverlay_buffer): Add EXFUN.
8938
8939 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8940 child process to complete child_setup. Undo 2005-09-21 change.
8941
8942 * s/darwin.h: Mention setsid after vfork.
8943
89442008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8945
8946 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8947 Depend on macgui.h.
8948
8949 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8950 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8951
8952 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8953 and f19.
8954 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8955
8956 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8957 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8958 Remove enumerators.
8959
8960 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8961 Check if FACE_FROM_ID returns NULL.
8962
89632008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8964
8965 * w32inevt.c (change_frame_size): Remove extern declaration.
8966 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8967 change_frame_size.
8968
89692008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8970
8971 * getloadavg.c: Revert last change (2008-07-15).
8972
89732008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8974
8975 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8976 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8977 from configure.
8978
89792008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8980
8981 * s/sol2.h:
8982 * s/sol2-4.h: Reorganize conditionals.
8983
8984 * ecrt0.c: Remove code depending on m68000, not used anymore.
8985
8986 * fns.c (hash_remove): Make static.
8987 * lisp.h (hash_remove): Don't prototype.
8988
8989 * m/ibmrs6000.h:
8990 * m/ibms390x.h:
8991 * m/macppc.h: Remove boilerplate comments.
8992
8993 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8994 Solaris, which does not need them.
8995
8996 * m/vax.h: Remove comments about unsupported systems.
8997
8998 * s/darwin.h: Reorganize ifdefs.
8999
90002008-07-17 Andreas Schwab <schwab@suse.de>
9001
9002 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
9003
90042008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 Use SDATA. Follow coding convention of placing operators at
9007 beginning of next line rather than end of previous line, and placing
9008 spaces around infix operators.
9009
9010 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
9011 in case it was defined already.
9012 USE @GNUSTEP_MAKEFILES@ rather than envvars.
9013 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
9014 ns_default.
9015 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
9016 Lisp_Objects.
9017 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
9018 (ns_defined_color, ns_color_to_lisp): Declare.
9019 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
9020 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
9021 it's accepted even with USE_LISP_UNION_TYPE.
9022 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
9023 (update_frame_tool_bar): Remove apparently obsolete tests for
9024 non-integerness of f->tool_bar_lines.
9025 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
9026 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
9027 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
9028 (nsfont_open): Don't confuse NULL for Qnil.
9029 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
9030 * menu.h (find_and_call_menu_selection):
9031 * menu.c (find_and_call_menu_selection): Use just int for vector size.
9032 (find_and_return_menu_selection): Always return something.
9033 * frame.h: Include dispextern.h for Display_Info.
9034 (display_x_get_resource): Declare.
9035
90362008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9037
9038 * syntax.c: Remove stdio.h include accidentally introduced in
9039 Emacs.app commit.
9040 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
9041 NS_IMPL_COCOA.
9042 * keyboard.c (handle_async_input, input_available_signal): Remove
9043 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9044
90452008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
9048 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
9049 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
9050 Use SDATA.
9051
9052 * keymap.c: Remove all NS-specific code.
9053 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
9054 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
9055 where_is_preferred_modifier, return a different value depending on how
9056 preferred is the binding.
9057 (where_is_internal): Adjust accordingly.
9058 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
9059 Adjust to new preferred_sequence_p.
9060 (syms_of_keymap): Declare `where-is-preferred-modifier'.
9061 * keyboard.c (parse_solitary_modifier): Not static any more.
9062 * keyboard.h (parse_solitary_modifier): Declare.
9063
90642008-07-16 Andreas Schwab <schwab@suse.de>
9065
9066 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
9067 of easymenu.
9068
90692008-07-16 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * xdisp.c (move_it_in_display_line): Account for word wrap, so
9072 that we don't move off the line.
9073
90742008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * keyboard.c (Qsuper): Remove.
9077 (parse_menu_item): Don't call where_is_internal specially for NS.
9078
90792008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9080
9081 * s/gnu-linux.h: Remove boilerplate comments.
9082
9083 * m/alpha.h (__ELF__): Consolidate conditions.
9084
9085 * m/m68k.h (linux): Use GNU_LINUX instead.
9086 Remove boilerplate comments.
9087
9088 * m/intel386.h: Undo refactoring from previous change.
9089 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
9090 too, remove dead code.
9091 (linux): Use GNU_LINUX instead.
9092
90932008-07-16 Jason Rumney <jasonr@gnu.org>
9094
9095 * w32gui.h: Repeat 26 June changes lost by last change.
9096
90972008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9098
9099 * systty.h: Remove code for Aix on 386, unsupported platform.
9100
9101 * s/ms-w32.h: Remove boilerplate comments.
9102 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
9103
9104 * s/gnu-linux.h (TERM): Remove support.
9105 (HAVE_SYSVIPC): Remove, unused.
9106 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
9107 for this system.
9108
9109 * process.c: Remove support for IRIS, unused.
9110 Remove support for TERM, not relevant anymore.
9111
9112 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
9113 used with the definition.
9114
9115 * s/aix4-2.h (static): Do not undef.
9116
9117 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
9118 only used on Aix.
9119 (HAVE_SYSVIPC): Remove, unused.
9120
9121 * m/hp800.h (CANNOT_DUMP): Do not undef.
9122
9123 * m/alpha.h: Fix comment.
9124
9125 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
9126 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
9127 used by this configuration.
9128 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
9129 * unexec.c: Remove code depending on HPUX and
9130 USG_SHARED_LIBRARIES, not used with this file. Remove code
9131 depending on IRIS, unused. Remove if 0-ed code.
9132
9133 * s/template.h: Remove comments about static.
9134
9135 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
9136 Remove if 0-ed code.
9137 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9138 were the same as the default.
9139 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9140 Remove boilerplate comments.
9141 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9142 (HAVE_SYSVIPC): Remove, unused.
9143 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9144
9145 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9146 Remove boilerplate comments.
9147 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9148 Remove boilerplate comments.
9149 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9150 Remove boilerplate comments.
9151 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9152
9153 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9154 USG systems which do not use DATA_SEG_BITS.
9155 Refactor code. Remove boilerplate comments.
9156
9157 * m/ibms390.h:
9158 * m/m68k.h:
9159 * s/bsd-common.h:
9160 * s/cygwin.h:
9161 * s/darwin.h:
9162 * s/freebsd.h:
9163 * s/gnu.h:
9164 * s/msdos.h: Remove boilerplate comments.
9165
9166 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 9167 do not use this file.
aac0c6e3
MR
9168 (IRIS_4D): Remove, unused.
9169
9170 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 9171 do not use this file.
aac0c6e3
MR
9172 (SIGN_EXTEND_CHAR):
9173 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9174 * unexmips.c: Remove file, unused.
9175
9176 * editfns.c (Fuser_full_name): Replace the only use of
9177 USER_FULL_NAME with its value.
9178 * config.in: Regenerate.
9179
91802008-07-16 David Reitter <david.reitter@gmail.com>
9181
9182 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9183 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9184
91852008-07-16 Glenn Morris <rgm@gnu.org>
9186
9187 * emacs.c (system-type): Doc fix.
9188
91892008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9192 If the cache doesn't work, let's fix it, rather than work around it.
9193
91942008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9195
9196 * Makefile.in: Correct additions for nsfont.o in last commit.
9197 * nsfont.m: New file (forgot last commit).
9198
91992008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9200
9201 * callproc.c (set_initial_environment): Initialize
9202 Vprocess_environment under CANNOT_DUMP (fixes crash when
9203 batch-compiling for bootstrap).
9204
92052008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9206 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9207
9208 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9209 fix crash due to different init order.
9210
92112008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9212
9213 Changes and additions for NeXTstep windowing system (Cocoa and
9214 GNUstep) support.
9215
9216 * Makefile.in:
9217 * config.in: Support defines and build commands for NS port.
9218 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9219 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9220 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9221 windowing.
9222 (struct face): Add synth_ital field.
9223 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9224 (init_display): Initialize Vinitial_window_system to "ns" when so
9225 compiled.
9226 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9227 (display_arg): Use under NS.
9228 (main): Under NS, allocate autorelease pool and handle command line
9229 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9230 (standard_args): Add NS-specific args.
9231 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9232 * font.c (DEFAULT_ENCODING): New variable.
9233 (font_find_for_lface): Use it.
9234 (syms_of_font): Load syms_of_nsfont under NS.
9235 * font.h: Declare nsfont_driver when compiled under NS.
9236 * fontset.c: When compiling under NS, include nsterm.h.
9237 (fontset_from_font): Autoconstruct fontset under NS.
9238 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9239 symbol, document and use it.
9240 (do_switch_frame): When for_deletion under Cocoa, add
9241 Fraise_frame(Qnil).
9242 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9243 (x_get_arg): Allow "yes" and "no" as boolean values.
9244 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9245 Qright under Cocoa.
9246 (focus-follows-mouse): Default to 0 under NS.
9247 * frame.h (enum output_method): Add output_ns.
9248 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9249 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9250 (FRAME_WINDOW_P): NS-specific definition.
9251 * fringe.c (max_used_fringe_bitmap): Make public.
9252 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9253 (getloadavg): Use NeXT code under descendant OS's.
9254 * image.c (includes and header section, x_create_bitmap_from_data)
9255 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9256 (image_background_transparent, x_clear_image_1)
9257 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9258 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9259 (x_to_xcolors, x_from_xcolors, x_disable_image)
9260 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9261 other GUIs, including XPM support using code originally written for
9262 Carbon GUI.
9263 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9264 using NS API.
9265 (image_ascent): Use font metrics macros instead of direct struct field
9266 access.
9267 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9268 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9269 Also, handle NS as GTK for menu bar purposes.
9270 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9271 toolkit where they differ.
9272 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9273 use cachelist, still needed under NS.
9274 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9275 (struct widget_value): Define it here for menu.c.
9276 * keymap.c (includes): Include modifier internals.
9277 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9278 NS.
9279 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9280 support for preferring sequences using certain modifiers, specified by
9281 the FIRSTONLY argument.
9282 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9283 under NS GNUstep implementation.
9284 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9285 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9286 * menu.c: Include nsterm.h under NS.
9287 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9288 (free_menubar_widget_tree_value, update_submenu_strings)
9289 (find_and_call_menu_selection): Treat NS as X and NT.
9290 (find_and_return_menu_selection): New function, used for popup menus.
9291 * nsgui.h:
9292 * nsterm.h:
9293 * nsfns.m:
9294 * nsimage.m:
9295 * nsmenu.m:
9296 * nsselect.m:
9297 * nsterm.m: New files.
9298 * process.c (wait_reading_process_output): Under NS, call ns_select()
9299 instead of plain select().
9300 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9301 beginning of buffer.
9302 * sysselect.h (init_process): Rename when compiling under Cocoa to
9303 avoid name conflict.
9304 * termhooks.h (display_info): Add ns_display_info to union.
9305 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9306 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9307 COCOA environment.
9308 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9309 unexec() signature. (Note, this will dump, but the resulting file
9310 crashes; unexosx is used instead; keeping around for reference and
9311 possible aid in getting dump working under GNUstep.)
9312 * w32gui.h (button_type, widget_value): Remove definitions (now in
9313 keyboard.h).
9314 * window.c: Include nsterm.h when compiling under NS.
9315 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9316 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9317 other GUI windowing systems.
9318 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9319 GTK.
9320 (x_consider_frame_title): Under NS, set icon type and frame
9321 modified-state indicator; use ns_set_name_as_filename() when using
9322 formatted title.
9323 (update_window_cursor): Make public when compiling under NS.
9324 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9325 (hourglass_atimer, Vhourglass_delay
9326 * xfaces.c (header section, init_frame_faces, clear_font_table)
9327 (defined_color, unload_color, x_face_list_fonts)
9328 (prepare_face_for_display): Add NS support parallel to other GUIs.
9329 Emulate GCs like other non-X GUIs.
9330 (split_font_name): Don't lowercase font name under NS.
9331 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9332 under NS.
9333 * s/darwin.h: Add support for compilation under NS.
9334
93352008-07-15 Jason Rumney <jasonr@gnu.org>
9336
9337 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9338 (w32_show_hourglass): Rename from show_hourglass.
9339 (w32_hide_hourglass): Rename from hide_hourglass.
9340 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9341 (Vhourglass_delay): Declare extern.
9342 (hourglass_started): Remove.
9343
9344 * xdisp.c (Vhourglass_delay): Remove static.
9345 (hourglass_started, start_hourglass, cancel_hourglass):
9346 Don't include these versions on WINDOWSNT.
9347
93482008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9349
9350 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9351 variables (formerly in xfns.c).
9352 (show_hourglass, hide_hourglass): New prototypes (same).
9353 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9354 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9355 in xfns.c).
9356 (syms_of_xdisp): Declare/initialize display-hourglass,
9357 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9358 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9359 formerly in xfns.c.
9360 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9361 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9362 (start_hourglass, cancel_hourglass): Remove.
9363 (show_hourglass, hide_hourglass): Remove prototypes and static
9364 modifiers.
9365 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9366 hourglass_atimer, hourglass_shown_p declaration/initialization.
9367 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9368 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9369 (start_hourglass, cancel_hourglass): Remove.
9370 (show_hourglass, hide_hourglass): Remove prototypes and static
9371 modifiers.
9372 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9373 hourglass_atimer, hourglass_shown_p declaration/initialization.
9374 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9375 (DEFAULT_HOURGLASS_DELAY): Remove.
9376 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9377 hourglass_shown_p declaration/initialization.
9378
93792008-07-14 Jason Rumney <jasonr@gnu.org>
9380
9381 * w32fns.c (w32_get_arg): Remove wrapper function.
9382 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9383 directly.
9384 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9385
93862008-07-14 Kenichi Handa <handa@m17n.org>
9387
9388 * xfont.c (xfont_open): Add workaround for X's bug.
9389
93902008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9391
9392 * fontset.c: Include <stdio.h> unconditionally.
9393
93942008-07-13 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9397 for filtering.
9398
93992008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9400
9401 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9402
9403 * m/macppc.h:
9404 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9405
9406 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9407 (SPECIAL_EMACS_INT):
9408 * m/ia64.h (SPECIAL_EMACS_INT):
9409 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9410 * s/gnu.h (NLIST_STRUCT):
9411 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9412 * s/gnu-linux.h (LINUX):
9413 * s/msdos.h (HAVE_FACES):
9414 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9415
9416 * systty.h:
9417 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9418 anymore.
9419
94202008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9421
9422 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9423 always defined as int.
9424
9425 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9426 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9427 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9428 * s/freebsd.h (HAVE_WAIT_HEADER):
9429 * s/bsd-common.h (HAVE_UNION_WAIT):
9430 * s/aix4-2.h (HAVE_WAIT_HEADER):
9431 * m/mips.h (HAVE_UNION_WAIT):
9432 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9433 (COFF, static): Do not define, they are undefined later in the file.
9434
9435 * process.c (update_status): Don't use a union.
9436 (status_convert):
9437 (sigchld_handler): Use int instead of WAITTYPE.
9438
94392008-07-12 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * indent.c (Fvertical_motion): Restore hscroll before moving to
9442 goal column.
9443
94442008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * lisp.h: Remove left over code.
9447
94482008-07-11 Andreas Schwab <schwab@suse.de>
9449
9450 * lisp.h: Fix logic in last change.
9451
9452 * menu.h: New file.
9453 * menu.c: Include it.
9454 * xmenu.c: Likewise.
9455 * Makefile.in: Update dependencies.
9456
94572008-07-11 Kenichi Handa <handa@m17n.org>
9458
9459 * fontset.c (fontset_from_font): Cancel the previous change.
9460
94612008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9462
9463 * lisp.h:
9464 * w32heap.c:
9465 * emacs.c:
9466 * alloc.c: Replace all references of NO_UNION_TYPE with
9467 USE_LISP_UNION_TYPE.
9468
9469 * m/xtensa.h (NO_UNION_TYPE):
9470 * m/vax.h (NO_UNION_TYPE):
9471 * m/template.h (NO_UNION_TYPE):
9472 * m/sparc.h (NO_UNION_TYPE):
9473 * m/mips.h (NO_UNION_TYPE):
9474 * m/macppc.h (NO_UNION_TYPE):
9475 * m/m68k.h (NO_UNION_TYPE):
9476 * m/iris4d.h (NO_UNION_TYPE):
9477 * m/intel386.h (NO_UNION_TYPE):
9478 * m/ibms390x.h (NO_UNION_TYPE):
9479 * m/ibms390.h (NO_UNION_TYPE):
9480 * m/ibmrs6000.h (NO_UNION_TYPE):
9481 * m/ia64.h (NO_UNION_TYPE):
9482 * m/hp800.h (NO_UNION_TYPE):
9483 * m/arm.h (NO_UNION_TYPE):
9484 * m/amdx86-64.h (NO_UNION_TYPE):
9485 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9486 defining it the same.
9487
94882008-07-10 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9491
94922008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9493
9494 * fileio.c:
9495 * sysdep.c
9496 * systty.h:
9497 * m/ibmrs6000.h:
9498 * m/iris4d.h:
9499 * s/aix4-2.h:
9500 * s/freebsd.h:
9501 * s/gnu-linux.h:
9502 * s/hpux10-20.h:
9503 * s/hpux11.h:
9504 * s/netbsd.h:
9505 * s/sol2-3.h:
9506 * s/sol2-4.h:
9507 * s/sol2.h:
9508 * s/usg5-4.h:
9509 * s/vms.h: Remove references to unused variables.
9510
95112008-07-10 Andreas Schwab <schwab@suse.de>
9512
9513 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9514 pattern before matching the generic family.
9515
95162008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9517
9518 * unexec.c:
9519 * s/vms.h:
9520 * s/usg5-4-2.h:
9521 * s/sol2-5.h:
9522 * s/freebsd.h:
9523 * s/darwin.h: Remove dead code.
9524
9525 * m/template.h:
9526 * m/sparc.h:
9527 * m/mips.h:
9528 * m/m68k.h:
9529 * m/iris4d.h:
9530 * m/intel386.h:
9531 * m/ibms390x.h:
9532 * m/ibms390.h:
9533 * m/ia64.h:
9534 * m/hp800.h:
9535 * m/arm.h:
9536 * m/amdx86-64.h: Remove dead code and references to unused
9537 and compiler defined symbols.
9538
9539 * unexmips.c:
9540 * unexelf.c: Remove references to desupported systems.
9541
9542 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9543
9544 * m/powermac.h: Remove boilerplate comments.
9545 (NO_REMAP): Remove unused definition.
9546
9547 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9548 define them.
9549
95502008-07-10 Kenichi Handa <handa@m17n.org>
9551
9552 * xfont.c (xfont_open): Log the reason of failure.
9553
95542008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * fontset.c (fontset_get_font_group):
9557 * font.c (font_check_otf): Specify argument types.
9558
95592008-07-09 Kenichi Handa <handa@m17n.org>
9560
9561 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9562 non-ASCII char is found.
9563
9564 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9565 (reorder_font_vector): Change the arg preferred_family to font.
9566 Prefer the spec matching with font.
9567 (fontset_get_font_group): New function.
9568 (fontset_find_font): Change the format of an element of a realized
9569 fontset. Use fontset_get_font_group.
9570 (fontset_font): Try the current fontset, the default fontset, the
9571 fallbacks of the current fontset, and the fallbacks of the default
9572 fontset in this order.
9573 (face_for_char): Delete the shortcut to use the current font.
9574 (fontset_from_font): Don't set fonts for Latin in the fontset.
9575
9576 * font.h (font_make_object, font_match_p): Adjust prototypes.
9577
9578 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9579
9580 * font.c (font_make_object): New arg entity and pixelsize.
9581 (font_check_otf_features, font_check_otf): New functions.
9582 (font_match_p): Check :lang, :script, and :otf properties.
9583
9584 * xfont.c (xfont_open): Adjust it for the change of
9585 font_make_object.
9586 (xfont_text_extents): Fix initial setting of metrics.
9587
9588 * ftfont.c (struct ftfont_info): New member index, delete member
9589 fc_charset_idx. Make the member order compatible with struct
9590 xftfont_info.
9591 (fc_charset_table): Change charset names to registry names.
9592 (ftfont_pattern_entity): Delete the args registry and
9593 fc_charset_idx. Change the value of :font-entity property
9594 to (FONTNAME . INDEX). Always set :registry property to
9595 `iso10646-1'.
9596 (struct ftfont_cache_data): New struct.
9597 (ftfont_lookup_cache): New arg for_face.
9598 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9599 (ftfont_driver): Set the member otf_capability.
9600 (ftfont_get_charset): Adjust it for the change of
9601 fc_charset_table.
9602 (OTF_TAG_SYM): New macro.
9603 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9604 for the change of fc_charset_table.
9605 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9606 ftfont_pattern_entity. Add FC_INDEX to objset.
9607 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9608 and ftfont_pattern_entity.
9609 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9610 font_make_object, struct ftfont_info.
9611 (ftfont_has_char): Use ftfont_get_fc_charset.
9612 (ftfont_otf_features, ftfont_otf_capability): New functions.
9613 (ftfont_shape): Use ftfont_get_otf.
9614 (ftfont_text_extents): Fix initial setting of metrics.
9615
9616 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9617 member order compatible with struct ftfont_info.
9618 (xftfont_open): Add FC_CHARSET to the pattern. Set
9619 xftfont_info->ft_size. Don't unlock the face. Check BDF
9620 properties if appropriate.
9621 (xftfont_close): Unlock the face.
9622 (xftfont_anchor_point, xftfont_shape): Deleted.
9623 (syms_of_xftfont): Don't set members anchor_point and shape of
9624 xftfont_driver.
9625
9626 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9627 font_make_object.
9628
9629 * w32font.c (w32font_open): Adjust it for the change of
9630 font_make_object.
9631 (w32font_open_internal): Don't set properties of font_object here.
9632
96332008-07-08 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * macfns.c (x_create_tip_frame):
9636 * w32fns.c (x_create_tip_frame):
9637 * xfns.c (x_create_tip_frame): Pass parameter argument to
9638 face-set-after-frame-default.
9639
9640 * xfaces.c (Finternal_merge_in_global_face): Save merged
9641 attributes for the default face back into the face vector.
9642
96432008-07-08 Andreas Schwab <schwab@suse.de>
9644
9645 * fontset.h: Declare fontset_from_font. Don't declare
9646 new_fontset_from_font and fontset_from_font_name.
9647 * xterm.c: Include "fontset.h".
9648 * Makefile.in (xterm.o): Update dependencies.
9649
96502008-07-08 Glenn Morris <rgm@gnu.org>
9651
9652 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9653 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9654
96552008-07-07 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9658 (x_set_frame_parameters): Don't bind it.
9659
96602008-07-07 Juanma Barranquero <lekktu@gmail.com>
9661
9662 * w32fns.c (map_w32_filename): Declare extern.
9663
96642008-07-07 Jason Rumney <jasonr@gnu.org>
9665
9666 * w32term.c (WS_EX_LAYERED): Define if not already.
9667
96682008-07-06 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * xfaces.c (set_font_frame_param): Don't try to set the font
9671 parameter if it is still unspecified in the lface.
9672
96732008-07-05 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9676 face if it didn't already exist.
9677
9678 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9679
96802008-07-05 Andreas Schwab <schwab@suse.de>
9681
9682 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9683
96842008-07-05 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9687 word-wrapping.
9688 (IT_DISPLAYING_WHITESPACE): New macro.
9689 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9690 when word-wrapping. Simplify word-wrapping logic. Use correct
9691 pixel positions when saving copies of the iterator.
9692 (display_line): Use proper wrap point if the last character on a
9693 line was preceded by whitespace.
9694
96952008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9698
96992008-07-04 Kenichi Handa <handa@m17n.org>
9700
9701 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9702
9703 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9704
97052008-07-02 Jason Rumney <jasonr@gnu.org>
9706
9707 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 9708 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
9709
9710 * xdisp.c (next_element_from_display_vector): Move assignment out
9711 of if statement.
9712
97132008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9714
9715 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9716
9717 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9718 (syms_of_fileio): Initialize and export them.
9719 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9720
9721 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9722 (Fsystem_move_file_to_trash): New function.
9723 (syms_of_w32fns): Export it to lisp.
9724
97252008-07-01 Jason Rumney <jasonr@gnu.org>
9726
9727 * w32font.c (w32font_text_extents): Don't count overhang as part
9728 of width.
9729
97302008-06-30 Miles Bader <miles@gnu.org>
9731
9732 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9733 Add `avoid_cursor_p' field.
9734
9735 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9736 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9737 (append_glyph, append_composite_glyph, produce_image_glyph)
9738 (append_stretch_glyph): Initialize avoid_cursor_p.
9739 (get_it_property): Rename from `get_line_height_property'.
9740 (x_produce_glyphs): Use get_it_property.
9741 (handle_line_prefix, push_display_prop): New functions.
9742 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9743 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9744 New variables.
9745 (syms_of_xdisp): Initialize them.
9746
97472008-06-30 Kenichi Handa <handa@m17n.org>
9748
9749 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9750 XftDefaultSubstitute (they are called in XftFontMatch).
9751 (xftfont_open): Fix args to ftfont_font_format.
9752
9753 * ftfont.c (fc_charset_table): New member lang.
9754 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 9755 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
9756 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9757 (ftfont_open): Fix args to ftfont_font_format.
9758 (ftfont_font_format): New arg filename.
9759
97602008-06-30 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * xfaces.c (Finternal_merge_in_global_face): If default face was
9763 modified, realize it again. Update the font face attribute.
9764
97652008-06-29 Jason Rumney <jasonr@gnu.org>
9766
9767 * w32term.c (x_set_frame_alpha): Fix logic.
9768
97692008-06-29 Kenichi Handa <handa@m17n.org>
9770
9771 * fontset.c (Finternal_char_font): Return font-object instead of
9772 font-name.
9773
9774 * composite.c (get_composition_id): Fix the width calculation for TAB.
9775
97762008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * indent.c (Fvertical_motion): Properly handle float column arg.
9779
97802008-06-28 Jason Rumney <jasonr@gnu.org>
9781
9782 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9783 (pfnSetLayeredWindowAttributes): New function pointer.
9784 (w32_initialize): Initialize it when supported.
9785 (x_set_frame_alpha): New function.
9786
9787 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9788 (w32_frame_parm_handlers): Set alpha handler.
9789
9790 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9791
97922008-06-27 Jason Rumney <jasonr@gnu.org>
9793
9794 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9795 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9796 (w32_to_x_charset, x_to_w32_charset)
9797 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9798 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9799 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9800 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9801 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9802 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9803 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9804 (Qw32_charset_unicode): Remove.
9805 (syms_of_w32fns): Update for above changes.
9806
9807 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9808 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9809 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9810 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9811 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9812 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9813 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9814 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9815 (syms_of_w32font): Update for above changes.
9816
98172008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9820 removed #if.
9821 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9822
98232008-06-26 Juanma Barranquero <lekktu@gmail.com>
9824 Eli Zaretskii <eliz@gnu.org>
9825
9826 * makefile.w32-in (LOCAL_FLAGS):
9827 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9828
9829 * sysdep.c (_spawnlp, _getpid):
9830 Declare with explicit _cdecl instead of _CRTAPI1.
9831
9832 * editfns.c (Fget_internal_run_time):
9833 Check for WINDOWSNT with #ifdef, not #if.
9834
98352008-06-26 Jason Rumney <jasonr@gnu.org>
9836
9837 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9838
9839 * w32term.c (x_draw_glyph_string_foreground)
9840 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9841 Use FONT_HANDLE macro.
9842 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9843
9844 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9845 (uniscribe_encode_char): Use FONT_HANDLE macro.
9846
9847 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9848 (w32font_text_extents): Use precast w32_font.
9849 (w32font_close): Free cached metrics.
9850 (w32font_open_internal): Allocate space for name on stack.
9851
98522008-06-26 Chong Yidong <cyd@stupidchicken.com>
9853
9854 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9855
98562008-06-26 Jason Rumney <jasonr@gnu.org>
9857
9858 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9859 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9860
98612008-06-26 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9864
98652008-06-26 Jason Rumney <jasonr@gnu.org>
9866
9867 * w32bdf.c, w32bdf.h: Remove obsolete files.
9868
9869 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9870
9871 * w32gui.h: Don't include w32bdf.h.
9872 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9873 Remove obsolete font support.
9874
9875 * w32font.h (struct w32font_info): Remove compat_w32_font.
9876 Add hfont member.
9877 (FONT_COMPAT): Remove obsolete macro.
9878
9879 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9880 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9881 (w32font_open_internal): Remove compat code. Set new hfont member.
9882 (Fx_select_font): Use new hfont member.
9883
9884 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9885 (uniscribe_encode_char): Use new hfont member.
9886
9887 * w32term.c (x_draw_glyph_string_foreground)
9888 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9889 (x_draw_glyph_string): Use metrics in w32font_info.
9890
98912008-06-26 Kenichi Handa <handa@m17n.org>
9892
9893 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9894
98952008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9896
9897 * unexnext.c:
9898 * m/ews4800.h:
9899 * m/hp9000s300.h:
9900 * m/ibm370aix.h:
9901 * m/mips-siemens.h:
9902 * m/ncr386.h:
9903 * m/next.h:
9904 * m/pmax.h:
9905 * m/powerpcle.h:
9906 * m/tandem-s2.h:
9907 * s/386bsd.h:
9908 * s/bsd386.h:
9909 * s/bsd4-1.h:
9910 * s/bsd4-2.h:
9911 * s/bsdos2-1.h:
9912 * s/bsdos2.h:
9913 * s/bsdos3.h:
9914 * s/bsdos4.h:
9915 * s/nextstep.h:
9916 * s/ultrix4-3.h:
9917 * s/usg5-0.h:
9918 * s/usg5-2-2.h:
9919 * s/usg5-2.h:
9920 * s/usg5-4-3.h:
9921 * s/ux4800.h:
9922 * s/uxpds.h:
9923 * s/uxpv.h: Remove support for obsolete systems.
9924 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9925 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9926 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9927 Remove, insert contents in s/aix4-2.h.
9928 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9929 * s/bsd4-3.h: Rename to ...
9930 * s/bsd-common.h: ... this.
9931 * data.c:
9932 * doc.c:
9933 * ecrt0.c:
9934 * emacs.c:
9935 * fileio.c:
9936 * floatfns.c:
9937 * keyboard.c:
9938 * mem-limits.h:
9939 * print.c:
9940 * process.c:
9941 * sysdep.c:
9942 * syssignal.h:
9943 * systty.h:
9944 * syswait.h:
9945 * term.c:
9946 * unexec.c:
9947 * unexelf.c:
9948 * unexhp9k800.c:
9949 * m/hp800.h:
9950 * m/ibmrs6000.h:
9951 * m/mips.h:
9952 * m/vax.h:
9953 * s/darwin.h:
9954 * s/freebsd.h:
9955 * s/gnu.h:
9956 * s/ms-w32.h:
9957 * s/msdos.h:
9958 * s/netbsd.h:
9959 * s/template.h: Remove references to obsolete variables.
9960
9961 * Makefile.in: Add dependencies for all unexec files.
9962 (admindir): Remove unused variable.
9963 (UNEXEC_SRC): Remove references.
9964
99652008-06-25 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * xfns.c (x_default_font_parameter): If Xft is available, first
9968 try Monospace-12 for the default font.
9969
99702008-06-25 Jason Rumney <jasonr@gnu.org>
9971
9972 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9973
99742008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9977
9978 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9979
99802008-06-25 Juanma Barranquero <lekktu@gmail.com>
9981
9982 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9983 <scroll-conservatively>: Fix typo in docstring.
9984
9985 * xselect.c (Fx_send_client_event): Doc fix.
9986
99872008-06-25 Kenichi Handa <handa@m17n.org>
9988
9989 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9990
9991 * font.c (font_parse_fcname): Remove unused variables.
9992 (font_sort_entites): Delete the arg SPEC. Caller changed.
9993 Fix for the case of ! best_only.
9994 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9995
9996 * lisp.h (Fstring_to_unibyte): EXFUN it.
9997
9998 * character.h (str_to_unibyte): Extern it.
9999
10000 * character.c (str_to_unibyte): New function.
10001
10002 * fns.c (Fstring_to_unibyte): New function.
10003 (syms_of_fns): Defsubr it.
10004
100052008-06-24 Kenichi Handa <handa@m17n.org>
10006
10007 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
10008 DPI too.
10009 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
10010
100112008-06-24 Andreas Schwab <schwab@suse.de>
10012
10013 * Makefile.in (${lispsource}loaddefs.el): Rename from
10014 ../lisp/loaddefs.el.
10015 (bootstrap-clean): Do what distclean does but don't remove
10016 Makefile.
10017 (distclean): Depend on bootstrap-clean and remove Makefile.
10018
100192008-06-24 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * buffer.h (struct buffer): New member word_wrap.
10022
10023 * buffer.c (syms_of_buffer): New variables default-word-wrap and
10024 word-wrap.
10025 (init_buffer_once): Initialize them.
10026
10027 * dispextern.h (struct it): Replace bool truncate_lines_p with a
10028 line_wrap enum possessing three possible values.
10029
10030 * termopts.h: Replace truncate_partial_width_windows with
10031 Vtruncate_partial_width_windows.
10032
10033 * dispnew.c (direct_output_for_insert): Avoid direct output when
10034 inserting a space with word wrap on.
10035
10036 * indent.c (compute_motion): Obey integer values of
10037 truncate-partial-width-windows.
10038
10039 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
10040 replacing truncate_partial_width_windows.
10041 (init_iterator): If Vtruncate_partial_width_windows is an integer,
10042 truncate only if the window width is below that integer.
10043 (start_display, resize_mini_window, produce_stretch_glyph)
10044 (display_string, move_it_in_display_line_to): Use line_wrap.
10045 (back_to_previous_visible_line_start, reseat_1): Reset
10046 string_from_display_prop_p.
10047 (display_line): Extend default face to end of line when wrapping.
10048
100492008-06-24 Kim F. Storm <storm@cua.dk>
10050
10051 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
10052 to wrap continued lines at word boundaries.
10053
100542008-06-24 Jason Rumney <jasonr@gnu.org>
10055
10056 * font.c (Ffont_face_attributes): Multiply pixel size before point
10057 conversion to avoid multiplying rounding error.
10058
100592008-06-23 Jason Rumney <jasonr@gnu.org>
10060
10061 * w32term.c (x_draw_glyph_string_background)
10062 (x_draw_glyph_string): Remove old bdf font code.
10063
10064 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
10065
100662008-06-22 Kenichi Handa <handa@m17n.org>
10067
10068 * font.c (font_find_for_lface): Try the adstyle specified in
10069 the property of LFACE_FONT of LFACE (if any).
10070
100712008-06-21 Seiji Zenitani <zenitani@mac.com>
10072 Ryo Yoshitake <ryo@shiftmode.net>
10073
10074 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10075
100762008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
10079 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
10080 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
10081 (witness-emacs): Remove.
10082 (lisp, shortlisp): Move loaddefs.el earlier.
10083 (mostlyclean): Forget about witness-emacs.
10084
100852008-06-22 Glenn Morris <rgm@gnu.org>
10086
10087 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
10088 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
10089
100902008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * Makefile.in (PRECOMP): Remove.
10093 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
10094 (witness-emacs): Run `compile-first'.
10095 (.el.elc): Use the new compile-onefile target.
10096
100972008-06-21 Kenichi Handa <handa@m17n.org>
10098
10099 * xftfont.c (xftfont_open): Handle QCembolden only when
10100 FC_EMBOLDEN is defined.
10101
101022008-06-21 Andreas Schwab <schwab@suse.de>
10103
10104 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
10105 (.el.elc): Likewise.
10106
101072008-06-21 Miles Bader <miles@gnu.org>
10108
10109 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
10110 build dir, not the lisp source dir.
10111
101122008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
10115 (bootstrapclean): Remove.
10116 (.el.elc): New rule.
10117 (PRECOMP): New var.
10118 (../lisp/subdirs.el): Remove.
10119 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
10120 (witness-emacs): New target.
10121 (mostlyclean): Remove witness-emacs as well.
10122 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
10123 Add witness-emacs dependency.
10124
101252008-06-20 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
10128 defined by the font.
10129
101302008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
10133 (bootstrap-clean): New target that keeps TAGS around.
10134 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
10135 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
10136
101372008-06-20 Jason Rumney <jasonr@gnu.org>
10138
10139 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10140 Remove obsolete font code.
10141
10142 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10143 to determine language support.
10144
101452008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10146
10147 * sysdep.c (cfsetspeed): New fun extracted from the code.
10148 (cfmakeraw): Move before first use.
10149
101502008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10151
10152 * sysdep.c (cfmakeraw): Provide fallback implementation.
10153 (serial_configure): Provide fallback implementation of cfsetspeed.
10154
101552008-06-20 Kenichi Handa <handa@m17n.org>
10156
10157 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10158 the pattern.
10159
10160 * fontset.c (fontset_from_font): Copy font_spec before changing
10161 the elements.
10162
10163 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10164
101652008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10168 for explicit `font' parameters.
10169
10170 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10171
101722008-06-19 Kenichi Handa <handa@m17n.org>
10173
10174 * frame.c: Include <ctype.h>.
10175 (x_set_font_backend): Allow spacing characters in the X resource
10176 for FontBackend.
10177
101782008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * w32fns.c, xfns.c (Qfont_param): New var.
10181 (syms_of_w32fns): Initialize it.
10182 (x_default_font_parameter): Record explicit `font' into
10183 `font-parameter'.
10184
101852008-06-18 Kenichi Handa <handa@m17n.org>
10186
10187 * font.c (font_parse_xlfd): Fix previous change.
10188 (font_parse_fcname): Don't use :fc-unknown-spec.
10189 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10190 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10191 (font_add_log): Prepend the driver name to the resulting fonts.
10192
10193 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10194 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10195 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10196
10197 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10198 (QCembolden): New variables.
10199 (syms_of_xftfont): DEFSYM them.
10200 (xftfont_open): Call XftFontMatch. Don't trust the result of
10201 XftTextExtents8 if the pixel_size is less than 5.
10202
102032008-06-18 Andreas Schwab <schwab@suse.de>
10204
10205 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10206 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10207
102082008-06-18 Jason Rumney <jasonr@gnu.org>
10209
10210 * w32font.c (w32font_list, w32font_match): Add logging.
10211
10212 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10213
102142008-06-17 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * font.c (font_parse_fcname): Store divider characters for
10217 unknown-spec list. For known key symbols, intern using correct
10218 symbol name.
10219
102202008-06-17 Kenichi Handa <handa@m17n.org>
10221
10222 * xfaces.c (realize_default_face): If the frame is not on window
10223 system, set the fontset of face to nil.
10224
102252008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10226
10227 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10228
102292008-06-16 Juanma Barranquero <lekktu@gmail.com>
10230
10231 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10232 (build_font_name_from_vector): Delete externs.
10233
10234 * xfaces.c (struct font_name): Don't declare.
10235
102362008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10239
102402008-06-16 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10243
102442008-06-16 Juanma Barranquero <lekktu@gmail.com>
10245
10246 * font.c (Ffont_spec): Fix usage in docstring.
10247 (Ffont_face_attributes): Doc fix.
10248
102492008-06-16 Andreas Schwab <schwab@suse.de>
10250
10251 * font.c (Ffont_face_attributes): Fix definition.
10252
102532008-06-16 Jason Rumney <jasonr@gnu.org>
10254
10255 * font.h (font_style_symbolic_from_value): Remove.
10256
10257 * font.c (font_style_symbolic_from_value): Remove.
10258 (font_style_symbolic): Revert to pre 2008-06-13 version.
10259
10260 * w32font.c (w32_to_fc_weight): New function.
10261 (w32font_full_name, logfont_to_fcname): Use it.
10262
102632008-06-16 Kenichi Handa <handa@m17n.org>
10264
10265 * font.c (font_check_object): Delete it.
10266 (font_clear_cache): Check if a font-object is alive.
10267 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10268 font-object to nil.
10269 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10270 (font_at): Don't call font_check_object.
10271 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10272
102732008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10274
10275 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10276
102772008-06-16 Chong Yidong <cyd@stupidchicken.com>
10278
10279 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10280
102812008-06-15 Chong Yidong <cyd@stupidchicken.com>
10282
10283 * font.c (font_parse_fcname): Only one decimal point.
10284 (font_unparse_fcname): Handle data in family and foundry indices
10285 as symbols, not strings.
10286 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10287
10288 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10289
10290 * font.h (font_unparse_gtkname): Add prototype.
10291
102922008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10293
10294 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10295
102962008-06-15 Andreas Schwab <schwab@suse.de>
10297
10298 * font.c (font_update_drivers): Fix crash when no drivers match.
10299
103002008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10303 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10304
103052008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10308
103092008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * process.c (Fserial_process_configure, Fprocess_send_eof):
10312 Use EQ to compare Lisp_Objects.
10313
103142008-06-13 Jason Rumney <jasonr@gnu.org>
10315
10316 * w32fns.c (Fw32_select_font): Remove old font API function.
10317
10318 * w32font.c (logfont_to_fcname): New function.
10319 (Fx_select_font): New font dialog function compatible with
10320 GTK/fontconfig version.
10321
10322 * font.c (font_style_symbolic_from_value): New function.
10323 (font_style_symbolic): Use it.
10324
10325 * font.h (font_style_symbolic_from_value): Declare new function.
10326
103272008-06-13 Juanma Barranquero <lekktu@gmail.com>
10328
10329 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10330 <font-width-table>: Fix typos in docstrings.
10331
103322008-06-13 Daniel Engeler <engeler@gmail.com>
10333
10334 These changes add serial port access.
10335 * process.c: Add HAVE_SERIAL.
10336 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10337 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10338 (list_processes_1, select_wrapper, Fstop_process)
10339 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10340 (status_notify): Modify to handle serial processes.
10341 [HAVE_SERIAL] (Fserial_process_configure)
10342 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10343 New functions.
10344 * process.h (struct Lisp_Process): Add `type'.
10345 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10346 New functions.
10347 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10348 serial ports.
b71ac3dd 10349 (serial_open, serial_configure): New functions.
aac0c6e3
MR
10350 * w32.h: Add FILE_SERIAL.
10351 (struct _child_process): Add ovl_read, ovl_write.
10352
103532008-06-13 Kenichi Handa <handa@m17n.org>
10354
10355 * dispextern.h (enum lface_attribute_index): New member
10356 LFACE_FOUNDRY_INDEX.
10357
10358 * font.c (font_score): Delete arg alternate_families. Check only
10359 weight, slant, width, and size. Ignore the difference of alias
10360 style symbols.
10361 (font_sort_entites): Adjust for the above change. Reflect the
10362 order of font-driver to scores.
10363 (font_list_entities): Don't check alternate_familes here.
10364 (font_clear_prop): Handle foundry.
10365 (font_update_lface): Don't parse "foundry-family" form here.
10366 Handle FONT_FOUNDRY_INDEX.
10367 (font_find_for_lface): Likewise. Handle alternate families here.
10368 If registry is nil, try iso8859-1 and ascii-0.
10369 (font_open_for_lface): Pay attention to size in ENTITY.
10370 (font_open_by_name): Simplify by calling font_load_for_lface.
10371 (free_font_driver_list): Delete it.
10372 (font_update_drivers): Preserve the order of backends.
10373 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10374 of font_score and font_sort_entites.
10375 (font_update_sort_order): Likewise.
10376
10377 * xfaces.c (LFACE_FOUNDRY): New macro.
10378 (check_lface_attrs): Check foundry.
10379 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10380 (merge_face_vectors): Check foundry.
10381 (merge_face_ref): Likewise.
10382 (Finternal_set_lisp_face_attribute): Likewise.
10383 (x_update_menu_appearance): Likewise.
10384 (Finternal_get_lisp_face_attribute): Likewise.
10385 (lface_hash): Likewise.
10386 (lface_same_font_attributes_p): Likewise.
10387 (x_supports_face_attributes_p): Likewise.
10388 (tty_supports_face_attributes_p): Likewise.
10389 (Finternal_set_alternative_font_family_alist): Intern strings.
10390 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10391 (realize_default_face): Set LFACE_FOUNDRY (lface).
10392
10393 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10394 font-driver at first.
10395
10396 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10397
103982008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10399
10400 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10401
104022008-06-12 Jim Meyering <meyering@redhat.com>
10403
10404 Make unexec_free handle NULL the same way free does.
10405 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10406
104072008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10410 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10411 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10412 (WEAK_ALIAS): Simplify.
10413 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10414 when searching a unibyte buffer.
10415
104162008-06-12 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10419
104202008-06-12 Juanma Barranquero <lekktu@gmail.com>
10421
10422 * w32font.c: Include ctype.h.
10423
104242008-06-11 Jason Rumney <jasonr@gnu.org>
10425
10426 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10427 misreported as space.
10428 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10429 as aliases for registry iso10646-1.
10430
104312008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * buffer.c (clone_per_buffer_values): Skip `name'.
10434
104352008-06-11 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * font.c (font_parse_fcname): Fix last change; accept decimal
10438 points in font size.
10439
104402008-06-10 Jason Rumney <jasonr@gnu.org>
10441
10442 * w32uniscribe.c (add_opentype_font_name_to_list):
10443 Skip non unicode fonts.
10444
104452008-06-10 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * xfns.c (Fx_font_dialog): New function.
10448
10449 * gtkutil.c (xg_dialog_response_cb): Rename from
10450 xg_file_response_callback.
10451 (pop_down_dialog): Rename from pop_down_file_dialog.
10452 (xg_get_file_name): Callers changed.
10453 (xg_get_font_name): New function.
10454
10455 * gtkutil.h (xg_get_font_name): Insert prototype.
10456
104572008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10460 x_underline_minimum_display_offset.
10461 (syms_of_xdisp): Declare it here rather than in xterm.c.
10462 * dispextern.h (underline_minimum_offset): Declare it.
10463 * w32term.c (x_draw_glyph_string): Use it.
10464 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10465 (syms_of_xterm): Don't declare it any more.
10466 (x_draw_glyph_string): Adjust to the new name.
10467
8719abec 104682008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
10469
10470 * xterm.c (x_underline_minimum_display_offset): New var.
10471 (x_draw_glyph_string): Use it.
10472 (syms_of_xterm): Declare it.
10473
104742008-06-10 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * font.c (font_parse_fcname): Accept GTK-style font names too.
10477
104782008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * dired.c (file_name_completion): Don't return t if the match is exact
10481 but with different capitalization.
10482 * minibuf.c (Ftry_completion): Simplify.
10483
10484 * window.c (Vwindow_point_insertion_type): New var.
10485 (set_window_buffer): Use it.
10486 (syms_of_window): Init and export it to Lisp.
10487
104882008-06-10 Kenichi Handa <handa@m17n.org>
10489
10490 * font.h (font_intern_prop): Prototype adjusted.
10491
10492 * font.c (font_intern_prop): New arg force_symbol.
10493 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10494 Adjust for the change of font_intern_prop.
10495
10496 * ftfont.c (ftfont_pattern_entity):
10497 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10498 (w32_registry):
10499 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10500 the change of font_intern_prop.
10501
105022008-06-09 Juanma Barranquero <lekktu@gmail.com>
10503
10504 * w32menu.c (digest_single_submenu): Declare extern.
10505
105062008-06-09 Jason Rumney <jasonr@gnu.org>
10507
10508 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10509
10510 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10511 (parse_single_submenu): Remove.
10512 (digest_single_submenu): Remove.
10513 (syms_of_w32menu): Don't initialise variables that have moved
10514 to menu.c.
10515 (set_frame_menubar): Sync with version in xmenu.c.
10516 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10517
10518 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10519 Make static again.
10520
105212008-06-09 Jason Rumney <jasonr@gnu.org>
10522
10523 Changes to w32 files related to the move of common menu code
10524 to menu.c on 2008-06-08 by Chong Yidong.
10525
10526 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10527 defs to w32gui.h.
10528 (single_keymap_panes, push_menu_item, push_menu_pane):
10529 Make globally visible.
10530
10531 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10532 (local_free, malloc_widget_value, free_widget_value)
10533 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10534 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10535 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10536 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10537 (menu_items, menu_items_allocated, menu_items_used)
10538 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10539 (init_menu_items, finish_menu_items, discard_menu_items)
10540 (grow_menu_items, push_submenu_start, push_submenu_end)
10541 (push_left_right_boundary, push_menu_pane, push_menu_item)
10542 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10543 (free_menubar_widget_tree_value, parse_single_submenu)
10544 (update_submenu_strings): Remove functions.
10545 (xmalloc_widget_value): Remove and declare extern.
10546
10547 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10548 (OBJ1): Build it.
10549
10550 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10551 (local_heap, local_alloc, local_free, malloc_widget_value)
10552 (free_widget_value): Define here.
10553
105542008-06-09 Kenichi Handa <handa@m17n.org>
10555
10556 * font.h (Qascii_0): Extern it.
10557
10558 * font.c (Qascii_0): New variable.
10559 (syms_of_font): DEFSYM it.
10560 (font_open_by_name): If the registry "iso8859-1" fails, try also
10561 "ascii-0".
10562
10563 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10564
105652008-06-08 Kenichi Handa <handa@m17n.org>
10566
10567 * .gdbinit (xfont): New command.
10568
105692008-06-08 Andreas Schwab <schwab@suse.de>
10570
10571 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10572 * Makefile.in (menu.o): Update dependencies.
10573
10574 * Makefile.in (obj): Always add menu.o.
10575 * emacs.c (main): Always call syms_of_menu.
10576 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10577
105782008-06-08 Chong Yidong <cyd@stupidchicken.com>
10579
10580 * Makefile.in: Compile menu.c.
10581
10582 * lisp.h: Declare syms_of_menu.
10583
10584 * emacs.c (main): Call syms_of_menu.
10585
10586 * keyboard.h: Relocate platform-independent menu definitions from
10587 xmenu.c.
10588
10589 * menu.c: New file. Relocate platform-independent menu
10590 definitions from xmenu.c. Suggested by Adrian Robert.
10591
10592 * xmenu.c: Remove platform-independent menu definitions.
10593 (menu_items menu_items_inuse, menu_items_allocated)
10594 (menu_items_used, menu_items_n_panes)
10595 (menu_items_submenu_depth): Move to keyboard.h.
10596 (init_menu_items, finish_menu_items, unuse_menu_items)
10597 (discard_menu_items, restore_menu_items, save_menu_items)
10598 (grow_menu_items, push_submenu_start, push_submenu_end)
10599 (push_left_right_boundary, push_menu_pane, push_menu_item)
10600 (keymap_panes, single_keymap_panes, single_menu_item)
10601 (list_of_panes, list_of_items, find_and_call_menu_selection)
10602 (xmalloc_widget_value, free_menubar_widget_value_tree)
10603 (parse_single_submenu, digest_single_submenu)
10604 (update_submenu_strings): Move to menu.c.
10605
106062008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10609
106102008-06-06 Miles Bader <miles@gnu.org>
10611
10612 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10613 face, not frame default.
10614
106152008-06-05 Martin Rudalics <rudalics@gmx.at>
10616
10617 * window.c (pop_up_windows, pop_up_frames)
10618 (display_buffer_reuse_frames, Vpop_up_frame_function)
10619 (Vdisplay_buffer_function, Veven_window_heights)
10620 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10621 (Vspecial_display_function, Vsame_window_buffer_names)
10622 (Vsame_window_regexps, split_height_threshold)
10623 (Vsplit_window_preferred_function): Move those vars to window.el.
10624 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10625 (Fdisplay_buffer): Move those functions to window.el.
10626 (syms_of_window): Remove corresponding declarations.
10627 (display_buffer): New function.
10628 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10629 * dispnew.c (Flast_nonminibuf_frame): New function.
10630 * buffer.c (Fpop_to_buffer): Move to window.el.
10631
106322008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10635
106362008-06-05 Kenichi Handa <handa@m17n.org>
10637
10638 * coding.c (detect_coding): Fix previous change.
10639 (detect_coding_system): Likewise.
10640
106412008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10644
10645 * keymap.c (Vminibuffer_local_filename_must_match_map):
10646 Rename from Vminibuffer_local_must_match_filename_map.
10647 (syms_of_keymap):
10648 * minibuf.c (Fcompleting_read): Adjust accordingly.
10649 * commands.h: Rename declaration as well.
10650
106512008-06-05 Kenichi Handa <handa@m17n.org>
10652
10653 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10654 family name.
10655 (Ffont_put): Likewise.
10656
10657 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10658 current font-spec.
10659
10660 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10661 is unspecified.
10662
10663 * xfaces.c (realize_x_face): If the font-related face attributes
10664 are the same as those of default face, realize a new fontset from
10665 default->fontset.
10666 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10667
106682008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10671 (move_it_in_display_line): New wrapper.
10672
10673 * window.c (window_scroll_pixel_based_preserve_x)
10674 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10675 (window_scroll_pixel_based, window_scroll_line_based):
10676 Use them to preserve column positions.
10677 (syms_of_window): Initialize them.
10678
10679 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10680 (HPOS . VPOS) pair.
10681
10682 * dispextern.h (move_it_in_display_line): Declare.
10683
106842008-06-05 Juanma Barranquero <lekktu@gmail.com>
10685
10686 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10687 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10688 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10689
106902008-06-04 Juanma Barranquero <lekktu@gmail.com>
10691
10692 * window.c (Fset_window_parameter): Doc fix.
10693 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10694
106952008-06-04 Joakim Verona <joakim@verona.se>
10696
10697 * window.h (struct window): Add new member window_parameters.
10698
10699 * window.c (Fwindow_parameters, Fwindow_parameter)
10700 (Fset_window_parameter): New defuns.
10701 (syms_of_window): Defsubr the new defuns.
10702 (make_window): Initialize window_parameters to nil.
10703
107042008-06-04 John Paul Wallington <jpw@pobox.com>
10705
10706 * eval.c (Fdefmacro): Doc fix.
10707
107082008-06-04 Kenichi Handa <handa@m17n.org>
10709
10710 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10711 Be sure to call setup_coding_system when we find a proper coding system.
10712 (detect_coding_system): Fix handling of coding->head_ascii.
10713
107142008-06-03 Andreas Schwab <schwab@suse.de>
10715
10716 * font.c (font_prop_validate_spacing): Fix last change.
10717
107182008-06-03 Kenichi Handa <handa@m17n.org>
10719
10720 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10721 (font_parse_fcname): Fix handling of unknown key.
10722
10723 * xfont.c (xfont_list): Try an alias.
10724
10725 * charset.c (char_charset): Return NULL if the arg charset_list is
10726 specified and C doesn't belong to any of them.
10727
107282008-06-02 Chip Coldwell <coldwell@redhat.com>
10729
10730 * font.c (font_pixel_size): Don't take cdr of an integer.
10731
107322008-06-02 Jim Meyering <meyering@redhat.com>
10733
10734 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10735 * alloc.c (xfree): Return right away for a NULL arg.
10736 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10737 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10738 * mac.c (create_apple_event_from_event_ref): Likewise.
10739 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10740 Likewise.
10741 * doprnt.c (doprnt1): Likewise.
10742 * frame.c (frame): Likewise.
10743 * keyboard.c (wipe_kboard): Likewise.
10744 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10745 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10746 * term.c (tty_default_color_capabilities, maybe_fatal)
10747 (delete_tty): Likewise.
10748 * w16select.c (string): Likewise.
10749 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10750 * w32bdf.c (w32_free_bdf_font): Likewise.
10751 * w32fns.c (w32_unload_font): Likewise.
10752 * w32font.c (w32font_close): Likewise.
10753 * window.c (size_window): Likewise.
10754 * xselect.c (receive_incremental_selection): Likewise.
10755 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10756 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10757 * w32.c (stat): Likewise.
10758
10759 Remove useless if-before-free tests.
10760 * editfns.c (Fset_time_zone_rule): Likewise.
10761 * lread.c (nosuffix): Likewise.
10762 * ralloc.c (get_bloc): Likewise.
10763 * regex.c (reg_free): Likewise.
10764 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10765 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10766 * xsmfns.c (smc_save_yourself_CB): Likewise.
10767
107682008-06-02 Kenichi Handa <handa@m17n.org>
10769
10770 * font.c (font_find_for_lface): Handle float font size.
10771 (font_open_for_lface): Likewise.
10772
10773 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10774 comparing the properties.
10775
107762008-06-01 Jason Rumney <jasonr@gnu.org>
10777
10778 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10779 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10780 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10781 Don't add empty script list.
10782 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10783
107842008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10785
10786 * Makefile.in (dot, dotdot): Remove, update users.
10787 ".." has been used elsewhere in the file for a long time.
10788 (LIBXT_STATIC): Remove conditional based on unused variable.
10789
107902008-06-01 Miles Bader <miles@gnu.org>
10791
10792 * xfaces.c (Vface_remapping_alist): New variable.
10793 (syms_of_xfaces): Initialize it.
10794 (enum named_merge_point_kind): New type.
10795 (struct named_merge_point): Add `named_merge_point_kind' field.
10796 (push_named_merge_point): Make cycle detection respect different
10797 named-merge-point kinds.
10798 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10799 Remove face-name alias resolution.
10800 (lface_from_face_name): New definition using
10801 `lface_from_face_name_no_resolve'.
10802 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10803 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10804 (get_lface_attributes): New definition that layers face-remapping on
10805 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10806 (lookup_basic_face): New function.
10807 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10808 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10809 `get_lface_attributes'.
10810 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10811 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10812 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10813
10814 * xdisp.c (init_iterator): Pass base_face_id through
10815 `lookup_basic_face' when we actually use it as a face-id.
10816 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10817 DEFAULT_FACE_ID.
10818
10819 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10820 lookup the initial face-id.
10821
10822 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10823
108242008-06-01 Juanma Barranquero <lekktu@gmail.com>
10825
10826 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10827 (Fremove_text_properties): Fix typos in docstrings.
10828
108292008-05-31 Kenichi Handa <handa@m17n.org>
10830
10831 * font.c (font_list_entities): Fix the car part of data to be
10832 stored in the cache.
10833
10834 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10835
108362008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10839 Add a `test' argument so another predicate than `equal' can be used.
10840 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10841 (map_char_table): Remove unused vars `c' and `i'.
10842 * lisp.h (Foptimize_char_table): Adjust declaration.
10843 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10844
108452008-05-30 Kenichi Handa <handa@m17n.org>
10846
10847 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10848 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10849 defined.
10850
108512008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10854 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10855 frame-local settings for the same variable.
10856
108572008-05-30 Kenichi Handa <handa@m17n.org>
10858
10859 * fontset.c (Ffont_info): Move to font.c.
10860 (syms_of_fontset): Delete defsubr of Sfont_info.
10861
10862 * font.c (font_style_to_value, font_score): Delete casting of the
10863 args to xstcasecmp.
10864 (register_font_driver): Increment num_font_drivers only when
10865 registering the driver globally.
10866 (Ffont_info): Move from fontset.c. Handle a font object too.
10867 (syms_of_font): Defsubr Sfont_info.
10868
108692008-05-29 Kenichi Handa <handa@m17n.org>
10870
10871 * coding.h (enum define_coding_utf8_arg_index): New enum.
10872 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10873 coding_attr_utf_bom.
10874 (enum utf_bom_type): Rename from utf_16_bom_type.
10875 (struct utf_16_spec): Adjust for the above change.
10876 (struct coding_system): Add utf_8_bom in `spec' union.
10877
10878 * coding.c (CODING_UTF_8_BOM): New macro.
10879 (enum coding_category): Delete coding_category_utf_8, add
10880 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10881 coding_category_utf_8_sig.
10882 (CATEGORY_MASK_UTF_8): Delete it.
10883 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10884 (CATEGORY_MASK_UTF_8_SIG): New macros.
10885 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10886 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10887 CATEGORY_MASK_UTF_8_SIG.
10888 (CATEGORY_MASK_UTF_8): New macro.
10889 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10890 (detect_coding_utf_8): Check BOM.
10891 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10892 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10893 (encode_coding_utf_16): Likewise.
10894 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10895 (detect_coding, detect_coding_system): Handle utf-8-auto.
10896 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10897 (syms_of_coding): Fix setting up of Vcoding_category_table.
10898
108992008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * process.c (Faccept_process_output): If `millisec' is non-nil,
10902 `seconds' default to 0.
10903 (wait_reading_process_output): Also return non-nil if we read output
10904 from a non-running process.
10905
109062008-05-29 Jason Rumney <jasonr@gnu.org>
10907
10908 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10909 `raster' specified.
10910 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10911 in the uniscribe backend, but disallow any font that has no
10912 unicode subrange support.
10913
109142008-05-29 Juanma Barranquero <lekktu@gmail.com>
10915
10916 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10917 Fix typos in docstrings.
10918
109192008-05-29 Kenichi Handa <handa@m17n.org>
10920
10921 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10922 (Fx_family_fonts): Set frame correctly.
10923
109242008-05-28 Jason Rumney <jasonr@gnu.org>
10925
10926 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10927
109282008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10931 calling build_annotations.
10932
109332008-05-28 Juanma Barranquero <lekktu@gmail.com>
10934
10935 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10936 (Fencode_coding_string):
10937 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10938 <latin-extra-code-table>: Fix typos in docstrings.
10939 (syms_of_coding) <coding-system-alist>: Doc fix.
10940 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10941
109422008-05-28 Kenichi Handa <handa@m17n.org>
10943
10944 * fontset.c (Ffont_info): Don't call font_close_object.
10945
10946 * font.c (font_parse_family_registry): Use Ffont_put to validate
10947 foundry and family.
10948 (font_delete_unmatched): Don't check spacing.
10949 (font_list_entities): Add spacing to the spec to list fonts.
10950
10951 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10952 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10953
10954 * coding.c (encode_coding_raw_text): Fix previous change.
10955 (encode_coding_object): When the dst_object is a buffer and is
10956 different from src_object, move gap to PT.
10957
109582008-05-27 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10961
109622008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10965 all branches. Compute it differently.
10966
10967 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10968
109692008-05-27 Juanma Barranquero <lekktu@gmail.com>
10970
10971 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10972 into "else if () ... else ...".
10973
109742008-05-27 Jason Rumney <jasonr@gnu.org>
10975
10976 * w32font.c (w32font_open_internal): Determine if glyph indices
10977 are likely to work here.
10978
109792008-05-27 Chong Yidong <cyd@stupidchicken.com>
10980
10981 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10982 draw overlap glyphs with appropriate highlighting.
10983
109842008-05-27 Kenichi Handa <handa@m17n.org>
10985
10986 * xfont.c (xfont_open): Fix calculation of font->average_width.
10987
109882008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * casefiddle.c (casify_object): Try to guess better whether the
10991 argument is a byte or a char.
10992
109932008-05-26 Andreas Schwab <schwab@suse.de>
10994
10995 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10996 Always send multiples of format size.
10997
10998 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10999
110002008-05-26 Jason Rumney <jasonr@gnu.org>
11001
11002 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
11003 (compute_metrics): Don't set failure if we just cleared the cache.
11004 (w32_weight_table): Remove unused variable.
11005 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
11006 backwards compatibility.
11007
110082008-05-25 Kenichi Handa <handa@m17n.org>
11009
11010 * w32term.c (x_draw_glyph_string):
11011 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
11012
11013 * xfaces.c: Delete unused function prototypes.
11014 (xstrlwr, font_frame): Delete them.
11015 (clear_face_cache): Delete unused variable.
11016
11017 * xftfont.c (xftfont_open): Delete unused variable.
11018 If underline_thickness is not 1, adjust underline_position.
11019
11020 * ftxfont.c (ftxfont_open): Delete unused variable.
11021
11022 * fontset.c (face_for_char): Optimize for the case of no charset
11023 property.
11024
11025 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
11026 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
11027 (otf_open, font_otf_capability, generate_otf_features)
11028 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11029 Comment out by surrounding "#if 0" and "#endif" for the moment.
11030 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
11031 (syms_of_font): Codes for accessing above commented out.
11032
110332008-05-24 Eli Zaretskii <eliz@gnu.org>
11034
11035 * w32proc.c: Include dispextern.h.
11036
11037 * w32.c: Include dispextern.h.
11038
110392008-05-23 Juanma Barranquero <lekktu@gmail.com>
11040
11041 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
11042 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
11043 Fix typos in docstrings.
11044
110452008-05-23 Jason Rumney <jasonr@gnu.org>
11046
11047 * xsmfns.c: Remove includes that are already included by config.h.
11048
110492008-05-23 Kenichi Handa <handa@m17n.org>
11050
11051 * charset.c (Qemacs, charset_emacs): New variables.
11052 (char_charset): Fix for non-Unicode characters.
11053 (syms_of_charset): Define charset_emacs.
11054
11055 * w32term.c (x_draw_glyph_string): Be sure to update
11056 s->underline_thickness and s->underline_position. Be sure to draw
11057 underline within the current line area.
11058
11059 * xterm.c (x_draw_glyph_string): Be sure to update
11060 s->underline_thickness and s->underline_position. Be sure to draw
11061 underline within the current line area.
11062
11063 * fontset.c: Delete unused variables and add casting for char *
11064 throughout the file.
11065 (fontset_font): Try the fallback fonts of the current fontset
11066 before consulting the default fontset.
11067
11068 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
11069
11070 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
11071
110722008-05-22 Jason Rumney <jasonr@gnu.org>
11073
11074 * font.c: Don't include strings.h.
11075
11076 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
11077
11078 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
11079 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
11080 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
11081 to call xstrcasecmp.
11082
11083 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
11084
11085 * fontset.c (fs_query_fontset): Use xstrcasecmp.
11086
11087 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
11088
11089 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
11090
110912008-05-22 Kenichi Handa <handa@m17n.org>
11092
11093 * puresize.h (BASE_PURESIZE): Increase to 1220000.
11094
11095 * font.c (font_prop_validate_style): Adjust for the format
11096 change of font_style_table.
11097
11098 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
11099 two args.
11100
11101 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
11102 two args.
11103
111042008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * minibuf.c (keys_of_minibuf): Delete.
11107 * lisp.h (keys_of_minibuf): Delete.
11108 * emacs.c (main): Don't call keys_of_minibuf.
11109
111102008-05-22 Kenichi Handa <handa@m17n.org>
11111
11112 * ftfont.c (ftfont_resolve_generic_family): Rename from
11113 ftfont_list_generic_family. Return a single family for each
11114 generic family.
11115 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
11116 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
11117 Call font_add_log.
11118 (ftfont_match): Call font_add_log.
11119
11120 * font.h (Ffont_xlfd_name): EXFUN adjusted.
11121 (FONT_DEBUG): Define it.
11122 (font_add_log): Extern it.
11123 (font_assert): Rename from xassert.
11124
11125 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
11126 (xfont_list_family): Call font_add_log.
11127 (xfont_match): Likewise.
11128 (memq_no_quit): Delete.
11129
11130 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
11131 call of Ffont_xlfd_name.
11132
11133 * xfaces.c (struct table_entry, slant_table, weight_table)
11134 (swidth_table): Move to font.c.
11135
11136 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
11137 xassert are changed to font_assert. Delete many unused variables.
11138 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11139 New variables.
11140 (struct table_entry): Move from xfaces.c and modified.
11141 (weight_table, slant_table, width_table): Move from xfaces.c and
11142 contents adjusted for the change of struct table_entry.
11143 (font_style_to_value, font_style_symbolic): Adjust for the
11144 format change of font_style_table.
11145 (font_parse_family_registry): Don't overwrite existing foundry and
11146 family of font_spec.
11147 (font_score): Fix calculation of diff for sizes.
11148 (font_sort_entites): Call font_add_log.
11149 (font_delete_unmatched): Return a newly created list.
11150 (font_list_entities): Fix previous change. Call font_add_log.
11151 (font_matching_entity, font_open_entity, font_close_entity):
11152 Call font_add_log.
11153 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11154 (Finternal_set_font_style_table): Delete.
11155 (BUILD_STYLE_TABLE): New macro.
11156 (build_style_table): New function.
11157 (Vfont_log, font_log_env_checked): New variables.
11158 (font_add_log): New function.
11159 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11160 Declare Lisp variables "font-weight-table", "font-slant-table",
11161 "font-width-table", and "font-log". Initialize font_style_table.
11162
111632008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11164
11165 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11166
111672008-05-21 Seiji Zenitani <zenitani@mac.com>
11168 Ryo Yoshitake <ryo@shiftmode.net>
11169
11170 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11171 (Vframe_alpha_lower_limit): New variable.
11172 (x_set_alpha): New function.
11173
11174 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11175
11176 * xfns.c (x-create-frame, Qalpha):
11177 Initialize the frame parameter `alpha'.
11178 * xterm.c (OPAQUE, OPACITY): New.
11179 (x_set_frame_alpha): New function.
11180 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11181
11182 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11183 * w32fns.c (w32_frame_parm_handlers): Likewise.
11184
111852008-05-20 Jason Rumney <jasonr@gnu.org>
11186
11187 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11188 truetype fonts to opentype list.
11189
111902008-05-20 Juanma Barranquero <lekktu@gmail.com>
11191
11192 * fontset.c (Ffontset_info): Doc fix.
11193 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11194 <ignore-relative-composition>: Fix typos in docstrings.
11195
11196 * font.c (syms-of-font) <font-encoding-alist>:
11197 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11198 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11199 (Ffont_otf_alternates): Doc fixes.
11200
112012008-05-20 Kenichi Handa <handa@m17n.org>
11202
11203 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11204 font.h through out the file.
11205 (FONT_DRIVERS): Rename from FONTOBJ.
11206 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11207 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11208
11209 * emacs.c (main): Call syms_of_font unconditionally.
11210
11211 * font.h (find_font_encoding): Extern it.
11212
11213 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11214 fontset.c.
194d44e7 11215 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11216 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11217 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11218 only when HAVE_WINDOW_SYSTEM is defined.
11219 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11220 when HAVE_WINDOW_SYSTEM is defined.
11221
11222 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11223 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11224
11225 * xfaces.c: Include font.h unconditionally.
11226 (merge_face_ref, merge_face_vectors)
11227 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11228
112292008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11232 indirect_variable.
11233 * eval.c (lisp_indirect_variable): New fun.
11234 (Fuser_variable_p): Use it.
11235
112362008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * lisp.h (indirect_variable):
11239 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11240 Use Lisp_Symbol pointers rather than Lisp_Object.
11241 Adjust callers.
11242 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11243 To this end, change calling-convention.
11244
11245 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11246 if some non-hidden buffers are selected by string&pred.
11247
112482008-05-19 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * process.c (wait_reading_process_output): Always check status
11251 when in batch mode.
11252
112532008-05-19 Kenichi Handa <handa@m17n.org>
11254
11255 * font.c (font_list_entities): Fix handling of cache.
11256 (font_matching_entity): Likewise.
11257
11258 * ftfont.c (cs_iso8859_1): Delete.
11259 (ft_face_cache): New variable.
11260 (struct ftfont_info): New member fc_charset_idx.
11261 (ftfont_build_basic_charsets): Delete.
11262 (fc_charset_table): New variable.
11263 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11264 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11265 Callers changed.
11266 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11267 (ftfont_spec_pattern): New argument fc_charset_idx.
11268 Check registry more rigidly. Change callers.
11269 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11270 change of :font-entity property of the font.
11271
11272 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11273 property of the font.
11274
112752008-05-18 Juanma Barranquero <lekktu@gmail.com>
11276
11277 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11278 (Funencodable_char_position, Fcheck_coding_systems_region)
11279 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11280 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11281 (Ffind_operation_coding_system, Fset_coding_system_priority)
11282 (Fcoding_system_eol_type): Doc fixes.
11283
112842008-05-17 Glenn Morris <rgm@gnu.org>
11285
11286 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11287
112882008-05-16 Eli Zaretskii <eliz@gnu.org>
11289
11290 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11291 and st_gid.
11292
11293 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11294 HAVE_WINDOW_SYSTEM is not defined.
11295
11296 * xfaces.c (merge_face_ref, merge_face_vectors)
11297 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11298 HAVE_WINDOW_SYSTEM is defined.
11299 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11300
113012008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11304
113052008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11306
11307 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11308
113092008-05-15 Kenichi Handa <handa@m17n.org>
11310
11311 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11312 preference.
11313
113142008-05-15 Glenn Morris <rgm@gnu.org>
11315
11316 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11317
113182008-05-15 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11321 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11322
11323 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11324
113252008-05-15 Kenichi Handa <handa@m17n.org>
11326
11327 * ftfont.c (ftfont_list): Downcase family name to check generic
11328 families.
11329
11330 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11331 font-spec for QCfont value.
11332
11333 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11334 buffer. Check the return value of it.
11335
113362008-05-14 Jason Rumney <jasonr@gnu.org>
11337
11338 * w32term.c (w32_get_glyph_overhangs): Remove.
11339 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11340
113412008-05-14 Kenichi Handa <handa@m17n.org>
11342
11343 * font.c (font_prop_validate): Make nil a valid value.
11344 (font_clear_cache): Check if the cached vector of entities is nil
11345 or not.
11346
113472008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11348
11349 * emacs.c (main_thread): Conditionalize on
11350 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11351 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11352
11353 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11354 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11355 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11356
113572008-05-14 Kenichi Handa <handa@m17n.org>
11358
11359 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11360 has no corresponding coding system.
11361
113622008-05-14 Jason Rumney <jasonr@gnu.org>
11363
11364 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11365
11366 * w32font.h (w32font_open_internal): Update declaration.
11367
11368 * w32font.c (w32font_open_internal): Change last argument from
11369 w32font_info struct to font object. Fill in font object from
11370 font_entity. Get Outline metrics if possible. Use them to
11371 calculate underline position and thickness. Use xlfd name as name
11372 property. Don't set codepage.
11373 (w32font_open): Pass font_object to w32font_open_internal. Don't
11374 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11375 (w32font_draw): Use s->font.
11376 (clear_cached_metrics): Don't clear non-existent blocks.
11377
11378 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11379 font was not found.
11380 (x_draw_glyph_string): Use underline position and thickness from font.
11381
11382 * w32uniscribe.c (uniscribe_open): Pass font_object to
11383 w32font_open_internal.
11384
113852008-05-14 Kenichi Handa <handa@m17n.org>
11386
11387 These changes are to delete all legacy font-handling codes, and
11388 make Emacs use only font-backends.
11389
11390 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11391 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11392
11393 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11394
11395 * charset.h (Vcharset_non_preferred_head)
11396 (Vcurrent_iso639_language): Extern them.
11397
11398 * charset.c (Vcharset_non_preferred_head): New variable.
11399 (Vcurrent_iso639_language): New variable.
11400 (syms_of_charset): Declare it as a Lisp variable.
11401 (char_charset): Don't check non preferred charsets. As a last
11402 resort, return charset_unicode.
11403 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11404
11405 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11406 conditionals. Don't check enable_font_backend. Delete all codes
11407 used only when USE_FONT_BACKEND is not defined.
11408
11409 * dispextern.h (struct glyph_string): Change type of `font' to
11410 `struct font *'.
11411 (struct glyph_string): New member underline_position and
11412 underline_thickness.
11413 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11414 (struct face): Change type of `font' to `struct font *'. Remove
11415 members `font_name', `font_info_id'.
11416 (per_char_metric, encode_char): Delete externs.
11417 (calc_pixel_width_or_height): Adjust the prototype.
11418
11419 * emacs.c (enable_font_backend): Delete extern.
11420 (main): Don't set enable_font_backend. Don't check the command
11421 line argument "-disable-font-backend".
11422
11423 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11424 (enum font_property_index): New members FONT_DPI_INDEX,
11425 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11426 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11427 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11428 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11429 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11430 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11431 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11432 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11433 (struct font_spec, struct font_entity): New structs.
11434 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11435 (struct font): Many members from old "struct font_info" moved to
11436 here. Members font and entity deleted.
11437 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11438 the new font-related objects.
11439 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11440 (CHECK_FONT_GET_OBJECT): Likewise.
11441 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11442 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11443 (struct font_driver): New members case_sensitive anc check. Type
11444 of the member list and open changed.
11445 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11446 (font_symbolic_width, font_find_object, font_get_spec)
11447 (font_set_lface_from_name): Delete extern.
11448 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11449
11450 * font.c: Include <strings.h>.
11451 (enable_font_backend): Delete it.
11452 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11453 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11454 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11455 (null_string): Delete it.
11456 (null_vector): Make it static.
11457 (font_family_alist): Delete it.
11458 (Qnormal): Extern it.
11459 (QCextra, QClanguage): Delete it.
11460 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11461 (font_make_spec, font_make_entity, font_make_object)
11462 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11463 the string. Callers changed.
11464 (font_pixel_size): Adjusted for the format change of font-related
11465 objects.
11466 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11467 (font_style_to_value, font_style_symbolic): New function.
11468 (build_font_family_alist): Delete it.
11469 (font_registry_charsets): Use Fassoc_string instead of
11470 assq_no_quit.
11471 (font_prop_validate_symbol): Don't return null_string.
11472 (font_prop_validate_style): Adjusted for the change of
11473 style-related values in a font vector.
11474 (font_property_table): Delete entries for QClanguage and
11475 QCantialias, add entries for QCavgwidth.
11476 (get_font_prop_index): Delete the 2nd argument FROM.
11477 (font_prop_validate): Arguments changed.
11478 (font_put_extra): Adjusted for the change of font-related objects.
11479 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11480 (font_parse_fcname, font_unparse_fcname)
11481 (font_prepare_composition): Likewise.
11482 (font_parse_family_registry): Renamed from font_merge_old_spec.
11483 (otf_open): Delete the 1st arg entity.
11484 (font_otf_capability): Adjusted for the above change.
11485 (font_score): New arg alternate_families. Adjusted for the change
11486 of font-related objects.
11487 (font_sort_entites): New arg best_only.
11488 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11489 Delete them.
11490 (font_match_p): Check alternate families.
11491 (font_find_object): Delete it.
11492 (font_check_object): New function.
11493 (font_clear_cache): Adjusted for the change of font-related objects.
11494 (font_delete_unmatched): New arg.
11495 (font_list_entities): Call font_driver->list with a spec that
11496 doesn't specify style-related properties.
11497 (font_matching_entity): Arguments changed. Caller changed.
11498 (font_open_entity): Adjusted for the change of font-related objects.
11499 (font_close_object, font_has_char, font_encode_char)
11500 (font_get_name, font_get_spec): Likewise.
11501 (font_spec_from_name, font_clear_prop, font_update_lface):
11502 New functions.
11503 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11504 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11505 (font_at): Adjusted for the change of font-related objects.
11506 (font_range): New function.
11507 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11508 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11509 (Fcopy_font_spec, Fmerge_font_spec): New function.
11510 (Ffont_family_list): Renamed from list-families.
11511 (Finternal_set_font_style_table): Arguments changed.
11512 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11513 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11514 change of font-related objects.
11515 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11516
11517 * fontset.h (struct font_info): Delete it. Most members go to
11518 struct font.
11519 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11520 (enum FONT_SPEC_INDEX): Delete it.
11521 (font_info, list_fonts_func, load_font_func, query_font_func)
11522 (set_frame_fontset_func, find_ccl_program_func)
11523 (get_font_repertory_func, new_fontset_from_font_name): Delete
11524 externs.
11525 (fontset_from_font_name): Extern it.
11526 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11527 (FONT_INFO_FROM_FACE): Deleted.
11528 (face_for_font): Adjust prototype.
11529
11530 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11531 conditionals. Don't check enable_font_backend. Delete all codes
11532 used only when USE_FONT_BACKEND is not defined.
11533 (get_font_info_func, list_font_func, load_font_func)
11534 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11535 (get_font_repertory_func): Delete them.
11536 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11537 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11538 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11539 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11540 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11541 (fontset_compare_rfontdef): New function.
11542 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11543 rfont-defs by qsort. Adjusted for the change of font-group vector.
11544 (load_font_get_repertory): Deleted.
11545 (fontset_find_font): Use new macros to ref/set elements of
11546 font-def and rfont-def.
11547 (fontset_font): Fix the timing of remembering that no font for C.
11548 (free_face_fontset): Do nothing if the face has no fontset.
11549 (face_suitable_for_char_p): Use new macros to ref/set elements of
11550 rfont-def.
11551 (face_for_char): Likewise. Call face_for_char with font_object.
11552 (fs_load_font): Delete. Delete #pragma surrounding it.
11553 (fs_query_fontset): Use strcasecmp instead of strcmp.
11554 (generate_ascii_font_name): Adjusted for the format change of
11555 font-spec.
11556 (Fset_fontset_font): Likewise. Use new macros to set elements of
11557 font-def.
11558 (Fnew_fontset): Use font_unparse_xlfd to generate
11559 FONTSET_ASCII (fontset).
11560 (new_fontset_from_font_name): Deleted.
11561 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11562 a fontset is already created for the font. FIx updating of
11563 Vfontset_alias_alist.
11564 (fontset_ascii_font): Deleted.
11565 (Ffont_info): Adjusted for the format change of font-spec.
11566 (Finternal_char_font): Likewise.
11567 (Ffontset_info): Likewise.
11568 (syms_of_fontset): Don't check load_font_func.
11569
11570 * fns.c (internal_equal): Handle PREV_FONT.
11571
11572 * frame.h: Delete USE_FONT_BACKEND conditional.
11573
11574 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11575 conditionals. Don't check enable_font_backend. Delete all codes
11576 used only when USE_FONT_BACKEND is not defined.
11577 (x_set_font): Call x_new_font, not x_new_fontset2.
11578 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11579 already set for the frame.
11580
11581 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11582 a font-entity by font_make_entity. Use font_intern_prop instead
11583 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11584 font property. If a font is scalable, set avgwidth property to 0.
11585 Set font-entity property by font_put_extra.
11586 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11587 (ffont_driver): Adjusted for the change of struct font_driver.
11588 (ftfont_spec_pattern): New function.
11589 (ftfont_list): Return a list, not vector.
11590 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11591 (ftfont_list_family): Don't downcase names.
11592 (ftfont_free_entity): Deleted.
11593 (ftfont_open): Return a font-object. Adjusted for the change of
11594 struct font. Get underline_thickness and underline_position from
11595 font property. Don't update dpyinfo->smallest_font_height and
11596 dpyinfo->smallest_char_width.
11597 (ftfont_close): Don't free `struct font'.
11598 (ftfont_has_char): Adjusted for the format change of font-entity.
11599 (ftfont_encode_char, ftfont_text_extents): Likewise.
11600
11601 * ftxfont.c (ftxfont_list): Return a list, not vector.
11602 (ftxfont_open): Return a font-object. Adjusted for the change of
11603 struct font. Get underline_thickness and underline_position from
11604 font property. Don't update dpyinfo->smallest_font_height and
11605 dpyinfo->smallest_char_width.
11606 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11607 (ftxfont_draw): Adjusted for the change of struct font.
11608
11609 * image.c (image_ascent): Don't include "charset.h". Include
11610 "character.h" and "font.h".
11611
11612 * lisp.h (enum pvec_type): New member PREV_FONT.
11613 (Fassoc_string): EXFUN it.
11614
11615 * print.c: Include font.h.
11616 (print_object): Handle font-related objects.
11617
11618 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11619 conditionals. Don't check enable_font_backend. Delete all codes
11620 used only when USE_FONT_BACKEND is not defined.
11621 (handle_auto_composed_prop): Do nothing if it->f is not on a
11622 window system. Check how many following characters can be
11623 displayed by the same font.
11624 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11625 'struct font *'.
11626 (get_char_face_and_encoding): Assign the whole encoding task to
11627 the `encode-char' method of a font driver.
11628 (fill_composite_glyph_string): Adjusted for the change of `struct
11629 face' and `struct glyph_string'.
11630 (fill_glyph_string): Likewise.
11631 (get_per_char_metric): Arguments changed.
11632 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11633 and `struct glyph_string'.
11634 (produce_stretch_glyph, calc_line_height_property)
11635 (x_produce_glyphs): Likewise.
11636
11637 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11638 conditionals. Don't check enable_font_backend. Delete all codes
11639 used only when USE_FONT_BACKEND is not defined. Use
11640 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11641 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11642 (Qp): Extern them.
11643 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11644 Deleted.
11645 (struct font_name): Deleted.
11646 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11647 (compare_fonts_by_sort_order): New function.
11648 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11649 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11650 Deleted.
11651 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11652 compare_fonts_by_sort_order.
11653 (Fx_font_family_list): Call Ffont_family_list.
11654 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11655 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11656 (face_symbolic_slant, face_symbolic_swidth)
11657 (split_font_name_into_vector, build_font_name_from_vector)
11658 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11659 (font_rescale_ratio, split_font_name, build_font_name)
11660 (free_font_names, sort_fonts, x_face_list_fonts)
11661 (face_font_available_p, sorted_font_list, cmp_font_names)
11662 (font_list_1, concat_font_list, font_list, remove_duplicates):
11663 Deleted.
11664 (Fx_list_fonts): Use Ffont_list.
11665 (LFACE_AVGWIDTH): Deleted.
11666 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11667 by FONTP.
11668 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11669 (set_lface_from_font_name): Delete it.
11670 (set_lface_from_font): Renamed from
11671 set_lface_from_font_and_fontset. Caller changed. Don't set
11672 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11673 for face.
11674 (merge_face_vectors): Copy font-spec if necessary.
11675 Clear properties of the font-spec if necessary.
11676 (merge_face_ref): Clear properties of the font-spec if necessary.
11677 (Finternal_set_lisp_face_attribute): Likewise.
11678 (set_font_frame_param): Use font_load_for_lface to load a
11679 font-object, and call Fmodify_frame_parameters with it.
11680 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11681 font name by Ffont_xlfd_name.
11682 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11683 QCslant, and QCwidth.
11684 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11685 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11686 Compare fonts by EQ.
11687 (lookup_non_ascii_face): Deleted.
11688 (face_for_font): The 2nd argument changed.
11689 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11690 Check atomic font properties by case insensitive.
11691 (realize_non_ascii_face): Set face->overstrike correctly.
11692 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11693 (dump_realized_face): Get font name from
11694 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11695
11696 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11697 conditionals. Don't check enable_font_backend. Delete all codes
11698 used only when USE_FONT_BACKEND is not defined.
11699 (xic_create_xfontset): Original code deleted and renamed from
11700 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11701 (x_make_gc): Don't set GCFont in GCs.
11702 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11703 opened by "fixed".
11704 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11705 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11706 get_font_repertory_func.
11707
11708 * xfont.c: Include <stdlib.h> and "ccl.h".
11709 (struct xfont_info): New structure.
11710 (xfont_query_font): Deleted.
11711 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11712 moved from xterm.c.
11713 (xfont_driver): Adjusted for the change of struct font_driver.
11714 (compare_font_names): New function.
11715 (xfont_list_pattern): Sort font names case insensitively. Make
11716 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11717 (xfont_list): Return a list, not vector.
11718 (xfont_match): If the font doesn't have QCname property, generate
11719 a name from the other font properties.
11720 (xfont_open): Return a font-object. Adjusted for the change of
11721 struct font. Get underline_thickness and underline_position from
11722 font property. Don't update dpyinfo->smallest_font_height and
11723 dpyinfo->smallest_char_width.
11724 (xfont_close): Don't free struct font.
11725 (xfont_prepare_face): Adjusted for the change of struct font.
11726 (xfont_done_face): Deleted.
11727 (xfont_has_char): Adjusted for the change of struct font.
11728 (xfont_encode_char, xfont_draw): Likewise.
11729 (xfont_check): New function.
11730
11731 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11732 callback function.
11733 (xftfont_match): Adjusted for the format change of font-entity.
11734 (xftfont_open): Adjusted for the format change of font-entity and
11735 font-object. Adjusted for the change of struct font. Return a
11736 font-object. Don't update dpyinfo->smallest_font_height and
11737 dpyinfo->smallest_char_width.
11738 (xftfont_close): Block input while calling XftFontClose.
11739 (xftfont_prepare_face): Don't block input while calling
11740 xftfont_get_colors. Adjusted for the change of struct font.
11741 (xftfont_shape): Return value of error case fixed.
11742
11743 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11744
11745 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11746 conditionals.
11747 (FONT_WIDTH): Return (f)->max_width.
11748 (struct x_display_info): Delete member `font'.
11749 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11750 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11751 (struct x_output): Change type of `font' to `struct font *'.
11752
11753 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11754 conditionals. Don't check enable_font_backend. Delete all codes
11755 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11756 (x_per_char_metric, x_encode_char): Deleted.
11757 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11758 (x_compute_glyph_string_overhangs): Adjusted for the change of
11759 `struct face'.
11760 (x_draw_glyph_string_foreground)
11761 (x_draw_composite_glyph_string_foreground): Likewise.
11762 (x_draw_glyph_string): Likewise. Use font->underline_position and
11763 font->underline_thickness.
11764 (x_new_font): Renamed from x_new_fontset2.
11765 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11766 (x_check_font): Call `check' method of a font driver.
11767 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11768 (x_query_font, x_get_font_repertory): Deleted.
11769 (x_find_ccl_program): Renamed and moved to xfont.c.
11770 (x_redisplay_interface): Adjusted for the change of `struct
11771 redisplay_interface'.
11772
11773 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11774 conditionals. Don't check enable_font_backend. Delete all codes
11775 used only when USE_FONT_BACKEND is not defined. Surround non-used
11776 code by "#ifdef OLD_FONT" and "endif".
11777 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11778
11779 * w32font.h (struct w32font_info): New member.
11780 (FONT_COMPAT): New macro.
11781 (w32font_open_internal): Prototype adjusted.
11782
11783 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11784 OLD_FONT" and "endif".
11785
11786 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11787 conditionals. Don't check enable_font_backend. Delete all codes
11788 used only when USE_FONT_BACKEND is not defined.
11789 (w32font_open): Return a font-object. Make a font-object by
11790 font_make_object. Adjusted for the change of struct w32font_info.
11791 (w32font_close): Don't free struct font. Adjusted for the change
11792 of struct w32font_info.
11793 (w32font_encode_char, w32font_text_extents, w32font_draw):
11794 Adjusted for the change of struct w32font_info.
11795 (w32font_draw): Likewise.
11796 (w32font_list_internal): Return a list, not vector.
11797 (w32font_open_internal): Change the 4th arg to font-object.
11798 Adjusted for the change of struct w32font_info and font-object format.
11799 (add_font_name_to_list): Don't downcase names.
11800 (w32_enumfont_pattern_entity): Make a font-entity by
11801 font_make_entity. Adjusted for the format change of font-entity.
11802 Use FONT_SET_STYLE to set a style-related font property. If a
11803 font is scalable, set avgwidth property to 0. Set font-entity
11804 property by font_put_extra.
11805 (font_matches_spec): Adjusted for the format change of font-entity.
11806 (w32_weight_table, w32_decode_weight): New variables.
11807 (w32_encode_weight): New function.
11808 (fill_in_logfont): Adjusted for the format change of font-spec.
11809 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11810 weight value.
11811 (w32font_driver): Adjusted for the change of struct font_driver.
11812
11813 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11814 conditionals. Don't check enable_font_backend. Surround non-used
11815 code by "#ifdef OLD_FONT" and "endif".
11816 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11817 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11818
11819 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11820 conditionals. Don't check enable_font_backend. Delete all codes
11821 used only when USE_FONT_BACKEND is not defined. Surround non-used
11822 code by "#ifdef OLD_FONT" and "endif".
11823
11824 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11825 (uniscribe_open): Return value changed to font-object.
11826 Adjusted for the format change of font-object.
11827 (uniscribe_otf_capability): Adjusted for the change of struct font.
11828 (add_opentype_font_name_to_list): Don't downcase names.
11829 (uniscribe_font_driver): Adjusted for the change of struct
11830 font_driver.
11831
118322008-05-13 Chong Yidong <cyd@stupidchicken.com>
11833
11834 * dispnew.c (update_frame_1): Check if tty output is still valid
11835 before flushing it.
11836
118372008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11838
11839 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11840 to Gtk+ menus.
11841
118422008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * dired.c (file_name_completion): Tweak the code so as to always do it
11845 in a single pass. Tighten the scope of some variables.
11846
11847 * dired.c (Qdefault_directory): New var.
11848 (file_name_completion): Use it instead of Fexpand_file_name.
11849 (syms_of_dired): Initialize it.
11850
118512008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * fileio.c (double_dollars): Remove dead code.
11854
118552008-05-10 Eli Zaretskii <eliz@gnu.org>
11856
11857 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11858 Mention w32-get-true-file-attributes in doc string.
11859
11860 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11861
118622008-05-09 Glenn Morris <rgm@gnu.org>
11863
11864 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11865 2008-04-23.
11866
118672008-05-09 Eli Zaretskii <eliz@gnu.org>
11868
11869 Support for reporting owner and group of each file on MS-Windows:
11870 * dired.c (stat_uname, stat_gname): New functions, with special
11871 implementation for w32.
11872 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11873
11874 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11875 (dflt_group_name): New static variable.
11876 (dflt_group): Rename from the_group.
11877 (init_user_info): Init dflt_group fields. Get user's group name
11878 from LookupAccountSid.
11879 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11880 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11881 New initialization states.
11882 (globals_of_w32): Initialize them to zero. Initialize the default
11883 group name to "None".
11884 (GetFileSecurity_Name): New global var, the name of the function
11885 to call for GetFileSecurity.
11886 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11887 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11888 (get_file_security, get_security_descriptor_owner)
11889 (get_security_descriptor_group, is_valid_sid)
11890 (get_file_security_desc, get_rid, get_name_and_id)
11891 (get_file_owner_and_group): New functions.
11892 (stat): Use get_file_security_desc and get_file_owner_and_group to
11893 report the owner and primary group of each file. Don't ignore the
11894 high 32 bits of file's size, now that st_size is 64-bit wide.
11895 Fix test when to get true file attributes.
11896 (init_user_info): Use get_rid instead of equivalent inline code.
11897 (fstat): Don't ignore the high 32 bits of file's size.
11898
118992008-05-09 Chong Yidong <cyd@stupidchicken.com>
11900
11901 * image.c (png_load): Use correct bit-depth for setting background
11902 color.
11903
119042008-05-08 Eli Zaretskii <eliz@gnu.org>
11905
11906 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11907 epa-hook.elc.
11908
119092008-05-08 Juanma Barranquero <lekktu@gmail.com>
11910
11911 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11912
119132008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11914
11915 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11916 because the original parameters are in pure storage now.
11917 (mac_window): Remove unused params. Update callers.
11918
119192008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * lread.c (substitute_object_recurse): Use lower-level primitives.
11922 Don't signal errors when traversing sub-char-tables.
11923 Don't loop over all the possible characters when traversing char-tables.
11924
11925 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11926 just like we do in print.c.
11927
119282008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * minibuf.c (Ftry_completion): Remove code left over from when we used
11931 scmp instead of Fcompare_strings.
11932
119332008-05-04 Juanma Barranquero <lekktu@gmail.com>
11934
11935 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11936
119372008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11938
11939 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11940 Create bitmap context in native byte order.
11941
11942 * macterm.c (XDrawLine)
11943 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11944 context in native byte order.
11945
119462008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11947
11948 * config.in: Regenerate.
11949
11950 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11951 New definitions for Image I/O support.
11952 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11953 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11954 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11955 (mac_data_provider_release_data, image_load_image_io)
11956 [USE_MAC_IMAGE_IO]: New functions.
11957 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11958 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11959 (init_image_func_pointer) [MAC_OSX]: Remove function.
11960 (image_load_quartz2d) [MAC_OSX]: Check availability of
11961 CGImageCreateWithPNGDataProvider at compile time.
11962 Use lowercase `false' for boolean constant.
11963 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11964 Use image_load_image_io.
11965 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11966 Don't check MyCGImageCreateWithPNGDataProvider.
11967 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11968 Don't call init_image_func_pointer.
11969
11970 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11971
11972 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11973 Make variable non-static.
11974 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11975 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11976
11977 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11978 (RED_FROM_ULONG): Mask off higher bits.
11979 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11980
11981 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11982 Include AvailabilityMacros.h.
11983 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11984 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11985
119862008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * chartab.c (Fset_char_table_range): If range is t, really set all
11989 chars to that value.
11990
119912008-05-03 Eli Zaretskii <eliz@gnu.org>
11992
11993 * dired.c (Ffile_attributes): Don't allow the device number become
11994 negative.
11995
119962008-05-02 Daiki Ueno <ueno@unixuser.org>
11997
11998 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11999
120002008-05-02 Juri Linkov <juri@jurta.org>
12001
12002 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
12003 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
12004 DEFAULT argument as a list of default values in docstrings.
12005
120062008-05-01 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * puresize.h (BASE_PURESIZE): Increase to 1210000.
12009
120102008-05-01 Martin Rudalics <rudalics@gmx.at>
12011
12012 * dispnew.c (change_frame_size_1): Preserve small windows when
12013 shrinking frames by calling set_window_height|width with third
12014 arg 2.
12015
12016 * window.h (struct window): Replace field too_small_ok by field
12017 resize_proportionally.
12018
12019 * window.c (make_window): Initialize resize_proportionally.
12020 (enlarge_window): Temporarily set resize_proportionally to make
12021 sure that shrink_windows does scale the window proportionally.
12022 (shrink_windows): When window has resize_proportionally set try
12023 to shrink it proportionally by stealing from other windows.
12024 (struct saved_window, Fset_window_configuration)
12025 (compare_window_configurations): Handle resize_proportionally.
12026 (WINDOW_TOTAL_SIZE): New macro.
12027 (window_min_size, shrink_windows, size_window): Use it.
12028 (check_min_window_sizes): Remove. Invalid values of
12029 window-min-height|width are handled by window_min_size_2 now.
12030 (size_window, Fsplit_window, enlarge_window)
12031 (adjust_window_trailing_edge, grow_mini_window): Don't call
12032 check_min_window_sizes.
12033 (window_min_size_2, window_min_size_1, window_min_size):
12034 New argument safe_p for retrieving "safe" minimum sizes.
12035 (Fdisplay_buffer, Fsplit_window, enlarge_window)
12036 (adjust_window_trailing_edge, grow_mini_window):
12037 Adjust arguments of window_min_size... functions.
12038 (shrink_windows): Argument min_size removed. New argument
12039 safe_p allows shrinking windows to their safe minimum sizes.
12040 Calculate minimum size and decide whether a window shall be
12041 deleted for each window individually.
12042 (size_window): When nodelete_p equals 2, tell shrink_windows to
12043 delete windows only if their new minimum size is no more safe.
12044 (shrink_window_lowest_first): Call window_min_size_1 to make
12045 sure to preserve modeline of bottom-most window when resizing
12046 the minibuffer.
12047 (Fset_window_configuration, Fcurrent_window_configuration)
12048 (compare_window_configurations): Do not handle
12049 window-min-height|width any more.
12050 (syms_of_window): Clarify window-min-height|width doc-strings.
12051
120522008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * dired.c (file_name_completion): Fix up the encoding/decoding issue
12055 some more. Copy some of the code from Ftry_completions.
12056 Remove special case code that dates back to initial revision when the
12057 slash was only added when necessary and that can't trigger nowadays.
12058
120592008-04-27 Kenichi Handa <handa@m17n.org>
12060
12061 * font.c (font_prop_validate): Signal `error' instead of `font'.
12062
120632008-04-29 Jason Rumney <jasonr@gnu.org>
12064
12065 * w32fns.c (Fw32_battery_status): New defun.
12066 (syms_of_w32fns): Defsubr it.
12067
120682008-04-28 Andreas Schwab <schwab@suse.de>
12069
12070 * dired.c (file_name_completion): Fix another mixing of encoded
12071 and decoded names.
12072
120732008-04-28 Juanma Barranquero <lekktu@gmail.com>
12074
12075 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
12076
120772008-04-27 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
12080
120812008-04-27 Andreas Schwab <schwab@suse.de>
12082
12083 * dired.c (file_name_completion): Fix inappropriate mixing of
12084 encoded and decoded names.
12085
12086 * xterm.c (XTread_socket): Fix use of uninitialized variable.
12087
12088 * puresize.h (BASE_PURESIZE): Increase to 1200000.
12089
120902008-04-26 Eli Zaretskii <eliz@gnu.org>
12091
12092 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
12093 2008-03-31, it's not needed anymore with `struct stat' definition
12094 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
12095 for the same reasons.
12096
120972008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
12098
12099 * m/sparc.h: Additional redefinitions for GNU/Linux.
12100
121012008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12102
12103 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
12104 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
12105 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
12106 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
12107 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12108 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
12109 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12110 Likewise.
12111
12112 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
12113 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
12114 (mac_ax_number_of_characters): Add externs.
12115 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12116 [USE_MAC_TSM]: Likewise.
12117 (mac_handle_text_input_event) [MAC_OSX]:
12118 Handle kEventTextInputOffsetToPos for no active input area case.
12119 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12120 (mac_handle_document_access_event)
12121 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
12122 (install_application_handler) [MAC_OSX]: Register handlers for
12123 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12124 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12125 Register mac_handle_document_access_event.
12126
12127 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
12128 Make functions non-static.
12129
121302008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
12133 (read_file_name_completion_ignore_case, insert_default_directory)
12134 (Qdefault_directory): Move to minibuffer.el.
12135 (Fread_file_name): Call the new `read-file-name' instead.
12136
121372008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12138
12139 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12140 Make function non-static.
12141 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12142 Remove function.
12143 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12144 Move to mactoolbox.c.
12145 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12146
12147 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12148 (mac_rect_make): New macro.
12149
12150 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12151 instead of float.
12152 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12153 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12154 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12155 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12156 CGRectMake.
12157 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12158 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12159 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12160 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12161 instead of WindowRef in argument type.
12162 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12163 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12164 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12165 instead of DISPLAY. All uses changed.
12166 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12167 (x_calc_absolute_position): Simplify so as not to use
12168 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12169
12170 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12171 instead of WindowRef in argument type.
12172 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12173 [TARGET_API_MAC_CARBON]: Remove externs.
12174 (create_apple_event, mac_event_parameters_to_lisp)
12175 [TARGET_API_MAC_CARBON]: Add externs.
12176
12177 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12178 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12179 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12180 is clicked.
12181 (x_activate_menubar): Remove extern for saved_menu_event_location.
12182 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12183 Move from mac.c.
12184
121852008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12186
12187 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12188 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12189
121902008-04-23 Jason Rumney <jasonr@gnu.org>
12191
12192 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12193 attributes only for local files.
12194
12195 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12196 default to Qlocal.
12197
121982008-04-22 Juri Linkov <juri@jurta.org>
12199
12200 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12201 read-buffer-to-switch instead of using the letter "B".
12202
122032008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * fileio.c (Qdefault_directory): New variable.
12206 (Fread_file_name): Use it to pass `dir' to the completion functions.
12207
122082008-04-20 Chong Yidong <cyd@stupidchicken.com>
12209
12210 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12211
122122008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * keyboard.c (Vpre_help_message): Remove.
12215 (show_help_echo): Remove default C code.
12216
12217 * dired.c (directory_files_internal, file_name_completion):
12218 Only call ENCODE_FILE if the string is indeed decoded.
12219
122202008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * Makefile.in (TOOLKIT_DEFINES): Remove.
12223 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12224
122252008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12226
12227 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12228 (mactoolbox.o): New target.
12229
12230 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12231 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12232
12233 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12234 Use mac_set_frame_window_background instead of XSetWindowBackground.
12235 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12236 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12237 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12238 instead of SetWindowTitleWithCFString.
12239 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12240 Move function to mactoolbox.c.
12241 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12242 Use mac_set_window_modified instead of SetWindowModified.
12243 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12244 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12245 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12246 FrontNonFloatingWindow. Use mac_activate_window instead of
12247 ActivateWindow. Use mac_active_non_floating_window instead of
12248 ActiveNonFloatingWindow.
12249 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12250 Use mac_show_hourglass and mac_hide_hourglass.
12251 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12252 instead of GetGlobalMouse.
12253 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12254 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12255 Use mac_bring_window_to_front instead of BringToFront.
12256 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12257 mactoolbox.c.
12258 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12259 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12260 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12261 mactoolbox.c.
12262
12263 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12264 (XtPointer): Move typedef from macmenu.c.
12265 (enum button_type): Move enum from macmenu.c.
12266 (widget_value): Move typedef from macmenu.c.
12267 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12268 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12269 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12270 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12271 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12272 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12273 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12274 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12275 (Selection): Move typedef from macselect.c.
12276 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12277 macterm.c.
12278 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12279 (mac_is_window_collapsed, mac_bring_window_to_front)
12280 (mac_send_window_behind, mac_hide_window, mac_show_window)
12281 (mac_collapse_window, mac_front_non_floating_window)
12282 (mac_active_non_floating_window, mac_activate_window)
12283 (mac_move_window_structure, mac_move_window, mac_size_window)
12284 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12285
12286 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12287 (enum mac_menu_kind): Move enum to mactoolbox.c.
12288 (min_menu_id): Move variable to mactoolbox.c.
12289 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12290 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12291 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12292 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12293 [TARGET_API_MAC_CARBON]: Likewise.
12294 (XtPointer): Move typedef to macgui.h.
12295 (enum button_type): Move enum to macgui.h.
12296 (widget_value): Move typedef to macgui.h.
12297 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12298 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12299 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12300 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12301 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12302 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12303 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12304 (popup_activated_flag): Make variable non-static.
12305 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12306 (add_menu_item, fill_menu, dispose_menus):
12307 Move functions to mactoolbox.c.
12308 (restore_show_help_function, menu_target_item_handler)
12309 (install_menu_target_item_handler, mac_handle_dialog_event)
12310 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12311 [TARGET_API_MAC_CARBON]: Likewise.
12312 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12313 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12314 (find_and_call_menu_selection, name_is_separator): Make function
12315 non-static.
12316 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12317 to mactoolbox.c.
12318 (set_frame_menubar): Don't call install_menu_quit_handler.
12319 (menu_item_selection): New variable.
12320 (mac_menu_show): Use create_and_show_popup_menu.
12321 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12322 selection but set variable menu_item_selection. All uses changed.
12323 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12324 Call install_menu_quit_handler. Move to mactoolbox.c.
12325
12326 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12327 (Selection): Move typedef to macgui.h.
12328 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12329 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12330 Make variables non-static.
12331 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12332 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12333 Make functions non-static.
12334 (Vmac_service_selection) [MAC_OSX]: Likewise.
12335 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12336 (mac_valid_selection_target_p, mac_clear_selection)
12337 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12338 (mac_put_selection_value, mac_selection_has_target_p)
12339 (mac_get_selection_value, mac_get_selection_target_list)
12340 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12341 Move functions to mactoolbox.c.
12342 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12343 Likewise.
12344 (copy_scrap_flavor_data, mac_handle_service_event)
12345 (install_service_handler) [MAC_OSX]: Likewise.
12346 (syms_of_macselect) <Vmac_dnd_known_types>:
12347 Use mac_dnd_default_known_types.
12348
12349 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12350 Move to mactoolbox.c.
12351 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12352 (Fx_selection_owner_p): Add EXFUN.
12353 (install_window_handler, remove_window_handler, XSetWindowBackground):
12354 Remove externs.
12355 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12356 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12357 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12358 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12359 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12360 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12361 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12362 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12363 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12364 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12365 (mac_valid_selection_target_p, mac_clear_selection)
12366 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12367 (mac_put_selection_value, mac_selection_has_target_p)
12368 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12369 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12370 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12371 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12372 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12373 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12374 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12375 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12376 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12377
12378 * mactoolbox.c: New file.
12379
123802008-04-18 Jason Rumney <jasonr@gnu.org>
12381
12382 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12383
123842008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * character.c (Fmultibyte_char_to_unibyte):
12387 Return latin1 chars unchanged.
12388
12389 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12390 relocated if it points to `name'.
12391
123922008-04-17 Kenichi Handa <handa@m17n.org>
12393
12394 * data.c (Faset): Allow setting a multibyte character in an
12395 ASCII-only unibyte string.
12396
12397 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12398
123992008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12402 done in config.h.
12403
124042008-04-16 Juanma Barranquero <lekktu@gmail.com>
12405
12406 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12407 (Fchar_direction): Add usage in the docstring.
12408
124092008-04-15 Chong Yidong <cyd@stupidchicken.com>
12410
12411 * keyboard.c (read_key_sequence): Remove always-true checks.
12412
124132008-04-14 Jason Rumney <jasonr@gnu.org>
12414
12415 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12416 compatibility struct, for better underline positioning.
12417
124182008-04-13 David Hansen <david.hansen@gmx.net>
12419
12420 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12421 string.
12422
124232008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12424
12425 * m/hp800.h (XUINT, XSET): Remove.
12426
124272008-04-12 Juanma Barranquero <lekktu@gmail.com>
12428
12429 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12430 previous change.
12431
124322008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12435 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12436
124372008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * keymap.h (map_keymap_canonical): Declare.
12440 * xmenu.c (single_keymap_panes): Use it.
12441
124422008-04-11 Glenn Morris <rgm@gnu.org>
12443
12444 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12445 set the target's value to that of the alias.
12446
124472008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * term.c (set_tty_color_mode): Left over typo.
12450
124512008-04-10 Michael Albinus <michael.albinus@gmx.de>
12452
12453 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12454 only after check for file name handler functions. Signal, when
12455 native functionality is not supported.
12456 (syms_of_fileio): Declare it unconditionally.
12457
124582008-04-10 Jason Rumney <jasonr@gnu.org>
12459
12460 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12461 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12462
12463 * w32.c (logon_network_drive): Also logon to remote drives that
12464 are mapped to drive letters.
12465
124662008-04-10 Glenn Morris <rgm@gnu.org>
12467
12468 * xdisp.c (truncate-partial-width-windows): Doc fix.
12469
124702008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12473 Move functions to minibuffer.el.
12474 (syms_of_fileio): Don't declare them.
12475
124762008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12479 (syms_of_minibuf): Remove its initialization.
12480
12481 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12482
124832008-04-09 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12486
124872008-04-09 Jason Rumney <jasonr@gnu.org>
12488
12489 * makefile.w32-in (distclean): Delete makefile too.
12490 (maintainer-clean): New target.
12491
12492 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12493
12494 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12495 for new font backend and composite cases.
12496
124972008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12498
12499 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12500 Most of the code moved to run_timers.
12501 (do_pending_atimers): Call run_timers.
12502 (run_timers): New function.
12503
12504 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12505 run atimers.
12506
12507 * process.c (wait_reading_process_output): The same as above.
12508
125092008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * minibuf.c (last_exact_completion): Remove variable.
12512 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12513 (complete_and_exit_1, complete_and_exit_2)
12514 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12515 (Fdisplay_completion_list, display_completion_list_1)
12516 (Fminibuffer_completion_help, Fself_insert_and_exit)
12517 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12518 minibuffer.el.
12519 (syms_of_minibuf): Remove corresponding initializations.
12520
12521 * keyboard.c (Qdeactivate_mark): New var.
12522 (command_loop_1): Use it to call `deactivate-mark'.
12523 (syms_of_keyboard): Initialize it.
12524
12525 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12526 to another frame.
12527 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12528 Don't call set_tty_color_mode.
12529 (store_frame_param): Reset previous_frame rather than call
12530 set_tty_color_mode.
12531 * term.c (set_tty_color_mode): Rewrite.
12532 * dispextern.h (set_tty_color_mode): New type.
12533 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12534
125352008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12538 for generic chars, which do not exist any more in emacs-unicode.
12539
125402008-04-08 Michael Albinus <michael.albinus@gmx.de>
12541
12542 * coding.c (detect_coding_emacs_mule)
12543 (Ffind_operation_coding_system): Fix typo.
12544
125452008-04-08 Jason Rumney <jasonr@gnu.org>
12546
12547 * w32uniscribe.c (SNAME): Extract only symbol name.
12548
12549 * w32font.h (struct w32_metric_cache): New struct.
12550 (w32font_info): Use it.
12551 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12552 (CACHE_BLOCKSIZE): New constants.
12553
12554 * w32font.c (Qja, Qko, Qzh): New symbols.
12555 (syms_of_w32font): Initialise them.
12556 (font_matches_spec): Use them to filter by language.
12557 (recompute_cached_metrics): Remove function.
12558 (compute_metrics, clear_cached_metrics): New functions.
12559 (w32font_encode_char): Use them to manage metric cache.
12560 (w32font_text_extents): Cache metrics for all glyphs on demand.
12561 Delay converting glyph indices to WORD until needed.
12562 (w32font_open_internal): Initialize metric cache to empty.
12563 (registry_to_w32_charset): Charset should always be a symbol.
12564 (fill_in_logfont, list_all_matching_fonts): Family should
12565 always be a symbol.
12566
125672008-04-06 Jason Rumney <jasonr@gnu.org>
12568
12569 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12570 Give up if glyph indices not supported. Use uniscribe obtained
12571 ABC widths for individual metrics. Map glyph clusters back to
12572 characters using fClusterStart flag. Return number of glyphs
12573 produced, not chars processed.
12574 (uniscribe_shape): Map char at FROM to current glyph.
12575
125762008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12577
12578 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12579 Use SetMenuItemHierarchicalMenu.
12580
125812008-04-05 Jason Rumney <jasonr@gnu.org>
12582
12583 * image.c (pbm_load): Allow color values up to 65535.
12584 Throw an error if max_color_idx is outside the supported range.
12585 Report an error when image size is invalid.
12586 Read two bytes at a time when raw images have max_color_idx above 255.
12587
125882008-04-05 Eli Zaretskii <eliz@gnu.org>
12589
12590 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12591 cFileName a file name that includes `?' characters, use the 8+3
12592 alias in cAlternateFileName instead.
12593
125942008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12595
12596 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12597 append "CCL: Quitted" when the CCL program is quitted.
12598 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12599
12600 * ccl.h (struct ccl_program): New member quit_silently.
12601
126022008-04-05 Chong Yidong <cyd@stupidchicken.com>
12603
12604 * search.c (compile_pattern_1): Treat non-nil and non-string of
12605 search-spaces-regexp as nil.
12606
12607 * minibuf.c (Fassoc_string): Tweak docstring.
12608
126092008-04-05 Eli Zaretskii <eliz@gnu.org>
12610
12611 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12612 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12613 2008-03-14 to force inode be positive.
12614
12615 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12616 _S_* ones, since we now use our own sys/stat.h.
12617 (stat, fstat): Don't mangle the inode number.
12618 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12619
126202008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * frame.h (struct frame): Give one more bit to `visible' since we use
12623 values larger than 1 to indicate obscured frames on ttys.
12624
12625 * keymap.c (Qkeymap_canonicalize): New var.
12626 (Fmap_keymap_internal): New fun.
12627 (describe_map): Use keymap-canonicalize.
12628
12629 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12630 (Fundo_boundary): Set them.
12631 (syms_of_undo): Initialize them.
12632 (record_point): Use them instead of last_point_position*.
12633 (last_undo_buffer): Change type.
12634
126352008-04-04 Jason Rumney <jasonr@gnu.org>
12636
12637 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12638 (recompute_cached_metrics): Don't set ascent and descent per char.
12639
12640 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12641 (uniscribe_check_otf): Add GC protection before consing.
12642 Rearrange loop for counting features.
12643
126442008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12647 buffer with byte-size of source buffer.
12648
126492008-04-03 Chong Yidong <cyd@stupidchicken.com>
12650
12651 * callint.c (Fcall_interactively): Handle temporary region even
12652 when shift-select-mode is off.
12653
126542008-04-03 Jason Rumney <jasonr@gnu.org>
12655
12656 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12657
126582008-04-03 Kenichi Handa <handa@m17n.org>
12659
12660 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12661 (CATEGORY_MASK_UTF_16): Likewise.
12662 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12663 binary file.
12664 (detect_coding): Add null-byte detection for a binary file.
12665 (detect_coding_system): Likewise.
12666
126672008-04-03 Jason Rumney <jasonr@gnu.org>
12668
12669 * w32uniscribe.c: New file.
12670
12671 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12672
12673 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12674
12675 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12676 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12677 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12678 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12679 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12680 (Qphonetic): New symbols.
12681 (syms_of_w32font): Initialize them.
12682 (font_supported_scripts): Use them.
12683 (w32font_list_family): List all charsets.
12684 (w32font_text_extents, recompute_cached_metrics): Fix metric
12685 calculations.
12686 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12687 Give opentype fonts their own format.
12688 (font_matches_spec): New arguments backend and logfont.
12689 Handle :otf spec for uniscribe backend.
12690 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12691 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12692
12693 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12694 font backend.
12695 (globals_of_w32fns): Initialize uniscribe font backend.
12696
12697 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12698 dependencies.
12699 (w32uniscribe.$(O)): New file to build.
12700 (FONT_OBJ): Include w32uniscribe.$(O).
12701 (LIBS): Add uniscribe libraries.
12702
12703 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12704
127052008-04-02 Chong Yidong <cyd@stupidchicken.com>
12706
12707 * callint.c (Vshift_select_mode): New var.
12708 (Finteractive): Document new ^ spec.
12709 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12710 is present.
12711
12712 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12713 (command_loop_1): Avoid running the direct display versions of
12714 forward-char and backward-char if shift-selection may occur.
12715 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12716 shift-translation takes place.
12717
12718 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12719 avoid clobbering by define-minor-mode.
12720
12721 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12722 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12723
12724 * syntax.c (Fforward_word): Add ^ interactive spec.
12725
12726 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12727 (Fscroll_right): Add ^ interactive spec.
12728
127292008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12732
12733 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12734
12735 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12736
127372008-03-31 Juri Linkov <juri@jurta.org>
12738
12739 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12740
127412008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12742
12743 * gtkutil.c (xg_set_geometry): Fix indentation.
12744 (xg_resize_outer_widget): Remove.
12745 (x_wm_size_hint_off): Fix indentation.
12746 (xg_frame_set_char_size): Call flush_and_sync after
12747 gtk_window_resize.
12748 (x_wm_set_size_hint): Pass NULL as geometry window to
12749 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12750 Add menu bar and tool bar height to base height.
12751 (xg_update_frame_menubar, free_frame_menubar)
12752 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12753 (update_frame_tool_bar, free_frame_tool_bar):
12754 Change xg_resize_outer_widget to xg_frame_set_char_size.
12755
127562008-03-30 Michael Albinus <michael.albinus@gmx.de>
12757
12758 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12759 (Fdbus_call_method): New parameter TIMEOUT.
12760 (dbus-send-signal): Optimize UNGCPRO call.
12761
127622008-03-29 Juri Linkov <juri@jurta.org>
12763
12764 * window.c (Fdisplay_buffer): Move call to
12765 Vsplit_window_preferred_function out of conditions that check
12766 if window is eligible for vertical splitting.
12767 When Vsplit_window_preferred_function is non-nil, call it and use
12768 its non-nil return value as window. Otherwise, continue doing
12769 vertical splitting using Fsplit_window with arg horflag=nil.
12770 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12771 default value from `split-window' to nil.
12772
127732008-03-29 Juri Linkov <juri@jurta.org>
12774
12775 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12776 for interactive code letters 'b' and 'B'.
12777
127782008-03-29 Eli Zaretskii <eliz@gnu.org>
12779
12780 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12781 multibyte string.
12782
127832008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * keyboard.c (pending_funcalls): New var.
12786 (timer_check): Run it.
12787 (syms_of_keyboard): Initialize it.
12788 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12789 (Vdelete_terminal_functions): New vars.
12790 (syms_of_terminal): Initialize them.
12791 (Fdelete_terminal): Run delete-terminal-functions.
12792 * xdisp.c (safe_eval): Rewrite.
12793 (safe_call2): New fun.
12794 * frame.c (Qdelete_frame_functions): New var.
12795 (syms_of_frame): Initialize it.
12796 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12797 * lisp.h (safe_call2, pending_funcalls): Declare.
12798
127992008-03-28 Andreas Schwab <schwab@suse.de>
12800
12801 * indent.c (Fmove_to_column): Move declaration before statements.
12802
128032008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12806 (struct frame): Use bit fields for boolean vars.
12807
12808 * process.c (server_accept_connection): Simplify naming.
12809 (emacs_get_tty_pgrp): Use SDATA.
12810
12811 * coding.c (decode_coding_object): Fix last change.
12812
128132008-03-27 Jason Rumney <jasonr@gnu.org>
12814
12815 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12816
128172008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12818
12819 * charset.c (Fdefine_charset_internal): Change the way of
12820 registering charsets in Vcharset_order_list.
12821 (syms_of_charset): Make the charset `eight-bit' supplementary.
12822
128232008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12824
12825 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12826 operations, to avoid having the difference between pointers
12827 overflow.
12828
128292008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * indent.c (check_display_width): New fun.
12832 (scan_for_column): Use it.
12833
12834 * data.c (syms_of_data): Mark most-positive-fixnum and
12835 most-negative-fixnum as constants.
12836
12837 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12838
12839 * indent.c (scan_for_column): Extract from current_column_1.
12840 Merge with the same code from Fmove_to_column.
12841 (current_column_1, Fmove_to_column): Use it.
12842
128432008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * keymap.c (map_keymap_internal): New fun.
12846 (map_keymap): Use it.
12847 (Fmap_keymap_internal): New fun.
12848 (Fmap_keymap): Remove left-out test from before make_save_value.
12849
12850 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12851
12852 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12853 Use XCAR/XCDR.
12854
12855 * process.h (struct Lisp_Process): Remove filter_multibyte.
12856 * process.c (QCfilter_multibyte): Remove.
12857 (setup_process_coding_systems): Don't use filter_multibyte.
12858 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12859 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12860 (Fset_process_filter_multibyte): Change the coding-system to
12861 approximate the previous behavior.
12862 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12863 coding-system.
12864
12865 * coding.c (decode_coding_object): When not decoding into a buffer,
12866 obey the coding system's preference of (uni|multi)byte.
12867
128682008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12871 every char is changed and has a different byte-length.
12872 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12873 Fix int -> EMACS_INT.
12874
128752008-03-23 David Hansen <david.hansen@gmx.net>
12876
12877 * dbusbind.c (xd_read_message): Remove extra copying of message
12878 strings. Check for NULL `interface' or `member'.
12879
128802008-03-22 Eli Zaretskii <eliz@gnu.org>
12881
12882 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12883 cFileName a file name that includes `?' characters, use the 8+3
12884 alias in cAlternateFileName instead.
12885
128862008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12889
128902008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12893 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12894 work on current_buffer only instead (that was already the case
12895 for some of the code anyway).
12896 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12897 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12898 (SET_PT, SET_PT_BOTH): Adjust.
12899 * intervals.h (set_point, temp_set_point, set_point_both)
12900 (temp_set_point_both): Remove redundant declarations.
12901
129022008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * fileio.c (Finsert_file_contents):
12905 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12906 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12907 when buffer != current_buffer anyway.
12908
129092008-03-20 Andreas Schwab <schwab@suse.de>
12910
12911 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12912 as default.
12913
129142008-03-19 Jason Rumney <jasonr@gnu.org>
12915
12916 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12917 (syms_of_w32fns): Initialize them.
12918 (HOURGLASS_ID): New constant.
12919 (x_window_to_frame): Don't check hourglass_window.
12920 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12921 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12922 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12923 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12924 Only change the cursor if hourglass is not active.
12925 (Fx_create_frame): Initialize frame's current_cursor.
12926 (hourglass_atimer): Remove.
12927 (hourglass_started): New function.
12928 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12929 (show_hourglass): Adapt to w32, changing argument to frame.
12930
12931 * w32term.h (struct w32_output): Remove hourglass_window.
12932 Add current_cursor.
12933
12934 * eval.c (call_debugger, Fsignal):
12935 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12936 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12937 (Fexecute_extended_command, cancel_hourglass_unwind):
12938 * minibuf.c (read_minibuf):
12939 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12940
129412008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * window.c (run_funs): New fun.
12944 (run_window_configuration_change_hook): Use it to run the buffer-local
12945 and the global part of the hook.
12946
12947 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12948 (unwind_format_mode_line): Restore selected window.
12949 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12950
129512008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * editfns.c (Fchar_equal): Check they are valid characters.
12954
12955 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12956
129572008-03-17 Andreas Schwab <schwab@suse.de>
12958
12959 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12960 against a charset.
12961
12962 * lisp.h (Fbuffer_list): Declare.
12963
129642008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12965
aac0c6e3
MR
12966 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12967 handlebox_widget is != 0.
12968
129692008-03-16 Juri Linkov <juri@jurta.org>
12970
12971 * callint.c (Fcall_interactively): For interactive code letters
12972 'b' and 'B' put the buffer list into the list of default "future"
12973 values of the minibuffer.
12974
129752008-03-16 Andreas Schwab <schwab@suse.de>
12976
12977 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12978 modifiers.
12979
12980 * regex.c (re_match_2_internal): Correct matching of a charset
12981 against latin-1 characters.
12982
129832008-03-16 Kenichi Handa <handa@m17n.org>
12984
12985 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12986 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12987 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12988 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12989 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12990 CHAR_STRING_ADVANCE.
12991 (produce_chars): Fix for the case that the source and the
12992 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12993 instead of CHAR_STRING_ADVANCE.
12994 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12995 STRING_CHAR_ADVANCE.
12996
129972008-03-15 Andreas Schwab <schwab@suse.de>
12998
12999 * regex.c (re_match_2_internal): Correct matching of eight bit
13000 characters in unibyte strings.
13001
130022008-03-15 Martin Rudalics <rudalics@gmx.at>
13003
13004 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
13005 at end of range when it coincides with the end of the buffer.
13006
130072008-03-14 Eli Zaretskii <eliz@gnu.org>
13008
13009 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
13010
13011 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
13012
130132008-03-14 Jason Rumney <jasonr@gnu.org>
13014
13015 * editfns.c (initial_tz): New variable.
13016 (syms_of_editfns): Initialize it.
13017 (Fset_time_zone_rule): Set it when first called.
13018 Use it when TZSTRING is nil.
13019
13020 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
13021 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
13022 (monitor_from_point_fn, get_monitor_info_fn): New globals.
13023 (globals_of_w32fns): Initialize them.
13024 (compute_tip_xy): Use them to position tooltips.
13025
130262008-03-14 Glenn Morris <rgm@gnu.org>
13027
13028 * emacs.c (main): Revert previous change.
13029 (standard_args): Revert -internal-script back to -scriptload,
13030 and remove the long-option form.
13031
130322008-03-13 Glenn Morris <rgm@gnu.org>
13033
13034 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
13035 Remove option -enable-font-backend.
13036
130372008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
13040
130412008-03-11 Jan Djärv <jan.h.d@swipnet.se>
13042
13043 * xterm.c (x_connection_closed): For GTK: If this is the last
13044 terminal just exit without closing the display.
13045
130462008-03-11 Jason Rumney <jasonr@gnu.org>
13047
13048 * w32font.c (w32font_full_name): Use floor to round.
13049
f0131492 130502008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
13051
13052 * sound.c (alsa_configure): Declare vol at beginning of block.
13053
13054 * fontset.c (Ffontset_info): Remove extra semicolon.
13055
130562008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
13059 size of resulting string.
13060
130612008-03-10 Jason Rumney <jasonr@gnu.org>
13062
13063 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
13064
130652008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13066
13067 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13068 Don't pretend as if characters with display property haven't been
13069 consumed for string-replacing-string case.
13070
130712008-03-08 Kim F. Storm <storm@cua.dk>
13072
13073 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
13074 (get_next_display_element, next_element_from_string)
13075 (next_element_from_ellipsis, next_element_from_buffer): Use it.
13076
130772008-03-08 Andreas Schwab <schwab@suse.de>
13078
13079 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
13080
130812008-03-06 Jason Rumney <jasonr@gnu.org>
13082
13083 * w32font.c (w32_registry): Take font_type argument. Use ANSI
13084 when charset not specified. Only translate ANSI to unicode when
13085 font_type is truetype.
13086 (w32font_coverage_ok): New function.
13087 (add_font_entity_to_list): Use it to filter unsuitable fonts.
13088
130892008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13090
13091 * lread.c (Fread_char): Resolve modifiers.
13092 (Fread_char_exclusive): Likewise.
13093
13094 * character.c (char_resolve_modifier_mask): New function.
13095 (char_string): Use char_resolve_modifier_mask.
13096 (Fchar_resolve_modifiers): New function.
13097 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
13098 function.
13099
131002008-03-04 Jason Rumney <jasonr@gnu.org>
13101
13102 * makefile.w32-in: Always include w32font.c in the build.
13103 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
13104
131052008-03-04 Andreas Schwab <schwab@suse.de>
13106
13107 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
13108 (versionclean): Likewise.
13109
131102008-03-04 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * .cvsignore: Add oo.
13113
131142008-03-03 Andreas Schwab <schwab@suse.de>
13115
13116 * coding.c (decode_coding_object): Inhibit gap shrinking while
13117 decoding in place.
13118
131192008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13120
13121 * w32term.c: Remove unused include "gnu.h".
13122 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
13123
13124 * gnu.h: Rename to ...
13125 * emacs-icon.h: ... this.
13126 * xterm.c: Use emacs-icon.h instead of gnu.h.
13127 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
13128
131292008-03-03 Juanma Barranquero <lekktu@gmail.com>
13130
13131 * w32font.c: Include math.h.
13132
131332008-03-03 Jason Rumney <jasonr@gnu.org>
13134
13135 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
13136 Compute options separately.
13137 (w32font_open_internal): Set glyph_idx before caching metrics.
13138
13139 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13140 Define if system headers don't.
13141 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13142 (w32font_encode_char): Don't declare here.
13143
13144 * w32font.c (Quniscribe, QCformat): New symbols.
13145 (syms_of_w32font): Define them.
13146 (w32font_has_char): Indicate uncertainty.
13147 (w32font_encode_char): Encode as glyph point. Make static.
13148 (recompute_cached_metrics): New function.
13149 (w32font_open_internal): Use it. Set font to use glyph points
13150 initially. Set format based on type of font.
13151 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13152 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13153 on it. Set format based on information available here.
13154 (add_font_entity_to_list): Identify backend based on opentype_only.
13155
131562008-03-02 Andreas Schwab <schwab@suse.de>
13157
13158 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13159
13160 * coding.c (decode_coding_big5, produce_chars):
13161 Fix typos in last change.
13162
131632008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13164
13165 * gnu.h: New icon.
13166
131672008-03-02 Kenichi Handa <handa@m17n.org>
13168
13169 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13170 `dos', don't decode '\r' if that is the last in the source.
13171 (decode_coding_utf_16, decode_coding_emacs_mule)
13172 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13173 (decode_coding_raw_text, decode_coding_charset): Likewise.
13174 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13175
131762008-03-01 Jason Rumney <jasonr@gnu.org>
13177
13178 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13179
131802008-03-01 Kim F. Storm <storm@cua.dk>
13181
13182 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13183
131842008-03-01 Jason Rumney <jasonr@gnu.org>
13185
13186 * w32font.c (w32font_full_name): New function.
13187 (w32font_open_internal): Use it.
13188
131892008-03-01 Kim F. Storm <storm@cua.dk>
13190
13191 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13192
131932008-03-01 Jason Rumney <jasonr@gnu.org>
13194
13195 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13196
131972008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13198
13199 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13200 xg_frame_resized when the event is for the edit widget.
13201
13202 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13203
13204 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13205 set_char_size.
13206 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13207 operations on widgets here. Just set frame size if needed.
13208 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13209 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13210 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13211 the whole frame.
13212 (xg_create_tool_bar): Move attachment of the tool bar to
13213 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13214 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13215
132162008-03-01 Jason Rumney <jasonr@gnu.org>
13217
13218 * w32fns.c (w32_msg_pump): Disable debug code.
13219
132202008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13221
13222 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13223
132242008-02-29 Chong Yidong <cyd@stupidchicken.com>
13225
13226 * xdisp.c (next_overlay_string): Don't set
13227 overlay_strings_at_end_processed_p if we're currently reading from
13228 a display string.
13229
132302008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * xdisp.c (get_overlay_strings_1): Fix typo.
13233
132342008-02-29 Chong Yidong <cyd@stupidchicken.com>
13235
13236 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13237
132382008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13239
13240 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13241
13242 * xdisp.c (display_mode_element): Cancel the previous change.
13243 (decode_mode_spec): Likewise.
13244 (handle_auto_composed_prop): Don't make composition if it->string
13245 is a string.
13246
132472008-02-27 Kim F. Storm <storm@cua.dk>
13248
13249 * lisp.h (GLYPH): Change type from int to struct with separate char
13250 and face_id members.
13251 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13252 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13253 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13254 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13255 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13256 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13257 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13258 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13259 handle new Lisp glyph code encoding, either an integer or a cons.
13260
13261 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13262 (GLYPH_ALIAS): Delete.
13263 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13264 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13265 (GLYPH_FROM_CHAR): Replace macro by ...
13266 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13267
13268 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13269 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13270 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13271 (GLYPH_INVALID_P): New macro.
13272 (spec_glyph_lookup_face): Update prototype.
13273
13274 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13275 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13276 new glyph code encoding.
13277 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13278 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13279
13280 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13281 Adapt to new glyph type and new glyph code encoding.
13282
13283 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13284
13285 * indent.c (current_column, current_column_1, Fmove_to_column)
13286 (compute_motion): Adapt to new glyph code encoding.
13287
13288 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13289
132902008-02-27 Chong Yidong <cyd@stupidchicken.com>
13291
13292 * process.c (wait_reading_process_output): Check for window
13293 changes caused by timers.
13294 Suggested by Johan Bockgård.
13295
132962008-02-27 Glenn Morris <rgm@gnu.org>
13297
13298 * emacs.c (USAGE1): Add `--disable-font-backend'.
13299
133002008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13301
13302 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13303 is made to the buffer.
13304
133052008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13308 (face_at_string_position):
13309 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13310 (face_at_string_position):
13311 * xdisp.c (display_string, next_overlay_change):
13312 * buffer.h (overlays_at):
13313 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13314 Update callers.
13315
133162008-02-26 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * editfns.c (Fformat): Doc fix.
13319
133202008-02-26 Juanma Barranquero <lekktu@gmail.com>
13321
13322 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13323 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13324 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13325
133262008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * buffer.c (Fbuffer_swap_text): New function.
13329 (syms_of_buffer): Defsubr it.
13330
133312008-02-25 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13334
133352008-02-25 Jason Rumney <jasonr@gnu.org>
13336
13337 * w32font.c (w32font_draw): Draw one character at a time when padding.
13338
133392008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13342 Handle a nil arg. Use run_window_configuration_change_hook.
13343 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13344 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13345 Use run_window_configuration_change_hook.
13346
133472008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13348
13349 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13350 1-pixel width.
13351
133522008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13353
13354 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13355 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13356 if the glyph in the font is zero pixel with.
13357
13358 * dispextern.h (struct glyph_string): New member padding_p.
13359
13360 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13361
13362 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13363
13364 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13365
13366 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13367
13368 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13369
133702008-02-25 Jason Rumney <jasonr@gnu.org>
13371
13372 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13373
133742008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 Allow fine-grained image-cache flushing.
13377 * dispextern.h (struct image): Add `dependencies' field.
13378 (clear_image_caches): Change arg to Lisp_Object.
13379 * image.c (make_image): Initialize `dependencies' field.
13380 (clear_image_cache): Change arg to allow fine-grained flushing.
13381 Perform the flush even if image-cache-eviction-delay is nil.
13382 (clear_image_caches): Change arg to Lisp_Object.
13383 (Fclear_image_cache): Expand meaning of the argument.
13384 (mark_image): Mark `dependencies' field.
13385 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13386 (lface_hash): Use XHASH rather than XFASTINT.
13387 (face_at_buffer_position): Fix int -> EMACS_INT position.
13388 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13389 (select_frame_for_redisplay): Remove code duplication.
13390 (redisplay_internal): Adapt arg to call to clear_image_caches.
13391
133922008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * s/vms4-0.h:
13395 * s/vms4-2.h:
13396 * s/vms4-4.h:
13397 * s/vms5-5.h: Remove, unused.
13398
13399 * s/irix5-2.h:
13400 * s/irix6-0.h:
13401 * s/riscos5.h:
13402 * s/mach-bsd4-3.h:
13403 * m/mips4.h: Remove files for obsolete systems.
13404
13405 * Makefile.in:
13406 * filelock.c:
13407 * unexmips.c:
13408 * m/hp9000s300.h:
13409 * m/iris4d.h:
13410 * s/aix3-1.h:
13411 * s/hpux.h:
13412 * s/msdos.h:
13413 * s/usg5-0.h:
13414 * s/usg5-2-2.h:
13415 * s/usg5-2.h:
13416 * s/usg5-3.h: Remove references to obsolete variables.
13417
13418 * s/irix5-0.h: Remove, move all the contents ...
13419 * s/irix6-5.h: ... here. Simplify.
13420 * config.in: Regenerate.
13421
134222008-02-24 Jason Rumney <jasonr@gnu.org>
13423
13424 * w32term.c (x_draw_glyph_string_background): Clear the background
13425 manually when cleartype is in use.
13426 (x_draw_glyph_string_foreground): Draw text transparently when
13427 cleartype is in use.
13428
13429 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13430 a font into it unless we have to.
13431
134322008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13435 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 13436
aac0c6e3
MR
134372008-02-18 Jason Rumney <jasonr@gnu.org>
13438
13439 * w32fns.c (Fw32_shell_execute): Encode parameters.
13440
134412008-02-09 Eli Zaretskii <eliz@gnu.org>
13442
13443 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13444
134452008-02-05 Juanma Barranquero <lekktu@gmail.com>
13446
13447 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13448
134492008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13450
13451 * xterm.c (x_set_offset): Don't change the gravity if
13452 CHANGE_GRAVITY is -1.
13453
134542008-02-23 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * fileio.c (auto_save_error_occurred): New var.
13457 (auto_save_error): Set it.
13458 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13459 error occurred.
13460
134612008-02-23 Eli Zaretskii <eliz@gnu.org>
13462
13463 * w32.c (globals_of_w32): Add initializations for
13464 g_b_init_get_sid_sub_authority and
13465 g_b_init_get_sid_sub_authority_count.
13466
134672008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13470 (font_parse_xlfd): Use them for sanity check.
13471 (Finternal_set_font_style_table): Make sure the table is bijective.
13472
13473 Consolidate the image_cache to the terminal struct.
13474 * termhooks.h (P_): Remove redundant def.
13475 (struct terminal): New field `image_cache'.
13476 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13477 of FRAME_X_IMAGE_CACHE.
13478 * xterm.h (struct x_display_info): Remove image_cache field.
13479 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13480 * w32term.h (struct w32_display_info): Remove image_cache field.
13481 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13482 * macterm.h (struct mac_display_info): Remove image_cache field.
13483 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13484 * xterm.c (x_term_init):
13485 * w32term.c (w32_term_init):
13486 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13487 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13488 Remove declarations.
13489 (clear_image_caches, mark_image_cache): New declarations.
13490 * xfaces.c (clear_face_cache):
13491 * xdisp.c (redisplay_internal): Use clear_image_caches.
13492 * image.c (clear_image_cache): Don't check that a frame is on
13493 a window-system before checking if it shares the same cache.
13494 (clear_image_caches): New function.
13495 (Fclear_image_cache): Use it.
13496 (mark_image): Move from allo.c.
13497 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13498 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13499 (mark_object): Don't call mark_image_cache for frames.
13500 (mark_terminals): Call mark_image_cache.
13501
13502 * lisp.h (Fdelete_terminal): Declare.
13503
13504 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13505 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13506 wrong_type_argument.
13507
135082008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13509
13510 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13511 malayalam.el, and tamil.el. Add sinhala.el.
13512
135132008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * xterm.c (x_connection_closed): Consolidate identical tests.
13516 (x_delete_terminal): Don't crash if called via x_connection_closed.
13517
135182008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13519
13520 * xdisp.c (decode_mode_spec): New arg string.
13521 (display_mode_element): Adjust for the above change.
13522
135232008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * callint.c (Fcall_interactively): Use AREF.
13526
135272008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13530
135312008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13532
13533 * xfns.c (Fx_show_tip): Set string to " " if empty.
13534
135352008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13536
13537 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13538 with Qt.
13539
135402008-02-17 Kenichi Handa <handa@m17n.org>
13541
13542 * ftfont.c (ftfont_shape): Return Lispy number.
13543
13544 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13545 for GCs.
13546 (Finternal_set_font_selection_order): Call font_update_sort_order
13547 only when enable_font_backend is set.
13548 (realize_x_face): Set face->font_info to that of default face only
13549 when enable_font_backend is set.
13550
13551 * xdisp.c (handle_composition_prop): Set it->c to the fist
13552 character of the composed region.
13553 (fill_composite_glyph_string): Set base_face->font_info to
13554 s->font_info. Get a face for ascii from base_face->ascii_face.
13555 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13556 with a face already decided.
13557 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13558 non-negative.
13559 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13560 call font_prepare_composition unconditionally.
13561
13562 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13563
13564 * xterm.h (struct x_display_info): New member font.
13565
13566 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13567 (x_set_mouse_face_gc, x_new_font): Likewise.
13568 (x_term_init): Setup display_info->font.
13569 (x_delete_terminal): Free display_info->font.
13570
13571 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13572
13573 * ftxfont.c (ftxfont_default_fid): Delete it.
13574 (ftxfont_open): Set xfont->fid to 0.
13575 (ftxfont_end_for_frame): Clear data specific to the frame and the
13576 font-driver.
13577
13578 * xftfont.c (xftfont_default_fid): Delete it.
13579 (xftfont_open): Set xfont->fid to 0.
13580
13581 * fontset.c (FONTSET_OBJLIST): New macro.
13582 (fontset_find_font): Update font-object list of the fontset.
13583 (free_realized_fontset): New function.
13584 (free_face_fontset): Call free_realized_fontset.
13585 (Ffont_info): Call font_close_object only when enable_font_backend
13586 is set.
13587
13588 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13589 [HAVE_NTGUI]: Include w32term.h.
13590 [MAC_OS]: Include macterm.ch.
13591 (font_otf_ValueRecord): Use make_number.
13592 (font_finish_cache): Fix handling of reference count.
13593 (font_clear_cache): Update num_fonts.
13594 (font_open_entity): Update smallest_char_width and
13595 smallest_font_height of the frame.
13596 (font_close_object): Update num_fonts.
13597 (Fclear_font_cache): Fix finding the target cache data.
13598
135992008-02-16 Glenn Morris <rgm@gnu.org>
13600
13601 * fontset.c (Finternal_char_font): Fix compilation warning.
13602
136032008-02-16 Eli Zaretskii <eliz@gnu.org>
13604
13605 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13606 instead of char arrays. Enlarge the size of array passed to
13607 get_token_information.
13608
13609 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13610 warnings.
13611
136122008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13613
13614 * .gdbinit: Don't set `args', it breaks gdb --args.
13615
136162008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13619 within a narrowed buffer.
13620
136212008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13622
13623 * coding.c (decode_coding_object, encode_coding_object):
13624 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13625
136262008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13629 hardcoding 1.
13630 (detect_coding_system):
13631 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13632 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13633 * insdel.c (insert_from_gap):
13634 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13635 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13636 (string_to_multibyte):
13637 * character.c (chars_in_text, multibyte_chars_in_text):
13638 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13639
13640 * character.h (FETCH_STRING_CHAR_ADVANCE)
13641 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13642 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13643 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13644
13645 * casefiddle.c (casify_region): Only call after-change and composition
13646 functions on the part of the region that was changed.
13647
13648 * keyboard.c (read_avail_input):
13649 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13650
136512008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13654 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13655
136562008-02-11 Juanma Barranquero <lekktu@gmail.com>
13657
13658 * w32menu.c (push_submenu_start, push_submenu_end)
13659 (push_left_right_boundary, push_menu_pane, push_menu_item):
13660 * keyboard.c (read_key_sequence): Don't pass args with side effects
13661 to AREF, it fails when compiling with -DENABLE_CHECKING.
13662
136632008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13664
13665 * Makefile.in (${lispsource}international/charprop.el):
13666 Delete this target.
13667
13668 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13669 emacs-unicode-2.
13670
136712008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13674
136752008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * frame.c (Qnoelisp): New symbol.
13678 (syms_of_frame): Initialize it.
13679 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13680 harmless Elisp code, from a strong `force' from x_connection_closed.
13681 * frame.h (Qnoelisp): Declare.
13682 * xterm.c (x_connection_closed): Pass `noelisp'.
13683
13684 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13685 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13686 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13687 rather than `int' for the type of `type'.
13688
136892008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13690
13691 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13692
13693 * Makefile.in (GNUC): Remove support for gcc-1.x.
13694
136952008-02-10 Richard Stallman <rms@gnu.org>
13696
13697 * lisp.h (ASET): Use AREF, not ASLOT.
13698
136992008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * lisp.h (ASET): Check bounds.
13702
137032008-02-10 Glenn Morris <rgm@gnu.org>
13704
13705 * buffer.c (mode-name): Doc fix.
13706
137072008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13708
13709 * Makefile.in:
13710 * emacs.c:
13711 * gmalloc.c:
13712 * keyboard.c:
13713 * lisp.h:
13714 * m/ibm370aix.h:
13715 * process.c:
13716 * regex.c:
13717 * s/hpux.h:
13718 * sysdep.c:
13719 * sysselect.h:
13720 * systty.h:
13721 * unexec.c:
13722 * w32term.c:
13723 * xsmfns.c:
13724 * xterm.c: Remove code that deals with obsolete variables.
13725
13726 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13727
13728 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13729 nothing else needs it anymore.
13730
137312008-02-09 Eli Zaretskii <eliz@gnu.org>
13732
13733 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13734 instead of unibyte_char_to_multibyte.
13735
137362008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13737
13738 * s/gnu-linux.h: Remove commented out code.
13739
13740 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13741
13742 * Makefile.in: Update what RMS says about using autoconf.
13743 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13744 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13745 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13746 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13747
137482008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * keymap.c (Fkey_description): Move side effect outside of macro call.
13751
13752 * xfaces.c (Finternal_make_lisp_face):
13753 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13754
13755 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13756 (syms_of_fontset): Use ASET.
13757
13758 * fns.c (concat): Move side effect outside of macro call.
13759 (hash_clear): Use ASET.
13760
137612008-02-08 Richard Stallman <rms@gnu.org>
13762
13763 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13764 If FORCE, and frame has a surrogate minibuffer for another frame,
13765 delete the other frame first.
13766
137672008-02-07 Timo Savola <timo.savola@iki.fi>
13768
13769 * xterm.c (x_detect_focus_change): Handle embed client message.
13770 (handle_one_xevent): Ditto.
13771 (handle_one_xevent): If embedded and we get a button press/release,
13772 request focus.
13773 (xembed_set_info, xembed_send_message): New functions.
13774 (x_make_frame_visible): Call xembed_set_info if embedded.
13775 (x_make_frame_invisible): Call xembed_set_info if embedded.
13776 (x_term_init): Initialize Xatom_XEMBED.
13777 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13778 (x_iconify_frame): Ditto.
13779
13780 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13781 (enum xembed_info, enum xembed_message, enum xembed_focus)
13782 (enum xembed_modifier, enum xembed_accelerator): New.
13783 (xembed_set_info, xembed_send_message): Declare.
13784 (FRAME_X_EMBEDDED_P): New.
13785
13786 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13787 gtk_plug_new.
13788
13789 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13790 window ID of a frame.
13791 (x_window): Reparent frame if embedded.
13792 (Fx_create_frame): Don't set border width if embedded.
13793
13794 * emacs.c (USAGE3): Add --parent-id.
13795 (standard_args): Ditto.
13796
137972008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13798
13799 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13800
138012008-02-07 Jim Meyering <meyering@redhat.com>
13802
13803 Use "do...while (0)", not "if (1)...else" in macro definitions.
13804 The latter provokes a warning from gcc about the empty else, when
13805 followed by ";". Also, without that trailing semicolon, it would
13806 silently swallow up any following statement.
13807 * syntax.h (SETUP_SYNTAX_TABLE)
13808 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13809 * buffer.h (DECODE_POSITION): Likewise.
13810 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13811 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13812 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13813 (FETCH_CHAR_ADVANCE): Likewise.
13814 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13815
138162008-02-07 Jim Meyering <meyering@redhat.com>
13817
13818 * lread.c [lint]: Don't include <sys/inode.h>.
13819
138202008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * xselect.c (x_handle_dnd_message):
13823 * xmenu.c (digest_single_submenu, xmenu_show):
13824 * xdisp.c (with_echo_area_buffer_unwind_data)
13825 (format_mode_line_unwind_data, unwind_format_mode_line)
13826 (display_menu_bar):
13827 * eval.c (Ffetch_bytecode):
13828 * doc.c (store_function_docstring):
13829 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13830 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13831 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13832
138332008-02-07 Kenichi Handa <handa@m17n.org>
13834
13835 * ftxfont.c (ftxfont_open): Don't set
13836 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13837
13838 * ftfont.c (ftfont_open): Fix previous change.
13839
138402008-02-06 Jason Rumney <jasonr@gnu.org>
13841
13842 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13843 Use cached metrics for ASCII characters.
13844 (w32font_open_internal): Don't set font's owning_frame.
13845 Cache metrics for ASCII characters.
13846
13847 * w32font.h (struct w32font_info): Add ascii_metrics.
13848 Remove owning_frame.
13849
138502008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13851
13852 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13853 to negative value.
13854
13855 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13856
13857 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13858
13859 * charset.c (syms_of_charset): Set QCtest and Qeq.
13860
138612008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * process.c (Fstart_process):
13864 * callproc.c (Fcall_process): Handle the case where
13865 Funhandled_file_name_directory returns nil.
13866
13867 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13868 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13869 * font.c (check_gstring): Use them and AREF to access the vector before
13870 we know it's really a gstring.
13871 (Ffont_shape_text): Fix typo.
46e722a9 13872 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13873
13874 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13875 Declare.
13876
13877 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13878
138792008-02-05 Jason Rumney <jasonr@gnu.org>
13880
13881 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13882 Set smallest_font_height and smallest_char_width in display info.
13883
138842008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13885
13886 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13887
138882008-02-05 Miles Bader <miles@gnu.org>
13889
13890 * xfaces.c (get_lface_attributes, merge_named_face)
13891 (lookup_named_face, lookup_derived_face, realize_named_face):
13892 Revert 2008-02-01 change by cyd@stupidchicken.com.
13893
138942008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13895
13896 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13897 fallback fonts.
13898 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13899
139002008-02-04 Jason Rumney <jasonr@gnu.org>
13901
13902 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13903 set full_name.
13904 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13905
139062008-02-03 Jason Rumney <jasonr@gnu.org>
13907
13908 * makefile.w32-in (OBJ1): Include font.o here.
13909 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13910
139112008-02-02 Jason Rumney <jasonr@gnu.org>
13912
13913 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13914
139152008-02-01 Jason Rumney <jasonr@gnu.org>
13916
13917 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13918
13919 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13920
139212008-02-01 Andreas Schwab <schwab@suse.de>
13922
13923 * Makefile.in (shortlisp, lisp): Update for rename of
13924 ../lisp/language/myanmar.el.
13925
139262008-02-01 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * xfaces.c (get_lface_attributes): Delete function.
13929 (merge_named_face, lookup_named_face, lookup_derived_face)
13930 (realize_named_face): Call lface_from_face_name directly, and use
13931 the fact that merge_face_vectors does not alter its FROM argument.
13932
139332008-02-01 Jason Rumney <jasonr@gnu.org>
13934
13935 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13936 input in the default locale. Handle non-Unicode multibyte input.
13937
139382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13939
13940 * fontset.c (reorder_font_vector): Exclude nil elements from the
13941 font group. Don't try multiple fonts.
13942 (fontset_font): Adjust for the above change.
13943 (Finternal_char_font): Return nil if the found font doesn't
13944 contain the character ch.
13945
13946 * Makefile.in (lisp, shortlisp): Add cham.el.
13947
139482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13949
13950 * font.h (FONTP): Make it return 1 also for a font-object.
13951
13952 * .gdbinit (xfontset): New function.
13953
13954 * font.c (font_find_for_lface): Check if the character C is
13955 supported or not only for the first font.
13956
13957 * fontset.c (reorder_font_vector): Fix typo.
13958 (fontset_find_font): Don't add a font-spec specifying a script.
13959 Use 0 (not Qt) for the indication of empty font-group. Change the
13960 format of RFONT-DEF. Return Qt if no font in the font-group
13961 support the character.
13962 (fontset_font): Adjust for the above change. If no font was
13963 found the character, remember that.
13964 (face_for_char): Adjust for the change of RFONT-DEF.
13965 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13966 no font for the target.
13967 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13968
139692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13970
13971 * font.c (font_load_for_face): Handle the case that the font in
13972 face->lface is a string.
13973
139742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13975
13976 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13977
139782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13979
13980 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13981 Fix previous change. If the frame is not on a window system,
13982 signal an error.
13983
139842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13985
13986 * coding.c (decode_coding_object, encode_coding_object): Adjust
13987 marker positions after conversion.
13988
13989 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13990
139912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13992
13993 * font.c (font_find_for_lface): Fix the handling of the return
13994 value of font_has_char.
13995 (Ffont_shape_text): Fix previous change.
13996
13997 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13998 (fontset_ref_and_range): Delete it.
13999 (fontset_find_font): Call char_table_ref_and_range instead of
14000 FONTSET_REF_AND_RANGE.
14001 (make_fontset): Don't setup font groups of Latin here.
14002 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
14003 (new_fontset_from_font): Make the specified font the default for
14004 all Latin characters.
14005
140062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14007
14008 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
14009 is on a window system before accessing the fontset of the frame.
14010
140112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14012
14013 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
14014
14015 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
14016 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
14017
14018 * font.c (Ffont_shape_text): If the font driver doesn't have a
14019 shaper function, make zero-width glyphs to have at least one-pixel
14020 width. Fix setting of `to' field of glyphs.
14021
140222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14023
14024 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
14025 glyphs.
14026
14027 * font.h (struct font_driver): Improve docstring of member `shape'.
14028
140292008-02-01 Kenichi Handa <handa@m17n.org>
14030
14031 * composite.c (syms_of_composite): Fix docstring of
14032 auto-composition-function.
14033
14034 * font.h (LGLYPH_SIZE): New macro.
14035
14036 * font.c (Ffont_fill_gstring): Stop filling when a character not
14037 supported by the font is found.
14038 (Ffont_shape_text): When a shape callback function returns nil,
14039 try at most two more times with larger gstring.
14040 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
14041
14042 * xdisp.c (handle_auto_composed_prop): Change the argument to
14043 auto-composition-function.
14044
14045 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
14046 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
14047 Lispy glyph and store it in the lgstring.
14048
14049 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
14050
14051 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
14052
140532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14054
14055 * font.c (Ffont_shape_text): Avoid unnecessary composition.
14056
14057 * fontset.c (Vfont_encoding_charset_alist): New variable.
14058 (syms_of_fontset): DEFVAR it.
14059 (reorder_font_vector, fontset_find_font): Optimize for the case of
14060 no need of reordering.
14061 (face_for_char): Map the charset property by
14062 Vfont_encoding_charset_alist.
14063
140642008-02-01 Jason Rumney <jasonr@gnu.org>
14065
14066 * w32font.c (logfonts_match): Don't check adstyle here.
14067 (font_matches_spec): Check here against physical font instead.
14068 (add_font_entity_to_list): Avoid some substitutions.
14069
14070 * font.c (font_parse_fcname): Default weight and slant to normal.
14071 (font_score): Prefer normal fonts if weight or slant unspecified.
14072 (font_score) [WINDOWSNT]: Scale weight difference down to closer
14073 match freetype scores.
14074
140752008-02-01 Jason Rumney <jasonr@gnu.org>
14076
14077 * w32font.c (w32font_text_extents): Don't use the frame stored in the
14078 font, as it may have been deleted.
14079 (w32_enumfont_pattern_entity): Map generic family to adstyle using
14080 most common hyphenless variation.
14081 (logfonts_match): Check generic family.
14082 (font_matches_spec): Don't check generic family here.
14083 (fill_in_logfont): Set generic family based on adstyle.
14084
14085 * w32font.h (w32font_get_cache): Update declaration.
14086
140872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14088
14089 * ftfont.c (ftfont_get_cache): Adjust the argument type.
14090
14091 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
14092 If none of the new drivers are available, call font_update_drivers
14093 with the old drivers.
14094
14095 * w32font.c (w32font_get_cache): Adjust the argument type.
14096
14097 * xfont.c (xfont_get_cache): Adjust the argument type.
14098
14099 * font.h (struct font_driver): Change argument type of get_cache.
14100
14101 * xftfont.c (xftfont_start_for_frame): Delete prototype.
14102
14103 * font.c (Ffont_get): Fix arguments to Fassoc.
14104 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
14105 (font_clear_cache): New function.
14106 (font_list_entities, font_matching_entity): Use font_get_cache.
14107 (font_update_drivers): Call font_clear_cache when finishing a driver.
14108
14109 * fontset.c (fontset_find_font): Fix previous change.
14110
141112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14112
14113 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
14114 dpyinfo->font_table.
14115 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
14116 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
14117
14118 * font.c (font_at): Handle the case that the arg C is negative.
14119 Handle the unibyte case.
14120 (Ffont_at): Call font_at with the arg C -1.
14121
14122 * xdisp.c (handle_auto_composed_prop): Don't get a character at
14123 the position here, and call font_at with the arg C -1.
14124 Don't check the range of the existing composition at the point.
14125
141262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14127
14128 * fontset.c (fontset_add): New args charset_id and family.
14129 Change caller.
14130 (load_font_get_repertory, fontset_find_font): Assume that
14131 font_spec is always a font-spec object.
14132 (Fset_fontset_font): Always store a font-spec object in a fontset.
14133
14134 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
14135 instead of get_property_and_range.
14136
141372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14138
14139 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14140 (xftfont_open): Don't keep locking face.
14141 (xftfont_close): Don't unlock face.
14142 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14143
14144 * fontset.c (fontset_find_font): Don't prefer a font of
14145 supplementary charset.
14146
141472008-02-01 Kenichi Handa <handa@m17n.org>
14148
14149 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14150 script, langsys_tag to langsys, new member script.
14151 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 14152 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
14153 listing to the script specified in that property. Fix arg to
14154 OTF_check_features.
14155
141562008-02-01 Jason Rumney <jasonr@gnu.org>
14157
14158 * w32font.h: New file.
14159
14160 * w32font.c: Include it.
14161 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14162 (w32font_open): Set owning_frame.
14163 (w32font_text_extents): Use owning_frame.
14164 (struct font_callback_data): Add opentype_only field.
14165 (add_font_entity_to_list): Use it to filter fonts.
14166 Don't check against full name.
14167 (w32font_list_internal): New function.
14168 (w32font_list): Use it.
14169 (w32font_match_internal): New function.
14170 (w32font_match): Use it.
14171 (w32font_open_internal): New function.
14172 (w32font_open): Use it.
14173 (w32font_get_cache, w32font_close, w32font_has_char)
14174 (w32font_encode_char, w32font_text_extents, w32font_draw):
14175 Make non-static.
14176
14177 * makefile.w32-in (w32font.o): Depend on w32font.h.
14178
141792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14180
14181 * charset.c (Fdefine_charset_internal): Record a supplementary
14182 charset at the tail of Vcharset_order_list.
14183
14184 * font.c (Ffont_shape_text): Fix the return value.
14185
14186 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14187
14188 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14189
141902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14191
14192 * ftfont.c (struct OpenTypeSpec): New struct.
14193 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14194 (ftfont_get_open_type_spec): New function.
14195 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14196
14197 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14198
141992008-02-01 Jason Rumney <jasonr@gnu.org>
14200
14201 * w32font.c (add_font_entity_to_list): Compare only the beginning
14202 of full name.
14203
142042008-02-01 Kenichi Handa <handa@m17n.org>
14205
14206 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14207 Never return HANDLED_RECOMPUTE_PROPS.
14208
142092008-02-01 Kenichi Handa <handa@m17n.org>
14210
14211 * font.c (font_gstring_produce): Delete it.
14212
14213 * composite.h (COMPOSITION_METHOD):
14214 Handle COMPOSITION_WITH_GLYPH_STRING.
14215
142162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14217
14218 * xfont.c (Qx): Delete.
14219 (syms_of_xfont): Don't initialize Qx.
14220
14221 * composite.h (enum composition_method):
14222 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14223
142242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14225
14226 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14227 (choose_face_font): Accept new form of font-spec.
14228
14229 * frame.h (font_driver_list): Declare it unconditionally.
14230 (struct frame): Define members font_driver_list and font_data_list
14231 unconditionally.
14232
14233 * fontset.c: Include "font.h" unconditionally.
14234 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14235 (Fset_fontset_font): Accept a font-spec object.
14236
14237 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14238 PIXEL_SIZE part a wild card.
14239
14240 * dispextern.h (struct glyph_string): Define members clip and
14241 num_clips unconditionally.
14242 (struct face): Define members font_info and extra unconditionally.
14243
14244 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14245 ftfont_info only when HAVE_LIBOTF is defined.
14246
142472008-02-01 Andreas Schwab <schwab@suse.de>
14248
14249 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14250 and end.
14251
142522008-02-01 Jason Rumney <jasonr@gnu.org>
14253
14254 * w32font.c (w32font_driver): Add new fields.
14255
142562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14257
14258 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14259 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14260 (LIBES): Add @M17N_FLT_CFLAGS@.
14261
14262 * composite.c (compose_text): Don't treat the new style
14263 composition specially.
14264
14265 * emacs.c (main): Call syms_of_font unconditionally.
14266
14267 * font.h (FONT_ENTITY_NOT_LOADABLE)
14268 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14269 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14270 (struct font_driver): New member shape.
14271 (font_registry_charsets): Extern it.
14272 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14273 (font_otf_capability, font_drive_otf): Delete their externs.
14274
14275 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14276 (font_charset_alist, font_registry_charsets): Move from xfont.c
14277 and rename.
14278 (font_prop_validate_otf): New function.
14279 (font_property_table): Register it for QCotf.
14280 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14281 (font_drive_otf): Delete.
14282 (font_prepare_composition): New arg F. Adjust for the change of
14283 lispy gstring.
14284 (font_find_for_lface): New arg C.
14285 (font_load_for_face): Adjust for the change of font_find_for_lface.
14286 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14287 lispy gstring.
14288 (Ffont_shape_text): New function.
14289 (Fopen_font): If the font size is not given, use 12-pixel.
14290 (Ffont_at): New arg STRING.
c0943d3d 14291 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
14292 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14293 conditionally.
14294
14295 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14296 fonts of the same font-spec. Change the format of RFONT-DEF.
14297 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14298 Adjust for the change of RFONT-DEF.
14299 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14300
14301 * ftfont.h: New file.
14302
14303 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14304 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14305 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14306 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14307 font_otf_capability and font_drive_otf, set ftfont_shape.
14308 (ftfont_list): Adjust for the change of :otf property value.
14309 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14310 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14311 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14312 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14313 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14314 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14315
14316 * w32term.c (x_draw_composite_glyph_string_foreground):
14317 Adjust for the change of lispy gstring.
14318
14319 * xdisp.c (handle_composition_prop): Adjust for the change of
14320 lispy gstring. Call a function for auto-composition with the
14321 third arg it->window.
14322 (fill_composite_glyph_string): Adjust for the change of lispy string.
14323 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14324
14325 * xfaces.c (set_font_frame_param): Adjust for the change of
14326 font_find_for_lface.
14327
14328 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14329 (xfont_registry_charsets): Likewise. Change caller.
14330 (syms_of_xfont): Don't handle x_font_charset_alist.
14331
14332 * xftfont.c: Include "ftfont.h".
14333 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14334 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14335 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14336 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14337 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14338 Set xftfont_driver.shape to xftfont_shape.
14339
14340 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14341 the change of lispy gstring.
14342
143432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14344
14345 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14346
143472008-02-01 Jason Rumney <jasonr@gnu.org>
14348
14349 * w32font.c (w32font_draw): Fill background manually.
14350
143512008-02-01 Jason Rumney <jasonr@gnu.org>
14352
14353 * font.c (Qfontp): Remove unused symbol.
14354 (QCantialias): New symbol.
14355 (syms_of_font): Define it.
14356 (font_property_table): Set a validator for QCantialias.
14357
14358 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14359 Define if not already.
14360 (QCfamily): Share with xfaces.c.
14361 (Qstandard, Qsubpixel, Qnatural): New symbols.
14362 (syms_of_w32font): Define them. Don't define QCfamily here.
14363 (w32_antialias_type, lispy_antialias_type): New functions.
14364 (w32_enumfont_pattern_entity): New arg requested_font.
14365 Set antialias parameter if non-default was requested.
14366 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14367
143682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14369
14370 * lread.c (read1): Undo the previous change.
14371
143722008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14373
14374 * frame.c (Fdelete_frame): Call font_update_drivers only when
14375 USE_FONT_BACKEND is defined.
14376
143772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14378
14379 * font.h (struct font_bitmap): New member bits_per_pixel.
14380 (struct font_driver): New members start_for_frame and end_for_frame.
14381 (struct font_data_list): New struct.
14382 (font_put_frame_data, font_get_frame_data): Extern them.
14383
14384 * frame.h (struct frame): New member font_data_list.
14385
14386 * font.c (font_update_drivers): Call driver->start_for_frame and
14387 driver->end_for_frame at proper timings.
14388 (font_put_frame_data, font_get_frame_data): New functions.
14389 (Ffont_spec): Add usage in the docstring.
14390
14391 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14392 (Fdelete_frame): Call font_update_drivers.
14393
14394 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14395 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14396 (xftfont_get_xft_draw): New function.
14397 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14398 (xftfont_end_for_frame): New function.
14399 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14400
14401 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14402 Change argument. Cache GCs in the per-frame data.
14403 (struct ftxfont_frame_data): New struct.
14404 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14405 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14406 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14407 (ftxfont_end_for_frame): New function.
14408 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14409
14410 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14411
144122008-02-01 Kenichi Handa <handa@m17n.org>
14413
14414 * xselect.c (Vselection_coding_system)
14415 (Vnext_selection_coding_system): Delete them.
14416 (syms_of_xselect): Don't declare selection-coding-system and
14417 next-selection-coding-system. They are declared in select.el.
14418
144192008-02-01 Jason Rumney <jasonr@gnu.org>
14420
14421 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14422
14423 * w32fns.c: Include imm.h.
14424 (get_composition_string_fn, get_ime_context_fn): New optional
14425 system functions.
14426 (globals_of_w32fns): Load them from imm32.dll.
14427 (ignore_ime_char): New flag.
14428 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14429 WM_IME_ENDCOMPOSITION messages.
14430
14431 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14432 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14433
144342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14435
14436 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14437 (READCHAR_REPORT_MULTIBYTE): New macro.
14438 (readchar): New 2nd arg MULTIBYTE.
14439 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14440 Make symbol's name multibyte according to the multibyteness of the
14441 source.
14442
144432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14444
14445 * xfaces.c (face_for_overlay_string): Call lookup_face with
14446 correct arguments (fix of synching with the trunk).
14447
144482008-02-01 Kenichi Handa <handa@m17n.org>
14449
14450 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14451 (font_prop_validate_non_neg, font_prop_validate_spacing):
14452 Delete argument prop_index.
14453 (font_property_table): Change arguments to validater. Change Callers.
14454 (font_lispy_object): Delete.
14455 (font_at): Use font_find_object instead fo font_lispy_object.
14456
144572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14458
14459 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14460 and file names.
14461
144622008-02-01 Jason Rumney <jasonr@gnu.org>
14463
14464 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14465 (font_matches_spec): Remove debug output.
14466 (add_font_entity_to_list): Avoid using substituted fonts.
14467
144682008-02-01 Jason Rumney <jasonr@gnu.org>
14469
14470 * doc.c (Fsnarf_documentation):
14471 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14472
144732008-02-01 Miles Bader <miles@gnu.org>
14474
14475 * dispextern.h (struct glyph_row): Only define "clip" field if
14476 HAVE_WINDOW_SYSTEM is defined.
14477
144782008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 Fix up multi-tty merge.
14481
14482 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14483 and indentation.
14484
14485 * xfaces.c (free_realized_face, clear_face_gcs):
14486 Include font_done_for_face in the input_blocked section, just in case.
14487
14488 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14489 (get_char_face_and_encoding): Undo last change and remove the *other*
14490 duplicate definition (i.e. keep the one that's better scoped and that
14491 includes code for the font-backend).
14492
14493 * terminal.c (create_terminal): Default keyboard_coding to
14494 `no-conversion' and terminal_coding to `undecided'.
14495
14496 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14497
14498 * fontset.c (free_realized_fontsets): Check that the table entry does
14499 contain a fontset before trying to compare it to `base'.
14500
14501 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14502 syms_of_charset, and syms_of_coding earlier because init_window_once
14503 now needs Vcoding_system_hash_table to be setup.
14504
14505 * coding.h (default_buffer_file_coding): Remove.
14506
14507 * coding.c (default_buffer_file_coding): Remove.
14508 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14509 than ->symbol, and use the terminal-local coding system.
14510 (syms_of_coding): Don't setup the coding-systems that are not
14511 terminal-local.
14512 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14513
14514 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14515 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14516
14517 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14518 in chartab.c and were re-added here by mistake.
14519 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14520
14521 * doc.c (Fsnarf_documentation):
14522 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14523 src to etc.
14524
14525 * ChangeLog.10: Add mistakenly removed entry.
14526
145272008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14528
14529 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14530
145312008-02-01 Miles Bader <miles@gnu.org>
14532
14533 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14534 Add extra args to FACE_FOR_CHAR.
14535
145362008-02-01 Kenichi Handa <handa@m17n.org>
14537
14538 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14539 in sequence.
14540
14541 * chartab.c (map_sub_char_table, map_char_table): If the range
14542 contains just one character, call the function with that character
14543 even if the depth is not 3.
14544
145452008-02-01 Jason Rumney <jasonr@gnu.org>
14546
14547 * w32font.c (w32font_text_extents): Calculate metrics for the
14548 whole string.
14549
145502008-02-01 Jason Rumney <jasonr@gnu.org>
14551
14552 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14553
145542008-02-01 Jason Rumney <jasonr@gnu.org>
14555
14556 * w32term.c (x_set_glyph_string_clipping): Use
14557 get_glyph_string_clip_rects.
14558 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14559 Adjust for the change of struct glyph_string.
14560
14561 * w32font.c (w32font_draw): Do clipping here.
14562
145632008-02-01 Kenichi Handa <handa@m17n.org>
14564
14565 * xftfont.c (xftfont_draw): Adjust for the change of struct
14566 glyph_string.
14567
14568 * xterm.c (x_set_glyph_string_clipping): Use
14569 get_glyph_string_clip_rects.
14570 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14571 Adjust for the change of struct glyph_string.
14572
14573 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14574 the resulting clip(s}.
14575 (expose_overlaps): Add arg r. Change callers. Set it to
14576 row->clip temporarily.
14577 (expose_window): Redraw rows overlapping the exposed area.
14578
14579 * dispextern.h (struct glyph_row): New member clip.
14580 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14581 clip_height, new member clip, and num_clips.
14582
145832008-02-01 Kenichi Handa <handa@m17n.org>
14584
14585 * data.c (Fchar_or_string_p): Fix docstring.
14586
145872008-02-01 Kenichi Handa <handa@m17n.org>
14588
14589 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14590 create a temporary XftDraw object.
14591
145922008-02-01 Kenichi Handa <handa@m17n.org>
14593
14594 * font.c (Ffontp): Fix docstring.
14595
14596 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14597 strong evidence of ISO-2022.
14598
145992008-02-01 Kenichi Handa <handa@m17n.org>
14600
14601 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14602 SYNTAX_ENTRY_FOLLOW_PARENT.
14603
146042008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14607 its type.
14608 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14609 Update to the new type of weak_hash_tables and next_weak.
14610
14611 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14612 a plain C pointer to Lisp_Hash_Table.
14613
14614 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14615 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14616 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14617 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14618 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14619 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14620 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14621 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14622 (GC_EQ): Remove since they've been identical to their non-GC_
14623 alter-egos ever since the markbit was eradicated.
14624
14625 * alloc.c:
14626 * buffer.c:
14627 * buffer.h:
14628 * data.c:
14629 * fileio.c:
14630 * filelock.c:
14631 * fns.c:
14632 * frame.h:
14633 * lisp.h:
14634 * macterm.c:
14635 * print.c:
14636 * process.c:
14637 * w32fns.c:
14638 * w32menu.c:
14639 * w32term.c:
14640 * xfns.c:
14641 * xmenu.c:
14642 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14643
146442008-02-01 Kenichi Handa <handa@m17n.org>
14645
14646 * chartab.c (map_sub_char_table): Make it work for the top-level
14647 char-table. Fix handling of parent char-table.
14648 (map_char_table): Adjust for the above change.
14649
146502008-02-01 Jason Rumney <jasonr@gnu.org>
14651
14652 * w32font.c (Qgdi): Rename from Qw32.
14653
146542008-02-01 Jason Rumney <jasonr@gnu.org>
14655
14656 * w32bdf.c (get_quoted_string): Make function static.
14657
146582008-02-01 Kenichi Handa <handa@m17n.org>
14659
14660 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14661 bigger ascent and descent than those of the font, use them as
14662 font's ascent and descent.
14663
146642008-02-01 Kenichi Handa <handa@m17n.org>
14665
14666 * Makefile.in (${lispsource}international/charprop.el): Move this
14667 target within "#ifdef HAVE_UNIDATA" and "#endif".
14668
146692008-02-01 Kenichi Handa <handa@m17n.org>
14670
14671 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14672 (shortlisp): Add ../lisp/language/tai-viet.el.
14673
146742008-02-01 Ulrich Mueller <ulm@gentoo.org>
14675
14676 * Makefile.in (${lispsource}international/charprop.el): Depend on
14677 temacs${EXEEXT}.
14678
146792008-02-01 Jason Rumney <jasonr@gnu.org>
14680
14681 * w32font.c (w32font_close): Delete the GDI font object.
14682
14683 * w32menu.c: Include character.h.
14684
14685 * w32proc.c: Likewise.
14686
14687 * w32select.c: Likewise.
14688
14689 * makefile.w32-in (w32proc.o): Depend on character.h.
14690
146912008-02-01 Jason Rumney <jasonr@gnu.org>
14692
14693 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14694
14695 * w32menu.c (syms_of_w32menu): Likewise.
14696
14697 * w32proc.c (syms_of_ntproc): Likewise.
14698
14699 * w32select.c (syms_of_w32select): Likewise.
14700
14701 * w32term.c (syms_of_w32term): Likewise.
14702
147032008-02-01 Jason Rumney <jasonr@gnu.org>
14704
14705 * w32font.c (w32font_draw): Delete brush after using it.
14706
147072008-02-01 Jason Rumney <jasonr@gnu.org>
14708
14709 * w32font.c (w32font_open): Don't set font_idx.
14710 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14711 to font settings.
14712 (w32font_draw): Fill background explicitly.
14713
147142008-02-01 Jason Rumney <jasonr@gnu.org>
14715
14716 * w32term.c (w32_initialize): Don't call w32font_initialize.
14717
14718 * w32font.c (w32font_info): Remove subranges.
14719 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14720 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14721 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14722 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14723 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14724 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14725 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14726 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14727 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14728 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14729 New symbols.
14730 (font_callback_data): New struct.
14731 (w32font_list, w32font_match): Use it.
14732 (w32font_open): Don't populate subranges.
14733 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14734 (w32font_encode_char): Always return unicode code-point as-is.
14735 (w32font_text_extents): Supply a transformation matrix to
14736 GetGlyphOutline. Never look up by glyph index. Avoid looping
14737 twice. Use unicode version of GetTexExtentPoint32 instead of
14738 glyph index version.
14739 (set_fonts_frame): Remove.
14740 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14741 set frame parameter. Use backward compatible fake foundries.
14742 Save generic family in extra slot under QCfamily. Make width slot
14743 constant. Save QCspacing value. Save list of scripts instead of
14744 binary subranges.
14745 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14746 (add_font_entity_to_list): Use font_callback_data struct. Filter
14747 unwanted fonts.
14748 (add_one_font_entity_to_list): Use font_callback_data struct.
14749 (w32_registry): Default to iso10646_1.
14750 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14751 string font registries. Don't fill in font name if it is a generic
14752 family name, fill family instead. Use spacing, family and script
14753 extra info to fill pitch, family and charset fields.
14754 (list_all_matching_fonts): Use font_callback_data struct.
14755 (unicode_range_for_char): Remove.
14756 (font_supported_scripts): New function.
14757 (w32font_initialize): Remove.
14758 (syms_of_w32font): Update which symbols are defined.
14759
147602008-02-01 Jason Rumney <jasonr@gnu.org>
14761
14762 * font.c (font_pixel_size): Reverse assq_no_quit args.
14763
14764 * w32term.h (FONT_WIDTH): Report max width, not average.
14765 (FONT_MAX_WIDTH): Remove.
14766 (FONT_AVG_WIDTH): New macro.
14767
14768 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14769 redefinition of FONT_WIDTH.
14770
14771 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14772 (w32_cache_char_metrics): Use FONT_WIDTH.
14773
14774 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14775
147762008-02-01 Jason Rumney <jasonr@gnu.org>
14777
14778 * w32font.c (w32font_open): Make lfHeight negative.
14779
14780 * w32fns.c (x_default_font_parameter): Use new style font name.
14781 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14782
147832008-02-01 Jason Rumney <jasonr@gnu.org>
14784
14785 * w32font.c (QCsubranges): New symbol.
14786 (w32font_open, w32font_has_char): Get subranges from subproperty
14787 of extra.
14788 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14789 (syms_of_w32font): Define :subranges symbol.
14790
14791 * font.c (font_put_extra): Expose externally.
14792
14793 * font.h (font_put_extra): Move declaration from font.c.
14794
14795 * font.c (Ffont_get): Use font driver to determine otf capability.
14796 (adjust_anchor): Check if driver defines anchor_point before using.
14797
14798 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14799 (w32font_draw): Use options.
14800 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14801 Fix detection of truetype fonts.
14802 (registry_to_w32_charset): Handle charsets other than iso8859-1
14803 expressed as lisp symbols.
14804 (w32_registry): Express charset as lisp symbol.
14805 (fill_in_logfont): Reverse pixel and point height logic.
14806 Don't set width here. Set quality to default.
14807
14808 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14809 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14810
14811 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14812 Remove redundant loop and allocation.
14813
14814 * makefile.w32-in (font.o, w32font.o): New objects.
14815 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14816 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14817
14818 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14819 STORE_XCHARB a valid l-value.
14820
14821 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14822 calculations for non-Truetype fonts.
14823 (x_draw_glyph_string): Sync with xterm.c.
14824 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14825 Remove redundant code.
14826 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14827
14828 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14829 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14830
14831 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14832 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14833
14834 * w32font.c: New file for w32 font backend.
14835
148362008-02-01 Kenichi Handa <handa@m17n.org>
14837
14838 * term.c: Don't include "buffer.h" twice.
14839
148402008-02-01 Kenichi Handa <handa@m17n.org>
14841
14842 * character.c (Funibyte_string): New function.
14843 (syms_of_character): Defsubr it.
14844
148452008-02-01 Jason Rumney <jasonr@gnu.org>
14846
14847 * w32term.c [USE_FONT_BACKEND]:
14848 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14849 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14850 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14851 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14852 (x_free_frame_resources): Sync with xterm.c.
14853
148542008-02-01 Andreas Schwab <schwab@suse.de>
14855
14856 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14857 char-table size.
14858
148592008-02-01 Kenichi Handa <handa@m17n.org>
14860
14861 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14862
148632008-02-01 Kenichi Handa <handa@m17n.org>
14864
14865 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14866 font_otf_gpos, add font_drive_otf.
14867
14868 * fontset.c (fontset_find_font): Pay attention to font size
14869 specified for a font.
14870 (reorder_font_vector): Check contents of font_def.
14871
14872 * font.c (struct otf_list): Delete it.
14873 (otf_list): Make it a lisp variable.
14874 (otf_open): Use lispy otf_list.
14875 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14876 (check_otf_features): New function.
14877 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14878 New functions.
14879 (font_drive_otf): New function merging font_otf_gsub and
14880 font_otf_gpos.
14881 (font_open_for_lface): New arg spec. Change argument order.
14882 (font_load_for_face): Adjust for the change of font_open_for_lface.
14883 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14884 Ffont_otf_gpos.
14885 (syms_of_font): Staticpro otf_list. Delete defsubr of
14886 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14887
14888 * xfaces.c (set_font_frame_param): Adjust for the change of
14889 font_open_for_lface.
14890
14891 * font.h (font_open_for_lface): Adjust prototype.
14892 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14893 member otf_drive.
14894 (font_otf_gsub, font_otf_gpos): Delete externs.
14895 (font_drive_otf): Extern it.
14896
148972008-02-01 Kenichi Handa <handa@m17n.org>
14898
14899 * font.c (font_at): If the window W is not on a window system,
14900 return Qnil.
14901
14902 * coding.c (produce_chars, encode_coding): Don't call
14903 insert_from_gap if no characters to produce.
14904
149052008-02-01 Kenichi Handa <handa@m17n.org>
14906
14907 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14908 Fclear_face_cache.
14909
14910 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14911
149122008-02-01 Miles Bader <miles@gnu.org>
14913
14914 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14915 Parse "--disable-font-backend" option.
14916 (standard_args): Add "--disable-font-backend" option.
14917
149182008-02-01 Kenichi Handa <handa@m17n.org>
14919
14920 * fontset.c (fontset_find_font): New function.
14921 (fontset_font): Use fontset_find_font.
14922 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14923 Register the specified font for all Latin characters.
14924 (new_fontset_from_font): Register the specified font for all Latin
14925 characters.
14926 (dump_fontset): For a realized fontset, include the base fontset
14927 name in the returned vector.
14928
149292008-02-01 Kenichi Handa <handa@m17n.org>
14930
14931 * character.h (CHAR_STRING): Cast C to unsigned on calling
14932 char_string.
14933
14934 * character.c (char_string): Type of arg C changed to unsigned.
14935 Signal an error if C is an invalid character code.
14936
14937 * editfns.c (general_insert_function, Fchar_to_string):
14938 Use CHARACTERP, not INTEGERP.
14939
149402008-02-01 Kenichi Handa <handa@m17n.org>
14941
14942 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14943 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14944
14945 * regex.c (analyse_first): Fix for multibyte characters in "case
14946 charset:" and "case categoryspec:".
14947
149482008-02-01 Andreas Schwab <schwab@suse.de>
14949
14950 * Makefile.in (LIBES): Move standard libraries to the end.
14951
149522008-02-01 Kenichi Handa <handa@m17n.org>
14953
14954 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14955 nonzero, don't shrink the buffer nextb.
14956
14957 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14958
14959 * coding.c (coding_alloc_by_making_gap): New arg offset.
14960 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14961 offset.
14962 (decode_coding_iso_2022): Update coding->safe_charsets.
14963 (decode_coding_gap): Temporarily set
14964 current_buffer->text->inhibit_shrinking to 1.
14965
149662008-02-01 Kenichi Handa <handa@m17n.org>
14967
14968 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14969 indexing into elements of s->cmp and s->char2b.
14970
149712008-02-01 Juanma Barranquero <lekktu@gmail.com>
14972
14973 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14974
149752008-02-01 Kenichi Handa <handa@m17n.org>
14976
14977 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14978 target_multibyte instead of multibyte.
14979 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14980 (bcmp_translate): Change the argument name from multibyte to
14981 target_multibyte.
14982
149832008-02-01 Kenichi Handa <handa@m17n.org>
14984
14985 These changes are to compile a regexp into a pattern that can be
14986 used both for multibyte and unibyte targets.
14987
14988 * Makefile.in (search.o): Depend on charset.h.
14989
14990 * character.c (multibyte_char_to_unibyte_safe): New function.
14991
14992 * search.c: Include "charset.h".
14993 (compile_pattern_1): Delete argument multibyte. Don't set
14994 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14995 (compile_pattern): Don't compare cp->buf.target_multibyte.
14996 Compare cp->buf.charset_unibyte.
14997 (compile_pattern): Set cp->buf.target_multibyte.
14998
14999 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
15000
15001 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
15002
15003 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
15004 multibyte. Change callers.
15005 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
15006 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
15007 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
15008 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
15009 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
15010 (regex_compile): Make the compiled pattern usable both for
15011 multibyte and unibyte targets.
15012 (analyse_first): Make the fastmap usable both for multibyte and
15013 unibyte targets.
15014 (TRANSLATE_VIA_MULTIBYTE): Delete.
15015 (re_match_2_internal): Pay attention to the case that the
15016 multibyteness of bufp and target may be different.
15017
150182008-02-01 Kenichi Handa <handa@m17n.org>
15019
15020 * xdisp.c (x_produce_glyphs): When a font is not found, make the
15021 empty box occupy at least one column width.
15022
150232008-02-01 Miles Bader <miles@gnu.org>
15024
15025 * Makefile.in: Remove redundant HAVE_XFT clause.
15026
150272008-02-01 Kenichi Handa <handa@m17n.org>
15028
15029 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
15030
150312008-02-01 Kenichi Handa <handa@m17n.org>
15032
15033 * fontset.c (Finternal_char_font): Fix for the case of POSITION
15034 being nil.
15035
150362008-02-01 Kenichi Handa <handa@m17n.org>
15037
15038 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
15039
150402008-02-01 Kenichi Handa <handa@m17n.org>
15041
15042 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
15043
150442008-02-01 Kenichi Handa <handa@m17n.org>
15045
15046 * search.c (simple_search): Fix previous change.
15047
150482008-02-01 Kenichi Handa <handa@m17n.org>
15049
15050 * xftfont.c (ftfont_font_format): Extern declaration.
15051
15052 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
15053
15054 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
15055 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
15056
15057 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
15058 (ftfont_font_format): Fix previous change.
15059
15060 * font.h (Ffont_xlfd_name): EXFUN it.
15061
15062 * font.c (font_parse_xlfd): Fix the array size of `f'.
15063 (register_font_driver): Use EQ to compare driver->type.
15064
15065 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
15066 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
15067 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
15068
150692008-02-01 Kenichi Handa <handa@m17n.org>
15070
15071 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
15072 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
15073
150742008-02-01 Kenichi Handa <handa@m17n.org>
15075
15076 * xfont.c (xfont_open): Set font->format.
15077
15078 * xftfont.c (xftfont_open): Set font->format.
15079
15080 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
15081 (ftfont_list): Include FC_FONTFORMAT in FcObject.
15082 (ftfont_open): Set font->format.
15083 (ftfont_font_format): New function.
15084
15085 * font.h (struct font): New member format.
15086
15087 * font.c (Qopentype): New variable.
15088 (syms_of_font): Defsym it.
15089 (Fquery_font): Change the format of the last element of the return
15090 value.
15091
150922008-02-01 Kenichi Handa <handa@m17n.org>
15093
15094 * xfns.c (xic_create_xfontset): Try the default fontset name as a
15095 last resort.
15096
150972008-02-01 Kenichi Handa <handa@m17n.org>
15098
15099 * coding.c (detect_coding_charset): Fix detection of multi-byte
15100 charset.
15101
151022008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
15103
15104 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
15105
151062008-02-01 Kenichi Handa <handa@m17n.org>
15107
15108 * xdisp.c (get_next_display_element): Set it->face_id for the
15109 first component of a composition.
15110 (x_produce_glyphs): Check if the font is changed or not for composition.
15111
151122008-02-01 Kenichi Handa <handa@m17n.org>
15113
15114 * fontset.c (Qlatin): New variable.
15115 (syms_of_fontset): Define it as a lisp symbol.
15116 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
15117
151182008-02-01 Kenichi Handa <handa@m17n.org>
15119
15120 * font.c (font_unparse_fcname): Pay attention to the case that
15121 some of font property is a null string.
15122
151232008-02-01 Kenichi Handa <handa@m17n.org>
15124
15125 * term.c: Include "composite.h".
15126 (encode_terminal_code): Output all components of composition.
15127 Check the size of encode_terminal_src.
15128 (produce_glyphs): For composition, call produce_composite_glyph.
15129 (append_composite_glyph, produce_composite_glyph): New functions.
15130
15131 * xdisp.c (x_produce_glyphs): In handling composition, if a font
15132 is not found, get font_info from the current ascii face.
15133
151342008-02-01 Kenichi Handa <handa@m17n.org>
15135
15136 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
15137 buffer-file-name to Qnil before calling insert_from_buffer.
15138
15139 * font.c (font_unparse_fcname): Pay attention to the case that
15140 foundry is a null string.
15141
151422008-02-01 Kenichi Handa <handa@m17n.org>
15143
15144 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15145
15146 * font.c (Qunicode_sip): New variable.
15147 (syms_of_font): Declare it as a Lisp symbol.
15148
15149 * font.h (Qunicode_sip): Extern it.
15150
151512008-02-01 Kenichi Handa <handa@m17n.org>
15152
15153 * composite.c (get_composition_id): Pay attention to TAB component.
15154
15155 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15156 TAB. Adjust for the change of s->char2b which always points to
15157 the first element of allocated memory.
15158
15159 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15160
15161 * xdisp.c (handle_composition_prop): Set it->c to the first
15162 non-TAB component.
15163 (fill_composite_glyph_string): Change argument.
15164 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15165 (x_produce_glyphs): Fix handling of left/right padding.
15166
151672008-02-01 Kenichi Handa <handa@m17n.org>
15168
15169 * coding.c (detect_coding_system): Fix for handling off
15170 inhibit_iso_escape_detection. Fix for the case that no coding
15171 system is defined for a specific coding category.
15172
151732008-02-01 Kenichi Handa <handa@m17n.org>
15174
15175 * font.c (font_matching_entity): Delete unused local var.
15176
15177 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15178 opening a font.
15179
15180 * fileio.c (Finsert_file_contents): On recovering a file, assume
15181 Unix-like eol.
15182 (choose_write_coding_system): On auto-saving a file, force
15183 Unix-like eol.
15184
15185 * coding.c (setup_coding_system): Fix setting of
15186 coding->common_flags based on eol_type.
15187 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15188 inherit from it.
15189
151902008-02-01 Kenichi Handa <handa@m17n.org>
15191
15192 * alloc.c (NSTATICS): Increas to 0x600.
15193
151942008-02-01 Kenichi Handa <handa@m17n.org>
15195
15196 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15197 (ftfont_list): Don't check :name property.
15198 (ftfont_match): New function.
15199 (ftfont_pattern_entity): If the pattern doesn't contain
15200 FC_SPACING, don't assume FC_MONO.
15201
15202 * font.h (struct font_driver): New member `match'.
15203 (font_update_drivers): Adjust prototype.
15204
15205 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15206 property of FONT.
15207 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15208 them unconditionally.
15209 (font_matching_entity): New function.
15210 (font_open_by_name): Try font_matching_entity if exact match is
15211 not found.
15212 (font_update_drivers): Delete the arg FONT. Return a list of
15213 actually used backends. Don't free faces, font caches here.
15214 Don't store data in frame parameters. Don't call x_set_font.
15215 (Ffont_spec): Store :name property as is.
15216 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15217 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15218 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15219 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15220 Call font->driver->otf_gsub instead of font_otf_gsub.
15221
15222 * frame.c (x_set_font_backend): Do more works that were done in
15223 font_update_drivers before.
15224
15225 * xfont.c (xfont_match): New function.
15226 (xfont_driver): Set xfont_driver.match to xfont_match.
15227 (xfont_draw): Set font in GC if necessary.
15228
15229 * ftxfont.c (ftxfont_match): New function.
15230 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15231
15232 * xftfont.c (xftfont_match): New function.
15233 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15234
152352008-02-01 Kenichi Handa <handa@m17n.org>
15236
15237 * font.h (struct font): New member scalable.
15238 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15239 (font_otf_gsub): Adjust prototype.
15240
15241 * font.c (font_otf_capability): Fix handling of the default langsys.
15242 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15243 Check the contents of SPEC.
15244 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15245 (check_gstring): New function.
15246 (REPLACEMENT_CHARACTER): New macro.
15247 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15248 glyph codes of GSTRING.
15249 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15250 (font_prepare_composition): Set cmp->glyph_len.
15251 (font_open_entity): Set font->scalable.
15252 (Ffont_get): Handle :otf property.
15253 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15254 functions.
15255 (Fquery_font): Use font->font.full_name.
15256 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15257 Sfont_otf_alternates.
15258
15259 * ftfont.c (ftfont_open): Set font->font.full_name and
15260 font->font.name properly. Fix calculation of font->font.height
15261 and font->min_width.
15262
15263 * ftxfont.c (ftxfont_create_gcs): New function.
15264 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15265 (ftxfont_draw_backgrond): Fix filling region.
15266 (ftxfont_default_fid): New function.
15267 (ftxfont_open): Set xfont->fid to the return value of
15268 ftxfont_default_fid.
15269 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15270 (ftxfont_done_face): Free only GCs that are created by
15271 ftxfont_create_gcs.
15272 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15273
15274 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15275 Clip to src->width, etc (not src->clip_XXX).
15276
15277 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15278 FontBackend frame parameter.
15279
152802008-02-01 Kenichi Handa <handa@m17n.org>
15281
15282 * font.h (struct font_driver_list): New member `on'.
15283 (Fclear_font_cache): EXFUN it.
15284 (font_update_drivers): Extern it.
15285
15286 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15287 (font_list_entities): Check driver_list->on.
c0943d3d 15288 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
15289 (font_update_drivers): New function.
15290 (Fclear_font_cache): Check driver_list->on.
15291
15292 * frame.h (Qfont_backend): Extern it.
15293 (x_set_font_backend): Extern it.
15294
15295 * frame.c (Qfont_backend): New variable.
15296 (frame_parms): New element for font-backend.
15297 (x_set_font_backend): New function.
15298
15299 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15300 FontBackend frame parameter.
15301 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15302 x_set_font_backend.
15303
15304 * xfont.c (xfont_list): Don't try listing by :name property if the
15305 name is not for XLFD.
15306
153072008-02-01 Kenichi Handa <handa@m17n.org>
15308
15309 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15310 (LGLYPH_SET_TO): New macros.
15311 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15312 element of G is vector or not.
15313 (font_at): Extern it.
15314
15315 * font.c: Include window.h.
15316 (font_lispy_object): New function.
15317 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15318 end of valid glyph.
15319 (font_close_object): Fix getting (struct font *).
15320 (font_at): New function.
15321 (Ffont_get): If FONT is a font-object, get entity from it.
15322 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15323 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15324 range check.
15325 (Ffont_at): New function.
15326 (syms_of_font): Defsubr Sfont_at.
15327
15328 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15329 before the entry for Qcomposition.
15330 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15331 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15332 the font in gstring.
15333 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15334 LGLYPH_FORM (g) to detect the end of valid glyph.
15335 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15336 we are composing with gstring.
15337
15338 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15339 Check if adjustment is vector or not.
15340
15341 * Makefile.in (font.o): Make it depends on window.h.
15342
153432008-02-01 Kenichi Handa <handa@m17n.org>
15344
15345 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15346 adjustment is vector or not.
15347
153482008-02-01 Miles Bader <miles@gnu.org>
15349
15350 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15351
153522008-02-01 Kenichi Handa <handa@m17n.org>
15353
15354 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15355 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15356 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15357
15358 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15359 (DEVICE_DELTA): Fix typo.
15360 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15361 LGLYPH format.
15362
15363 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15364 the change of LGLYPH format.
15365
153662008-02-01 Kenichi Handa <handa@m17n.org>
15367
15368 * ftfont.c (ftfont_list): Fix typo.
15369 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15370
153712008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15372
15373 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15374
15375 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15376 xftface_info is non-NULL.
15377
153782008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15379
15380 * ftfont.c (ftfont_list): Move misplaced #endif.
15381
153822008-02-01 Kenichi Handa <handa@m17n.org>
15383
15384 * ftfont.c (ftfont_list): Pay attention to the case that
15385 FC_CAPABILITY is not defined.
15386
153872008-02-01 Kenichi Handa <handa@m17n.org>
15388
15389 * xftfont.c (xftfont_open): Set charset related members to -1.
15390
15391 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15392 QCname.
15393 (ftfont_open): Set charset related members to -1.
15394
15395 * fontset.c (Votf_script_alist): New variable.
15396 (syms_of_fontset): Initialize it.
15397 (fontset_font): Delete unused variable.
15398
15399 * fontset.h (Votf_script_alist): Extern it.
15400
15401 * font.c (font_find_for_lface): Optimize code.
15402
15403 * font.h (font_close_object, font_merge_old_spec): Extern them.
15404
154052008-02-01 Kenichi Handa <handa@m17n.org>
15406
15407 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15408 (syms_of_font): Initialize them.
15409 (font_pixel_size): Allow float value in dpi.
15410 (font_prop_validate_type): Delete.
15411 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15412 Change caller.
15413 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15414 (font_prop_validate_extra): Delete.
15415 (font_prop_validate_spacing): New function.
15416 (font_property_table): Add elements for all known properties.
15417 (get_font_prop_index): Rename from check_font_prop_name. New
15418 argument FROM. Change caller.
15419 (font_prop_validate): Validate all known properties.
15420 (font_put_extra): Delete argument force. Change caller.
15421 (font_expand_wildcards): Make it static. Fix the way of shrinking
15422 the possible range.
15423 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15424 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15425 Change caller.
15426 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15427 (font_parse_fcname): Delete argument merge. Fix parsing of point
15428 size. Don't validate properties values here. Change caller.
15429 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15430 (font_open_by_name): Delete unused variable.
15431 (Ffont_spec): Likewise. Validate property values.
15432 (Ffont_match_p): New function.
15433
15434 * font.h (QCscalable): Extern it.
15435 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15436
15437 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15438
15439 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15440 (xfont_list_pattern): New function.
15441 (xfont_list): Use xfont_list_pattern.
15442
154432008-02-01 Kenichi Handa <handa@m17n.org>
15444
15445 * font.h (Flist_fonts): EXFUN it.
15446
154472008-02-01 Jason Rumney <jasonr@gnu.org>
15448
15449 * w32term.c (w32_initialize): Add back smoothing_type and
15450 smoothing_enabled definitions.
15451
154522008-02-01 Kenichi Handa <handa@m17n.org>
15453
15454 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15455 s->face->font on determining underline position.
15456
154572008-02-01 Kenichi Handa <handa@m17n.org>
15458
15459 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15460 (font_has_char): Accept font-object too.
15461 (font_find_for_lface): Try at first with a size specified in face.
15462
154632008-02-01 Kenichi Handa <handa@m17n.org>
15464
15465 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15466 font_open_by_name.
15467
154682008-02-01 Kenichi Handa <handa@m17n.org>
15469
15470 * font.h (QCspacing, QCdpi): Extern them.
15471 (enum font_spacing): New enum.
15472 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15473
15474 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15475 (QCspacing, QCdpi): New variables.
15476 (syms_of_font): Initialize them.
15477 (font_pixel_size): New function.
15478 (font_put_extra): New function.
15479 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15480 in FONT_EXTRA.
15481 (font_parse_fcname): Handle enumerated values (e.g. bold).
15482 Fix handling font size. Add QCname property that contains only
15483 unknown properties.
15484 (font_score): Change argument. Change caller. Pay attention to
15485 FONT_PIXEL_SIZE_QUANTUM.
15486 (font_sort_entites, font_list_entities, font_find_for_lface)
15487 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15488 (Ffont_spec): Add QCname property that contains only unknown properties.
15489
15490 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15491 include weight in listing pattern, instead check weight of each
15492 listed font. Don't include scalable in pattern. Pay attention to
15493 FONT_PIXEL_SIZE_QUANTUM.
15494
154952008-02-01 Kenichi Handa <handa@m17n.org>
15496
15497 * font.c (font_parse_fcname): Fix parsing of point-size.
15498 (font_unparse_fcname): Produce symbolic names for style properties.
15499 (font_list_entities): Handle float size correctly.
15500 (font_open_by_name): Prefer `normal' property values if the name
15501 doesn't specify them.
15502
15503 * fontset.c (Finternal_char_font): Use font_get_name, not
15504 Ffont_xlfd_name.
15505
15506 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15507 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15508 pattern. Don't force scalable.
15509
15510 * xftfont.c (xftfont_open): For generating a name, start from
15511 96-byte buffer.
15512
155132008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15514
15515 * frame.h (x_new_fontset2): Fix prototype.
15516
155172008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * font.h (struct font_driver): Delete member parse_name.
15520 (font_match_p, font_get_spec, font_parse_fcname)
15521 (font_unparse_fcname): Extern them.
15522 (font_get_name): Adjust prototype.
15523
15524 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15525 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15526 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15527 unnecessary checks for weight, slant, and swidth.
15528 (font_parse_fcname): New function.
15529 (font_unparse_fcname): New function.
15530 (font_parse_name): New function.
15531 (font_match_p): New function.
15532 (font_get_name): Change return value to Lisp string.
15533 (font_get_spec): New function.
15534 (Qunspecified, Qignore_defface): Don't extern them.
15535 (font_find_for_lface): Assume that LFACE is fully specified.
15536 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15537 object, use it for FACE.
15538 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15539 driver->parse_name.
15540 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15541
15542 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15543 prototype.
15544
15545 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15546 argument F. Don't call Fnew_fontset. Instead, directly call
15547 make_fontset.
15548
15549 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15550
15551 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15552 of x_new_fontset2.
15553
15554 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15555 (Qsans__serif): New variables.
15556 (ftfont_generic_family_list): New variable.
15557 (syms_of_ftfont): Initialize the above variables.
15558 (ftfont_pattern_entity): Delete argument NAME.
15559 (ftfont_list_generic_family): New function.
15560 (ftfont_parse_name): Delete this function.
15561 (ftfont_list): Try generic family only when FcFontList found no font.
15562 (ftfont_list_family): Fix args to FcObjectSetBuild.
15563
15564 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15565 object in attrs[LFACE_FONT_INDEX].
15566 (set_lface_from_font_name): Cancel all changes for font-backend.
15567 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15568 function.
15569 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15570 font object in QCfont attribute.
15571 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15572 (realize_default_face) [USE_FONT_BACKEND]: Call
15573 set_lface_from_font_and_fontset.
15574
15575 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15576 "fixed", and signal error here if no suitable font was found.
15577
15578 * xfont.c (xfont_parse_name): Delete this function.
15579
15580 * xftfont.c (xftfont_open): Change coding style of error
15581 handling. Generate fontconfig's fontname pattern.
15582
15583 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15584 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15585
15586 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15587 Both args FONTSET and FONT_OBJECT must be existing ones.
15588
155892008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15590
15591 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15592
155932008-02-01 Kenichi Handa <handa@m17n.org>
15594
15595 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15596
15597 * font.h (struct font): Fix typo.
15598
15599 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15600 XLFD_XXX_INDEX.
15601 (enum xlfd_field_mask): New enum.
15602 (intern_font_field): Changed argument. Change caller. If digits
15603 are followed by non-digits, return a symbol.
15604 (font_expand_wildcards): New function.
15605 (font_parse_xlfd): Fix wildcard handling.
15606 (Ffont_spec): If :name is specified, reflect the info in the other
15607 properties.
15608
15609 * ftfont.c (ftfont_pattern_entity): Fix typo.
15610 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15611 locale.
15612
156132008-02-01 Kenichi Handa <handa@m17n.org>
15614
15615 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15616
15617 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15618 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15619 registry doesn't specify encoding part.
15620 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15621 (font_open_by_name): At first try parsing the name.
15622 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15623 as Lisp symbols.
15624
15625 * fontset.c (reorder_font_vector): Pay attention to the case that
15626 the 3rd element of font_def is nil.
15627 (fontset_font): For the default fontset, append one more fontset
15628 elements for a script-based font specification. Don't add script
15629 attribute on finding a font.
15630 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15631 font name.
15632 (fontset_ascii_font): If a font can't be opened, return nil.
15633
15634 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15635 (ftfont_pattern_entity): New function.
15636 (ftfont_get_cache): Assume that freetype_font_cache is already
15637 initialized.
15638 (ftfont_list): Handle the case that a file is specified in font
15639 name. Use ftfont_pattern_entity to generate entities.
15640 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15641 (syms_of_ftfont): Initialize freetype_font_cache.
15642
15643 * xftfont.c (xftfont_open): Make the font name fontconfig's
15644 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15645 (xftfont_close): Free font->font.name if not NULL.
15646
15647 * xfont.c (xfont_list): If script is specified for a font, return
15648 null_vector.
15649 (xfont_list_family): Declare argument type.
15650
15651 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15652 name, set LFACE_FONT (lface) to nil.
15653
15654 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15655 return Qnil.
15656
156572008-02-01 Kenichi Handa <handa@m17n.org>
15658
15659 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15660 (standard_args): Add "-enable-font-backend".
15661
156622008-02-01 Kenichi Handa <handa@m17n.org>
15663
15664 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15665 (struct xftdraw_list, xftdraw_list): Delete them.
15666 (register_xftdraw, check_xftdraw): Delete them.
15667 (xftfont_prepare_face): Don't call register_xftdraw.
15668 (xftfont_done_face): Don't call check_xftdraw.
15669 (xftfont_draw): Get background color only when with_background is
15670 nonzero.
15671
15672 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15673
156742008-02-01 Kenichi Handa <handa@m17n.org>
15675
15676 These changes are for the new font handling codes.
15677
15678 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15679 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15680 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15681 (FONTSRC, FONTOBJ): New variables.
15682 (obj): Add $(FONTOBJ).
15683 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15684 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15685 @LIBOTF_LIBS@.
15686 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15687 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15688
15689 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15690
15691 * character.h (Vscript_representative_chars): Extern it.
15692
15693 * character.c (Vscript_representative_chars): New variable.
15694 (syms_of_character): Declare it as a Lisp variable.
15695
15696 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15697 enable_font_backend is nonzero, accept the composition method
15698 COMPOSITION_WITH_GLYPH_STRING.
15699
15700 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15701 enumeration COMPOSITION_WITH_GLYPH_STRING.
15702
15703 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15704 members clip_x, clip_y, clip_width, and clip_height.
15705 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15706
15707 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15708 --enable-font-backend. Call syms_of_font.
15709
15710 * fns.c (assoc_no_quit): New function.
15711
15712 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15713 (face_for_font, new_fontset_from_font)
15714 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15715
15716 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15717 (fontset_font, fontset_ascii, face_for_char)
15718 (make_fontset_for_ascii_face, Ffont_info)
15719 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15720 is nonzero, use font-backend mechanism.
15721 (find_font_encoding): Make it non-static.
15722 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15723 New functions.
15724
15725 * frame.h (struct frame): New members resx and resy.
15726 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15727 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15728
15729 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15730 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15731
15732 * lisp.h (assoc_no_quit): Extern it.
15733
15734 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15735 Through out the file, use FONT_INFO_FROM_FACE instead of
15736 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15737 rif->per_char_metric.
15738 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15739 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15740 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15741 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15742 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15743 nonzero, use font-backend mechanism.
15744 (get_per_char_metric): New function.
15745
15746 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15747 (set_lface_from_font_name)
15748 (set_font_frame_param, free_realized_face)
15749 (prepare_face_for_display, clear_face_gcs)
15750 (Finternal_set_font_selection_order, realize_x_face)
15751 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15752 font-backend mechanism.
15753 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15754 (load_face_font) [USE_FONT_BACKEND]: Abort.
15755 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15756 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15757
15758 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15759 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15760 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15761 nonzero, register all available font drivers. Call
15762 x_default_font_parameter for deciding a font.
15763 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15764
15765 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15766 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15767 (x_set_glyph_string_clipping_exactly)
15768 (x_compute_glyph_string_overhangs)
15769 (x_draw_glyph_string_foreground)
15770 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15771 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15772 enable_font_backend is nonzero, use font-backend mechanism.
15773 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15774
157752008-02-01 Kenichi Handa <handa@m17n.org>
15776
15777 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15778 system_eol_type.
15779 (syms_of_coding): Initialize system_eol_type.
15780
15781 * process.c (Fset_process_coding_system): Inherit system's eol
15782 format if necessary.
15783
157842008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15785
15786 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15787
157882008-02-01 Kenichi Handa <handa@m17n.org>
15789
15790 * coding.c (decode_eol): Pay attention to buffer relocation in
15791 del_range_2.
15792 (decode_coding): Call decode_eol before restoring undo_list.
15793
157942008-02-01 Kenichi Handa <handa@m17n.org>
15795
15796 * charset.c (Fdefine_charset_internal): Fix setting of
15797 emacs_mule_bytes.
15798
157992008-02-01 Kenichi Handa <handa@m17n.org>
15800
15801 * keyboard.c (read_char): Check if C is a character or not before
15802 looking up Vkeyboard_translate_table.
15803
158042008-02-01 Kenichi Handa <handa@m17n.org>
15805
15806 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15807 condition to terminate the loop.
15808
158092008-02-01 Kenichi Handa <handa@m17n.org>
15810
15811 * coding.c (produce_composition): Compare charbuf[i] instead of
15812 args[i] against 0.
15813 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15814
158152008-02-01 Kenichi Handa <handa@m17n.org>
15816
15817 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15818 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15819 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15820 detect_coding.
15821 (emacs_mule_char): Handle old style (Emacs 20) component character
15822 of a composition.
15823 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15824 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15825 composition rule.
15826 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15827
158282008-02-01 Kenichi Handa <handa@m17n.org>
15829
15830 * coding.c (encode_coding_ccl): Allocate destination dynamically
15831 when necessary.
15832
158332008-02-01 Kenichi Handa <handa@m17n.org>
15834
15835 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15836 the loop. When quitted, show a proper error message.
15837
158382008-02-01 Kenichi Handa <handa@m17n.org>
15839
15840 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15841 src->clip_head and src->clip_tail temporarily instead of src->hl.
15842
15843 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15844 character sequence.
15845 (Fccl_execute_on_string): Use ASET, not XSET.
15846
158472008-02-01 Kenichi Handa <handa@m17n.org>
15848
15849 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15850
158512008-02-01 Kenichi Handa <handa@m17n.org>
15852
15853 * coding.c (decode_coding): Fix the condition of terminating the
15854 decoding loop.
15855
158562008-02-01 Kenichi Handa <handa@m17n.org>
15857
15858 * data.c (Faset): On setting a character bigger than 255 in a
15859 unibyte string, signal an error instead of make the string multibyte.
15860
158612008-02-01 Kenichi Handa <handa@m17n.org>
15862
15863 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15864 made by a mapping table.
15865
158662008-02-01 Kenichi Handa <handa@m17n.org>
15867
15868 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15869 not.
15870 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15871 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15872
15873 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15874 s->face is NULL or not.
15875
158762008-02-01 Kenichi Handa <handa@m17n.org>
15877
15878 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15879 (x_draw_glyph_string): Fix drawing of right_overhang and
15880 left_overhang around/on cursor.
15881
15882 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15883
158842008-02-01 Kenichi Handa <handa@m17n.org>
15885
15886 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15887
158882008-02-01 Kenichi Handa <handa@m17n.org>
15889
15890 * coding.c (Fdefine_coding_system_internal)
15891 (Fdefine_coding_system_alias): Avoid a duplicated element in
15892 Vcoding_system_alist.
15893
158942008-02-01 Kenichi Handa <handa@m17n.org>
15895
15896 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15897
15898 * coding.c (Qcoding_system_define_form): New variable.
15899 (syms_of_coding): Intern and staticpro it.
15900 (Fcoding_system_p): Check Qcoding_system_define_form.
15901 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15902
15903 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15904 Fcoding_system_p.
15905 (CHECK_CODING_SYSTEM): If ID is not available, call
15906 Fcheck_coding_system.
15907 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15908 Try also Fcheck_coding_system.
15909
159102008-02-01 Kenichi Handa <handa@m17n.org>
15911
15912 * coding.c (code_conversion_restore): GCPRO arg.
15913
159142008-02-01 Kenichi Handa <handa@m17n.org>
15915
15916 * character.c (lisp_string_width): Check multibyteness of STRING.
15917
159182008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15919
15920 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15921 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15922 (decode_mac_font_name): Use decode_coding_c_string instead of
15923 decode_coding.
15924 (x_load_font): Initialize fontp->fontset to -1. Set
15925 fontp->encoding_type.
15926
159272008-02-01 Kenichi Handa <handa@m17n.org>
15928
15929 * search.c (search_buffer): Give up BM search on case-fold-search
15930 if one of a target character has a case-equivalence of different
15931 byte length even if that target charcter is an ASCII.
15932 (simple_search): Fix calculation of byte length of matched text.
15933 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15934
159352008-02-01 Kenichi Handa <handa@m17n.org>
15936
15937 * coding.c (decode_coding): Fix handling of invalid bytes.
15938
159392008-02-01 Kenichi Handa <handa@m17n.org>
15940
15941 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15942 Unicode characters.
15943
159442008-02-01 Kenichi Handa <handa@m17n.org>
15945
15946 * coding.c (encode_coding_object): If a pre-write-conversion
15947 function makes a new buffer, kill it.
15948
159492008-02-01 Kenichi Handa <handa@m17n.org>
15950
15951 * coding.c (QCascii_compatible_p): New variable.
15952 (syms_of_coding): Initialize it.
15953 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15954 calling string_char.
15955 (record_conversion_result): Add `default:' case.
15956 (coding_charset_list): Delete unused variable `coding_type'.
15957 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15958 property in the plist of the coding system.
15959 (Fcoding_system_put): Check QCascii_compatible_p.
15960
159612008-02-01 Miles Bader <miles@gnu.org>
15962
15963 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15964 removed calculation of frame `f', as it's now used.
15965
159662008-02-01 Kenichi Handa <handa@m17n.org>
15967
15968 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15969 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15970 (UNIDATA): New variable.
15971 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15972 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15973 $(RUN_TEMACS) unconditionally.
15974
159752008-02-01 Kenichi Handa <handa@m17n.org>
15976
15977 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15978 (admindir): New variable.
15979 ($(lispsource)international/charprop.el): New target.
15980
159812008-02-01 Miles Bader <miles@gnu.org>
15982
15983 * character.c (chars-in-region): Remove obsolete function.
15984 (syms_of_character): Remove its initialization.
15985
159862008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15987
15988 * w32select.c (validate_coding_system)
15989 (setup_windows_coding_system): New functions.
15990 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15991 setup_windows_coding_system.
15992 (setup_config, Fw32_get_clipboard_data): Use
15993 validate_coding_system.
15994 (Fx_selection_exists): Move call to setup_config to a place
15995 where signals are allowed.
15996
15997 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15998 (Fcheck_coding_system): Add declarations.
15999
160002008-02-01 Kenichi Handa <handa@m17n.org>
16001
16002 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
16003
160042008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16005
16006 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
16007 string as the second argument for x_new_fontset.
16008
160092008-02-01 Kenichi Handa <handa@m17n.org>
16010
16011 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
16012 (encode_coding_object): Use safe_call instead of call2.
16013
160142008-02-01 Kenichi Handa <handa@m17n.org>
16015
16016 * fontset.c (Fset_fontset_font): Check family element of a given vector.
16017
16018 * Makefile.in (lisp): Include charprop.el.
16019
160202008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16021
16022 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
16023 Not sure if it's unnecessary.
16024
160252008-02-01 Steven Tamm <steventamm@mac.com>
16026
16027 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16028 some possibly unnecessary fontset checking code that crashed
16029 when creating a new frame.
16030
160312008-02-01 Kenichi Handa <handa@m17n.org>
16032
16033 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
16034 lookup_face.
16035
16036 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
16037
16038 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
16039
160402008-02-01 Kenichi Handa <handa@m17n.org>
16041
16042 * coding.c: Cancel the change done in HEAD on 2008-02-01.
16043 (coding_charset_list): New function.
16044
16045 * coding.h (coding_charset_list): Extern it.
16046
160472008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * fontset.c (Fset_fontset_font): Call find_font_encoding with
16050 concatenation of family and registry.
16051
160522008-02-01 Kenichi Handa <handa@m17n.org>
16053
16054 * character.h (BYTE8_STRING): Fix typo.
16055
16056 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
16057 string to multibyte (sync to HEAD).
16058
16059 * casefiddle.c (casify_region): Handle changes in byte-length
16060 using replace_range_2 (sync to HEAD).
16061
160622008-02-01 Andreas Schwab <schwab@suse.de>
16063
16064 * chartab.c (map_char_table): GCPRO table and arg.
16065
160662008-02-01 Kenichi Handa <handa@m17n.org>
16067
16068 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
16069 already at limit.
16070
160712008-02-01 Kenichi Handa <handa@m17n.org>
16072
16073 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
16074 instead of fast_c_string_match_ignore_case.
16075 (find_font_encoding): Change argument to Lisp_Object. Use
16076 fast_string_match_ignore_case instead of
16077 fast_c_string_match_ignore_case. Change caller.
16078
160792008-02-01 Kenichi Handa <handa@m17n.org>
16080
16081 * xdisp.c (get_next_display_element): In unibyte case, decide to
16082 display in octal form by checking a character by
16083 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
16084
16085 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
16086
16087 * character.c (unibyte_has_multibyte_table): New variable.
16088
16089 * character.h (unibyte_has_multibyte_table): Extern it.
16090 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
16091
160922008-02-01 Kenichi Handa <handa@m17n.org>
16093
16094 * coding.c (encode_coding_iso_2022): Fix handling of charset
16095 annotation.
16096
160972008-02-01 Kenichi Handa <handa@m17n.org>
16098
16099 * coding.c (setup_coding_system): If coding_system is nil, use
16100 Qundecided.
16101 (Fterminal_coding_system): Return nil if terminal coding system is
16102 `undecided'.
16103 (syms_of_coding): Define coding-system `undecided' here. Setup
16104 terminal_coding as `undecided'.
16105
161062008-02-01 Kenichi Handa <handa@m17n.org>
16107
16108 * xdisp.c (message_dolog, set_message_1): Call
16109 unibyte_char_to_multibyte with arg type int.
16110
16111 * lread.c (read1): Fix reading of a char-table.
16112
16113 * print.c (print_object): Include sub char-table in circularities
16114 detection.
16115
161162008-02-01 Kenichi Handa <handa@m17n.org>
16117
16118 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
16119 Append the found sequences in car of ARGS instead of prepending.
16120
161212008-02-01 Kenichi Handa <handa@m17n.org>
16122
16123 * fileio.c (report_file_error): Make a unibyte string from
16124 strerror (errorno).
16125 (Fsubstitute_in_file_name): Fix the arg to
16126 unibyte_char_to_multibyte. It is evaluated twice.
16127
161282008-02-01 Kenichi Handa <handa@m17n.org>
16129
16130 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
16131
161322008-02-01 Kenichi Handa <handa@m17n.org>
16133
16134 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
16135 BOM is not found.
16136 (detect_coding, detect_coding_system): Optimization for ISO-2022
16137 when no 8-bit data is found.
16138
161392008-02-01 Jason Rumney <jasonr@gnu.org>
16140
16141 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16142
161432008-02-01 Kenichi Handa <handa@m17n.org>
16144
16145 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16146 CHARS.
16147
161482008-02-01 Steven Tamm <steventamm@mac.com>
16149
16150 * macterm.c (mac_encode_char): Add charset argument and update
16151 to use encoding_type.
16152 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16153 switch to pure fontset.
16154 (decode_mac_font_name): Temporarily remove decoding.
16155 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16156 (x_load_font): Temporarily remove encoding.
16157
161582008-02-01 Kenichi Handa <handa@m17n.org>
16159
16160 * xfaces.c (Fface_font): If frame is not on a window system,
16161 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16162 refer to face->font.
16163 (split_font_name_into_vector, build_font_name_from_vector)
16164 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16165 when HAVE_WINDOW_SYSTEM is defined.
16166
161672008-02-01 Kenichi Handa <handa@m17n.org>
16168
16169 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16170 (x_produce_glyphs): Fix setting of members of cmp in case
16171 cmp->glyph_len is zero.
16172
16173 * fontset.c (Fset_fontset_font): Fix docstring.
16174 (Ffontset_info): Make it backward compatible. New arg ALL.
16175
161762008-02-01 Kim F. Storm <storm@cua.dk>
16177
16178 * process.c (read_process_output): Grow decoding_buf when needed;
16179 this could cause a crash in allocate_string and compact_small_strings.
16180
161812008-02-01 Kenichi Handa <handa@m17n.org>
16182
16183 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16184
161852008-02-01 Kenichi Handa <handa@m17n.org>
16186
16187 * coding.c (setup_coding_system): Set coding->common_flags
16188 correctly for raw-text.
16189 (consume_chars): On encoding unibyte text by raw-text, don't check
16190 multibyte form.
16191 (encode_coding): On encoding by raw-text, never use translation tables.
16192
16193 * fileio.c (e_write): Short cut for the case of no encoding.
16194
161952008-02-01 Kenichi Handa <handa@m17n.org>
16196
16197 * coding.c (detect_coding, detect_coding_system): Delete unused
16198 variables.
16199
162002008-02-01 Kenichi Handa <handa@m17n.org>
16201
16202 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16203 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16204
162052008-02-01 Kenichi Handa <handa@m17n.org>
16206
16207 * coding.c (Ffind_coding_systems_region_internal): Include
16208 raw-text and no-conversion in the result.
16209
162102008-02-01 Kenichi Handa <handa@m17n.org>
16211
16212 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16213 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16214 FONT_DEF.
16215 (font_def_arg, add_arg, from_arg, to_arg): New args.
16216 (set_fontset_font): Change argument.
16217 (Fset_fontset_font): Fix for the case that TARGET is a script
16218 name and charset name.
16219 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16220
162212008-02-01 Kenichi Handa <handa@m17n.org>
16222
16223 * fontset.c (fontset_font): Rename from fontset_face. Change return
16224 value.
16225 (face_suitable_for_char_p, face_for_char): Adjust for the change
16226 of fontset_font.
16227 (make_fontset_for_ascii_face): Fix setting of the fontset element
16228 for ASCII.
16229 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16230 to get a font name.
16231 (Ffontset_info): Adjust for the change of fontset_font.
16232
16233 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16234
16235 * character.h (LEADING_CODE_LATIN_1_MIN)
16236 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16237
162382008-02-01 Kenichi Handa <handa@m17n.org>
16239
16240 * editfns.c (check_translation): New function.
16241 (Ftranslate_region_internal): Handle M:N mapping.
16242
162432008-02-01 Kenichi Handa <handa@m17n.org>
16244
16245 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16246
162472008-02-01 Kenichi Handa <handa@m17n.org>
16248
16249 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16250 goto invalid_code.
16251 (decode_coding_iso_2022): Fix handling of invalid designation.
16252
16253 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16254 after calling code_conversion_save.
16255
162562008-02-01 Kenichi Handa <handa@m17n.org>
16257
16258 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16259
16260 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16261
16262 * fontset.c: Include "intervals.h".
16263 (fontset_face): Fix comparing of Lisp_Objects.
16264 (free_face_fontset, new_fontset_from_font_name): Fix
16265 Lisp_Object/int mixup.
16266
16267 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16268
16269 * coding.c: Add many prototypes for static functions.
16270 (get_translation_table): Allow max_lookup to be NULL.
16271 (decode_coding, Ffind_coding_systems_region_internal)
16272 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16273 get_translation_table with max_lookup NULL.
16274
162752008-02-01 Kenichi Handa <handa@m17n.org>
16276
16277 * coding.c (get_translation_table): Declare it as Lisp_Object.
16278 (LOOKUP_TRANSLATION_TABLE): New macro.
16279 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16280 instead of CHAR_TABLE_REF.
16281
162822008-02-01 Kenichi Handa <handa@m17n.org>
16283
16284 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16285 annotation data format.
16286 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16287 Change arguments FROM and TO to single argument NCHARS. Change caller.
16288 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16289 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16290 (decode_coding_ccl, decode_coding_charset): Pay attention to
16291 coding->charbuf_used.
16292 (get_translation): New function.
16293 (produce_chars): New arguments translation_table and last_block.
16294 Translate characters here. Return number of carryover chars.
16295 Change caller.
16296 (produce_composition): New argument pos. Change caller.
16297 Adjust for the change of annotation data format.
16298 (produce_charset, produce_annotation): Likewise.
16299 (decode_coding, encode_coding): Don't call translate_chars.
16300 (consume_chars): New arg translation_table. Change caller.
16301 (translate_chars): Delete.
16302 (syms_of_coding): Make translation-table's number of extra slots 2.
16303
163042008-02-01 Kenichi Handa <handa@m17n.org>
16305
16306 * search.c (simple_search): Fix setting this_pos_byte in backward
16307 search.
16308
16309 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16310 byte sequence.
16311 (detect_coding_ccl): Fix setting of the variable valids.
16312
163132008-02-01 Kenichi Handa <handa@m17n.org>
16314
16315 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16316
16317 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16318
16319 * editfns.c (Ftranslate_region_internal): Rename from
16320 Ftranslate_region. Accept a char-table in TABLE.
16321 (syms_of_editfns): Defsubr Stranslate_region_internal.
16322
16323 * xfaces.c (set_lface_from_font_name): If a font is specified for
16324 a frame, generate a fontset from the font.
16325 (build_scalable_font_name): If the scalable font is requested for
16326 a specific size, don't change that size.
16327 (try_font_list): Try a scalable font also in the case that a
16328 pattern string is specified.
16329
163302008-02-01 Kenichi Handa <handa@m17n.org>
16331
16332 * xfaces.c (Fface_font): New optional arg CHARACTER.
16333
163342008-02-01 Kenichi Handa <handa@m17n.org>
16335
16336 * charset.h (CHARSET_OFFSET): New macro.
16337
163382008-02-01 Kenichi Handa <handa@m17n.org>
16339
16340 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16341
16342 * fontset.c (fontset_face): Handle the case that repertory is a
16343 char-table.
16344 (find_font_encoding): Return nil for unknown encoding.
16345 (Fset_fontset_font): Ignore a font of unknown encoding.
16346
163472008-02-01 Kenichi Handa <handa@m17n.org>
16348
16349 * keymap.c (describe_vector): Handle default value of a char table.
16350
16351 * fontset.c (fontset_face): Handle fallback fonts correctly.
16352 (Ffontset_info): Return infomation about fallback fonts.
16353
163542008-02-01 Kenichi Handa <handa@m17n.org>
16355
16356 * fontset.c (FONTSET_DEFAULT): New macro.
16357 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16358 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16359 the case that it is nil.
16360 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16361 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16362
16363 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16364 subset or superset.
16365
163662008-02-01 Kenichi Handa <handa@m17n.org>
16367
16368 * emacs.c (main): Call init_charset after syms_of_XXX.
16369
16370 * charset.c (Vcharset_map_directory): Delete.
16371 (Vcharset_map_path): New variable.
16372 (load_charset_map_from_file): Use Vcharset_map_path instead.
16373 (init_charset): Initialize Vcharset_map_path.
16374 (syms_of_charset): Delete declaration of "charset-map-directory",
16375 add declaration of "charset-map-path".
16376
163772008-02-01 Kenichi Handa <handa@m17n.org>
16378
16379 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16380 ASCII only string.
16381
16382 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16383
16384 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16385 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16386
163872008-02-01 Kenichi Handa <handa@m17n.org>
16388
16389 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16390
16391 * coding.c (QCmnemonic, QCdefalut_char)
16392 (QCdecode_translation_table, QCencode_translation_table)
16393 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16394 (get_translation_table): Return a list of translation tables if
16395 necessary.
16396 (decode_coding): Call get_translation_table with ENCODEP 0.
16397 (char_encodable_p): If translation_table is non-nil, always call
16398 translate_char.
16399 (Fdefine_coding_system_internal): Accept list of translation
16400 tables as :encode-translation-table and :decode-translation-table.
16401 (Fcoding_system_put): New function.
16402 (syms_of_coding): Declare new symbols. Defsubr
16403 Scoding_system_put.
16404 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16405 typically JISX0212.
16406
16407 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16408 when the charset is superset type.
16409
16410 * character.c (translate_char): Accept list of translation tables.
16411
164122008-02-01 Kenichi Handa <handa@m17n.org>
16413
16414 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16415 (CODING_ATTR_TRANS_TBL): New macro.
16416
16417 * coding.c (get_translation_table): New function.
16418 (translate_chars): Fix the bug of skipping annotation data.
16419 (decode_coding, encode_coding): Utilize get_translation_table.
16420 (char_encodable_p, Funencodable_char_position): Translate char if
16421 necessary.
16422 (Ffind_coding_systems_region_internal)
16423 (Fcheck_coding_systems_region): Setup translation table for encode
16424 in a coding system attribute vector in advance.
16425 (Fdefine_coding_system_internal): Allow a symbol as translation
16426 table. For shift-jis type coding system, allow 4th charset.
16427
164282008-02-01 Kenichi Handa <handa@m17n.org>
16429
16430 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16431
16432 * xdisp.c (get_next_display_element): Pass -1 as POS to
16433 FACE_FOR_CHAR if displaying a C-string.
16434
164352008-02-01 Kenichi Handa <handa@m17n.org>
16436
16437 * composite.c (get_composition_id): Handle xoff and yoff in a
16438 composition rule.
16439
16440 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16441 (struct composition): New member lbearing and rbearing.
16442
16443 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16444 (x_get_glyph_overhangs): Handle a composition glyph.
16445 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16446
16447 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16448 composition glyph.
16449
164502008-02-01 Kenichi Handa <handa@m17n.org>
16451
16452 * print.c: Include charset.h.
16453 (Vprint_charset_text_property): New variable.
16454 (Qdefault): Extern it.
16455 (PRINT_STRING_NON_CHARSET_FOUND)
16456 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16457 (print_check_string_result): New variable.
16458 (print_check_string_charset_prop): New function.
16459 (print_prune_charset_plist): New variable.
16460 (print_prune_string_charset): New function.
16461 (print_object): Call print_prune_string_charset if
16462 Vprint_charset_text_property is not t.
16463 (print_interval): Print nothing if interval->plist is nil.
16464 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16465 variable. Init and staticpro print_prune_charset_plist.
16466
164672008-02-01 Kenichi Handa <handa@m17n.org>
16468
16469 * fontset.c (new_fontset_from_font_name): Use the specified font
16470 for all characters in the new fontset.
16471
16472 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16473 OBJECT args.
16474
16475 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16476 OBJECT args for composition too.
16477
16478 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16479 OBJECT args.
16480
164812008-02-01 Kenichi Handa <handa@m17n.org>
16482
16483 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16484
16485 * fontset.c (reorder_font_vector): Adjust for the change of
16486 FONT_DEF format.
16487 (fontset_face): New arg id. Change caller.
16488 (face_for_char): New args pos and object.
16489 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16490 (fs_query_fontset): Check NAME by Fassoc too.
16491 (Fset_fontset_font): Allow non-XLFD font name.
16492 (Ffontset_info): Adjust for the change of FONT_DEF format.
16493
16494 * fontset.h (face_for_char): Adjust prototype.
16495
16496 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16497 (append_space, extend_face_to_end_of_line)
16498 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16499 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16500
16501 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16502 POS and OBJECT args.
16503
16504 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16505 POS and OBJECT args.
16506
165072008-02-01 Jason Rumney <jasonr@gnu.org>
16508
16509 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16510 of GlobalAlloc'ed memory.
16511
165122008-02-01 Kenichi Handa <handa@m17n.org>
16513
16514 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16515
16516 * charset.h (charset_table_used): Delete extern.
16517
16518 * charset.c (charset_table_used): Make it static.
16519 (map_charset_chars): Fix args to c_function with.
16520
16521 * chartab.c (map_sub_char_table_for_charset): Fix args to
16522 c_function with.
16523
16524 * coding.h (enum coding_result_code): Delete
16525 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16526
16527 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16528 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16529 (Vlast_code_conversion_error): New variables.
16530 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16531 (ONE_MORE_BYTE): Record error if any instead of signaling an
16532 error. If non-ASCII multibyte char is found, return the negative
16533 value of the code. All callers changed to check it.
16534 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16535 (record_conversion_result): New function. Change all codes setting
16536 coding->result to call this function.
16537 (detect_coding_utf_8, decode_coding_utf_8)
16538 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16539 Don't use the local variable incomplete.
16540 (emacs_mule_char): Change the second arg to `const'.
16541 (decode_coding): Fix of flushing out unprocessed data.
16542 (make_conversion_work_buffer): Fix making of a work buffer.
16543 (decode_coding_object): Return coding->dst_object.
16544
16545 * fontset.c (set_fontset_font): Fix args.
16546
16547 * lisp.h (CHARACTERBITS): Define as 22.
16548
16549 * process.c (send_process): Be sure to set coding->src_multibyte.
16550
16551 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16552
165532008-02-01 Kenichi Handa <handa@m17n.org>
16554
16555 * xdisp.c (handle_auto_composed_prop): Give limit to
16556 Fnext_single_char_property_change.
16557
165582008-02-01 Kenichi Handa <handa@m17n.org>
16559
16560 * composite.c (syms_of_composite): Don't make the composition hash
16561 table weak.
16562
16563 * fontset.c (Fset_fontset_font): Fix docstring.
16564
16565 * lisp.h (detect_coding_system): Adjust prototype.
16566
16567 * fileio.c (kill_workbuf_unwind): Delete this function.
16568 (Finsert_file_contents): Adjust the call of detect_coding_system.
16569 Get conversion_buffer by code_conversion_save. Use the macro
16570 CODING_MAY_REQUIRE_DECODING. After decoding, update
16571 coding_system.
16572
16573 * coding.h (make_conversion_work_buffer): Delete extern.
16574 (code_conversion_save): Extern it.
16575
16576 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16577 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16578 (decode_coding_utf_8): Don't do eol converion.
16579 (detect_coding_utf_16): Check coding->src_chars, not
16580 coding->src_bytes. Add heuristics for those that have no signature.
16581 (decode_coding_emacs_mule, decode_coding_iso_2022)
16582 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16583 Don't do eol converion.
16584 (adjust_coding_eol_type): Return a new coding system.
16585 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16586 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16587 each change.
16588 (decode_coding): Pay attention to undo_list. Do eol conversion for
16589 all types of coding-systems (if necessary).
16590 (Vcode_conversion_work_buf_list): Delete it.
16591 (Vcode_conversion_reused_workbuf): Rename from
16592 Vcode_conversion_reused_work_buf.
16593 (Vcode_conversion_workbuf_name): New variable.
16594 (reused_workbuf_in_use): New variable.
16595 (make_conversion_work_buffer): Delete the arg DEPTH.
16596 (code_conversion_restore): Change argument to cons.
16597 (code_conversion_save): Delete the argument BUFFER. Change callers.
16598 (detect_coding_system): New argument src_chars. Change callers.
16599 Fix for utf-16 detection.
16600 (init_coding_once): Don't use ISO_carriage_return.
16601 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16602 reused_workbuf_in_use.
16603
166042008-02-01 Kenichi Handa <handa@m17n.org>
16605
16606 * keymap.c (store_in_keymap): Pay attention to the case that idx
16607 is a cons specifying a character range.
16608
166092008-02-01 Kenichi Handa <handa@m17n.org>
16610
16611 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16612 HANDLED_RECOMPUTE_PROPS.
16613
16614 * coding.c (Fdefine_coding_system_internal): Fix checking of
16615 ascii compatibility.
16616
166172008-02-01 Kenichi Handa <handa@m17n.org>
16618
16619 * charset.c (find_charsets_in_text): Delete unused locale variable.
16620 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16621
16622 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16623 Resync charset_list to Vemacs_mule_charset_list.
16624
16625 * keymap.c (store_in_keymap): Pay attention to the case that idx
16626 is a cons specifying a character range.
16627
166282008-02-01 Kenichi Handa <handa@m17n.org>
16629
16630 * composite.c (update_compositions): Bind inhibit-read-only, etc
16631 to t before calling remove-list-of-text-properties.
16632
16633 * print.c (print_object): Always print ASCII chars as is.
16634
166352008-02-01 Kenichi Handa <handa@m17n.org>
16636
16637 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16638
16639 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16640 is a char table.
16641
166422008-02-01 Kenichi Handa <handa@m17n.org>
16643
16644 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16645
166462008-02-01 Kenichi Handa <handa@m17n.org>
16647
16648 * xfaces.c (set_lface_from_font_name): Fix for the case that
16649 FONTNAME is not fontset name.
16650
166512008-02-01 Kenichi Handa <handa@m17n.org>
16652
16653 * fns.c (base64_encode_1): Fix previous change.
16654
166552008-02-01 Kenichi Handa <handa@m17n.org>
16656
16657 * fontset.c (set_fontset_font): New function.
16658 (Fset_fontset_font): If a font is specified for a charset, use
16659 map_charset_chars to store the font spec in a fontset.
16660
166612008-02-01 Kenichi Handa <handa@m17n.org>
16662
16663 * fontset.c (fontset_face): Create a fallback fontset on demand.
16664 (make_fontset): Don't create a fallback fontset here.
16665 (free_face_fontset): Free a fallback fontset (if any) too.
16666 (n_auto_fontsets): Delete this variable.
16667 (auto_fontset_alist): New variable.
16668 (new_fontset_from_font_name): Check auto_fontset_alist.
16669 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16670 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16671 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16672 Defsubr Sfontset_list_all.
16673
166742008-02-01 Kenichi Handa <handa@m17n.org>
16675
16676 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16677
166782008-02-01 Kenichi Handa <handa@m17n.org>
16679
16680 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16681
166822008-02-01 Kenichi Handa <handa@m17n.org>
16683
16684 * editfns.c (Fgoto_char): Fix docstring.
16685
166862008-02-01 Kenichi Handa <handa@m17n.org>
16687
16688 * insdel.c (insert_from_gap): Adjust intervals correctly.
16689
166902008-02-01 Jason Rumney <jasonr@gnu.org>
16691
16692 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16693 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16694 (w32_initialize): Try to load it.
16695 (x_get_font_repertory): Use it if available.
16696 (w32_encode_char): Add shortcut for unicode output.
16697
16698 * w32fns.c (w32_load_system_font): Default charset to -1.
16699 (x_to_w32_charset): Match all fonts for unicode.
16700 (w32_to_x_charset): New parameter matching. Don't return partial
16701 or wildcard charsets.
16702 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16703 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16704 (w32_to_x_font): Match charset to real charset.
16705 (enum_font_cb2): Always list unicode versions.
16706
16707 * makefile.w32-in (temacs): Increase EMHEAP.
16708
167092008-02-01 Jason Rumney <jasonr@gnu.org>
16710
16711 * w32term.c (w32_encode_char): New charset parameter.
16712 font_info.encoding becomes encoding_type.
16713 (x_get_font_repertory): New function. Warning: stub only!
16714 (x_new_font): Return quickly if font already set.
16715 (x_new_fontset): fontsetname parameter is Lisp_Object.
16716 Use new fs_query_fontset. Try new_fontset_from_font_name.
16717 Use fontset_name for return value.
16718
16719 * w32term.h: Declare x_get_font_repertory.
16720
16721 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16722 place of find_charset_in_text. Use encode_coding_object in place
16723 of encode_coding.
16724 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16725 decode_coding.
16726
16727 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16728 of x_new_fontset.
16729 (w32_load_system_font): Initialize charset as unicode.
16730 font_info.encoding becomes encoding_type.
16731 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16732 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16733 (syms_of_w32fns): Set get_font_repertory_func.
16734
16735 * w32console.c: Include character.h. Use terminal_encode_buffer
16736 from term.c.
16737 (write_glyphs): Use new version of encode_terminal_code. Use
16738 encode_coding_object in place of encode_coding.
16739
16740 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16741 encoding becomes encoding_type.
16742
16743 * term.c (terminal_encode_buffer): Make externally visible.
16744
16745 * makefile.w32-in: Add character.h dependancies.
16746 (character.o, chartab.o): New targets.
16747
167482008-02-01 Kenichi Handa <handa@m17n.org>
16749
16750 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16751 CODING_ID_EOL_TYPE.
16752
167532008-02-01 Andreas Schwab <schwab@suse.de>
16754
16755 * coding.c (produce_chars): Revert last change.
16756
167572008-02-01 Kenichi Handa <handa@m17n.org>
16758
16759 * charset.h (charset_unicode): Extern it.
16760
16761 * charset.c (string_xstring_p): Check by (C >= 0x100).
16762 (find_charsets_in_text): Change format of the arc CHARSETS. New
16763 arg MULTIBYTE.
16764 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16765 change of find_charsets_in_text.
16766 (Fsplit_char): Fix doc. Never return unknown.
16767
16768 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16769
16770 * coding.c (Fdefine_coding_system_alias): Update
16771 Vcoding_system_list.
16772
16773 * fontset.c (load_font_get_repertory): Pay attention to the case
16774 that ENCODING of a font is specified by a char-table.
16775
16776 * xterm.c (x_get_font_repertory): Handle the case that the
16777 encoding of font is other than Unicode.
16778
167792008-02-01 Kenichi Handa <handa@m17n.org>
16780
16781 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16782 if a character is encodable by the terminal coding system. If
16783 not, produces proper number of `?'s. Update
16784 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16785 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16786
167872008-02-01 Kenichi Handa <handa@m17n.org>
16788
16789 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16790 variables.
16791 (encode_terminal_code): Change argument. Encode multiple
16792 characters at once. Store the result of encoding in
16793 terminal_encode_buffer.
16794 (write_glyphs, insert_glyphs): Adjust for the change of
16795 encode_terminal_code.
16796 (term_init): Initialize terminal_encode_buffer and
16797 terminal_encode_buf_size.
16798
16799 * coding.c (consume_chars): If coding->src_object is nil, don't
16800 check annotation.
16801
168022008-02-01 Kenichi Handa <handa@m17n.org>
16803
16804 * character.c (char_string): Use ASCII_CHAR_P instead of
16805 SINGLE_BYTE_CHAR_P.
16806
168072008-02-01 Kenichi Handa <handa@m17n.org>
16808
16809 * xdisp.c (handle_auto_composed_prop): Check if the last
16810 characters of auto-composed region is newly composed with the
16811 following characters.
16812 (handle_composition_prop): Fix checking of point being inside
16813 composition.
16814
168152008-02-01 Kenichi Handa <handa@m17n.org>
16816
16817 * fns.c (concat): Don't change multibyteness of the result by
16818 concatenating an 8-bit character.
16819
16820 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16821 multibyteness of the result when newelt is an 8-bit character.
16822
168232008-02-01 Dave Love <fx@gnu.org>
16824
16825 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16826 EMACS_INT.
16827
16828 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16829
16830 * xfaces.c (face_numeric_value): Declare dim size_t.
16831 (Finternal_lisp_face_equal_p): Remove unused f.
16832
16833 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16834 (MATRIX_ROW): Remove unused vars.
16835 (draw_glyphs, x_insert_glyphs, fast_find_position)
16836 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16837 byte/char counts.
16838
16839 * regex.c (regex_compile): Remove unused var.
16840
16841 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16842
16843 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16844 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16845
16846 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16847
16848 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16849
16850 * fileio.c (Fwrite_region): Remove unused var.
16851
16852 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16853 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16854
16855 * composite.c (Fremove_list_of_text_properties): Declare.
16856
16857 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16858 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16859 (coding_inherit_eol_type): Remove unused attrs.
16860 (detect_coding): Cast arg of detect_eol.
16861
16862 * charset.c (syms_of_charset): Remove unused var p.
16863 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16864 byte/char counts.
16865
16866 * casetab.c (set_case_table): Remove unused var.
16867
16868 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16869 unused vars.
16870
168712008-02-01 Dave Love <fx@gnu.org>
16872
16873 * xterm.c (x_bitmap_mask): Declare.
16874
168752008-02-01 Dave Love <fx@gnu.org>
16876
16877 * xterm.c (x_term_init): Fix type error.
16878
16879 * lisp.h: Add Funibyte_char_to_multibyte.
16880
16881 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16882 (Fset_coding_system_priority): Doc fix.
16883
16884 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16885
16886 * indent.c (check_composition): Make start and end EMACS_INT.
16887
16888 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16889
16890 * xdisp.c (handle_composition_prop, check_point_in_composition):
16891 Make buffer positions EMACS_INT.
16892
16893 * composite.c (find_composition, run_composition_function)
16894 (update_compositions, Ffind_composition_internal): Make buffer
16895 positions EMACS_INT.
16896
16897 * composite.h (find_composition, update_compositions): Make
16898 position args EMACS_INT.
16899
16900 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16901
16902 * intervals.c (get_property_and_range):
16903 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16904
16905 * unexalpha.c: Don't include varargs.h.
16906
169072008-02-01 Dave Love <fx@gnu.org>
16908
16909 * coding.h (ENCODE_UTF_8): New.
16910
16911 * Makefile.in (gtkutil.o): Depend on coding.h.
16912
16913 * coding.c (Fset_coding_system_priority): Doc fix.
16914
169152008-02-01 Kenichi Handa <handa@m17n.org>
16916
16917 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16918 the case of auto saving.
16919
169202008-02-01 Andreas Schwab <schwab@suse.de>
16921
16922 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16923 `range' from GC.
16924
169252008-02-01 Kenichi Handa <handa@m17n.org>
16926
16927 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16928
169292008-02-01 Kenichi Handa <handa@m17n.org>
16930
16931 * fileio.c (choose_write_coding_system): Return a decided coding system.
16932 (Fwrite_region): Set Vlast_coding_system_used to the return value
16933 of choose_write_coding_system.
16934
169352008-02-01 Kenichi Handa <handa@m17n.org>
16936
16937 * charset.c (Fset_charset_priority): Pay attention to duplicated
16938 arguments.
16939
16940 * coding.c (QCcategory): New variable.
16941 (syms_of_coding): Defsym it. Set all elements of
16942 Vcoding_category_table and their symbol values.
16943 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16944 coding-category-XXX, and coding-category-list.
16945 (Fdefine_coding_system_internal): Add category in the plist.
16946
169472008-02-01 Kenichi Handa <handa@m17n.org>
16948
16949 * callproc.c (Fcall_process): Handle carryover correctly.
16950
16951 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16952 (raw_text_coding_system): Check NILP (coding_system).
16953 (coding_inherit_eol_type): Check NILP (coding_system) and
16954 NILP (parent).
16955 (consume_chars): Fix for the case of raw-text.
16956
16957 * process.c (read_process_output): Handle carryover correctly.
16958
169592008-02-01 Dave Love <fx@gnu.org>
16960
16961 * regex.c (re_search_2): Fix last change.
16962
169632008-02-01 Kenichi Handa <handa@m17n.org>
16964
16965 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16966 target_multibyte. Even in a unibyte case, return a converted
16967 multibyte char.
16968 (GET_CHAR_AFTER): New macro.
16969 (PATFETCH): Translate via multibyte char.
16970 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16971 (SETUP_MULTIBYTE_RANGE): New macro.
16972 (regex_compile): Setup compiled code so that its multibyteness
16973 matches that of a target. Fix the handling of "[X-YZ]" using
16974 SETUP_MULTIBYTE_RANGE.
16975 (analyse_first) <charset>: For filling fastmap for all multibyte
16976 characters, don't check by BASE_LEADING_CODE_P.
16977 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16978 the same as RE_MULTIBYTE_P (bufp) now.
16979 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16980 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16981 (TRANSLATE_VIA_MULTIBYTE): New macro.
16982 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16983 It is the same as RE_MULTIBYTE_P (bufp) now.
16984 <exactn>: Translate via multibyte.
16985 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16986 translate it.
16987 <charset, charset_not>: Fetch a character by
16988 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16989 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16990 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16991 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16992 by GET_CHAR_AFTER.
16993 (bcmp_translate): Likewise.
16994
16995 * search.c (compile_pattern): Check the member target_multibyte,
16996 not the member multibyte of buf.
16997
16998 * lread.c (read1): While reading a string, set force_singlebyte
16999 and force_multibyte correctly.
17000
17001 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
17002 up of unibyte_to_multibyte_table.
17003
170042008-02-01 Kenichi Handa <handa@m17n.org>
17005
17006 * coding.c (setup_coding_system): If coding has
17007 post-read-conversion or pre-write-conversion, set
17008 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
17009 respectively.
17010 (decode_coding_gap): Run post-read-conversion if any.
17011
17012 * fileio.c (Finsert_file_contents): Even if we read into a
17013 unibyte buffer, check if we must decode the result or not.
17014
170152008-02-01 Kenichi Handa <handa@m17n.org>
17016
17017 * coding.c (make_conversion_work_buffer): Change the work buffer
17018 name to the same one as that of Emacs 21.
17019
170202008-02-01 Kenichi Handa <handa@m17n.org>
17021
17022 * coding.h (make_conversion_work_buffer): Adjust prototype.
17023 (code_conversion_restore): Don't extern it.
17024
17025 * coding.c (detected_mask): Delete unused variable.
17026 (decode_coding_iso_2022): Pay attention to the byte sequence of
17027 CTEXT extended segment, and retain those bytes as is.
17028 (decode_coding_ccl): Delete unused variable `valids'.
17029 (setup_coding_system): Delete unused variable `category'.
17030 (consume_chars): Delete unused variable `category'. Make it work
17031 for non-multibyte case.
17032 (make_conversion_work_buffer): Change argument.
17033 (saved_coding): Delete unused variable.
17034 (code_conversion_restore): Don't check saved_coding->destination.
17035 (code_conversion_save): New function.
17036 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
17037 instead of record_unwind_protect.
17038 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
17039 (detect_coding_system): Delete unused variable `mask'.
17040 (Fdefine_coding_system_internal): Delete unused variable id.
17041
17042 * fileio.c (kill_workbuf_unwind): New function.
17043 (Finsert_file_contents): On replacing, call
17044 make_conversion_work_buffer with correct args, and call
17045 record_unwind_protect with the first arg kill_workbuf_unwind.
17046
17047 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
17048
170492008-02-01 Kenichi Handa <handa@m17n.org>
17050
17051 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
17052 (fontset_add): Fix for the case that TO is less than TO1.
17053 (Ffontset_info): Don't use fallback fontset on checking the
17054 default fontset.
17055 (dump_fontset): New function for debugging.
17056
17057 * coding.c (Fdefine_coding_system_internal): Fix for the case that
17058 coding_type is Qcharset.
17059
170602008-02-01 Kenichi Handa <handa@m17n.org>
17061
17062 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
17063 (map_char_table): Don't inherit the value from the parent on
17064 initializing VAL. Adjust for the above change.
17065
170662008-02-01 Kenichi Handa <handa@m17n.org>
17067
17068 * coding.c (Qsignature, Qendian): Delete these variables.
17069 (syms_of_coding): Don't initialize them.
17070 (CATEGORY_MASK_UTF_16_AUTO): New macro.
17071 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
17072 detect_info->found.
17073 (decode_coding_utf_16): Don't detect BOM here.
17074 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
17075 is NOT utf_16_without_bom.
17076 (setup_coding_system): For a coding system of type utf-16, check
17077 if the attribute :endian is Qbig or not (not nil or not), and set
17078 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
17079 (detect_coding): If coding type is utf-16 and BOM detection is
17080 required, detect it.
17081 (Fdefine_coding_system_internal): For a coding system of type
17082 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
17083
170842008-02-01 Kenichi Handa <handa@m17n.org>
17085
17086 * coding.c (coding_set_source): Fix for the case that the current
17087 buffer is different from coding->src_object.
17088 (decode_coding_object): Don't use the conversion work buffer if
17089 DST_OBJECT is a buffer.
17090
170912008-02-01 Dave Love <fx@gnu.org>
17092
17093 * lread.c (read_emacs_mule_char) [len==2]: Index
17094 emacs_mule_charset correctly.
17095
170962008-02-01 Dave Love <fx@gnu.org>
17097
17098 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
17099 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
17100 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
17101 treated specially.)
17102 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
17103 (detected_mask): Remove Big5 bits.
17104
171052008-02-01 Kenichi Handa <handa@m17n.org>
17106
17107 The following changes are to make the font rescaling facility
17108 compatible with Emacs 21.
17109
17110 * xfaces.c (Vface_font_rescale_alist): Rename from
17111 Vface_resizing_fonts.
17112 (struct font_name): Rename member resizing_ratio to rescale_ratio.
17113 (font_rescale_ratio): Rename from font_resizing_ratio.
17114 (split_font_name): Set font->rescale_ratio.
17115 (better_font_p): Pay attention to font->rescale_ratio.
17116 (build_scalable_font_name): Likewise. Change RESX, and RESY
17117 fields.
17118 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17119
171202008-02-01 Kenichi Handa <handa@m17n.org>
17121
17122 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
17123 (Qutf_16_le): Remove these variables.
17124 (syms_of_coding): Don't DEFSYM them.
17125 (decode_coding_utf_16): Fix handling of BOM.
17126 (encode_coding_utf_16): Fix handling of BOM.
17127
171282008-02-01 Kenichi Handa <handa@m17n.org>
17129
17130 * fileio.c (Finsert_file_contents): On replacing, before decoding
17131 the file into the work buffer, set point of the work buffer to the end.
17132
171332008-02-01 Dave Love <fx@gnu.org>
17134
17135 * coding.c (Fcheck_coding_systems_region): Fix type errors.
17136
171372008-02-01 Dave Love <fx@gnu.org>
17138
17139 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17140 and fix C types.
17141
171422008-02-01 Kenichi Handa <handa@m17n.org>
17143
17144 * xdisp.c (SKIP_GLYPHS): New macro.
17145 (set_cursor_from_row): Pay attention to string display properties.
17146
17147 * category.c (copy_category_entry): Fix for the case that RANGE
17148 is an integer.
17149
17150 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17151
17152 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17153
171542008-02-01 Kenichi Handa <handa@m17n.org>
17155
17156 * charset.c (Fcharset_id_internal): New function.
17157 (syms_of_charset): Defsubr it.
17158
17159 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17160 with the last arg charset_list acquired from coding.
17161 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17162 the attribute coding_attr_ccl_valids.
17163
17164 * coding.h (enum define_coding_ccl_arg_index): Set the first
17165 member coding_arg_ccl_decoder to coding_arg_max.
17166
17167 * ccl.h (ccl_driver): Adjust prototype.
17168
17169 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17170 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 17171 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
17172 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17173 last arg Qnil.
17174
171752008-02-01 Kenichi Handa <handa@m17n.org>
17176
17177 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17178 call encode_char.
17179
17180 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17181
171822008-02-01 Dave Love <fx@gnu.org>
17183
17184 * composite.c (syms_of_composite): Make composition_hash_table weak.
17185
171862008-02-01 Kenichi Handa <handa@m17n.org>
17187
17188 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17189 (font_name_registry): Don't extern them.
17190 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17191
17192 * fontset.h (Qfontset): Don't extern it.
17193 (new_fontset_from_font_name): Extern it.
17194
17195 * fontset.c: Give 8 extra slots to fontset objects.
17196 (Qfontset_info): New variable.
17197 (syms_of_fontset): Defsym it.
17198 (FONTSET_FALLBACK): New macro.
17199 (fontset_face): Try also the default fontset.
17200 (make_fontset): Realize a fallback fontset from the default fontset.
17201 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17202 using split_font_name_into_vector and build_font_name_from_vector.
17203 (Fset_fontset_font): Access the elements of font_spec by enum
17204 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17205 name by using split_font_name_into_vector.
17206 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17207 generate a proper font name from the fontset name. Update
17208 Vfontset_alias_alist.
17209 (n_auto_fontsets): New variable.
17210 (new_fontset_from_font_name): New function.
17211 (Ffont_info): Store the information about fonts generated from the
17212 default fontset in the first extra slot of the returned char-table.
17213
17214 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17215 (font_name_registry): Delete function.
17216 (split_font_name_into_vector): New function.
17217 (build_font_name_from_vector): New function.
17218 (font_list): The argument REGISTRY is now a list of registry names.
17219 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17220 specifies an explicit font name, return the name as is. Make a
17221 list of registy names.
17222
17223 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17224 of x_new_fontset.
17225 (Fx_create_frame): Don't call x_new_fontset here. Just use
17226 x_list_fonts to check the existence of fonts.
17227
17228 * xterm.h (x_new_fontset): Adjust prototype.
17229
17230 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17231 string. Use new_fontset_from_font_name to create a fontset from a
17232 font name.
17233
172342008-02-01 Kenichi Handa <handa@m17n.org>
17235
17236 * syntax.c (Vfind_word_boundary_function_table): New name for
17237 Vnext_word_boundary_function_table.
17238 (find-word-boundary-function-table): New name for
17239 next-word-boundary-function-table.
17240
172412008-02-01 Dave Love <fx@gnu.org>
17242
17243 * Makefile.in: Fix some dependencies.
17244
17245 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17246 set it to nil before returning.
17247
17248 * composite.c (update_compositions): Fix type error.
17249
17250 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17251
172522008-02-01 Kenichi Handa <handa@m17n.org>
17253
17254 * xterm.c (x_new_font): Optimize for the case that the font is
17255 already set for the frame.
17256
172572008-02-01 Kenichi Handa <handa@m17n.org>
17258
17259 * chartab.c (char_table_ascii): Check if the char table contents
17260 is sub-char-table or not.
17261 (char_table_set, char_table_set_range): Fix argument to
17262 char_table_ascii.
17263
17264 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17265 (detect_coding_utf_8, detect_coding_utf_16)
17266 (detect_coding_emacs_mule, detect_coding_iso_2022)
17267 (detect_coding_sjis, detect_coding_big5)
17268 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17269 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17270 sequence is valid in this coding system. Change callers.
17271 (MAX_ANNOTATION_LENGTH): New macro.
17272 (ADD_ANNOTATION_DATA): New macro.
17273 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17274 ADD_ANNOTATION_DATA. Change the format of annotation data.
17275 (ADD_CHARSET_DATA): New macro.
17276 (emacs_mule_char): New argument ID. Change callers.
17277 (decode_coding_emacs_mule, decode_coding_iso_2022)
17278 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17279 Produce charset annotation data in coding->charbuf.
17280 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17281 to charset annotation data in coding->charbuf.
17282 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17283 coding->common_flags if the coding system is iso-2022 based and
17284 uses designation.
17285 (produce_composition): Adjust for the new annotation data format.
17286 (produce_charset): New function.
17287 (produce_annotation): Handle charset annotation.
17288 (handle_composition_annotation, handle_charset_annotation): New
17289 functions.
17290 (consume_chars): Handle charset annotation. Utilize the above two
17291 functions.
17292 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17293 buffer, get the deleted text as a string and set
17294 coding->src_object to that string.
17295 (detect_coding, detect_coding_system): Use the new struct
17296 coding_detection_info.
17297
17298 * coding.h (struct coding_detection_info): New structure.
17299 (struct coding_system): Adjust prototype of the member `detector'.
17300 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17301
173022008-02-01 Kenichi Handa <handa@m17n.org>
17303
17304 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17305
173062008-02-01 Dave Love <fx@gnu.org>
17307
17308 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17309 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17310 to new local and nullify apropos_accumulate before returning.
17311 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17312
173132008-02-01 Kenichi Handa <handa@m17n.org>
17314
17315 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17316 correctly.
e3eea1fc 17317
aac0c6e3
MR
173182008-02-01 Dave Love <fx@gnu.org>
17319
17320 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17321
173222008-02-01 Kenichi Handa <handa@m17n.org>
17323
17324 The following changes are to make character composition happen
17325 automatically on displaying.
17326
17327 * Makefile.in (lisp, shortlisp): Add composite.elc.
17328
17329 * composite.h (Qauto_composed, Vauto_composition_function)
17330 (Qauto_composition_function): Extern them.
17331
17332 * composite.c (Vcomposition_function_table)
17333 (Qcomposition_function_table): Delete variables.
17334 (Qauto_composed, Vauto_composition_function)
17335 (Qauto_composition_function): New variables.
17336 (run_composition_function): Don't call
17337 compose-chars-after-function.
17338 (update_compositions): Clear `auto-composed' text property.
17339 (compose_chars_in_text): Delete this function.
17340 (syms_of_composite): Staticpro Qauto_composed and
17341 Qauto_composition_function. Declare Vauto_composition_function as
17342 a Lisp variable.
17343
17344 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17345
17346 * xdisp.c (it_props): Add an entry for Qauto_composed.
17347 (handle_auto_composed_prop): New function.
17348
17349 * xselect.c (selection_data_to_lisp_data): Don't call
17350 compose_chars_in_text.
17351
173522008-02-01 Dave Love <fx@gnu.org>
17353
17354 * keyboard.c (read_char): Modify checking around use of
17355 Vkeyboard_translate_table.
17356
17357 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17358 and fix C types.
17359
173602008-02-01 Kenichi Handa <handa@m17n.org>
17361
17362 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17363 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17364 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17365 the case that the last byte is '\r' correctly.
17366 (decode_coding): Flush out the unprocessed data correctly.
17367 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17368
173692008-02-01 Dave Love <fx@gnu.org>
17370
17371 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17372 Add XK_ISO... case.
17373 (xaw_scroll_callback): Revert last change.
17374
173752008-02-01 Kenichi Handa <handa@m17n.org>
17376
17377 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17378
173792008-02-01 Kenichi Handa <handa@m17n.org>
17380
17381 * xfaces.c (Vface_resizing_fonts): New variable.
17382 (struct font_name): New member `resizing_ratio'.
17383 (font_resizing_ratio): New function.
17384 (split_font_name): Set font->resizing_ratio.
17385 (better_font_p): Pay attention to font->resizing_ratio.
17386 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17387 RESX, and RESY fields.
17388 (try_alternative_families): Try scalable fonts if
17389 Vscalable_fonts_allowed is not Qt.
17390 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17391
173922008-02-01 Dave Love <fx@gnu.org>
17393
17394 * xterm.c (xaw_scroll_callback): Cast correctly.
17395
173962008-02-01 Dave Love <fx@gnu.org>
17397
17398 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17399 (lispy_kana_keys): Comment out.
17400 (make_lispy_event) [XK_kana_A]: Comment out.
17401
17402 * xterm.c (xaw_scroll_callback): Cast call_data.
17403 (XTread_socket): Deal with ASCII keysyms.
17404 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17405
174062008-02-01 Dave Love <fx@gnu.org>
17407
17408 * xterm.c (Vx_keysym_table): New.
17409 (syms_of_xterm): Initialize it.
17410 (XTread_socket): Use it.
17411 From head: Eliminate incorrect optimization that tried to avoid
17412 decoding the output of X*LookupString.
17413 (x_get_font_repertory): Delete charset declaration.
17414
174152008-02-01 Kenichi Handa <handa@m17n.org>
17416
17417 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17418 return 0.
17419 (Fdefine_coding_system_internal): Setup
17420 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17421
174222008-02-01 Dave Love <fx@gnu.org>
17423
17424 * coding.c (Fcheck_coding_system): Doc fix.
17425
17426 * editfns.c (Finsert_byte): Return a proper value.
17427
174282008-02-01 Kenichi Handa <handa@m17n.org>
17429
17430 * coding.c (decode_coding): Fix args to translate_chars. Pay
17431 attention to Vstandard_translation_table_for_decode.
17432 (encode_coding): Fix args to translate_chars. Pay attention to
17433 Vstandard_translation_table_for_encode.
17434
17435 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17436 SINGLE_BYTE_CHAR_P.
17437
17438 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17439 not by SINGLE_BYTE_CHAR_P.
17440
17441 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17442 SINGLE_BYTE_CHAR_P.
17443
17444 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17445 SINGLE_BYTE_CHAR_P.
17446
17447 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17448 by SINGLE_BYTE_CHAR_P.
17449
17450 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17451 SINGLE_BYTE_CHAR_P.
17452
174532008-02-01 Dave Love <fx@gnu.org>
17454
17455 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17456
174572008-02-01 Dave Love <fx@gnu.org>
17458
17459 * fns.c (Flanginfo): Fix typo.
17460
17461 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17462
174632008-02-01 Kenichi Handa <handa@m17n.org>
17464
17465 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17466 (detect_coding_emacs_mule, detect_coding_iso_2022)
17467 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17468 incomplete byte sequence. Don't update *mask when correctly detected.
17469 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17470 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17471 (detect_coding, detect_coding_system): Adjust for the changes above.
17472
174732008-02-01 Kenichi Handa <handa@m17n.org>
17474
17475 * character.c (char_string): Rename from
17476 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17477 (string_char): Rename from string_char.
17478
17479 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17480 if C is greater than MAX_3_BYTE_CHAR.
17481 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17482 string_char instead of string_char_with_unification.
17483
174842008-02-01 Dave Love <fx@gnu.org>
17485
17486 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17487
174882008-02-01 Kenichi Handa <handa@m17n.org>
17489
17490 * keymap.c (push_key_description): Pay attention to force_multibyte.
17491
17492 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17493
174942008-02-01 Dave Love <fx@gnu.org>
17495
17496 * charset.c (define_charset_internal): Rename `supprementary'.
17497
17498 * Makefile.in (lisp, shortlisp): Remove latin-N.
17499
175002008-02-01 Dave Love <fx@gnu.org>
17501
17502 * xfns.c (x_window, x_window): Use use_xim.
17503
17504 * xterm.c (use_xim): Initialize.
17505 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17506 (x_term_init): Maybe set use_xim.
17507
17508 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17509
175102008-02-01 Kenichi Handa <handa@m17n.org>
17511
17512 * search.c (search_buffer): Fix case-fold-search of multibyte
17513 characters.
17514 (boyer_moore): Rename the last argument to char_high_bits.
17515
175162008-02-01 Kenichi Handa <handa@m17n.org>
17517
17518 * xdisp.c (display_string): Fix for the case of zero width glyph.
17519
17520 * xfns.c (x_set_font): Change the error message of the case that
17521 x_new_fontset returns Qt.
17522
17523 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17524 (Finternal_set_lisp_face_attribute): Use signal_error for the
17525 error of invalid fontset.
17526
17527 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17528 fontset, return Qt.
17529
175302008-02-01 Dave Love <fx@gnu.org>
17531
17532 * unexelf.c (unexec): Make .got handling not SGI-specific.
17533
17534 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17535
17536 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17537
17538 * keyboard.c (read_key_sequence): Fix type error.
17539
17540 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17541 type error.
17542
17543 * fontset.c (fontset_add): Return Lisp_Object.
17544
175452008-02-01 Dave Love <fx@gnu.org>
17546
17547 * charset.h (charset_ordered_list_tick): Declare extern.
17548
175492008-02-01 Kenichi Handa <handa@m17n.org>
17550
17551 The following changes (and some of 2008-02-01 changes of mine) are
17552 for handling syntax, category, and case conversion for unibyte
17553 characters by converting them to multibyte on the fly. With these
17554 changes, we don't have to setup syntax and case tables for unibyte
17555 characters in each language environment.
17556
17557 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17558 multibyte if necessary.
17559
17560 * bytecode.c (Fbyte_code): Likewise.
17561
17562 * character.h (LEADING_CODE_LATIN_1_MIN)
17563 (LEADING_CODE_LATIN_1_MAX): New macros.
17564 (unibyte_to_multibyte_table): Extern it.
17565 (unibyte_char_to_multibyte): New macro.
17566 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17567 (CHAR_LEADING_CODE): New macro.
17568 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17569
17570 * character.c (unibyte_to_multibyte_table): New variable.
17571 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17572 (multibyte_char_to_unibyte): If C is an eight-bit character,
17573 convert it to the corresponding byte value.
17574
17575 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17576 not 1, signals an error. Update the elements of
17577 unibyte_to_multibyte_table.
17578 (init_charset_once): Initialize unibyte_to_multibyte_table.
17579 (syms_of_charset): Define the charset `iso-8859-1'.
17580
17581 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17582 as is without converting it to unibyte. In a unibyte buffer,
17583 convert C to multibyte before checking the syntax.
17584
17585 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17586
17587 * minibuf.c (Fminibuffer_complete_word): Use the macro
17588 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17589
17590 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17591
17592 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17593 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17594 that is zero, convert an eight-bit char to multibyte.
17595 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17596 non-emacs case.
17597 (PATFETCH): Convert an eight-bit char to multibyte.
17598 (HANDLE_UNIBYTE_RANGE): New macro.
17599 (regex_compile): Setup the compiled pattern for multibyte chars
17600 even if the given regex string is unibyte. Use PATFETCH_RAW
17601 instead of PATFETCH in many places. To handle `charset'
17602 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17603 only for ASCII chars.
17604 (analyse_first) <exactn>: Simplify because the compiled pattern
17605 is multibyte.
17606 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17607 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17608 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17609 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17610 multibyte always 1.
17611 (re_search_2): In emacs, set the locale variable multibyte to 1,
17612 otherwise to 0. New local variable target_multibyte. Check it
17613 to decide the multibyteness of STR1 and STR2. If
17614 target_multibyte is zero, convert unibyte chars to multibyte
17615 before translating and checking fastmap.
17616 (TARGET_CHAR_AND_LENGTH): New macro.
17617 (re_match_2_internal): In emacs, set the locale variable multibyte
17618 to 1, otherwise to 0. New local variable target_multibyte. Check
17619 it to decide the multibyteness of STR1 and STR2. Use
17620 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17621 <charset, charset_not>: If multibyte is nonzero, check fastmap
17622 only for ASCII chars. Call bcmp_translate with
17623 target_multibyte, not with multibyte.
17624 <begline>: Declare the local variable C as `unsigned'.
17625 (bcmp_translate): Change the last arg name to target_multibyte.
17626
17627 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17628 the regexp pattern and the matching target. Set cp->buf.multibyte
17629 to the multibyteness of the regexp pattern. Set
17630 cp->but.target_multibyte to the multibyteness of the matching target.
17631 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17632 FETCH_STRING_CHAR_ADVANCE.
17633 (Freplace_match): Convert unibyte chars to multibyte.
17634
17635 * syntax.c (char_quoted, back_comment, scan_words)
17636 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17637 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17638 unibyte chars to multibyte.
17639 (skip_chars): Delete the arg syntaxp, and move the code for
17640 handling syntaxes to skip_syntaxes. Change callers.
17641 Fix the case that the multibyteness of STRING and the current
17642 buffer doesn't match.
17643 (skip_syntaxes): New function.
17644 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17645 SINGLE_BYTE_CHAR_P.
17646
176472008-02-01 Kenichi Handa <handa@m17n.org>
17648
17649 * xfaces.c (QCfontset): New variable.
17650 (LFACE_FONTSET): New macro.
17651 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17652 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17653 (Finternal_set_lisp_face_attribute)
17654 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17655 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17656 check also LFACE_FONTSET_INDEX.
17657 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17658 attrs[LFACE_FONT_INDEX].
17659 (syms_of_xfaces): Intern and staticpro QCfontset.
17660
17661 * dispextern.h (enum lface_attribute_index): New member
17662 LFACE_FONTSET_INDEX.
17663
17664 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17665
176662008-02-01 Kenichi Handa <handa@m17n.org>
17667
17668 * coding.c (coding_set_destination): Fix coding->destination for
17669 the case converting a region.
17670 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17671 (encode_coding_object): Fix coding->dst_pos and
17672 coding->dst_pos_byte for the case converting a region.
17673
17674 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17675
17676 * character.h (BYTE8_STRING): New macro.
17677
17678 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17679
176802008-02-01 Kenichi Handa <handa@m17n.org>
17681
17682 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17683 characters by octal form.
17684
17685 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17686
17687 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17688 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17689 _fetch_multibyte_char_len.
17690 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17691
17692 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17693
17694 * casefiddle.c (casify_object): Simplify. Handle the case that
17695 the case conversion change the byte length.
17696 (casify_region): Likewise.
17697
17698 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17699
17700 * character.c (_fetch_multibyte_char_len): Delete this variable.
17701 (syms_of_character): Setup Vprintable_chars.
17702
17703 * editfns.c (Fchar_equal): Fix for the unibyte case.
17704 (Finsert_byte): New function.
17705 (syms_of_editfns): Defsubr it.
17706
17707 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17708 of direct code 0x3ffff.
17709
17710 * search.c (Freplace_match): Fix for the unibyte case.
17711
177122008-02-01 Kenichi Handa <handa@m17n.org>
17713
17714 * lread.c (safe_to_load_p): Fix the logic.
17715
17716 * syntax.c (scan_words): Don't treat characters belonging to
17717 different scripts as constituting a word.
17718
17719 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17720
17721 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17722
17723 * emacs.c (main): In the case of --unibyte, instead of aborting on
17724 finding non-empty buffer, make it unibyte.
17725
177262008-02-01 Kenichi Handa <handa@m17n.org>
17727
17728 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17729 to create a fontset.
17730
177312008-02-01 Dave Love <fx@gnu.org>
17732
17733 * character.c (Funibyte_char_to_multibyte): Doc fix.
17734
17735 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17736
177372008-02-01 Kenichi Handa <handa@m17n.org>
17738
17739 * fontset.c (fontset_add): Make the type `int'.
17740 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17741
17742 * character.c (unibyte_char_to_multibyte)
17743 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17744 charset_unibyte, not charset_primary.
17745
17746 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17747
17748 * charset.c (charset_unibyte): Rename from charset_primary.
17749 (Funibyte_charset): Rename from Fprimary_charset.
17750 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17751 (syms_of_charset): Adjust for the above changes.
17752
17753 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17754 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17755 it->multibyte_p is zero.
17756
17757 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17758 Delete extern.
17759
177602008-02-01 Kenichi Handa <handa@m17n.org>
17761
17762 * coding.c (Fdefine_coding_system_internal): Fix category setting
17763 for a coding system of type iso-2022.
17764
177652008-02-01 Kenichi Handa <handa@m17n.org>
17766
17767 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17768
177692008-02-01 Kenichi Handa <handa@m17n.org>
17770
17771 * syntax.c (Vnext_word_boundary_function_table): New variable.
17772 (next-word-boundary-function-table): Declare it as a Lisp variable
17773 in syms_of_syntax.
17774 (scan_words): Call functions in Vnext_word_boundary_function_table
17775 if any.
17776
17777 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17778
17779 * fontset.c (fs_load_font): If fontp->charset is not negative,
17780 return fontp without setting its members.
17781
177822008-02-01 Dave Love <fx@gnu.org>
17783
17784 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17785
17786 * m/sparc.h (HAVE_ALLOCA): Delete.
17787
17788 * s/irix6-5.h: Don't include strings.h.
17789 (bcopy, bzero, bcmp): Don't undef.
17790
17791 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17792
17793 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17794 (TIOCSIGSEND): Don't test IRIX6.
17795 (bcopy, bzero, bcmp): Define conditionally.
17796
177972008-02-01 Kenichi Handa <handa@m17n.org>
17798
17799 * buffer.c (Qas, Qmake, Qto): New variables.
17800 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17801 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17802
17803 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17804 we are inserting a process output into a multibyte buffer.
17805
17806 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17807 multibyte_char_to_unibyte.
17808
17809 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17810 by the primary charset, make it eight-bit char.
17811 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17812
17813 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17814 (charset_8_bit__control, charset_8_bit_graphic)
17815 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17816 (define_charset_internal): New function.
17817 (syms_of_charset): Call define_charset_internal for pre-defined
17818 charsets.
17819
17820 * charset.h (charset_8_bit): Extern it.
17821
17822 * coding.c (make_conversion_work_buffer): Adjust for the change
17823 of Fset_buffer_multibyte.
17824 (encode_coding_raw_text): Increment p0 in the loop.
17825
17826 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17827
17828 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17829 for the change of Fset_buffer_multibyte.
17830
17831 * fns.c (Fstring_to_multibyte): New function.
17832 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17833
178342008-02-01 Dave Love <fx@gnu.org>
17835
17836 * xfns.c (x_put_x_image): Declare args.
17837
17838 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17839 (try_font_list): Declare an arg.
17840
17841 * xdisp.c (message2_nolog, set_message): Declare an arg.
17842
17843 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17844
17845 * syntax.c (scan_sexps_forward): Declare an arg.
17846
17847 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17848 Declare an arg.
17849
17850 * lisp.h (Fnew_fontset): Declare.
17851
17852 * keymap.c (push_key_description): Call CHARACTERP correctly.
17853
17854 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17855 (face_for_char): Delete unused vars.
17856 (Fset_fontset_font): Doc fix. Delete unused vars.
17857
17858 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17859
17860 * composite.c (update_compositions): Declare arg.
17861
17862 * cm.c (calccost, cmgoto): Declare args.
17863
17864 * charset.c: Remove `emacs' conditional. Doc fixes.
17865 (map_char_table_for_charset): Declare.
17866
17867 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17868
17869 * ccl.c: Remove `emacs' conditional.
17870
178712008-02-01 Kenichi Handa <handa@m17n.org>
17872
17873 The following changes are to allow specifying multiple font
17874 patterns for a character range (specified by script or charset).
17875
17876 * Makefile.in (abbrev.o): Depend on syntax.h.
17877 (xfaces.o): Depend on charset.h.
17878
17879 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17880 SINGLE_BYTE_CHAR_P.
17881
17882 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17883
17884 * character.h (Vchar_script_table): Extern it.
17885
17886 * character.c (Vscript_alist): Delete.
17887 (Vchar_script_table, Qchar_script_table): New variable.
17888 (syms_of_character): Declare Vchar_script_table as a lisp variable
17889 and initialize it.
17890
17891 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17892 have property char-table-extra-slots, make no extra slot.
17893
17894 * dispextern.h (struct face): Delete member `charset'.
17895 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17896 SINGLE_BYTE_CHAR_P.
17897 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17898 Add prototypes.
17899 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17900 (generate_ascii_font_name): Rename from generate_ascii_font.
17901
17902 * fontset.h (get_font_repertory_func): New prototype.
17903 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17904 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17905
17906 * fontset.c (Qprepend, Qappend): New variables.
17907 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17908 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17909 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17910 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17911 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17912 (load_font_get_repertory): New functions.
17913 (fontset_set): Delete.
17914 (fontset_face): New arg FACE. Return face ID, not face.
17915 Complete re-write to handle new fontset structure. Change caller.
17916 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17917 (face_for_char): Don't call lookup_face.
17918 (make_fontset_for_ascii_face): New arg FACE.
17919 (fs_load_font): New arg CHARSET_ID. Don't check
17920 Vfont_encoding_alist here.
17921 (find_font_encoding): New function.
17922 (list_fontsets): Use STRINGP, not ! NILP.
17923 (accumulate_script_ranges): New function.
17924 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17925 re-written to handle new fontset structure.
17926 (Ffontset_font): Return a copy of element.
17927 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17928 docstring of font-encoding-alist.
17929
17930 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17931 (Fset_fotset_font): Fix arguments to 5.
17932
17933 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17934
17935 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17936 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17937 (highlight_trailing_whitespace): Adjust for the change of
17938 lookup_named_face.
17939
17940 * xfaces.c: Include charset.h.
17941 (load_face_font): Delete argument C. Change caller.
17942 (generate_ascii_font_name): Rename from generate_ascii_font.
17943 (font_name_registry): New function.
17944 (cache_face): Store ascii faces before non-ascii faces in buckets.
17945 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17946 Lookup only ascii faces.
17947 (lookup_non_ascii_face): New function.
17948 (lookup_named_face): Delete argument C. Change caller.
17949 (lookup_derived_face): Delete argument C. Change caller.
17950 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17951 a string, just call font_list with it.
17952 (choose_face_font): Delete arguments FACE and C. New arg
17953 FONT_SPEC. Change caller.
17954 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17955 Change caller.
17956 (realize_non_ascii_face): New function.
17957 (realize_x_face): Call load_face_font here.
17958 (realize_tty_face): Delete argument C. Change caller.
17959 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17960 get a face ID.
17961 (dump_realized_face): Don't print charset of FACE.
17962
17963 * xfns.c (x_set_font): Always call x_new_fontset and
17964 store_frame_parameter.
17965 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17966 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17967
17968 * xterm.h (x_get_font_repertory): Extern it.
17969
17970 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17971 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17972 it->multibyte_p is zero.
17973 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17974 (x_new_fontset): If FONTSETNAME doesn't match any existing
17975 fontsets, create a new one.
17976 (x_get_font_repertory): New function.
17977
179782008-02-01 Kenichi Handa <handa@m17n.org>
17979
17980 * coding.c (Ffind_coding_systems_region_internal): Detect an
17981 ASCII only string correctly.
17982
17983 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17984 version is 0.
17985
179862008-02-01 Kenichi Handa <handa@m17n.org>
17987
17988 * lread.c: Include "coding.h".
17989 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17990 (load_each_byte, unread_char): New variables.
17991 (readchar_backlog): Delete.
17992 (readchar): Return a character unless load_each_byte is nonzero.
17993 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17994 cons. If unread_char is not -1, simply return it.
17995 (unreadchar): Handle the case that readcharfun is
17996 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17997 (read_multibyte): Delete.
17998 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17999 (read_emacs_mule_char): New functions.
18000 (Fload): Even if the file doesn't have the extension ".elc", if
18001 safe_to_load_p returns a positive version number, assume that the
18002 file contains bytecompiled code. If the version is less than 22,
18003 load the file while decoding multibyte sequences by emacs-mule.
18004 (readevalloop): Don't use readchar_backlog.
18005 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
18006 (Fread_from_string): Pay attention to the case that STREAM is a cons.
18007 (read_escape): Delete the arg BYTEREP.
18008 (read1): Set load_each_byte to 1 temporarily while handling
18009 #@NUMBER. Don't call read_multibyte.
18010 (read_vector): Call Fread with a cons. If readcharfun is
18011 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
18012 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
18013 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
18014 and Qload_force_doc_strings.
18015
180162008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * xdisp.c (face_before_or_after_it_pos): Call
18019 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18020
180212008-02-01 Kenichi Handa <handa@m17n.org>
18022
18023 * character.h (TRAILING_CODE_P): New macro.
18024 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
18025 (string_char_with_unification): Fix prototype.
18026 (Vscript_alist): Extern it.
18027
18028 * character.c (Vscript_alist): New variable.
18029 (string_char_with_unification, str_as_unibyte)
18030 (string_escape_byte8): Add `const' to local variables.
18031 (syms_of_character): Declare script-alist as a Lisp variable.
18032
18033 * charset.h (Vcharset_ordered_list): Extern it.
18034 (charset_ordered_list_tick): Extern it.
18035 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
18036 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
18037 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
18038 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
18039 (Funify_charset): Adjust for the change of Funify_charset.
18040
18041 * charset.c (charset_ordered_list_tick): New variable.
18042 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
18043 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
18044 deunify intead of unify a charset.
18045 (string_xstring_p): Add `const' to local variables.
18046 (find_charsets_in_text): Add `const' to arguments and local variables.
18047 (encode_char): Adjust for the change of Funify_charset. Fix
18048 detecting of invalid code.
18049 (Fset_charset_priority): Increment charset_ordered_list_tick.
18050 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
18051 and TO_CODE.
18052
18053 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
18054 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
18055 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
18056 (decode_coding_ccl, consume_chars)
18057 (Ffind_coding_systems_region_internal)
18058 (Fcheck_coding_systems_region): Add `const' to local variables.
18059
18060 * print.c (print_object): Use octal form for printing the
18061 contents of a bool vector.
18062
180632008-02-01 Dave Love <fx@gnu.org>
18064
18065 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
18066 <version == 20>: Refuse to load.
18067
180682008-02-01 Dave Love <fx@gnu.org>
18069
18070 * fns.c: Move coding.h.
18071 (Qcodeset, Qdays, Qmonths): New.
18072 (concat): Use CHARACTERP instead of INTEGERP.
18073 (Flocale_codeset): Delete.
18074 (Flanginfo): New function.
18075 (syms_of_fns): Change accordingly.
18076
18077 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
18078
180792008-02-01 Dave Love <fx@gnu.org>
18080
18081 * casetab.c (init_casetab_once, init_casetab_once): Fix
18082 CHAR_TABLE_SET call.
18083
18084 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
18085
18086 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
18087
18088 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
18089 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
18090 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
18091
18092 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
18093
18094 * coding.c (ENCODE_DESIGNATION, decode_eol)
18095 (make_conversion_work_buffer, code_conversion_restore)
18096 (Fdefine_coding_system_internal): Convert Lisp types.
18097 (code_conversion_restore): Use EQ, not ==.
18098 (Fencode_coding_string): Fix code_convert_string call.
18099
18100 * coding.h (code_convert_region): Fix prototype.
18101
18102 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
18103
18104 * fontset.c (fontset_ref, fontset_set, fs_load_font)
18105 (Ffontset_info): Convert Lisp types.
18106
18107 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
18108
18109 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
18110
18111 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
18112
18113 * chartab.c: Include "...h", not <...h> in some cases.
18114
18115 * callproc.c (Fcall_process): Remove unused variables.
18116
181172008-02-01 Dave Love <fx@gnu.org>
18118
18119 * coding.c (Fset_coding_system_priority): Allow null arg list.
18120
181212008-02-01 Dave Love <fx@gnu.org>
18122
18123 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18124 (Fself_insert_and_exit): Use CHARACTERP.
18125
18126 * callproc.c (Fcall_process): Remove unused vars.
18127
18128 * xterm.c (XTread_socket): Add extra dead keysyms.
18129
18130 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
18131
18132 * dispextern.h: Remove prototypes for redraw_frame,
18133 redraw_garbaged_frames.
18134
18135 * cmds.c (Fself_insert_command): Use CHARACTERP.
18136
18137 * chartab.c (make_sub_char_table): Remove unused var.
18138 (Fset_char_table_default, Fmap_char_table): Doc fix.
18139
18140 * keymap.c (access_keymap): Remove generic char code.
18141 (push_key_description): Use CHARACTERP.
18142
181432008-02-01 Dave Love <fx@gnu.org>
18144
18145 * charset.c: Doc fixes.
18146 (Funify_charset): Extra checking.
18147
181482008-02-01 Dave Love <fx@gnu.org>
18149
18150 * lread.c: Remove some unused variables.
18151 (safe_to_load_p): If safe, return the magic number version byte.
18152 (Fload): Maybe use load-with-code-conversion.
18153
181542008-02-01 Kenichi Handa <handa@m17n.org>
18155
18156 * category.c (Fmodify_category_entry): Don't modify the contents
18157 of category_set for characters out of the range. Avoid
18158 unnecessary modification.
18159
18160 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18161 Vchar_unify_table. The default value of the table is now nil.
18162
18163 * character.c (syms_of_character): Setup Vchar_width_table for
18164 eight-bit-control and raw-byte chars.
18165
18166 * charset.h (enum define_charset_arg_index): Delete
18167 charset_arg_parents and add charset_arg_subset and
18168 charset_arg_superset.
18169 (enum charset_attr_index): Delete charset_parents and add
18170 charset_subset and charset_superset.
18171 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18172 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18173 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18174 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18175 (CHARSET_SUPERSET): New macros.
18176 (charset_work): Extern it.
18177 (ENCODE_CHAR): Use charset_work.
18178 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18179 (map_charset_chars): Extern it.
18180
18181 * charset.c (load_charset_map): Set the default value of encoder
18182 and deunifier char-tables to nil.
18183 (map_charset_chars): Change argument. Change callers. Use
18184 map_char_table_for_charset instead of map_char_table.
18185 (Fmap_charset_chars): New optional args from_code and to_code.
18186 (Fdefine_charset_internal): Adjust for the change of
18187 `define-charset' (:parents -> :subset or :superset).
18188 (charset_work): New variable.
18189 (encode_char, syms_of_charset): Adjust for the change of
18190 Fdefine_charset_internal.
18191 (Ffind_charset_string): Setup the vector `charsets' correctly.
18192
18193 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18194 the previous change.
18195 (char_table_ref_and_range): Adjust for the above change.
18196 (map_sub_char_table_for_charset): New function.
18197 (map_char_table_for_charset): New function.
18198
18199 * keymap.c (describe_vector): Handle a char-table directly here.
18200 (describe_char_table): Delete.
18201
18202 * lisp.h (map_charset_chars): Delete.
18203
182042008-02-01 Dave Love <fx@gnu.org>
18205
18206 * fns.c (count_combining): Comment out (unused).
18207 (Flocale_codeset): New.
18208 (syms_of_fns): Defsubr it.
18209
18210 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18211 (size_t): Remove.
18212
182132008-02-01 Dave Love <fx@gnu.org>
18214
18215 * Makefile.in (chartab.o): Depend on charset.h.
18216
182172008-02-01 Kenichi Handa <handa@m17n.org>
18218
18219 * character.c (syms_of_character): Set the default value of
18220 Vprintable_chars to Qnil.
18221
182222008-02-01 Dave Love <fx@gnu.org>
18223
18224 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18225
182262008-02-01 Kenichi Handa <handa@m17n.org>
18227
18228 * charset.c (load_charset_map): Handle the case that from < to
18229 correctly.
18230
18231 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18232 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18233 Pay attention to raw-8-bit chars.
18234
182352008-02-01 Kenichi Handa <handa@m17n.org>
18236
18237 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18238 It is not bytecompiled now.
18239
18240 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18241 (charset_jisx0208): New variables.
18242 (Fdefine_charset_internal): Setup them if appropriate.
18243 (init_charset_once): Initialize them to -1.
18244
18245 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18246 (charset_jisx0208): Extern them.
18247
18248 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18249 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18250 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18251 (setup_iso_safe_charsets): Fix arguments to Fassq.
18252 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18253 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18254 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18255 (encode_coding_iso_2022): Change the 1st arg to
18256 ENCODE_ISO_CHARACTER to a variable.
18257
182582008-02-01 Kenichi Handa <handa@m17n.org>
18259
18260 * charset.h (enum define_charset_arg_index): New enums
18261 charset_arg_min_code and charset_arg_max_code.
18262 (struct charset): New member char_index_offset.
18263
18264 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18265 Take charset->char_index_offset into account.
18266 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18267 args[charset_arg_max_code]. Setup charset.char_index_offset.
18268 (syms_of_charset): Fix args to Fdefine_charset_internal.
18269
182702008-02-01 Dave Love <fx@gnu.org>
18271
18272 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18273
182742008-02-01 Dave Love <fx@gnu.org>
18275
18276 * coding.c: Doc fixes.
18277 (Fcoding_system_aliases): Fix return value.
18278 (Qmac): Remove (duplicated) definition.
18279
182802008-02-01 Dave Love <fx@gnu.org>
18281
362654a6
JB
18282 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18283 New functions.
aac0c6e3
MR
18284
18285 * character.c (Fstring): Doc fix.
18286
18287 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18288
362654a6 18289 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18290 (font-encoding-alist): Doc fix.
18291
182922008-02-01 Dave Love <fx@gnu.org>
18293
18294 * term.c (costs_set): Declare static, non-initialized for pcc.
18295 (encode_terminal_code): Remove unused var.
18296
18297 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18298 for K&R.
18299
18300 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18301
18302 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18303 (suffixes): Move out of make_subsidiaries for K&R.
18304
18305 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18306
18307 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18308
183092008-02-01 Dave Love <fx@gnu.org>
18310
18311 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18312
18313 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18314
183152008-02-01 Yong Lu <lyongu@asia-infonet.com>
18316
18317 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18318
18319 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18320
183212008-02-01 Kenichi Handa <handa@m17n.org>
18322
18323 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18324 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18325
183262008-02-01 Kenichi Handa <handa@m17n.org>
18327
18328 * coding.c (decode_coding_charset): Adjust for the change of
18329 Fdefine_coding_system_internal.
18330 (Fdefine_coding_system_internal): For a coding system of
18331 `charset' type, store a list of charset IDs in
18332 `charset_attr_charset_valids' element of coding attributes.
18333
183342008-02-01 Kenichi Handa <handa@m17n.org>
18335
18336 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18337 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18338 caller. Handle 2-byte and 3-byte charsets correctly.
18339 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18340 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18341 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18342 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18343 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18344 sequence.
18345 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18346 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18347 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18348 and alt&rule composition.
18349 (decode_coding_iso_2022): Handle composition correctly.
18350 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18351
18352 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18353 re-defining a charset. If the charset has :emacs-mule-id, setup
18354 emacs_mule_bytes.
18355 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18356
183572008-02-01 Kenichi Handa <handa@m17n.org>
18358
18359 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18360 (encode_coding_big5, encode_coding_charset): If coding requires safe
18361 encoding, produce a character specified by
18362 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18363
183642008-02-01 Dave Love <fx@gnu.org>
18365
18366 * xterm.c (XSetIMValues): Declare.
18367
18368 * process.c: Conditionally include sys/wait.h, pty.h.
18369
18370 * print.c (print_object): Fix print format for 64-bit systems.
18371
18372 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18373
18374 * buffer.c (emacs_strerror): Declare.
18375
18376 * fontset.c (Fclear_face_cache): Declare.
18377 (accumulate_font_info): Comment-out (unused).
18378 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18379 variables.
18380
18381 * character.h (string_escape_byte8): Declare.
18382
18383 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18384 unused vars.
18385 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18386 (Fmap_charset_chars): Doc fix.
18387
18388 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18389 (Fset_coding_system_priority, Fset_coding_system_priority)
18390 (Fdefine_coding_system_internal): Doc fix.
18391
183922008-02-01 Dave Love <fx@gnu.org>
18393
18394 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18395
183962008-02-01 Kenichi Handa <handa@m17n.org>
18397
18398 * character.c (string_escape_byte8): Make multibyte string with
18399 correct size.
18400
18401 * charset.c (Fmake_char): Delete unnecessary code.
18402
184032008-02-01 Kenichi Handa <handa@m17n.org>
18404
18405 * xfns.c (x_encode_text): Allocate coding.destination here, and
18406 call encode_coding_object with dst_object Qnil.
18407
18408 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18409 multibyte form correctly.
18410
18411 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18412 against Vfont_encoding_alist.
18413
18414 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18415 handling of charset list.
18416 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18417 (decode_coding_object): Move point to coding->dst_pos before
18418 calling post-read-conversion function.
18419 (encode_coding_object): Give correct arguments to
18420 pre-write-conversion. Ignore the return value of
18421 pre-write-conversion function. Pay attention to the case that
18422 pre-write-conversion changes the current buffer. If dst_object is
18423 Qt, even if coding->src_bytes is zero, allocate at least one byte
18424 to coding->destination.
18425
18426 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18427
18428 * charset.c (Fmake_char): Make it more backward compatible.
18429 (Fmap_charset_chars): Fix docstring.
18430
184312008-02-01 Dave Love <fx@gnu.org>
18432
18433 * coding.c: Doc fixes.
18434 (Fdefine_coding_system_alias): Use names, not symbols, in
18435 coding-system-alist.
18436
184372008-02-01 Kenichi Handa <handa@m17n.org>
18438
18439 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18440 of calling free_realized_face.
18441
184422008-02-01 Yong Lu <lyongu@asia-infonet.com>
18443
18444 * charset.c (read_hex): Don't treat SPC as a comment starter.
18445 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18446 (Fdecode_char): Fix typo.
18447
184482008-02-01 Kenichi Handa <handa@m17n.org>
18449
18450 * charset.h (struct charset): New member `code_space_mask'.
18451
18452 * coding.c (coding_set_source): Delete the local variable beg_byte.
18453 (encode_coding_charset, Fdefine_coding_system_internal):
18454 Delete the local variable charset.
18455 (Fdefine_coding_system_internal): Setup
18456 attrs[coding_attr_charset_valids] correctly.
18457
18458 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18459 member to check if CODE is valid or not.
18460 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18461 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18462 is within the range of charset->min_code and carset->max_code.
18463
184642008-02-01 Dave Love <fx@gnu.org>
18465
18466 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18467
18468 * dispextern.h (generate_ascii_font): Fix return type.
18469
18470 * xfaces.c (generate_ascii_font): Fix arg declaration.
18471
18472 * coding.c (coding_inherit_eol_type)
18473 (Fset_terminal_coding_system_internal)
18474 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18475
184762008-02-01 Kenichi Handa <handa@m17n.org>
18477
18478 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18479 multiple charsets correctly.
18480
184812008-02-01 Kenichi Handa <handa@m17n.org>
18482
18483 * search.c (boyer_moore): Fix handling of multibyte character
18484 translation.
18485
18486 * xdisp.c (display_mode_element): When the variable `elt' is
18487 changed, update `this' and `lisp_string'.
18488
184892008-02-01 Kenichi Handa <handa@m17n.org>
18490
18491 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18492
18493 * callproc.c (Fcall_process): Be sure to give the current buffer
18494 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18495
18496 * charset.c (struct charset_map_entries): New struct.
18497 (load_charset_map): Rename from parse_charset_map. New args
18498 entries and n_entries. Change caller.
18499 (load_charset_map_from_file): Rename from load_charset_map.
18500 Change caller. New arg control_flag. Call load_charset_map at
18501 the tail.
18502 (load_charset_map_from_vector): New function.
18503 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18504 (encode_char): If the charset is compact, change a character index
18505 to a code point.
18506
18507 * coding.c (coding_alloc_by_making_gap): Check the case that the
18508 source and destination are the same correctly.
18509 (decode_coding_raw_text): Set coding->consumed_char and
18510 coding->consumed to 0.
18511 (produce_chars): If coding->chars_at_source is nonzero, update
18512 coding->consumed_char and coding->consumed before calling
18513 alloc_destination.
18514 (Fdefine_coding_system_alias): Register ALIAS in
18515 Vcoding_system_alist.
18516 (syms_of_coding): Define `no-conversion' coding system at the tail.
18517
18518 * fileio.c (Finsert_file_contents): Set coding_system instead of
18519 val. If the current buffer is multibyte, always call
18520 decode_coding_gap.
18521
18522 * xfaces.c (try_font_list): Give higher priority to fontset's
18523 family than face's family.
18524
185252008-02-01 Kenichi Handa <handa@m17n.org>
18526
18527 * callproc.c (Fcall_process): Be sure to give the current buffer
18528 to decode_coding_c_string.
18529
18530 * xfaces.c (try_font_list): Give a family specified in a fontset
18531 higher priority than a family specified in a face.
18532
185332008-02-01 Kenichi Handa <handa@m17n.org>
18534
18535 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18536 Fix arguments to insert_from_buffer.
18537
18538 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18539
185402008-02-01 Kenichi Handa <handa@m17n.org>
18541
18542 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18543 (decode_coding_gap): Set coding->dst_multibyte correctly.
18544
185452008-02-01 Kenichi Handa <handa@m17n.org>
18546
18547 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18548 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18549 (encode_coding_utf_16): Substitute coding->default_char for
18550 non-Unicode characters.
18551 (decode_coding): Don't call record_insert here.
18552 (setup_coding_system): Initialize `surrogate' of
18553 coding->spec.utf_16 to 0.
18554 (EMIT_ONE_BYTE): Fix for multibyte case.
18555
18556 * insdel.c (insert_from_gap): Call record_insert.
18557
185582008-02-01 Kenichi Handa <handa@m17n.org>
18559
18560 * casefiddle.c (casify_region): Fix multibyte case.
18561
18562 * character.c (c_string_width): Add return type `int'.
18563 (char_string_with_unification): Delete arg ADVANCED.
18564
18565 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18566 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18567 (CHAR_STRING_ADVANCE): Make it do-while statement.
18568
18569 * chartab.c (sub_char_table_set_range): Optimize for the case
18570 DEPTH == 3. Add workaround code for a GCC optimization bug.
18571
18572 * charset.c (parse_charset_map): Remove an unused variable.
18573
18574 * coding.c: Delete unused variables.
18575
18576 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18577 earlier. If inserted is zero and the coding system doesn't
18578 require flushing, don't call decode_coding_gap.
18579
18580 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18581
185822008-02-01 Kenichi Handa <handa@m17n.org>
18583
18584 The following changes are for using Unicode as an internal
18585 character model, and use UTF-8 format for buffer/string
18586 representation.
18587
18588 * .gdbinit (xchartable): Adjust for the change of char table structure.
18589 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18590
18591 * Makefile.in (obj): Add character.o and chartab.o.
18592 (lisp, shortlisp): Remove utf-8.elc.
18593 (*.o): For many files, change dependency on charset.h to
18594 character.h, and add dependency on character.h.
18595 (character.o, chartab.o): New targets.
18596
18597 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18598 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18599 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18600 of "charset.h".
18601
18602 * dired.c, filelock.c: Include "character.h".
18603
18604 * alloc.c: Include "character.h" instead of "charset.h".
18605 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18606 (syms_of_alloc): Remove defsubr for Smake_char_table.
18607
18608 * buffer.c: Include "character.h" instead of "charset.h", don't
18609 include "coding.h".
18610 (Fset_buffer_multibyte): Adjust for UTF-8.
18611
18612 * buffer.h: EXFUN Fbuffer_live_p.
18613
18614 * callproc.c: Include "character.h" instead of "charset.h".
18615 (Fcall_process): Big change for the new code-conversion APIs.
18616
18617 * casetab.c: Include "character.h" instead of "charset.h".
18618 (set_canon, set_identity, shuffle): Adjust for the new
18619 map_char_table spec.
18620 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18621 accessing the char table structure.
18622
18623 * chartab.c: New file that implements char table.
18624
18625 * category.c: Include "character.h".
18626 (copy_category_entry): New function.
18627 (copy_category_table): Call map_char_table and copy_category_entry.
18628 (Fmake_category_table): Initialize all top-level slots.
18629 (char_category_set): New function.
18630 (modify_lower_category_set): Delete.
18631 (Fmodify_category_entry): Call char_table_ref_and_range.
18632
18633 * category.h (CATEGORY_SET): Just call char_category_set.
18634
18635 * ccl.c: Include "character.h".
18636 (Qccl, Qcclp): New variables.
18637 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18638 it's less than 256.
18639 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18640 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18641 and DST type.
18642 (ccl_driver): Change types of argument, adjust code accordingly.
18643 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18644 ccl_driver.
18645 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18646
18647 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18648 New members src_multibyte, dst_multibyte, consumed, and produced.
18649 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18650 (CODING_SPEC_CCL_PROGRAM): New macro.
18651 (ccl_driver): Update prototype.
18652 (Qccl, Qcclp, Fccl_program_p): Extern them.
18653 (CHECK_CCL_PROGRAM): New macro.
18654
18655 * character.c, character.h, chartab.c: New files.
18656
18657 * charset.c: Mostly re-written. Move character and multibyte sequence
18658 handling codes to character.c.
18659
18660 * charset.h: Mostly re-written. Move character and multibyte sequence
18661 handling codes to character.h.
18662
18663 * coding.c, coding.h: Mostly re-written.
18664
18665 * composite.c: Include "character.h" instead of "charset.h".
18666 (CHAR_WIDTH): Move to character.h.
18667 (HASH_KEY, HASH_VALUE): Delete.
18668
18669 * composite.h (enum composition_method): Change order of enumeration
18670 symbols.
18671
18672 * data.c: Include "character.h" instead of "charset.h".
18673 (Faref): Call CHAR_TABLE_REF for a char table.
18674 (Faset): Call CHAR_TABLE_SET for a char table.
18675
18676 * dispextern.h (free_realized_face, check_face_attribytes)
18677 (generate_ascii_font): Extern them.
18678 (free_realized_multibyte_face): Delete extern.
18679
18680 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18681 table structure.
18682
18683 * editfns.c: Include "character.h" instead of "charset.h".
18684 (Fchar_to_string): Always call CHAR_STRING.
18685
18686 * emacs.c (main): Call init_charset_once, init_charset,
18687 syms_of_chartab, and syms_of_character.
18688
18689 * fileio.c: Include "character.h" instead of "charset.h".
18690 (Finsert_file_contents): Big change for the new code-conversion API.
18691 (choose_write_coding_system, Fwrite_region): Likewise.
18692 (build_annotations_2): Delete.
18693 (e_write): Big change for the new code-conversion API.
18694
18695 * fns.c: Include "character.h" instead of "charset.h".
18696 (copy_sub_char_table): Move to chartab.c.
18697 (Fcopy_sequence): Call copy_char_table for a char table.
18698 (concat): Delete codes calling count_multibyte.
18699 (string_char_to_byte, string_byte_to_char): Adjust for the new
18700 multibyte form.
18701 (internal_equal): Adjust for the change of char table structure.
18702 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18703 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18704 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18705 (char_table_translate, optimize_sub_char_table)
18706 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18707 chartab.c.
18708 (char_table_ref_and_index): Delete.
18709 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18710 (Fmd5): Call preferred_coding_system instead of accessing
18711 Vcoding_category_list. Adjust for the new code-conversion API.
18712 (syms_of_fns): Move defsubr for char table related functions to
18713 chartab.c.
18714
18715 * fontset.c: Mostly re-written.
18716
18717 * fontset.h (struct font_info): Change type of the member encoding_type.
18718 (enum FONT_SPEC_INDEX): New enum.
18719 (fontset_font_pattern, fs_load_font): Update prototype.
18720 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18721
18722 * indent.c: Include "character.h" instead of "charset.h".
18723 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18724
18725 * insdel.c: Include "character.h" instead of "charset.h".
18726 (copy_text): Don't refer to Vnonascii_translation_table.
18727 (insert_from_gap): New function.
18728
18729 * keyboard.c: Include "character.h" instead of "charset.h".
18730 (command_loop_1): Never call direct_output_forward_char before
18731 a non-ASCII character.
18732 (read_char): If Vkeyboard_translate_table is a char table, always
18733 translate a character.
18734
18735 * keymap.c: Include "character.h".
18736 (store_in_keymap): Handle the case that IDX is a cons.
18737 (Fdefine_key): Handle the case that KEY is a cons and the car part
18738 is also a cons (range).
18739 (push_key_description): Adjust for the new character code.
18740 (describe_vector): Call describe_char_table for a char table.
18741 (describe_char_table): New function.
18742
18743 * keymap.h (describe_char_table): Extern it.
18744
18745 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18746 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18747 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18748 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18749 Delete.
18750 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18751 structure.
18752 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18753 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18754 (CHARTAB_SIZE_BITS_3): New macros.
18755 (chartab_size): Extern it.
18756 (struct Lisp_Char_Table): Re-design.
18757 (struct Lisp_Sub_Char_Table): New structure.
18758 (HASH_KEY, HASH_VALUE): Move from fns.c.
18759 (CHARACTERBITS): Define as 22.
18760 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18761 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18762 (GC_SUB_CHAR_TABLE_P): New macro.
18763 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18764 (code_convert_string_norecord): Deleted extern.
18765 (init_character_once, syms_of_character, init_charset)
18766 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18767
18768 * lread.c: Include "character.h".
18769 (read_multibyte): New arg NBYTES.
18770 (read_escape): Change the meaning of returned *BYTEREP.
18771 (to_multibyte): Delete.
18772 (read1): Adjust the handling of char table and string.
18773
18774 * print.c: Include "character.h" instead of "charset.h".
18775 (print_string): Convert 8-bit raw bytes to octal form by
18776 string_escape_byte8.
18777 (print_object): Adjust for the new multibyte form. Print 8-bit
18778 raw bytes always in octal form. Handle sub char table correctly.
18779
18780 * process.c: Include "character.h" instead of "charset.h".
18781 (read_process_output, send_process): Adjust for the new
18782 code-conversion API.
18783
18784 * puresize.h (BASE_PURESIZE): Increase.
18785
18786 * regex.c: Include "character.h" instead of "charset.h".
18787 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18788 (regex_compile): Accept a range whose starting and ending
18789 character have different leading bytes.
18790 (analyse_first): Adjust for the above change.
18791
18792 * search.c: Include "character.h" instead of "charset.h".
18793 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18794 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18795
18796 * syntax.c: Include "character.h" instead of "charset.h".
18797 (syntax_parent_lookup): Delete.
18798 (Fmodify_syntax_entry): Accept a cons as CHAR.
18799 (skip_chars): Adjust for the new multibyte form.
18800 (init_syntax_once): Call char_table_set_range instead of directly
18801 accessing the structure of a char table.
18802
18803 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18804 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18805 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18806 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18807
18808 * term.c: Include "buffer.h" and "character.h".
18809 (encode_terminal_code, write_glyphs): Adjust for the new
18810 code-conversion API.
18811 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18812
18813 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18814
18815 * xdisp.c: Include "character.h".
18816 (get_next_display_element): Adjust for the new multibyte form.
18817 (disp_char_vector): Adjust for the new char table structure.
18818 (decode_mode_spec_coding): Adjust for the new structure of
18819 coding system.
18820 (decode_mode_spec): Adjust for the new code-conversion API.
18821
18822 * xfaces.c: Include "character.h" instead of "charset.h".
18823 (load_face_font): Adjust for the change of choose_face_font and
18824 FS_LOAD_FONT.
18825 (generate_ascii_font): New function.
18826 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18827 (set_font_frame_param): Adjust for the change of choose_face_font.
18828 (free_realized_face): Make it public.
18829 (free_realized_faces_for_fontset): Rename from
18830 free_realized_multibyte_face. Free also faces realized for ASCII.
18831 (choose_face_font): Change arguments. Adjust for the change of
18832 fontset_font_pattern and FS_LOAD_FONT.
18833
18834 * xfns.c: Include "character.h".
18835 (x_encode_text): Adjust for the new code-conversion API.
18836
18837 * xselect.c: Don't include "charset.h".
18838 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18839
18840 * xterm.c: Include "character.h".
18841 (x_encode_char): New argument CHARSET. Change caller.
18842 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18843 Call ENCODE_CHAR instead of SPLIT_CHAR.
18844 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18845 CHAR_WIDTH instead of CHARSET_WIDTH.
18846 (XTread_socket): Adjust for the new code-conversion API.
18847 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18848 (x_load_font): Adjust for the change of struct font.
18849
188502008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 * xfaces.c (face_at_buffer_position): Remove unused vars.
18853
188542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18855
18856 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18857 Fix overflow checking.
18858
188592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18860
18861 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18862 Cancel previous change.
18863
188642008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18865
18866 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18867 ccl->eight_bit_control. Fix check for buffer overflow.
18868 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18869 (ccl_driver): Initialize extra_bytes to 0.
18870
188712008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18872
18873 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18874 return it ORed with ctrl_modifier.
18875
188762008-01-29 Miles Bader <miles@gnu.org>
18877
18878 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18879
188802008-01-28 Jason Rumney <jasonr@gnu.org>
18881
18882 * w32.c (stat): Don't double check for networked drive.
18883
188842008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * window.c (run_window_configuration_change_hook): New function.
18887 Code extracted from set_window_buffer. Set the selected frame.
18888 (set_window_buffer): Use it.
18889 * window.h (run_window_configuration_change_hook): Declare.
18890 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18891
18892 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18893
188942008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18895
18896 * Makefile.in: Remove references to unused macros.
18897
188982008-01-26 Eli Zaretskii <eliz@gnu.org>
18899
18900 * w32.c (g_b_init_get_sid_sub_authority)
18901 (g_b_init_get_sid_sub_authority_count): New static variables.
18902 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18903 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18904 (init_user_info): Use them to retrieve uid and gid.
18905 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18906 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18907 st_uid and st_gid of the file.
18908
189092008-01-26 Jason Rumney <jasonr@gnu.org>
18910
18911 * w32.c (logon_network_drive): New function.
18912 (stat): Use it.
18913
189142008-01-26 Chong Yidong <cyd@stupidchicken.com>
18915
18916 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18917 invisible text covered with an ellipsis.
18918
189192008-01-25 Richard Stallman <rms@gnu.org>
18920
18921 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18922 jump back to beginning. Move some other initializations after that.
18923 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18924 New variables.
18925 (syms_of_xdisp): Init them.
18926
18927 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18928
18929 * buffer.c (reset_buffer_local_variables):
18930 Implement `permanent-local-hook'.
18931 (Qpermanent_local_hook): New variable.
18932 (syms_of_buffer): Init and staticpro it.
18933
189342008-01-25 Michael Albinus <michael.albinus@gmx.de>
18935
18936 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18937
189382008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18939
18940 * fns.c (Fclrhash): Return TABLE.
18941
189422008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18943
18944 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18945 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18946 is set even without positional changes.
18947 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18948
18949 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18950
189512008-01-23 Jason Rumney <jasonr@gnu.org>
18952
18953 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18954
18955 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18956 the unicode range available in MULE by locale-coding-system.
18957 Improve dbcs lead byte detection. Set event timestamp and modifiers
18958 earlier.
18959
189602008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18961
18962 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18963 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18964 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18965 when used on child processes.
18966
189672008-01-21 Michael Albinus <michael.albinus@gmx.de>
18968
18969 * dbusbind.c (Fdbus_method_return_internal): Rename from
18970 Fdbus_method_return.
18971 (Fdbus_unregister_object): Move to dbus.el.
18972 (Fdbus_call_method, Fdbus_method_return_internal)
18973 (Fdbus_send_signal): Improve debug messages.
18974
189752008-01-20 Martin Rudalics <rudalics@gmx.at>
18976
18977 * undo.c (undo_inhibit_record_point): New variable.
18978 (syms_of_undo): Initialize it.
18979 (record_point): Don't record point when undo_inhibit_record_point
18980 is set.
18981
189822008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18985
18986 * xdisp.c (Qauto_hscroll_mode): New var.
18987 (syms_of_xdisp): Initialize it.
18988 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18989 window's buffer.
18990 (hscroll_windows): Don't check automatic_hscrolling_p here.
18991
18992 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18993 vscroll if we're setting window-buffer to the value it already has.
18994
189952008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18996
18997 * m/intel386.h: Remove references to XENIX.
18998
189992008-01-17 Andreas Schwab <schwab@suse.de>
19000
19001 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
19002 instead of HAVE_X86_64_LIB64_DIR.
19003 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
19004
190052008-01-17 Glenn Morris <rgm@gnu.org>
19006
19007 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
19008 to HAVE_X86_64_LIB64_DIR.
19009
190102008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
19011
19012 * s/irix3-3.h:
19013 * s/irix4-0.h:
19014 * s/386-ix.h:
19015 * s/domain.h:
19016 * s/hpux9-x11r4.h:
19017 * s/hpux9shxr4.h: Remove files for systems no longer supported.
19018
19019 * sysdep.c: Remove code containing references to symbols defined
19020 by unsupported systems.
19021
190222008-01-16 Glenn Morris <rgm@gnu.org>
19023
19024 * coding.c (select-safe-coding-system-function): Doc fix.
19025
190262008-01-15 Glenn Morris <rgm@gnu.org>
19027
19028 * config.in: Revert 2008-01-13 change: this is a generated file.
19029
190302008-01-13 Tom Tromey <tromey@redhat.com>
19031
19032 * lisp.h: Fix typo.
19033
190342008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19035
19036 * m/sequent-ptx.h:
19037 * m/sequent.h:
19038 * s/ptx.h:
19039 * s/ptx4-2.h:
19040 * s/ptx4.h: Remove files for systems no longer supported.
19041
19042 * callproc.c (Fcall_process): Fix previous change.
19043
190442008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19045
19046 * unexsunos4.c: Remove file, system not supported anymore.
19047
19048 * m/mips.h:
19049 * m/intel386.h:
19050 * callproc.c:
19051 * config.in:
19052 * ecrt0.c:
19053 * emacs.c:
19054 * fileio.c:
19055 * frame.c:
19056 * getpagesize.h:
19057 * keyboard.c:
19058 * lread.c:
19059 * process.c:
19060 * puresize.h:
19061 * sysdep.c:
19062 * systty.h:
19063 * syswait.h:
19064 * unexec.c:
19065 * xdisp.c:
19066 * alloc.c: Remove code containing references to symbols defined by
19067 unsupported systems.
19068
190692008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
19070
19071 * coding.c (detect_coding_mask): Fix previous change.
19072
190732008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
19074
19075 * coding.c (detect_coding_iso2022): New arg
19076 latin_extra_code_state. Allow Latin extra codes only
19077 when *latin_extra_code_state is nonzero.
19078 (detect_coding_mask): If there is a NULL byte, detect the encoding
19079 as UTF-16 or binary. If Latin extra codes exist, detect the
19080 encoding as ISO-2022 only when there's no other proper encoding is
19081 found.
19082
190832008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19084
19085 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
19086 #ifdef MAC_OS.
19087
190882008-01-08 Richard Stallman <rms@gnu.org>
19089
19090 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
19091
190922008-01-06 Nick Roberts <nickrob@snap.net.nz>
19093
19094 * keyboard.c (parse_menu_item): Don't enclose key bindings on
19095 menu bar in parentheses.
19096
190972008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
19098
19099 * m/7300.h:
19100 * m/acorn.h:
19101 * m/alliant-2800.h:
19102 * m/alliant.h:
19103 * m/alliant1.h:
19104 * m/alliant4.h:
19105 * m/altos.h:
19106 * m/amdahl.h:
19107 * m/apollo.h:
19108 * m/att3b.h:
19109 * m/aviion-intel.h:
19110 * m/aviion.h:
19111 * m/celerity.h:
19112 * m/clipper.h:
19113 * m/cnvrgnt.h:
19114 * m/convex.h:
19115 * m/cydra5.h:
19116 * m/delta88k.h:
19117 * m/dpx2.h:
19118 * m/dual.h:
19119 * m/elxsi.h:
19120 * m/f301.h:
19121 * m/gould-np1.h:
19122 * m/gould.h:
19123 * m/i860.h:
19124 * m/ibmps2-aix.h:
19125 * m/ibmrt-aix.h:
19126 * m/ibmrt.h:
19127 * m/irist.h:
19128 * m/is386.h:
19129 * m/isi-ov.h:
19130 * m/mega68.h:
19131 * m/mg1.h:
19132 * m/news-r6.h:
19133 * m/news-risc.h:
19134 * m/news.h:
19135 * m/nh3000.h:
19136 * m/nh4000.h:
19137 * m/ns16000.h:
19138 * m/ns32000.h:
19139 * m/nu.h:
19140 * m/orion.h:
19141 * m/orion105.h:
19142 * m/paragon.h:
19143 * m/pfa50.h:
19144 * m/plexus.h:
19145 * m/pyramid.h:
19146 * m/pyrmips.h:
19147 * m/sh3el.h:
19148 * m/sps7.h:
19149 * m/sr2k.h:
19150 * m/stride.h:
19151 * m/sun1.h:
19152 * m/sun2.h:
19153 * m/sun3-68881.h:
19154 * m/sun3-fpa.h:
19155 * m/sun3-soft.h:
19156 * m/sun3.h:
19157 * m/sun386.h:
19158 * m/symmetry.h:
19159 * m/tad68k.h:
19160 * m/tahoe.h:
19161 * m/targon31.h:
19162 * m/tek4300.h:
19163 * m/tekxd88.h:
19164 * m/tower32.h:
19165 * m/tower32v3.h:
19166 * m/ustation.h:
19167 * m/wicat.h:
19168 * m/xps100.h:
19169 * s/cxux.h:
19170 * s/cxux7.h:
19171 * s/dgux.h:
19172 * s/dgux4.h:
19173 * s/dgux5-4-3.h:
19174 * s/dgux5-4r2.h:
19175 * s/esix.h:
19176 * s/esix5r4.h:
19177 * s/hiuxmpp.h:
19178 * s/hiuxwe2.h:
19179 * s/iris3-5.h:
19180 * s/iris3-6.h:
19181 * s/isc2-2.h:
19182 * s/isc3-0.h:
19183 * s/isc4-0.h:
19184 * s/isc4-1.h:
19185 * s/newsos5.h:
19186 * s/newsos6.h:
19187 * s/osf1.h:
19188 * s/osf5-0.h:
19189 * s/riscix1-1.h:
19190 * s/riscix12.h:
19191 * s/sco4.h:
19192 * s/sco5.h:
19193 * s/sunos4-0.h:
19194 * s/sunos4-1.h:
19195 * s/sunos413.h:
19196 * s/sunos4shr.h:
19197 * s/umax.h:
19198 * s/unipl5-2.h:
19199 * s/xenix.h:
19200 * cxux-crt0.s:
19201 * unexapollo.c:
19202 * unexconvex.c:
19203 * unexenix.c:
19204 * unexsni.c: Remove files for systems no longer supported.
19205
19206 * m/intel386.h: Remove references to unsupported systems.
19207
19208 * w32.c (get_emacs_configuration): Remove reference to i860.
19209
19210 * sysdep.c: Remove dead code.
19211
192122008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19213
19214 * s/rtu.h:
19215 * m/masscomp.h: Remove files. Platform is obsolete.
19216
192172008-01-04 Michael Albinus <michael.albinus@gmx.de>
19218
19219 * dbusbind.c (Fdbus_method_return): New function.
19220 (xd_read_message): Add the serial number to the event.
19221 (Fdbus_register_method): Activate the function.
19222
192232008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19224
19225 * keyboard.c (read_key_sequence): Fix typo.
19226
192272008-01-03 Michael Albinus <michael.albinus@gmx.de>
19228
19229 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19230 (xd_signature, xd_append_arg): Handle element type detection for
19231 empty arrays.
19232 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19233 SDATA () calls; this must be solved more general.
19234 (Fdbus_register_signal): Use SBYTES instead of strlen.
19235
192362008-01-03 Magnus Henoch <magnus@zemdatav>
19237
19238 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19239 unsigned int for byte values (necessary for big-endian platform).
19240 (Fdbus_call_method): Handle the case of no returned arguments.
19241
192422007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19243
19244 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19245
192462007-12-31 Magnus Henoch <mange@freemail.hu>
19247
19248 * dbusbind.c (xd_signature): Signature of variant is just "v".
19249
192502007-12-30 Michael Albinus <michael.albinus@gmx.de>
19251
19252 * dbusbind.c: Fix several errors and compiler warnings.
19253 Reported by Tom Tromey <tromey@redhat.com>.
19254 (XD_ERROR, XD_DEBUG_MESSAGE)
19255 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19256 (xd_append_arg): Part for basic D-Bus types rewritten.
19257 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19258 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19259 appropriate.
19260 (xd_read_message): Return Qnil. Don't signal an error; it is not
19261 useful during event reading.
19262 (Fdbus_register_signal): Signal an error if the check for
19263 FUNCTIONP fails.
19264 (Fdbus_register_method): New function. The implementation is not
19265 complete, the call of the function signals an error therefore.
19266 (Fdbus_unregister_object): New function, renamed from
19267 Fdbus_unregister_signal. The initial check signals an error, if
19268 the object is not well formed.
19269
192702007-12-30 Richard Stallman <rms@gnu.org>
19271
19272 * textprop.c (get_char_property_and_overlay):
19273 Signal error if POSITION is out of range in a buffer.
19274
192752007-12-29 Martin Rudalics <rudalics@gmx.at>
19276
19277 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19278 because the original parameters are in pure storage now.
19279
192802007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19281
19282 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19283
192842007-12-22 Eli Zaretskii <eliz@gnu.org>
19285
19286 * callint.c (syms_of_callint) <command-history>: Add reference to
19287 history-length in the doc string.
19288
192892007-12-17 Jason Rumney <jasonr@gnu.org>
19290
19291 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19292 before passing as wParam.
19293
192942007-12-22 Michael Albinus <michael.albinus@gmx.de>
19295
19296 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19297 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19298 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19299 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19300 as number.
19301 (Fdbus_call_method): Fix docstring.
19302
193032007-12-21 Michael Albinus <michael.albinus@gmx.de>
19304
19305 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19306 New macros.
19307 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19308 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19309 Simplify.
19310 (xd_signature): New function.
19311 (xd_append_arg): Compute also signatures. Major rewrite.
19312 (xd_retrieve_arg): Make debug messages friendly.
19313 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19314 Check for signatures of arguments.
19315
193162007-12-19 Michael Albinus <michael.albinus@gmx.de>
19317
19318 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19319 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19320 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19321 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19322 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19323 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19324 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19325 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19326 (xd_retrieve_value): Remove. Functionality included in ...
19327 (xd_append_arg): New function.
19328 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19329
193302007-12-16 Michael Albinus <michael.albinus@gmx.de>
19331
19332 * dbusbind.c (top): Include <stdio.h>.
19333 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19334 dbus_message_new_method_call and dbus_message_new_signal.
19335 (Fdbus_register_signal): Rename unique_name to uname.
19336 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19337 non-existing unique name. Fix typos in matching rule. Return an
19338 object which is useful in Fdbus_unregister_signal.
19339 (Fdbus_unregister_signal): Reimplementation, in order to remove
19340 only the corresponding entry.
19341 (Vdbus_registered_functions_table): Change the order of entries.
19342 Apply these changes in xd_read_message and Fdbus_register_signal.
19343
193442007-12-16 Andreas Schwab <schwab@suse.de>
19345
19346 * fileio.c (Finsert_file_contents): Fix overflow check to not
19347 depend on undefined integer overflow.
19348
193492007-12-14 Jason Rumney <jasonr@gnu.org>
19350
19351 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19352 for characters above 127.
19353
193542007-12-13 Jason Rumney <jasonr@gnu.org>
19355
19356 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19357 before dereferencing array.
19358 (lookup_vk_code): Remove zero comparison.
19359
193602007-12-14 Michael Albinus <michael.albinus@gmx.de>
19361
19362 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19363 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19364 Use `unsigned int' instead of `uint'.
19365 (xd_read_message, Fdbus_register_signal): Split expressions into
19366 multiple lines before operators "&&" and "||", according to the
19367 GNU Coding Standards.
19368
193692007-12-14 Eli Zaretskii <eliz@gnu.org>
19370
19371 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19372
193732007-12-12 Juri Linkov <juri@jurta.org>
19374
19375 * buffer.c (Frename_buffer): In interactive spec replace
19376 `read-buffer' with `read-string' that uses `buffer-name-history'
19377 as history, and the current buffer's name as default.
19378
193792007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19380
19381 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19382 manipulating the backtrace manually.
19383 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19384 (struct backtrace, backtrace_list): Remove.
19385 (command_loop_1): Remove dead var `no_direct'.
19386
19387 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19388 preserve non-built-in buffer-local variables.
19389 (Fkill_all_local_variables): Don't re-create&re-set permanent
19390 buffer-local variables.
19391
193922007-12-09 Juri Linkov <juri@jurta.org>
19393
19394 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19395 Lisp code that uses `read-buffer' with current buffer as default.
19396
193972007-12-08 Michael Albinus <michael.albinus@gmx.de>
19398
19399 * dbusbind.c (xd_read_message): Generate an event for every
19400 registered handler. There might be several handlers registered
19401 for the same signal.
19402 (Fdbus_register_signal): Don't overwrite a registration for the
19403 same signal. Add a new registration if handlers are different.
19404 (Vdbus_registered_functions_table): Rework doc string.
19405
194062007-12-07 Michael Albinus <michael.albinus@gmx.de>
19407
19408 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19409 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19410 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19411 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19412 Unify argument lists.
19413 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19414 arguments and hash table keys. Use unique name for service.
19415 (Fdbus_unregister_signal): Remove checks.
19416 (Vdbus_registered_functions_table): Fix doc string.
19417
194182007-12-05 Magnus Henoch <mange@freemail.hu>
19419
19420 * process.c (make_process): Initialize pty_flag to 0.
19421
194222007-12-05 Jason Rumney <jasonr@gnu.org>
19423
19424 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19425 specified XBMs.
19426
194272007-12-05 Richard Stallman <rms@gnu.org>
19428
19429 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19430
194312007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19432
19433 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19434 New variable.
19435 (mac_try_close_socket) [MAC_OSX]: New function.
19436 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19437 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19438
19439 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19440 Use mac_try_close_socket.
19441
194422007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19443
19444 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19445 reloc_base.
19446 (copy_dysymtab): Compute relocation base here.
19447 (rebase_reloc_address) [__ppc64__]: New function.
19448 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19449 changed.
19450
194512007-12-05 Jason Rumney <jasonr@gnu.org>
19452
19453 * w32proc.c (sys_spawnve): Quote args with wildcards.
19454
194552007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19456
19457 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19458 __objc_* sections.
19459 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19460
194612007-12-05 Michael Albinus <michael.albinus@gmx.de>
19462
19463 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19464 Move check for Vdbus_registered_functions_table to
19465 xd_read_queued_messages.
19466 (xd_read_queued_messages): Protect xd_read_message calls by
19467 internal_condition_case_1.
19468
194692007-12-04 Michael Albinus <michael.albinus@gmx.de>
19470
19471 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19472 Qdbus_system_bus and Qdbus_session_bus, respectively.
19473 (Vdbus_intern_symbols): Remove.
19474 (Vdbus_registered_functions_table): New hash table.
19475 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19476 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19477 Rewrite in order to manage registered functions by hash table
19478 Vdbus_registered_functions_table.
19479
194802007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19481
19482 * xterm.c: Update URL to Window Manager Specification in comment.
19483
194842007-12-02 Michael Albinus <michael.albinus@gmx.de>
19485
19486 * config.in (HAVE_DBUS): Add.
19487
19488 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19489 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19490 (obj): Add $(DBUS_OBJ).
19491 (LIBES): Add $(DBUS_LIBS).
19492 (dbusbind.o): New target.
19493
19494 * dbusbind.c: New file.
19495
19496 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19497
19498 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19499 (Qdbus_event): New Lisp symbol.
19500 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19501 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 19502 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
19503
19504 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19505
195062007-12-01 Richard Stallman <rms@gnu.org>
19507
19508 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19509
195102007-11-30 Jason Rumney <jasonr@gnu.org>
19511
19512 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19513 (w32con_reset_terminal_modes): Clear screen buffer.
19514 (w32_face_attributes): Don't use color indexes that are out of range.
19515 Only reverse the default colors.
19516
19517 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19518 WINDOWSNT.
19519
19520 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19521
195222007-11-29 Jason Rumney <jasonr@gnu.org>
19523
19524 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19525 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19526 if the terminal colors are initialized.
19527 (unspecified_fg, unspecified_bg): Remove unused declarations.
19528
195292007-11-29 Andreas Schwab <schwab@suse.de>
19530
19531 * keyboard.c (apply_modifiers): Fix typo.
19532
195332007-11-29 Richard Stallman <rms@gnu.org>
19534
19535 * keymap.c (Fcurrent_local_map): Doc fix.
19536
195372007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19538
19539 * s/gnu-kfreebsd.h: New file.
19540
195412007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19542
19543 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19544 Don't cast redundantly.
19545
19546 * keyboard.c (KEY_TO_CHAR): New macro.
19547 (parse_modifiers, apply_modifiers): Accept integer arguments.
19548 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19549 for chars and symbol keys.
19550 After doing such remapping, apply function-key-map again.
19551
195522007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19553
19554 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19555 compiled anymore.
19556
195572007-11-26 Andreas Schwab <schwab@suse.de>
19558
19559 * process.c (list_processes_1): Fix indentation level of the
19560 command column.
19561
195622007-11-23 Andreas Schwab <schwab@suse.de>
19563
19564 * editfns.c (Fformat): Handle %c specially since it requires the
19565 argument to be of type int.
19566
195672007-11-23 Markus Triska <markus.triska@gmx.at>
19568
19569 * emacs.c (main): Call init_editfns before init_process, since
19570 init_process sets Vprocess_connection_type depending on OS release.
19571
195722007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19575 (find_symbol_value): Use do_symval_forwarding.
19576
19577 * data.c (set_internal): Set the value in the `cons-cell' (for
19578 Buffer_Local_values) not only for frame-local variables.
19579
195802007-11-22 Andreas Schwab <schwab@suse.de>
19581
19582 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19583 values to sprintf.
19584 * keymap.c (Fsingle_key_description): Likewise.
19585 * print.c (print_object): Likewise.
19586
195872007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19588
19589 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19590 file for image is nil.
19591
195922007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19593
19594 * term.c: Include stdarg.h.
19595 (fatal): Implement using varargs.
19596 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19597
195982007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19601 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19602 Update call to buffer_slot_type_mismatch.
19603 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19604 (buffer_slot_type_mismatch): Update.
19605 * buffer.c (buffer_local_types): Remove.
19606 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19607 (defvar_per_buffer): Set the type in the buffer_objfwd.
19608
196092007-11-21 Jason Rumney <jasonr@gnu.org>
19610
19611 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19612 CreateFileMapping returns NULL on failure.
19613
196142007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * search.c (Fset_match_data): Remove the `evaporate' feature.
19617 (unwind_set_match_data): Don't use the `evaporate' feature.
19618
196192007-11-21 Jason Rumney <jasonr@gnu.org>
19620
19621 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19622
19623 * w32console.c (w32con_write_glyphs): Remove unused variables.
19624
196252007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19626
19627 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19628
19629 * s/darwin.h (MULTI_KBOARD): Remove.
19630
19631 * macfns.c (x_create_tip_frame, Fx_create_frame)
19632 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19633
196342007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * buffer.c (Fbuffer_local_value): Remove redundant test.
19637 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19638 than in `current-buffer' to match the comment.
19639 Do the swap using swap_in_global_binding.
19640
19641 * data.c (store_symval_forwarding, set_internal):
19642 * eval.c (specbind): Remove dead code.
19643
19644 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19645 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19646 Since we do not want to see internal Lisp_*fwd objects here.
19647
196482007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19649
19650 * sysdep.c (init_system_name): Use getaddrinfo if available.
19651
19652 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19653 (x_scroll_bar_note_movement): start, end, with, height in struct
19654 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19655
196562007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19657
19658 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19659
196602007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19663 This undoes Richard's change of 14-Oct-2002.
19664
19665 * alloc.c (allocate_other_vector):
19666 * lisp.h (allocate_other_vector): Remove.
19667
19668 * window.c (struct save_window_data): Move non-lisp data to the end
19669 and make it `int' rather than Lisp_Object.
19670 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19671 Done wrap/unwrap integer values.
19672 (Fset_window_configuration, compare_window_configurations):
19673 Update use of fields to their new types.
19674
19675 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19676 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19677 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19678 (SET_SCROLL_BAR_X_WINDOW): Remove.
19679 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19680 Access the new x_window field directly.
19681 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19682 Don't wrap/unwrap integers into Lisp_Objects.
19683 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19684 (x_scroll_bar_report_motion):
19685 Don't wrap/unwrap integers into Lisp_Objects.
19686 (x_term_init): Use SDATA.
19687 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19688 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19689 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19690 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19691 * xfns.c (x_set_background_color):
19692 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19693 Access the new x_window field directly.
19694
19695 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19696 (allocate_pseudovector): Make non-static.
19697
19698 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19699 (allocate_pseudovector): Declare.
19700 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19701
197022007-11-15 Andreas Schwab <schwab@suse.de>
19703
19704 * editfns.c (Fformat): Correctly format EMACS_INT values.
19705 Also take precision into account when formatting an integer.
19706
19707 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19708
197092007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19712 (syms_of_keyboard): Defsubr it.
19713
19714 * data.c (swap_in_global_binding): Fix longstanding bug where
19715 store_symval_forwarding was not called with the right second argument,
19716 thus causing objfwd-ing from being dropped.
19717
197182007-11-14 Juanma Barranquero <lekktu@gmail.com>
19719
19720 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19721 (Fx_display_pixel_height, Fx_display_planes)
19722 (Fx_display_color_cells, Fx_server_max_request_size)
19723 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19724 (Fx_display_visual_class, Fx_display_save_under):
19725 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19726 (Fx_display_pixel_height, Fx_display_planes)
19727 (Fx_display_color_cells, Fx_server_max_request_size)
19728 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19729 (Fx_display_mm_height, Fx_display_mm_width)
19730 (Fx_display_backing_store, Fx_display_visual_class)
19731 (Fw32_select_font, Fx_display_save_under):
19732 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19733 (Fx_display_pixel_height, Fx_display_planes)
19734 (Fx_display_color_cells, Fx_server_max_request_size)
19735 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19736 (Fx_display_save_under): Fix typos in docstrings.
19737
197382007-11-14 Juanma Barranquero <lekktu@gmail.com>
19739
19740 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19741 corresponding to deleted entries; they are an implementation detail.
19742 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19743 Remove variables.
19744 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19745 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19746 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19747 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19748 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19749 (Fw32_define_rgb_color, Fw32_load_color_file)
19750 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19751 Fix typos in docstrings.
19752 (Fx_server_version): Reflow docstring.
19753 (Fw32_shell_execute): Doc fixes.
19754
197552007-11-13 Juanma Barranquero <lekktu@gmail.com>
19756
19757 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19758 if w32_parse_hot_key returned nil.
19759
197602007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19761
19762 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19763
197642007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 19765
aac0c6e3
MR
19766 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19767
19768 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19769
19770 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19771 Remove W32_SCROLL_BAR_CLICK_EVENT.
19772
19773 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19774 Add MULTIMEDIA_KEY_EVENT.
19775
19776 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19777 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19778 (make_lispy_event) [WINDOWSNT]: Use it to translate
19779 MULTIMEDIA_KEY_EVENT.
19780
19781 * w32term.h (WM_APPCOMMAND): Define if not already.
19782 (GET_APPCOMMAND_LPARAM): Likewise.
19783
19784 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19785 WM_APPCOMMAND.
19786
19787 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19788 (syms_of_w32fns): Export and initialize it.
19789 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19790
197912007-11-09 Chong Yidong <cyd@stupidchicken.com>
19792
19793 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19794 twice.
19795
19796 * xdisp.c (handle_face_prop): Fix last change.
19797
197982007-11-09 Richard Stallman <rms@gnu.org>
19799
19800 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19801 not just for after-strings and before-strings.
19802 Call face_for_overlay_string and pass the overlay to it.
19803 (handle_display_prop): Determine whether property came from an overlay.
19804 Pass OVERLAY arg to handle_single_display_spec.
19805 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19806 (load_overlay_strings): Fill in it->string_overlays.
19807 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19808
19809 * xfaces.c (face_for_overlay_string): Function renamed from
19810 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19811
19812 * dispextern.h (struct it): New elt string_overlays.
19813 New elt from_overlay, also in stack.
19814 Rearrange a few elements.
19815 (face_for_overlay_string): Decl renamed from
19816 face_at_buffer_position_no_overlays, and add argument.
19817
198182007-11-09 Richard Stallman <rms@gnu.org>
19819
19820 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19821 to get the base face for an overlay string.
19822
19823 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19824
19825 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19826
19827 * xdisp.c (handle_stop): Move some code out of loop.
19828
198292007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19830
19831 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19832 Fix conversion from Lisp object to ATSUFontID.
19833
198342007-11-09 Jason Rumney <jasonr@gnu.org>
19835
19836 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19837
198382007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19839
19840 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19841 Don't assume regions are aligned to page boundary.
19842 (print_load_command_name): Add LC_UUID if defined.
19843
198442007-11-09 Richard Stallman <rms@gnu.org>
19845
19846 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19847
198482007-11-07 Jason Rumney <jasonr@gnu.org>
19849
19850 * s/windows95.h: Remove.
19851
198522007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19853
19854 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19855 abort with a message on unhandled store_type values.
19856
198572007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19858
19859 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19860 Remove HAVE_X11R5 and HAVE_X11R4.
19861
198622007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19863
19864 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19865
198662007-11-01 Johan Bockgård <bojohan@gnu.org>
19867
19868 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19869 Don't set s->stippled_p here, since it has already been set by
19870 x_set_glyph_string_gc from x_draw_glyph_string.
19871
198722007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19873
19874 * sunfns.c: Remove file.
19875
19876 * m/sun386.h:
19877 * m/sun2.h:
19878 * m/sparc.h: Remove Sun windows code.
19879
198802007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19881
19882 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19883 (init_keyboard): Set current_kboard's window-system to nil.
19884 (tty_read_avail_input): Typo.
19885 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19886
198872007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19888
19889 * s/usg5-4.h:
19890 * s/usg5-3.h:
19891 * s/ptx.h:
19892 * m/is386.h:
19893 * m/ibmps2-aix.h:
19894 * Makefile.in: Remove all mentions of X10.
19895
19896 * dispnew.c (syms_of_display): Don't mention version 10.
19897
198982007-10-28 Juanma Barranquero <lekktu@gmail.com>
19899
19900 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19901 ($(BLD)/abbrev.$(O)): Remove.
19902
199032007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19904
19905 Rewrite abbrev.c in Elisp.
19906 * image.c (Qcount): Don't declare as extern.
19907 (syms_of_image): Initialize and staticpro `Qcount'.
19908 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19909 * emacs.c (main): Don't call syms_of_abbrev.
19910 * Makefile.in (obj): Remove abbrev.o.
19911 (abbrev.o): Remove.
19912 * abbrev.c: Remove.
19913
199142007-10-26 Martin Rudalics <rudalics@gmx.at>
19915
19916 * window.c (window_min_size_2): Don't count header-line.
19917
199182007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19919
19920 * frame.h (struct frame): Move all bit fields after the first bit
19921 field to take advantage of the available space. Group all the
19922 chars together to reduce wasted space due to padding.
19923
199242007-10-26 Juanma Barranquero <lekktu@gmail.com>
19925
19926 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19927
19928 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19929 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19930 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19931 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19932 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19933 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19934 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19935 (last_marked, mark_object_loop_halt): Make static.
19936
19937 * frame.c (syms_of_frame) <delete-frame-functions>:
19938 Fix typo in docstring.
19939
199402007-10-25 Juanma Barranquero <lekktu@gmail.com>
19941
19942 * w32.c (init_environment): Fix tiny memory leak.
19943 (w32_get_resource): Remove unused variable `ok'.
19944
199452007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 Make `window-system' into a keyboard-local variable (rather than
19948 frame-local as done originally by multi-tty).
19949
19950 * keyboard.h (struct kboard): Add Vwindow_system.
19951 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19952 (mark_kboards): Mark Vwindow_system.
19953
19954 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19955 (init_display): Don't set the obsolete `window-system' frame-param.
19956
19957 * xterm.c (x_term_init):
19958 * w32term.c (w32_create_terminal):
19959 * term.c (init_tty): Set Vwindow_system.
19960 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19961 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19962
19963 * xfns.c (Fx_create_frame, x_create_tip_frame):
19964 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19965 * macfns.c (Fx_create_frame):
19966 Don't set the obsolete `window-system' frame-param.
19967
19968 * frame.h (Qwindow_system): Remove.
19969 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19970 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19971
199722007-10-24 Richard Stallman <rms@gnu.org>
19973
19974 * frame.c (x_figure_window_size): For fullscreen case,
19975 set USPosition | PPosition without clobbering rest of window_prompting.
19976
19977 * keyboard.c (Fcurrent_idle_time): Doc fix.
19978
19979 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19980
199812007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 * process.c (unwind_request_sigio): Only define if __ultrix__.
19984
19985 * callproc.c (child_setup): Remove spurious *.
19986
19987 * lisp.h (Fget_text_property): Declare.
19988 (have_menus_p): Declare it here rather than in sys-dep header files.
19989 * macterm.h (have_menus_p):
19990 * msdos.h (have_menus_p):
19991 * xterm.h (have_menus_p): Remove.
19992
19993 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19994 (Fmake_variable_frame_local): Just check the variable's const-ness
19995 rather than checking nil or t.
19996
199972007-10-22 Jason Rumney <jasonr@gnu.org>
19998
19999 * w32fns.c: Include math.h.
20000 (w32_abort): Declaration moved to nt/config.nt.
20001
20002 * s/ms-w32.h (HAVE_STDLIB_H): Define.
20003 (abort): Redefinition moved to nt/config.nt.
20004
20005 * m/windowsnt.h: Remove.
20006
200072007-10-22 Juanma Barranquero <lekktu@gmail.com>
20008
20009 * emacs.c (Fdump_emacs): Fix typo in message.
20010 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
20011 <installation-directory>: Reflow docstring.
20012
200132007-10-22 Juri Linkov <juri@jurta.org>
20014
20015 * minibuf.c: Allow minibuffer default to be a list of default values.
20016 With empty input use the first element of this list as returned default.
20017 (string_to_object)
20018 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
20019 (read_minibuf): If defalt is cons, set histstring to its car.
20020 (Fread_string): If default_value is cons, set val to its car.
20021 (Fread_buffer): If def is cons, use its car.
20022 (Fcompleting_read): If defalt is cons, set val to its car.
20023
200242007-10-21 Michael Albinus <michael.albinus@gmx.de>
20025
20026 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
20027
200282007-10-20 Juanma Barranquero <lekktu@gmail.com>
20029
20030 * doc.c (Fdocumentation): Check for advice in all cases.
20031
200322007-10-19 Chong Yidong <cyd@stupidchicken.com>
20033
20034 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
20035
200362007-10-19 Richard Stallman <rms@gnu.org>
20037
20038 * doc.c (Fdocumentation): Check for and handle an advised function.
20039
200402007-10-19 Juanma Barranquero <lekktu@gmail.com>
20041
20042 * process.c (Fset_process_filter): Doc fix.
20043
200442007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
20047 which caused key-translation-map to applied repeatedly (thus breaking
20048 double-mode).
20049
200502007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * xselect.c (x_own_selection, x_handle_selection_clear)
20053 (x_clear_frame_selections):
20054 * w32menu.c (list_of_panes, list_of_items):
20055 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
20056 * textprop.c (validate_plist, interval_has_all_properties)
20057 (interval_has_some_properties, interval_has_some_properties_list)
20058 (add_properties, text_property_list):
20059 * process.c (Fget_buffer_process, list_processes_1, status_notify):
20060 * minibuf.c (Fassoc_string):
20061 * macselect.c (x_own_selection, x_clear_frame_selections)
20062 (Fx_disown_selection_internal):
20063 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
20064 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
20065
200662007-10-17 Chong Yidong <cyd@stupidchicken.com>
20067
20068 * process.c: Link to libs for calling res_init() if available.
20069 (Fmake_network_process): Call res_init() before getaddrinfo or
20070 gethostbyname, if possible.
20071
200722007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20073
20074 * lread.c (read1): Set pvectype for char_tables.
20075
20076 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
20077 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
20078 Add type checks.
20079 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
20080
20081 * alloc.c (free_misc): Use XMISCTYPE.
20082 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
20083
200842007-10-17 Glenn Morris <rgm@gnu.org>
20085
20086 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
20087 (syms_of_minibuf): Add Qcompletion_ignore_case.
20088 * dired.c (Qcompletion_ignore_case): Change to external.
20089 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
20090 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
20091 (Fread_file_name): Use it rather than intern'ing.
20092
20093 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
20094 (Fread_coding_system): Ignore case of user input.
20095
200962007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20097
20098 * xdisp.c (handle_display_prop): Ignore display specs after
20099 replacing one when string text is being replaced.
20100 (handle_single_display_spec): Pretend as if characters with display
20101 property haven't been consumed only when buffer text is being replaced.
20102
201032007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 * xfns.c (Fx_create_frame, Fx_display_list):
20106 * window.c (window_fixed_size_p, enlarge_window)
20107 (shrink_window_lowest_first):
20108 * macterm.c (init_font_name_table):
20109 * macfns.c (Fx_create_frame, Fx_display_list):
20110 * lread.c (close_load_descs):
20111 * keyboard.c (read_char_x_menu_prompt):
20112 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
20113 * coding.c (code_convert_region_unwind): Test the type of an object
20114 rather than just !NILP before extracting data from it.
20115
20116 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
20117
20118 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
20119 (XMISCANY): New macro.
20120 (XMISCTYPE): Use it.
20121 (struct Lisp_Misc_Any): New type.
20122 (union Lisp_Misc): Use it.
20123 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
20124 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
20125 (find_symbol_value, set_internal, default_value, Fset_default)
20126 (Fmake_variable_buffer_local, Fmake_local_variable)
20127 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
20128 (Flocal_variable_if_set_p, Fvariable_binding_locus):
20129 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
20130 * alloc.c (allocate_buffer): Set the size and tag.
20131 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
20132 Use XMISCANY.
20133 (die): Follow the GNU convention for error messages.
20134 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
20135 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
20136 tag any more.
20137 (set_buffer_internal_1):
20138 * frame.c (store_frame_param):
20139 * eval.c (specbind):
20140 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20141
20142 * doc.c (Fsnarf_documentation): Simplify.
20143
201442007-10-14 Juanma Barranquero <lekktu@gmail.com>
20145
20146 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20147 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20148
201492007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20152
201532007-10-14 Juanma Barranquero <lekktu@gmail.com>
20154
20155 * eval.c (do_autoload): Don't save autoloads.
20156
20157 * data.c (Ffset): Save autoload of the function being set.
20158
201592007-10-07 John Paul Wallington <jpw@pobox.com>
20160
20161 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20162 parameter before setting up faces.
20163
201642007-10-13 Eli Zaretskii <eliz@gnu.org>
20165
20166 * ccl.c (Fregister_code_conversion_map):
20167 * keyboard.c (append_tool_bar_item): Reformat last change.
20168
20169 * lisp.h (eabs): Rename from `abs'. All callers changed.
20170
201712007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20172
20173 * buffer.c (add_overlay_mod_hooklist):
20174 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20175 * fontset.c (make_fontset):
20176 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20177 (append_tool_bar_item):
20178 * macmenu.c (grow_menu_items):
20179 * w32menu.c (grow_menu_items):
20180 * xmenu.c (grow_menu_items): Use larger_vector.
20181
201822007-10-13 Eli Zaretskii <eliz@gnu.org>
20183
20184 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20185 selected frame'' on MSDOS).
20186
201872007-10-12 Martin Rudalics <rudalics@gmx.at>
20188
20189 * frame.c (Qexplicit_name): New variable.
20190 (x_report_frame_params): Report it in parameter alist.
20191 (syms_of_frame): Intern and staticpro it.
20192
201932007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20194
20195 * macfns.c (x_create_tip_frame): Set terminal for frame.
20196
201972007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20198
20199 * frame.c (Qenvironment): Remove.
20200 (syms_of_frame) <Qenvironment>: Don't initialize.
20201 (Fdelete_frame): Don't treat the `environment' param specially.
20202 * frame.h (Qenvironment): Don't declare.
20203 * callproc.c (set_initial_environment): Don't set unused frame param.
20204
20205 * frame.c (Fframe_with_environment): Remove.
20206 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20207
20208 * lisp.h (Fframe_with_environment): Don't declare.
20209
202102007-10-10 Juanma Barranquero <lekktu@gmail.com>
20211
20212 * indent.c (indent_tabs_mode, last_known_column)
20213 (last_known_column_modified): Make static.
20214 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20215
202162007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20217
20218 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20219
202202007-10-09 Jason Rumney <jasonr@gnu.org>
20221
20222 * w32term.c (x_set_window_size): Disable code that attempts to tell
20223 Lisp code about a size change before it actually happens.
20224
202252007-10-09 Richard Stallman <rms@gnu.org>
20226
20227 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20228 return HANDLED_RETURN.
20229
202302007-10-08 Martin Rudalics <rudalics@gmx.at>
20231
20232 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20233 when there's an unread command event.
20234
20235 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20236 window autoselection act appropriately when leaving selected frame.
20237 (syms_of_frame): Initialize focus_follows_mouse.
20238 * frame.h (focus_follows_mouse): Extern it.
20239 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20240 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20241 * msdos.c (dos_rawgetc): Likewise.
20242 * w32term.c (w32_read_socket): Likewise.
20243 * xterm.c (handle_one_xevent): Likewise.
20244 * xdisp.c (syms_of_xdisp): In doc-string of
20245 mouse-autoselect-window mention focus-follows-mouse.
20246
202472007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20248
20249 * macterm.c (mac_load_query_font): Fix missing return value.
20250 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20251 Add BLOCK_INPUT.
20252
202532007-10-08 Richard Stallman <rms@gnu.org>
20254
20255 * xdisp.c (get_window_cursor_type): Implement documented behavior
20256 for cursor-in-non-selected-windows = t.
20257
202582007-10-08 Jason Rumney <jasonr@gnu.org>
20259
20260 * w32.c (w32_get_resource): Always close registry keys.
20261
202622007-10-08 Jason Rumney <jasonr@gnu.org>
20263
20264 * makefile.w32-in (LIBS): Add COMCTL32.
20265
20266 * w32fns.c (globals_of_w32fns): Init common controls.
20267
202682007-10-08 Richard Stallman <rms@gnu.org>
20269
20270 * image.c (our_memory_buffer): Rename from omfib_buffer.
20271
202722007-10-08 Richard Stallman <rms@gnu.org>
20273
20274 * buffer.c (Foverlays_at): Doc fix.
20275
202762007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20277
20278 * fns.c (Fplist_put): Preserve uneven tail data.
20279
202802007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20281
20282 * termhooks.h (enum event_kind): Remove trailing comma.
20283
20284 * frame.h (enum): Remove trailing comma.
20285
202862007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20287
20288 * w32proc.c (delete_child): Don't terminate threads of zombies.
20289
202902007-10-08 Martin Rudalics <rudalics@gmx.at>
20291
20292 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20293
20294 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20295 last-repeatable-command.
20296 (init_kboard): Initialize Vlast_repeatable_command.
20297 (command_loop_1): Set it to real_this_command unless that was
20298 bound to an input event.
20299 (mark_kboards): Mark it.
20300
203012007-10-08 Richard Stallman <rms@gnu.org>
20302
20303 * eval.c (condition-case): Doc fix.
20304
203052007-10-08 Masatake YAMATO <jet@gyve.org>
20306
20307 * xfaces.c (tty_supports_face_attributes_p): Fix code
20308 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20309 was copied and not edited.
20310
203112007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 Add new `input-decode-map' keymap and use it for terminal
20314 escape sequences.
20315 * keyboard.h (struct kboard): Add Vinput_decode_map.
20316 Remove Vlocal_key_translation_map.
20317 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20318 (init_kboard): Init input-decode-map.
20319 Replace local-key-translation-map back with key-translation-map.
20320 (syms_of_keyboard): Declare input-decode-map.
20321 Remove local-key-translation-map. Update docstrings.
20322 (mark_kboards): Mark Vinput_decode_map.
20323 Don't mark Vlocal_key_translation_map.
20324 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20325 Replace local-key-translation-map back with key-translation-map.
20326 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20327 Bind in input-decode-map rather than function-key-map.
20328
20329 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20330 This was made redundant by the previous introduction of XSETPVECTYPE.
20331
203322007-10-09 Richard Stallman <rms@gnu.org>
20333
20334 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20335
203362007-09-29 Richard Stallman <rms@gnu.org>
20337
20338 * eval.c (internal_condition_case_2, internal_condition_case_1)
20339 (internal_condition_case): Reenable abort if x_catching_errors ()
20340 to see if that really happens and why.
20341
203422007-10-06 Andreas Schwab <schwab@suse.de>
20343
20344 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20345
203462007-10-04 Juanma Barranquero <lekktu@gmail.com>
20347
20348 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20349
203502007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20351
20352 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20353
203542007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20355
20356 * window.h (struct window):
20357 * window.c (struct save_window_data, struct saved_window):
20358 * termhooks.h (struct terminal):
20359 * process.h (struct Lisp_Process):
20360 * frame.h (struct frame):
20361 * buffer.h (struct buffer):
20362 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20363 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20364 The size field of (pseudo)vectors is now unsigned.
20365 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20366
20367 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20368 Turn `count' into an integer.
20369
20370 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20371 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20372 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20373 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20374 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20375
20376 * alloc.c (allocate_pseudovector): New fun.
20377 (ALLOCATE_PSEUDOVECTOR): New macro.
20378 (allocate_window, allocate_terminal, allocate_frame)
20379 (allocate_process): Use it.
20380 (mark_vectorlike): New function.
20381 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20382 (mark_terminals): Use it.
20383 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20384 (Fmake_byte_code): Use XSETPVECTYPE.
20385
20386 * frame.c (Fframe_parameters): Minor simplification.
20387
20388 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20389
20390 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20391
20392 * buffer.c (Fget_buffer_create, init_buffer_once):
20393 * lread.c (defsubr):
20394 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20395
20396 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20397 defined differently in the m/*.h files.
20398 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20399 (XSETPVECTYPE): New macro.
20400 (XSETPSEUDOVECTOR): Use it.
20401
20402 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20403 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20404
20405 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20406 * lread.c (defvar_per_buffer):
20407 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20408
20409 * window.c (candidate_window_p): Only consider as visible frames that
20410 are on the same terminal.
20411
20412 * m/ibms390x.h (MARKBIT): Remove unused macro.
20413
204142007-10-01 Juanma Barranquero <lekktu@gmail.com>
20415
20416 * lread.c (Fload): Fix typo in docstring.
20417
204182007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20419
20420 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20421 of a non-zero value can't yield zero.
20422
204232007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20424
20425 * term.c (term_clear_mouse_face, term_mouse_highlight)
20426 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20427
20428 * print.c (safe_debug_print): Use XHASH.
20429
20430 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20431 Lisp elements such as tags.
20432 (XHASH): New macro.
20433 (EQ): Use it.
20434 (SREF, SSET, STRING_COPYIN): Use SDATA.
20435 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20436
20437 * alloc.c (mark_terminal): Remove left-over declaration.
20438 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20439 (allocate_vectorlike): Remove type argument. Adjust callers.
20440 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20441 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20442
20443 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20444 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20445 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20446 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20447 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20448 Use them.
20449
20450 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20451 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20452 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20453
204542007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20455
20456 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20457 loaded by default.
20458
204592007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20462 on this tty.
20463 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20464
20465 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20466 Update all users.
20467 (handle_one_term_event): Use Gpm_DrawPointer.
20468 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20469 Signal errors instead of returning nil. Always return nil.
20470 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20471 Make it a noop if gpm-mouse was not activated.
20472 (syms_of_term): Update names.
20473
204742007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20477 (init_sys_modes): Check that gpm_tty is the current tty.
20478
20479 * alloc.c (allocate_terminal): Set the vector size to only count the
20480 lisp fields. Initialize those to nil.
20481 (mark_object): Don't treat terminals specially.
20482 (mark_terminal): Remove.
20483 (mark_terminals): Use mark_object instead.
20484
20485 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20486 the GC to the beginning.
20487
20488 * indent.h:
20489 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20490
20491 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20492
204932007-09-25 Jason Rumney <jasonr@gnu.org>
20494
20495 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20496
20497 * w32console.c (create_w32cons_output): Remove.
20498
20499 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20500
20501 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20502 (reset_sys_modes): Use reset_terminal_modes_hook.
20503
205042007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * eval.c (do_autoload): Don't output any message.
20507
205082007-09-24 Juri Linkov <juri@jurta.org>
20509
20510 * emacs.c (standard_args): Change priority of "--no-splash"
20511 from 40 to 3. Add "--no-desktop" with the same priority.
20512
205132007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20514
20515 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20516 and optimize the case where they are all 1.
20517
205182007-09-23 Johannes Weiner <hannes@saeurebad.de>
20519
20520 * lisp.h (abs): Define if not defined.
20521 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20522 Don't define `abs', since it's defined in lisp.h.
20523
205242007-09-22 Eli Zaretskii <eliz@gnu.org>
20525
20526 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20527 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20528 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20529 (init_tty): Use DEV_TTY instead of "/dev/tty".
20530 [WINDOWSNT]: No need to protect from NAME arg being null.
20531
205322007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20533
20534 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20535 up the tty state.
20536
205372007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20538
20539 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20540 (gpm_tty): Change its type.
20541 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20542 (gpm_tty): Change its type and initialize it.
20543 (Fterm_open_connection): Check the frame is indeed a tty.
20544 Use the new gpm_tty.
20545 (Fterm_close_connection): Use the new gpm_tty.
20546 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20547 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20548
205492007-09-21 Juanma Barranquero <lekktu@gmail.com>
20550
20551 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20552 underline_color, to draw strike-through.
20553
205542007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20555
20556 * lisp.h (allocate_terminal): Declare.
20557
20558 * window.c (candidate_window_p): Consider frames that are being placed
20559 by the user as somewhere between visible and iconified.
20560 (window_loop): Prefer windows on the current frame.
20561 (Fselect_window): Move the use of select-frame to the beginning so we
20562 can just delegate all the work (it'll call us back anyway).
20563
20564 * frame.c (Qdisplay_environment_variable):
20565 * frame.h (Qdisplay_environment_variable): Delete.
20566
20567 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20568 of the first arg, since that value may be a union.
20569
20570 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20571 parameter rather than Qdisplay_environment_variable. If all else
20572 fails, look for DISPLAY in initial-environment.
20573
205742007-09-21 Glenn Morris <rgm@gnu.org>
20575
20576 * Makefile.in (emacstool): Remove target.
20577 (lisp, shortlisp): Remove termdev.elc.
20578
205792007-09-21 Markus Triska <markus.triska@gmx.at>
20580
20581 * xterm.c (x_delete_display): Compile session management conditionally.
20582
205832007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20584
20585 * callproc.c (getenv_internal_1): New function.
20586 (getenv_internal): Use it.
20587 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20588
20589 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20590 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20591 (Fset_terminal_parameter): Work with dead terminals as well.
20592 (Fmodify_terminal_parameters): Remove.
20593
20594 * terminal.c (get_terminal): Handle terminals.
20595 Make sure the terminal returned is live.
20596 (create_terminal): Use allocate_terminal.
20597 (mark_terminals): Move to alloc.c.
20598 (delete_terminal): Use terminal->name as liveness status.
20599 NULL out fields after freeing their contents.
20600 Don't deallocate the object.
20601 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20602 rather than an int.
20603 (Fterminal_live_p): Accept non-integer arguments.
20604 (Fterminal_list): Return terminal objects rather than an ints.
20605
20606 * alloc.c (enum mem_type): New member for `terminal' objects.
20607 (allocate_terminal): New function.
20608 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20609 Handle terminals.
20610 (mark_terminal): New fun.
20611 (mark_terminals): Move from terminal.c.
20612
20613 * term.c (get_tty_terminal): Don't treat output_initial specially.
20614 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20615 (delete_tty): Use terminal->name as liveness status.
20616
20617 * termhooks.h (struct terminal): Make it into a pseudovector.
20618 Remove `deleted' replaced by checking `name's nullness.
20619
20620 * print.c (print_object): Handle terminals.
20621
20622 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20623 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20624
20625 * frame.c (make_terminal_frame):
20626 * keyboard.c (tty_read_avail_input):
20627 * w32term.c (x_delete_terminal):
20628 * xfns.c (Fx_create_frame, x_create_tip_frame):
20629 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20630
206312007-09-20 Glenn Morris <rgm@gnu.org>
20632
20633 * process.c (Fmake_network_process): Doc fix.
20634
206352007-09-19 Jason Rumney <jasonr@gnu.org>
20636
20637 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20638
206392007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20640
20641 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20642 Fix a C warning regarding variable constness.
20643
20644 * xterm.c (handle_one_xevent): Fix a C warning.
20645
206462007-09-18 Jason Rumney <jasonr@gnu.org>
20647
20648 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20649
206502007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20651
20652 * gtkutil.c (gdpy_def): New variable.
20653 (xg_initialize): Initialize gdpy_def.
20654 (xg_display_close): If no other display exists, set gdpy_def to a
20655 new connection.
20656
206572007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20658
20659 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20660 when we have no file name for the icon.
20661 (xg_tool_bar_expose_callback): Remove.
20662 (xg_create_tool_bar): Don't connect expose signal to
20663 xg_tool_bar_expose_callback.
20664 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20665
206662007-09-16 Andreas Schwab <schwab@suse.de>
20667
20668 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20669 values instead of zapping them.
20670
206712007-09-14 Glenn Morris <rgm@gnu.org>
20672
20673 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20674 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20675 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20676 scope and rename to omfib_buffer for clarity.
20677 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20678
206792007-09-14 Kenichi Handa <handa@m17n.org>
20680
20681 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20682
206832007-09-13 Jason Rumney <jasonr@gnu.org>
20684
20685 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20686
20687 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20688
20689 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20690 (mac_term_init): Call here instead, passing rif.
20691
206922007-09-13 Glenn Morris <rgm@gnu.org>
20693
20694 * s/hpux.h: No longer define `static' as nothing.
20695
206962007-09-13 Johan Bockgård <bojohan@gnu.org>
20697
20698 * callint.c (Fcall_interactively): Remove unused var `fun'.
20699
207002007-09-12 Romain Francoise <romain@orebokech.com>
20701
20702 * window.c (prefer_window_split_horizontally, display_buffer):
20703 Revert 2007-09-08 change.
20704
207052007-09-12 Glenn Morris <rgm@gnu.org>
20706
20707 * alloca.c: Remove file.
20708 * Makefile.in (alloca): Do not undef.
20709 (allocaobj, alloca.o): Remove.
20710 (otherobj): Remove allocaobj.
20711 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20712 * regex.c (C_ALLOCA): Remove all references and code that was only
20713 used when this was defined.
20714 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20715 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20716 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20717
20718 * Makefile.in (SOURCES, unlock, relock): Delete.
20719
20720 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20721 (menu_grab_callback): All uses changed.
20722
20723 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20724 (x_reply_selection_request): All uses changed.
20725
207262007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20727
20728 * lread.c (load_warn_old_style_backquotes): Change message to look
20729 better when it appears in the middle of byte-compiler messages.
20730
207312007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20732
20733 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20734
20735 * xterm.c (x_create_terminal): Add comment.
20736
20737 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20738
207392007-09-10 Richard Stallman <rms@gnu.org>
20740
20741 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20742
207432007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20744
20745 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20746 (DEFUN): Document `intspec', use it instead of `prompt'.
20747
20748 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20749
20750 * data.c (Finteractive_form): If the interactive specification starts
20751 with a `(', use it as a Lisp form.
20752
20753 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20754 name and file modes.
20755
20756 * callint.c (Fcall_interactively): Comment fixes.
20757
207582007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20761 and compiled functions.
20762
207632007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20764
20765 * window.c (prefer_window_split_horizontally): New variable.
20766 (display_buffer): Consider splitting window horizontally depending
20767 on prefer_window_split_horizontally.
20768
207692007-09-08 Eli Zaretskii <eliz@gnu.org>
20770
20771 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20772
207732007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20776
20777 * frame.c (x_set_frame_parameters): Check number is positive before
20778 using XFASTINT.
20779
20780 * window.c (freeze_window_start): Don't presume selected_window holds
20781 a window object.
20782 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20783
207842007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20785
20786 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20787
207882007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20789
20790 * window.c (Vsplit_window_preferred_function): New var.
20791 (Fdisplay_buffer): Use it.
20792 (syms_of_window): Export, and initialize it.
20793
207942007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20795
20796 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20797
207982007-09-06 Glenn Morris <rgm@gnu.org>
20799
20800 * gtkutil.c (menu_grab_callback) <cnt>:
20801 * xselect.c (x_reply_selection_request) <cnt>: Move static
20802 variable to file scope.
20803
208042007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20807 consistent values of selected_frame and selected_window.
20808
208092007-09-04 Jason Rumney <jasonr@gnu.org>
20810
20811 * w32console.c (initialize_w32_display): Zero unused hooks.
20812
208132007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20814
20815 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20816 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20817
208182007-09-04 Jason Rumney <jasonr@gnu.org>
20819
20820 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20821 in w32console.c. Set up input. Remove XXX comments that have been
20822 confirmed as correct.
20823
20824 * s/ms-w32.h (MULTI_KBOARD): Define.
20825
20826 * w32console.c (one_and_only_w32cons): Remove.
20827 (initialize_w32_display): Take terminal argument.
20828
20829 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20830 initialize_w32_display.
20831 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20832
20833 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20834
20835 * keyboard.c (discard_mouse_events): Discard it.
20836 (make_lispy_event): Translate it to a lisp event.
20837 (lispy_wheel_names): Add wheel-left and right events.
20838 (syms_of_keyboard): Enlarge wheel_syms.
20839
20840 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20841 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20842
20843 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20844
20845 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20846 from WM_MOUSEHWHEEL.
20847 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20848
20849 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20850 terminal.
20851
20852 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20853 keyboard for the terminal.
20854
208552007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20856
20857 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20858 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20859 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20860 and resume-tty-function to resume-tty-hook.
20861 (Fsuspend_tty, Fresume_tty): Use new names.
20862
208632007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20864
20865 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20866 if it starts with "n:".
20867
208682007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20869
20870 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20871
208722007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20873
20874 * frame.h:
20875 * frame.c (Qterm_environment_variable): Remove.
20876 (syms_of_frame): Don't init and staticpro it.
20877
20878 * callproc.c (getenv_internal): Remove special case for $TERM.
20879
20880 * callproc.c (Vinitial_environment): New variable.
20881 (set_initial_environment): Initialize it.
20882 (syms_of_callproc): Declare it.
20883 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20884 TERM under which a process runs is never related to the TERM in which
20885 Emacs is running.
20886
208872007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20888
20889 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20890 * s/darwin.h: ... do it here.
20891
208922007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * lisp.h (set_initial_environment): Rename from set_global_environment.
20895
20896 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20897 removed by mistake on the multi-tty branch.
20898
20899 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20900 (Fmodify_frame_parameters): Return a value.
20901
20902 * image.c (png_load): Comment-out var only used in commented-out code.
20903
20904 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20905 before passing it to mark_object.
20906
20907 * xfaces.c (internal_resolve_face_name): Return a value.
20908 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20909
20910 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20911 (x_icon): Comment-out var only used in commented-out code.
20912
209132007-08-29 Romain Francoise <romain@orebokech.com>
20914
20915 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20916 QUIT hasn't been provided.
20917
209182007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20919
20920 * callproc.c (child_setup, getenv_internal): Use the
20921 display-environment-variable and term-environment-variable frame params.
20922 (set_initial_environment): Initialise Vprocess_environment.
20923
20924 * config.in: Disable multi-keyboard support on a mac.
20925
20926 * frame.c (Qterm_environment_variable)
20927 (Qdisplay_environment_variable): New variables.
20928 (syms_of_frame): Intern and staticpro them.
20929 (Fmake_terminal_frame): Disable output method test.
20930
20931 * frame.h: Declare them here.
20932
20933 * macfns.c (x_set_mouse_color): Get rif from the frame.
20934 (x_set_tool_bar_lines): Don't use updating_frame.
20935 (mac_window): Add 2 new parameters for consistency with other systems.
20936 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20937 frame parameters following what is done in X11 and w32. Don't use
20938 FRAME_MAC_DISPLAY_INFO.
20939 (Fx_open_connection, start_hourglass): Remove window-system check.
20940 (x_create_tip_frame): Get the keyboard from the terminal.
20941
20942 * macmenu.c: Reorder includes.
20943 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20944
20945 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20946 terminal parameter.
20947 (x_clear_frame): Add a frame parameter.
20948 (note_mouse_movement): Get rif from the frame.
20949 (mac_term_init): Initialize the terminal.
20950 (mac_initialize): Make static and move terminal initialization ...
20951 (mac_create_terminal): ... to this new function.
20952
20953 * macterm.h (struct mac_display_info): Add terminal.
20954 (mac_initialize): Delete declaration.
20955
20956 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20957
20958 * sysdep.c: Comment out text after #endif.
20959
20960 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20961 is defined. Better initialize ttys in windows. Use terminal
20962 specific mouse_position_hook.
20963
20964 * termhooks.h (union display_info): Add mac_display_info.
20965
20966 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20967 Set the default minibuffer frame, window_system and the rest of the
20968 frame parameters following what is done in X11.
20969
20970 * w32term.c (w32_initialize): Make static.
20971
20972 * xselect.c (x_handle_selection_clear): Only access
20973 terminal->kboard when MULTI_KBOARD is defined.
20974
20975 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20976 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20977
209782007-08-29 Jason Rumney <jasonr@gnu.org>
20979
20980 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20981 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20982
20983 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20984 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20985
20986 * keyboard.c (restore_kboard_configuration): Only define when
20987 MULTI_KBOARD defined.
20988
20989 * makefile.w32-in: Update dependancies from Makefile.in.
20990 (OBJ1): Add terminal.$(O)
20991
20992 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20993 Don't define function body.
20994 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20995
20996 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20997
20998 * w32.c (request_sigio, unrequest_sigio): Remove.
20999
21000 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
21001 (w32con_clear_frame, w32con_clear_end_of_line)
21002 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
21003 (w32con_delete_glyphs, w32con_set_terminal_window)
21004 (scroll_line, w32_sys_ring_bell): Add frame arg.
21005 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
21006 Add terminal arg.
21007 (PICK_FRAME): Remove.
21008 (w32con_write_glyphs): Use frame specific terminal coding.
21009 (one_and_only_w32cons): New global variable.
21010 (initialize_w32_display): Use it for storing hooks.
21011 (create_w32cons_output): New function.
21012
21013 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
21014 arg a frame.
21015
21016 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
21017 Set window_system.
21018 (x_set_tool_bar_lines): Don't use updating_frame.
21019 (Fx_create_frame): Set terminal and ref count.
21020 (Fx_open_connection): Remove window-system check.
21021
21022 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
21023
21024 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
21025 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
21026 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
21027 Add frame arg.
21028 (x_delete_terminal, w32_create_terminal): New functions.
21029 (w32_term_init): Create a terminal.
21030 (w32_initialize): Move terminal specific initialization to
21031 w32_create_terminal.
21032
21033 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
21034 (w32_clear_rect, w32_clear_area): Use background from frame.
21035 (w32_display_info): Add terminal.
21036 (w32_sys_ring_bell, x_delete_display): Declare here.
21037
21038 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
21039
21040 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
21041
210422007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
21043
21044 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
21045 Fix get_named_tty calls for the controlling tty.
21046
210472007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21048
194d44e7 21049 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
21050
210512007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21052
21053 * term.c (tty_insert_glyphs): Add missing first parameter.
21054
210552007-08-29 Károly Lőrentey <karoly@lorentey.hu>
21056
21057 * buffer.c (Fbuffer_list, Fbury_buffer):
21058 Take frame->buried_buffer_list into account.
21059
21060 * cm.c (current_tty): New variable, for cmputc().
21061 (cmputc): Use it.
21062 (cmcheckmagic): Add tty parameter, look up terminal streams there.
21063 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
21064 (cmgoto): Add tty parameter. Pass it on to calccost().
21065 Use emacs_tputs() instead of tputs().
21066
21067 * cm.h (emacs_tputs): New macro to set current_tty, and then call
21068 tputs().
21069 (current_tty): New variable, for cmputc().
21070 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
21071
21072 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
21073 (internal_condition_case, internal_condition_case_1)
21074 (internal_condition_case_2): Don't abort when x_catching_errors.
21075
21076 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
21077 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
21078 prevent crashes caused by bogus longjmps in read_char.
21079
21080 * keymap.h (Fset_keymap_parent): Add EXFUN.
21081
21082 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
21083 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21084 Remove redundant definition.
21085
21086 * macfns.c (x_set_mouse_color, x_make_gc):
21087 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21088
21089 * w32term.c (x_free_frame_resources):
21090 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21091 (w32_initialize): Use the accessor macros for terminal characteristics.
21092
21093 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
21094 Use the accessor macros for terminal characteristics.
21095 * msdos.c (internal_terminal_init): Use the accessor macros for
21096 terminal characteristics.
21097 (ScreenVisualBell, internal_terminal_init):
21098 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21099
21100 * termopts.h (no_redraw_on_reenter): Declare.
21101
21102 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
21103 (mark_terminals, mark_ttys): Declare.
21104 (Fgarbage_collect): Call them.
21105 (mark_object): Mark buried_buffer_list.
21106
21107 * prefix-args.c: Include stdlib.h for exit.
21108
21109 * syssignal.h: Add comment.
21110
21111 * indent.c: Include stdio.h.
21112
21113 * window.h (Vinitial_window_system): Declare.
21114 (Vwindow_system): Delete declaration.
21115
21116 * fontset.c (Finternal_char_font): Use FRAME_RIF.
21117
21118 * image.c (lookup_image): Don't initialize `c' until the xasserts
21119 have been run.
21120
21121 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
21122 FRAME_FOREGROUND_PIXEL.
21123
21124 * print.c (print_preprocess): Don't lose print_depth levels while
21125 iterating.
21126
21127 * widget.c (update_from_various_frame_slots):
21128 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21129
21130 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
21131 frames.
21132 (window_internal_height): Remove bogus make_number call.
21133 (init_window_once): Call make_terminal_frame with two zero parameters.
21134
21135 * fileio.c (Fread_file_name): Update comment.
21136
21137 * callint.c (Fcall_interactively):
21138 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21139 Make sure it is correctly unwound.
21140
21141 * xsmfns.c (x_session_close): New function.
21142
21143 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21144 Delete declarations.
21145
21146 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21147 (x_output): Remove background_pixel and foreground_pixel fields.
21148 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21149 (x_delete_device, x_session_close): Declare.
21150
21151 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21152 (read_filtered_event): Call `read_char' with a local
21153 `wrong_kboard_jmpbuf'.
21154
21155 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21156 Don't call single_kboard_state. Use FRAME_RIF.
21157
21158 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21159 systems.
21160
21161 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21162 (Fframe_with_environment, Fset_input_meta_mode)
21163 (Fset_quit_char): EXFUN.
21164 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21165 (init_sys_modes, reset_sys_modes): Update prototypes.
21166 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21167
21168 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21169 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21170 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21171 Delete declarations.
21172 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21173 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21174 New declarations.
21175
21176 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21177 already does that during init_display(). Call syms_of_keymap
21178 before syms_of_keyboard. Call `syms_of_terminal'.
21179 Call set_initial_environment, not set_process_environment.
21180 (shut_down_emacs): Call reset_all_sys_modes() instead of
21181 reset_sys_modes().
21182
21183 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21184 (internal_resolve_face_name, resolve_face_name_error): New functions.
21185 (resolve_face_name): Protect against loops and errors thrown by Fget.
21186 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21187 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21188
21189 * scroll.c: Replace CURTTY() with local variables throughout the
21190 file (where applicable).
21191 (calculate_scrolling, calculate_direct_scrolling)
21192 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21193 characteristics.
21194
21195 * keymap.c (Vfunction_key_map): Remove.
21196 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21197 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21198 (Vkey_translation_map): Remove.
21199 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21200 (Fdescribe_buffer_bindings)
21201 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21202 Update for terminal-local key-translation-map.
21203
21204 * Makefile.in (callproc.o): Update dependencies.
21205 (lisp, shortlisp): Add termdev.elc.
21206 (obj): Add terminal.o.
21207 (terminal.o): Add dependencies.
21208 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21209 (data.o, fns.o): Add termhooks.h dependency.
21210 (SOME_MACHINE_LISP): Add dnd.elc.
21211 (minibuf.o): Fix typo.
21212 Update dependencies.
21213
21214 * data.c (do_symval_forwarding, store_symval_forwarding)
21215 (find_symbol_value): Use the selected frame's keyboard, not
21216 current_kboard.
21217
21218 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21219 Vwindow_system.
21220
21221 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21222 Fmenu_bar_open.
21223 (syms_of_xmenu): Update defsubr.
21224 (mouse_position_for_popup, Fx_popup_menu)
21225 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21226 (set_frame_menubar, free_frame_menubar)
b97439ce 21227 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21228 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21229 an X frame.
21230
21231 * xselect.c (x_own_selection): Abort if not an X frame.
21232 (some_frame_on_display): Check if it is an X frame.
21233 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21234
21235 * coding.c: Include frame.h and termhooks.h.
21236 (terminal_coding, keyboard_coding): Delete.
21237 (Fset_terminal_coding_system_internal)
21238 (Fset_keyboard_coding_system_internal)
21239 (Fkeyboard_coding_system)
21240 (Fterminal_coding_system): Add a terminal parameter.
21241 Get terminal_coding from the terminal.
21242 (init_coding_once): Don't call setup_coding_system here.
21243
21244 * dispextern.h (set_scroll_region, turn_off_insert)
21245 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21246 (tty_clear_end_of_line, tty_setup_colors)
21247 (delete_tty, updating_frame)
21248 (produce_special_glyphs, produce_glyphs, write_glyphs)
21249 (insert_glyphs): Remove.
21250 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21251 (tty_turn_off_highlight, get_tty_size): Add declaration.
21252 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21253
21254 * frame.h (enum output_method): Add output_initial.
21255 (struct x_output): Delete.
21256 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21257 Access foreground_pixel and background_pixel directly from the frame.
21258 (tty_display): Delete.
21259 (struct frame): Add buried_buffer_list, foreground_pixel,
21260 background_pixel and terminal. Delete kboard.
21261 (union output_data): Add tty.
21262 (FRAME_KBOARD): Get the kboard from the terminal.
21263 (FRAME_INITIAL_P): New macro.
21264 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21265 (Qterm_environment_variable, Qdisplay_environment_variable)
21266 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21267 New declarations.
21268
21269 * termchar.h (tty_output, tty_display_info): New structures.
21270 (tty_list): Declare.
21271 (FRAME_TTY, CURTTY): New macros.
21272 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21273 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21274 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21275 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21276
21277 * callproc.c: Include frame.h and termhooks.h, for terminal
21278 parameters.
21279 (add_env): New function.
21280 (child_setup): Use it.
21281 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21282 (getenv_internal): Fix get_terminal_param call.
21283 (Fgetenv_internal, egetenv): Update doc.
21284 (syms_of_callproc): Initialize Vprocess_environment to nil.
21285 Register and initialize them. Remove obsolete defvars. Update doc
21286 strings.
21287 (child_setup): Handle Vlocal_environment_variables.
21288 (getenv_internal): Add terminal parameter.
21289 Handle Vlocal_environment_variables.
21290 (Fgetenv_internal): Add terminal parameter.
21291 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21292 environment in a frame (not terminal) parameter. Update doc strings.
21293 (set_initial_environment): Rename from set_global_environment.
21294 Store Emacs environment in initial frame parameter.
21295
21296 * xdisp.c (redisplay_internal): Update references to
21297 `previous_terminal_frame'.
21298 (display_mode_line, Fformat_mode_line): Replace calls to
21299 `push_frame_kboard' with `push_kboard'.
21300 (get_glyph_string_clip_rects): Add extra parentheses and
21301 braces to prevent compiler warnings.
21302 (calc_pixel_width_or_height): Add xassert to check that the
21303 frame is alive. Don't call `lookup_image' on a termcap frame.
21304 (message2_nolog, message3_nolog, redisplay_internal)
21305 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21306 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21307 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21308 (Fx_display_pixel_width, Fx_display_pixel_height)
21309 (Fx_display_planes, Fx_display_color_cells)
21310 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21311 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21312 (Fx_display_backing_store, Fx_display_visual_class)
21313 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21314 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21315
21316 * xfns.c (x_set_foreground_color x_set_background_color)
21317 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21318 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21319 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21320 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21321 terminal that is being deleted.
21322 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21323 frame parameter, and make sure it overrides any user-supplied setting.
21324 (Fx_close_connection, Fx_synchronize): Unify argument names with
21325 the rest of the DEFUNs.
21326
21327 * dispnew.c (Fsend_string_to_terminal): Update call to
21328 `get_tty_terminal'.
21329 (Fredraw_frame, Fsend_string_to_terminal)
21330 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21331 FRAME_TERMCAP_P and FRAME_TTY.
21332 (window_change_signal): Don't believe width/height values that are
21333 impossibly small.
21334 (Vinitial_window_system): Rename from Vwindow_system.
21335 (termscript, Wcm, rif): Delete.
21336
21337 * termhooks.h (struct terminal): New struct containing the
21338 previously global text display hooks and new members NAME,
21339 DELETED and PARAM_ALIST.
21340 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21341 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21342 (FRAME_RIF): New macros.
21343 (get_terminal_param, get_device): New declarations.
21344 (termscript): Delete declaration.
21345
21346 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21347 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21348 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21349 FRAME_FOREGROUND_PIXEL.
21350 (x_fully_uncatch_errors): Disable definition.
21351 (x_scroll_bar_expose): Fix reference to foreground pixel.
21352 (XTread_socket): Disable loop on all X displays.
21353 (x_delete_terminal): Don't set terminal->deleted and let
21354 delete_terminal delete the frames on the terminal.
21355 (x_delete_display): Doc update to reflect changes in
21356 delete_terminal.
21357 (x_display_info) <terminal>: Move member earlier in the struct.
21358 (deleting_tty): Remove old variable.
21359 (Fsuspend_tty): Call clear_tty_hooks.
21360 (Fresume_tty, init_tty): Call set_tty_hooks.
21361 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21362 errors on X frames.
21363 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21364 (handle_one_xevent): Initialize `f' to NULL.
21365 (x_delete_terminal, x_create_terminal): New functions.
21366 (XTset_terminal_modes, XTreset_terminal_modes)
21367 (XTread_socket, x_connection_closed, x_term_init)
21368 (x_term_init, x_delete_display): Add terminal parameter.
21369 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21370 X connections.
21371
21372 * frame.c: Include termchar.h.
21373 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21374 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21375 (Qdisplay_environment_variable): New vars.
21376 (Fframep): Deal with output_initial.
21377 (Fframe-live-p): Doc fix.
21378 (Fwindow-system): New function.
21379 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21380 (make_terminal_frame): Don't create frames on a terminal that is
21381 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21382 (store_frame_param): Check for found_for_frame before calling XFRAME.
21383 (Fmake_terminal_frame): Handle NULL tty names correctly.
21384 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21385 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21386 frames to refer to a deleted frame in their 'environment parameter.
21387 (Fframe_with_environment): New function.
21388 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21389 (get_future_frame_param): New function.
21390 (Fmake_terminal_frame): Use it.
21391 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21392
21393 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21394 * sysdep.c (reset_sys_modes): Update for renames.
21395
21396 * keyboard.c (tty_read_avail_input): New function.
21397 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21398 (syms_of_keyboard): Defsubr them.
21399 (Fset_input_meta_mode, Fset_quit_char): New functions.
21400 (Fset_input_mode): Split to above functions.
21401 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21402 parameter. Use it in call to `read_char'.
21403 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21404 Set wrong_kboard_jmpbuf correctly in recursive calls.
21405 Use current_kboard to access Vkeyboard_translate_table.
21406 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21407 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21408 Update longjmp invocations. Remember the original current_kboard,
21409 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21410 changes it. Comment out unnecessary calls to
21411 `record_single_kboard_state' and `any_kboard_state'.
21412 Update recursive calls.
21413 (wrong_kboard_jmpbuf): Remove global variable.
21414 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21415 Handle deleted interrupted_kboards correctly; that is a legal
21416 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21417 and read_char calls. Abort if interrupted_kboard died in read_char.
21418 (any_kboard_state, single_kboard_state)
21419 (push_frame_kboard): Remove function.
21420 (pop_kboard): Switch out of single_kboard mode if the kboard has
21421 been deleted. Remove unused variable. Help debugging by not
21422 changing current_kboard unnecessarily. Set current_kboard to the
21423 kboard of the selected frame when the stored kboard object has
21424 been deleted before pop_kboard.
21425 (temporarily_switch_to_single_kboard): Change first parameter to a
21426 frame pointer. Throw an error when caller wants to change kboards
21427 while in single_kboard mode. Don't push_kboard if we weren't in
21428 single kboard state. Don't pop_kboard if we popped into any
21429 kboard state.
21430 (restore_kboard_configuration): Abort if pop_kboard changed the
21431 kboard in single_kboard mode. Call pop_kboard only after setting
21432 up single_kboard mode.
21433 (Frecursive_edit): Switch to single_kboard mode only in nested
21434 command loops.
21435 (cmd_error, command_loop, command_loop_1, timer_check):
21436 Comment out unnecessary call to `any_kboard_state' and
21437 `record_single_kboard_state'.
21438 (delete_kboard): Exit single_kboard mode if we have just deleted
21439 that kboard. Use FRAME_KBOARD.
21440 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21441 `fatal_error_signal'.
21442 (record_single_kboard_state): Don't push_kboard if we weren't in
21443 single kboard state. Don't pop_kboard if we popped into any
21444 kboard state.
21445 (push_frame_kboard): Rename to push_kboard.
21446 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21447 (read_avail_input): Read input from all terminals.
21448 (mark_kboards): Also mark Vkeyboard_translate_table.
21449 (kbd_buffer_store_event_hold): Simplify condition.
21450 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21451 (Vkeyboard_translate_table): Move to struct kboard.
21452 (init_kboard): Initialize Vkeyboard_translate_table.
21453 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21454 Vkeyboard_translate_table. Update doc strings. Update docs of
21455 local-function-key-map and function-key-map.
21456
21457 * terminal.c: New file.
21458
21459 * term.c: Include errno.h.
21460 (Vring_bell_function, device_list, initial_device)
21461 (next_device_id, ring_bell, update_begin, update_end)
21462 (set_terminal_window, cursor_to, raw_cursor_to)
21463 (clear_to_end, clear_frame, clear_end_of_line)
21464 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21465 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21466 (syms_of_term): Move their initialization to terminal.c.
21467 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21468 (Ftty_display_color_cells)
21469 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21470 (clear_tty_hooks, set_tty_hooks)
21471 (init_tty, maybe_fatal): New functions.
21472 (Ftty_type): Return nil if terminal is not on a tty instead of
21473 throwing an error. Doc update.
21474 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21475 Doc update. Initialize new subrs and variables.
21476 (delete_tty): Use terminal->deleted.
21477 (tty_set_terminal_modes): Rename from set_terminal_modes.
21478 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21479 (set_scroll_region): Rename to `tty_set_scroll_region'.
21480 (turn_on_insert): Rename to `tty_turn_on_insert'.
21481 (turn_off_insert): Rename to `tty_turn_off_insert'.
21482 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21483 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21484 (toggle_highligh): Rename to `tty_toggle_highlight'.
21485 (background_highlight): Rename to `tty_background_highlight'.
21486 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21487 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21488 (tty_set_scroll_region, tty_background_highlight)
21489 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21490 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21491 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21492 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21493 Add static modifier.
21494 (tty_reset_terminal_modes, tty_set_terminal_window)
21495 (tty_set_scroll_region, tty_background_highlight)
21496 (tty_highlight_if_desired, tty_cursor_to)
21497 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21498 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21499 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21500 renames.
21501
215022007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21503
21504 * keyboard.c: Qrtl is new.
21505 (parse_tool_bar_item): Handle :rtl keyword.
21506 (syms_of_keyboard): Intern :rtl keyword.
21507
21508 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21509
21510 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21511 so no Lisp code is executed.
21512 (file_for_image, find_rtl_image): New functions.
21513 (xg_get_image_for_pixmap): Use file_for_image.
21514 (update_frame_tool_bar): If direction is RTL, use RTL image if
21515 defined. Use Gtk stock images if defined.
21516
215172007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21518
21519 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21520 for nonexistent or zero-width glyph in composition glyph.
21521
215222007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21525
21526 * xdisp.c (Finvisible_p): New function.
21527 (syms_of_xdisp): defsubr it.
21528
215292007-08-24 Juanma Barranquero <lekktu@gmail.com>
21530
21531 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21532 Doc fixes.
21533
215342007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21535
21536 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21537
215382007-08-24 Martin Rudalics <rudalics@gmx.at>
21539
21540 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21541 whether decoding has modified buffer contents.
21542
215432007-08-24 Jason Rumney <jasonr@gnu.org>
21544
21545 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21546 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21547 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21548 (init_svg_functions) [HAVE_NTGUI]: New function.
21549 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21550 (svg_load_image): Use them.
21551 (svg_load_image) [HAVE_NTGUI]: Implement background.
21552
215532007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21554
21555 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21556 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21557 (LIBX): Remove @RSVG_LIBS@.
21558 (LIBES): Add $(RSVG_LIBS).
21559
21560 * image.c (svg_load_image): Blend with specified background if exists.
21561 Use IMAGE_BACKGROUND. Add Mac OS Support.
21562
21563 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21564 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21565 Remove macros.
21566 [MAC_OSX] (socket_callback): Do nothing.
21567 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21568 ReceiveNextEvent.
21569 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21570 socket_callback.
21571 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21572
215732007-08-22 Glenn Morris <rgm@gnu.org>
21574
21575 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21576
215772007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21578
21579 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21580
21581 * image.c: Add support for SVG images. Some additional comments
21582 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21583 (svg_image_p): New function to test for SVG image.
21584 (svg_load): New function to load SVG image.
21585 (svg_load_image): New function, helper for svg_load.
21586 (Qsvg): New Lisp_object.
21587 (svg_keyword_index): New enum.
21588 (svg_format): New static `image_keyword' struct.
21589 (svg_type): New static `image_type' struct.
21590 (librsvg/rsvg.h): Include it.
21591
215922007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21593
21594 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21595
215962007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21597
21598 * lread.c (Qold_style_backquotes): New var.
21599 (syms_of_lread): Init and staticpro it.
21600 (load_warn_old_style_backquotes): New fun.
21601 (Fload): Use them to warn about old style backquotes.
21602 (end_of_file_error, Fload): Remove unused vars.
21603
21604 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21605
21606 * lread.c (Vold_style_backquotes): New var.
21607 (syms_of_lread): Init and export it to Elisp.
21608 (read1): Set it when we find an old-style (back)quote.
21609
216102007-08-22 Jason Rumney <jasonr@gnu.org>
21611
21612 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21613
216142007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21615
21616 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21617
216182007-08-19 Richard Stallman <rms@gnu.org>
21619
21620 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21621
216222007-08-19 Andreas Schwab <schwab@suse.de>
21623
21624 * alloc.c (pure): Round PURESIZE up.
21625
216262007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21627
21628 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21629 active frame.
21630
216312007-08-16 Richard Stallman <rms@gnu.org>
21632
21633 * eval.c (Fcommandp): Add parens to clarify.
21634
21635 * minibuf.c (Fall_completions): Use enum for type of table.
21636
21637 * emacs.c (USAGE2): Improve text.
21638
216392007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21640
21641 * term.c (tty_default_color_capabilities): Declare static
21642 variables in file scope, to avoid HPUX compiler problem.
21643
216442007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21645
21646 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21647 to gtk_toolbar_insert.
21648
216492007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21652
21653 * insdel.c (reset_var_on_error): New fun.
21654 (signal_before_change, signal_after_change):
21655 Use it to reset (after|before)-change-functions to nil in case of error.
21656 Bind inhibit-modification-hooks to t.
21657 Don't bind (after|before)-change-functions to nil while they run.
21658
216592007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21660
21661 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21662 filling pixmap with stippled background.
21663
216642007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21665
21666 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21667 Don't use invisible frame as parent window for repositioning.
21668
216692007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21670
21671 * print.c (new_backquote_output): Rename from old_backquote_output.
21672 (print): Inverse its logic (according to its name) so as to match the
21673 behavior of new_backquote_flag in lread.c.
21674
216752007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21676
21677 * gmalloc.c (posix_memalign): New function.
21678
21679 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21680 ActivateControl/DeactivateControl here.
21681 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21682 frame-notice-user-settings is non-nil.
21683 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21684 for kEventParamFMFontStyle.
21685 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21686 mac_pass_command_to_system and mac_pass_control_to_system here.
21687 (XTread_socket): Call ActivateControl/DeactivateControl here.
21688 (XTread_socket) [TARGET_API_MAC_CARBON]:
21689 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21690 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21691 for window repositioning.
21692
216932007-08-08 Glenn Morris <rgm@gnu.org>
21694
21695 * Replace `iff' in doc-strings and comments.
21696
216972007-08-07 Chong Yidong <cyd@stupidchicken.com>
21698
21699 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21700
217012007-08-07 Martin Rudalics <rudalics@gmx.at>
21702
21703 * fileio.c (Finsert_file_contents): Run format-decode and
21704 after_insert_file_functions on entire buffer when REPLACE is
21705 non-nil and inhibit modification_hooks and point_motion_hooks.
21706 For consistency, run after_insert_file_functions iff something
21707 got inserted. Move signal_after_change and update_compositions
21708 after code running after_insert_file_functions. Make sure that
21709 undo_list doesn't record intermediate steps of the decoding process.
21710
217112007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21712
21713 * emacs.c (main)
21714 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21715 Call malloc_enable_thread on interactive startup.
21716
21717 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21718 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21719 [USE_PTHREAD]: Conditionalize with it.
21720 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21721 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21722 New functions.
21723
217242007-08-06 Chong Yidong <cyd@stupidchicken.com>
21725
21726 * xdisp.c (redisplay_window): When restoring original buffer
21727 position, make sure it is still valid.
21728
21729 * image.c (png_load): Ignore png-supplied background color.
21730
217312007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21732
21733 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21734 Use kCFAbsoluteTimeIntervalSince1970.
21735
21736 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21737 New variable.
21738 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21739 event loop should be quit.
21740 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21741 Quit dialog event loop if quit_dialog_event_loop is set.
21742
21743 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21744 (Selection): New typedef. Use instead of ScrapRef.
21745 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21746 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21747 (mac_clear_selection): Rename from clear_scrap.
21748 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21749 scrap_has_target_type. All uses changed.
21750 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21751 (mac_selection_has_target_p): New functions.
21752 (mac_put_selection_value): Rename from put_scrap_string.
21753 (mac_get_selection_value): Rename from get_scrap_string.
21754 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21755 (put_scrap_private_timestamp, scrap_has_target_type)
21756 (get_scrap_private_timestamp): Remove functions.
21757 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21758 (x_own_selection, x_get_local_selection):
21759 Use mac_valid_selection_value_p.
21760 (x_own_selection): Don't use put_scrap_private_timestamp.
21761 Record OWNERSHIP-INFO into Vselection_alist instead.
21762 (x_get_local_selection): Don't check type if request is local.
21763 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21764 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21765
217662007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21767
21768 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21769 add comment explaining why.
21770
217712007-08-03 Richard Stallman <rms@gnu.org>
21772
21773 * fileio.c (Fvisited_file_modtime): Use make_time.
21774
217752007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21776
21777 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21778 build.
21779
217802007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21781
21782 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21783
217842007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21785
21786 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21787
217882007-07-30 Richard Stallman <rms@gnu.org>
21789
21790 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21791
217922007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21793
21794 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21795
217962007-07-28 Nick Roberts <nickrob@snap.net.nz>
21797
21798 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21799 remote default-directory.
21800
21801 * buffer.c (mode-line-format): Update doc string.
21802
218032007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21804
21805 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21806 scroll bar gap.
21807 (x_scroll_bar_create): Set bar->fringe_extended_p.
21808 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21809 on frame edge. Check fringe background extension. Don't clear
21810 extended fringe background area.
21811
21812 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21813 (w32_fill_area): Enclose multiple statements with do ... while (0).
21814
21815 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21816 Extend fringe background to scroll bar gap.
21817 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21818 Set bar->fringe_extended_p.
21819 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21820 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21821 background extension. Don't clear extended fringe background area.
21822
21823 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21824 New member fringe_extended_p.
21825
218262007-07-25 Glenn Morris <rgm@gnu.org>
21827
21828 * Relicense all FSF files to GPLv3 or later.
21829
21830 * COPYING: Switch to GPLv3.
21831
218322007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21835
21836 * data.c (Finteractive_form): Check for the presence of an
21837 `interactive-form' symbol property more thoroughly.
21838
21839 * data.c (Finteractive_form): Use an `interactive-form' property if
21840 present, analogous to the function-documentation property.
21841
218422007-07-24 Jason Rumney <jasonr@gnu.org>
21843
21844 * w32fns.c (x_real_positions): Get real position from OS instead of
21845 calculating it.
21846
218472007-07-23 Jason Rumney <jasonr@gnu.org>
21848
21849 * filelock.c (current_lock_owner): Allow for @ sign in username.
21850
218512007-07-22 Nick Roberts <nickrob@snap.net.nz>
21852
21853 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21854 remote default-directory.
21855
21856 * buffer.c (mode-line-format): Describe above case in doc string.
21857
218582007-07-20 Eli Zaretskii <eliz@gnu.org>
21859
21860 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21861 Define if not defined.
21862
218632007-07-18 Jason Rumney <jasonr@gnu.org>
21864
21865 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21866
218672007-07-18 Richard Stallman <rms@gnu.org>
21868
21869 * data.c (Fsetq_default): Doc fix.
21870
21871 * eval.c (Fsetq): Doc fix.
21872
218732007-07-18 Juanma Barranquero <lekktu@gmail.com>
21874
21875 * coding.c (Ffind_operation_coding_system):
21876 * eval.c (For, Fand): Doc fixes.
21877 Reported by Johan Bockgård.
21878
218792007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21880
21881 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21882
21883 * xterm.h: Declare x_ewmh_activate_frame.
21884
21885 * xterm.c (x_ewmh_activate_frame): New function.
21886 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21887
218882007-07-17 Martin Rudalics <rudalics@gmx.at>
21889
21890 * window.c (Fdisplay_buffer): If largest or LRU window is the
21891 only window, split it even if it is not eligible for splitting.
21892 This restores the original behavior broken by the 2007-07-15
21893 change.
21894
218952007-07-17 Glenn Morris <rgm@gnu.org>
21896
21897 * abbrev.c (abbrev_check_chars): New function.
21898 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21899 Call abbrev_check_chars to check abbrev characters are word
21900 constituents. Doc fix.
21901
219022007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * process.c (Fstart_process, Fmake_network_process)
21905 (read_process_output): Fix up last changes.
21906
219072007-07-16 Eli Zaretskii <eliz@gnu.org>
21908
21909 * makefile.w32-in (clean): Don't delete *~.
21910
219112007-07-16 Andreas Schwab <schwab@suse.de>
21912
21913 * window.c (Fdisplay_buffer): Use NILP.
21914 (Fset_window_scroll_bars): Likewise.
21915
219162007-07-15 Martin Rudalics <rudalics@gmx.at>
21917
21918 * window.c (window_min_size_2): New function.
21919 (window_min_size_1, size_window, Fdisplay_buffer)
21920 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21921 windows without mode- or header-lines when window-min-height is
21922 too small.
21923 (size_window): Reset nodelete_p after testing it, following an
21924 earlier note by Kim F. Storm.
21925 (display_buffer): Do not set split_height_threshold to twice the
21926 value of window_min_height to avoid changing the value of a
21927 customizable variable. Rather explicitly check whether the
21928 height of the window that shall be splitted is at least as large
21929 as split_height_threshold.
21930 (Fwindow_full_width_p): New defun.
21931 (syms_of_window): Defsubr it.
21932
21933 * window.h: Add EXFUN for Fwindow_full_width_p.
21934
219352007-07-14 Jason Rumney <jasonr@gnu.org>
21936
21937 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21938
219392007-07-14 Richard Stallman <rms@gnu.org>
21940
21941 * eval.c (maybe_call_debugger): New function.
21942 (find_handler_clause): Use maybe_call_debugger.
21943 Call it when the handler says `debug'.
21944 Eliminate DEBUGGER_VALUE_PTR.
21945 (Fsignal): Eliminate debugger_value.
21946 (Qdebug): New variable.
21947 (syms_of_eval): Initialize it.
21948
219492007-07-14 Juanma Barranquero <lekktu@gmail.com>
21950
21951 * eval.c (Fprogn):
21952 * keyboard.c (Ftrack_mouse):
21953 * print.c (Fwith_output_to_temp_buffer):
21954 * window.c (Fsave_window_excursion): Doc fix.
21955
219562007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21957
21958 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21959
219602007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21961
21962 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21963 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21964 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21965 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21966 Remove unused encoding_carryover.
21967 * process.c: Adjust all functions accordingly.
21968
219692007-07-12 Richard Stallman <rms@gnu.org>
21970
21971 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21972
219732007-07-11 Jason Rumney <jasonr@gnu.org>
21974
21975 * makefile.w32-in (LIBS): Include OLE32.
21976
21977 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21978 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21979
219802007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21981
21982 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21983 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21984 from a Lisp_Object into a bare pointer.
21985 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21986 Adjust the code correspondingly.
21987
21988 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21989
21990 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21991 (term_show_mouse_face): Remove unused var `j'.
21992 (handle_one_term_event): Remove unused vars `i' and `j'.
21993 Don't cast return value of ttyname since it's not necessary.
21994
219952007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21998 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21999
22000 * fns.c (map_char_table): Use an array of int for `indices' rather than
22001 an array of Lisp_Objects (which are only ever integers anyway).
22002 (Fmap_char_table): Update caller.
22003 * lisp.h: Update prototype.
22004 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
22005 * fontset.c (Ffontset_info):
22006 * casetab.c (set_case_table): Update callers.
22007
22008 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
22009
22010 * keymap.c (struct accessible_keymaps_data)
22011 (struct where_is_internal_data): New structures.
22012 (accessible_keymaps_1, where_is_internal_1): Use them to change
22013 interface to adhere to the one used by map_keymap.
22014 (Faccessible_keymaps, where_is_internal): Use map_keymap.
22015 (accessible_keymaps_char_table, where_is_internal_2): Remove.
22016
22017 * keymap.h (map_keymap_function_t): More informative prototype.
22018
220192007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22020
22021 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
22022 (looking_at_1): Don't change search_regs and last_thing_searched
22023 if `inhibit-changing-match-data' is non-nil.
22024 (string_match_1, search_buffer, set_search_regs): Likewise.
22025 (syms_of_search): Add Lisp level definition for
22026 `inhibit-changing-match-data' and set it to nil.
22027 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
22028 start and end of the match, instead of using values in search_regs.
22029
220302007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22031
22032 * minibuf.c (Fcompleting_read): New value `confirm-only'
22033 for `require-match'.
22034
220352007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22036
22037 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
22038 part of the 2007-06-27 change to syms_of_fileio.
22039
220402007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22041
22042 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
22043 Check WINDOWP before using XWINDOW. Consolidate return statements.
22044
220452007-06-27 Richard Stallman <rms@gnu.org>
22046
22047 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
22048
220492007-06-27 Juanma Barranquero <lekktu@gmail.com>
22050
22051 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
22052
220532007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22054
22055 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
22056 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
22057 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
22058 (_free_internal, memalign): Use them.
22059 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
22060 Initialize to PTHREAD_MUTEX_INITIALIZER.
22061 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
22062 (morecore_nolock): Rename from morecore. All uses changed.
22063 Use only nolock versions of internal allocation functions.
22064 (_malloc_internal_nolock, _realloc_internal_nolock)
22065 (_free_internal_nolock): New functions created from
22066 _malloc_internal, _realloc_internal, and _free_internal.
22067 (_malloc_internal, _realloc_internal, _free_internal): Use them.
22068 Copy hook value to automatic variable before its use.
22069 (memalign): Copy hook value to automatic variable before its use.
22070
220712007-06-26 Kenichi Handa <handa@m17n.org>
22072
22073 * coding.c (Ffind_operation_coding_system): Docstring improved.
22074 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
22075
220762007-06-25 David Kastrup <dak@gnu.org>
22077
22078 * keymap.c (Fcurrent_active_maps): Add `position' argument.
22079 (Fwhere_is_internal): Adjust call to `current-active-maps' to
22080 cater for additional parameter.
22081
22082 * keymap.h: Adjust number of parameters to `current-active-maps'.
22083
22084 * doc.c (Fsubstitute_command_keys): Adjust call of
22085 `current-active-maps'.
22086
220872007-06-25 David Kastrup <dak@gnu.org>
22088
22089 * callint.c (Fcall_interactively): Make the parsing of interactive
22090 specs somewhat more readable.
22091
220922007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22093
22094 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
22095 to scroll bar gap also when bitmap fills fringe. Draw only foreground
22096 if extended background has already been filled.
22097
220982007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22099
22100 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
22101 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
22102
22103 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
22104 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
22105 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
22106 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
22107 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
22108 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
22109 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
22110 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
22111 Run timers during dialog popup.
22112 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
22113
221142007-06-21 Jason Rumney <jasonr@gnu.org>
22115
22116 * image.c (convert_mono_to_color_image): Swap fore and background.
22117
221182007-06-20 Jason Rumney <jasonr@gnu.org>
22119
22120 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
22121 (w32_free_bdf_font): Unmap memory not handle.
22122
221232007-06-20 Sam Steingold <sds@gnu.org>
22124
22125 * gmalloc.c (__morecore): Fix the declaration to comply with the
22126 definition.
22127
221282007-06-20 Juanma Barranquero <lekktu@gmail.com>
22129
22130 * w32term.c (w32_delete_display): Remove leftover declaration.
22131 (w32_define_cursor, w32_initialize): Make static.
22132
22133 * w32.c (_wsa_errlist): Fix typo in error message.
22134 (init_environment): Ignore any environment variable from the
22135 registry having a null value.
22136
221372007-06-20 Glenn Morris <rgm@gnu.org>
22138
22139 * Makefile.in (LIBGIF): Default to -lgif.
22140
221412007-06-17 Jason Rumney <jasonr@gnu.org>
22142
22143 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22144 unicode strings.
22145
221462007-06-16 Juanma Barranquero <lekktu@gmail.com>
22147
22148 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22149 Fix typo in docstring.
22150
221512007-06-16 Eli Zaretskii <eliz@gnu.org>
22152
22153 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22154 and their keybindings.
22155
221562007-06-15 Chong Yidong <cyd@stupidchicken.com>
22157
22158 * composite.c (update_compositions): Fix last fix.
22159
221602007-06-14 Jason Rumney <jasonr@gnu.org>
22161
22162 * w32.c (get_process_times_fn): New function pointer.
22163 (globals_of_w32): Intialize it if present in kernel32.dll.
22164 (w32_get_internal_run_time): New function.
22165
22166 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22167
221682007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22169
22170 * composite.c (update_compositions): Check the validness of
22171 compositions.
22172
221732007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22174
22175 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22176 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22177
22178 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22179 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22180
22181 * macgui.h (USE_MAC_TOOLBAR): New define.
22182
22183 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22184 Return immediately unless popup is activated.
22185
22186 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22187 background to scroll bar gap.
22188 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22189 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22190 scroll bars on frame edge. Check fringe background extension.
22191 Don't clear extended fringe background area.
22192 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22193 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22194 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22195 [USE_MAC_TOOLBAR]: New macros.
22196 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22197 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22198 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22199 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22200 [USE_MAC_TOOLBAR]: New functions.
22201 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22202 manually if previous repositioning has failed.
22203 (mac_handle_keyboard_event): Use precomputed event kind.
22204 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22205 as tool bar item click. Handle mouse movement over tool bar items.
22206
22207 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22208 toolbar_win_gravity.
22209 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22210 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22211 Add externs.
22212
22213 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22214 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22215
222162007-06-14 Chong Yidong <cyd@stupidchicken.com>
22217
22218 * image.c (search_image_cache): Remove unused variable.
22219
222202007-06-13 Chong Yidong <cyd@stupidchicken.com>
22221
22222 * xfns.c, xmenu.c: Link to xaw3d if available.
22223
222242007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22225
22226 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22227 frame_foreground and frame_background.
22228
22229 * image.c (lookup_image): Save frame foreground and background colors.
22230 (search_image_cache): Check if saved and current frame colors match.
22231
222322007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * regex.c (regex_compile): Remove the `regnum' counter.
22235 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22236
222372007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22238
22239 * term.c: Include intervals.h to declare Fget_text_property.
22240
222412007-06-10 Jason Rumney <jasonr@gnu.org>
22242
22243 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22244
222452007-06-08 Juanma Barranquero <lekktu@gmail.com>
22246
22247 * callint.c (Fcall_interactively):
22248 * editfns.c (Fdelete_and_extract_region):
22249 * fileio.c (Fread_file_name):
22250 * fns.c (Fmapconcat):
22251 * keyboard.c (cmd_error_internal):
22252 * keymap.c (Fkey_description):
22253 * lread.c (openp):
22254 * minibuf.c (read_minibuf):
22255 * search.c (wordify):
22256 * sunfns.c (sel_read):
22257 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22258 * xfns.c (x_default_scroll_bar_color_parameter):
22259 * xmenu.c (menu_help_callback):
22260 * xselect.c (Fx_get_atom_name):
22261 * xterm.c (x_term_init): Use empty_unibyte_string.
22262
222632007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22264
22265 * alloc.c (init_strings): Initialize canonical empty strings.
22266 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22267 canonical empty string when the requested size is 0.
22268
22269 * emacs.c (empty_unibyte_string): Rename from empty_string.
22270 (empty_multibyte_string): New canonical empty string.
22271 (syms_of_emacs): Don't initialize empty_string.
22272
22273 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22274 string, if appropriate.
22275 (empty_unibyte_string, empty_multibyte_string): New externs.
22276 (empty_string): Remove extern.
22277
22278 * lread.c (syms_of_lread): Use empty_unibyte_string.
22279
222802007-06-07 Jason Rumney <jasonr@gnu.org>
22281
22282 * s/ms-w32.h: Don't define HAVE_TZNAME.
22283
22284 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22285
222862007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22287
22288 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22289
22290 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22291 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22292
22293 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22294 Don't call next handler.
22295 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22296 Remove argument. Install handler to application.
22297 (set_frame_menubar): Don't change deep_p.
22298 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22299 FRAME_OUTER_TO_INNER_DIFF_Y.
22300 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22301 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22302 [HAVE_DIALOGS]: New macros.
22303 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22304 Use them.
22305 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22306
22307 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22308 init_service_handler. All callers changed. Return OSStatus value.
22309
22310 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22311 All callers changed so as not to call SetPortWindowPort.
22312 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22313 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22314 mac_draw_string_common.
22315 (mac_draw_image_string_qd): Likewise.
22316 (mac_draw_string_common): Use them. Add INLINE.
22317 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22318 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22319 GetGlobalMouse.
22320 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22321 and FRAME_OUTER_TO_INNER_DIFF_Y.
22322 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22323 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22324 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22325 repositioning window to mac_handle_window_event.
22326 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22327 saving window location to mac_handle_window_event
22328 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22329 (install_menu_target_item_handler): Remove argument in extern.
22330 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22331 Also accept command events.
22332 (do_keystroke): New function created from XTread_socket.
22333 (init_command_handler): Remove functions.
22334 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22335 and save window location by kEventWindowShowing and kEventWindowHiding
22336 handlers here. Don't call next handler for window state change and
22337 focus events.
22338 (mac_handle_application_event, mac_handle_keyboard_event)
22339 [TARGET_API_MAC_CARBON]: New functions.
22340 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22341 kEventWindowShowing and kEventWindowHiding events. Move installation
22342 of mouse, font, text input and menu target item handlers to
22343 install_application_handler.
22344 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22345 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22346 New function.
22347 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22348 Register it.
22349 (XTread_socket) [TARGET_API_MAC_CARBON]:
22350 Consolidate SendEventToEventTarget calls.
22351 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22352 Move application activation handler to mac_handle_application_event.
22353 Move keyboard handler to mac_handle_keyboard_event.
22354 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22355 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22356 init_command_handler. Call install_application_handler.
22357
22358 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22359 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22360
223612007-06-07 Glenn Morris <rgm@gnu.org>
22362
22363 * emacs.c (main): Use `emacs-copyright' in --version output.
22364
223652007-06-06 Chong Yidong <cyd@stupidchicken.com>
22366
22367 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22368
223692007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22370
22371 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22372
22373 * macgui.h: Replace WindowPtr with WindowRef.
22374
22375 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22376 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22377 Replace ControlHandle with ControlRef.
22378 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22379
22380 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22381 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22382 Replace ControlHandle with ControlRef.
22383 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22384 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22385
22386 * macterm.h (struct scroll_bar): Rename member control_handle_low
22387 and control_handle_high to control_ref_low and control_ref_high.
22388 All uses changed.
22389 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22390 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22391 respectively. All uses changed.
22392 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22393 (install_window_handler, remove_window_handler): Replace WindowPtr
22394 with WindowRef in externs.
22395
223962007-06-05 Juanma Barranquero <lekktu@gmail.com>
22397
22398 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22399
224002007-06-03 Nick Roberts <nickrob@snap.net.nz>
22401
22402 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22403
22404 * frame.c (Fmouse_position, Fmouse_pixel_position):
22405 Condition on HAVE_GPM too.
22406
22407 * term.c (term_mouse_highlight): Remove unused variables.
22408 (Fterm_open_connection): Set gpm_zerobased to 1.
22409 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22410 Use zero based co-ordinates.
22411 (handle_one_term_event): Report a drag as mouse movement too.
22412
22413 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22414
224152007-06-03 Chong Yidong <cyd@stupidchicken.com>
22416
22417 * image.c (search_image_cache): New function. Require background
22418 color match if background color is unspecified in the image spec.
22419 (uncache_image, lookup_image): Use it.
22420
224212007-06-01 Juanma Barranquero <lekktu@gmail.com>
22422
22423 * window.c (Fshrink_window): Reflow docstring.
22424
224252007-06-02 Chong Yidong <cyd@stupidchicken.com>
22426
22427 * Version 22.1 released.
22428
224292007-06-01 Richard Stallman <rms@gnu.org>
22430
22431 * xfns.c (x_encode_text): Add GCPRO.
22432
224332007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22434
22435 * xfns.c (x_set_name_internal): Save encoded name before
22436 x_encode_text in case string data is relocated.
22437
224382007-05-31 Richard Stallman <rms@gnu.org>
22439
22440 * buffer.c (syms_of_buffer): Doc fix.
22441
224422007-05-30 Nick Roberts <nickrob@snap.net.nz>
22443
22444 * sysdep.c (init_sys_modes): Add rather than replace with
22445 O_NONBLOCK.
22446
22447 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22448 term_mouse_moveto.
22449
22450 * termhooks.h (term_mouse_moveto): New extern.
22451
22452 * term.c (mouse_face_window): Rename...
22453 (Qmouse_face_window): ...to this.
22454 (term_show_mouse_face, term_clear_mouse_face)
22455 (term_mouse_highlight): Use Qmouse_face_window.
22456 (term_mouse_moveto): New function.
22457 (term_mouse_position): Make it work.
22458 (syms_of_term): Uncomment assignment to mouse_position_hook.
22459 Staticpro Qmouse_face_window.
22460
224612007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22462
22463 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22464 around current_column call.
22465
224662007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22467
22468 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22469 * xdisp.c (next_element_from_buffer):
22470 * window.c (delete_window):
22471 * term.c (term_mouse_highlight):
22472 * msdos.c (getdefdir):
22473 * macterm.c (mac_create_bitmap_from_bitmap_data)
22474 (init_font_name_table):
22475 * fns.c (Fsxhash):
22476 * data.c (Fmake_local_variable):
22477 * ccl.c (ccl_driver): Likewise.
22478
224792007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22480
22481 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22482 Call mac_wakeup_from_rne on window size change.
22483
224842007-05-25 Chong Yidong <cyd@stupidchicken.com>
22485
22486 * image.c (uncache_image): Fix typo.
22487
224882007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22489
22490 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22491
224922007-05-22 Richard Stallman <rms@gnu.org>
22493
22494 * xterm.c (x_connection_closed): Remove NO_RETURN.
22495
224962007-05-22 Martin Rudalics <rudalics@gmx.at>
22497
22498 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22499
225002007-05-21 Chong Yidong <cyd@stupidchicken.com>
22501
22502 * image.c (uncache_image): New function.
22503 (Fimage_refresh): New function.
22504
225052007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22506
22507 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22508
225092007-05-20 Nick Roberts <nickrob@snap.net.nz>
22510
22511 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22512 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22513
225142007-05-20 Nick Roberts <nickrob@snap.net.nz>
22515
22516 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22517 conditional on [HAVE_GPM_H].
22518
225192007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22520
22521 * syntax.c (skip_chars): Update syntax-table only after we checked that
22522 the new location is valid.
22523
225242007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22525
22526 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22527 mac_get_window_bounds.
22528
225292007-05-20 Nick Roberts <nickrob@snap.net.nz>
22530
22531 * Makefile.in (LIBGPM): Allow it to be set from configure.
22532 If set then link Emacs with it.
22533
22534 * config.in: Regenerate.
22535
22536 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22537 New externs.
22538
22539 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22540 Include gpm.h.
22541 (handle_one_term_event, term_gpm): New externs.
22542
22543 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22544 and allow it to be interrupted by SIGIO.
22545
22546 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22547 (wait_reading_process_output): Wait on gpm_fd too.
22548 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22549 (add_gpm_wait_descriptor_called_flag): New variable.
22550 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22551
22552 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22553 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22554 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22555 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22556 (make_lispy_event): Add case GPM_CLICK_EVENT.
22557 (read_avail_input): Handle mouse input.
22558
22559 * term.c (write_glyphs_with_face): New function.
22560 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22561 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22562 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22563 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22564 (last_mouse_x, last_mouse_y): New variables.
22565 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22566 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22567 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22568 (Fterm_close_connection): New functions.
22569 (term_init): Initialise mouse_face_window.
22570
225712007-05-19 Chong Yidong <cyd@stupidchicken.com>
22572
22573 * xdisp.c (redisplay_window): If first window line is a
22574 continuation line, recompute the new window start instead of
22575 recentering.
22576
225772007-05-18 Glenn Morris <rgm@gnu.org>
22578
22579 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22580 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22581
225822007-05-17 Glenn Morris <rgm@gnu.org>
22583
22584 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22585
225862007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22587
22588 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22589 dead key repeat and up events.
22590
225912007-05-14 Chong Yidong <cyd@stupidchicken.com>
22592
22593 * image.c (pbm_load): Check image size for monochrome pbm.
22594
225952007-05-13 Chong Yidong <cyd@stupidchicken.com>
22596
22597 * xterm.c (XTread_socket): Revert last change.
22598
225992007-05-12 Chong Yidong <cyd@stupidchicken.com>
22600
22601 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22602
22603 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22604
226052007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22606
22607 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22608 mixup (YAILOM).
22609
226102007-05-07 Andreas Schwab <schwab@suse.de>
22611
22612 * keymap.c (Flookup_key): Fix typo in last change.
22613
226142007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22615
22616 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22617 mapping for unibyte strings.
22618
226192007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22620
22621 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22622 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22623
226242007-04-29 Richard Stallman <rms@gnu.org>
22625
22626 * insdel.c (replace_range): For undo, record insertion first.
22627
226282007-04-29 Andreas Schwab <schwab@suse.de>
22629
22630 * lisp.h (VECSIZE): Use OFFSETOF.
22631
226322007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22633
22634 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22635 disabled lines.
22636
226372007-04-28 Richard Stallman <rms@gnu.org>
22638
22639 * lread.c (read_escape): In a string, \s is always space.
22640
226412007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22642
22643 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22644
22645 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22646 submenu for menu bar items.
22647
22648See ChangeLog.10 for earlier changes.
22649
22650;; Local Variables:
22651;; coding: utf-8
22652;; add-log-time-zone-rule: t
aac0c6e3
MR
22653;; End:
22654
5df4f04c 22655 Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
aac0c6e3
MR
22656
22657 This file is part of GNU Emacs.
22658
22659 GNU Emacs is free software: you can redistribute it and/or modify
22660 it under the terms of the GNU General Public License as published by
22661 the Free Software Foundation, either version 3 of the License, or
22662 (at your option) any later version.
22663
22664 GNU Emacs is distributed in the hope that it will be useful,
22665 but WITHOUT ANY WARRANTY; without even the implied warranty of
22666 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22667 GNU General Public License for more details.
22668
22669 You should have received a copy of the GNU General Public License
22670 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22671
22672;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40